@import url("../css/jquery.fancybox.min.css");
* { margin: 0; border: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:focus { outline: none; }

*, ::after, ::before { box-sizing: border-box; }

html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; font-family: Catamaran; font-style: normal; font-weight: normal; font-size: 18px; line-height: 1.66; color: #6A6554; }

@-ms-viewport { width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

[tabindex="-1"]:focus { outline: 0 !important; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.7em; }

p { margin-top: 0; margin-bottom: 1.5em; }

abbr[data-original-title], abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; }

address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }

dl, ol, ul { margin-top: 0; margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: 0.5rem; margin-left: 0; }

blockquote { margin: 0 0 1rem; }

dfn { font-style: italic; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

a { color: #00843c; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus { outline: 0; }

code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; }

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; display: inline-block; }

svg:not(:root) { overflow: hidden; }

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: 0.5rem; }

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

[type="reset"], [type="submit"], button, html [type="button"] { -webkit-appearance: button; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }

img { max-width: 100%; }

body, html { font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 14px; line-height: 1.2; color: #212330; }

:root { --red: #D04248; --green: #719312; }

a { color: var(--red); transition: all 0.2s; }

img { height: auto; max-width: 100%; }

button { outline: none !important; cursor: pointer; }

input, button, select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; }

h4, .h4 { font-weight: bold; font-size: 16px; line-height: 1.25; margin-bottom: 1.25em; }

.hidden { display: none; }

/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */
.datepicker-container { background-color: #fff; direction: ltr; font-size: 12px; left: 0; line-height: 30px; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: none; touch-action: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 210px; z-index: -1; }

.datepicker-container:after, .datepicker-container:before { border: 5px solid transparent; content: " "; display: block; height: 0; position: absolute; width: 0; }

.datepicker-dropdown { border: 1px solid #ccc; -webkit-box-shadow: 0 3px 6px #ccc; box-shadow: 0 3px 6px #ccc; -webkit-box-sizing: content-box; box-sizing: content-box; position: absolute; z-index: 1; }

.datepicker-inline { position: static; }

.datepicker-top-left, .datepicker-top-right { border-top-color: #39f; }

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before { border-top: 0; left: 10px; top: -5px; }

.datepicker-top-left:before, .datepicker-top-right:before { border-bottom-color: #39f; }

.datepicker-top-left:after, .datepicker-top-right:after { border-bottom-color: #fff; top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right { border-bottom-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before { border-bottom: 0; bottom: -5px; left: 10px; }

.datepicker-bottom-left:before, .datepicker-bottom-right:before { border-top-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-right:after { border-top-color: #fff; bottom: -4px; }

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before { left: auto; right: 10px; }

.datepicker-panel > ul { margin: 0; padding: 0; width: 102%; }

.datepicker-panel > ul:after, .datepicker-panel > ul:before { content: " "; display: table; }

.datepicker-panel > ul:after { clear: both; }

.datepicker-panel > ul > li { background-color: #fff; cursor: pointer; float: left; height: 30px; list-style: none; margin: 0; padding: 0; text-align: center; width: 30px; }

.datepicker-panel > ul > li:hover { background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover { color: #999; }

.datepicker-panel > ul > li.highlighted { background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover { background-color: #cce5ff; }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color: #39f; }

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover { background-color: #fff; color: #ccc; cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted { background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] { font-size: 18px; }

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] { width: 150px; }

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li { height: 52.5px; line-height: 52.5px; width: 52.5px; }

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover { background-color: #fff; cursor: default; }

.datepicker-hide { display: none; }

/*!
 * Bootstrap Grid v4.1.1 (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; }

*, ::after, ::before { box-sizing: inherit; }

.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1200px; } }
.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 0; padding-right: 15px; padding-left: 15px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }

.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }

.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }

.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }

.col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }

.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }

.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }

.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -ms-flex-order: -1; order: -1; }

.order-last { -ms-flex-order: 13; order: 13; }

.order-0 { -ms-flex-order: 0; order: 0; }

.order-1 { -ms-flex-order: 1; order: 1; }

.order-2 { -ms-flex-order: 2; order: 2; }

.order-3 { -ms-flex-order: 3; order: 3; }

.order-4 { -ms-flex-order: 4; order: 4; }

.order-5 { -ms-flex-order: 5; order: 5; }

.order-6 { -ms-flex-order: 6; order: 6; }

.order-7 { -ms-flex-order: 7; order: 7; }

.order-8 { -ms-flex-order: 8; order: 8; }

.order-9 { -ms-flex-order: 9; order: 9; }

.order-10 { -ms-flex-order: 10; order: 10; }

.order-11 { -ms-flex-order: 11; order: 11; }

.order-12 { -ms-flex-order: 12; order: 12; }

.offset-1 { margin-left: 8.333333%; }

.offset-2 { margin-left: 16.666667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.333333%; }

.offset-5 { margin-left: 41.666667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.333333%; }

.offset-8 { margin-left: 66.666667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.333333%; }

.offset-11 { margin-left: 91.666667%; }

@media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { -ms-flex-order: -1; order: -1; }
  .order-sm-last { -ms-flex-order: 13; order: 13; }
  .order-sm-0 { -ms-flex-order: 0; order: 0; }
  .order-sm-1 { -ms-flex-order: 1; order: 1; }
  .order-sm-2 { -ms-flex-order: 2; order: 2; }
  .order-sm-3 { -ms-flex-order: 3; order: 3; }
  .order-sm-4 { -ms-flex-order: 4; order: 4; }
  .order-sm-5 { -ms-flex-order: 5; order: 5; }
  .order-sm-6 { -ms-flex-order: 6; order: 6; }
  .order-sm-7 { -ms-flex-order: 7; order: 7; }
  .order-sm-8 { -ms-flex-order: 8; order: 8; }
  .order-sm-9 { -ms-flex-order: 9; order: 9; }
  .order-sm-10 { -ms-flex-order: 10; order: 10; }
  .order-sm-11 { -ms-flex-order: 11; order: 11; }
  .order-sm-12 { -ms-flex-order: 12; order: 12; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.333333%; }
  .offset-sm-2 { margin-left: 16.666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.333333%; }
  .offset-sm-5 { margin-left: 41.666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.333333%; }
  .offset-sm-8 { margin-left: 66.666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.333333%; }
  .offset-sm-11 { margin-left: 91.666667%; } }
@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-md-first { -ms-flex-order: -1; order: -1; }
  .order-md-last { -ms-flex-order: 13; order: 13; }
  .order-md-0 { -ms-flex-order: 0; order: 0; }
  .order-md-1 { -ms-flex-order: 1; order: 1; }
  .order-md-2 { -ms-flex-order: 2; order: 2; }
  .order-md-3 { -ms-flex-order: 3; order: 3; }
  .order-md-4 { -ms-flex-order: 4; order: 4; }
  .order-md-5 { -ms-flex-order: 5; order: 5; }
  .order-md-6 { -ms-flex-order: 6; order: 6; }
  .order-md-7 { -ms-flex-order: 7; order: 7; }
  .order-md-8 { -ms-flex-order: 8; order: 8; }
  .order-md-9 { -ms-flex-order: 9; order: 9; }
  .order-md-10 { -ms-flex-order: 10; order: 10; }
  .order-md-11 { -ms-flex-order: 11; order: 11; }
  .order-md-12 { -ms-flex-order: 12; order: 12; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.333333%; }
  .offset-md-2 { margin-left: 16.666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.333333%; }
  .offset-md-5 { margin-left: 41.666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.333333%; }
  .offset-md-8 { margin-left: 66.666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.333333%; }
  .offset-md-11 { margin-left: 91.666667%; } }
@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { -ms-flex-order: -1; order: -1; }
  .order-lg-last { -ms-flex-order: 13; order: 13; }
  .order-lg-0 { -ms-flex-order: 0; order: 0; }
  .order-lg-1 { -ms-flex-order: 1; order: 1; }
  .order-lg-2 { -ms-flex-order: 2; order: 2; }
  .order-lg-3 { -ms-flex-order: 3; order: 3; }
  .order-lg-4 { -ms-flex-order: 4; order: 4; }
  .order-lg-5 { -ms-flex-order: 5; order: 5; }
  .order-lg-6 { -ms-flex-order: 6; order: 6; }
  .order-lg-7 { -ms-flex-order: 7; order: 7; }
  .order-lg-8 { -ms-flex-order: 8; order: 8; }
  .order-lg-9 { -ms-flex-order: 9; order: 9; }
  .order-lg-10 { -ms-flex-order: 10; order: 10; }
  .order-lg-11 { -ms-flex-order: 11; order: 11; }
  .order-lg-12 { -ms-flex-order: 12; order: 12; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.333333%; }
  .offset-lg-2 { margin-left: 16.666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.333333%; }
  .offset-lg-5 { margin-left: 41.666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.333333%; }
  .offset-lg-8 { margin-left: 66.666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.333333%; }
  .offset-lg-11 { margin-left: 91.666667%; } }
@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { -ms-flex-order: -1; order: -1; }
  .order-xl-last { -ms-flex-order: 13; order: 13; }
  .order-xl-0 { -ms-flex-order: 0; order: 0; }
  .order-xl-1 { -ms-flex-order: 1; order: 1; }
  .order-xl-2 { -ms-flex-order: 2; order: 2; }
  .order-xl-3 { -ms-flex-order: 3; order: 3; }
  .order-xl-4 { -ms-flex-order: 4; order: 4; }
  .order-xl-5 { -ms-flex-order: 5; order: 5; }
  .order-xl-6 { -ms-flex-order: 6; order: 6; }
  .order-xl-7 { -ms-flex-order: 7; order: 7; }
  .order-xl-8 { -ms-flex-order: 8; order: 8; }
  .order-xl-9 { -ms-flex-order: 9; order: 9; }
  .order-xl-10 { -ms-flex-order: 10; order: 10; }
  .order-xl-11 { -ms-flex-order: 11; order: 11; }
  .order-xl-12 { -ms-flex-order: 12; order: 12; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.333333%; }
  .offset-xl-2 { margin-left: 16.666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.333333%; }
  .offset-xl-5 { margin-left: 41.666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.333333%; }
  .offset-xl-8 { margin-left: 66.666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.333333%; }
  .offset-xl-11 { margin-left: 91.666667%; } }
@media (min-width: 1600px) { .col-hd { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-hd-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-hd-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-hd-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-hd-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-hd-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-hd-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-hd-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-hd-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-hd-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-hd-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-hd-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-hd-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-hd-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-hd-first { -ms-flex-order: -1; order: -1; }
  .order-hd-last { -ms-flex-order: 13; order: 13; }
  .order-hd-0 { -ms-flex-order: 0; order: 0; }
  .order-hd-1 { -ms-flex-order: 1; order: 1; }
  .order-hd-2 { -ms-flex-order: 2; order: 2; }
  .order-hd-3 { -ms-flex-order: 3; order: 3; }
  .order-hd-4 { -ms-flex-order: 4; order: 4; }
  .order-hd-5 { -ms-flex-order: 5; order: 5; }
  .order-hd-6 { -ms-flex-order: 6; order: 6; }
  .order-hd-7 { -ms-flex-order: 7; order: 7; }
  .order-hd-8 { -ms-flex-order: 8; order: 8; }
  .order-hd-9 { -ms-flex-order: 9; order: 9; }
  .order-hd-10 { -ms-flex-order: 10; order: 10; }
  .order-hd-11 { -ms-flex-order: 11; order: 11; }
  .order-hd-12 { -ms-flex-order: 12; order: 12; }
  .offset-hd-0 { margin-left: 0; }
  .offset-hd-1 { margin-left: 8.333333%; }
  .offset-hd-2 { margin-left: 16.666667%; }
  .offset-hd-3 { margin-left: 25%; }
  .offset-hd-4 { margin-left: 33.333333%; }
  .offset-hd-5 { margin-left: 41.666667%; }
  .offset-hd-6 { margin-left: 50%; }
  .offset-hd-7 { margin-left: 58.333333%; }
  .offset-hd-8 { margin-left: 66.666667%; }
  .offset-hd-9 { margin-left: 75%; }
  .offset-hd-10 { margin-left: 83.333333%; }
  .offset-hd-11 { margin-left: 91.666667%; } }
.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: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -ms-inline-flexbox !important; 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: -ms-flexbox !important; display: flex !important; }
  .d-sm-inline-flex { display: -ms-inline-flexbox !important; 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: -ms-flexbox !important; display: flex !important; }
  .d-md-inline-flex { display: -ms-inline-flexbox !important; 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: -ms-flexbox !important; display: flex !important; }
  .d-lg-inline-flex { display: -ms-inline-flexbox !important; 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: -ms-flexbox !important; display: flex !important; }
  .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }
@media print { .d-print-none { display: none !important; }
  .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-print-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }
.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; }

.flex-column { -ms-flex-direction: column !important; flex-direction: column !important; }

.flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }

.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }

.flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }

.flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }

.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }

.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }

.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }

.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; }

.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }

.align-items-center { -ms-flex-align: center !important; align-items: center !important; }

.align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }

.align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }

@media (min-width: 576px) { .flex-sm-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-sm-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-sm-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-sm-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-sm-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-sm-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-sm-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-sm-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-sm-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-sm-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-sm-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-sm-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-sm-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }
@media (min-width: 768px) { .flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-md-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-md-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-md-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-md-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }
@media (min-width: 992px) { .flex-lg-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-lg-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-lg-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-lg-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-lg-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-lg-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-lg-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-lg-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-lg-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-lg-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-lg-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-lg-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-lg-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }
@media (min-width: 1200px) { .flex-xl-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-xl-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-xl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-xl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-xl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-xl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-xl-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-xl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-xl-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-xl-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-xl-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-xl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-xl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }
/* 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; }

:root { --font-family: "Geologica", sans-serif; }

html, body { font-family: var(--font-family); font-style: normal; font-weight: 400; font-size: 1.04vw; line-height: 1.25; color: #172039; width: 100%; height: 100%; background: #FFFFFF; scroll-behavior: smooth; }

body { font-size: 1rem; overflow-x: hidden; position: relative; }

img { height: auto; max-width: 100%; }

button { outline: none !important; cursor: pointer; }

a { color: inherit; transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1); }

input, button, select, textarea { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; font-family: inherit; outline: none; }

button, select, input[type="submit"] { cursor: pointer; }

.wrapper { min-height: 100vh; width: 100%; position: relative; overflow: hidden; z-index: 5; display: flex; flex-direction: column; }
.wrapper::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(0deg, #fcf4e7 0%, #e9f5f6 100%); height: 130.4rem; }
.wrapper::after { content: ''; position: absolute; left: 0; right: 0; bottom: 130.35rem; height: 69.35rem; background: linear-gradient(180deg, #fffae4 0%, #e9f5f6 100%); }

.header { position: relative; }

.container-fluid { padding-left: 0; padding-right: 0; max-width: 92.4rem; }

.header__row { height: 5.25rem; }

.header__address { font-family: var(--font-family); font-weight: 400; font-size: 0.85rem; /* line-height: 1.15rem; */ line-height: 1.35294; color: #172039; }
.header__address span { font-weight: 300; color: #6f778c; }
.header__address a { font-weight: 300; color: #6f778c; border-bottom: 1px dotted; }

.header__contacts { font-family: var(--font-family); font-weight: 400; font-size: 0.85rem; /* line-height: 1.15rem; */ line-height: 1.35294; text-align: right; color: #172039; }

.header__map { font-weight: 300; color: #6f778c; border-bottom: 1px dotted; }

.fix-header-wrap { position: fixed; left: 50%; top: 1rem; transform: translateX(-50%); z-index: 20; }

.fix-header { position: relative; width: 24.2rem; border: 1px solid #e0e3eb; border-radius: 0.75rem; transition: all 0.3s; background: #fff; }
.fix-header.active { width: 28.3rem; }
.fix-header.active .fix-header__body { opacity: 1; pointer-events: all; padding: 0.5rem 1.7rem 1.2rem; max-height: 25rem; }
.fix-header.bottom-scrolled { transform: translateY(-5rem); }

.fix-header__flex { height: 3.15rem; display: flex; align-items: center; padding: 0.4rem 0.85rem; justify-content: space-between; }

.fix-header__logo { flex: 0 0 2.5rem; }

.fix-header__title { text-align: center; font-weight: 400; font-size: 0.7rem; color: #172039; }
.fix-header__title img { width: 5.95rem; }

.fix-header__btn { width: 2rem; height: 2rem; border-radius: 2px; display: flex; justify-content: space-around; flex-direction: column; align-items: center; padding: 0.3rem 0; transition: all 0.3s; cursor: pointer; background: transparent; }
.fix-header__btn span { border-radius: 30rem; width: 1.25rem; height: 0.15rem; background: #172039; transition: all 0.3s; }
.fix-header__btn.active span { transform: rotate(45deg) translate(0, 0.5rem); }
.fix-header__btn.active span:last-child { transform: rotate(-45deg) translate(0, -0.5rem); }
.fix-header__btn:hover { background-color: rgba(217, 236, 238, 0.2); }

.fix-header__body { opacity: 0; pointer-events: none; display: flex; max-height: 0; overflow: hidden; justify-content: space-between; padding: 0; gap: 1rem; transition: all 0.3s; }

.fix-header__left .header__address { font-size: 0.85rem; }
.fix-header__left .header__address + .header__address { margin-top: 0.6rem; }

.fix-header__menu { font-family: var(--font-family); font-weight: 300; font-size: 1.25rem; /* line-height: 2.3rem; */ line-height: 1.84; list-style: none; margin-bottom: 0.2rem; color: #172039; }
.fix-header__menu a:hover { color: #a5a5a6; }

.fix-header__right { flex: 0 0 8.4rem; display: flex; flex-direction: column; justify-content: space-between; gap: 0.5rem; }

.fix-header__video video { border-radius: 1rem; width: 100%; aspect-ratio: 9/16; }

.fix-header__button { font-family: var(--font-family); font-weight: 600; font-size: 0.9rem; text-align: center; color: #172039; width: 100%; padding: 0.85rem 0.85rem 1.05rem; background: #f7e731; border-radius: 30rem; }

.main { position: relative; overflow: hidden; }

.main__top { position: relative; width: 55rem; margin-left: auto; margin-right: auto; font-family: var(--font-family); font-weight: 400; font-size: 0.95rem; text-align: center; will-change: transform; z-index: 2; }

.main__top-second { position: absolute; left: 0; right: 0; top: 0; bottom: 0; will-change: clip-path, opacity; color: #fff; clip-path: inset(500px 0px 0px); opacity: 1; padding-bottom: 1.5rem; }

.main__top-first { padding-bottom: 1.5rem; }

.main__title { font-weight: 400; font-size: 4.15rem; /* line-height: 3.9rem; */ line-height: 0.93976; text-align: center; margin-bottom: 1.1rem; }

.main__video { position: relative; overflow: hidden; border-radius: 1rem; margin-bottom: 0.9rem; }
.main__video video { width: 100%; aspect-ratio: 3/1; height: auto; object-fit: cover; }

.main__desc { font-family: var(--font-family); font-weight: 300; font-size: 2rem; text-align: center; }

.main__btn { position: fixed; bottom: 0.9rem; left: 2.7rem; z-index: 10; overflow: hidden; font-family: var(--font-family); font-weight: 300; font-size: 0.5rem; /* line-height: 0.55rem; */ line-height: 1.2; color: #172039; padding: 0.3rem 3.75rem 0.4rem 1.6rem; background: #f7e731; border-radius: 30rem; }
.main__btn:hover { background: #d9ecee; }
.main__btn::before { content: ''; position: absolute; width: 3.2rem; height: 3.3rem; top: -0.15rem; right: -0.1rem; background: url(../images/lapki.svg) 0 0 no-repeat; background-size: 100% 100%; }
.main__btn .bold { font-weight: 600; font-size: 0.85rem; line-height: normal; }

.section { padding: 3rem 0; overflow-x: hidden; position: relative; }
.section > * { position: relative; z-index: 2; }

.section_preims { padding-top: 7rem; }
.section_preims::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient(180deg, #fff 0%, #faf7eb 100%); }

.preims { position: relative; overflow: hidden; margin-left: -8.6rem; margin-right: -8.6rem; }

.preims__track { display: flex; align-items: center; gap: 2rem; height: 28.3rem; will-change: transform; transition: transform 0.6s ease; }

.preims__slide { flex: 0 0 auto; width: 17.2rem; transition: width 0.6s ease, opacity 0.6s ease; }

.preims__slide._medium { width: 22.3rem; }

.preims__slide._center { width: 28.3rem; }
.preims__slide._center .preims__item { box-shadow: inset 0 0 86px 0 #39becb; background: #8acfd6; font-weight: 200; font-size: 2.4rem; /* line-height: 2.85rem; */ line-height: 1.1875; text-align: center; color: #fff; }
.preims__slide._center .preims__icon_1 { width: 9rem; height: 10.8rem; }
.preims__slide._center .preims__icon_2 { width: 9.3rem; height: 10rem; }
.preims__slide._center .preims__icon_3 { width: 12.2rem; height: 14rem; margin-top: -6.5rem; }
.preims__slide._center .preims__icon_4 { width: 6.5rem; height: 11rem; }
.preims__slide._center .preims__icon_5 { width: 12rem; height: 7.8rem; }
.preims__slide._center .preims__icon_6 { width: 8.65rem; height: 8.2rem; }

.preims__item { display: flex; flex-direction: column; justify-content: center; align-items: center; aspect-ratio: 1/1; width: 100%; background: #d9ecee; border-radius: 30rem; font-family: var(--font-family); font-weight: 200; font-size: 1.65rem; /* line-height: 2.05rem; */ line-height: 1.24242; text-align: center; color: #172039; padding: 3.5rem; transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, font-size 0.3s; }

.preims__icon { width: 0; height: 0; transition: all 0.3s; background-size: 100% auto; background-repeat: no-repeat; background-position: 50% 0; }

.preims__icon_1 { background-image: url(../images/icon-1.svg); }

.preims__icon_6 { background-image: url(../images/icon-6.svg); }

.preims__icon_2 { background-image: url(../images/icon-2.svg); }

.preims__icon_3 { background-image: url(../images/icon-3.svg); }

.preims__icon_4 { background-image: url(../images/icon-4.svg); }

.preims__icon_5 { background-image: url(../images/icon-5.svg); }

.section_director { background: linear-gradient(180deg, #faf7eb 0%, #e9f5f6 55%, #faf7eb 100%); }

.director { background: #f2ece7; border-radius: 30rem; padding: 1.5rem 0; margin-bottom: 6rem; }

.director__box { display: flex; width: 54rem; align-items: center; gap: 3.3rem; margin-left: auto; margin-right: auto; }

.director__story { flex: 0 0 17.25rem; }

.story-link { position: relative; overflow: hidden; display: block; border-radius: 0.5rem; }
.story-link:hover .story-link__btn { background: #fff; }
.story-link:hover .story-link__btn-icon { color: #fff; background: #172039; }
.story-link img { aspect-ratio: 9/16; width: 100%; height: auto; object-fit: cover; }

.story-link__btn { position: absolute; left: 50%; top: 50%; width: 10.9rem; height: 2.95rem; transform: translate(-50%, -50%); background: rgba(255, 255, 255, 0.74); border-radius: 30rem; display: flex; align-items: center; justify-content: center; font-family: var(--font-family); font-weight: 600; font-size: 0.85rem; text-align: center; color: #172039; padding-left: 2.75rem; transition: all 0.3s; }

.story-link__btn-icon { position: absolute; left: 0; top: 0; height: 2.95rem; width: 2.95rem; background: #fff; border-radius: 30rem; font-size: 0; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.story-link__btn-icon svg { width: 0.95rem; height: 1.05rem; }

.director__name { width: fit-content; font-weight: 300; padding: 0.55rem 1.5rem 0.65rem; background: #fff; border-radius: 30rem; margin-bottom: 0.5rem; }
.director__name div { font-size: 2rem; line-height: 1; }

.director__exp { font-weight: 700; font-size: 1.75rem; /* line-height: 2.05rem; */ line-height: 1.17143; margin-bottom: 2.35rem; }
.director__exp ._big { font-weight: 700; font-size: 3.75rem; color: #172039; margin-bottom: -0.5rem; }

.director__label { font-family: var(--font-family); font-weight: 500; font-size: 1.25rem; color: #172039; width: fit-content; background: #e7dacf; border-radius: 30rem; padding: 0.1rem 0.6rem 0.2rem; margin-bottom: 0.85rem; }

.director__list { font-family: var(--font-family); font-weight: 300; font-size: 1.25rem; color: #172039; margin-left: 1em; margin-bottom: 0; }
.director__list li { margin-bottom: 1.2em; }
.director__list li:last-child { margin-bottom: 0; }

.section__desc, .contacts__title { font-family: var(--font-family); font-weight: 300; font-size: 2rem; text-align: center; color: #172039; margin-bottom: 1em; }

.rolling-block { display: flex; padding-bottom: 9rem; margin-bottom: var(--relaxMb); overflow: visible; }

.stories__item-wrap { flex: 0 0 20.5rem; padding-right: 1.7rem; padding-left: 1.7rem; }
.stories__item-wrap:nth-child(4n) { transition-delay: 20ms; }
.stories__item-wrap:nth-child(4n+1) { transition-delay: 30ms; }
.stories__item-wrap:nth-child(4n+2) { transition-delay: 40ms; }
.stories__item-wrap:nth-child(4n+3) { transition-delay: 50ms; }

.stories__item-title { font-family: var(--font-family); font-weight: 200; font-size: 0.9rem; /* line-height: 1.2rem; */ line-height: 1.33333; color: rgba(23, 32, 57, 0.7); padding-top: 0.75rem; }

.safe { max-width: 73.2rem; margin-left: auto; margin-right: auto; position: relative; padding: 1.3rem 6rem 4.55rem 28.45rem; margin-bottom: 8rem; }

.safe__decor { position: absolute; left: 0; bottom: 0; width: 44.5rem; }
.safe__decor::before, .safe__decor::after { content: ''; position: absolute; aspect-ratio: 1/1; background-size: 100% 100%; background-repeat: no-repeat; }
.safe__decor:before { left: 0; top: 11rem; width: 6.45rem; background-image: url(../images/ico__safe-2.svg); }
.safe__decor:after { left: 4.5rem; top: 0; width: 13.1rem; background-image: url(../images/ico__safe-1.svg); }
.safe__decor img { width: 100%; }

.safe__image { position: relative; z-index: 2; padding-left: 0.5rem; padding-bottom: 1.15rem; }
.safe__image img { position: relative; }
.safe__image::before { content: ''; position: absolute; left: 2.35rem; bottom: 0; width: 24.8rem; height: 4.6rem; background: url(../images/shadow-effect.png) 0 0 no-repeat; background-size: 100% 100%; }

.safe__data { display: flex; flex-direction: column; gap: 1.25rem; }
.safe__data img { position: absolute; right: 0; bottom: 0; width: 8.65rem; }

.safe__data-item { border-radius: 30rem; display: flex; background: #fff; overflow: hidden; min-height: 3.35rem; }
.safe__data-item._last { border-radius: 1.5rem; }

.safe__data-item-header { display: flex; text-align: right; align-items: center; padding: 0.6rem 1.25rem 0.75rem; flex: 0 0 14.3rem; border-radius: 0 30rem 30rem 0; font-weight: 500; font-size: 0.9rem; /* line-height: 1rem; */ line-height: 1.11111; text-wrap: balance; background: #d9ecee; }
.safe__data-item-header._last { border-radius: 0 1.5rem 1.5rem 0; background: #f2ece7; align-items: flex-start; }
.safe__data-item-header > div { flex: 1 1 auto; }

.safe__data-item-body { flex: 1 1 auto; font-family: var(--font-family); font-weight: 200; font-size: 0.9rem; /* line-height: 1.1rem; */ line-height: 1.22222; color: #172039; padding: 0.55rem 1.75rem; text-wrap: balance; display: flex; align-items: center; }
.safe__data-item-body ul { margin-left: 1em; }
.safe__data-item-body > div { flex: 1 1 auto; }

.gallery { flex-direction: column; max-height: 57rem; flex-wrap: wrap; gap: 1.5rem; justify-content: center; }
.gallery img { width: 100%; border-radius: 0.5rem; }

.gallery__col { width: 34.8rem; display: flex; flex-direction: column; gap: 1.5rem; }

.gallery__d-flex { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 1.5rem; }
.gallery__d-flex .gallery__item:first-child { grid-row-start: 1; grid-row-end: 3; display: flex; align-items: flex-end; }

.gallery__quote { font-family: var(--font-family); font-style: italic; font-weight: 100; font-size: 1rem; /* line-height: 1.25rem; */ line-height: 1.25; background: #f2ece7; text-align: center; color: #172039; border-radius: 30rem; display: flex; align-items: center; justify-content: center; flex-direction: column; padding-left: 2rem; padding-right: 2rem; height: 11.5rem; gap: 0.8rem; }
.gallery__quote::before { content: ''; width: 2.55rem; height: 2.5rem; background: url(../images/ico__quote_corall.svg) 50% 50% no-repeat; background-size: 100% auto; }

.gallery__cell { width: 16.65rem; }

.gallery__quote_2 { height: auto; width: 16.65rem; aspect-ratio: 1/1; background: #d9ecee; }
.gallery__quote_2::before { background-image: url(../images/ico__quote_sea.svg); }

.gallery__cell_9 { width: 19.8rem; }

.gallery__cell_10 { width: 19.8rem; }

.gallery__polygon { aspect-ratio: 1/1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2.5rem; font-family: var(--font-family); font-style: italic; font-weight: 100; font-size: 1rem; /* line-height: 1.25rem; */ line-height: 1.25; text-align: center; color: #172039; gap: 0.8rem; background: url(../images/polygon.svg) no-repeat; background-size: 100% 100%; }
.gallery__polygon::before { content: ''; width: 2.55rem; height: 2.5rem; background: url(../images/ico__quote_sea.svg) 50% 50% no-repeat; background-size: 100% auto; }

.gallery__cell_11 { width: 19.8rem; }

.section_live { padding: 5rem 0; background: #d9ecee; }
.section_live .section__desc, .section_live .contacts__title { margin-bottom: 2.35rem; }

.live { padding-left: 1.8rem; }
.live .slick-list { overflow: visible; }
.live .slick-track { display: flex; }
.live .slick-dots { list-style: none; margin: 2.15rem 0 0; display: flex; justify-content: center; align-items: center; gap: 0.2rem; font-size: 0; }
.live .slick-dots li button { font-size: 0; display: block; width: 1rem; height: 1rem; background: #abc9cc; border-radius: 30rem; transition: all 0.3s; }
.live .slick-dots li.slick-active button { width: 2.25rem; }

.live__slide { height: auto; width: 34rem; padding-right: 0.25rem; }

.live__slide_0 .live__card { background: #bfab9c; }

.live__card { display: grid; padding: 0.75rem; grid-template-columns: 15.4rem 1fr; gap: 1.5rem; border-radius: 0.5rem; height: 100%; }

.live__card-image img { aspect-ratio: 2/3; width: 100%; height: auto; object-fit: cover; border-radius: 0.25rem; }

.live__card-content { padding-top: 1.5rem; }

.live__card-time { font-family: var(--font-family); font-weight: 200; font-size: 0.8rem; /* line-height: 1.05rem; */ line-height: 1.3125; color: #fff; padding: 0.2rem 0.6rem 0.25rem; background: rgba(255, 255, 255, 0.24); border-radius: 30rem; margin-bottom: 1.25rem; width: fit-content; }

.live__card-title { font-family: var(--font-family); font-weight: 500; font-size: 0.95rem; /* line-height: 1.15rem; */ line-height: 1.21053; color: #fff; margin-bottom: 1.2rem; }

.live__card-text { font-family: var(--font-family); font-weight: 200; font-size: 0.8rem; /* line-height: 1.05rem; */ line-height: 1.3125; color: #fff; }
.live__card-text p { margin-bottom: 1.3em; }
.live__card-text *:last-child { margin-bottom: 0; }

.live__slide_1 .live__card { background: #8cae9d; }

.live__slide_2 .live__card { background: #83adb1; }

.live__slide_3 .live__card { background: #bfab9c; }

.live__slide_4 .live__card { background: #8cae9d; }

.live__slide_5 .live__card { background: #83adb1; }

.live__slide_6 .live__card { background: #bfab9c; }

.live__slide_7 .live__card { background: #83adb1; }

.live__slide_8 .live__card { background: #bfab9c; }

.live__slide_9 .live__card { background: #8cae9d; }

.live__slide_10 .live__card { background: #83adb1; }

.kinolog { background: #fff; border-radius: 0.5rem; padding: 0.75rem; display: flex; align-items: center; }

.kinolog__content { padding: 1rem 4.5rem 1.7rem; font-family: var(--font-family); font-weight: 400; font-size: 0.95rem; color: #172039; }
.kinolog__content h2, .kinolog__content h3 { font-family: var(--font-family); font-weight: 300; font-size: 2rem; color: #172039; margin-bottom: 0.7rem; }
.kinolog__content p { margin-bottom: 3rem; }

.btn { display: inline-block; font-family: var(--font-family); font-weight: 600; font-size: 0.9rem; text-align: center; color: #172039; padding: 0.9rem 2rem 1rem; background: #f7e731; border-radius: 30rem; min-width: 17.2rem; }
.btn:hover { background-color: #172039; color: #fff; }

.kinolog__video { position: relative; }
.kinolog__video img, .kinolog__video video { width: 100%; aspect-ratio: 16/9; border-radius: 0.25rem; display: block; height: auto; object-fit: cover; }

.section_discount { background: linear-gradient(180deg, #fbf2e8 0%, #fffae4 50%, rgba(255, 255, 255, 0)); }

.discount { background: #fff; border-radius: 0.5rem; overflow: hidden; position: relative; padding: 4.4rem 6.75rem 4.85rem; }
.discount::before { content: ''; position: absolute; right: -2.35rem; bottom: -22.2rem; width: 47.9rem; aspect-ratio: 1/1; border-radius: 100%; background: #eaf6f7; }
.discount::after { content: ''; position: absolute; right: -13.1rem; top: -17.2rem; width: 30.15rem; aspect-ratio: 1/1; border-radius: 100%; background: #eaf6f7; }

.discount__info { position: relative; z-index: 3; width: 31.55rem; }

.dicsount__label { width: fit-content; font-family: var(--font-family); font-weight: 400; font-size: 0.95rem; text-align: center; color: #172039; padding: 0.3rem 1rem 0.4rem; border: 1px solid #172039; border-radius: 30rem; margin-bottom: 0.25rem; }

.discount__title { font-family: var(--font-family); font-weight: 300; font-size: 2rem; color: #172039; margin-bottom: 1.7rem; }
.discount__title span { position: relative; }
.discount__title > span { margin-left: 0.2em; display: inline-block; vertical-align: middle; }
.discount__title > span::before { content: ''; position: absolute; top: -0.2rem; bottom: -0.2rem; left: -0.5rem; right: -0.5rem; background: #d9ecee; border-radius: 100%; }

.discount__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.35rem; grid-template-rows: auto 1fr; margin-bottom: 1.9rem; }

.discount__box { background: #fdf5e7; border-radius: 1.5rem; padding: 0.85rem 1rem 1.05rem; display: flex; justify-content: center; font-weight: 400; font-size: 1rem; /* line-height: 1.15rem; */ line-height: 1.15; text-align: center; color: #172039; }

.discount__box_first { padding-top: 1.2rem; padding-bottom: 1.6rem; }

.discount__box-title { font-weight: 300; font-size: 1rem; color: #172039; display: block; width: fit-content; margin-bottom: 0.55rem; background: #fff; border-radius: 30rem; padding: 0.1rem 0.6rem 0.15rem; }

.discount__price { font-weight: 500; font-size: 1rem; /* line-height: 2.15rem; */ line-height: 2.15; color: #172039; }

.discount__box_last { grid-row-start: 1; grid-row-end: 3; grid-column-start: 2; grid-column-end: 3; }

.discount__table { width: fit-content; margin-left: auto; margin-right: auto; }

.discount__row { display: grid; gap: 1.1rem; grid-template-columns: 4rem 1.6rem 4rem; align-items: center; }

.discount__weight { font-weight: 200; font-size: 1rem; /* line-height: 2.15rem; */ line-height: 2.15; text-align: right; color: #172039; }

.discount__size { font-weight: 200; font-size: 1rem; /* line-height: 2.15rem; */ line-height: 1.6rem; text-align: center; color: #172039; aspect-ratio: 1/1; border-radius: 100%; background: #fff; }

.text-right { text-align: right; }

.discount__decor { position: absolute; right: 0; bottom: 0; z-index: 2; width: 41.5rem; }

.discount__slogan { position: absolute; top: 0.7rem; left: -6rem; width: 12.55rem; aspect-ratio: 1/1; display: flex; flex-direction: column; padding: 1.5rem; padding-top: 3.85rem; justify-content: center; align-items: center; font-family: var(--font-family); font-weight: 300; font-size: 1.3rem; text-align: center; color: #172039; gap: 0.4rem; background: url(../images/lapki-2.svg) 50% 50% no-repeat; background-size: 100% 100%; }

.discount__image img { width: 100%; }

.section { z-index: 2; }

.section__text { font-family: var(--font-family); font-weight: 400; font-size: 0.95rem; text-align: center; position: relative; top: -1.3rem; margin-bottom: 1.65rem; }

.gruming { position: relative; margin-top: -2.9rem; padding-right: 3rem; }

.gruming__boxes { position: absolute; width: 89rem; left: 50%; top: 2.85rem; transform: translateX(-50%); padding-left: 2.5rem; display: flex; justify-content: space-between; align-items: flex-start; }

.gruming__box { position: relative; }

.gruming__box_1 { width: 26.55rem; height: 23.9rem; margin-top: 0.4rem; }

.grumming__point { position: absolute; display: flex; align-items: center; justify-content: center; font-weight: 300; font-size: 0.9rem; /* line-height: 1.1rem; */ line-height: 1.22222; text-align: center; color: #172039; }
.grumming__point .bold { margin-bottom: 0.7rem; }
.grumming__point .bold + div { font-weight: 200; font-size: 0.8rem; text-align: center; color: rgba(23, 32, 57, 0.8); }

.grumming__point_1 { left: 0; top: 1.45rem; width: 9.65rem; }

.grumming__point_circle { aspect-ratio: 1/1; height: auto; border-radius: 100%; }

.grumming__point_color-1 { background: #d7f5f0; }

.grumming__point_2 { width: 11.45rem; left: 0.4rem; bottom: 4.95rem; }

.grumming__point_base { border-radius: 30rem; padding: 2.25rem 1rem; }

.grumming__point_color-2 { background: #f2ece7; }

.grumming__point_3 { left: 10.85rem; top: 0; width: 15.7rem; }

.grumming__point_polygon { background: url(../images/polygon-2.svg) no-repeat; background-size: 100% 100%; aspect-ratio: 1/1; }

.grumming__point_4 { bottom: 0; right: 2.2rem; width: 13.5rem; }

.grumming__point_ellips { border-radius: 100%; padding: 2.2rem 1rem; }

.gruming__box_2 { width: 28.15rem; height: 25.25rem; }

.grumming__point_5 { left: 0; top: 0; width: 15.4rem; }

.grumming__point_6 { left: 1.7rem; bottom: 0; width: 13.75rem; }

.grumming__point_7 { width: 12rem; right: 0; top: 1.35rem; }

.grumming__point_8 { right: 2.6rem; bottom: 5.05rem; width: 11.2rem; }

.gruming__decor { width: 46.5rem; margin-left: auto; margin-right: auto; position: relative; z-index: 2; }
.gruming__decor img { width: 100%; }

.text-center { text-align: center; }

.section_contacts { padding-top: 4.5rem; }

.contacts { display: flex; }

.contacts__box { display: flex; align-items: center; justify-content: center; padding: 2rem 2rem 4.5rem; background: #f2ece7; flex: 0 0 26.15rem; }

.contacts__title { text-align: left; margin-bottom: 2.4rem; }

.contacts__tel { margin-bottom: 1.5rem; }
.contacts__tel a { font-weight: 400; font-size: 1.05rem; color: #172039; }
.contacts__tel a:hover { opacity: 0.8; }

.contacts__address { font-family: var(--font-family); font-weight: 400; font-size: 0.9rem; /* line-height: 1.2rem; */ line-height: 1.33333; color: #172039; margin-bottom: 2.3rem; }
.contacts__address span { font-weight: 300; }
.contacts__address div { margin-bottom: 20px; }
.contacts__address a { font-family: var(--font-family); font-weight: 300; font-size: 0.9rem; color: #6f778c; border-bottom: 1px dotted; }
.contacts__address a:hover { border-bottom-color: transparent; }

.contacts__social { display: flex; gap: 0.65rem; }

.contacts__social-link { width: 2.5rem; height: 2.5rem; background-position: 50% 50%; background-repeat: no-repeat; background-color: #fff; border-radius: 100%; }
.contacts__social-link:hover { opacity: 0.8; }

.contacts__social-link_tg { background-image: url(../images/ico__tg.svg); background-size: 1.25rem auto; }

.contacts__social-link_max { background-image: url(../images/ico__max.svg); background-size: 1.3rem auto; }

.contacts__social-link_vk { background-image: url(../images/ico__vk.svg); background-size: 1.4rem auto; }

.contacts__social-link_wt { background-image: url(../images/ico__wt.svg); background-size: 1.3rem auto; }

.contacts__map { flex: 1 1 auto; }

.map { height: 27.05rem; }

.ymaps-2-1-79-ground-pane { filter: grayscale(1); }

.placemark_layout_container { width: 105px; }

.section_order { padding-bottom: 0; padding-top: 4.5rem; }

.order-wrap { position: relative; overflow: hidden; border-radius: 0.5rem; background: #d9ecee; }
.order-wrap::before { content: ''; position: absolute; width: 30rem; height: 30rem; border-radius: 100%; background: #eaf6f7; top: -5.9rem; right: -7.3rem; }

.order__form-wrap { border-radius: 0.5rem 10rem 10rem 0.5rem; width: 55.6rem; position: relative; z-index: 2; padding: 4.5rem 3rem 6.35rem 5.25rem; background: #eaf6f7; }

.order__form-title { font-family: var(--font-family); font-weight: 300; font-size: 2rem; color: #172039; margin-bottom: 0.7rem; }

.order__form-desc { font-weight: 400; font-size: 0.95rem; color: #172039; margin-bottom: 2.25rem; }

.order { display: grid; gap: 2.2rem; grid-template-columns: 17.2rem 1fr; }

.order__inputs input[type="radio"] { border-radius: 100%; background: #fff; border: 1px solid #b4c3bc; width: 1.4rem; height: 1.4rem; }
.order__inputs input[type="radio"]:checked { border: 0.45rem solid #8cae9d; }

.order__input, .wpcf7-text { border: 1px solid #b4c3bc; border-radius: 30rem; width: 17.2rem; height: 3.05rem; width: 100%; background: #fff; font-family: var(--font-family); font-weight: 300; font-size: 0.9rem; color: #172039; padding-left: 1rem; margin-bottom: 1rem; }

.order__label { margin-top: 0.5rem; margin-left: 1rem; font-weight: 500; margin-bottom: 0.9rem; font-size: 1.1rem; color: #172039; }

.order__radios { margin-left: 1rem; display: flex; flex-direction: column; gap: 1rem; }

.order__radio { display: flex; align-items: center; margin: 0; font-weight: 300; font-size: 0.9rem; color: #172039; gap: 0.6rem; }

.order__self { margin-top: 0.75rem; position: relative; }
.order__self input[type="radio"] { position: absolute; left: 1rem; top: 0.85rem; }
.order__self .order__input, .order__self .wpcf7-text { padding-left: 3rem; margin-bottom: 0; }

.order__data { max-width: 27.95rem; display: flex; flex-direction: column; }

.order__date-wrap { display: flex; align-items: center; margin-bottom: 1rem; gap: 1rem; }
.order__date-wrap .order__input, .order__date-wrap .wpcf7-text { margin-bottom: 0; }

.order__date-title { flex: 0 0 auto; font-weight: 500; font-size: 1.1rem; color: #172039; }

.order__date-input { flex: 1 1 auto; }

.order__calendar { flex: 1 1 auto; margin-bottom: 1.5rem; }

.date-picker-wrapper { max-width: 100%; border: 1px solid #b4c3bc; border-radius: 0.25rem 0.25rem; background: #fff; }

.drp_top-bar { display: none !important; }

.month-wrapper { width: 100% !important; display: grid; grid-template-columns: 1fr 1fr; padding: 1.1rem 1.3rem 1.3rem; gap: 2.6rem; position: relative; }
.month-wrapper::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: #b4c3bc; }
.month-wrapper .gap, .month-wrapper .dp-clearfix, .month-wrapper .time { display: none; }
.month-wrapper table th { vertical-align: middle; }

.caption th { padding-bottom: 0.4rem; }
.caption .prev, .caption .next { width: 1.35rem; height: 1.35rem; display: inline-block; font-size: 0; color: transparent; background: url(../images/ico__prev.svg) 50% 50% no-repeat #8cae9d; background-size: 0.35rem auto; border-radius: 50%; vertical-align: middle; }
.caption .next { background-image: url(../images/ico__next.svg); }

.month-name { font-family: var(--font-family); font-weight: 700; font-size: 0.75rem; text-align: center; color: #172039; }
.month-name .month-element { display: inline; }
.month-name .month-element:first-child::after { content: ' '; }

.week-name { font-family: var(--font-family); font-weight: 500; font-size: 0.6rem; text-align: center; color: #fff; border-radius: 30rem; background: #c4d3cc; }
.week-name th { width: 14.285%; }

.month2 tbody, .month1 tbody { padding-top: 0.2rem; }
.month2 tbody td, .month1 tbody td { width: 14.285%; cursor: pointer; font-family: var(--font-family); font-weight: 500; font-size: 0.6rem; /* line-height: 1.35rem; */ line-height: 2.65; text-align: center; color: #172039; }
.month2 tbody td div, .month1 tbody td div { position: relative; top: 0.2rem; }
.month2 .checked, .month1 .checked { background: #dee9e3; border-radius: 100%; }
.month2 .last-date-selected, .month2 .first-date-selected, .month1 .last-date-selected, .month1 .first-date-selected { background: #8cae9d; color: #fff; border-radius: 100%; }

.order__acceptance { margin-bottom: 1.7rem; max-width: 22rem; text-wrap: balance; }
.order__acceptance label { display: flex; align-items: center; margin-bottom: 0; font-weight: 200; font-size: 0.65rem; /* line-height: 0.8rem; */ line-height: 1.23077; color: rgba(23, 32, 57, 0.62); gap: 0.2rem; }
.order__acceptance label a { text-decoration: underline; }
.order__acceptance label a:hover { text-decoration: none; }
.order__acceptance input { flex: 0 0 auto; border-radius: 30rem; width: 1.4rem; height: 1.4rem; background: url(../images/ico__checkbox.svg) 50% 50% no-repeat #abcacd; background-size: 0; }
.order__acceptance input:checked { background-size: 100% 100%; }

.order__submit, .wpcf7-submit { width: 100%; max-width: 17.2rem; height: 3.05rem; font-family: var(--font-family); font-weight: 600; font-size: 0.9rem; text-align: center; color: #172039; background: #f7e731; border-radius: 30rem; }
.order__submit:hover, .wpcf7-submit:hover { background-color: #172039; color: #fff; }
.order__submit:disabled, .wpcf7-submit:disabled { opacity: 0.7; pointer-events: none; filter: grayscale(100%); }

.order__decor { position: absolute; right: 0; bottom: 0; width: 37.4rem; }
.order__decor img { width: 100%; position: relative; }
.order__decor::before { content: ''; position: absolute; left: 2rem; bottom: 14.5rem; width: 14.2rem; aspect-ratio: 1/1; background: url(../images/chemodan.svg) no-repeat; background-size: 100% 100%; }

footer.footer { padding: 1.5rem 0 1rem; }

.footer__row { align-items: center; row-gap: 0.5rem; }

.totop { width: 2.5rem; display: inline-block; }

.footer__logo { display: flex; align-items: center; gap: 0.5rem; }

.footer__logo-img { flex: 0 0 2.55rem; }

.footer__logo-text { text-align: center; font-family: var(--font-family); font-weight: 400; font-size: 0.7rem; color: #172039; }
.footer__logo-text img { width: 6rem; }

.footer .header__contacts { display: flex; flex-direction: column; align-items: flex-start; }

.footer__menu { list-style: none; background: #fff; border-radius: 30rem; margin: 0; display: flex; padding: 0.9rem 1.5rem; font-family: var(--font-family); font-weight: 500; font-size: 1rem; color: #172039; gap: 1.7rem; }
.footer__menu li a:hover { color: #8cae9d; }

.made { display: inline-block; width: 4rem; }

.copy { font-family: var(--font-family); font-weight: 100; font-size: 0.55rem; color: rgba(23, 32, 57, 0.55); }
.copy a { text-decoration: underline; }
.copy a:hover { text-decoration: none; }

.popup { display: none; border-radius: 0.5rem; width: 41rem; padding: 2.2rem 1.5rem 3rem; background: #fff; }

.wpcf7 { max-width: 31rem; margin-left: auto; margin-right: auto; }
.wpcf7 p { margin-bottom: 0; }
.wpcf7 br { display: none; }

.screen-reader-response { display: none !important; }

.form__title { font-family: var(--font-family); font-weight: 400; font-size: 2.35rem; text-align: center; color: #172039; margin-bottom: 0.2rem; }

.form__desc { text-wrap: balance; margin-bottom: 2rem; text-align: center; font-weight: 200; color: #172039; }
.form__desc:last-child { margin-bottom: 0; }

.wpcf7-text { margin-bottom: 1.2rem; }

.invalid .wpcf7-not-valid { border-color: red; }

.wpcf7-not-valid-tip { display: none !important; }

.wpcf7-radio { margin-bottom: 1.2rem; display: flex; flex-direction: column; gap: 0.8rem; }
.wpcf7-radio .wpcf7-list-item { display: block; }
.wpcf7-radio label { display: flex; align-items: center; gap: 0.6rem; font-weight: 300; font-size: 0.9rem; color: #172039; margin-bottom: 0; }
.wpcf7-radio input[type="radio"] { border-radius: 100%; background: #fff; border: 1px solid #b4c3bc; width: 1.4rem; height: 1.4rem; flex: 0 0 1.4rem; }
.wpcf7-radio input[type="radio"]:checked { border: 0.45rem solid #8cae9d; }

.wpcf7-submit { margin-bottom: 1.2rem; width: 100%; }

.submitting .wpcf7-submit { filter: grayscale(100%); pointer-events: none; }

.order__submit, .wpcf7-submit { cursor: pointer; transition: all 0.3s; }

.wpcf7-acceptance { display: block; max-width: 22rem; margin-left: auto; margin-right: auto; font-family: var(--font-family); font-weight: 200; font-size: 0.65rem; /* line-height: 0.8rem; */ line-height: 1.23077; color: rgba(23, 32, 57, 0.45); }
.wpcf7-acceptance a { text-decoration: underline; }
.wpcf7-acceptance a:hover { text-decoration: none; }
.wpcf7-acceptance label { display: flex; gap: 0.4rem; align-items: center; }
.wpcf7-acceptance input { flex: 0 0 auto; border-radius: 30rem; width: 1.4rem; height: 1.4rem; background: url(../images/ico__checkbox.svg) 50% 50% no-repeat #abcacd; background-size: 0; filter: grayscale(100%); }
.wpcf7-acceptance input:checked { background-size: 100% 100%; }

.wpcf7-response-output { display: none; }

.page-template-thank .header, .page-template-thank .footer, .page-template-thank .fix-header-wrap { display: none; }

.thank-page { position: fixed; left: 0; right: 0; top: 0; bottom: 0; padding: 15px; display: flex; align-items: center; justify-content: center; background: #424242; }

.thank__page-box { border-radius: 0.5rem; width: 30.7rem; position: relative; max-width: 100%; background: #fff; padding: 2rem 1.5rem 1.7rem; }

.thank__page-close { position: absolute; width: 1.7rem; height: 1.7rem; background: url(../images/ico__close.svg) 50% 50% no-repeat; background-size: contain; top: 1rem; right: 1rem; }

.thank__page-icon { width: 5.9rem; height: 5.2rem; margin-bottom: 0.6rem; margin-left: auto; margin-right: auto; background: url(../images/success.svg) 50% 50% no-repeat; background-size: 100% auto; }

.reviews-widget { max-width: 1200px; position: relative; margin-left: auto; margin-right: auto; }

.reviews-widget__header { margin-bottom: 40px; align-items: center; }

.reviews-widget__title { color: #282828; font-size: 1rem; font-style: normal; font-weight: 400; line-height: normal; padding-left: 1.6rem; background: url(../images/ico__yandex.svg) 0 50% no-repeat; background-size: auto 1.7rem; }
.reviews-widget__title strong { font-size: 1.9rem; font-style: normal; font-weight: 700; }

.reviews-widget__total { color: #282828; font-size: 1rem; font-style: normal; font-weight: 400; line-height: normal; }

.reviews-slider { margin-left: -25px; margin-bottom: 3rem; }
.reviews-slider .slick-track { display: flex; }
.reviews-slider .slick-dots { list-style: none; margin: 2.15rem 0 0; display: flex; justify-content: center; align-items: center; gap: 0.2rem; font-size: 0; }
.reviews-slider .slick-dots li button { font-size: 0; display: block; width: 1rem; height: 1rem; background: #abc9cc; border-radius: 30rem; transition: all 0.3s; }
.reviews-slider .slick-dots li.slick-active button { width: 2.25rem; }

.reviews__item-wrap { padding-left: 25px; height: auto; }
@media screen and (max-width: 576px) { .reviews__item-wrap { width: 306px; } }

.reviews__item { border-radius: 5px; background: #fff; height: 100%; padding: 30px 20px 30px 28px; }

.reviews__item-header { margin-bottom: 18px; display: flex; align-items: center; }

.reviews-item__avatar { width: 55px; height: 55px; flex-shrink: 0; background-color: #50C0E6; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFF; text-align: center; font-size: 23px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; margin-right: 11px; }

.reviews-item__rating { display: flex; gap: 4px; }
.reviews-item__rating i { width: 15px; height: 14px; background: url(../images/ico__star.svg) 50% 50% no-repeat; }
.reviews-item__rating[data-rating="4"] *:last-child { filter: grayscale(100%); }

.reviews-item__author { color: #282828; font-size: 17px; font-style: normal; font-weight: 700; line-height: normal; }

.reviews__item-body { color: #282828; font-size: 15px; font-style: normal; font-weight: 300; line-height: 21px; /* 140% */ -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -ms-line-clamp: 15; -webkit-line-clamp: 15; line-clamp: 15; display: -webkit-box; display: box; -webkit-box-orient: vertical; box-orient: vertical; }

.reviews__item-footer { color: #00859E; font-size: 15px; font-style: normal; font-weight: 500; line-height: 21px; /* 140% */ margin-top: 20px; }
.reviews__item-footer a:hover { text-decoration: underline; }

._mb3 { margin-bottom: 3rem; }

@media (max-width: 991px) { html { font-size: 12.7px; }
  .fix-header-wrap { transform: none; left: 1rem; right: 1rem; }
  .fix-header { width: 100% !important; }
  .main__video video { aspect-ratio: 1/1; }
  .main__top { font-size: 16px; }
  .main__title { font-size: 34px; margin-bottom: 10px; }
  .container-fluid { padding-left: 1rem; padding-right: 1rem; }
  .main__btn { padding: 11px 22px 14px 7px; border-radius: 0 30rem 30rem 0; left: 0; }
  .main__btn::before { background: url(../images/lapka-mob.svg) no-repeat; width: 25px; height: 25px; right: -5px; top: 8px; }
  .main__btn .bold { font-size: 15px; }
  .main__desc { font-size: 14px; }
  .preims { margin-left: calc(50vw - 57.65rem); }
  .director { border-radius: 0; }
  .stories__item-wrap, .stories-box, .rolling-block { transform: none !important; }
  .gallery { margin-left: -1rem; margin-right: -1rem; overflow-x: auto; padding-left: 1rem; padding-right: 1rem; align-items: center; flex-direction: row; max-height: none; justify-content: flex-start; flex-wrap: nowrap; }
  .gallery::-webkit-scrollbar { display: none; }
  .discount { padding-left: 2rem; padding-right: 2rem; }
  .discount__decor { right: auto; left: 37rem; }
  .discount__info { position: relative; z-index: 3; }
  .discount__decor { z-index: 2; }
  .gruming__boxes { transform: none; left: 1rem; right: 1rem; width: auto; }
  .gruming__decor { padding-top: 300px; }
  .order__decor { display: none; }
  .order-wrap { margin-left: -1rem; margin-right: -1rem; }
  .order__form-wrap { width: 100%; border-radius: 0; }
  .gallery__group { display: flex; gap: 1.5rem; flex-direction: column; }
  .gallery__col { flex: 0 0 330px; }
  .gallery__group { flex: 0 0 260px; }
  .rolling-block { padding-bottom: 2rem; margin-bottom: 0 !important; }
  .header { opacity: 0; pointer-events: all; height: 61px; }
  .rolling-block { overflow-x: auto; }
  .rolling-block::-webkit-scrollbar { display: none; }
  .stories__item-wrap { padding-left: 1rem; padding-right: 1rem; flex: 0 0 19rem; }
  .fix-header__tel { margin-right: 10px; width: 21px; height: 21px; margin-left: auto; background: url(../images/ico__mobile-tel.svg) 50% 50% no-repeat; }
  .fix-header__logo { margin-right: 6px; }
  .fix-header__title { width: 60px; padding-top: 3px; } }
@media (max-width: 767px) { .safe { padding-left: 1rem; padding-right: 1rem; }
  .safe__decor { display: none; }
  .gruming__boxes { flex-wrap: wrap; justify-content: center; position: relative; }
  .gruming__decor { margin-top: -5vw; padding-top: 0; }
  .kinolog__content { padding-left: 0; }
  .main__top { width: auto; }
  .gruming { padding-right: 0; }
  .wrapper::after { height: 118rem; }
  .director__box { max-width: 100%; }
  .contacts { flex-wrap: wrap; }
  .contacts__box, .contacts__map { flex: 0 0 100%; }
  .gruming__decor { max-width: 100%; }
  .map { height: 60vh; }
  .gruming__boxes { padding-left: 0; } }
@media (max-width: 575px) { .director__box { flex-wrap: wrap; }
  .stories-box-wrap { margin-bottom: 1rem; }
  .reviews__item-wrap { padding-left: 1rem; padding-right: 1rem; }
  .reviews-slider { margin-left: -1rem; margin-right: -1rem; }
  .reviews-widget__header { row-gap: 10px; }
  .order__form-wrap { padding-left: 1rem; padding-right: 1rem; }
  .order { grid-template-columns: 1fr; }
  .kinolog { flex-wrap: wrap; }
  .kinolog__content { padding-right: 0; }
  .discount { padding-left: 1rem; padding-right: 1rem; border-radius: 0; margin-left: -1rem; margin-right: -1rem; }
  .discount::before, .discount::after { display: none; }
  .discount__info { max-width: 100%; }
  .live__slide { width: 95vw; }
  .live { padding-left: 1rem; }
  .live__card { grid-template-columns: 12rem 1fr; }
  .safe { margin-bottom: 0; }
  .safe__data-item { flex-wrap: wrap; border-radius: 1.5rem; }
  .safe__data-item > * { flex: 0 0 100%; }
  .safe__data-item-header { text-align: center; border-radius: 0 0 1.5rem 1.5rem; }
  .section__desc, .contacts__title { font-size: 1.7rem; margin-bottom: 2rem; }
  .director__story { flex: 0 0 100%; }
  .section_order { padding-top: 0; }
  .section_contacts { padding-bottom: 0; }
  .footer__menu { flex-direction: column; border-radius: 1rem; } }
