/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}
@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

button {
  cursor: pointer;
}

textarea,
select,
input[type=text],
input[type=button],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
}

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

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #001049;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
body.body--overflow {
  overflow: hidden;
  height: 100%;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.h1,
.h2 {
  font-size: 24px;
  color: #001049;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .h1,
.h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .h1,
.h2 {
    font-size: 49px;
  }
}

.h3 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .h3 {
    font-size: 42px;
  }
}

.h4 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .h4 {
    font-size: 36px;
  }
}

.h5 {
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) {
  .h5 {
    font-size: 24px;
  }
}

.bg-grey {
  background-color: #E5E5E5;
}

input[disabled] {
  color: #A0A0A0;
}
input[disabled]::placeholder {
  color: #A0A0A0;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
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: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 834px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
}

.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%;
  min-height: 1px;
  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: none;
}

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

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

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

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

  .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;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\A0";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

@font-face {
  font-family: "Montserrat";
  src: url(5906fb82e31864c9b531898bb3c97d98.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(f8fe32d3f0e1dca05f9eece295173bd5.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(f7c2cad2a5287ca6894cc1eb0080d855.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(69c703b21776155b4bf13adbbb72e5a5.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
.row:not(.no-gutters) {
  margin-right: -6px;
  margin-left: -6px;
}

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

@media (min-width: 768px) {
  .row:not(.no-gutters) {
    margin-right: -10px;
    margin-left: -10px;
  }

  .row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
}

button {
  border: none;
}

.btn, .top_filter .litepicker .button-apply {
  background-color: #FF9900;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  border-radius: 100px;
  box-shadow: 0 6px 15px rgba(255, 153, 0, 0);
  transition: 0.35s ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 25px;
  border: none;
}
@media (min-width: 1200px) {
  .btn, .top_filter .litepicker .button-apply {
    font-size: 14px;
  }
}
.btn:hover, .top_filter .litepicker .button-apply:hover, .btn:focus, .top_filter .litepicker .button-apply:focus {
  color: #fff;
}
@media (min-width: 1200px) {
  .btn:hover, .top_filter .litepicker .button-apply:hover, .btn:focus, .top_filter .litepicker .button-apply:focus {
    box-shadow: 0 6px 15px rgba(255, 153, 0, 0.5);
    cursor: pointer;
  }
}
.btn--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn--price {
  font-size: 18px;
  width: auto;
  flex-direction: column;
  justify-content: center;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .btn--price {
    height: 51px;
    font-size: 21px;
  }
}
.btn--price .btn__arrow {
  margin-left: 12px;
  display: block;
}
.btn__small_text {
  font-weight: 400;
  font-size: 12px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .btn__small_text {
    font-size: 14px;
    position: relative;
    top: 2px;
  }
}
.btn__bonus {
  font-weight: normal;
  font-size: 11px;
  white-space: nowrap;
  flex-basis: 16px;
}
@media (min-width: 1200px) {
  .btn__bonus {
    font-size: 12px;
  }
}
.btn__common_price {
  display: flex;
  align-items: center;
}
.btn_price_val {
  white-space: nowrap;
}
.btn_price_val span > span {
  padding-left: 3px;
}
.btn--full_width {
  width: 100%;
}
.btn--wide {
  padding: 0 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .btn--wide {
    width: auto;
    padding: 0 90px;
  }
}
.btn--small {
  padding: 0;
}
@media (min-width: 768px) {
  .btn--small {
    min-width: auto;
    width: 41px;
    height: 41px;
  }
}
@media (min-width: 1200px) {
  .btn--small {
    min-width: auto;
    width: 52px;
    height: 52px;
  }
}
.btn--white {
  background-color: #fff;
  box-shadow: 0 4px 10px #BABABA;
  color: #FF9900;
}
@media (min-width: 1200px) {
  .btn--white:hover {
    box-shadow: 0 1px 10px #BABABA;
  }
}
.btn--prev svg {
  transform: rotate(180deg);
}
.btn--grey_border {
  background-color: #fff;
  border: 2px solid #BABABA;
  border-radius: 50px;
  color: #FF9900;
}
.btn--grey_border:hover {
  color: #FF9900;
}
@media (min-width: 1200px) {
  .btn--grey_border:hover {
    box-shadow: 0 4px 10px #BABABA;
  }
}
.btn--grey_border:focus {
  color: #FF9900;
}
@media (min-width: 1200px) {
  .btn--grey_border:focus {
    box-shadow: none;
  }
}
.btn__arrow {
  width: 14px;
  height: 8px;
}
@media (min-width: 1200px) {
  .btn__arrow {
    width: 18px;
    height: 11px;
  }
}
.btn span + .button_default__arrow, .top_filter .litepicker .button-apply span + .button_default__arrow {
  margin-left: 10px;
}

svg.arrow--orange {
  stroke: #FF9900;
}
svg.arrow--white {
  stroke: #fff;
}

a {
  color: #001049;
  outline: none;
  text-decoration: none;
  transition: 0.35s ease;
}
a:hover {
  color: #FF9900;
  text-decoration: none;
}
a:focus {
  color: #FF9900;
  text-decoration: none;
}
a:active {
  color: #001663;
  text-decoration: none;
}

.link_goto {
  font-size: 16px;
  font-weight: 700;
}
.link_goto .btn__arrow {
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .link_goto:hover {
    cursor: pointer;
  }
}

.section_title {
  text-transform: capitalize;
  font-weight: 400;
}
.section_title strong {
  display: inline;
  font-weight: 700;
}
.section_title--hot {
  position: relative;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section_title--hot {
    margin-bottom: 0;
  }
}
.section_title--hot::before {
  content: "";
  display: block;
  width: 24px;
  height: 35px;
  position: absolute;
  left: -7px;
  top: -24px;
  background-image: url("/themes/onv100/img/hot.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.tag {
  background-color: #18B025;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  right: 8px;
  top: 12px;
}
@media (min-width: 768px) {
  .tag {
    right: 18px;
    top: 14px;
    font-size: 14px;
    padding: 6px 22px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001049;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  color: #18B025;
  font-size: 18px;
  font-style: normal;
  display: block;
}
@media (min-width: 768px) {
  h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    display: inline;
  }
}

h1,
h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h1,
h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h1,
h2 {
    font-size: 50px;
  }
}

h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 42px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ckeditor,
.cke_editable,
.typography {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #001049;
}
@media (min-width: 768px) {
  .ckeditor,
.cke_editable,
.typography {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .ckeditor > *,
.cke_editable > *,
.typography > * {
    flex-basis: 100%;
  }
}
.ckeditor b,
.ckeditor strong,
.cke_editable b,
.cke_editable strong,
.typography b,
.typography strong {
  color: inherit;
  font-weight: 700;
  letter-spacing: normal;
}
.ckeditor p,
.cke_editable p,
.typography p {
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ckeditor p,
.cke_editable p,
.typography p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.ckeditor img,
.cke_editable img,
.typography img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 20px;
}
.ckeditor img + img,
.cke_editable img + img,
.typography img + img {
  margin-top: 20px;
}
.ckeditor .two_beside,
.cke_editable .two_beside,
.typography .two_beside {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 20px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .ckeditor .two_beside,
.cke_editable .two_beside,
.typography .two_beside {
    width: calc(50% - 15px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .ckeditor .two_beside,
.cke_editable .two_beside,
.typography .two_beside {
    margin-bottom: 0;
  }
}
.ckeditor .two_beside + .two_beside,
.cke_editable .two_beside + .two_beside,
.typography .two_beside + .two_beside {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .ckeditor .two_beside + .two_beside,
.cke_editable .two_beside + .two_beside,
.typography .two_beside + .two_beside {
    margin-top: 0;
    margin-right: 0;
    margin-left: 15px;
  }
}
.ckeditor i,
.ckeditor cite,
.ckeditor em,
.ckeditor var,
.ckeditor address,
.ckeditor dfn,
.ckeditor caption,
.cke_editable i,
.cke_editable cite,
.cke_editable em,
.cke_editable var,
.cke_editable address,
.cke_editable dfn,
.cke_editable caption,
.typography i,
.typography cite,
.typography em,
.typography var,
.typography address,
.typography dfn,
.typography caption {
  font-style: italic;
}
.ckeditor small,
.cke_editable small,
.typography small {
  font-size: 70%;
  font-weight: 300;
}
.ckeditor ul li,
.ckeditor ol li,
.cke_editable ul li,
.cke_editable ol li,
.typography ul li,
.typography ol li {
  font-size: 16px;
  line-height: 25px;
}
.ckeditor ul,
.cke_editable ul,
.typography ul {
  list-style: none !important;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 767.98px) {
  .ckeditor ul,
.cke_editable ul,
.typography ul {
    margin-top: 15px;
  }
}
.ckeditor ul li,
.cke_editable ul li,
.typography ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 27px;
}
.ckeditor ul li::before,
.cke_editable ul li::before,
.typography ul li::before {
  content: "";
  display: block;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: 3px;
  background: #FF9900;
}
@media (min-width: 768px) {
  .ckeditor ul li::before,
.cke_editable ul li::before,
.typography ul li::before {
    top: 9px;
  }
}
.ckeditor ul li ul li,
.cke_editable ul li ul li,
.typography ul li ul li {
  padding-left: 17px;
}
.ckeditor ul li ul li:before,
.cke_editable ul li ul li:before,
.typography ul li ul li:before {
  width: 9px;
  height: 2px;
}
.ckeditor ul.sales li,
.cke_editable ul.sales li,
.typography ul.sales li {
  padding-left: 39px;
}
.ckeditor ul.sales li:before,
.cke_editable ul.sales li:before,
.typography ul.sales li:before {
  content: "%";
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  width: auto;
  height: auto;
  color: #18B025;
  background-color: transparent;
  top: 0;
}
@media (min-width: 768px) {
  .ckeditor ul.sales li:before,
.cke_editable ul.sales li:before,
.typography ul.sales li:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .ckeditor ul.includes,
.cke_editable ul.includes,
.typography ul.includes {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.ckeditor ul.includes li,
.cke_editable ul.includes li,
.typography ul.includes li {
  min-width: 100%;
  padding-left: 55px;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .ckeditor ul.includes li,
.cke_editable ul.includes li,
.typography ul.includes li {
    padding-left: 65px;
  }
}
@media (min-width: 992px) {
  .ckeditor ul.includes li,
.cke_editable ul.includes li,
.typography ul.includes li {
    text-align: center;
    min-width: 25%;
    width: 25%;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .ckeditor ul.includes li,
.cke_editable ul.includes li,
.typography ul.includes li {
    min-width: 20%;
    width: 20%;
  }
}
.ckeditor ul.includes li span,
.ckeditor ul.includes li p,
.cke_editable ul.includes li span,
.cke_editable ul.includes li p,
.typography ul.includes li span,
.typography ul.includes li p {
  display: flex;
  align-items: center;
}
.ckeditor ul.includes li::before,
.cke_editable ul.includes li::before,
.typography ul.includes li::before {
  display: none;
}
.ckeditor ul.includes .includes__ico,
.cke_editable ul.includes .includes__ico,
.typography ul.includes .includes__ico {
  width: 40px;
  height: 40px;
  min-width: 44px;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .ckeditor ul.includes .includes__ico,
.cke_editable ul.includes .includes__ico,
.typography ul.includes .includes__ico {
    position: static;
    transform: none;
    margin: 0 auto 5px;
    width: 44px;
    height: 44px;
  }
}
.ckeditor ul.includes .includes__ico--bonus,
.cke_editable ul.includes .includes__ico--bonus,
.typography ul.includes .includes__ico--bonus {
  background-image: url("/themes/onv100/img/bonus.svg");
}
.ckeditor ul.includes .includes__ico--bus,
.cke_editable ul.includes .includes__ico--bus,
.typography ul.includes .includes__ico--bus {
  background-image: url("/themes/onv100/img/bus.svg");
}
.ckeditor ul.includes .includes__ico--food,
.cke_editable ul.includes .includes__ico--food,
.typography ul.includes .includes__ico--food {
  background-image: url("/themes/onv100/img/food.svg");
}
.ckeditor ul.includes .includes__ico--gid,
.cke_editable ul.includes .includes__ico--gid,
.typography ul.includes .includes__ico--gid {
  background-image: url("/themes/onv100/img/gid.svg");
}
.ckeditor ul.includes .includes__ico--photo,
.cke_editable ul.includes .includes__ico--photo,
.typography ul.includes .includes__ico--photo {
  background-image: url("/themes/onv100/img/photo.svg");
}
.ckeditor ul.includes .includes__ico--hotel,
.cke_editable ul.includes .includes__ico--hotel,
.typography ul.includes .includes__ico--hotel {
  background-image: url("/themes/onv100/img/hotel.svg");
}
.ckeditor ul.includes .includes__ico--lift,
.cke_editable ul.includes .includes__ico--lift,
.typography ul.includes .includes__ico--lift {
  background-image: url("/themes/onv100/img/lift.svg");
}
.ckeditor ul.includes .includes__ico--mount,
.cke_editable ul.includes .includes__ico--mount,
.typography ul.includes .includes__ico--mount {
  background-image: url("/themes/onv100/img/mount.svg");
}
.ckeditor ul.includes .includes__ico--price,
.cke_editable ul.includes .includes__ico--price,
.typography ul.includes .includes__ico--price {
  background-image: url("/themes/onv100/img/price.svg");
}
.ckeditor ul.includes .includes__ico--ticket,
.cke_editable ul.includes .includes__ico--ticket,
.typography ul.includes .includes__ico--ticket {
  background-image: url("/themes/onv100/img/ticket.svg");
}
.ckeditor ul.includes .includes__ico--train,
.cke_editable ul.includes .includes__ico--train,
.typography ul.includes .includes__ico--train {
  background-image: url("/themes/onv100/img/train.svg");
}
.ckeditor ul.includes .includes__ico--shale,
.cke_editable ul.includes .includes__ico--shale,
.typography ul.includes .includes__ico--shale {
  background-image: url("/themes/onv100/img/shale.svg");
}
.ckeditor ol,
.cke_editable ol,
.typography ol {
  list-style: none inside;
  counter-reset: item;
  padding: 0;
}
.ckeditor ol li,
.cke_editable ol li,
.typography ol li {
  position: relative;
  margin: 5px 0;
  padding-left: 35px;
}
.ckeditor ol li:before,
.cke_editable ol li:before,
.typography ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: inline-block;
  min-width: 25px;
  height: 25px;
  line-height: 19px;
  padding: 2px 3px 1px;
  font-weight: 700;
  text-align: center;
  color: #FF9900;
  border-radius: 100px;
  border: 2px solid #FF9900;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.ckeditor ol li ol li,
.cke_editable ol li ol li,
.typography ol li ol li {
  padding-left: 40px;
}
.ckeditor ol li ol li ol li,
.cke_editable ol li ol li ol li,
.typography ol li ol li ol li {
  padding-left: 55px;
}
.ckeditor u,
.ckeditor ins,
.cke_editable u,
.cke_editable ins,
.typography u,
.typography ins {
  text-decoration: none;
  border-bottom: 2px solid #FF9900;
}
.ckeditor table,
.cke_editable table,
.typography table {
  display: block;
  max-width: 100% !important;
  overflow-x: auto;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.ckeditor table.table-null, .ckeditor table.table-null th, .ckeditor table.table-null td,
.cke_editable table.table-null,
.cke_editable table.table-null th,
.cke_editable table.table-null td,
.typography table.table-null,
.typography table.table-null th,
.typography table.table-null td {
  border-color: transparent;
}
.ckeditor table.table-null th,
.cke_editable table.table-null th,
.typography table.table-null th {
  background: transparent;
}
.ckeditor table.table-zebra, .ckeditor table.table-zebra th, .ckeditor table.table-zebra td,
.cke_editable table.table-zebra,
.cke_editable table.table-zebra th,
.cke_editable table.table-zebra td,
.typography table.table-zebra,
.typography table.table-zebra th,
.typography table.table-zebra td {
  border-color: transparent;
}
.ckeditor table.table-zebra tr:nth-child(even),
.cke_editable table.table-zebra tr:nth-child(even),
.typography table.table-zebra tr:nth-child(even) {
  background-color: #eee;
}
.ckeditor table ol li,
.ckeditor table ul li,
.cke_editable table ol li,
.cke_editable table ul li,
.typography table ol li,
.typography table ul li {
  display: list-item;
}
.ckeditor tbody,
.ckeditor tfoot,
.ckeditor thead,
.ckeditor tr,
.ckeditor th,
.ckeditor td,
.cke_editable tbody,
.cke_editable tfoot,
.cke_editable thead,
.cke_editable tr,
.cke_editable th,
.cke_editable td,
.typography tbody,
.typography tfoot,
.typography thead,
.typography tr,
.typography th,
.typography td {
  border: inherit;
}
.ckeditor tbody,
.cke_editable tbody,
.typography tbody {
  display: table;
  width: 100%;
}
.ckeditor th,
.ckeditor td,
.cke_editable th,
.cke_editable td,
.typography th,
.typography td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
}
.ckeditor th,
.cke_editable th,
.typography th {
  text-align: center;
  background-color: #ddd;
}
.ckeditor dd + dt,
.cke_editable dd + dt,
.typography dd + dt {
  margin: 1.5em 0 0;
}
.ckeditor dd,
.cke_editable dd,
.typography dd {
  margin-left: 32px;
}
.ckeditor dt,
.ckeditor th,
.cke_editable dt,
.cke_editable th,
.typography dt,
.typography th {
  font-weight: 700;
}
.ckeditor pre,
.cke_editable pre,
.typography pre {
  tab-size: 4;
  padding: 15px;
  background-color: #f5f5f5;
}
.ckeditor code,
.ckeditor kbd,
.ckeditor samp,
.cke_editable code,
.cke_editable kbd,
.cke_editable samp,
.typography code,
.typography kbd,
.typography samp {
  padding: 0 3px;
}
.ckeditor code,
.cke_editable code,
.typography code {
  background-color: #f5f5f5;
  color: #e83e8c;
}
.ckeditor kbd,
.cke_editable kbd,
.typography kbd {
  color: #001049;
  background-color: #e1f0fa;
}
.ckeditor samp,
.cke_editable samp,
.typography samp {
  background-color: #f7f8e2;
}
.ckeditor mark,
.cke_editable mark,
.typography mark {
  padding: 0 0.2em;
  color: #001049;
  background-color: #feec91;
}
.ckeditor q:before,
.cke_editable q:before,
.typography q:before {
  content: open-quote;
}
.ckeditor q:after,
.cke_editable q:after,
.typography q:after {
  content: close-quote;
}
.ckeditor blockquote,
.cke_editable blockquote,
.typography blockquote {
  border-radius: 0;
  border: 1px dashed #e4370d;
  padding: 15px;
}
.ckeditor hr,
.cke_editable hr,
.typography hr {
  clear: both;
  margin: 50px 0;
  border: 0;
  border-top: 1px solid #001049;
}

.main {
  background-color: #F4F6F8;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.main .columns-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.main .columns-container #columns {
  flex: 1 1 auto;
}
@media (min-width: 1200px) {
  .main {
    background-image: url(8212bba782a0c87c2a26e56d5a412bdb.svg);
    background-repeat: no-repeat;
    background-position: right top;
  }
}
.main .global_form_errors {
  border: 2px solid #DB1B1B;
  border-radius: 10px;
  padding: 10px;
  display: none;
}
.main .global_form_errors li {
  color: #DB1B1B;
  padding-left: 18px;
}
.main .global_form_errors li::before {
  top: 11px;
  background: #DB1B1B;
  width: 10px;
  height: 2px;
}
.main .global_form_success {
  padding: 10px;
  display: none;
}

@media (min-width: 1200px) {
  .product .main {
    background-position: right 330px;
  }
}

.footer {
  padding: 54px 0 32px 0;
  background-color: #18B025;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 66px 0 40px 0;
  }
}
.footer .container {
  position: relative;
}
.footer__top_btn {
  display: none;
  box-shadow: 0 4px 10px #10871A;
  position: absolute;
  right: 15px;
  top: -94px;
}
@media (min-width: 1200px) {
  .footer__top_btn {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .footer__top_btn.show {
    display: flex !important;
  }
}
.footer__top_btn svg {
  transform: rotate(-90deg);
}
.footer__logo {
  text-align: center;
  max-width: 136px;
  margin: 0 auto 28px;
}
@media (min-width: 768px) {
  .footer__logo {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    margin-top: 52px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer__title_link {
    padding-right: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #fff;
  }
}
.footer__title_link_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: #fff;
  width: 16px;
  height: 16px;
}
.footer__title {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .footer__title {
    text-align: left;
    font-size: 16px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1200px) {
  .footer__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .footer__title--small {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 27px;
  }
}
.footer__title.active .footer__title_icon {
  transform: translateY(-50%) rotate(180deg);
}
.footer__title_wrap {
  position: relative;
  padding: 0 22px;
}
@media (min-width: 768px) {
  .footer__title_wrap {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .footer__title_wrap {
    display: flex;
    justify-content: space-between;
  }
}
.footer__title_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: #fff;
  width: 12px;
  height: 12px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .footer__title_icon {
    display: none;
  }
}
.footer__link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer__list {
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .footer__list {
    display: block;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer__list {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .footer__list--two_col {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .footer__list--two_col li + li {
    margin-left: 50px;
  }
}
.footer__item {
  opacity: 0.8;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__item {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .footer__item {
    margin-bottom: 7px;
  }
}

.bottom_wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bottom_wrap {
    padding-top: 14px;
  }
}
@media (min-width: 1200px) {
  .bottom_wrap {
    padding-top: 95px;
    background-image: url("/themes/onv100/img/main_bg_gray.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #fff;
  }
}
@media (max-width: 1199.98px) {
  .bottom_wrap--tabl_transp {
    background-color: transparent;
    background-image: none;
  }
}

@media (min-width: 1200px) {
  #left_column {
    top: -32px;
  }
}

.sidebar .filter_apply,
.quick_sort__mobile .filter_apply {
  width: 100%;
}
.sidebar .filter_apply.horizontal,
.quick_sort__mobile .filter_apply.horizontal {
  position: initial;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .quick_sort__mobile .filter_apply.horizontal {
    margin-bottom: 52px;
  }
}
@media (max-width: 767.98px) {
  .quick_sort__mobile .filter_apply.horizontal {
    margin-bottom: 44px;
  }
}

@media (max-width: 400px) {
  .select.date-select .row .col-6 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.select.date-select .row .col-6 .dropdown__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 400px) {
  .select.date-select .row .col-6 + .col-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 340px) {
  .select.date-select .row div:last-child .dropdown__button {
    padding-right: 6px;
  }
}

@media (max-width: 340px) {
  .select.date-select .row div.col-3:first-child {
    padding-right: 6px;
  }
}

.schoolchildren_category__wrapper {
  position: relative;
}
.schoolchildren_category__wrapper .category-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 768px) {
  .schoolchildren_category__wrapper .category-title {
    font-weight: 700;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .schoolchildren_category__wrapper .category-title {
    font-size: 20px;
  }
}
.schoolchildren_category__wrapper .category-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
  list-style: none;
}
@media (min-width: 768px) {
  .schoolchildren_category__wrapper .category-container {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }
}
.schoolchildren_category__wrapper .category-container.slick-initialized {
  display: block;
  position: relative;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.schoolchildren_category__wrapper .category-container.slick-initialized .slick-list {
  white-space: nowrap;
  margin-right: -16px;
  overflow: visible;
  clip-path: inset(-10px -100px -10px -10px);
}
@media (min-width: 1200px) {
  .schoolchildren_category__wrapper .category-container.slick-initialized .slick-list {
    clip-path: inset(-10px 18px -10px -10px);
  }
}
.schoolchildren_category__wrapper .category-container.slick-initialized .slick-track {
  display: flex !important;
}
.schoolchildren_category__wrapper .category-container.slick-initialized .slick-slide {
  margin-right: 16px;
}
.schoolchildren_category__wrapper .category-container.slick-initialized .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 16px 0;
}
.schoolchildren_category__wrapper .category-container.slick-initialized .slick-dots li {
  width: 10px;
  height: 10px;
}
.schoolchildren_category__wrapper .category-container.slick-initialized .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #ff9900;
  border: 2px solid #ff9900;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  transition: all 0.3s ease;
}
.schoolchildren_category__wrapper .category-container.slick-initialized .slick-dots li button:hover, .schoolchildren_category__wrapper .category-container.slick-initialized .slick-dots li button:focus {
  opacity: 0.8;
}
.schoolchildren_category__wrapper .category-container.slick-initialized .slick-dots li.slick-active button {
  background-color: transparent;
  transform: scale(1.2);
}
.schoolchildren_category__wrapper .category-container.slick-initialized .category-item {
  min-width: 256px;
  max-width: 280px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .schoolchildren_category__wrapper .category-container.slick-initialized .category-item {
    width: 256px;
  }
}
.schoolchildren_category__wrapper .category-container .category-item {
  width: 100%;
}
@media (min-width: 768px) {
  .schoolchildren_category__wrapper .category-container .category-item {
    width: calc(33.333% - 11px);
  }
}
.schoolchildren_category__wrapper .category-container .category-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 10px 8px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 768px) and (max-width: 992px) {
  .schoolchildren_category__wrapper .category-container .category-item a {
    gap: 8px;
  }
}
.schoolchildren_category__wrapper .category-container .category-item a:hover {
  transform: translateY(-2px);
}
.schoolchildren_category__wrapper .category-container .category-item a:hover h4 {
  color: #ffb400;
}
.schoolchildren_category__wrapper .category-container .category-item a img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.schoolchildren_category__wrapper .category-container .category-item a div {
  display: flex;
  flex-direction: column;
}
.schoolchildren_category__wrapper .category-container .category-item a div h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0a2351;
  transition: color 0.3s ease;
  text-wrap: nowrap;
}
.schoolchildren_category__wrapper .category-container .category-item a div p {
  font-size: 14px;
  color: #777;
}
.schoolchildren_category__wrapper .arrow_prev,
.schoolchildren_category__wrapper .arrow_next {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 61%;
  transform: translateY(-50%);
  padding: 10px 11px 11px 13px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #FF9900;
  box-shadow: 0 10px 20px rgba(0, 16, 73, 0.22);
  transition: all 0.35s ease;
  z-index: 1;
}
.schoolchildren_category__wrapper .arrow_prev .arrow_prev_icon,
.schoolchildren_category__wrapper .arrow_prev .arrow_next_icon,
.schoolchildren_category__wrapper .arrow_next .arrow_prev_icon,
.schoolchildren_category__wrapper .arrow_next .arrow_next_icon {
  width: 15px;
  height: 20px;
  fill: #ffffff;
}
.schoolchildren_category__wrapper .arrow_prev {
  left: -20px;
}
.schoolchildren_category__wrapper .arrow_next {
  right: -20px;
}

.banner {
  position: relative;
  width: 100%;
  height: 88px;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banner {
    height: 160px;
  }
}
.banner__link {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  height: 88px;
}
.banner__link:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .banner__link {
    height: 160px;
  }
}
.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  height: 100%;
  padding: 10px 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .banner__content {
    width: 70%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.banner__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 22px;
  }
}
.banner__description {
  font-size: 12px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .banner__description {
    font-size: 16px;
  }
}
.banner__button {
  position: absolute;
  left: 100px;
  bottom: 3px;
  z-index: 2;
  height: 35px;
  max-width: fit-content;
}
.banner__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px 0 0 20px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.banner__photo {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
}

.dropdown.disabled {
  pointer-events: none;
}
.dropdown.disabled svg {
  fill: #BABABA;
}
.dropdown.show .dropdown__button_svg--arrow, .dropdown.show .dropdown__button_svg {
  transform: rotateX(180deg);
}
@media (max-width: 374px) {
  .dropdown--day .form__error_wrapper {
    font-size: 9px;
  }
}
@media (max-width: 991.98px) {
  .dropdown--second {
    padding: 8px 0 0 18px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .dropdown--second {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .dropdown--second .dropdown__menu {
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    z-index: 1;
    width: auto;
    min-width: 100%;
    padding-top: 32px;
  }
}
@media (max-width: 991.98px) {
  .dropdown--second .dropdown__menu_item {
    margin-top: 9px;
  }
}
@media (max-width: 991.98px) {
  .dropdown--second.show .dropdown__button {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .dropdown--second .dropdown__text {
    padding-right: 6px;
  }
}
.dropdown__menu {
  padding: 12px 28px 12px 18px;
  margin: 0;
  border: none;
  border-radius: 15px;
  color: #001049;
  top: 100% !important;
  transform: none !important;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.25);
}
@media (min-width: 1200px) {
  .dropdown__menu {
    border-radius: 15px;
  }
}
.dropdown__button {
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
}
.dropdown__text {
  cursor: pointer;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .dropdown__text {
    font-size: 14px;
    font-weight: 600;
  }
}
.dropdown__menu_list {
  display: flex;
  flex-direction: column;
}
.dropdown__menu_item {
  cursor: pointer;
  display: block;
  font-size: 18px;
  color: #001049;
}
@media (min-width: 768px) {
  .dropdown__menu_item {
    font-size: 14px;
  }
}
.dropdown__menu_item--active {
  color: #BABABA;
}
.dropdown__menu_text {
  cursor: pointer;
  display: block;
}
.dropdown__button_svg {
  width: 10px;
  height: 10px;
  fill: #fd7e14;
  margin-left: auto;
  transform: all 0.2s ease-in-out;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .dropdown__button_svg {
    width: 14px;
    height: 14px;
  }
}

.custom_radio {
  cursor: pointer;
}
.custom_radio input[type=radio] {
  display: none;
}
.custom_radio::after {
  display: block;
  content: "";
  border: 1px solid #BABABA;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: border-width 200ms linear;
}
.custom_radio--active::after {
  border: 6px solid #FF9900;
}

.custom_checkbox {
  position: relative;
  padding-left: 22px;
  display: block;
}
.custom_checkbox input[type=checkbox] {
  display: none;
}
.custom_checkbox__flag {
  position: absolute;
  left: 0;
  top: 2px;
  border: 2px solid #BABABA;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 153, 0, 0);
}
.custom_checkbox__flag::after {
  transition: all 200ms linear;
  opacity: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/onv100/img/checked.svg");
}
.custom_checkbox--active .custom_checkbox__flag {
  border-color: #FF9900;
  background-color: #ff9900;
}
.custom_checkbox--active .custom_checkbox__flag::after {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .js--xl-slider .slick-list {
    overflow: initial;
  }
}
@media (max-width: 1199.98px) {
  .js--xl-slider .slick-current {
    padding-left: 6px !important;
  }
}
.js--xl-slider .btn.slider-controls, .js--xl-slider .top_filter .litepicker .slider-controls.button-apply, .top_filter .litepicker .js--xl-slider .slider-controls.button-apply {
  box-shadow: 0 10px 20px rgba(0, 16, 73, 0.22);
  width: 41px;
  height: 41px;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 47px;
}
@media (min-width: 1200px) {
  .js--xl-slider .btn.slider-controls:hover, .js--xl-slider .top_filter .litepicker .slider-controls.button-apply:hover, .top_filter .litepicker .js--xl-slider .slider-controls.button-apply:hover {
    box-shadow: 0 1px 10px #BABABA;
  }
}
.js--xl-slider .btn.slider-controls.js--slider-prev, .js--xl-slider .top_filter .litepicker .slider-controls.js--slider-prev.button-apply, .top_filter .litepicker .js--xl-slider .slider-controls.js--slider-prev.button-apply {
  left: -10px;
}
.js--xl-slider .btn.slider-controls.js--slider-next, .js--xl-slider .top_filter .litepicker .slider-controls.js--slider-next.button-apply, .top_filter .litepicker .js--xl-slider .slider-controls.js--slider-next.button-apply {
  right: -10px;
}
.js--xl-slider .btn.slider-controls.slick-disabled, .js--xl-slider .top_filter .litepicker .slider-controls.slick-disabled.button-apply, .top_filter .litepicker .js--xl-slider .slider-controls.slick-disabled.button-apply {
  opacity: 0;
}

.dots_left .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 34px;
}
.dots_left .slick-dots li {
  height: 4px;
  width: 5px;
  margin: 3px 0;
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.35s ease;
}
.dots_left .slick-dots li:hover {
  background-color: #FF9900;
}
.dots_left .slick-dots li.slick-active {
  height: 32px;
}
.dots_left .slick-dots button {
  display: none;
}

.dots_bottom .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .dots_bottom .slick-dots {
    display: none;
  }
}
.dots_bottom .slick-dots li {
  height: 8px;
  width: 8px;
  margin: 0 6px;
  background-color: #BABABA;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.35s ease;
  display: inline-block;
}
.dots_bottom .slick-dots li:hover {
  background-color: #18B025;
}
.dots_bottom .slick-dots li.slick-active {
  background-color: #18B025;
}
.dots_bottom .slick-dots button {
  display: none;
}

.top_arrows {
  display: flex;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .top_arrows {
    margin-bottom: -4px;
  }
}
.top_arrows__prev, .top_arrows__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  border: 2px solid #E0E0E0;
  cursor: pointer;
}
.top_arrows__prev:hover .top_arrows__prev_icon,
.top_arrows__prev:hover .top_arrows__next_icon, .top_arrows__next:hover .top_arrows__prev_icon,
.top_arrows__next:hover .top_arrows__next_icon {
  fill: #FF9900;
}
.top_arrows__next {
  margin-left: 20px;
}
.top_arrows__next_icon, .top_arrows__prev_icon {
  width: 20px;
  height: 20px;
  fill: #E0E0E0;
  transition: fill 0.35s ease;
}

.middle__arrows_prev, .middle__arrows_next {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 16, 73, 0.22);
  transition: all 0.35s ease;
  z-index: 1;
}
@media (min-width: 768px) {
  .middle__arrows_prev, .middle__arrows_next {
    display: flex;
  }
}
.middle__arrows_prev:hover, .middle__arrows_next:hover {
  box-shadow: 0 1px 10px #BABABA;
}
.middle__arrows_prev {
  left: 12px;
}
@media (min-width: 1200px) {
  .middle__arrows_prev {
    left: 0;
  }
}
.middle__arrows_next {
  right: 12px;
}
@media (min-width: 1200px) {
  .middle__arrows_next {
    right: 0;
  }
}
.middle__arrows_prev_icon, .middle__arrows_next_icon {
  width: 20px;
  height: 20px;
  fill: #FF9900;
}

.slick-disabled {
  pointer-events: none;
}

.block_title {
  position: relative;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 24px;
  z-index: 1;
}
@media (min-width: 768px) {
  .block_title {
    margin-bottom: 15px;
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .block_title {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .block_title--indent {
    padding: 0 14px;
  }
}
@media (min-width: 1200px) {
  .block_title--indent {
    padding: 0;
  }
}
.block_title b {
  font-weight: 600;
}

.more__link {
  position: relative;
}
@media (min-width: 1200px) {
  .more__link {
    padding-right: 32px;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
  }
}
.more__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  fill: #FF9900;
}

.stroke {
  position: relative;
}
.stroke::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  width: 43px;
  height: 2px;
  background-color: #18B025;
}

@media (min-width: 1200px) {
  .form {
    max-width: 380px;
    margin-right: auto;
  }
}
.form--full_w {
  max-width: none;
}
.form--white .form-control {
  background: #FFFFFF;
  border: 2px solid #E0E0E0;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-radius: 15px;
  font-size: 14px;
  color: #707880;
  padding: 24px 16px;
}
.form--white .form-control:focus {
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-color: #E0E0E0;
  background-color: #fff;
}
@keyframes showError {
  0% {
    opacity: 0;
    transform: translateY(-35px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hideError {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-35px);
  }
}
.form__error_wrapper {
  animation-duration: 300ms;
  animation-delay: 50ms;
  animation-fill-mode: forwards;
  animation-name: hideError;
  display: none;
  right: 0;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background-color: #DB1B1B;
  padding: 10px 6px 4px;
  border-radius: 0 0 5px 5px;
  z-index: 0;
  min-width: 120px;
  position: relative;
  top: -8px;
  margin-left: auto;
  min-height: 1em;
  transform: translateY(-35px);
}
.form__error_wrapper span.error {
  color: #fff;
  margin-bottom: 0;
}
@media all and (max-width: 374px) {
  .form__error_wrapper span.error {
    font-size: 10px;
  }
}
.form .dropdown .dropdown__text {
  font-weight: normal;
}
.form .dropdown:not(.select-city) .form__error_wrapper {
  min-width: 100%;
}
@media (max-width: 374px) {
  .form .dropdown:not(.select-city) .form__error_wrapper {
    font-size: 9px;
  }
}
@media (max-width: 400px) {
  .form .dropdown:not(.select-city) .form__error_wrapper {
    max-width: 100%;
  }
}
.form .dropdown__button {
  justify-content: space-between;
}
.form .dropdown-menu {
  right: 0;
  border-radius: 10px 10px;
  border-top: none;
  min-width: auto;
  padding: 12px 1px 12px 12px;
}
.form .dropdown-menu li {
  padding-right: 12px;
}
.form .dropdown.show.form-group--error .form__error_wrapper {
  display: none;
}
.form .dropdown.show.form-group--error .form-control {
  border-color: #BABABA;
}
.form .dropdown__menu_list {
  max-height: 10em;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  scrollbar-color: #ff9900 rgba(241, 241, 241, 0.5);
  scrollbar-width: thin;
}
@media (min-width: 768px) {
  .form .dropdown__menu_list {
    max-height: 9em;
  }
}
.form .dropdown__menu_list::-webkit-scrollbar {
  width: 4px;
}
.form .dropdown__menu_list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.form .dropdown__menu_list::-webkit-scrollbar-thumb {
  background: #FF9900;
}
.form .dropdown__menu_list::-webkit-scrollbar-thumb:hover {
  background: #BABABA;
}
.form-group {
  position: relative;
  margin-bottom: 14px;
  text-align: right;
}
.form-group--error {
  margin-bottom: 0;
}
.form-group--error .form-control {
  border-color: #DB1B1B;
}
.form-group--error .form__error_wrapper {
  display: inline-block;
  animation-name: showError;
}
.form-group--error .form-control:active,
.form-group--error .form-control:focus {
  border-color: #DB1B1B;
}
.form-group textarea.form-control {
  padding-bottom: 10px;
  padding-top: 10px;
  height: 90px;
  line-height: 1.2;
}
.form label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.form-control {
  transition: all 0.2s ease-in-out;
  border: 2px solid #BABABA;
  border-radius: 10px;
  background-color: #F4F6F8;
  font-size: 16px;
  line-height: 1;
  padding: 0 12px;
  color: #001049;
  height: 48px;
  display: flex;
  align-items: center;
  outline: none;
  z-index: 1;
  position: relative;
  margin-top: -2px;
}
.form-control.date {
  position: relative;
  cursor: pointer;
}
.form-control.date:before {
  content: "";
  background-image: url("/themes/onv100/img/calendar_icon_orange.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #BABABA;
  background-color: #F4F6F8;
}
.form .error {
  text-align: left;
}

#opc-out-content .form__error_wrapper {
  top: 3px;
}
#opc-out-content .opc-has-error .form__error_wrapper {
  display: inline-block;
  animation-name: showError;
}

#form_forgotpassword .btn, #form_forgotpassword .top_filter .litepicker .button-apply, .top_filter .litepicker #form_forgotpassword .button-apply {
  width: 100%;
}

.top_filter {
  width: 100%;
}
.top_filter .litepicker {
  display: block !important;
  padding-bottom: 140px;
}
@media (min-width: 768px) {
  .top_filter .litepicker {
    padding-bottom: 0;
  }
}
.top_filter .litepicker .month-item {
  width: 100%;
}
@media (min-width: 768px) {
  .top_filter .litepicker .month-item {
    width: 340px;
    padding: 10px 24px 27px 24px;
  }
}
.top_filter .litepicker .container__months {
  width: 100%;
  box-shadow: none;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .top_filter .litepicker .container__months .month-item-header {
    padding: 10px 5px;
  }
}
.top_filter .litepicker .container__months .month-item-header div > .month-item-name {
  margin: 0;
}
.top_filter .litepicker .container__months .month-item-weekdays-row {
  margin-top: 2px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .top_filter .litepicker .container__months .month-item-weekdays-row {
    margin-bottom: 12px;
    margin-top: 4px;
  }
}
.top_filter .litepicker .container__months .month-item-weekdays-row > div {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #BABABA;
}
.top_filter .litepicker .month-item-year {
  display: none;
}
.top_filter .litepicker .month-item-name {
  text-transform: capitalize;
  display: inline-block;
  padding: 15px 20px;
  background-color: #F1F2FB;
  color: #001049;
  border-radius: 10px;
  line-height: 1;
  font-size: 19px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .top_filter .litepicker .month-item-name {
    background-color: transparent;
  }
}
.top_filter .litepicker .button-previous-month,
.top_filter .litepicker .button-next-month {
  cursor: pointer !important;
}
.top_filter .litepicker .button-previous-month svg,
.top_filter .litepicker .button-next-month svg {
  fill: #FF9900 !important;
}
.top_filter .litepicker .container__footer {
  padding: 0;
}
@media (min-width: 768px) {
  .top_filter .litepicker .container__footer {
    display: none;
  }
}
.top_filter .litepicker .container__tooltip {
  z-index: 1;
}
.top_filter .litepicker .container__days .day-item {
  position: relative;
  font-size: 18px;
  z-index: 1;
  padding: 14px 0;
  width: calc(100% / 7);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  pointer-events: none;
  color: #BABABA;
}
.top_filter .litepicker .container__days .day-item:hover {
  box-shadow: none;
}
.top_filter .litepicker .container__days .day-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: -1;
}
.top_filter .litepicker .container__days .day-item.is-highlighted {
  pointer-events: auto;
  color: #001049;
  background-color: transparent;
  cursor: pointer;
}
.top_filter .litepicker .container__days .day-item.is-in-range {
  color: #fff;
  border-radius: 100px;
  background-color: transparent;
}
.top_filter .litepicker .container__days .day-item.is-in-range:after {
  background-color: rgba(255, 153, 0, 0.5);
}
.top_filter .litepicker .container__days .day-item.is-end-date, .top_filter .litepicker .container__days .day-item.is-start-date {
  border-radius: 100px;
  background-color: transparent;
  color: #fff;
}
.top_filter .litepicker .container__days .day-item.is-end-date:after, .top_filter .litepicker .container__days .day-item.is-start-date:after {
  background-color: #FF9900;
}
.top_filter .litepicker .container__days .day-item.is-locked {
  color: #BABABA;
}
.top_filter .litepicker .container__days > div {
  width: calc(100% / 7);
  padding: 12px 0;
}
.top_filter .litepicker .preview-date-range,
.top_filter .litepicker .button-cancel {
  display: none;
}
.top_filter .litepicker .button-apply {
  margin: 0 16px 43px;
  width: calc(100% - 32px);
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
}

.custom_checkbox_filter {
  position: relative;
  padding-left: 22px;
  display: block;
  width: 100%;
}
.custom_checkbox_filter input[type=checkbox] {
  display: none;
}
.custom_checkbox_filter .custom_checkbox__flag {
  position: absolute;
  left: 0;
  top: 2px;
  border: 2px solid #BABABA;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 153, 0, 0);
  min-width: 16px;
}
.custom_checkbox_filter .custom_checkbox__flag::after {
  transition: all 200ms linear;
  opacity: 0;
  display: block;
  content: "";
  width: 90%;
  height: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/onv100/img/checked_green.svg");
}

.custom_radio_filter {
  cursor: pointer;
  width: 100%;
}
.custom_radio_filter input[type=radio] {
  display: none;
}
.custom_radio_filter::before {
  display: block;
  content: "";
  border: 1px solid #BABABA;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: border-width 200ms linear;
  min-width: 16px;
}

.breadcrumb {
  margin: 20px 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    display: block;
    line-height: 30px;
    color: #BABABA;
    margin: 0 auto 25px;
  }
}
.breadcrumb .bold-and-orange {
  font-weight: 700;
  color: #FF9900;
}
.breadcrumb .navigation-pipe:not(.bold-and-orange) {
  display: none;
}
.breadcrumb__ul {
  display: flex;
}
.breadcrumb li + .navigation-pipe {
  margin: 0 3px;
}

@media (min-width: 1200px) {
  .product .breadcrumb {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .history .breadcrumb,
.identity .breadcrumb {
    margin: 13px auto 0;
  }
}

.subcategory {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .subcategory {
    display: block;
    margin-bottom: 22px;
    min-height: 93px;
  }
}
.subcategory__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .subcategory__row {
    row-gap: 0;
  }
}
.subcategory__row .subcategory__item {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .subcategory__row .subcategory__item {
    margin-bottom: 20px;
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .subcategory__row .subcategory__item {
    flex: 0 0 16.6666666667%;
  }
}
.subcategory__row.slick-initialized {
  display: block;
}
@media (min-width: 768px) {
  .subcategory__row.slick-initialized {
    margin-right: 23px;
    margin-left: 23px;
  }
}
.subcategory__row.slick-initialized .subcategory__item {
  flex: initial;
  margin-bottom: 0;
}
.subcategory--with_bg:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 338px;
  left: -10%;
  right: -15%;
  background-image: url(d807a28e987784c4781b871bd8c7c58d.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .subcategory--with_bg:before {
    top: 24%;
    content: "";
  }
}
.subcategory__slider_btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #FF9900;
  position: absolute;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  text-align: center;
  bottom: 0;
}
@media (min-width: 768px) {
  .subcategory__slider_btn {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
  }
}
.subcategory__slider_btn:hover {
  cursor: pointer;
}
.subcategory__slider_btn.slick-disabled {
  opacity: 0;
}
.subcategory__slider_btn.slick-disabled:hover {
  cursor: default;
}
.subcategory__slider_btn_ico {
  width: 20px;
  height: 100%;
  stroke: #fff;
}
.subcategory__slider_btn--next {
  right: 10px;
}
@media (min-width: 768px) {
  .subcategory__slider_btn--next {
    right: -23px;
  }
}
.subcategory__slider_btn--prev {
  left: 10px;
}
@media (min-width: 768px) {
  .subcategory__slider_btn--prev {
    left: -23px;
  }
}
.subcategory__slider_btn--prev .subcategory__slider_btn_ico {
  transform: rotate(180deg);
}
.subcategory__item {
  border-radius: 15px;
  overflow: hidden;
  padding: 0 10px;
}
.subcategory__item_link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.subcategory__item_link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 16, 73, 0) 0%, rgba(0, 16, 73, 0.75) 100%);
}
@media (min-width: 1200px) {
  .subcategory__item_link:hover img {
    transform: scale(1.2);
  }
}
.subcategory__item img {
  transition: 0.35s ease;
  width: 100%;
  min-height: 87px;
  display: block;
}
.subcategory__name {
  position: absolute;
  left: 13px;
  bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}
.subcategory__name a {
  color: inherit;
}
@media (min-width: 768px) {
  .subcategory__name {
    bottom: 16px;
  }
}
.subcategory .subcategory-image {
  position: relative;
}
.subcategory__arrow {
  display: none;
}
@media (min-width: 768px) {
  .subcategory__arrow {
    display: block;
    position: absolute;
    z-index: 2;
    right: 11px;
    bottom: 18px;
    width: 15px;
    height: 12px;
  }
}
.subcategory .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  margin-top: 15px;
}
.subcategory .slick-dots button {
  background-color: #FF9900;
  border-radius: 100%;
  color: transparent;
  transition: all 0.2s ease-in-out;
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border: 2px solid transparent;
}
.subcategory .slick-dots .slick-active button {
  transform: scale(1.4);
  background-color: #fff;
  border-color: #FF9900;
}

.banner_top {
  position: relative;
}
@media (min-width: 768px) {
  .banner_top {
    padding-bottom: 0;
    margin-bottom: 109px;
  }
}
.banner_top .cat_desc {
  padding-top: 42px;
}
@media (min-width: 768px) {
  .banner_top .cat_desc {
    padding-top: 0;
  }
}
.banner_top .content_scene_cat_bg {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 130px !important;
}
@media (min-width: 768px) {
  .banner_top .content_scene_cat_bg {
    min-height: 276px !important;
  }
}
@media (min-width: 1200px) {
  .banner_top .content_scene_cat_bg {
    min-height: 278px !important;
  }
}
.banner_top .content_scene_cat_bg .top_filter__wrap {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .banner_top .content_scene_cat_bg .top_filter__wrap {
    padding-bottom: 0;
  }
}
.banner_top .category-name {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 41px;
  display: block;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .banner_top .category-name {
    font-size: 45px;
    text-align: left;
    margin: 105px 0 0;
  }
}
@media (min-width: 1200px) {
  .banner_top .category-name {
    margin: 79px 0 10px;
    font-size: 60px;
  }
}
.banner_top .category__description {
  padding-right: 50%;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.banner_top .category__description p {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.quick_sort {
  display: none;
}
@media (min-width: 1200px) {
  .quick_sort {
    display: block;
    margin-bottom: 17px;
  }
}
.quick_sort__wrapper {
  display: flex;
  align-items: center;
}
.quick_sort__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .quick_sort__label {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (min-width: 1200px) {
  .quick_sort__label {
    font-size: 14px;
    line-height: 14px;
  }
}
.quick_sort__select {
  line-height: 1;
}
.quick_sort__select .dropdown__button {
  width: 100%;
  padding: 0 10px;
}
.quick_sort__select .dropdown__menu_item {
  color: #001049;
}
.quick_sort__select .dropdown__menu_item--active {
  color: #BABABA;
}
.quick_sort__select .dropdown__text {
  font-weight: normal;
  font-size: 14px;
}
.quick_sort__select .dropdown__menu {
  padding: 24px 18px 24px 25px;
  left: -15px !important;
  margin-top: 4px;
  min-width: 210px;
}
.quick_sort__select .dropdown__menu_item:not(:last-child) {
  margin-bottom: 16px;
}
.quick_sort__mobile {
  position: fixed;
  right: 0;
  width: 0;
  top: 0;
  z-index: 25;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.2s ease-in-out;
  padding-bottom: 45px;
}
@media (min-width: 1200px) {
  .quick_sort__mobile {
    display: none;
  }
}
.quick_sort__mobile .close_mob_filters {
  top: 50%;
  transform: translate(60px, 50%);
}
.quick_sort__mobile.show {
  width: 100%;
}
@media (min-width: 768px) {
  .quick_sort__mobile.show {
    width: 402px;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 10px 35px rgba(0, 16, 73, 0.1);
  }
  .quick_sort__mobile.show .close_mob_filters {
    animation-name: btn-close-show;
    opacity: 1;
  }
}
.quick_sort__mobile_header {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f4f6f8;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .quick_sort__mobile_header {
    background-color: transparent;
    margin-top: 46px;
    margin-bottom: 50px;
  }
}
.quick_sort__mobile_header_text {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .quick_sort__mobile_header_text {
    font-weight: 700;
    font-size: 24px;
  }
}
.quick_sort__mobile_header .more__icon {
  left: 15px;
  right: auto;
  width: 23px;
  height: 25px;
}
@media (min-width: 768px) {
  .quick_sort__mobile_header .more__icon {
    display: none;
  }
}
.quick_sort__mobile_radio {
  flex-grow: 1;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .quick_sort__mobile_radio {
    padding-left: 32px;
  }
}
.quick_sort__mobile_radio .custom_radio {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .quick_sort__mobile_radio .custom_radio {
    margin-bottom: 20px;
  }
}
.quick_sort__mobile_radio_text {
  font-weight: 500;
  font-size: 17px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .quick_sort__mobile_radio_text {
    font-size: 16px;
  }
}
.quick_sort__mobile_submit {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .quick_sort__mobile_submit {
    padding: 0 32px;
  }
}
.quick_sort__mobile_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product_card {
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .product_card:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .product_card::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    box-shadow: -1px 4px 17px rgba(0, 16, 73, 0);
    opacity: 0;
    transition: 400ms ease-out;
  }
  .product_card:hover::before {
    top: -15px;
    left: -5px;
    right: -5px;
    bottom: -15px;
    box-shadow: -1px 4px 17px rgba(0, 16, 73, 0.2);
    opacity: 1;
    border-radius: 15px;
  }
}
.product_card .product_img_link {
  display: block;
  text-align: end;
  position: relative;
  margin-bottom: 35px;
  height: 92.3vw;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .product_card .product_img_link {
    height: 267px;
  }
}
@media (min-width: 768px) {
  .product_card .product_img_link {
    margin-bottom: 38px;
    height: 255px;
  }
}
@media (min-width: 1200px) {
  .product_card .product_img_link {
    height: 280px;
    margin-bottom: 44px;
  }
}
.product_card .product-image-container {
  position: relative;
}
.product_card .product-image-container .content_price {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 158px;
}
.product_card .fmm_title_text_sticker {
  position: static !important;
  margin: 12px 8px 0 12px !important;
}
@media (min-width: 768px) {
  .product_card .fmm_title_text_sticker {
    margin: 12px 12px 0 23px !important;
  }
}
.product_card .fmm_title_text_sticker span {
  padding: 2px 12px;
  border-radius: 50px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  .product_card .fmm_title_text_sticker span {
    padding: 2px 21px;
    font-size: 14px !important;
  }
}
.product_card.slick-slide .fmm_title_text_sticker {
  display: none !important;
}
.product_card__name_description {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #001049;
  display: none;
  margin-top: 7px;
}
.product_card__tag {
  color: #FF9900;
  font-size: 12px;
  line-height: 10px;
  font-weight: 500;
  position: relative;
  margin-bottom: 7px;
}
.product_card__name {
  margin-bottom: 20px;
}
.product_card__name.stroke::after {
  top: calc(100% + 3px);
}
@media (min-width: 768px) {
  .product_card__name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 31px;
  }
  .product_card__name.stroke::after {
    top: calc(100% + 14px);
  }
}
@media (min-width: 1200px) {
  .product_card__name {
    line-height: 21px;
  }
}
.product_card__name_arrow {
  display: none;
}
.product_card__description {
  padding-left: 28px;
  position: relative;
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .product_card__description {
    font-size: 14px;
    line-height: 20px;
  }
}
.product_card__description + .product_card__description {
  margin-top: 10px;
}
.product_card__description svg {
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  fill: #18B025;
}
.product_card__description--locations svg {
  height: 20px;
}
.product_card__description--dates {
  display: none;
}
.product_card__description--start svg {
  fill: transparent;
}
.product_card__question {
  display: none;
}
.product_card .top-block {
  display: none;
}
.product_card__link_mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .category_cols__container .product_card .product-image-container .content_price {
    width: auto;
    bottom: -12px;
  }
  .category_cols__container .product_card .product-image-container .content_price .btn.btn--price, .category_cols__container .product_card .product-image-container .content_price .top_filter .litepicker .btn--price.button-apply, .top_filter .litepicker .category_cols__container .product_card .product-image-container .content_price .btn--price.button-apply {
    width: 112px;
    height: 26px;
    font-size: 12px;
  }
}
.pagination {
  display: none;
}
@media (min-width: 1200px) {
  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 62px;
  }
}
.pagination .current {
  color: #fff;
  background-color: #FF9900;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .pagination .current {
    width: 52px;
    height: 52px;
    line-height: 53px;
  }
}
.pagination li {
  margin: 0 20px;
  color: #BABABA;
  font-weight: 500;
  font-size: 19px;
}
.pagination li * {
  color: inherit;
}
.pagination__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .pagination__wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .pagination__wrapper {
    flex-direction: row;
  }
}
.pagination__wrapper .show_more_btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .pagination__wrapper .show_more_btn {
    order: 1;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .pagination__wrapper .show_more_btn_text {
    display: none;
  }
}
.pagination__wrapper .btn_direction {
  max-width: 280px;
  width: 100%;
  min-width: 48px;
  height: 48px;
  background-color: transparent;
  margin-bottom: 21px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .pagination__wrapper .btn_direction {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .pagination__wrapper .btn_direction {
    min-width: 52px;
    height: 52px;
  }
}
@media (max-width: 1199.98px) {
  .pagination__wrapper .btn_direction .btn__arrow {
    display: none;
  }
}
.pagination_previous {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .pagination_previous {
    width: auto;
  }
}
.pagination_previous svg {
  transform: rotate(180deg);
}

.product_list {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .product_list {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .product_list {
    margin-bottom: 9px;
  }
}
.product_list .slider-controls {
  display: none;
}

#product_list .product_card {
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  #product_list .product_card {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 40px;
  }
}
#product_list .product_card .product-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  #product_list .product_card .product-container {
    display: block;
  }
}
#product_list .product_card .left-block {
  flex: 0 0 172px;
  margin-right: 16px;
}
@media (min-width: 1200px) {
  #product_list .product_card .left-block {
    margin-right: 0;
  }
}
#product_list .product_card .right-block {
  flex: 0 0 calc(100% - 188px);
}
#product_list .product_card__question {
  padding-left: 28px;
  margin-top: 13px;
  position: relative;
  display: flex;
}
@media (min-width: 1200px) {
  #product_list .product_card__question {
    position: absolute;
    bottom: 0;
  }
}
#product_list .product_card__question_text {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #001049;
  cursor: pointer;
}
@media (min-width: 1200px) {
  #product_list .product_card__question_text {
    text-decoration: underline;
  }
}
#product_list .product_card__question_text--desctop {
  display: none;
}
@media (min-width: 1200px) {
  #product_list .product_card__question_text--desctop {
    display: block;
  }
}
#product_list .product_card__question_text--mobile {
  color: #FF9900;
  font-size: 10px;
  line-height: 11px;
}
@media (min-width: 1200px) {
  #product_list .product_card__question_text--mobile {
    display: none;
  }
}
#product_list .product_card__question svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}
#product_list .product_card__name {
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 1200px) {
  #product_list .product_card__name {
    display: block;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 31px;
  }
  #product_list .product_card__name.stroke::after {
    top: calc(100% + 14px);
  }
}
#product_list .product_card__name_arrow {
  display: none;
}
#product_list .product_card__name--mobile {
  display: block;
  line-height: 21px;
  margin-top: 2px;
  margin-bottom: 6px;
}
#product_list .product_card__tag {
  color: #FF9900;
  font-size: 12px;
  line-height: 10px;
  font-weight: 500;
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  #product_list .product_card__tag {
    display: block;
  }
}
#product_list .product_card__tag--mobile {
  display: block;
}
@media (min-width: 1200px) {
  #product_list .product_card__name_description {
    display: block;
  }
}
#product_list .product_card__name_description--mobile {
  display: block;
  font-size: 10px;
  line-height: 11px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  #product_list .product_card .product-image-container .content_price {
    bottom: -25px;
  }
}
#product_list .product_card .product_img_link {
  height: 172px;
}
@media (min-width: 576px) {
  #product_list .product_card .product_img_link {
    height: 267px;
  }
}
@media (min-width: 768px) {
  #product_list .product_card .product_img_link {
    margin-bottom: 38px;
    height: 255px;
  }
}
@media (min-width: 1200px) {
  #product_list .product_card .product_img_link {
    height: 280px;
    margin-bottom: 44px;
  }
}
#product_list .product_card .top-block--mobile {
  display: block;
  flex: 0 0 100%;
}
@media (min-width: 1200px) {
  #product_list .product_card .top-block--mobile {
    display: none;
  }
}
#product_list .product_card__link_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 34px;
  background: #FF9900;
  border-radius: 50px;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #product_list .product_card__link_mobile {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .new_products #product_list .product_card .right-block {
    flex: 0 0 100%;
  }
}
@media (max-width: 1199.98px) {
  .new_products #product_list .product_card .left-block {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .new_products #product_list .product_card .product_img_link {
    height: 310px;
  }
}

.menu--active .menu__wrap_overlay {
  left: 0;
}
.menu--active .menu__wrap {
  right: 0;
}
.menu--active .menu__button:not(.menu__button--close) {
  box-shadow: 0 6px 15px rgba(255, 153, 0, 0.5);
}
.menu__top {
  display: flex;
  padding: 12px 0 20px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .menu__top {
    padding: 0;
    justify-content: flex-end;
  }
}
.menu__top_title {
  flex: 1 0 auto;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 600;
}
.menu__button {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin-left: 8px;
  border: none;
  background-color: #FF9900;
}
@media (min-width: 768px) {
  .menu__button {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .menu__button {
    margin-left: 5px;
  }
}
.menu__button--close {
  margin-left: 30px;
}
.menu__button--close .menu__icon {
  width: 14px;
  height: 14px;
}
.menu__icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.menu__wrap_overlay {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #001049;
  opacity: 0.15;
  z-index: 2;
}
.menu__wrap {
  position: fixed;
  right: -303px;
  transition: all 0.35s ease;
  top: 0;
  padding: 0 15px;
  background: #fff;
  height: 100%;
  width: 303px;
  z-index: 5;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #ff9900 rgba(241, 241, 241, 0.5);
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 768px) {
  .menu__wrap {
    padding: 12px 8px 12px;
    right: -303px;
    width: 298px;
    height: 100%;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
  }
}
.menu__wrap::-webkit-scrollbar {
  width: 4px;
}
.menu__wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.menu__wrap::-webkit-scrollbar-thumb {
  background: #FF9900;
}
.menu__wrap::-webkit-scrollbar-thumb:hover {
  background: #BABABA;
}
.menu .dropdown__text {
  font-size: 14px;
  font-weight: 600;
}
.menu .dropdown__menu_text {
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .nav.scroll .menu {
    position: fixed;
    top: 13px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .nav.scroll .menu {
    display: none;
  }
}

.nav {
  position: relative;
  z-index: 100;
}
@media (max-width: 575.98px) {
  .nav.scroll .nav__logo img {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .nav.scroll .nav__logo {
    position: fixed;
  }
}
@media (min-width: 768px) {
  .nav.scroll .nav__logo {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .nav.scroll .nav__phone .dropdown__text {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .nav.scroll .nav__phone {
    padding: 18px 0 6px;
    display: flex;
    justify-content: center;
  }
  .nav.scroll .nav__phone .dropdown__link {
    margin-left: 62px;
  }
}
@media (max-width: 767.98px) {
  .nav.scroll .city_wrap {
    display: none;
  }
}
.nav.scroll .search {
  display: none;
}
.nav.scroll .login {
  display: none;
}
.nav.scroll .shopping_cart {
  display: none;
}
@media (max-width: 767.98px) {
  .nav .menu__top:not(.menu__top_wrap) {
    padding: 0;
    justify-content: flex-end;
  }
}
.nav .city_wrap {
  font-size: 14px;
}
.nav .city_wrap .dropdown__menu_item {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .nav .city_wrap {
    margin-left: auto;
    padding: 0 0 0 18px;
  }
  .nav .city_wrap .dropdown__menu {
    left: auto !important;
    right: -15px !important;
  }
  .nav .city_wrap .dropdown__text {
    font-size: 14px;
    font-weight: 600;
  }
}
.nav .row {
  position: relative;
}
@media (max-width: 767.98px) {
  .nav__row {
    height: 100%;
  }
}
.nav__logo {
  flex: 1 0 24%;
  height: 72px;
  margin-right: 10px;
  align-items: center;
  display: flex;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .nav__logo {
    height: 68px;
    padding: 18px 0 10px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .nav__logo {
    height: 82px;
    flex-grow: 0;
    flex: 0 0 auto;
  }
}
.nav__logo img {
  display: block;
  height: auto;
  max-width: 112px;
  width: 100%;
}
@media (min-width: 576px) {
  .nav__logo img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .nav__logo img {
    width: 134px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .nav__logo img {
    width: 170px;
  }
}
.nav__phone_bg {
  content: "";
  position: absolute;
  top: 0;
  height: 40px;
  left: 50%;
  width: 100vw;
  background-color: #fff;
  margin-left: -50vw;
}
@media (min-width: 768px) {
  .nav__phone_bg {
    width: 100vw;
    height: 45px;
    box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  }
}
.nav__phone {
  position: relative;
  padding: 9px 0 6px;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .nav__phone {
    padding: 10px 0 8px;
  }
}
.nav__phone .dropdown-menu {
  min-width: auto;
  left: -15px !important;
  padding: 15px;
  width: max-content;
}
@media (min-width: 768px) {
  .nav__phone .dropdown-menu {
    min-width: 10rem;
  }
}
.nav__phone .dropdown__link {
  margin-right: 5px;
}
.nav__phone .dropdown__text {
  font-size: 14px;
  font-weight: 600;
  padding-right: 0;
}
.nav__phone .dropdown__menu_item {
  display: flex;
  font-size: 14px;
  min-height: 30px;
}
.nav__phone .dropdown__menu_text {
  margin-right: 5px;
  white-space: nowrap;
}
.nav__phone_list {
  display: flex;
  justify-content: space-between;
}
.nav__phone_link {
  display: flex;
  font-weight: 600;
  font-size: 12px;
}
@media all and (max-width: 374px) {
  .nav__phone_link {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .nav__phone_item {
    align-items: center;
    margin-top: 8px;
    display: flex;
  }
}
@media (min-width: 768px) {
  .nav__phone_item + .nav__phone_item {
    display: flex;
    margin-top: 14px;
  }
}
.nav__phone_item + .nav__phone_item .nav__phone_item_icon {
  display: none;
}
.nav__phone_item_icon {
  width: auto;
  height: 24px;
  margin-left: 12px;
}
.nav__phone_item_icon:nth-of-type(1) {
  margin-left: 10px;
}

.mob_sticky .top_menu_wrap {
  display: none;
}
.mob_sticky .container__mob_sticky {
  height: 40px;
}

.show .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .footer_slider {
    margin-bottom: 57px;
  }
}
.footer_slider .product-container {
  position: relative;
}
.footer_slider__wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: initial;
}
@media (min-width: 768px) {
  .footer_slider__wrapper {
    padding-left: 7px;
  }
}
@media (min-width: 1200px) {
  .footer_slider__wrapper {
    padding-left: 0;
  }
}
.footer_slider .footer_slider__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.footer_slider .footer_slider__header .link_goto {
  display: none;
}
@media (min-width: 1200px) {
  .footer_slider .footer_slider__header .link_goto {
    display: block;
  }
}
.footer_slider .footer_slider__header .section_title {
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .footer_slider .footer_slider__header .section_title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .footer_slider .footer_slider__header .section_title {
    margin-bottom: 26px;
  }
}
.footer_slider .product_card__tag,
.footer_slider .product_card__description,
.footer_slider .product_card__name::after,
.footer_slider .content_price {
  display: none;
}
.footer_slider .product_card__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  color: #FFFFFF;
  position: absolute;
  bottom: 17px;
  left: 18px;
  margin-bottom: 0;
  z-index: 2;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .footer_slider .product_card__name {
    right: 0;
    bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .footer_slider .product_card__name {
    position: initial;
    color: #001049;
    font-size: 18px;
    padding-right: 0;
    text-align: start;
    margin-top: 46px;
  }
}
.footer_slider .product_card__name a {
  color: inherit;
}
@media (min-width: 1200px) {
  .footer_slider .product_card__name a {
    max-width: 280px;
    display: inline-block;
    margin: auto;
    line-height: 1.2;
  }
}
.footer_slider .product_card__name .product_card__trade_name {
  display: block;
}
.footer_slider .product_card {
  display: inline;
  width: auto;
  padding: 0 6px;
}
@media (min-width: 768px) {
  .footer_slider .product_card {
    padding: 0 10px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1200px) {
  .footer_slider .product_card {
    padding: 0 10px;
  }
  .footer_slider .product_card::before {
    display: none;
  }
  .footer_slider .product_card:hover::before {
    display: none;
  }
}
.footer_slider .product_card .product_img_link {
  width: 224px;
  height: 124px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.footer_slider .product_card .product_img_link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 16, 73, 0) 0%, rgba(0, 16, 73, 0.75) 100%);
}
@media (min-width: 768px) {
  .footer_slider .product_card .product_img_link {
    width: 180px;
    height: 87px;
  }
}
@media (min-width: 1200px) {
  .footer_slider .product_card .product_img_link {
    width: 280px;
    height: 136px;
    margin: 0 auto;
  }
  .footer_slider .product_card .product_img_link::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer_slider .product_card__name_arrow {
    width: 15px;
    height: 10px;
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 3px;
    left: auto;
    right: 10px;
    display: block;
    stroke: #fff;
  }
}
@media (min-width: 1200px) {
  .footer_slider .content_price {
    display: block;
  }
  .footer_slider .subcategory__arrow {
    display: none;
  }
}
.footer_social__list {
  display: flex;
  justify-content: center;
  margin: 32px 0 26px;
}
@media (min-width: 768px) {
  .footer_social__list {
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .footer_social__list {
    margin: 0;
  }
}
.footer_social__list li {
  margin: 0 16px;
}
@media (min-width: 768px) {
  .footer_social__list li {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .footer_social__list li + li {
    margin-left: 32px;
  }
}
@media (min-width: 1200px) {
  .footer_social__list li + li {
    margin-left: 54px;
  }
}
.footer_social a:hover .footer_social__icon {
  fill: #FF9900;
}
.footer_social__icon {
  width: 20px;
  height: 20px;
  transition: fill 0.35s ease;
  fill: white;
}

.footer_copyright {
  text-align: center;
}
@media (min-width: 768px) {
  .footer_copyright {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer_copyright {
    margin-bottom: 8px;
  }
}
.footer_copyright__text {
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}
.footer_copyright__link {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.banner_category {
  z-index: 1;
}
.banner_category .container {
  position: relative;
  z-index: 11;
}
.banner_category__wrap {
  overflow: auto;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  right: 0;
  top: 0;
}
.banner_category__list {
  white-space: nowrap;
  text-align: right;
  margin: 0 -15px 0 -6px;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .banner_category__list {
    padding: 38px 0;
  }
}
@media (min-width: 1200px) {
  .banner_category__list {
    padding: 38px 0;
    white-space: normal;
    margin: 0;
  }
}
.banner_category__item {
  margin-left: 6px;
  margin-right: 6px;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 1200px) {
  .banner_category__item {
    margin-bottom: 6px;
  }
}
.banner_category__item:last-of-type {
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .banner_category__item:last-of-type {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
.banner_category__link {
  display: block;
  padding: 6px 14px;
  background: rgba(0, 16, 73, 0.32);
  border: 2px solid #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.banner_category__link:hover {
  background: #FF9900;
  border-color: #FF9900;
  color: #fff;
}

.interesting {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .interesting {
    margin-bottom: -22px;
  }
}
.interesting__item {
  position: relative;
  height: 172px;
  margin-bottom: 36px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .interesting__item {
    margin-bottom: 42px;
  }
}
.interesting__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 16, 73, 0) 0%, rgba(0, 16, 73, 0.75) 100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .interesting__item--big {
    height: 386px;
    margin: 0 14px 44px;
  }
}
@media (min-width: 1200px) {
  .interesting__item--big {
    margin: 0 0 44px;
  }
}
@media (min-width: 1200px) {
  .interesting__item--big .interesting__text {
    width: 69%;
  }
}
.interesting__link {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
  z-index: 1;
}
.interesting__link:hover .interesting__product_title,
.interesting__link:hover .interesting__desc {
  color: #FF9900;
}
.interesting__text {
  width: 54%;
  padding: 12px;
}
@media (min-width: 768px) {
  .interesting__text {
    padding: 5px 0 32px 27px;
  }
}
@media (min-width: 768px) {
  .interesting__text--big {
    padding: 32px 38px;
  }
}
.interesting__product_title {
  font-size: 20px;
  color: #fff;
  transition: color 0.35s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 0 10px black;
}
.interesting__product_title--big {
  line-height: 1;
}
@media (min-width: 768px) {
  .interesting__product_title--big {
    margin-bottom: 14px;
    font-size: 45px;
  }
}
.interesting__desc {
  font-size: 12px;
  color: #fff;
  transition: color 0.35s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 0 10px black;
}
@media (min-width: 768px) {
  .interesting__desc {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .interesting__desc--big {
    font-size: 16px;
  }
}
.interesting .middle__arrows_prev, .interesting .middle__arrows_next {
  top: calc(50% - 38px);
  transform: none;
}
.interesting .content_price {
  position: absolute;
  right: 16px;
  width: 158px;
  bottom: -24px;
  z-index: 3;
}
@media (min-width: 768px) {
  .interesting .content_price {
    width: auto;
    min-width: 168px;
    right: 28px;
    bottom: -24px;
  }
}
@media (min-width: 768px) {
  .interesting .content_price {
    right: 20px;
    bottom: -20px;
  }
}
@media (min-width: 768px) {
  .interesting .content_price--big {
    min-width: 192px;
    right: 50px;
  }
}
.best_category {
  margin-bottom: -4px;
  padding-top: 30px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .best_category {
    padding-top: 44px;
    background-color: transparent;
  }
  .best_category .block_title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .best_category {
    background-color: #fff;
    padding-top: 33px;
  }
}

.seo_block {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 59px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .seo_block {
    background-color: transparent;
    padding-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .seo_block {
    font-size: 16px;
    margin-top: 56px;
    padding-bottom: 47px;
  }
}
.seo_block .section_title {
  margin-top: 0;
  line-height: 1.2;
  text-transform: initial;
  margin-bottom: 19px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .seo_block .section_title {
    font-size: 33px;
  }
}
.seo_block .link_goto {
  display: block;
  max-width: 200px;
  margin-left: auto;
  text-align: right;
  margin-top: 10px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .seo_block .link_goto {
    color: #FF9900;
  }
  .seo_block .link_goto svg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .seo_block .link_goto {
    margin-top: 17px;
  }
}
.seo_block .link_goto.hide {
  opacity: 0;
}
.seo_block__text {
  font-size: 16px;
}
.seo_block__text h1,
.seo_block__text h2,
.seo_block__text h3,
.seo_block__text h4,
.seo_block__text h5,
.seo_block__text h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .seo_block__text {
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.45;
  }
  .seo_block__text h1,
.seo_block__text h2,
.seo_block__text h3,
.seo_block__text h4,
.seo_block__text h5,
.seo_block__text h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .seo_block__text {
    padding-top: 12px;
    padding-right: 150px;
  }
  .seo_block__text h1,
.seo_block__text h2,
.seo_block__text h3,
.seo_block__text h4,
.seo_block__text h5,
.seo_block__text h6 {
    font-size: 26px;
  }
}
.seo_block .collapse {
  display: block;
  height: 7.4em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .seo_block .collapse {
    height: 8em;
  }
}
.seo_block .collapse.show {
  display: block;
  height: auto;
}

.product_sliders {
  margin: 0 -15px 14px;
}
@media (min-width: 768px) {
  .product_sliders {
    margin: 0 0 42px;
  }
}
@media (min-width: 1200px) {
  .product_sliders {
    margin: 0 0 50px;
  }
}
.product_sliders__main_wrap {
  position: relative;
}
@media (min-width: 768px) {
  .product_sliders__main_wrap {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .product_sliders__main_wrap {
    margin-bottom: 16px;
  }
}
.product_sliders__main_wrap .middle__arrows_prev {
  left: -6px;
}
.product_sliders__main_wrap .middle__arrows_next {
  right: -6px;
}
.product_sliders__main {
  overflow: hidden;
}
.product_sliders__main .slick-dots {
  top: -24px;
  position: relative;
}
.product_sliders__main_item:not(:first-of-type) {
  display: none;
}
.product_sliders__main_item.slick-slide {
  display: block;
}
.product_sliders__thumb.stop_scroll .slick-track {
  transform: none !important;
}
.product_sliders__thumb_img, .product_sliders__main_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  cursor: pointer;
}
.product_sliders__main_img {
  height: 54vw;
}
@media (min-width: 768px) {
  .product_sliders__main_img {
    max-height: 436px;
  }
}
@media (min-width: 768px) {
  .product_sliders__main_img {
    max-height: 422px;
  }
}
.product_sliders__thumb_item {
  max-width: 206px;
}
@media (min-width: 768px) {
  .product_sliders__thumb_item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .product_sliders__thumb_item {
    max-width: 210px;
  }
}
.product_sliders__thumb_item:not(:first-of-type) {
  display: none;
}
.product_sliders__thumb_item.slick-slide {
  display: block;
}
.product_sliders__thumb_item.slick-current .product_sliders__thumb_img {
  border: solid 2px #FF9900;
  border-radius: 20px;
}
.product_sliders__thumb_img {
  max-height: 125px;
  height: 15vw;
}
.product_sliders .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  /* added this line only */
}

.add_cart_form {
  position: relative;
  padding: 100px 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 -15px 32px;
}
@media (min-width: 768px) {
  .add_cart_form {
    display: flex;
    padding: 103px 28px 40px;
    margin: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .add_cart_form form {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .add_cart_form .box-info-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .add_cart_form--simplify {
    padding: 40px 28px;
  }
}
@media (min-width: 1200px) {
  .add_cart_form--simplify .box-info-product {
    justify-content: flex-start;
    width: 100%;
  }
}
.add_cart_form__title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}
.add_cart_form__dol_price {
  font-weight: 500;
  color: #18B025;
}
.add_cart_form__btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #BABABA;
}
.add_cart_form__btn:hover {
  background-color: #FF9900;
  border-color: #FF9900;
}
.add_cart_form__btn:hover svg {
  fill: #fff;
}
.add_cart_form__btn.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.add_cart_form__btn svg {
  fill: #FF9900;
}
.add_cart_form__quantity {
  display: flex;
  margin-top: 14px;
  padding-left: 6px;
}
.add_cart_form__quantity input {
  font-size: 18px;
  width: 40px;
  padding: 0;
  align-items: center;
  text-align: center;
  border: none;
}
.add_cart_form__quantity input::-webkit-inner-spin-button, .add_cart_form__quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.add_cart_form__quantity_discount {
  display: none;
  width: 100%;
  font-size: 10px;
  color: #BABABA;
  line-height: 1;
}
.add_cart_form__quantity_discount--show {
  display: block;
  margin-top: 6px;
}
.add_cart_form__quantity_error {
  display: none;
  width: 100%;
  font-size: 10px;
  color: #DB1B1B;
  line-height: 1;
}
.add_cart_form__quantity_error--show {
  display: block;
  margin-top: 6px;
}
.add_cart_form .price_prefix {
  margin-right: 8px;
  font-size: 14px;
}
.add_cart_form .price {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 30px;
  white-space: nowrap;
  color: #18B025;
}
@media all and (max-width: 374px) {
  .add_cart_form .price {
    font-size: 24px;
  }
}
.add_cart_form .content_prices__bonus {
  font-size: 12px;
  color: #18B025;
}
.add_cart_form .content_prices__bonus strong {
  white-space: nowrap;
}
.add_cart_form .our_price_display {
  margin-top: 14px;
  display: flex;
  align-items: center;
}
.add_cart_form .attributes {
  margin-top: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .add_cart_form .attributes {
    margin-top: 20px;
  }
}
.add_cart_form .attributes .add_cart_form__title {
  padding-left: 6px;
}
.add_cart_form .attribute_list {
  width: 100%;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .add_cart_form .attribute_list {
    margin-bottom: 18px;
  }
}
.add_cart_form .dropdown__menu {
  width: 100%;
  padding: 16px 14px;
}
.add_cart_form .housing_choice .dropdown__menu_item {
  transition: color 0.35s ease;
  font-size: 16px;
}
.add_cart_form .housing_choice .dropdown__menu_item:hover {
  color: #BABABA;
}
.add_cart_form .housing_choice .dropdown__button, .add_cart_form__all_count .dropdown__button, .add_cart_form__date .dropdown__button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 16px;
  border: 2px solid #E0E0E0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .add_cart_form .housing_choice .dropdown__button, .add_cart_form__all_count .dropdown__button, .add_cart_form__date .dropdown__button {
    padding: 12px 15px;
  }
}
.add_cart_form .housing_choice .dropdown__button.disabled, .add_cart_form__all_count .dropdown__button.disabled, .add_cart_form__date .dropdown__button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.add_cart_form .housing_choice.dropdown.show .dropdown__button_svg, .add_cart_form__all_count.dropdown.show .dropdown__button_svg, .add_cart_form__date.dropdown.show .dropdown__button_svg {
  transform: none;
}
.add_cart_form__calculator .dropdown__button {
  width: 100%;
  padding: 10px 16px;
  border: 2px solid #E0E0E0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .add_cart_form__calculator .dropdown__button {
    padding: 12px 15px;
  }
}
.add_cart_form__calculator .dropdown__button .dropdown__text {
  font-size: 16px;
  line-height: 20px;
}
.add_cart_form__calculator .dropdown__button .dropdown__text_green {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #18B025;
}
.add_cart_form__calculator .dropdown__button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.add_cart_form__calculator.dropdown.show .dropdown__button_svg {
  transform: none;
}
.add_cart_form__calculator .dropdown__menu {
  padding: 24px;
}
.add_cart_form__calculator .dropdown__menu_item {
  cursor: pointer;
  margin-bottom: 16px;
}
.add_cart_form__calculator .dropdown__menu_item.active {
  color: #FF9900;
}
.add_cart_form__calculator .dropdown__menu_item:hover {
  color: #FF9900;
}
.add_cart_form__calculator .dropdown__menu_item:last-child {
  margin-bottom: 0;
}
.add_cart_form__calculator .dropdown__menu_item .dropdown__text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
}
.add_cart_form__calculator .dropdown__menu_item .dropdown__text_green {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #18B025;
}
.add_cart_form__calendar {
  width: 14px;
  height: 14px;
  margin: 0 8px 0 16px;
  flex: 0 0 auto;
  fill: #FF9900;
}
.add_cart_form__date_icon {
  width: 20px;
  height: 20px;
  fill: #FF9900;
  margin: 0 4px;
}
.add_cart_form__date_item {
  width: 100%;
}
.add_cart_form__date_item:not(.show) {
  display: none;
}
.add_cart_form__date_item .attribute_radio {
  display: none;
}
.add_cart_form__date_label {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding-right: 0;
}
.add_cart_form__date {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .add_cart_form__date {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .add_cart_form__date {
    margin-bottom: 18px;
  }
}
.add_cart_form__grey_text {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #BABABA;
  margin-top: 8px;
}
.add_cart_form .date_list__products_titles {
  margin-top: 24px;
  margin-bottom: 12px;
  border-bottom: 2px solid #BABABA;
}
.add_cart_form .date_list__products_title {
  font-weight: 600;
  font-size: 14px;
  color: #BABABA;
}
.add_cart_form .date_list__products_title--first {
  margin-left: 22px;
}
.add_cart_form .date_list__day, .add_cart_form .date_list__month {
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.add_cart_form .date_list__item.active .date_list__label {
  font-weight: 600;
  color: #FF9900;
  border: 2px solid #E0E0E0;
  border-radius: 20px;
}
.add_cart_form .date_list__label {
  padding: 3px 14px;
  display: block;
  font-size: 14px;
  transition: none;
  border: 2px solid transparent;
}
.add_cart_form .date_list__product + .date_list__product {
  margin-top: 26px;
}
.add_cart_form .date_list__product.active {
  font-weight: bold;
}
.add_cart_form .date_list__product.active .date_list__product_select {
  border: 6px solid #FF9900;
}
.add_cart_form .date_list__product_price_prefix {
  font-weight: 500;
  color: #001049;
  font-size: 11px;
}
@media (min-width: 768px) {
  .add_cart_form .date_list__product_price_prefix {
    font-size: 14px;
  }
}
.add_cart_form .date_list__product_select {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 100px;
  border: 2px solid #BABABA;
}
.add_cart_form .date_list__product_date {
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 374px) {
  .add_cart_form .date_list__product_date {
    font-size: 12px;
  }
}
.add_cart_form .date_list__product_price {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #18B025;
}
@media all and (max-width: 374px) {
  .add_cart_form .date_list__product_price {
    font-size: 12px;
  }
}
.add_cart_form .date_list__product_desc {
  font-size: 14px;
}
@media all and (max-width: 374px) {
  .add_cart_form .date_list__product_desc {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .add_cart_form .date_list__product_desc {
    white-space: nowrap;
  }
}
.add_cart_form__all_count label {
  font-size: 16px;
  line-height: 1;
  width: 50%;
}
.add_cart_form__all_count .dropdown__menu {
  padding: 9px 22px 15px 22px;
}
.add_cart_form__all_count .dropdown__menu_item {
  cursor: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4px;
}
.add_cart_form .dropdown__button_svg {
  width: 16px;
  height: 16px;
  margin-right: 0;
}
.add_cart_form .dropdown__text {
  font-weight: 500;
  font-size: 16px;
}
.add_cart_form #add_to_cart.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.add_cart_form .fade:not(.show) {
  opacity: 1;
}
.add_cart_form .count_error {
  top: -50px;
  left: 0;
  width: 100%;
  position: absolute;
}
@media (min-width: 1200px) {
  .add_cart_form .count_error {
    top: -80px;
  }
}
.add_cart_form .count_error .global_form_errors {
  margin-top: 0;
  display: block;
}
@media (max-width: 1199.98px) {
  .add_cart_form .count_error .global_form_errors {
    border: none;
  }
}
.add_cart_form .count_error .global_form_errors li {
  font-size: 15px;
}
@media (min-width: 768px) {
  .add_cart_form .count_error .global_form_errors li {
    font-size: 16px;
  }
}
.add_cart_form #add_to_cart .btn, .add_cart_form #add_to_cart .top_filter .litepicker .button-apply, .top_filter .litepicker .add_cart_form #add_to_cart .button-apply {
  font-size: 14px;
}
.add_cart_form .menu__button--close {
  margin: 10px auto 0;
}
.add_cart_form .button_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add_cart_form .button_container .add_to_cart__button {
  flex: 0 0 55%;
  max-width: 55%;
}
.add_cart_form .call_back__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  cursor: pointer;
  border: 2px solid #FF9900;
  border-radius: 50px;
  padding: 11px 20px;
  max-width: 120px;
  max-height: 50px;
  height: 50px;
  width: 119px;
}
.add_cart_form .call_back__title:hover {
  color: #FF9900;
}
.add_cart_form .call_back__title:hover .call_back__title_text:after {
  background-color: #FF9900;
}
.add_cart_form .call_back__title_text {
  position: relative;
  font-weight: 700;
  font-size: 14px;
}
.add_cart_form .call_back__title_text:after {
  display: none;
}

.features {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .features {
    margin-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .features {
    margin-bottom: 26px;
  }
}
.features__item {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .features__item {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .features__item {
    margin-bottom: 36px;
  }
}
.features__img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .features__img {
    width: 74px;
    height: 74px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .features__img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.features__text {
  font-size: 16px;
}

.call_back .modal-content {
  position: relative;
  margin: auto;
  width: 300px;
  padding: 60px 0;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border: 0;
  border-radius: 16px;
}
@media all and (min-width: 375px) {
  .call_back .modal-content {
    width: 344px;
  }
}
@media (min-width: 768px) {
  .call_back .modal-content {
    width: 542px;
    padding: 76px 0 80px;
  }
}
.call_back .modal-content--form {
  display: block;
}
.call_back .modal-content--success {
  display: none;
}
.call_back--success .modal-content--form {
  display: none;
}
.call_back--success .modal-content--success {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .call_back--success .modal-content--success .modal-content {
    padding: 54px 0 54px;
  }
}
.call_back__title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .call_back__title {
    margin-top: 36px;
  }
}
.call_back__title:hover {
  color: #FF9900;
}
.call_back__title:hover .call_back__title_text:after {
  background-color: #FF9900;
}
.call_back__title_text {
  position: relative;
}
.call_back__title_text--mobile {
  display: flex;
  border: 2px solid #FF9900;
  border-radius: 50px;
  width: 95px;
  height: 39px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.call_back__title_text--mobile:after {
  display: none;
}
.call_back__title_text--desctop {
  display: none;
}
.call_back__title_text:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #001049;
}
@media (min-width: 768px) {
  .call_back__title_text--mobile {
    display: none;
  }
  .call_back__title_text--desctop {
    display: block;
    font-size: 16px;
    font-weight: 700;
  }
}
.call_back__title_icon {
  display: none;
}
@media (min-width: 768px) {
  .call_back__title_icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.call_back__modal_success {
  width: 75px;
  height: 75px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .call_back__modal_success {
    width: 95px;
    height: 95px;
    margin-bottom: 15px;
  }
}
.call_back__modal_close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
}
.call_back__modal_close svg {
  fill: #FF9900;
}
.call_back__modal_title {
  font-size: 18px;
}
.call_back__modal_title {
  padding: 0 48px;
  margin-bottom: 32px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .call_back__modal_title {
    padding: 0 30px;
    font-size: 24px;
    line-height: 1.3;
  }
}
.call_back .modal-dialog {
  max-width: none;
}
.call_back .modal-body {
  padding: 0 48px;
}
@media (min-width: 768px) {
  .call_back .modal-body {
    margin-bottom: 50px;
    padding: 0 90px;
  }
}
.call_back .modal-footer {
  padding: 0 12px;
  border-top: 0;
}
@media (min-width: 768px) {
  .call_back .modal-footer {
    padding: 0 80px;
  }
}
.call_back__input {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #E0E0E0;
  font-size: 16px;
  background-color: #fff;
  padding: 0;
  height: 28px;
}
@media (min-width: 768px) {
  .call_back__input {
    height: 45px;
    font-size: 20px;
  }
}
.call_back__input:active, .call_back__input:focus {
  background-color: #fff;
}
.call_back__input::placeholder {
  color: #001049;
}
.call_back .form-group {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .call_back .form-group {
    margin-bottom: 34px;
  }
}

.modal-backdrop:not(.show) {
  display: none;
}

@keyframes mouse-on {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  25% {
    transform: rotate(90deg) scale(1);
    opacity: 1;
  }
  75% {
    transform: rotate(90deg) scale(1.3);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) scale(1.1);
    opacity: 1;
  }
}
@keyframes mouse-out {
  0% {
    transform: rotate(90deg) scale(1.1);
    opacity: 1;
  }
  25% {
    transform: rotate(90deg) scale(1.3);
    opacity: 1;
  }
  75% {
    transform: rotate(90deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
.modal.show .modal-dialog {
  transform: translate(-50%, -50%);
  top: 50%;
}
.modal.fade .modal-dialog {
  transform: translate(-50%, -50%);
}
.modal-dialog {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 200ms ease-out !important;
  position: absolute;
  margin: 0;
}
.modal-content {
  background-color: #fff;
  border: none;
}
.modal_close {
  background: none;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}
@media (min-width: 1200px) {
  .modal_close:hover {
    cursor: pointer;
  }
  .modal_close:hover .modal_close_lines {
    animation-name: mouse-on;
  }
}
.modal_close_lines {
  animation-name: mouse-out;
  animation-duration: 400ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.modal_close_line {
  background-color: #FF9900;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.modal_close_line--left {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close_line--right {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_success__text {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  min-width: 190px;
}
@media (min-width: 768px) {
  .modal_success__text {
    font-size: 24px;
  }
}
.modal_success .modal-content {
  padding: 40px;
}
@media (min-width: 768px) {
  .modal_success .modal-content {
    padding: 70px 50px;
  }
}
.modal__with_form .modal-content {
  padding: 60px 40px 30px;
}
@media (min-width: 768px) {
  .modal__with_form .modal-content {
    padding: 80px 80px 50px 80px;
  }
}
@media (min-width: 576px) {
  .modal__with_form .modal-dialog {
    max-width: 540px;
  }
}
.modal__with_form .greeting_user {
  color: #BDBDBD;
  font-size: 15px;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .modal__with_form .greeting_user {
    font-size: 18px;
  }
}
.modal__with_form .modal_success__text {
  margin-bottom: 48px;
}
.modal__with_form div.form-group {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .modal__with_form div.form-group {
    margin-bottom: 37px;
  }
}
.modal__with_form .btn, .modal__with_form .top_filter .litepicker .button-apply, .top_filter .litepicker .modal__with_form .button-apply {
  margin: 0 auto 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .modal__with_form .btn, .modal__with_form .top_filter .litepicker .button-apply, .top_filter .litepicker .modal__with_form .button-apply {
    width: 100%;
  }
}
.modal__with_form .global_form_success {
  text-align: center;
}
.modal .modal-registration-success_text {
  margin-bottom: 48px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1200px) {
  .modal .modal-registration-success_text {
    font-size: 24px;
  }
}
.modal_video .modal-dialog {
  max-width: 100%;
}
.modal_video .modal-content {
  background-color: transparent;
}
.modal_video iframe {
  margin: auto;
  width: 100vw;
  height: 75vw;
}
@media (min-width: 768px) {
  .modal_video iframe {
    width: 768px;
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .modal_video iframe {
    width: 1024px;
    height: 485px;
  }
}
.modal_video.horizontal iframe {
  width: 480px;
  height: 270px;
}
@media (min-width: 768px) {
  .modal_video.horizontal iframe {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .modal_video.horizontal iframe {
    width: 1024px;
    height: 485px;
  }
}
.modal .form {
  margin-right: 0;
}

.mobile_filters {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .mobile_filters {
    font-size: 16px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .mobile_filters {
    display: none;
  }
}
.mobile_filters__btn {
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #BABABA;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_filters__filter {
  flex-basis: 50%;
  border-right: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
.mobile_filters__sort {
  flex-basis: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.mobile_filters__ico {
  width: 24px;
  height: 18px;
  margin-right: 4px;
  fill: #FF9900;
}

.account_link {
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .account_link {
    background-color: transparent;
  }
}
.account_link--transparent {
  background-color: transparent;
  margin-bottom: 6px;
}
.account_link--transparent .account_link__wrap {
  background-color: transparent;
}
.account_link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 10px;
  background-color: #E0E0E0;
}
@media (min-width: 768px) {
  .account_link:after {
    content: none;
  }
}
.account_link__container {
  overflow-x: auto;
  overflow-y: hidden;
}
.account_link__wrap {
  margin: 0 -15px;
  padding: 24px 0 18px;
}
@media (min-width: 768px) {
  .account_link__wrap {
    position: relative;
    margin: 0;
    padding: 22px 0 18px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .account_link__wrap {
    padding: 32px 0 18px;
  }
}
.account_link__wrap:after {
  content: none;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 10px;
  background-color: #E0E0E0;
}
@media (min-width: 768px) {
  .account_link__wrap:after {
    content: "";
  }
}
.account_link__list {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .account_link__list {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .account_link__list {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .account_link__link {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .account_link__link {
    padding: 0 30px;
  }
}
.account_link__link.active {
  pointer-events: none;
  position: relative;
  font-weight: 600;
}
@media (min-width: 768px) {
  .account_link__link.active {
    font-size: 24px;
  }
}
.account_link__link.active:after {
  content: "";
  position: absolute;
  height: 4px;
  left: -16px;
  right: -16px;
  bottom: -11px;
  background-color: #FF9900;
  z-index: 1;
}
@media (min-width: 1200px) {
  .account_link__link.active:after {
    left: 0;
    right: 0;
  }
}
.account_link__item {
  white-space: nowrap;
  margin: 0 16px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .account_link__item {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .history_full {
    width: 100%;
    padding-top: 6px;
  }
}
.history_full__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .history_full__info {
    justify-content: inherit;
  }
}
.history_full__info_item {
  width: calc(50% - 14px);
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .history_full__info_item:nth-of-type(1) {
    width: 23.5%;
  }
  .history_full__info_item:nth-of-type(2) {
    width: 76.5%;
  }
  .history_full__info_item:nth-of-type(3) {
    width: 23.5%;
  }
  .history_full__info_item:nth-of-type(5) {
    width: 21.5%;
  }
}
@media (min-width: 1200px) {
  .history_full__info_item--main {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .history_full__info_item--main .history_full__value:nth-of-type(1) {
    width: 100%;
  }
  .history_full__info_item--main .history_full__value:nth-of-type(3) {
    width: 16.5%;
  }
}
.history_full__name {
  margin-bottom: 38px;
}
@media (min-width: 1200px) {
  .history_full__name {
    margin: 8px 0 15px;
    font-size: 21px;
  }
}
.history_full__price_prod {
  margin-top: 12px;
  display: block;
  color: #18B025;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .history_full__price_prod {
    margin-top: 0;
  }
}
.history_full__price_attr {
  font-weight: 600;
  display: block;
  color: #18B025;
}
@media (min-width: 768px) {
  .history_full__total {
    position: relative;
    padding-left: 24px;
  }
}
@media (min-width: 1200px) {
  .history_full__total {
    width: 55%;
    line-height: 1.2;
  }
}
.history_full__name, .history_full__total_text {
  font-weight: 600;
}
@media (min-width: 768px) {
  .history_full__value {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
}
.history_full__attr_name {
  font-weight: 600;
}
.history_full__img {
  width: 94%;
  padding-top: 64%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .history_full__img {
    width: 61%;
    padding-top: 32%;
  }
}
@media (min-width: 1200px) {
  .history_full__img {
    width: 92%;
    padding-top: 48%;
    border-radius: 10px;
  }
}
.history_full__icon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: #18B025;
}
.history_full__icon--house {
  width: 20px;
  height: 20px;
  top: 0;
}
.history_full__status {
  position: relative;
  padding-left: 24px;
  width: 28.5%;
}
.history_full__status_name {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.history_full__status_date {
  font-size: 16px;
  color: #BABABA;
}
@media (min-width: 1200px) {
  .history_full__status_dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    left: 3px;
    top: 9px;
  }
}
@media (min-width: 768px) {
  .history_full__attr {
    position: relative;
    padding-left: 24px;
  }
}

.history_form textarea {
  background-color: #fff;
  border: 2px solid #E0E0E0;
}
.history_form .page-heading {
  font-size: 16px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .history_form .page-heading {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.history_form__wrap {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .history_form__wrap {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .history_form__wrap {
    margin-bottom: 30px;
  }
}
.history_form__wrap .page-heading {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .history_form__wrap .page-heading {
    margin-bottom: 14px;
  }
}
.history_form__massage_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  padding: 18px 15px 8px;
  border-radius: 15px;
  background-color: #F4F6F8;
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .history_form__massage_item {
    width: 92%;
    margin-bottom: 16px;
    padding: 22px 24px 30px 29px;
  }
}
@media (min-width: 1200px) {
  .history_form__massage_item {
    width: 65%;
    padding: 18px 24px 40px 29px;
  }
}
.history_form__massage_item--admin {
  border-radius: 15px;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  .history_form__massage_item--admin {
    align-self: flex-end;
  }
}
.history_form__name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .history_form__name {
    font-size: 18px;
    order: 2;
  }
}
.history_form__text {
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .history_form__text {
    order: 3;
  }
}
.history_form__date {
  font-size: 14px;
  color: #BABABA;
  text-align: right;
}
@media (min-width: 768px) {
  .history_form__date {
    order: 1;
    margin-bottom: -10px;
  }
}
.history_form__dash {
  margin: 0 -16px 32px;
  border-top: 2px dashed #BABABA;
}
@media (min-width: 768px) {
  .history_form__dash {
    margin: 0 0 32px;
  }
}
.history_form .btn, .history_form .top_filter .litepicker .button-apply, .top_filter .litepicker .history_form .button-apply {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  .history_form .btn, .history_form .top_filter .litepicker .button-apply, .top_filter .litepicker .history_form .button-apply {
    width: auto;
    min-width: 183px;
  }
}
.history_form .submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .history_form .submit {
    margin-top: 16px;
  }
}

.achieves {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .achieves {
    margin-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  .achieves {
    margin-bottom: 44px;
  }
}
.achieves__content {
  background-color: #fff;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 11px 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .achieves__content {
    flex-direction: column;
    padding: 20px 0;
    margin-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .achieves__content {
    margin-bottom: 20px;
    padding-bottom: 33px;
  }
}
.achieves__text {
  font-weight: bold;
  padding-right: 10px;
  flex: 1;
}
@media (min-width: 768px) {
  .achieves__text {
    text-align: center;
    min-height: 3em;
    padding: 0 50px;
  }
}
.achieves__ico {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  margin-left: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
@media (min-width: 768px) {
  .achieves__ico {
    margin: 0 auto;
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .achieves__ico {
    width: 100px;
    height: 84px;
  }
}
@media (max-width: 767.98px) {
  .achieves__ico--ticket {
    top: -4px;
  }
}
@media (max-width: 767.98px) {
  .achieves__ico--book {
    top: 1px;
  }
}
@media (max-width: 767.98px) {
  .achieves__ico--man {
    top: 2px;
  }
}
@media (max-width: 767.98px) {
  .achieves__ico--cards {
    top: -4px;
  }
}
@media (min-width: 1200px) {
  .achieves__ico--cards {
    top: -2px;
  }
}
@media (max-width: 767.98px) {
  .achieves__ico--pig {
    top: 3px;
  }
}
.achieves .section_title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .achieves .section_title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .achieves .section_title {
    margin-bottom: 38px;
  }
}

.media_buner__video_container {
  margin-bottom: 27px;
  position: relative;
  height: 499px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .media_buner__video_container {
    height: 363px;
    overflow: visible;
    margin-top: 26px;
    margin-bottom: 24px;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .media_buner__video_container {
    margin-top: 3px;
    height: 505px;
    margin-bottom: 15px;
  }
}

.social_links {
  margin-bottom: 17px;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .social_links {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 13px;
  }
}
@media (min-width: 1200px) {
  .social_links {
    top: 50%;
    transform: translateY(-50%);
  }
}
.social_links__title {
  display: none;
}
@media (min-width: 768px) {
  .social_links__title {
    display: inline;
    font-weight: bold;
    font-size: 18px;
    margin-right: 18px;
  }
}
.social_links__wrapper {
  position: relative;
}
.social_links .at-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social_links .at-icon-wrapper .at-icon {
  width: 30px !important;
  height: 30px !important;
}
.social_links .at-resp-share-element.at-mobile .at-share-btn {
  margin: 0;
}
.social_links .at-resp-share-element .at-share-btn {
  box-shadow: 0 6px 15px rgba(143, 166, 227, 0);
  padding: 3px;
  margin: 0 16px 0 0 !important;
}
.social_links .at-resp-share-element .at-share-btn:focus, .social_links .at-resp-share-element .at-share-btn:hover {
  transform: none;
}
@media (min-width: 1200px) {
  .social_links .at-resp-share-element .at-share-btn:focus, .social_links .at-resp-share-element .at-share-btn:hover {
    box-shadow: 0 6px 15px rgba(143, 166, 227, 0.4);
  }
}
.social_links .at-share-btn {
  border-radius: 26px;
  overflow: hidden;
}
.social_links .at-share-btn.at-svc-viber {
  background-color: #7b519d;
}
.social_links .at-share-btn.at-svc-facebook {
  background-color: #3b5998;
}
.social_links .at-share-btn.at-svc-skype {
  background-color: #00aff0;
}
.social_links .at-share-btn.at-svc-telegram {
  background-color: #0088cc;
}
.social_links .at-share-btn .at-icon-wrapper {
  height: 38px;
  width: 38px;
}
.social_links .at-share-btn .at-icon-wrapper .at-icon {
  fill: white;
  width: 30px;
  height: 30px;
}
.social_links #atstbx {
  background-color: #fff;
}
.social_links .addthis_inline_share_toolbox {
  display: flex;
  position: relative;
}
.social_links .addthis_inline_share_toolbox > .at-share-btn {
  margin: 0 16px 0 0;
}
.social_links .addthis_inline_share_toolbox #atstbx {
  position: absolute;
}

body::after {
  display: block;
  content: "";
  position: fixed;
  z-index: -1;
  background: #001049;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.overlay_bg_dark {
    overflow: hidden;
  }
  body.overlay_bg_dark::after {
    z-index: 24;
    opacity: 0.4;
  }
}

@keyframes btn-close-show {
  0% {
    transform: translate(60px, -50%) rotate(90deg);
  }
  100% {
    transform: translate(0, -50%) rotate(0);
  }
}
@keyframes btn-close-hide {
  0% {
    transform: translate(0, -50%) rotate(0);
  }
  100% {
    transform: translate(60px, -50%) rotate(90deg);
  }
}
.close_mob_filters {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .close_mob_filters {
    animation-name: btn-close-hide;
    animation-delay: 150ms;
    animation-fill-mode: forwards;
    animation-duration: 200ms;
    animation-timing-function: ease-out;
    width: 42px;
    height: 42px;
    display: flex;
    position: absolute;
    right: 16px;
    top: 31px;
    transform: translate(60px, 0);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .close_mob_filters svg {
    width: 15px;
    height: 15px;
  }
}

.currency_rate {
  font-size: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .currency_rate {
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .currency_rate--mob {
    display: none;
  }
}
@media (min-width: 1200px) {
  .currency_rate {
    margin-right: 40px;
  }
}

.hot_tour_banner {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hot_tour_banner {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .hot_tour_banner #showcase_hottour_v2_showcase_module {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .hot_tour_banner #showcase_hottour_v2_showcase_module {
    margin-top: 11px;
  }
}

.correct_city {
  position: absolute;
  right: 15px;
  top: 40px;
  z-index: 200;
  background-color: #fff;
  border: 2px solid #FF9900;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 576px) {
  .correct_city {
    right: calc((100vw - 576px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .correct_city {
    right: 15px;
  }
}
@media (min-width: 834px) {
  .correct_city {
    right: calc((100vw - 834px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .correct_city {
    right: calc((100vw - 1180px) / 2 - 10px);
  }
}
.correct_city .btn, .correct_city .top_filter .litepicker .button-apply, .top_filter .litepicker .correct_city .button-apply {
  height: 33px;
  padding: 0 15px;
  font-size: 12px;
  margin: 10px auto;
}
.correct_city a {
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
}

.banner_inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  padding: 6vw 34vw 0 6vw;
  height: 30vw;
  margin: 20px 0;
}
@media (min-width: 576px) {
  .banner_inner {
    padding: 38px 220px 0 38px;
    height: 195px;
  }
}
@media (min-width: 768px) {
  .banner_inner {
    padding: 58px 274px 0 78px;
    height: 255px;
  }
}
@media (min-width: 1200px) {
  .banner_inner {
    padding: 120px 36% 0 100px;
    height: 382px;
  }
}
.banner_inner::after {
  content: "";
  background-image: url("/themes/onv100/img/curv.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  background-size: contain;
  width: 30vw;
  height: 15vw;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
@media (min-width: 576px) {
  .banner_inner::after {
    width: 170px;
    height: 85px;
  }
}
@media (min-width: 768px) {
  .banner_inner::after {
    width: 240px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .banner_inner::after {
    opacity: 1;
    width: 310px;
    height: 150px;
  }
}
.banner_inner::before {
  content: "";
  background-image: url("/themes/onv100/img/banner_inner_bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
}
.banner_inner img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -2;
  border-radius: 0;
}
.banner_inner a:first-child:not(.banner_inner__socials_link) {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 4vw;
  line-height: 1;
  color: #fff;
  transition: 200ms;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 576px) {
  .banner_inner a:first-child:not(.banner_inner__socials_link) {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .banner_inner a:first-child:not(.banner_inner__socials_link) {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .banner_inner a:first-child:not(.banner_inner__socials_link) {
    font-size: 40px;
  }
  .banner_inner a:first-child:not(.banner_inner__socials_link):hover {
    color: #FF9900;
  }
}
.banner_inner a:not(.banner_inner__socials_link) + a {
  background-color: #FF9900;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  border-radius: 100px;
  box-shadow: 0 6px 15px rgba(255, 153, 0, 0);
  transition: 0.35s ease;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  padding: 0 10px;
  height: 20px;
}
@media (min-width: 576px) {
  .banner_inner a:not(.banner_inner__socials_link) + a {
    height: 35px;
    padding: 0 20px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .banner_inner a:not(.banner_inner__socials_link) + a {
    height: 44px;
    padding: 0 36px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .banner_inner a:not(.banner_inner__socials_link) + a {
    padding: 0 25px;
    height: 50px;
    margin-top: 20px;
    font-size: 26px;
  }
}
.banner_inner__main_title {
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  max-width: 662px;
  margin-bottom: 33px;
}
.banner_inner__description {
  font-size: 18px;
  color: #FFFFFF;
  max-width: 477px;
  margin-bottom: 25px;
}
.banner_inner__socials-wrapper {
  display: flex;
  align-items: center;
}
.banner_inner__socials_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  height: 46px;
  flex: 0 0 46px;
  max-width: 46px;
  margin-right: 22px;
}
.banner_inner__socials_link:last-child {
  margin-right: 0;
}
.banner_inner__socials_link:hover {
  background: #FF9900;
}
.banner_inner__socials_icon {
  fill: #18B025;
  width: 24px;
  height: 24px;
}
.banner_inner__tour-page {
  min-height: 483px;
  margin: 0;
  padding: 87px 36% 0 100px;
}
.banner_inner__tour-page::before {
  min-width: 120vw;
}
.banner_inner__tour-page::after {
  background-image: url(/themes/onv100/img/tour-cvo.png);
  width: 690px;
  height: 340px;
  left: auto;
  right: 0;
}
@media (min-width: 1921px) {
  .banner_inner__tour-page::before {
    min-width: 131vw;
  }
}
@media (max-width: 991.98px) {
  .banner_inner__main_title {
    font-size: 32px;
    max-width: 386px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .banner_inner__description {
    font-size: 16px;
    max-width: 386px;
    line-height: 1.2;
  }
  .banner_inner__tour-page {
    min-height: 400px;
    padding: 80px 36% 0 16px;
  }
  .banner_inner__tour-page:before {
    min-width: auto;
    max-width: 85%;
  }
  .banner_inner__tour-page:after {
    width: 436px;
    height: 215px;
    right: 80px;
  }
  .banner_inner__socials_link {
    height: 38px;
    flex: 0 0 38px;
    max-width: 38px;
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner_inner__tour-page {
    padding: 50px 16px;
    background: #18B025;
    min-height: 351px;
  }
  .banner_inner__tour-page img {
    display: none;
  }
  .banner_inner__tour-page:before, .banner_inner__tour-page:after {
    display: none;
  }
  .banner_inner__main_title {
    max-width: 100%;
    font-size: 24px;
    margin-bottom: 36px;
  }
  .banner_inner__description {
    font-size: 16px;
    margin-bottom: 36px;
    max-width: 100%;
  }
  .banner_inner__socials_link {
    height: 46px;
    flex: 0 0 46px;
    max-width: 46px;
    margin-right: 40px;
  }
}

.categories_banner {
  margin: 0 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
.categories_banner__img {
  width: 100%;
}
.categories_banner__text-wrapper {
  position: relative;
}
.categories_banner__link {
  position: relative;
  display: flex;
  height: 160px;
  padding: 21px 31px 16px;
  background: #18B025;
}
.categories_banner__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.categories_banner__main_title {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.22;
  max-width: 401px;
  margin-bottom: 4px;
  display: block;
}
.categories_banner__sub_title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
}
.categories_banner__btn {
  max-width: 106px;
  height: 34px;
  margin-top: 7px;
}
@media (max-width: 991.98px) {
  .categories_banner {
    margin: 25px 0 35px;
  }
  .categories_banner__link {
    padding: 21px 41px 16px;
    overflow: hidden;
  }
  .categories_banner__img {
    height: 100%;
    min-width: 880px;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .categories_banner__link {
    padding: 9px 12px 8px;
    height: 88px;
  }
  .categories_banner__img {
    left: -100px;
    min-width: 484px;
  }
  .categories_banner__main_title {
    max-width: 172px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px;
  }
  .categories_banner__sub_title {
    font-size: 11px;
    line-height: 1;
    display: block;
    max-width: 149px;
  }
  .categories_banner__btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .tours_search_frame {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .tours_search_frame {
    min-height: 1500px;
  }
}

.tours_search_frame__wrapper {
  position: relative;
  padding: 10px 0;
}

.tour_page_banner {
  background: #fff;
  height: 280px;
  position: relative;
}
.tour_page_banner__visible_img-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.tour_page_banner__top_img {
  top: -16px;
  left: 30%;
  position: absolute;
}
.tour_page_banner__left_img {
  left: 0;
  bottom: 0;
  position: absolute;
}
.tour_page_banner__right_img {
  z-index: 2;
  right: 0;
  bottom: 0;
  position: absolute;
}
.tour_page_banner__elips_img {
  z-index: 1;
  right: 0;
  bottom: 0;
  position: absolute;
}
.tour_page_banner__text_wrapper {
  padding-top: 73px;
}
.tour_page_banner__main_title {
  color: #FF9900;
  font-weight: bold;
  font-size: 42px;
  max-width: 526px;
  line-height: 1;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}
.tour_page_banner__sub_title {
  color: #FF9900;
  font-weight: 500;
  font-size: 30px;
}
.tour_page_banner__tablet_img {
  display: none;
}
.tour_page_banner__mobile_img {
  display: none;
}
@media (max-width: 991.98px) {
  .tour_page_banner {
    height: 264px;
  }
  .tour_page_banner__tablet_img {
    display: block;
  }
  .tour_page_banner__desctop_img {
    display: none;
  }
  .tour_page_banner__top_img {
    top: -13px;
    left: 18%;
    max-width: 242px;
  }
  .tour_page_banner__left_img {
    max-width: 142px;
  }
  .tour_page_banner__right_img {
    max-width: 140px;
  }
  .tour_page_banner__elips_img {
    max-width: 231px;
  }
  .tour_page_banner__main_title {
    font-size: 32px;
  }
  .tour_page_banner__sub_title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .tour_page_banner {
    height: 500px;
  }
  .tour_page_banner__left_img {
    right: 0;
    bottom: 0;
  }
  .tour_page_banner__tablet_img {
    display: none;
  }
  .tour_page_banner__mobile_img {
    display: block;
  }
  .tour_page_banner__top_img {
    display: none;
  }
  .tour_page_banner__left_img {
    display: none;
  }
  .tour_page_banner__visible_img-wrapper {
    top: auto;
    bottom: 0;
  }
  .tour_page_banner__text_wrapper {
    padding-top: 25px;
    text-align: center;
  }
  .tour_page_banner__main_title {
    font-size: 28px;
  }
}

.search_tour_widget .new_os {
  z-index: 300;
}

.tour_form {
  background: #fff;
  padding: 80px 0 0;
}
.tour_form .form-control {
  height: 28px;
}
.tour_form .btn--wide {
  height: 59px;
  max-width: 470px;
}
.tour_form .form-group textarea.form-control {
  padding: 4px;
  min-height: auto;
  height: auto;
}
.tour_form__static_form_text {
  text-align: center;
  margin: 20px auto 35px;
  max-width: 420px;
  font-size: 18px;
}
.tour_form .block_title {
  text-align: center;
}
.tour_form .stores__form {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .tour_form {
    padding: 70px 0 77px;
  }
  .tour_form__static_form_text {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .tour_form {
    padding: 55px 0 38px;
  }
  .tour_form .btn--wide {
    height: 50px;
  }
}

.os-top-countries-text > ul {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  flex-wrap: wrap;
}
.os-top-countries-text > ul:before, .os-top-countries-text > ul:after {
  display: none !important;
}
.os-top-countries-text > ul li {
  flex: 0 0 24%;
  max-width: 24%;
  margin-bottom: 20px;
}
.os-top-countries-text > ul li .os-country-image {
  display: none;
}
.os-top-countries-text > ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .os-top-countries-text > ul li {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (max-width: 767.98px) {
  .os-top-countries-text > ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.os-country-name {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 17px;
  flex: 0 0 60%;
  max-width: 60%;
  background-color: transparent !important;
}
.os-country-name:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  box-shadow: 0 6px 15px rgba(24, 176, 37, 0.5);
}

.os-country-price {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 10px;
  display: flex;
  align-items: center;
  flex: 0 0 40%;
  max-width: 40%;
}
.os-country-price span:nth-child(2) {
  display: flex;
  color: #FF9900;
  font-weight: bold;
  font-size: 18px;
  margin: 0 4px;
}
.os-country-price span:nth-child(1) {
  position: static !important;
}
@media (max-width: 767.98px) {
  .os-country-price {
    justify-content: flex-end;
  }
}

@media (max-width: 576px) {
  .b24-widget-button-position-bottom-right {
    bottom: 4% !important;
  }
}

.collapse__toggle {
  font-size: 14px;
  text-align: end;
  margin-left: auto;
  margin-top: 15px;
  display: block;
  font-weight: 700;
}
.collapse__toggle:hover {
  cursor: pointer;
  color: #001049;
}

.numbers_line {
  margin: 40px auto;
}
.numbers_line__container {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
}
@media (min-width: 1200px) {
  .numbers_line__container {
    flex-direction: row;
    margin: 80px auto;
  }
}
.numbers_line__numbers_point {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point {
    flex-direction: column;
  }
}
.numbers_line__numbers_point:nth-child(1) {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.numbers_line__numbers_point:nth-child(2) {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.numbers_line__numbers_point:nth-child(3) {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point:nth-child(3) {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.numbers_line__numbers_point:nth-child(4) {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point:nth-child(4) {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.numbers_line__numbers_point_info {
  order: 2;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point_info {
    order: 1;
  }
}
.numbers_line__numbers_point_value {
  font-weight: 700;
  font-size: 55px;
  color: #FF9900;
  line-height: 100%;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point_value {
    font-weight: 700;
    font-size: 55px;
  }
}
.numbers_line__numbers_point_text {
  font-weight: 400;
  color: #000000;
  margin-bottom: 50px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point_text {
    line-height: 125.5%;
    margin-bottom: 30px;
    max-width: 80%;
    min-height: 60px;
  }
}
.numbers_line__numbers_point_dot {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  background-color: #FF9900;
  border-radius: 50%;
  position: relative;
}
.numbers_line__numbers_point_dot_container {
  display: flex;
  flex-direction: column;
  order: 1;
  margin-right: 30px;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point_dot_container {
    flex-direction: row;
    order: 2;
    margin-right: 0;
  }
}
.numbers_line__numbers_point_dot_line {
  background-color: #C9C9C9;
  width: 3px;
  height: 100%;
  margin-top: 0;
  text-align: left;
  margin-left: 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .numbers_line__numbers_point_dot_line {
    width: 100%;
    height: 3px;
    margin-top: 6px;
    margin-left: 0;
  }
}

.social_block {
  position: relative;
  padding-bottom: 27px;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .social_block {
    padding-bottom: 84px;
    padding-top: 50px;
  }
}
.social_block__title {
  margin-bottom: 15px;
  max-width: 100%;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .social_block__title {
    max-width: 70%;
    margin-bottom: 35px;
  }
}
.social_block__title strong {
  font-weight: 700;
}
.social_block__subtitle {
  margin-bottom: 24px;
  font-weight: 500;
  color: #001049;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .social_block__subtitle {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
.social_block__links {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 12px 0px;
  grid-template-areas: "instagram" "telegram" "viber" "facebook";
  max-width: 50%;
}
@media (min-width: 1200px) {
  .social_block__links {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 29px 0;
    grid-template-areas: "facebook instagram" "viber telegram";
    max-width: 40%;
  }
}
.social_block__link {
  position: relative;
  font-size: 14px;
  max-height: 37px;
  max-width: 155px;
}
@media (min-width: 1200px) {
  .social_block__link {
    font-size: 18px;
    max-height: 50px;
    max-width: 216px;
  }
}
.social_block__link_icon {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  max-width: 35px;
}
@media (min-width: 1200px) {
  .social_block__link_icon {
    right: 25px;
  }
}
.social_block__link--facebook {
  grid-area: facebook;
  background: linear-gradient(180deg, #6683D7 0%, #83A1F1 100%);
}
.social_block__link--facebook:hover, .social_block__link--facebook:focus, .social_block__link--facebook:active {
  box-shadow: 0 6px 15px #C0CDF1;
  color: #ffffff;
}
.social_block__link--facebook .social_block__link_icon {
  width: 8px;
  height: 17px;
  right: 20px;
}
@media (min-width: 1200px) {
  .social_block__link--facebook .social_block__link_icon {
    width: 12px;
    height: 24px;
    right: 35px;
  }
}
.social_block__link--instagram {
  grid-area: instagram;
  background: linear-gradient(266.01deg, #C10E78 -51.46%, #FFA75C 93.23%);
}
.social_block__link--instagram:hover, .social_block__link--instagram:focus, .social_block__link--instagram:active {
  box-shadow: 0 6px 15px rgba(237, 75, 6, 0.4);
  color: #ffffff;
}
.social_block__link--instagram .social_block__link_icon {
  width: 19px;
  height: 19px;
}
@media (min-width: 1200px) {
  .social_block__link--instagram .social_block__link_icon {
    width: 25px;
    height: 25px;
  }
}
.social_block__link--viber {
  grid-area: viber;
  background: linear-gradient(180deg, #7C529E 0%, #7F73C7 100%);
}
.social_block__link--viber:hover, .social_block__link--viber:focus, .social_block__link--viber:active {
  box-shadow: 0 6px 15px #C0CDF1;
  color: #ffffff;
}
.social_block__link--viber .social_block__link_icon {
  width: 22px;
  height: 24px;
}
@media (min-width: 1200px) {
  .social_block__link--viber .social_block__link_icon {
    width: 33px;
    height: 35px;
  }
}
.social_block__link--telegram {
  grid-area: telegram;
  background: linear-gradient(180deg, #4187FF 0%, #5CA1FF 100%);
}
.social_block__link--telegram:hover, .social_block__link--telegram:focus, .social_block__link--telegram:active {
  box-shadow: 0 6px 15px rgba(144, 202, 227, 0.4);
  color: #ffffff;
}
.social_block__link--telegram .social_block__link_icon {
  width: 20px;
  height: 16px;
}
@media (min-width: 1200px) {
  .social_block__link--telegram .social_block__link_icon {
    width: 28px;
    height: 23px;
  }
}
.social_block__image {
  max-width: 200px;
}
@media (min-width: 1200px) {
  .social_block__image {
    max-width: 400px;
  }
}
.social_block__image_container {
  position: absolute;
  right: -20px;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (min-width: 1200px) {
  .social_block__image_container {
    right: -40px;
  }
}
.social_block__image_container svg {
  width: 50%;
  height: 100%;
  margin-bottom: 84px;
  display: none;
}
@media (min-width: 1200px) {
  .social_block__image_container svg {
    display: block;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  #amazzing_filter {
    margin: 20px 0;
  }
}
#amazzing_filter .has-compact-filter .af.block .block_content {
  height: 100vh;
}
#amazzing_filter .af_subtitle {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-radius: 15px;
  height: 46px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #001049;
  display: flex;
  align-items: center;
  text-transform: none;
  padding: 0 0 0 16px;
  white-space: nowrap;
  overflow: hidden;
}
#amazzing_filter .af_subtitle:before {
  background-color: #ffffff;
  width: 35px;
  height: 18px;
  background-image: url(/themes/onv100/img/arrow_down.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(0);
  border: none;
  margin-top: 0;
  box-shadow: -15px 0px 10px 5px #ffffff;
}
#amazzing_filter .amazzing_filter__title {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 1200px) {
  #amazzing_filter .amazzing_filter__title {
    font-size: 24px;
  }
}
#amazzing_filter .amazzing_filter__compact_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  padding: 0 7px;
  margin: 20px 0;
}
@media (min-width: 1200px) {
  #amazzing_filter .amazzing_filter__compact_title {
    display: none;
  }
}
#amazzing_filter .amazzing_filter__close_mobile_menu_button {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #amazzing_filter .amazzing_filter__close_mobile_menu_button {
    display: none;
  }
}
#amazzing_filter .amazzing_filter__close_mobile_menu_button_icon {
  fill: none;
  width: 25px;
  height: 15px;
}
#amazzing_filter .amazzing_filter__form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  #amazzing_filter .amazzing_filter__form {
    flex-wrap: nowrap;
  }
  #amazzing_filter .amazzing_filter__form:nth-child(1) {
    padding: 0 7px 5px 0px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #amazzing_filter .amazzing_filter__form:nth-child(1) {
    padding: 0 7px 5px 0px;
  }
}
#amazzing_filter .amazzing_filter__form .view_filtered_product__button.btn-holder {
  padding: 0 7px;
  flex: 0 0 50%;
  max-width: 50%;
}
#amazzing_filter .amazzing_filter__form .view_filtered_product__button.btn-holder a {
  margin: 0;
  max-height: 46px;
}
#amazzing_filter .af_filter {
  padding: 0 7px 5px 7px;
  max-width: 50%;
  min-width: 50%;
  margin-bottom: 10px;
}
#amazzing_filter .af_filter[data-url=po-geografii] {
  max-width: 100%;
  min-width: 100%;
}
@media (min-width: 1200px) {
  #amazzing_filter .af_filter[data-url=po-geografii] {
    min-width: 0;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  #amazzing_filter .af_filter {
    min-width: 0;
    max-width: 25%;
    margin-bottom: 0;
    padding: 0 14px 5px 0;
  }
}
#amazzing_filter .af_filter_content {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-radius: 15px;
  margin-top: 5px;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
@media (min-width: 1200px) {
  #amazzing_filter .af_filter_content {
    margin-top: 2px;
    min-width: 200px;
  }
}
#amazzing_filter .af_filter_content_slider {
  min-width: 280px;
}
#amazzing_filter .af_filter_content__clear_button {
  display: none;
  font-weight: 700;
  font-size: 14px;
  color: #FF9900;
  background: none;
  padding: 0 16px 16px;
}
#amazzing_filter .af_filter_content__clear_button.show {
  display: block;
}
#amazzing_filter .custom_radio {
  margin-right: 10px;
}
#amazzing_filter .clear_all {
  padding: 0 7px;
  background: none;
  flex: 0 0 50%;
  visibility: visible;
  display: block !important;
}
#amazzing_filter .clear_all.hidden {
  visibility: hidden;
}
@media (min-width: 1200px) {
  #amazzing_filter .clear_all.hidden {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #amazzing_filter .clear_all {
    max-width: 10%;
  }
}
#amazzing_filter .clear_all__button {
  border: 2px solid #FF9900;
  border-radius: 25px;
  background: none;
  color: #FF9900;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 46px;
}
#amazzing_filter .clear_all__button:hover {
  background: none;
}
#amazzing_filter .clear_all__button:focus {
  background: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  #amazzing_filter .clear_all__button {
    max-height: 46px;
    max-width: 109px;
  }
}
#amazzing_filter .filter_item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
#amazzing_filter .filter_item.active .custom_checkbox__flag::after {
  opacity: 1;
}
#amazzing_filter .filter_item.active .custom_radio_filter::before {
  border: 6px solid #FF9900;
}
@media (min-width: 1200px) {
  #amazzing_filter .filter_item:hover {
    background-color: #F6F6F7;
    font-weight: 600;
    cursor: pointer;
  }
}
#amazzing_filter .filter_item__name {
  font-size: 14px;
  flex: 0 0 90%;
  max-width: 90%;
}
#amazzing_filter .custom_checkbox__flag {
  position: static;
  margin-right: 10px;
}
#amazzing_filter .af-slider {
  padding: 20px 25px;
  margin-bottom: 0;
}
#amazzing_filter .af-slider .selected-bar {
  background-color: #18B025;
}
#amazzing_filter .af-slider .back-bar {
  background-color: #BABABA;
}
#amazzing_filter .af-slider .pointer {
  width: 22px;
  height: 22px;
  background-color: #FF9900;
  top: -8px;
  border: none;
}
#amazzing_filter .af-slider .pointer:before {
  content: "";
  width: 7px;
  height: 9px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/onv100/img/slider_lines.svg");
}
#amazzing_filter .af-slider .slider-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#amazzing_filter .af-slider .slider_value {
  border: 2px solid #E0E0E0;
  border-radius: 10px;
  color: #001049;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
}
#amazzing_filter .af-slider .slider_separator {
  display: inline-block;
  width: 11px;
  height: 2px;
  border: 1px solid #001049;
}
#amazzing_filter .selectedFilters {
  padding: 0 7px;
}
@media (min-width: 1200px) {
  #amazzing_filter .selectedFilters {
    padding: 0;
  }
}

.amazzing_filter__title {
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .amazzing_filter__title {
    font-size: 24px;
    margin: 20px 0;
  }
}
.amazzing_filter__compact_title {
  text-align: center;
}
.amazzing_filter .mobile_button_container {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
}

.product_sorting {
  display: none;
  align-items: center;
}
@media (min-width: 1200px) {
  .product_sorting {
    display: flex;
  }
}
.product_sorting__label {
  font-weight: 700;
  font-size: 14px;
  color: #001049;
}
.product_sorting__select {
  max-width: 200px;
  border: none;
  background: none;
  font-size: 14px;
  color: #001049;
  display: none;
}
.product_sorting__dropdown_button {
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.product_sorting__dropdown_button_text {
  font-weight: 400;
  font-size: 14px;
  color: #001049;
}
.product_sorting__dropdown_button_icon {
  max-width: 20px;
  max-height: 10px;
  fill: #FF9900;
  margin-left: 5px;
}
.product_sorting__dropdown_menu {
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  min-width: 250px;
}
.product_sorting__dropdown_menu_item {
  padding: 10px 15px;
  font-size: 14px;
  display: block;
}
.product_sorting__dropdown_menu_item:hover {
  background-color: #F6F6F7;
  font-weight: 600;
  cursor: pointer;
  color: #001049;
}

.has-compact-filter .af.block .block_content {
  height: 100vh;
  overflow-x: hidden;
}
.has-compact-filter #amazzing_filter .af_filter_content {
  position: fixed;
  z-index: 100;
  width: 90%;
  right: 5%;
  left: 5%;
}
.has-compact-filter #amazzing_filter .af-slider .slider_value {
  min-width: 120px;
}

.join_tour {
  position: absolute;
  max-width: 317px;
  width: 317px;
  height: 87px;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-radius: 15px;
  padding: 16px 17px;
  display: flex;
}
.join_tour__icon {
  fill: none;
  max-width: 158px;
  max-height: 60px;
  position: absolute;
  top: 18px;
  left: 19px;
  z-index: -1;
}
.join_tour__title {
  display: inline-block;
  margin-left: 30px;
}
.join_tour__title_text {
  font-weight: 700;
  font-size: 15px;
  color: #001049;
  line-height: 108%;
}
.join_tour__description {
  display: inline-block;
  margin-left: auto;
  max-width: 115px;
}
.join_tour__description_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 108.5%;
  color: #001049;
  margin-bottom: 7px;
}
.join_tour__description_button {
  font-weight: 700;
  font-size: 14px;
  color: #FF9900;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.join_tour__description_button_text {
  display: inline-block;
  margin-right: 7px;
}
.join_tour__description_button_icon {
  fill: none;
  max-width: 15px;
  max-height: 10px;
}

.join_tour_modal__title {
  text-align: center;
  font-size: 18px;
  line-height: 130%;
  max-width: 250px;
  margin: 0 auto 10px;
}
@media (min-width: 1200px) {
  .join_tour_modal__title {
    font-size: 24px;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.join_tour_modal__button_close {
  background: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 1200px) {
  .join_tour_modal__button_close {
    top: 20px;
    right: 20px;
  }
}
.join_tour_modal__button_close_icon {
  width: 20px;
  height: 20px;
  fill: #FF9900;
}
.join_tour_modal__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .join_tour_modal__list {
    flex-direction: row;
    margin-bottom: 47px;
  }
}
.join_tour_modal__list_item {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  margin-bottom: 26px;
  align-items: center;
}
@media (min-width: 1200px) {
  .join_tour_modal__list_item {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 20px;
    margin-right: 5%;
    align-items: start;
  }
}
.join_tour_modal__list_item_text {
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 123%;
}
@media (min-width: 1200px) {
  .join_tour_modal__list_item_text {
    font-size: 18px;
    line-height: 150%;
  }
}
.join_tour_modal__list_item_icon {
  background-color: #D8F2DA;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}
.join_tour_modal__list_item_icon svg {
  max-width: 23px;
  max-height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.join_tour_modal__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .join_tour_modal__form {
    flex-direction: row;
    padding: 0;
  }
}
.join_tour_modal__form_item {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  text-align: start;
}
.join_tour_modal__form_item.phone {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .join_tour_modal__form_item.phone {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .join_tour_modal__form_item {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 5%;
    margin-bottom: 35px;
  }
}
.join_tour_modal__form_photo {
  display: block;
  width: 100%;
}
.join_tour_modal__form_photo_container {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}
.join_tour_modal__form_button {
  padding: 0 24px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .join_tour_modal__form_button {
    padding: 0 68px;
  }
}
.join_tour_modal__form_button_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join_tour_modal__form_select {
  border: none;
  background: none;
  border-bottom: 2px solid #E0E0E0;
  padding: 5px 0 0;
  height: 40px;
  color: #001049;
  position: relative;
  width: 100%;
  text-align: start;
  position: relative;
}
.join_tour_modal__form_select_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}
@media (min-width: 1200px) {
  .join_tour_modal__form_select_text {
    font-size: 18px;
  }
}
.join_tour_modal__form_select_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  fill: #FF9900;
  stroke: #FF9900;
  width: 20px;
  height: 15px;
}
@media (min-width: 1200px) {
  .join_tour_modal__form_select_icon {
    width: 30px;
    height: 20px;
  }
}
.join_tour_modal__form_select_menu {
  width: 100%;
}
.join_tour_modal__form_select_menu_item {
  cursor: pointer;
}
.join_tour_modal__form_input {
  border: none;
  background: none;
  border-bottom: 2px solid #E0E0E0;
  padding: 5px 0 0;
  min-height: 40px;
  width: 100%;
}
.join_tour_modal__form_input::placeholder {
  color: #001049;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}
@media (min-width: 1200px) {
  .join_tour_modal__form_input::placeholder {
    font-size: 18px;
  }
}
.join_tour_modal .modal-content {
  padding: 34px 17px;
  position: relative;
  border-radius: 16px;
  width: 100%;
  margin: 50px auto;
  max-width: 500px;
}
@media (min-width: 1200px) {
  .join_tour_modal .modal-content {
    width: 950px;
    padding: 57px 48px 64px 50px;
    max-width: 950px;
  }
}
.join_tour_modal .modal-content--success {
  display: none;
}
.join_tour_modal--success .modal-content {
  display: none;
}
.join_tour_modal--success .modal-content--success {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .join_tour_modal--success .modal-content--success .modal-content {
    padding: 54px 0 54px;
  }
}
.join_tour_modal.show .modal-dialog {
  width: 100%;
  top: 0;
  left: 0;
  transform: none;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .join_tour_modal.show .modal-dialog {
    max-width: 100%;
  }
}
.join_tour_modal .form__error_wrapper {
  top: 0;
}

.question_modal__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  color: #001049;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .question_modal__title {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
.question_modal .modal-content {
  max-width: 879px;
  width: 344px;
  padding: 20px 0;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .question_modal .modal-content {
    width: 100%;
    padding: 53px 0 58px;
  }
}
.question_modal .modal-dialog {
  max-width: none;
  width: auto;
}
@media (min-width: 1200px) {
  .question_modal .modal-dialog {
    width: 879px;
  }
}
.question_modal .modal-body {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .question_modal .modal-body {
    padding: 0 45px;
  }
}
.question_modal .modal-footer {
  padding: 0;
  border: none;
  width: 246px;
  margin: 15px auto 0;
}
@media (min-width: 768px) {
  .question_modal .modal-footer {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .question_modal .call_back__modal_close {
    right: 23px;
    top: 23px;
  }
}
.question_modal__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.question_modal__item {
  width: 369px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 1200px) {
  .question_modal__item {
    margin-bottom: 33px;
  }
}
.question_modal__item_img {
  margin-right: 12px;
  width: 37px;
  position: absolute;
  top: 0;
  left: 0;
}
.question_modal__item_img img {
  width: 100%;
  height: auto;
}
.question_modal__item_text {
  font-weight: 400;
  color: #000;
  padding-left: 49px;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .question_modal__item_text {
    font-size: 18px;
    line-height: 27px;
  }
}

.gallery_slider__title {
  font-size: 24px;
}
.gallery_slider__container {
  position: relative;
  margin: 32px 0 60px;
}
@media (min-width: 1200px) {
  .gallery_slider__container {
    margin: 48px 0 80px;
  }
}
.gallery_slider__container_mobile .gallery_slider__prev {
  width: 28px;
  height: 28px;
  opacity: 1;
}
.gallery_slider__container_mobile .gallery_slider__next {
  width: 28px;
  height: 28px;
  opacity: 1;
}
.gallery_slider__slide_grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
}
.gallery_slider__slide_grid figure {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 4px);
  margin: 4px;
  outline: none;
  cursor: pointer;
}
.gallery_slider__slide_grid figure:nth-child(1) img {
  border-radius: 15px 0 0 0;
}
.gallery_slider__slide_grid figure:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 3;
  padding-bottom: 200%;
}
.gallery_slider__slide_grid figure:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 5;
  padding-bottom: calc(50% - 4px);
}
.gallery_slider__slide_grid figure:nth-child(3) img {
  border-radius: 0 15px 0 0;
}
.gallery_slider__slide_grid figure:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.gallery_slider__slide_grid figure:nth-child(4) img {
  border-radius: 0 0 0 15px;
}
.gallery_slider__slide_grid figure:nth-child(6) img {
  border-radius: 0 0 15px 0;
}
.gallery_slider__slide_grid figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0;
  display: block;
}
.gallery_slider__prev {
  position: absolute;
  top: 50%;
  transform: translate(-40%, -50%);
  left: 0;
  width: 62px;
  height: 62px;
  background: #FF9900;
  border-radius: 50%;
  cursor: pointer;
}
.gallery_slider__prev_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 7px;
  fill: none;
}
@media (min-width: 1200px) {
  .gallery_slider__prev_icon {
    height: 20px;
    width: 10px;
  }
}
.gallery_slider__next {
  position: absolute;
  top: 50%;
  transform: translate(40%, -50%);
  right: 0;
  width: 62px;
  height: 62px;
  background: #FF9900;
  border-radius: 50%;
  cursor: pointer;
}
.gallery_slider__next_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 7px;
  fill: none;
}
@media (min-width: 1200px) {
  .gallery_slider__next_icon {
    height: 20px;
    width: 10px;
  }
}
.gallery_slider .slick-dots {
  position: absolute;
  bottom: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 14px;
  margin: 0;
}
.gallery_slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 3px 0;
  cursor: pointer;
}
.gallery_slider .slick-dots li.slick-active button {
  width: 22px;
  height: 22px;
  background: #FF9900;
}
.gallery_slider .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #c4c4c4;
  font-size: 0;
  opacity: 0.9;
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.gallery_slider__mobile .gallery_slider__slide_grid {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  overflow: hidden;
}
.gallery_slider__mobile .gallery_slider__slide_grid figure {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 2px);
  margin: 2px;
}
.gallery_slider__mobile .gallery_slider__slide_grid figure:nth-child(1) img {
  border-radius: 15px 0 0 0;
}
.gallery_slider__mobile .gallery_slider__slide_grid figure:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 3;
  padding-bottom: 200%;
}
.gallery_slider__mobile .gallery_slider__slide_grid figure:nth-child(2) img {
  border-radius: 0 15px 15px 0;
}
.gallery_slider__mobile .gallery_slider__slide_grid figure:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.gallery_slider__mobile .gallery_slider__slide_grid figure:nth-child(3) img {
  border-radius: 0 0 0 15px;
}
.gallery_slider__mobile .gallery_slider__slide_grid figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.gallery_slider__mobile .slick-dots {
  position: absolute;
  bottom: -29px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 14px;
  margin: 0;
}
.gallery_slider__mobile .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 3px 0;
  cursor: pointer;
}
.gallery_slider__mobile .slick-dots li.slick-active button {
  width: 17px;
  height: 17px;
}
.gallery_slider__mobile .slick-dots li button {
  width: 9px;
  height: 9px;
}

.fancybox-wrap .fancybox-nav span {
  visibility: visible;
}

.search_block {
  max-width: 90%;
  width: 90%;
  border-radius: 15px;
  background-color: #ffffff;
  margin: 0 auto 20px;
  padding: 20px 32px;
  height: 100%;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  position: relative;
}
@media (min-width: 768px) {
  .search_block {
    max-width: 580px;
    width: 580px;
    padding: 20px 32px;
    height: 92px;
    margin: -40px auto 52px;
  }
}
.search_block__form_label {
  font-size: 19px;
  font-weight: 600;
  z-index: 10;
  max-width: 80%;
  display: inline-block;
  line-height: 19px;
}
.search_block__form_input {
  height: 20px;
  font-weight: 400;
  font-size: 14px !important;
  color: #001049;
}
.search_block__form_input::placeholder {
  font-weight: 400;
  font-size: 14px !important;
  color: #001049;
}
.search_block__form_button {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  z-index: 10;
  padding: 0;
}
.search_block__form_button_icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.product_banner {
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 150px;
}
@media (min-width: 576px) {
  .product_banner {
    height: 190px;
  }
}
@media (min-width: 768px) {
  .product_banner {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  .product_banner {
    flex: 0 0 49%;
    max-width: 49%;
    height: 214px;
  }
}
.product_banner::before {
  content: "";
  background-image: url("/themes/onv100/img/product_banner.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -1px;
}
.product_banner.first {
  position: relative;
}
.product_banner.first::after {
  content: "";
  background-image: url("/themes/onv100/img/elements_banner_1.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 113px;
  height: 40px;
  position: absolute;
  bottom: -2px;
  right: 47%;
  transform: translate(50%, 0);
}
@media (min-width: 768px) {
  .product_banner.first::after {
    width: 213px;
    height: 80px;
    right: 42%;
    bottom: -6px;
  }
}
@media (min-width: 1200px) {
  .product_banner.first::after {
    width: 213px;
    height: 70px;
    right: 47%;
  }
}
.product_banner.second {
  position: relative;
}
.product_banner.second::after {
  content: "";
  background-image: url("/themes/onv100/img/elements_banner_2.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 140px;
  height: 60px;
  position: absolute;
  bottom: -2px;
  right: 49%;
  transform: translate(50%, 0);
}
@media (min-width: 768px) {
  .product_banner.second::after {
    width: 243px;
    height: 120px;
    bottom: -6px;
    right: 44%;
  }
}
@media (min-width: 1200px) {
  .product_banner.second::after {
    width: 197px;
    height: 115px;
    right: 47%;
  }
}
.product_banner__container {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .product_banner__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.product_banner__img {
  height: 100% !important;
  width: auto;
}
.product_banner__img_container {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  overflow: hidden;
  position: absolute;
  right: -50px;
  top: -20px;
}
@media (min-width: 768px) {
  .product_banner__img_container {
    width: 350px;
    height: 350px;
    right: -60px;
    top: -30px;
  }
}
@media (min-width: 1200px) {
  .product_banner__img_container {
    width: 294px;
    height: 294px;
    right: -50px;
    top: -30px;
  }
}
.product_banner__text-wrapper {
  position: absolute;
  left: 7%;
  top: 15%;
  max-width: 200px;
  z-index: 1;
}
.product_banner__footer {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.product_banner__footer_text {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}
.product_banner__footer_btn {
  height: 25px;
  margin-bottom: 5px;
  font-size: 12px;
}
.product_banner__main_title {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
  min-height: 30px;
}
@media (min-width: 576px) {
  .product_banner__text-wrapper {
    position: absolute;
    left: 30px;
    top: 20%;
    max-width: 320px;
  }
  .product_banner__main_title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .product_banner__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_banner__footer_text {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
  }
  .product_banner__footer_btn {
    max-width: 155px;
    height: 45px;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .product_banner__text-wrapper {
    position: absolute;
    left: 40px;
    top: 20%;
    max-width: 320px;
  }
  .product_banner__main_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    min-height: 75px;
  }
}
@media (min-width: 1200px) {
  .product_banner__footer {
    display: flex;
    align-items: center;
  }
  .product_banner__footer_text {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
  }
  .product_banner__footer_btn {
    max-width: 155px;
    height: 45px;
    margin-right: 30px;
  }
  .product_banner__main_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.infolist {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .infolist {
    flex-direction: row;
  }
}
.infolist .call_back__title_text {
  margin: 0;
}
.infolist__name {
  margin: 4px 0 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .infolist__name {
    font-size: 18px;
    margin: 5px 0 30px;
  }
}
.infolist__name_trade {
  font-size: 18px;
  font-weight: 700;
  color: #001049;
}
@media (min-width: 768px) {
  .infolist__name_trade {
    font-size: 22px;
  }
}
.infolist__date {
  margin-bottom: 10px;
}
.infolist__city {
  margin-bottom: 10px;
}

.category_links {
  margin: 48px 0;
}
.category_links__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.category_links__item {
  margin-right: 4px;
  margin-bottom: 4px;
}
.category_links__link {
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #18b025;
  border-radius: 4px;
  background: none;
  font-size: 12px;
  line-height: 24px;
}

.air-datepicker {
  border-radius: 15px;
}
.air-datepicker__container {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.air-datepicker--pointer {
  display: none;
}
.air-datepicker--content {
  padding: 10px;
}
.air-datepicker-body--day-name {
  color: #BABABA;
  text-transform: lowercase;
  font-size: 12px;
  margin-bottom: 12px;
}
.air-datepicker-nav {
  border: none;
  margin-top: 5px;
}
.air-datepicker-nav--title {
  color: #001049;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.air-datepicker-nav--title i {
  color: #001049;
  font-weight: 600;
}
.air-datepicker-nav--title::before {
  content: "";
  background-image: url("/themes/onv100/img/calendar_icon.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.air-datepicker-nav--action path {
  stroke: #FF9900;
}
.air-datepicker-cell {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #001049;
  font-weight: 500;
}
.air-datepicker-cell.-year- {
  border-radius: 4px;
  width: 42px;
  height: 32px;
}
.air-datepicker-cell.-month- {
  border-radius: 4px;
  width: auto;
  height: 32px;
}
.air-datepicker-cell.-current- {
  color: #FF9900;
}
.air-datepicker-cell.-selected- {
  background: #FF9900;
}
.air-datepicker-cell.-selected-.-focus- {
  background: #FF9900;
}
.air-datepicker-cell.-selected-.-current- {
  background: #FF9900;
}
.air-datepicker__input {
  font-weight: 500;
}
.air-datepicker__input_container {
  position: relative;
}
.air-datepicker__input_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}

.index .subcategory {
  display: block;
}

.product .flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.product__name {
  margin: 9px 0;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product__name {
    font-size: 24px;
    margin: 17px 0 9px;
  }
}
.product__name_description {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #001049;
}
@media (min-width: 768px) {
  .product__name_description {
    font-size: 50px;
  }
}
.product__tour_start {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product__tour_start {
    margin-bottom: 59px;
  }
}
.product__tour_start_left {
  width: 100%;
}
@media (min-width: 768px) {
  .product__tour_start_left {
    width: auto;
  }
}
.product__tour_start_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .product__tour_start_right {
    max-width: 395px;
    display: block;
  }
}
.product__tour_start_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  color: #001049;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .product__tour_start_title {
    font-size: 24px;
  }
}
.product__tour_start_title_city {
  font-size: 20px;
}
@media (min-width: 768px) {
  .product__tour_start_title_city {
    font-size: 32px;
  }
}
.product__tour_start_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product__tour_start_time-city {
  font-weight: 700;
  font-size: 16px;
  color: #001049;
  width: 100%;
  line-height: 30px;
}
@media (min-width: 768px) {
  .product__tour_start_time-city {
    width: 232px;
    font-size: 18px;
    margin-right: 22px;
    line-height: 34px;
  }
}
.product__tour_start_place {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  color: #001049;
  cursor: pointer;
  min-height: 26px;
}
@media (min-width: 768px) {
  .product__tour_start_place {
    font-size: 18px;
    line-height: 34px;
    max-width: 570px;
  }
}
.product__tour_start_callback_title {
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  color: #FF9900;
  max-width: 195px;
}
@media (min-width: 768px) {
  .product__tour_start_callback_title {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 35px;
    max-width: 350px;
    padding-top: 25px;
  }
}
.product__tour_start_image .modal-body {
  padding-top: 25px;
}
.product__tour_start_image .call_back__modal_close {
  top: 0;
  right: 0;
  z-index: 1;
}
.product__tour_start_image .call_back__modal_close .menu__icon {
  width: 11px;
  height: 11px;
}
@media (min-width: 768px) {
  .product__tour_start_image .call_back__modal_close .menu__icon {
    width: 20px;
    height: 20px;
  }
}
.product .section_title {
  margin-bottom: 9px;
  text-transform: inherit;
}
@media (min-width: 768px) {
  .product .section_title {
    margin-bottom: 16px;
  }
}
.product__descritpion_wrapper {
  background-color: #fff;
  margin-bottom: 32px;
  padding-bottom: 20px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .product__descritpion_wrapper {
    padding-top: 40px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .product__descritpion_wrapper {
    padding-top: 68px;
    margin-bottom: 62px;
  }
}
.product .typography h5:first-child {
  margin-top: 0;
}
.product .typography h5 {
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: 20px;
}
.product .typography h5 em {
  margin-top: 5px;
  font-style: normal;
}
@media (min-width: 768px) {
  .product .typography h5 {
    margin-bottom: 6px;
    margin-top: 13px;
  }
  .product .typography h5 em {
    margin-left: 11px;
  }
}
.product .typography h6 {
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .product .typography h6 {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .product .typography h6 {
    margin: 32px 0 8px;
  }
}
.product .typography ul:not(.global_form_errors) {
  margin-bottom: 32px;
}
.product .typography ul:not(.global_form_errors) li {
  margin: 10px 0 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .product .typography ul:not(.global_form_errors) li {
    margin: 0 0 11px;
  }
  .product .typography ul:not(.global_form_errors) li:first-child {
    margin-top: 20px;
  }
}
.product .typography ul:not(.global_form_errors).includes {
  margin-right: -10px;
  margin-left: -10px;
}
.product .typography ul:not(.global_form_errors).includes li {
  line-height: 1.3;
  margin: 8px 0 15px;
}
@media (max-width: 767.98px) {
  .product .typography ul:not(.global_form_errors).sales {
    margin-top: 26px;
  }
}
.product .typography ul:not(.global_form_errors).sales li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product .typography ul:not(.global_form_errors).sales li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .product .typography p {
    margin-bottom: 11px;
  }
  .product .typography p + h5 {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .product .typography p {
    margin-bottom: 15px;
  }
  .product .typography p + h5 {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .product .footer_slider {
    margin-bottom: 27px;
  }
}
@media (max-width: 991.98px) {
  .product__container {
    padding: 0;
  }
}
.product__container .dropdown__button_svg {
  width: 14px;
  height: 14px;
}
.product__accordion_title, .cooperation_info__infographics_item_title_text {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  color: #001049;
  cursor: pointer;
}
.product__accordion_title_text {
  max-width: 242px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .product__accordion_title_text {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .product__accordion_title, .cooperation_info__infographics_item_title_text {
    font-size: 24px;
    line-height: 31px;
  }
}
.product__accordion_title .dropdown__button_svg, .cooperation_info__infographics_item_title_text .dropdown__button_svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product__accordion_item {
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-radius: 20px;
  padding: 24px 17px;
}
@media (min-width: 768px) {
  .product__accordion_item {
    padding: 24px 37px;
  }
}
.product__accordion_item.active .dropdown__button_svg {
  transform: rotate(180deg);
}
.product__accordion_content {
  display: none;
  margin-top: 19px;
}
@media (min-width: 768px) {
  .product__accordion_content {
    margin-top: 25px;
  }
}
.product__accordion_btns_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding-bottom: 77px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .product__accordion_btns_wrapper {
    margin-right: 29px;
    justify-content: flex-end;
    padding-bottom: 96px;
    margin-top: 14px;
  }
}
.product__accordion_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #D8F2DA;
  margin-right: 14px;
  height: 44px;
  width: 44px;
}
.product__accordion_icon img {
  border-radius: 0;
  max-width: 22px;
}
.product__accordion_icon .product__accordion_icon_plus {
  max-width: 14px;
}
.product__expand_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF9900;
  border-radius: 50px;
  width: 180px;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .product__expand_btn {
    width: 227px;
    height: 50px;
  }
}
.product__collapse_all_btn {
  font-weight: 700;
  font-size: 15px;
  color: #001049;
  display: flex;
  align-items: center;
  background: transparent;
}
@media (min-width: 768px) {
  .product__collapse_all_btn {
    font-size: 16px;
    margin-left: 54px;
  }
}
.product__collapse_all_btn_text {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .product__collapse_all_btn_text {
    margin-right: 14px;
  }
}
.product__info_sticker {
  background-color: #18B025;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 16px;
  border-radius: 40px;
  width: fit-content;
  color: #ffffff;
  margin-bottom: 8px;
}
.product__info_title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 32px;
}
.product.calculator .form-control {
  background-color: #ffffff;
  border: 2px solid #E0E0E0;
}
.product.calculator .dropdown__button_svg {
  fill: none;
  stroke: #FF9900;
}
.product_calculator_price {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.product_calculator_price__title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.product_calculator_price__description {
  font-size: 12px;
  line-height: 14px;
  color: #001049;
}
.product_calculator_price__price {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: end;
  color: #18B025;
  flex: 0 0 50%;
  max-width: 50%;
}
.product_calculator_price__price.number {
  font-size: 30px;
}

@media (min-width: 1200px) {
  .authentication .breadcrumb {
    margin-bottom: 15px;
  }
}
.authentication .section_title {
  margin-bottom: 24px;
  margin-top: 32px;
  line-height: 1;
}
@media (min-width: 768px) {
  .authentication .section_title {
    margin-top: 53px;
  }
}
@media (min-width: 1200px) {
  .authentication .section_title {
    margin-top: 1px;
    margin-bottom: 63px;
  }
}
.authentication .form-group {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .authentication .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .authentication .form-group {
    margin-bottom: 6px;
  }
}
.authentication .form-group.dropdown {
  margin-bottom: 0;
}

.registration__agency_description {
  margin-top: 15px;
}
.registration .page-subheading {
  margin-bottom: 19px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .registration .page-subheading {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.registration .stroke::after {
  display: none;
}
@media (min-width: 768px) {
  .registration .stroke::after {
    display: block;
    top: calc(100% + 5px);
  }
}
@media (max-width: 1199.98px) {
  .registration button:not(.modal_close),
.registration a.btn,
.registration .top_filter .litepicker a.button-apply,
.top_filter .litepicker .registration a.button-apply {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.registration__benefits {
  background-color: #fff;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-radius: 20px;
  padding: 20px 16px 30px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .registration__benefits {
    margin-bottom: 80px;
    padding: 40px 24px 40px;
  }
}
@media (min-width: 1200px) {
  .registration__benefits {
    padding: 42px 33px 47px;
    margin-top: 6px;
    margin-bottom: 152px;
  }
}
.registration__benefits_btn_wrapper {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .registration__benefits_btn_wrapper {
    display: flex;
  }
}
.registration__benefits_btn_wrapper .btn, .registration__benefits_btn_wrapper .top_filter .litepicker .button-apply, .top_filter .litepicker .registration__benefits_btn_wrapper .button-apply {
  font-size: 14px;
  padding: 0;
}
@media (min-width: 1200px) {
  .registration__benefits_btn_wrapper .btn, .registration__benefits_btn_wrapper .top_filter .litepicker .button-apply, .top_filter .litepicker .registration__benefits_btn_wrapper .button-apply {
    padding: 0 25px;
  }
}
.registration__benefits_title {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .registration__benefits_title {
    margin-bottom: 16px;
  }
}
.registration__benefits_desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .registration__benefits_desc {
    margin-bottom: 19px;
  }
}
@media (min-width: 1200px) {
  .registration__benefits_desc {
    margin-bottom: 28px;
  }
}
.registration__benefits_desc li {
  position: relative;
  padding-left: 23px;
  line-height: 24px;
}
.registration__benefits_desc li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .registration__benefits_desc li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .registration__benefits_desc li {
    padding-left: 26px;
    font-size: 16px;
  }
}
.registration__benefits_desc li svg {
  position: absolute;
  top: 0;
  left: 0;
}
.registration__benefits_link:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .registration__benefits_link:not(:last-child) {
    margin-right: 14px;
    max-width: 220px;
  }
}
.registration__submit {
  margin-top: 46px;
  margin-bottom: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .registration__submit {
    margin-top: 59px;
    margin-bottom: 42px;
  }
}
@media (min-width: 1200px) {
  .registration__submit {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 12px;
  }
}
.registration #reg_form .registration__submit,
.registration #reg_agency_form .registration__submit {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .registration #reg_form .registration__submit,
.registration #reg_agency_form .registration__submit {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .registration #reg_form .registration__submit,
.registration #reg_agency_form .registration__submit {
    margin-top: 24px;
    margin-bottom: 89px;
  }
}
.registration .phone_block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .registration .phone_block {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.registration .phone_block .hidden {
  display: none;
}
.registration .phone_block__btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background-color: #FF9900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .registration .phone_block__btn {
    margin-left: 20px;
    margin-bottom: 15px;
  }
}
.registration .phone_block__btn svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}
@media (min-width: 1200px) {
  .registration .phone_block__btn:hover {
    box-shadow: 0 6px 15px rgba(255, 153, 0, 0.5);
    cursor: pointer;
  }
}
.registration .phone_block .form-group {
  width: 100%;
}
@media (min-width: 768px) {
  .registration .phone_block .form-group {
    width: calc(100% - 50px);
  }
}

.forget_link {
  font-weight: bold;
  font-size: 14px;
  color: #FF9900;
  display: block;
  text-align: center;
  margin-bottom: 32px;
  transition: 0.35s ease;
}
@media (min-width: 768px) {
  .forget_link {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) {
  .forget_link:hover {
    cursor: pointer;
    color: #001049;
  }
}

body.password .custom-max-width {
  width: 100%;
}
@media (min-width: 768px) {
  body.password .custom-max-width {
    max-width: 400px;
    margin: 0 auto;
  }
}
body.password .password_back_link {
  margin-bottom: 40px;
}
body.password #form_forgotpassword {
  margin-top: 20px;
}
body.password .alert.alert-danger {
  color: #DB1B1B;
}
body.password .alert.alert-success {
  margin-bottom: 20px;
}

.order-opc #cart_title {
  margin-bottom: 17px;
  margin-top: 27px;
}
@media (min-width: 768px) {
  .order-opc #cart_title {
    margin-bottom: 14px;
    margin-top: 6px;
  }
}
@media (min-width: 1200px) {
  .order-opc #cart_title {
    margin-bottom: 17px;
    margin-top: 0;
  }
}
.order-opc .form-group {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .order-opc .form-group {
    margin-bottom: 8px;
  }
}
.order-opc .dropdown__button_svg {
  width: 14px;
  height: 14px;
}
.order-opc .order__customers_links_wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .order-opc .order__customers_links_wrapper {
    margin-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .order-opc .order__customers_links_wrapper {
    margin-bottom: 68px;
  }
}
.order-opc .order__customers_links_wrapper .btn, .order-opc .order__customers_links_wrapper .top_filter .litepicker .button-apply, .top_filter .litepicker .order-opc .order__customers_links_wrapper .button-apply {
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .order-opc .order__customers_links_wrapper .btn, .order-opc .order__customers_links_wrapper .top_filter .litepicker .button-apply, .top_filter .litepicker .order-opc .order__customers_links_wrapper .button-apply {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .order-opc .order__customers_links_wrapper .btn, .order-opc .order__customers_links_wrapper .top_filter .litepicker .button-apply, .top_filter .litepicker .order-opc .order__customers_links_wrapper .button-apply {
    font-size: 16px;
  }
}
.order-opc .order__customers_links_wrapper .btn:not(.opc-active), .order-opc .order__customers_links_wrapper .top_filter .litepicker .button-apply:not(.opc-active), .top_filter .litepicker .order-opc .order__customers_links_wrapper .button-apply:not(.opc-active) {
  background-color: transparent;
  border: 2px solid #BABABA;
  border-radius: 50px;
  color: #FF9900;
}
.order-opc .order__customers_links_wrapper .btn:not(.opc-active):hover, .order-opc .order__customers_links_wrapper .top_filter .litepicker .button-apply:not(.opc-active):hover, .top_filter .litepicker .order-opc .order__customers_links_wrapper .button-apply:not(.opc-active):hover {
  color: #FF9900;
}
@media (min-width: 1200px) {
  .order-opc .order__customers_links_wrapper .btn:not(.opc-active):hover, .order-opc .order__customers_links_wrapper .top_filter .litepicker .button-apply:not(.opc-active):hover, .top_filter .litepicker .order-opc .order__customers_links_wrapper .button-apply:not(.opc-active):hover {
    box-shadow: 0 4px 10px #BABABA;
  }
}
.order-opc .order__customers_links_wrapper .btn:not(.opc-active):focus, .order-opc .order__customers_links_wrapper .top_filter .litepicker .button-apply:not(.opc-active):focus, .top_filter .litepicker .order-opc .order__customers_links_wrapper .button-apply:not(.opc-active):focus {
  color: #FF9900;
}
@media (min-width: 1200px) {
  .order-opc .order__customers_links_wrapper .btn:not(.opc-active):focus, .order-opc .order__customers_links_wrapper .top_filter .litepicker .button-apply:not(.opc-active):focus, .top_filter .litepicker .order-opc .order__customers_links_wrapper .button-apply:not(.opc-active):focus {
    box-shadow: none;
  }
}
.order-opc .order__customers_links_wrapper .order__customers_links {
  flex-basis: 50%;
  padding: 0;
  font-size: 11px;
}
@media (min-width: 768px) {
  .order-opc .order__customers_links_wrapper .order__customers_links {
    flex-basis: 280px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .order-opc .order__customers_links_wrapper .new_customer {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .order-opc .order__customers_links_wrapper .new_customer .btn, .order-opc .order__customers_links_wrapper .new_customer .top_filter .litepicker .button-apply, .top_filter .litepicker .order-opc .order__customers_links_wrapper .new_customer .button-apply {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
}
@media (max-width: 767.98px) {
  .order-opc .order__customers_links_wrapper .old_customer .btn, .order-opc .order__customers_links_wrapper .old_customer .top_filter .litepicker .button-apply, .top_filter .litepicker .order-opc .order__customers_links_wrapper .old_customer .button-apply {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
}
.order-opc .order__accept_rules {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
}
.order-opc .order__accept_rules a {
  color: #FF9900;
}
.order-opc .cart_section_title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 23px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .order-opc .cart_section_title {
    font-size: 24px;
    margin-top: 0;
  }
  .order-opc .cart_section_title.stroke {
    margin-bottom: 11px;
  }
  .order-opc .cart_section_title.stroke:after {
    top: calc(100% - 2px);
  }
}
@media (min-width: 1200px) {
  .order-opc .cart_section_title.stroke {
    line-height: 1;
    margin-bottom: 17px;
  }
  .order-opc .cart_section_title.stroke:after {
    top: calc(100% + 6px);
  }
}
.order-opc .discount_heading {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
}
.order-opc .order__product_brief {
  background: #FFFFFF;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-radius: 20px;
  margin-bottom: 32px;
  padding: 20px 0 17px;
}
@media (min-width: 768px) {
  .order-opc .order__product_brief {
    padding-top: 38px;
    padding-bottom: 35px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .order-opc .order__product_brief {
    padding-top: 42px;
    padding-bottom: 36px;
    margin-bottom: 90px;
  }
}
.order-opc .order__product_brief_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.order-opc .order__product_brief_arrow {
  fill: #FF9900;
  width: 20px;
  height: 18px;
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
.order-opc .order__product_brief_arrow[aria-expanded=false] {
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  .order-opc .order__product_brief_arrow {
    display: none;
  }
}
.order-opc .cart-container {
  padding-top: 24px;
}
.order-opc .cart__form_wrapper {
  margin-bottom: 32px;
}
.order-opc .cart_discount {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 24px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
}
.order-opc .cart_discount .cart_discount_price {
  width: 130px;
}
.order-opc .cart_discount::before {
  background-color: #001049;
  width: 10px;
  top: 10px;
  left: 3px;
}
.order-opc .cart_discount_name {
  font-size: 14px;
}
@media (min-width: 768px) {
  .order-opc .cart_discount_name {
    font-size: 18px;
  }
}
.order-opc .cart_foot {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .order-opc .cart_foot {
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  .order-opc .cart_foot {
    margin-top: 28px;
  }
}
.order-opc .cart_voucher__form_group {
  display: flex;
}
.order-opc .cart_voucher__form_group .form-group {
  margin-bottom: 0;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .order-opc .cart_voucher__form_group .form-group {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .order-opc .cart_voucher__form_group .form-group {
    margin-right: 42px;
    width: 100%;
  }
}
.order-opc fieldset {
  border: none;
  margin: 0 0 12px;
  padding: 0;
}
.order-opc .cart_description {
  display: flex;
  align-items: flex-start;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .order-opc .cart_description {
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .order-opc .cart_description {
    padding: 0 32px;
  }
}
.order-opc .cart_description .stroke {
  margin-bottom: 26px;
  flex-grow: 1;
  font-size: 14px;
}
@media (min-width: 768px) {
  .order-opc .cart_description .stroke {
    margin-bottom: 21px;
    font-size: 18px;
  }
  .order-opc .cart_description .stroke::after {
    top: calc(100% - 1px);
  }
}
@media (min-width: 1200px) {
  .order-opc .cart_description .stroke {
    margin-bottom: 26px;
  }
  .order-opc .cart_description .stroke::after {
    top: calc(100% + 2px);
  }
}
.order-opc .cart_description .subtotal_price {
  margin-right: 12px;
}
.order-opc .payment__subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .order-opc .payment__subtitle {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .order-opc .payment__subtitle {
    margin-bottom: 17px;
  }
}
.order-opc .payment__ico {
  height: 34px;
  margin-top: 20px;
  display: block;
}
.order-opc .table_payment {
  margin-bottom: 32px;
}
.order-opc .table_payment .checkfield {
  display: flex;
  align-items: flex-start;
}
.order-opc .table_payment .checkfield:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .order-opc .table_payment .checkfield:not(:last-child) {
    margin-bottom: 18px;
  }
}
.order-opc .table_payment .checkfield label {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
}
.order-opc .table_payment__radio_cell {
  min-width: 25px;
}
.order-opc .opc-cart_quantity_delete:hover .order__delete_ico {
  fill: #DB1B1B;
}
.order-opc .order__delete_ico {
  fill: #FF9900;
  width: 22px;
  height: 23px;
  transition: fill 0.35s ease;
}
.order-opc .order__inner_padding {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .order-opc .order__inner_padding {
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .order-opc .order__inner_padding {
    padding: 0 32px;
  }
}
.order-opc #opc-out-content .opc-has-error .custom_checkbox:not(.custom_checkbox--active) .custom_checkbox__flag {
  border-color: #ea4335;
}
.order-opc .order__attr {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .order-opc .order__attr {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .order-opc .order__attr {
    margin-bottom: 12px;
  }
}
.order-opc .order__attr--flex .order__attr_val {
  display: flex;
}
.order-opc .order__attr--flex .order__attr_val span:not(.subtotal_price) {
  flex-grow: 1;
}
.order-opc .order__attr_ico {
  position: absolute;
  top: 2px;
  left: 0;
  fill: #18B025;
  height: 17px;
  width: 15px;
}
.order-opc .order__attr_title {
  font-weight: 500;
}
.order-opc .order__attr_val {
  font-weight: 600;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .order-opc .order__attr_val {
    font-size: 18px;
  }
}
.order-opc .order__attr_val .subtotal_price {
  margin-left: auto;
}
.order-opc .subtotal_price {
  font-weight: 600;
  font-size: 18px;
  color: #18B025;
  min-width: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.order-opc .subtotal_price--red {
  color: #ea4335;
}
.order-opc #cart_voucher .form-control {
  background-color: transparent;
}
.order-opc #cart_voucher .title_block {
  font-weight: 500;
  font-size: 14px;
}
.order-opc #cart_voucher fieldset {
  padding-left: 22px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .order-opc #cart_voucher fieldset {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .order-opc #cart_voucher {
    margin-top: 11px;
    width: 100%;
  }
  .order-opc #cart_voucher .title_block {
    margin-bottom: 3px;
  }
}
.order-opc button[type=submit],
.order-opc .place_order {
  font-size: 14px;
}
.order-opc .js--submit-login-trigger {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .order-opc .js--submit-login-trigger {
    display: none !important;
  }
}
.order-opc #submit-login {
  width: 100%;
}
@media (min-width: 768px) {
  .order-opc #submit-login {
    display: block !important;
  }
}
.order-opc .place_order {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .order-opc .place_order {
    margin-top: 36px;
    margin-bottom: 80px;
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .order-opc .place_order {
    margin-bottom: 90px;
  }
}
.order-opc .opc-login-button {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .order-opc .opc-login-button {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .order-opc .opc-login-button {
    width: 380px;
  }
}
.order-opc #advopc-voucher-btn {
  padding: 0 20px;
  min-width: 138px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .order-opc #advopc-voucher-btn {
    min-width: 180px;
    margin-top: -3px;
  }
}
.order-opc .lost_password {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: right;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .order-opc .lost_password {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .order-opc .lost_password:hover {
    cursor: pointer;
  }
}
.order-opc .order__final_price {
  border-top: 1px dashed #BABABA;
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
}
@media (min-width: 768px) {
  .order-opc .order__final_price {
    padding-top: 28px;
  }
  .order-opc .order__final_price .subtotal_price {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .order-opc .order__final_price {
    margin: 0 33px 0 25px;
    padding-top: 31px;
  }
}
@media (max-width: 767.98px) {
  .order-opc .stroke::after {
    display: none;
  }
}
.order-opc .unnecessary {
  display: none;
}
.order-opc .hide {
  display: none;
}
.order-opc .opc-close {
  margin-bottom: 10px;
}
.order-opc #opc_login_errors {
  margin-bottom: 15px;
  transition: none;
}
.order-opc .delivery_options_address,
.order-opc #opc-right-carrier-content {
  display: none;
}
.order-opc .forgot_form__controls {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 40px;
}
.order-opc .forgot_form__controls .btn, .order-opc .forgot_form__controls .top_filter .litepicker .button-apply, .top_filter .litepicker .order-opc .forgot_form__controls .button-apply {
  width: 100%;
}
.order-opc .promo_error {
  border-radius: 5px;
  border: 2px solid #ea4335;
  padding: 5px;
  color: #ea4335;
}
.order-opc .promo_error__close {
  margin: 0;
  background-color: transparent;
  color: #ea4335;
}
.order-opc .global_form_errors {
  margin-bottom: 15px;
}
.order-opc .global_form_success {
  font-weight: bold;
}
.order-opc table td {
  padding: 0;
}
.order-opc #forgot_form_content .global_form_success {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .order-opc .modal__with_form .modal-content {
    margin: auto;
    max-width: 90.6vw;
  }
}
.order-opc .custom_radio::after {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .order-opc .breadcrumb {
    margin-bottom: 0;
  }
}
.order-opc #opc-right-payment-content {
  margin-top: 31px;
}
.order-opc #opc-right-payment-content .cart_section_title.stroke {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .order-opc #opc-right-payment-content {
    margin-top: 38px;
  }
}
@media (min-width: 1200px) {
  .order-opc #opc-right-payment-content {
    margin-top: 44px;
  }
  .order-opc #opc-right-payment-content .cart_section_title.stroke {
    margin-bottom: 8px;
  }
  .order-opc #opc-right-payment-content .cart_section_title.stroke::after {
    top: calc(100% + 2px);
  }
}
.order-opc #opc-cart_summary {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .order-opc #opc-cart_summary {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .order-opc #opc-cart_summary {
    margin-top: 0;
    width: 100%;
  }
}
.order-opc .modal-dialog {
  width: 100%;
}
.order-opc .modal-content {
  border-radius: 15px;
}
.order-opc .modal-content .btn, .order-opc .modal-content .top_filter .litepicker .button-apply, .top_filter .litepicker .order-opc .modal-content .button-apply {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .order-opc .modal-content .btn, .order-opc .modal-content .top_filter .litepicker .button-apply, .top_filter .litepicker .order-opc .modal-content .button-apply {
    margin-bottom: 18px;
  }
}
.order-opc .modal-content form {
  margin: 0px -28px;
}
.order-opc .modal-content form .form-group {
  padding: 0 31px;
}
@media (min-width: 768px) {
  .order-opc .modal-content form {
    margin: 0;
  }
  .order-opc .modal-content form .form-group {
    padding: 0;
  }
}
.order-opc .modal__with_form .modal_success__text {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .order-opc .modal__with_form .modal_success__text {
    margin-bottom: 47px;
  }
}

.checkout-confirmation {
  margin-top: 20px;
}
.checkout-confirmation .box {
  margin-top: 50px;
}
.checkout-confirmation .cart_navigation {
  margin-top: 40px;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
.checkout-confirmation .cart_navigation .btn, .checkout-confirmation .cart_navigation .top_filter .litepicker .button-apply, .top_filter .litepicker .checkout-confirmation .cart_navigation .button-apply {
  max-width: 380px;
  margin-bottom: 20px;
}
.checkout-confirmation .cart_navigation .btn:not(:last-child), .checkout-confirmation .cart_navigation .top_filter .litepicker .button-apply:not(:last-child), .top_filter .litepicker .checkout-confirmation .cart_navigation .button-apply:not(:last-child) {
  margin-right: 20px;
}
.checkout-confirmation .btn--grey_border {
  background-color: transparent;
}

.order-confirmation .button-exclusive {
  margin: 40px 0;
  max-width: 380px;
}

.empty_cart {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .my_account {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .my_account {
    margin-bottom: 82px;
  }
}
.my_account .form-control {
  background-color: #fff;
}
.my_account__sub_title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .my_account__sub_title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .my_account__sub_title {
    margin-bottom: 18px;
  }
}
.my_account__sub_title:after {
  content: none;
}
@media (min-width: 768px) {
  .my_account__sub_title:after {
    content: "";
  }
}
.my_account__form {
  background-color: #fff;
}
@media (min-width: 768px) {
  .my_account__form {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .my_account__form_wrap {
    padding: 20px 32px 30px 32px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .my_account__form_wrap {
    padding: 20px 32px 40px 32px;
  }
}
.my_account .form-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .my_account .form-group {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .my_account .form-group.my_account__mb {
    margin-bottom: 15px;
  }
}
.my_account .section_title {
  margin: 28px 0 17px;
}
@media (min-width: 768px) {
  .my_account .section_title {
    margin: 10px 0 17px;
  }
}
@media (min-width: 1200px) {
  .my_account .section_title {
    margin: 0 0 17px;
  }
}
.my_account__benefits {
  padding: 30px 16px 30px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .my_account__benefits {
    margin-bottom: 80px;
    padding: 0 34px 40px 10px;
  }
}
@media (min-width: 1200px) {
  .my_account__benefits {
    padding: 5px 0px 32px;
    margin-bottom: 152px;
  }
}
@media (min-width: 1200px) {
  .my_account__benefits_btn_wrapper {
    display: flex;
  }
}
.my_account__benefits_title {
  margin-bottom: 16px;
}
.my_account__benefits_desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .my_account__benefits_desc {
    margin-bottom: 19px;
  }
}
@media (min-width: 1200px) {
  .my_account__benefits_desc {
    margin-bottom: 28px;
  }
}
.my_account__benefits_desc li {
  position: relative;
  padding-left: 23px;
  line-height: 24px;
}
.my_account__benefits_desc li:not(:last-child) {
  margin-bottom: 8px;
}
.my_account__benefits_desc li svg {
  position: absolute;
  top: 0;
  left: 0;
}
.my_account__benefits_link:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .my_account__benefits_link:not(:last-child) {
    margin-right: 14px;
    max-width: 220px;
  }
}
.my_account__new_pass {
  padding-bottom: 22px;
}
.my_account__new_pass_btn {
  margin-bottom: 28px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
  color: #FF9900;
}
@media (min-width: 1200px) {
  .my_account__new_pass_btn {
    margin-bottom: 38px;
  }
}
.my_account__success_text {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .my_account__success_text {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .history__wrap {
    margin-bottom: 46px;
  }
}
.history .section_title {
  margin: 28px 0 17px;
}
@media (min-width: 768px) {
  .history .section_title {
    margin: 10px 0 17px;
  }
}
@media (min-width: 1200px) {
  .history .section_title {
    margin: 0 0 17px;
  }
}
.history__item {
  position: relative;
  margin-bottom: 16px;
  padding: 21px 16px;
  background-color: #fff;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .history__item {
    padding: 41px 32px 20px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .history__item {
    display: flex;
    min-height: 80px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 6px;
    padding: 12px 32px;
  }
}
.history__short_info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .history__short_info {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .history__short_info {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.history__short_info--full .history__item_close {
  display: block;
}
.history__short_info--full .history__full_arrow {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .history__short_info--full .history__short_value_img {
    visibility: hidden;
  }
}
.history__short_info--full .history__status_dot {
  display: none !important;
}
.history__item_close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
.history__item_close svg {
  width: 20px;
  height: 20px;
  fill: #FF9900;
}
@media (min-width: 768px) {
  .history__short_wrap {
    width: calc(50% - 14px);
  }
}
@media (min-width: 1200px) {
  .history__short_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 65.5%;
  }
}
@media (min-width: 1200px) {
  .history__short_wrap:nth-of-type(2) {
    width: 34.5%;
  }
}
@media (min-width: 768px) {
  .history__short_wrap:nth-of-type(2) .history__short_value {
    padding-left: 32px;
  }
}
@media (min-width: 1200px) {
  .history__short_wrap:nth-of-type(2) .history__short_value {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .history__short_wrap:nth-of-type(1) .history__short_info_item:nth-of-type(1) {
    width: 25%;
  }
  .history__short_wrap:nth-of-type(1) .history__short_info_item:nth-of-type(2) {
    width: 23%;
  }
  .history__short_wrap:nth-of-type(1) .history__short_info_item:nth-of-type(3) {
    width: 22%;
  }
  .history__short_wrap:nth-of-type(1) .history__short_info_item:nth-of-type(4) {
    width: 61%;
  }
}
@media (min-width: 1200px) {
  .history__short_wrap:nth-of-type(2) .history__short_info_item:nth-of-type(1) {
    width: 37.5%;
  }
  .history__short_wrap:nth-of-type(2) .history__short_info_item:nth-of-type(2) {
    width: 41%;
  }
}
.history__short_info_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .history__short_info_item {
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .history__short_info_item {
    margin-bottom: 0;
  }
}
.history__short_info_item--image {
  align-items: center;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .history__short_info_item--image {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .history__short_info_item--image {
    margin-bottom: 0;
    padding-right: 6px;
  }
}
@media (min-width: 1200px) {
  .history__status_dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    right: 20px;
    top: 35px;
  }
}
@media (min-width: 768px) {
  .history__title_list {
    display: flex;
    padding: 7px 64px 21px;
  }
}
.history__info_title {
  color: #BABABA;
  font-size: 14px;
  font-weight: 600;
}
.history__info_title:nth-of-type(1) {
  width: 12.5%;
}
.history__info_title:nth-of-type(2) {
  width: 11.5%;
}
.history__info_title:nth-of-type(3) {
  width: 11%;
}
.history__info_title:nth-of-type(4) {
  width: 30.5%;
}
.history__info_title:nth-of-type(5) {
  width: 13%;
}
.history__info_title:nth-of-type(6) {
  width: 14%;
}
.history__short_label {
  width: calc(50% - 6px);
  font-size: 14px;
  font-weight: 600;
  color: #BABABA;
}
@media (min-width: 768px) {
  .history__short_label {
    width: calc(37% - 6px);
  }
}
@media (min-width: 1200px) {
  .history__short_label {
    display: none;
  }
}
.history__short_value {
  width: calc(50% - 14px);
}
@media (min-width: 768px) {
  .history__short_value {
    width: calc(63% - 6px);
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .history__short_value {
    width: 100%;
  }
}
.history__short_value_img {
  width: 94%;
  padding-top: 64%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .history__short_value_img {
    width: 69%;
    padding-top: 46%;
  }
}
@media (min-width: 1200px) {
  .history__short_value_img {
    width: 80%;
    padding-top: 51%;
  }
}
.history__full_btn {
  margin: 20px 0 8px;
  font-size: 14px;
}
.history__full_arrow {
  position: absolute;
  top: 32px;
  left: 30px;
  cursor: pointer;
}
.history__full_arrow svg {
  width: 18px;
  height: 18px;
  fill: #FF9900;
}

.cms-about-us #columns > .breadcrumb {
  display: none;
}
.cms-about-us .breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .cms-about-us .bottom_wrap {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .cms-about-us .bottom_wrap {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .cms-about-us .seo_block {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .cms-about-us .footer_slider {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cms-about-us .footer_slider {
    margin-bottom: 50px;
  }
}

.about__content {
  margin-bottom: 32px;
}

.stores__list {
  margin-top: 32px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .stores__list {
    margin-top: 26px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .stores__list {
    margin-bottom: 40px;
    margin-top: 53px;
  }
}
.stores .section_title {
  margin-top: 28px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .stores .section_title {
    margin-top: 10px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .stores .section_title {
    margin-top: -29px;
    margin-bottom: 18px;
  }
}
.stores__text {
  font-size: 18px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .stores .stroke::after {
    top: calc(100% + -1px);
  }
}
.stores__store {
  margin-bottom: 16px;
  padding: 20px 33px;
  background-color: #fff;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .stores__store {
    padding-bottom: 28px;
    margin-bottom: 24px;
  }
}
.stores__store:after {
  top: calc(100% + -4px);
}
.stores__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .stores__name {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.stores__name:after {
  content: none;
}
@media (min-width: 768px) {
  .stores__name:after {
    content: "";
  }
}
.stores__address {
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .stores__address {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.stores__address .stores__icon {
  top: 1px;
  left: -5px;
}
.stores__schedule {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
  padding-left: 24px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .stores__schedule {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.stores__schedule .stores__icon {
  top: 4px;
  left: -2px;
}
.stores__schedule_item:nth-child(2) {
  width: 60%;
}
@media (min-width: 768px) {
  .stores__schedule_item:nth-child(2) {
    width: 53%;
  }
}
.stores__schedule_item:nth-child(3) {
  width: 40%;
}
@media (min-width: 768px) {
  .stores__schedule_item:nth-child(3) {
    width: 47%;
  }
}
.stores__schedule_day {
  margin-bottom: -3px;
  font-weight: 600;
}
.stores__icon {
  position: absolute;
  width: 19px;
  height: 20px;
  fill: #18B025;
}
.stores__address_show {
  display: inline-block;
  font-size: 14px;
  color: #FF9900;
  border-bottom: #FF9900 dashed 1px;
  cursor: pointer;
}
.stores__map {
  width: 100vw;
  height: 368px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 768px) {
  .stores__map {
    height: 460px;
  }
}
@media (min-width: 1200px) {
  .stores__map {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 20px;
    height: 480px;
  }
}
.stores__question {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .stores__question {
    padding-top: 62px;
  }
}
@media (min-width: 1200px) {
  .stores__question {
    padding-top: 260px;
    margin-top: -160px;
  }
}
.stores__question .block_title {
  margin-bottom: 53px;
}
@media (min-width: 768px) {
  .stores__question .block_title {
    margin-bottom: 28px;
    text-align: center;
  }
}
.stores__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .stores__form {
    margin-bottom: 40px;
    padding: 0 180px;
  }
}
@media (min-width: 1200px) {
  .stores__form {
    padding: 0 104px;
  }
}
.stores__form .form-group {
  width: 100%;
  margin-bottom: 39px;
}
@media (min-width: 1200px) {
  .stores__form .form-group {
    width: calc(50% - 20px);
  }
}
.stores__form .form-group--error .form-control {
  border-color: #ea4335;
}
.stores__form .form-control {
  padding: 4px;
  border: none;
  border-bottom: 2px solid #E0E0E0;
  border-radius: 0;
  font-size: 16px;
  background-color: #fff;
}
.stores__form textarea::placeholder,
.stores__form input::placeholder {
  color: #001049;
}
.stores__form textarea.form-control {
  min-height: 29px;
  height: 48px;
  padding-top: 14px;
  resize: vertical;
  transition: none;
}
.stores__btn_wrap {
  width: 100%;
}
@media (min-width: 1200px) {
  .stores__btn_wrap {
    margin-top: 20px;
    margin-bottom: 54px;
    display: flex;
    justify-content: center;
  }
}
.stores__btn_wrap .btn, .stores__btn_wrap .top_filter .litepicker .button-apply, .top_filter .litepicker .stores__btn_wrap .button-apply {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .stores__btn_wrap .btn, .stores__btn_wrap .top_filter .litepicker .button-apply, .top_filter .litepicker .stores__btn_wrap .button-apply {
    width: 50%;
  }
}
.stores .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint > div {
  border-radius: 20px !important;
}

.module-smartblog-details .post,
.product .post {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .module-smartblog-details .post,
.product .post {
    margin-bottom: 24px;
  }
}
.module-smartblog-details .post .page-item-title h1,
.product .post .page-item-title h1 {
  line-height: 1.2;
  margin-bottom: 11px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .module-smartblog-details .post .page-item-title h1,
.product .post .page-item-title h1 {
    margin-bottom: 19px;
    margin-top: 13px;
  }
}
@media (min-width: 1200px) {
  .module-smartblog-details .post .page-item-title h1,
.product .post .page-item-title h1 {
    margin-bottom: 3px;
    margin-top: 0;
  }
}
.module-smartblog-details .post .blog__content,
.product .post .blog__content {
  margin-bottom: 6px;
}
.module-smartblog-details .post__img,
.product .post__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 61.5vw;
  border-radius: 15px;
  margin-bottom: 19px;
}
@media (min-width: 576px) {
  .module-smartblog-details .post__img,
.product .post__img {
    height: 354px;
  }
}
@media (min-width: 768px) {
  .module-smartblog-details .post__img,
.product .post__img {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .module-smartblog-details .post__img,
.product .post__img {
    height: 500px;
  }
}
.module-smartblog-details .post__comments,
.product .post__comments {
  margin-bottom: 24px;
}
.module-smartblog-details .post__comments_title,
.product .post__comments_title {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .module-smartblog-details .post__comments_title,
.product .post__comments_title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .module-smartblog-details .post__comments_title,
.product .post__comments_title {
    margin-bottom: 32px;
  }
}
.module-smartblog-details .post__comments_count,
.product .post__comments_count {
  font-weight: 400;
}
.module-smartblog-details .post__comments_toggle,
.product .post__comments_toggle {
  margin-bottom: 40px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .module-smartblog-details .post__comments_toggle,
.product .post__comments_toggle {
    display: none;
  }
}
.module-smartblog-details .post__comment,
.product .post__comment {
  display: flex;
}
.module-smartblog-details .post__comment_avatar,
.product .post__comment_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  align-items: flex-start;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .module-smartblog-details .post__comment_avatar,
.product .post__comment_avatar {
    width: 56px;
    height: 56px;
    margin-right: 32px;
    line-height: 56px;
  }
}
@media (min-width: 1200px) {
  .module-smartblog-details .post__comment_avatar,
.product .post__comment_avatar {
    margin-right: 34px;
  }
}
.module-smartblog-details .post__comment_date,
.product .post__comment_date {
  white-space: nowrap;
  padding-top: 8px;
  padding-left: 16px;
  font-size: 14px;
  text-transform: lowercase;
  color: #BABABA;
}
@media (min-width: 768px) {
  .module-smartblog-details .post__comment_date,
.product .post__comment_date {
    padding-top: 0;
  }
}
.module-smartblog-details .post__comment_info,
.product .post__comment_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.module-smartblog-details .post__comment_name,
.product .post__comment_name {
  font-weight: 600;
  font-size: 18px;
  color: #001049;
}
.module-smartblog-details .post__comment_toggle_text,
.product .post__comment_toggle_text {
  width: 20px;
  height: 20px;
  background-image: url("/themes/onv100/img/arrow_down.svg");
  display: block;
  background-size: cover;
  margin: 5px 0 0 auto;
  flex-basis: auto;
}
.module-smartblog-details .post__comment_body,
.product .post__comment_body {
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 16, 73, 0.05);
  border-radius: 15px;
  padding: 20px 16px;
  flex-grow: 1;
  border-top-left-radius: 0;
  max-width: calc(100% - 48px);
}
@media (min-width: 768px) {
  .module-smartblog-details .post__comment_body,
.product .post__comment_body {
    padding: 24px 30px;
    max-width: calc(100% - 122px);
  }
}
@media (min-width: 1200px) {
  .module-smartblog-details .post__comment_body,
.product .post__comment_body {
    max-width: 680px;
  }
}
.module-smartblog-details .post__comment_body .post__comment_body_text,
.product .post__comment_body .post__comment_body_text {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .module-smartblog-details .post__comment_body .post__comment_body_text,
.product .post__comment_body .post__comment_body_text {
    line-height: 1.5;
  }
}
.module-smartblog-details .commentList > div:not(:last-child),
.product .commentList > div:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .module-smartblog-details .commentList > div:not(:last-child),
.product .commentList > div:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .module-smartblog-details #commentInput,
.product #commentInput {
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .module-smartblog-details #commentInput,
.product #commentInput {
    max-width: 680px;
  }
}
.module-smartblog-details #commentInput .inputContent,
.product #commentInput .inputContent {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-smartblog-details #commentInput .inputContent,
.product #commentInput .inputContent {
    max-width: calc(100% - 34px);
  }
}
@media (min-width: 1200px) {
  .module-smartblog-details #commentInput .inputContent,
.product #commentInput .inputContent {
    max-width: 100%;
  }
}
.module-smartblog-details #commentInput .submit_comment_msg,
.product #commentInput .submit_comment_msg {
  margin-bottom: 40px;
  margin-top: 24px;
  width: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  .module-smartblog-details #commentInput .submit_comment_msg,
.product #commentInput .submit_comment_msg {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .module-smartblog-details #commentInput .submit_comment_msg,
.product #commentInput .submit_comment_msg {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .module-smartblog-details #respond,
.product #respond {
    display: flex;
  }
}
.module-smartblog-details #respond .post__comment_avatar,
.product #respond .post__comment_avatar {
  display: none;
}
@media (min-width: 768px) {
  .module-smartblog-details #respond .post__comment_avatar,
.product #respond .post__comment_avatar {
    display: block;
  }
}
.module-smartblog-details .link_to_login,
.product .link_to_login {
  margin-bottom: 40px;
  color: #FF9900;
  font-weight: 600;
  display: block;
  margin-left: 0;
}
.module-smartblog-details .error,
.product .error {
  color: #ea4335;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.module-smartblog-details .success,
.product .success {
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .module-smartblog-details .social_links__wrapper,
.product .social_links__wrapper {
    min-height: 80px;
  }
}
.module-smartblog-details .social_links__wrapper .social_links,
.product .social_links__wrapper .social_links {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .module-smartblog-details .social_links__wrapper .social_links,
.product .social_links__wrapper .social_links {
    margin-top: 0;
    width: 395px;
  }
}

.module-smartblog-details .bottom_wrap {
  padding-top: 100px;
}
.module-smartblog-details .social_links__wrapper .social_links {
  right: initial;
  left: 0;
}

@media (min-width: 768px) {
  .product .bottom_wrap {
    padding-top: 50px;
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  ._404 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-top: 108px;
    margin-bottom: 69px;
  }
}
@media (min-width: 1200px) {
  ._404 {
    margin-top: 111px;
    margin-bottom: 87px;
  }
}
._404__content *:not(.btn) {
  text-align: center;
}
@media (min-width: 768px) {
  ._404__content {
    max-width: 380px;
  }
  ._404__content *:not(.btn) {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  ._404__content {
    max-width: 712px;
  }
}
._404__img {
  padding-top: 15px;
  width: 208px;
  height: auto;
  margin: 0 auto 15px;
  display: block;
}
@media (min-width: 768px) {
  ._404__img {
    position: relative;
    top: -22px;
    right: 22px;
    width: 384px;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  ._404__img {
    width: 100%;
    max-width: 566px;
    top: -19px;
    right: -3px;
  }
}
._404__text {
  max-width: 424px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  ._404__text {
    margin-left: 0;
    margin-bottom: 58px;
  }
}
._404__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  ._404__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
._404__code {
  font-weight: bold;
  font-size: 57px;
  line-height: 1.3;
  color: #18B025;
  opacity: 0.2;
}
@media (min-width: 768px) {
  ._404__code {
    font-size: 89px;
    margin-bottom: -4px;
  }
}
@media (min-width: 1200px) {
  ._404__code {
    font-size: 137px;
  }
}
._404__description {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  ._404__description {
    font-size: 19px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  ._404__description {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
._404 .btn, ._404 .top_filter .litepicker .button-apply, .top_filter .litepicker ._404 .button-apply {
  margin-bottom: 55px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  ._404 .btn, ._404 .top_filter .litepicker .button-apply, .top_filter .litepicker ._404 .button-apply {
    max-width: 280px;
  }
}

.pagenotfound .main {
  background-image: none;
}
.pagenotfound #columns {
  background-color: #fff;
}
@media (min-width: 768px) {
  .pagenotfound #columns {
    background-color: transparent;
  }
}

.category_cols__container {
  background-color: #fff;
}
@media (min-width: 768px) {
  .category_cols__container {
    background-color: transparent;
  }
}
.category .bottom_wrap {
  background-color: #fff;
}
@media (min-width: 768px) {
  .category .bottom_wrap {
    background-color: transparent;
    padding-top: 0;
  }
  .category .bottom_wrap .footer_slider .section_title {
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .category .bottom_wrap {
    background-color: #fff;
    padding-top: 90px;
  }
  .category .bottom_wrap .footer_slider {
    margin-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .category .bottom_wrap .seo_block {
    margin-top: 0;
  }
}

.certificate {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .certificate {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .certificate .block_title {
    margin-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .certificate .block_title {
    margin-bottom: 38px;
    margin-top: -38px;
  }
}
@media (min-width: 768px) {
  .certificate__r_block {
    margin-top: 58px;
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  .certificate__r_block {
    margin-top: 0;
  }
}
.certificate__list {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .certificate__list {
    margin-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .certificate__list {
    margin-bottom: 24px;
  }
}
.certificate__list_item {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .certificate__list_item {
    padding-left: 25px;
    margin-bottom: 4px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .certificate__list_item {
    font-size: 18px;
  }
}
.certificate__list_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border: none;
  background-image: url(565b64df4286ddb8c8f882919b6117d3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .certificate__list_item:before {
    top: 9px;
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .certificate__list_item:before {
    top: 6px;
  }
}
.certificate__sub_title {
  margin-bottom: 18px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .certificate__sub_title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .certificate__sub_title {
    line-height: 1.7;
    margin-bottom: 18px;
  }
}
.certificate__img {
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 16, 73, 0.07);
}
.certificate__order {
  margin-bottom: 62px;
}
@media (min-width: 768px) {
  .certificate__order {
    width: auto;
    margin-bottom: 50px;
    padding: 24px 57px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .certificate__order {
    margin-bottom: 154px;
  }
}
.certificate__text {
  margin-bottom: 26px;
}
@media (min-width: 1200px) {
  .certificate__text {
    margin-top: 99px;
  }
}
.certificate__footer {
  margin-top: 4px;
  padding: 32px 0 8px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .certificate__footer {
    padding: 88px 0 18px;
    margin-top: -72px;
  }
}
@media (min-width: 1200px) {
  .certificate__footer {
    padding: 138px 0 58px;
    margin-top: -80px;
  }
}
.certificate__footer .certificate__text {
  margin-top: 0;
}

.confirmation {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category .bottom_wrap.cms_hot_tour {
  padding-top: 118px;
}
@media (max-width: 991.98px) {
  .category .bottom_wrap.cms_hot_tour {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .category .bottom_wrap.cms_hot_tour {
    padding-top: 50px;
  }
}
.category .bottom_wrap.cms_hot_tour .seo_block {
  padding-bottom: 149px;
}
@media (max-width: 991.98px) {
  .category .bottom_wrap.cms_hot_tour .seo_block {
    padding-bottom: 44px;
  }
}
@media (max-width: 575.98px) {
  .category .bottom_wrap.cms_hot_tour .seo_block {
    padding-bottom: 65px;
  }
}
.category .bottom_wrap.cms_hot_tour .seo_block__text {
  max-width: 780px;
  padding: 0;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .category .bottom_wrap.cms_hot_tour .seo_block__text {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .category .bottom_wrap.cms_hot_tour .seo_block__text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .category .bottom_wrap.cms_hot_tour .seo_block .link_goto {
    display: none;
  }
}

.cms-plyazhnyj-otdykh .typography ul li.os-top-countries-item:before {
  display: none;
}

.infolists__title {
  margin-bottom: 40px;
  text-align: center;
}
.infolists__block_infolists {
  margin: 50px 0 30px;
}
@media (min-width: 1200px) {
  .infolists__block_infolists {
    padding-left: 40px;
  }
}
.infolists .social_block__link--telegram {
  margin: 0 auto;
}
.infolists__accordion {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .infolists__accordion {
    margin-bottom: 60px;
  }
}
.infolists .product__accordion_item.active .product__accordion_content {
  display: block;
}

.cooperation_info__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .cooperation_info__title {
    margin-bottom: 40px;
    font-size: 46px;
  }
}
.cooperation_info__title_block_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cooperation_info__title_block_flex {
    flex-direction: row;
    align-items: center;
  }
}
.cooperation_info__title_block_description {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .cooperation_info__title_block_description {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.cooperation_info__title_block_description_text {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cooperation_info__title_block_description_text {
    font-size: 26px;
    max-width: 84%;
    text-align: start;
    margin: 25px auto 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cooperation_info__title_block_description_text {
    font-size: 23px;
    margin: 5px auto 0 auto;
  }
}
.cooperation_info__image {
  max-width: 100%;
  height: auto;
}
.cooperation_info__image_container {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .cooperation_info__image_container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.cooperation_info__infographics {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cooperation_info__infographics {
    margin-bottom: 60px;
  }
}
.cooperation_info__infographics_title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .cooperation_info__infographics_title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.cooperation_info__infographics .product__accordion_content {
  display: block;
}
.cooperation_info__infographics_item {
  position: relative;
  padding: 24px 27px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cooperation_info__infographics_item {
    padding: 34px 37px;
  }
}
.cooperation_info__infographics_item_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -70px;
  z-index: 0;
}
@media (min-width: 1200px) {
  .cooperation_info__infographics_item_bg {
    right: 0;
  }
}
.cooperation_info__infographics_item_bg.first {
  right: -80px;
}
@media (min-width: 1200px) {
  .cooperation_info__infographics_item_bg.first {
    right: 0;
  }
}
.cooperation_info__infographics_item_bg.second {
  right: -160px;
}
@media (min-width: 1200px) {
  .cooperation_info__infographics_item_bg.second {
    right: 0;
  }
}
.cooperation_info__infographics_item_bg.third {
  right: -60px;
}
@media (min-width: 1200px) {
  .cooperation_info__infographics_item_bg.third {
    right: 0;
  }
}
.cooperation_info__infographics_item_bg.fourth {
  right: -190px;
}
@media (min-width: 1200px) {
  .cooperation_info__infographics_item_bg.fourth {
    right: 0;
  }
}
.cooperation_info__infographics_item_bg_image {
  height: 100%;
  max-width: none;
  display: block;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .cooperation_info__infographics_item_bg_image {
    max-width: 100%;
  }
}
.cooperation_info__infographics_item_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  max-width: 80%;
}
.cooperation_info__infographics_item_title {
  font-size: 18px;
  line-height: 14px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #001049;
  z-index: 1;
}
@media (min-width: 768px) {
  .cooperation_info__infographics_item_title {
    font-size: 24px;
    line-height: 31px;
  }
}
.cooperation_info__infographics_item_title .product__accordion_icon {
  min-width: 54px;
  height: 54px;
  display: none;
}
@media (min-width: 768px) {
  .cooperation_info__infographics_item_title .product__accordion_icon {
    display: flex;
  }
}
.cooperation_info__infographics_item_title .product__accordion_icon img {
  max-width: 30px;
}
.cooperation_info__infographics_item_title_text {
  margin-bottom: 10px;
  line-height: 110%;
}
.cooperation_info__infographics_item_title_text_block {
  width: 70%;
}
@media (min-width: 768px) {
  .cooperation_info__infographics_item_title_text_block {
    width: 100%;
  }
}
.cooperation_info__invitation {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cooperation_info__invitation {
    margin-bottom: 60px;
  }
}
.cooperation_info__invitation_title {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .cooperation_info__invitation_title {
    font-size: 38px;
  }
}
.cooperation_info__invitation_subtitle {
  background: url(1957037e60c6ef4a25d73298845a4341.svg) center center/cover no-repeat;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: #FFF;
}
.cooperation_info__accordion_title {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cooperation_info__accordion_title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.cooperation_info__accordion_content_text {
  margin-bottom: 20px;
}
.cooperation_info__accordion_content_file_link {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.cooperation_info__accordion_content_file_icon {
  width: 80px;
  height: 80px;
  fill: #FF9900;
}
.cooperation_info__accordion_info {
  text-align: center;
  margin: 60px 0;
}
.cooperation_info__accordion_info_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.cooperation_info__accordion_info_icon {
  fill: none;
  stroke: #FF9900;
  width: 90px;
  height: 30px;
}
.cooperation_info__accordion_info_link {
  position: relative;
  z-index: 1;
  text-decoration: underline;
}
.cooperation_info__accordion .product__accordion_icon img {
  max-width: 26px;
}
.cooperation_info .social_block__links {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
.cooperation_info__social_block_title {
  margin-bottom: 30px;
  max-width: 100%;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .cooperation_info__social_block_title {
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .cooperation_info__social_block_title {
    margin-bottom: 75px;
  }
}
.cooperation_info__social_block_title h3 {
  margin-bottom: 30px;
  max-width: 70%;
}
@media (min-width: 576px) {
  .cooperation_info__social_block_title h3 {
    margin-bottom: 20px;
    max-width: initial;
  }
}
.cooperation_info .social_block__subtitle {
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cooperation_info .social_block__subtitle {
    margin-bottom: 0;
  }
}
.cooperation_info .social_block__subtitle_block {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 60%;
}
@media (min-width: 768px) {
  .cooperation_info .social_block__subtitle_block {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
  }
}
.cooperation_info .social_block__image_container {
  z-index: 0;
}
.cooperation_info .social_block__link--telegram {
  min-width: 150px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .cooperation_info .social_block__link--telegram {
    min-width: 210px;
  }
}

.hero__title {
  margin: 24px 0 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}
@media (min-width: 768px) {
  .hero__title {
    margin-bottom: 8px;
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
  }
}
.hero__title--wrapper {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero__title--wrapper {
    margin-bottom: 24px;
  }
}
.hero__title_description {
  color: #001049;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}
@media (min-width: 768px) {
  .hero__title_description {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
  }
}
.hero .add_cart_form {
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .hero .add_cart_form {
    padding: 30px;
  }
}

.article__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #BABABA;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.article__meta_view_icon {
  width: 18px;
  height: 18px;
  fill: #BABABA;
  vertical-align: sub;
}

.bottom_wrap--modifier {
  background-image: none;
}

.product__description--wrapper {
  margin-top: auto;
}

.product__separator {
  position: relative;
  width: 43px;
  height: 2px;
  background-color: #18B025;
  margin: 4px 0 4px;
}

.product__description {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.typography .product-location ul li::before {
  background: none;
}

@media (max-width: 768px) {
  #related_products.product-location .container {
    padding: 0;
  }

  .product-location .right-block {
    padding: 16px 16px 0 16px;
  }

  .product-location .dots_bottom li.product_card {
    border-radius: 10px;
    box-shadow: 0 10px 35px 0 #00104912;
    padding: 0 !important;
    margin-bottom: 8px !important;
    background-color: #fff;
    width: 410px;
  }

  .product-location .product_card__image {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
  }

  .product-location .product_card__name {
    margin: 0 !important;
  }

  .product-location .product_card__separator {
    margin: 8px 0 8px;
  }

  .product-location .product_card__trade_name {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 3.6em;
    width: 100%;
  }
}
.product-location#product_list .product_card .product-container {
  flex-wrap: nowrap;
}

.product-location .product__link {
  display: block;
  width: 141px;
  height: 136px;
}

.product-location .product-container {
  display: flex;
}

.product-location .product-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.product-location#product_list .product_card__name,
.product-location .product_card__name_description {
  display: block;
  max-width: 280px;
}

.product-location#product_list .product_card__name {
  margin-bottom: 8px;
}

.product-location .product_card__name_description {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  max-height: 3.6em;
  width: 100%;
}

.product-location .product_card__description--wrapper {
  margin-top: auto;
}

.product-location .product_card__separator {
  position: relative;
  width: 43px;
  height: 2px;
  background-color: #18B025;
  margin: 16px 0 16px;
}

.product-location .product_card__description {
  padding: 8px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #001049;
}

@media (min-width: 768px) {
  .product-location .product_card .product-container {
    flex-wrap: wrap;
    display: block;
  }

  .product-location .right-block {
    flex: auto;
  }

  .product-location .product_card {
    padding-bottom: 16px;
  }

  .product-location .product_card:hover {
    z-index: 2;
  }

  .product-location .product_card__trade_name {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 3.6em;
    width: 100%;
  }

  .product-location .product-name {
    font-size: 18px;
    line-height: 21px;
  }

  .product-location .product__link {
    width: 280px;
    height: 280px;
  }

  .product-location .product_card__image {
    border-radius: 15px;
  }

  .product_card:hover::before {
    bottom: 5px;
  }
}
.product_card {
  margin: 0 !important;
}

.footer_slider .product-location .product_card__name a {
  margin-left: 0;
}

.footer_slider .product-location .h5.product_card__name {
  max-width: 280px;
  position: static;
  color: #001663;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .footer_slider .product-location .h5.product_card__name {
    height: 60px;
  }
}

.product-location .dots_bottom li {
  padding: 4px;
  margin: 0 6px !important;
}

.product-location .dots_bottom .slick-dots {
  display: none !important;
}

.footer_slider .product-location .slick-arrow {
  position: absolute;
  top: 28%;
  right: 0;
  z-index: 2;
  width: 41px;
  height: 41px;
}

.footer_slider .product-location .slick-arrow.btn--prev {
  left: 0;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 24px;
    z-index: 0;
    width: 100%;
  }

  .mobile-only button {
    width: 100%;
    padding: 18px 40px;
    background-color: transparent;
    border: 2px solid #E0E0E0;
    border-radius: 50px;
    color: #FF9900;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
  }

  .mobile-only button:active {
    background-color: #FF9900;
    color: #fff;
  }
}
#similar_discover_ukraine_categories .h5.product_card__name {
  text-align: center;
}

@media (max-width: 768px) {
  #similar_discover_ukraine_categories .product_card .product_img_link {
    width: auto;
  }

  #similar_discover_ukraine_categories .product_card {
    position: relative;
  }

  #similar_discover_ukraine_categories .h5.product_card__name {
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 30px;
    left: 18px;
    width: 255px;
  }
}
.blockproductscategory.related_products__product_location {
  position: relative;
  padding: 24px 0;
}
.blockproductscategory.related_products__product_location::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  background-color: #F4F6F8;
  z-index: 0;
}
@media (min-width: 768px) {
  .blockproductscategory.related_products__product_location {
    padding: 100px 0;
  }
}
.blockproductscategory.related_products__product_location .h2.section_title {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .blockproductscategory.related_products__product_location .h2.section_title {
    font-size: 32px;
    line-height: 38px;
  }
}

.similar_discover__product_location .h2.section_title {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .similar_discover__product_location .h2.section_title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 991.98px) {
  .hidden__cards {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map*/