@charset "UTF-8";
@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; }

h1 { font-weight: 700; line-height: 1.25; }

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; } }
@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot?axh4w1"); src: url("../fonts/icomoon.eot?axh4w1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?axh4w1") format("truetype"), url("../fonts/icomoon.woff?axh4w1") format("woff"), url("../fonts/icomoon.svg?axh4w1#icomoon") format("svg"); font-weight: normal; font-style: normal; font-display: block; }
[class^="ico__"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico__arrow-right:before { content: "\e900"; color: #fff; }

.ico__chart:before { content: "\e901"; }

.ico__close:before { content: "\e902"; }

.ico__email:before { content: "\e903"; color: #2bb446; }

.ico__eye:before { content: "\e904"; }

.ico__link:before { content: "\e905"; }

.ico__modal-close:before { content: "\e906"; color: #fff; }

.ico__more:before { content: "\e907"; }

.ico__nav:before { content: "\e908"; }

.ico__play .path1:before { content: "\e909"; }

.ico__play .path2:before { content: "\e90a"; margin-left: -1em; color: white; }

.ico__preim-1:before { content: "\e90b"; color: #2bb446; }

.ico__preim-2:before { content: "\e90c"; color: #2bb446; }

.ico__question:before { content: "\e90d"; color: #2bb446; }

.ico__select:before { content: "\e90e"; color: #fff; }

.ico__star:before { content: "\e90f"; color: #2bb446; }

.ico__success:before { content: "\e911"; color: #2bb446; }

.ico__tel:before { content: "\e912"; }

.ico__telegram:before { content: "\e913"; }

.ico__whatsapp:before { content: "\e914"; }

.ico__vk:before { content: "\ea98"; }

.ico__max:before { content: "\e910"; }

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

html, body { font-family: 'Exo 2'; font-weight: 400; font-size: 16px; line-height: 1.44; letter-spacing: -0.03em; color: #2E3639; min-height: 100vh; word-break: break-word; background: #fff; width: 100%; height: 100%; }

body { overflow-x: hidden; position: relative; --linkColor: #2BB446; --p70: 70px; --p120: 120px; --p50: 50px; --p30: 30px; }

img { height: auto; max-width: 100%; }

button { outline: none !important; cursor: pointer; }

a { color: #2BB446; transition: all 0.5s; }

input, button, select, textarea { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; font-family: inherit; outline: none; border-radius: 0; }

button, select, input[type="submit"], input[type="checkbox"], input[type="radio"] { cursor: pointer; }

.wrapper { min-height: 100vh; width: 100%; position: relative; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; }

.page-template-index .header, .page-template-services .header { position: absolute; background: transparent; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.header { position: relative; z-index: 5; left: 0; right: 0; top: 0; color: #2E3639; border-bottom: 1px solid rgba(46, 54, 57, 0.1); }

.header__row { height: 96px; }

.logo { display: flex; align-items: center; font-family: Exo 2; font-size: 24px; font-style: normal; font-weight: 700; line-height: 23px; /* 95.833% */ letter-spacing: -0.72px; gap: 5px; color: inherit; width: fit-content; }

.header__nav ul { display: flex; margin: 0; justify-content: center; font-family: Exo 2; align-items: center; font-size: 16px; font-style: normal; font-weight: 300; list-style: none; line-height: 16px; /* 100% */ gap: 30px; }
.header__nav ul a { color: inherit; }
.header__nav ul a:hover { color: var(--linkColor); }
.header__nav ul .parent__link { display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid currentColor; width: 126px; gap: 8px; height: 51px; }
.header__nav ul .parent__link:hover { color: #fff; background-color: var(--linkColor); border-color: var(--linkColor); }

.parent { order: -1; }

.header__tel { text-align: right; }

.header__tel-number { display: inline-block; margin-bottom: 4px; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 700; line-height: 17px; color: inherit; }

.header__time { font-size: 13px; font-style: normal; font-weight: 300; line-height: 17px; }

.header__callback { display: flex; align-items: center; color: #FFF; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 600; line-height: 16px; /* 100% */ gap: 11px; border-radius: 8px; background: #2BB446; padding: 17px 25px; border: 1px solid #2BB446; }
.header__callback:hover { color: inherit; background-color: transparent; border-color: currentColor; }

.header__nav-btn { display: flex; align-items: center; justify-content: flex-end; width: 32px; height: 32px; font-size: 28px; cursor: pointer; }

.first-box { position: relative; padding-top: 97px; }

.first-box__image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.first-box__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.first-box__image::after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(33, 37, 39, 0.8); }

.first-box__container { padding-top: var(--p120); padding-bottom: var(--p120); position: relative; z-index: 2; }

@media (max-width: 1900px) { .first-box__container .row { min-height: calc(100vh - 247px); } }
@media (min-width: 1199px) { .first-box__container { padding-top: 50px; padding-bottom: 100px; } }
.first-box__content { color: #fff; max-width: 900px !important;}
.first-box__content h1 { font-size: 58px; font-style: normal; font-weight: 700; line-height: 1.1; letter-spacing: -1.86px; margin-bottom: var(--p70); }

.preims { display: flex; margin-left: -15px; margin-right: -15px; padding-right: 15px; padding-left: 15px; flex-wrap: nowrap; scroll-snap-type: x mandatory; overflow-x: auto; color: #fff; gap: 15px; }
.preims::-webkit-scrollbar { display: none; }

.preim { width: 230px; flex-shrink: 0; border-radius: 8px; background: rgba(33, 37, 39, 0.5); backdrop-filter: blur(15px); font-size: 16px; font-style: normal; font-weight: 300; line-height: 23px; /* 143.75% */ letter-spacing: -0.32px; padding: 30px; }

.preim__icon { width: 50px; height: 50px; background: url(../images/ico__preim-1.svg) 50% 50% no-repeat; margin-bottom: 15px; }

.preim__icon_2 { background-image: url(../images/ico__preim-2.svg); }

.preim__icon_3 { background-image: url(../images/ico__preim-3.svg); }

.preim__social { display: flex; gap: 10px; padding-top: 10px; }

.first-box__flex { display: flex; gap: 10px; flex-wrap: wrap; }

.first-box__form { flex: 0 0 100%; color: #2E3639; border-radius: 8px; background: #FFF; padding: 30px; position: relative; }
.first-box__form .thank { padding-bottom: 110px; }
.first-box__form .btn_thank { position: absolute; left: 30px; right: 30px; bottom: 30px; }
.first-box__form .wpcf7-acceptance { margin-top: 16px; }
.first-box__form .wpcf7-acceptance label input { box-shadow: inset 0 0 0 3px #fff; }

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

.wpcf7-form p { margin-bottom: 0; }
.wpcf7-form br { display: none; }

.form__title { font-size: 20px; font-style: normal; font-weight: 700; line-height: 26px; /* 130% */ letter-spacing: -0.6px; margin-bottom: 20px; }

.wpcf7-text, .wpcf7-textarea { width: 100%; margin-bottom: 20px; padding-left: 24px; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; letter-spacing: -0.48px; height: 63px; border-radius: 8px; border: 1px solid #E2EDF0; }

.invalid .wpcf7-not-valid { border-color: red; }

.wpcf7-not-valid-tip { display: none !important; }

.wpcf7-submit { width: 100%; color: #FFF; font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 600; box-shadow: 3px 5px 10px #00000030; line-height: 20px; /* 100% */ letter-spacing: -0.48px; border-radius: 8px; background: #2BB446; height: 63px; cursor: pointer; transition: all 0.5s; border: 1px solid #2BB446; }
.wpcf7-submit:hover { color: #2BB446; border-color: #2BB446; background-color: transparent; }

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

.thank { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 10; background: inherit; padding: 30px; text-align: center; font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 700; line-height: 26px; /* 130% */ letter-spacing: -0.6px; background: #fff; border-radius: 8px; pointer-events: none; transition: all 0.3s; opacity: 0; }
.thank.active { opacity: 1; pointer-events: all; }

.thank__icon { width: 78px; height: 78px; background: rgba(43, 180, 70, 0.1); border-radius: 50%; margin-bottom: 15px; font-size: 25px; display: flex; align-items: center; justify-content: center; }

.btn { border-radius: 8px; background: #2BB446; color: #FFF; text-align: center; font-family: Exo 2; font-size: 16px; display: block; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.48px; padding: 22px 32px 23px; border: 1px solid #2BB446; }
.btn:hover { background-color: transparent; color: #2BB446; }

.btn_thank { display: block; }
.btn_thank::before { content: "Назад"; }

.first-box__preim { flex: 1 1 30%; border-radius: 8px; background: #FFF; padding: 20px; color: #2E3639; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 21px; /* 131.25% */ letter-spacing: -0.48px; max-width: calc(50% - 5px); }
.first-box__preim span { color: #2BB446; }

.section { position: relative; padding-top: var(--p120); padding-bottom: var(--p120); }
.section:has(.slick-slider) { overflow: hidden; }

.section__title { font-family: Exo 2; font-size: 62px; font-style: normal; font-weight: 700; line-height: 1; letter-spacing: -1.86px; margin-bottom: var(--p70); }

.section__title_sticky { position: sticky; top: 20px; }

.services__nav > ul { list-style: none; margin: 0; }
.services__nav > ul > li { margin-bottom: var(--p50); }
.services__nav > ul > li > a { pointer-events: none; color: #2E3639; font-family: Exo 2; font-size: 32px; font-style: normal; font-weight: 700; line-height: 1; letter-spacing: -0.96px; }
.services__nav > ul ul { list-style: none; margin: 20px 0 0; }
.services__nav > ul ul > li a { display: flex; align-items: center; justify-content: space-between; color: #6D7A80; font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 400; line-height: 1.5; padding: 10px 0; letter-spacing: -0.4px; border-bottom: 1px solid #D9D9D9; }
.services__nav > ul ul > li a::after { content: "\e907"; font-size: 16px; font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all 0.4s; }
.services__nav > ul ul > li a:hover { color: #2E3639; border-bottom-color: #2E3639; }
.services__nav > ul ul > li a:hover::after { transform: rotate(45deg); }

.section_black { background: #2E3639; color: #fff; }
.section_black .slick-arrow { color: #fff; border-color: #fff; background: transparent; }
.section_black .slick-arrow:hover { background-color: #fff; color: #2E3639; }

.flex-base { display: flex; align-items: center; gap: 30px; }

.slider-arrows { display: flex; align-items: center; gap: 10px; }

.slick-arrow { width: 51px; height: 51px; display: flex; font-size: 0; align-items: center; justify-content: center; align-content: inherit; border: 1px solid #2E3639; background: transparent; border-radius: 8px; color: #2E3639; transition: all 0.3s; cursor: pointer; }
.slick-arrow.slick-disabled { opacity: 0.6; pointer-events: none; }
.slick-arrow:hover { background: #2E3639; color: #fff; }

.btn-border { display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid #2BB446; height: 51px; padding-left: 23px; padding-right: 23px; font-size: 16px; font-weight: 600; gap: 7px; }
.btn-border:hover { color: #fff; background-color: #2BB446; }

.videoreviews-slider, .reviews-slider { margin-right: -30px; }
.videoreviews-slider:not(.slick-slider), .reviews-slider:not(.slick-slider) { opacity: 0; max-height: 279px; overflow: hidden; position: relative; }
.videoreviews-slider .slick-track, .reviews-slider .slick-track { display: flex; }
.videoreviews-slider .slick-slide, .reviews-slider .slick-slide { height: auto; }
.videoreviews-slider .slick-list, .reviews-slider .slick-list { overflow: visible; }

.videoreviews-slider__item, .reviews-slider__item { padding-right: 30px; }

.review { height: 100%; border-radius: 8px; border: 1px solid #6D7A80; padding: 30px; display: flex; flex-direction: column; }

.review_single { border: 1px solid #E2EDF0; }
.review_single .rating__text { color: #2E3639; }
.review_single .rating__text ~ a { background-color: #fff; }
.review_single .rating__text ~ a::before { color: #2E3639; }

.reviews { row-gap: 30px; }

.review__name { font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 700; line-height: 20px; letter-spacing: -0.6px; margin-bottom: 10px; }

.review__video { border-radius: 8px; max-height: 533px;}

.review__rating { display: flex; gap: 4px; margin-bottom: 20px; color: #2BB446; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.32px; }
.review__rating i { width: 18px; height: 18px; background: url(../images/ico__star.svg) 50% 50% no-repeat; background-size: 16px 16px; }
.review__rating[data-rating="4"] i:nth-child(4) ~ i { background-image: url(../images/ico__star-empty.svg); }
.review__rating[data-rating="3"] i:nth-child(3) ~ i { background-image: url(../images/ico__star-empty.svg); }
.review__rating[data-rating="2"] i:nth-child(2) ~ i { background-image: url(../images/ico__star-empty.svg); }

.review__rating-video { margin-bottom: 0; }

.review__body { flex-grow: 1; }

.rating__text-wrap { margin-bottom: 20px; position: relative; }

.rating__text { color: #FFF; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 1.4; letter-spacing: -0.32px; overflow: hidden; max-height: 7em; transition: max-height 0.5s linear; }
.rating__text ~ a { position: absolute; right: 0; bottom: 0; background: #2E3639; padding-left: 5px; }
.rating__text ~ a:hover { color: #6D7A80; }
.rating__text ~ a::before { content: ' ... '; color: #fff; }
.rating__text:not(.expanded) { max-height: 7em !important; }
.rating__text.expanded ~ a { position: static; padding-left: 0; }
.rating__text.expanded ~ a::before { display: none; }

.rating__footer { color: #6D7A80; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.32px; }
.rating__footer a { font-weight: 700; display: inline-flex; align-items: center; gap: 3px; }
.rating__footer a:hover { color: #6D7A80; }

.beforeafter__item { display: flex; align-items: center; justify-content: center; }
.beforeafter__item_img { max-height: 500px; }
.beforeafter__item_img img { max-height: 500px; }

.beforeafter-slider, .team-slider, .works-slider { margin-right: -30px; }
.beforeafter-slider:not(.slick-slider), .team-slider:not(.slick-slider), .works-slider:not(.slick-slider) { max-height: 370px; overflow: hidden; position: relative; opacity: 0; }
.beforeafter-slider .slick-list, .team-slider .slick-list, .works-slider .slick-list { overflow: visible; }

.works-slider:not(.slick-slider) { max-height: 231px; overflow: hidden; position: relative; opacity: 0; }

.beforeafter-slider__item, .team-slider__item, .works-slider__item { padding-right: 30px; }

.worker { border-radius: 8px; border: 1px solid #E2EDF0; overflow: hidden; padding: 30px 30px 0; position: relative; }

.worker__photo { margin-bottom: 30px; }
.worker__photo img { width: 100%; aspect-ratio: 1/1; border-radius: 8px; object-fit: cover; }

.worker__name { color: #2E3639; font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 700; line-height: 20px; /* 100% */ letter-spacing: -0.6px; margin-bottom: 20px; }

.worker__prof { margin-left: -30px; margin-right: -30px; padding: 25px 30px; color: #6D7A80; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.32px; border-top: 1px solid #E2EDF0; }

.work { display: block; position: relative; color: inherit; }
.work:hover i .path1 { fill: #fff; }
.work:hover i .path2 { fill: #2BB446; }
.work img { border-radius: 8px; width: 100%; }
.work i { position: absolute; left: 50%; top: 50%; display: block; font-size: 0; transform: translate(-50%, -50%); }
.work i * { transition: all 0.3s; }
.work i *::before { display: none; }

.faq__item { margin-bottom: 20px; color: #fff; background: #454E51; border-radius: 8px; border: 1px solid #454E51; transition: all 0.3s; }
.faq__item:hover, .faq__item.active { background-color: transparent; }
.faq__item.active .faq__icon { transform: rotate(180deg); }
.faq__item:last-child { margin-bottom: 0; }

.faq__head { display: flex; align-items: center; justify-content: space-between; padding: 23px 19px; cursor: pointer; }

.faq__title { flex: 1 1 auto; font-weight: 500; line-height: 1.25; }

.faq__icon { font-size: 0; transition: all 0.3s; }

.faq__body { padding: 0 19px 23px; display: none; font-weight: 400; }

.content { color: #6D7A80; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 1.4; letter-spacing: -0.32px; }

.text-wrap { margin-bottom: 20px; max-height: 7em; overflow: hidden; position: relative; transition: all 0.5s; }

.content *:last-child { margin-bottom: 0; }

.text-toggle { display: inline-block; color: var(--linkColor); transition: all 0.3s; cursor: pointer; }
.text-toggle:hover { color: #6D7A80; }

.footer { border-top: 1px solid #E2EDF0; padding: 50px 0 0; position: relative; overflow: hidden; }

.footer__widget { margin-bottom: var(--p50); }
.footer__widget ul { margin: 0; list-style: none; color: #2E3639; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 1; /* 225% */ letter-spacing: -0.32px; }
.footer__widget ul li { padding: 10px 0; }
.footer__widget ul a { color: inherit; }
.footer__widget ul a:hover { color: var(--linkColor); }

.footer__widget-title { color: #6D7A80; font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 700; line-height: 20px; /* 100% */ letter-spacing: -0.4px; margin-bottom: 20px; }

.recv { color: #6D7A80; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 1; letter-spacing: -0.32px; }
.recv div { padding: 10px 0; }

.footer__contacts { display: grid; grid-template-columns: auto auto; color: #6D7A80; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 1; letter-spacing: -0.32px; }
.footer__contacts div { padding: 10px 0; }

.footer__social { display: flex; flex-direction: column; gap: 8px; }

.commercial__social-link { background-color: aliceblue; }
.commercial__social-link:hover { background-color: var(--linkColor); }

.footer__social-link, .mobile__social-link { display: flex; align-items: center; justify-content: center; width: 70px; height: 50px; border-radius: 8px; border: 1px solid #E2EDF0; color: #6D7A80; font-size: 23px; }
.footer__social-link:hover, .mobile__social-link:hover { color: #fff; border-color: var(--linkColor); background-color: var(--linkColor); }

.footer__social-link_tg, .mobile__social-link_tg { font-size: 23px; }

.footer__social-link_wt, .mobile__social-link_wt { font-size: 28px; }

.footer__social-link_vk, .mobile__social-link_vk { font-size: 23px; }

.footer__social-link_max, .mobile__social-link_max { font-size: 28px; }

.footer__bottom { position: relative; color: #6D7A80; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.32px; padding: 15px 0; }
.footer__bottom::before { content: ''; position: absolute; height: 1px; background: #E2EDF0; left: -50vw; right: -50vw; top: 0; }
.footer__bottom > div { padding: 15px; }

.copy a { color: inherit; }
.copy a:hover { color: var(--linkColor); }

@media screen and (min-width: 1200px) { .copy_first { margin-right: 20px; } }

.made a:hover { text-decoration: underline; }

.noscroll { overflow: hidden; }

.nav { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #2e3639; z-index: 500; transform: translateY(-100%); opacity: 0; transition: all 0.3s; }
.nav.active { transform: translateY(0); opacity: 1; }

.nav__menu { height: 100vh; overflow-y: auto; width: 570px; margin: 0; margin-left: auto; margin-right: auto; padding: 50px 0; padding-right: 100px; list-style: none; }
.nav__menu::-webkit-scrollbar { background: rgba(109, 122, 128, 0.2); width: 2px; }
.nav__menu::-webkit-scrollbar-thumb { background: #FFF; width: 2px; }
.nav__menu > li { margin-bottom: 50px; }
.nav__menu > li:last-child { margin-bottom: 0; }
.nav__menu > li > a { color: #FFF; font-family: Exo 2; font-size: 32px; font-style: normal; font-weight: 700; line-height: 32px; /* 100% */ letter-spacing: -0.96px; pointer-events: none; }
.nav__menu ul { list-style: none; margin: 20px 0 0; }
.nav__menu ul li a { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #6D7A80; color: #6D7A80; font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 400; line-height: 1.5; padding: 10px 0; letter-spacing: -0.4px; }
.nav__menu ul li a::after { content: "\e907"; font-size: 16px; font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all 0.4s; }
.nav__menu ul li a:hover { color: #fff; border-bottom-color: #fff; }
.nav__menu ul li a:hover::after { transform: rotate(45deg); }

.nav__close { position: absolute; left: 50%; margin-left: -600px; top: 50%; width: 120px; height: 120px; margin-top: -60px; font-size: 56px; border: 2px solid #6D7A80; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #6D7A80; cursor: pointer; transition: all 0.3s; }
.nav__close:hover { background-color: #6D7A80; border-color: #2E3639; color: #2E3639; }

.mobile { position: fixed; left: 0; top: 0; right: 0; bottom: 0; transform: translateY(-100%); opacity: 0; transition: all 0.3s; z-index: 500; background: #2e3639; color: #fff; }
.mobile.active { transform: translateY(0); opacity: 1; }

.mobile__header { position: absolute; left: 0; top: 0; right: 0; height: 96px; display: flex; align-items: center; padding: 0 15px; height: 66px; background: #2e3639; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.mobile__close { font-size: 0; cursor: pointer; }

.mobile__body { padding-top: 96px; height: 100%; padding-left: 15px; padding-right: 15px; overflow-y: auto; padding-bottom: 30px; }

.mobile__menu { list-style: none; margin: 0; }
.mobile__menu > li { margin-bottom: 20px; }
.mobile__menu > li > a { display: flex; align-items: center; justify-content: space-between; color: #FFF; font-family: Exo 2; font-size: 21px; font-style: normal; font-weight: 700; line-height: 32px; /* 152.381% */ letter-spacing: -0.63px; }
.mobile__menu > li > a::after { content: ""; width: 16px; height: 16px; background: url(../images/ico__plus.svg) 50% 50% no-repeat; transition: all 0.3s; }
.mobile__menu > li > a.active::after { height: 2px; }
.mobile__menu ul { list-style: none; margin: 10px 0 0; display: none; }
.mobile__menu ul li a { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #6D7A80; color: #6D7A80; font-family: Exo 2; font-size: 18px; font-style: normal; font-weight: 400; line-height: 1.66; padding: 10px 0; letter-spacing: -0.4px; }
.mobile__menu ul li a::after { content: "\e907"; font-size: 16px; font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all 0.4s; }
.mobile__menu ul li a:hover { color: #fff; border-bottom-color: #fff; }
.mobile__menu ul li a:hover::after { transform: rotate(45deg); }

.mobile__second { list-style: none; margin: 0 0 30px; }
.mobile__second li { margin-bottom: 22px; }
.mobile__second li:last-child { margin-bottom: 0; }
.mobile__second li a { color: #6D7A80; font-family: Exo 2; font-size: 21px; font-style: normal; font-weight: 700; line-height: 32px; /* 152.381% */ letter-spacing: -0.63px; }
.mobile__second li a:hover { color: #fff; }

.mobile__tel { padding: 30px 15px 0; margin-left: -15px; margin-right: -15px; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 24px; }

.mobile__tel-number { color: #FFF; font-family: Exo 2; font-size: 21px; font-style: normal; font-weight: 700; line-height: 32px; /* 152.381% */ letter-spacing: -0.63px; }

.mobile__time { color: #6D7A80; font-family: Exo 2; font-size: 13px; font-style: normal; font-weight: 400; line-height: 17px; /* 130.769% */ }

.mobile__social { display: flex; gap: 10px; }

.mobile__social-link { border: 1px solid #6D7A80; }
.mobile__social-link:hover { border-color: transparent; }

.popup { display: none; background: transparent; padding: 32px; width: 500px; }
.popup .fancybox-close-small { width: 22px; height: 22px; top: 0; right: 0; opacity: 1; background: url(../images/ico__modal-close.svg) 50% 50% no-repeat; }
.popup .fancybox-close-small * { display: none; }
.popup .fancybox-close-small:hover { opacity: 0.8; }
.popup .wpcf7-acceptance { margin-top: 16px; }
.popup .wpcf7-acceptance label input { box-shadow: inset 0 0 0 3px #fff; }

.popup__form { border-radius: 8px; background: #FFF; padding: 30px; position: relative; }

.wpcf7-textarea { padding-top: 22px; height: 100px; resize: none; }

.main-pnf { position: fixed; left: 0; right: 0; top: 0; display: flex; align-items: center; justify-content: center; bottom: 0; z-index: 1000; background: url(../images/pattern.png) #2E3639; }

.pnf { display: flex; flex-direction: column; align-items: center; justify-content: center; }

.pnf__img { color: #FFF; font-variant-numeric: oldstyle-nums tabular-nums; font-family: Exo 2; font-size: 140px; font-style: normal; font-weight: 700; line-height: 1; /* 100% */ letter-spacing: -4.2px; margin-bottom: 60px; }

.btn_min { font-size: 16px; padding: 16px 23px 17px; }

.fancybox-bg { background: rgba(46, 54, 57, 0.99); }

.fancybox-is-open .fancybox-bg { opacity: 1; }

.content_white { color: #fff; }

.row_gap-30 { row-gap: 30px; }

.page-template-about .header { color: #fff; background: #2E3639; border-bottom-color: rgba(255, 255, 255, 0.1); }

.popup .btn_thank { position: absolute; left: 30px; right: 30px; bottom: 30px; }
.popup .btn_thank::before { content: 'Закрыть'; }
.popup .thank { padding-top: 10px; padding-bottom: 90px; }

.rlinks { display: flex; gap: 10px; flex-direction: column; }

.rlinks__item { position: relative; border-radius: 8px; background: #FFF; padding: 24px; color: #2E3639; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 1; }
.rlinks__item .ico__more { position: absolute; transition: all 0.3s; right: 24px; top: 50%; transform: translateY(-50%); }
.rlinks__item:hover .ico__more { transform: translateY(-50%) rotate(45deg); }

.rlinks__item-title { margin-bottom: 8px; }

.rlinks__rating { color: #2E3639; margin-bottom: 0 !important; }
.rlinks__rating i { background-image: url(../images/ico__star-black.svg); }
.rlinks__rating[data-rating="4"] i:last-child { background-image: url(../images/ico__star-empty-black.svg); }

.review-wrap { transition: all 0.4s; overflow: hidden; position: relative; }

.review-wrap-hidden { overflow: hidden; transition: all 0.4s; opacity: 0; pointer-events: none; transform: translateY(-100%); position: absolute; }

.loadreviews { padding: 49px 0; display: flex; align-items: center; justify-content: center; color: #2BB446; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 700; line-height: 16px; /* 100% */ letter-spacing: -0.32px; gap: 10px; border-radius: 8px; border: 1px solid #2BB446; cursor: pointer; transition: all 0.3s; }
.loadreviews i { font-size: 18px; position: relative; top: 1px; }
.loadreviews:hover { background: #2BB446; color: #fff; }
@media screen and (min-width: 576px) { .loadreviews { min-height: 281.44px; } }
@media screen and (min-width: 1200px) { .loadreviews { min-height: 278.4px; } }

.row_gap-16 { row-gap: 16px; }

.contacts { padding: 178px 0; position: relative; overflow: hidden; }

.contacts__block { width: 370px; border-radius: 8px; background: #FFF; padding: 30px; max-width: 100%; position: relative; overflow: hidden; z-index: 10; }

.contacts__block-title { color: #2E3639; font-family: Exo 2; font-size: 32px; font-style: normal; font-weight: 700; line-height: 32px; /* 100% */ letter-spacing: -0.96px; }

.contacts__item { display: flex; align-items: center; padding: 30px 0; position: relative; }
.contacts__item::before { content: ''; position: absolute; left: -30px; right: -30px; bottom: 0; height: 1px; background: #E2EDF0; }
.contacts__item:last-child { padding-bottom: 0; }
.contacts__item:last-child::before { display: none; }

.contacts__icon { width: 37px; height: 37px; flex-shrink: 0; margin-right: 10px; background-position: 50% 50%; background-repeat: no-repeat; border: 1px solid #E2EDF0; border-radius: 50%; }

.contacts__icon_tel { background-image: url(../images/ico__tel.svg); }

.contacts__label { color: #2E3639; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.32px; margin-bottom: 6px; }

.contacts__value { color: #2E3639; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 700; line-height: 23px; /* 143.75% */ letter-spacing: -0.48px; }

.contacts__icon_email { background-image: url(../images/ico__email.svg); }

.contacts__icon_address { background-image: url(../images/ico__address.svg); }

.contacts__icon_tg { background-image: url(../images/ico__telegram.svg); }

.contacts__icon_wa { background-image: url(../images/ico__whatsapp.svg); }

.map { position: absolute; left: 0; top: -10%; right: 0; bottom: 0; }

@keyframes scale { 0% { transform: scale(1); }
  50% { transform: scale(0.5); }
  100% { transform: scale(1); } }
.placemark_layout_container { width: 64px; height: 64px; position: relative; }

@-ms-keyframes f-fix-btn-animation { 0% { transform: scale(1); }
  50% { transform: scale(0.8); }
  80% { transform: scale(0.95); opacity: 0.7; }
  100% { transform: scale(1); } }
@keyframes f-fix-btn-animation { 0% { transform: scale(1); }
  50% { transform: scale(0.8); }
  80% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1); } }
.animate-circle { -webkit-animation: f-fix-btn-animation 5.2s ease-in-out infinite; -moz-animation: f-fix-btn-animation 5.2s ease-in-out infinite; -ms-animation: f-fix-btn-animation 5.2s ease-in-out infinite; -o-animation: f-fix-btn-animation 5.2s ease-in-out infinite; animation: f-fix-btn-animation 5.2s ease-in-out infinite; -webkit-transition: color 0.2s linear; -moz-transition: color 0.2s linear; -ms-transition: color 0.2s linear; -o-transition: color 0.2s linear; transition: color 0.2s linear; transform-origin: 50% 50%; }

.ymaps-2-1-79-ground-pane { filter: invert(1) grayscale(1); }

.section_director { background: #E2EDF0; }

.director__form-wrap { border-radius: 8px; background: #2E3639; color: #fff; padding: 30px; position: relative; }
.director__form-wrap .wpcf7-submit { margin-bottom: 0; }
.director__form-wrap .thank { background: #2E3639; color: #fff; border-radius: 8px; }
@media screen and (min-width: 767px) { .director__form-wrap .thank { font-size: 32px; } }
.director__form-wrap .btn_thank { display: none; }

.director__form-title { font-family: Exo 2; font-size: 32px; font-style: normal; font-weight: 700; line-height: 32px; /* 100% */ letter-spacing: -0.96px; margin-bottom: 30px; }

.director__form .wpcf7-text, .director__form .wpcf7-textarea { margin-bottom: 30px; }
.director__form .wpcf7-acceptance { margin-top: 16px; }
.director__form .wpcf7-acceptance label input { box-shadow: inset 0 0 0 3px #fff; }
@media screen and (min-width: 992px) { .director__form .wpcf7-acceptance label input { box-shadow: inset 0 0 0 3px #2E3639; } }
@media screen and (max-width: 992px) { .director__form .wpcf7-acceptance label input { box-shadow: inset 0 0 0 3px #E2EDF0; } }

body.fancybox-active { height: 100%; overflow: hidden; }

.ymaps-2-1-79-map-copyrights-promo, .ymaps-2-1-79-copyright__wrap { display: none !important; }

.director__form-preims { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 30px; }

.director__form-preim { display: flex; border-radius: 8px; background: rgba(255, 255, 255, 0.05); align-items: center; height: 78px; padding: 0 15px 0 25px; gap: 10px; font-size: 16px; line-height: 1.3; font-weight: 300; }
.director__form-preim::before { content: ''; flex: 0 0 32px; height: 32px; background-position: 50% 50%; background-repeat: no-repeat; }
.director__form-preim span { color: #2BB446; }

.director__form-preim_1::before { background-image: url(../images/ico__clock.svg); }
.director__form-preim_1 div { max-width: 140px; }

.director__form-preim_2::before { background-image: url(../images/phone.svg); }

.director-wrap { position: relative; height: 100%; }

.director { position: absolute; left: 0; right: 0; text-align: center; }
.director img { margin-left: auto; margin-right: auto; border-radius: 8px; border: 2px solid #2bb446; }

.director__info { position: absolute; bottom: -70px; left: 65%; transform: translateX(-50%); margin-left: -14px; border-radius: 8px; background-color: #fff; width: 211px; text-align: center; }
.director__info::before { content: ''; position: absolute; right: 21px; bottom: 100%; border: 12px solid transparent; border-bottom-color: #fff; border-bottom-width: 10px; }

.director__dot { position: absolute; bottom: 100%; right: 24px; font-size: 0; margin-bottom: 20px; }

.director__name { color: #2E3639; text-align: center; font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 700; line-height: 20px; /* 100% */ letter-spacing: -0.6px; padding: 20px; }

.director__prof { color: #6D7A80; text-align: center; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.48px; padding: 20px; border-top: 1px solid #E2EDF0; }

.prices { max-height: 380px; overflow-y: auto; }
.prices::-webkit-scrollbar { width: 5px; background: #F0F4F5; border-radius: 2px; }
.prices::-webkit-scrollbar-thumb { border-radius: 2px; background: #2E3639; width: 5px; }

.prices__item { display: flex; justify-content: space-between; border-top: 1px solid #E2EDF0; min-height: 57px; padding: 5px 0; color: #2E3639; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.48px; padding-right: 25px; align-items: center; }

.prices__item-title { flex: 1 1 auto; }

.prices__item-value { color: #2BB446; flex: 0 0 auto; }

.nocalc { height: 100%; min-height: 381px; border-radius: 8px; background-image: url("../images/cleaning-bg.jpg"); background-position: center; background-size: cover; position: relative; padding: 230px 30px 10px 55px; }

.nocalc__text { color: #FFF; font-family: Exo 2; font-size: 32px; font-style: normal; font-weight: 400; line-height: 1.18; letter-spacing: -0.96px; position: relative; }
.nocalc__text span { color: #2BB446; }

.nocalc__bg { border-radius: 8px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.85)) }

.director__info_calc { bottom: 96px; margin-left: 3px; width: 269px; }
.director__info_calc::before { right: auto; left: 72px; }
.director__info_calc .director__dot { left: 73px; right: auto; }

.calc { position: relative; overflow: hidden; border-radius: 8px; border: 1px solid #E2EDF0; padding: 30px; }

.calc__title { font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 700; line-height: 20px; /* 100% */ letter-spacing: -0.6px; margin-bottom: 30px; }

.calc__flex { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 30px; }

.calc__option { position: relative; }

.calc__slider { border-radius: 8px; border: 1px solid #E2EDF0; background: #FFF; display: flex; height: 63px; display: flex; }

.calc__slider-title { flex: 1 1 auto; color: #6D7A80; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.48px; padding-left: 19px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: flex; align-items: center; }

.calc__slider-value-wrap { flex: 0 0 120px; display: flex; position: relative; align-items: center; justify-content: center; border-left: 1px solid #F0F4F5; }

.calc__slider-value { color: #2E3639; text-align: center; font-family: Exo 2; font-size: 16px; width: 100%; height: 100%; background: transparent; border: 0; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.48px; text-align: center; }
.calc__slider-value::after { content: ' ₽'; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type='number'] { -moz-appearance: textfield; }

.calc__range { -webkit-appearance: none; appearance: none; background: transparent; cursor: pointer; width: 100%; left: 0; position: absolute; height: 2px; bottom: -1px; }

.calc__range-length { position: absolute; left: 0; bottom: -1px; height: 2px; background: #2BB446; pointer-events: none; }
.calc__range-length::before { content: ''; position: absolute; top: -4px; width: 10px; height: 10px; border-radius: 50%; right: 0; margin-right: -5px; background-color: #2BB446; }

input[type="range"]::-webkit-slider-runnable-track { background: transparent; height: 2px; }

/******** Firefox ********/
input[type="range"]::-moz-range-track { background: transparent; height: 2px; }

input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; /* Override default look */ appearance: none; margin-top: -9px; /* Centers thumb on the track */ background-color: transparent; height: 20px; width: 20px; border-radius: 50%; box-shadow: none !important; }

input[type="range"]::-moz-range-thumb { border: none; /*Removes extra border that FF applies*/ border-radius: 50%; /*Removes default border-radius that FF applies*/ background-color: transparent; height: 20px; width: 20px; box-shadow: none !important; }

.SumoSelect { position: relative; }
.SumoSelect select { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; }
.SumoSelect:not(.open) .SelectBox:hover { border: 1px solid #2E3639; }
.SumoSelect.open .SelectBox { border-radius: 8px 8px 0 0; }
.SumoSelect.open .SelectBox label { transform: rotate(180deg); }
.SumoSelect.open .optWrapper { display: block; }

.SelectBox { position: relative; border-radius: 8px; border: 1px solid #E2EDF0; background: #FFF; height: 63px; margin: 0; color: #2E3639; display: flex; align-items: center; padding-left: 19px; padding-right: 19px; transition: all 0.3s; gap: 10px; cursor: pointer; }
.SelectBox span { flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.SelectBox label { margin: 0; width: 12px; height: 7px; transition: all 0.3s; flex: 0 0 12px; background: url(../images/ico__select.svg) 50% 50% no-repeat; }

.optWrapper { position: absolute; left: 0; right: 0; border: 1px solid #E2EDF0; border-radius: 0 0 8px 8px; top: 100%; background: #fff; z-index: 20; display: none; }
.optWrapper .options { margin: 0; list-style: none; }
.optWrapper .options li { display: flex; align-items: center; color: #6D7A80; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.48px; border-bottom: 1px solid #E2EDF0; padding: 22px 19px; gap: 7px; cursor: pointer; }
.optWrapper .options li label { margin: 0; flex: 1 1 auto; cursor: pointer; }
.optWrapper .options li.disabled { display: none; }
.optWrapper .options li:last-child { border-bottom: 0; }
.optWrapper .options li.selected, .optWrapper .options li:hover { color: #2E3639; }
.optWrapper .options li.selected span { border-color: #2BB446; }
.optWrapper .options li.selected span i { background-color: #2BB446; }
.optWrapper .options li span { display: flex; width: 18px; height: 18px; flex-shrink: 0; align-items: center; justify-content: center; border: 1px solid #B8CFD6; border-radius: 50%; }
.optWrapper .options li span i { width: 10px; height: 10px; border-radius: 50%; }

.MultiControls { display: none; }

.calc__label { margin: 0; display: block; position: relative; }
.calc__label input { position: absolute; left: 0; top: 0; width: 0; height: 0; opacity: 0; }
.calc__label input:checked ~ .calc__checkbox { border: 1px solid #2BB446; }
.calc__label input:checked ~ .calc__checkbox i { border-color: #2BB446; }
.calc__label input:checked ~ .calc__checkbox i::before { background-color: #2BB446; }

.calc__checkbox { display: flex; align-items: center; border-radius: 8px; border: 1px solid #E2EDF0; background: #FFF; gap: 10px; color: #2E3639; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.48px; cursor: pointer; padding: 0 19px; height: 63px; transition: all 0.3s; }
.calc__checkbox i { width: 18px; height: 18px; flex-shrink: 0; border-radius: 50%; border: 1px solid #B8CFD6; display: flex; align-items: center; justify-content: center; }
.calc__checkbox i::before { content: ''; border-radius: 50%; width: 10px; height: 10px; }
.calc__checkbox span { flex: 1 1 auto; }
.calc__checkbox:hover { border: 1px solid #2BB446; }

.calc__footer { display: flex; gap: 30px; }

.calc__result { flex: 0 0 auto; padding: 21px 19px; border-radius: 8px; border: 1px solid #2BB446; }

.calc__result-title { color: #2BB446; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 16px; /* 100% */ letter-spacing: -0.48px; margin-bottom: 15px; }

.calc__result-value { color: #2BB446; font-family: Exo 2; font-size: 20px; font-style: normal; font-weight: 700; line-height: 20px; /* 100% */ letter-spacing: -0.6px; }
.calc__result-value::after { content: ' ₽'; }

.calc__form { flex: 1 1 auto; }
.calc__form .wpcf7-text, .calc__form .wpcf7-textarea { margin-bottom: 9px; }
.calc__form .wpcf7-submit { margin-bottom: 9px; }

.wpcf7-acceptance { display: block; }
.wpcf7-acceptance label { display: flex; align-items: center; color: #6D7A80; font-family: Exo 2; font-size: 16px; font-style: normal; font-weight: 300; line-height: 23px; /* 143.75% */ letter-spacing: -0.48px; margin: 0; gap: 10px; }
.wpcf7-acceptance label a { text-decoration: underline; color: inherit; }
.wpcf7-acceptance label a:hover { text-decoration: none; }
.wpcf7-acceptance label input { width: 18px; height: 18px; flex-shrink: 0; border: 1px solid #2BB446; box-shadow: inset 0 0 0 3px #fff; border-radius: 50%; }
.wpcf7-acceptance label input:checked { background-color: #2BB446; }

.calc__form-flex { display: flex; gap: 10px; }

.calc__form-tel { flex: 0 0 172px; }

.calc__form-submit { flex: 1 1 auto; }

@media screen and (min-width: 1200px) { .calc .thank__title { font-size: 32px; } }

.calc .btn_thank { display: none; }

@media (max-width: 1199px) { .first-box__form { display: none; }
  .first-box__flex { display: grid; margin-top: 30px; grid-template-columns: repeat(3, 1fr); }
  .first-box__preim { width: auto; max-width: none; }
  .section_director { padding-bottom: 0; }
  .director-wrap { height: 450px }
  .director { position: relative; bottom: 0; }
  .first-box__container .row { min-height: 0; }
  .prices-wrap { margin-bottom: 70px; } }
@media (max-width: 991px) { body { --p120: 50px; --p70: 30px; --p50: 30px; }
  .header__row { height: 66px; }
  .first-box__flex { grid-template-columns: 1fr 1fr; }
  .first-box__flex .btn { grid-column-end: 3; grid-column-start: 1; }
  .first-box { padding-top: 66px; }
  .first-box__content h1 { font-size: 32px; }
  .section__title { font-size: 32px; }
  .services__nav > ul > li > a { font-size: 21px; line-height: 1.5; }
  .services__nav > ul ul > li a { font-size: 18px; line-height: 1.66; }
  .flex-base { position: relative; top: -6px; }
  .flex-base .slider-arrows { display: none; }
  .videoreviews-slider__item, .reviews-slider__item { padding-right: 15px; }
  .videoreviews-slider, .reviews-slider { margin-right: -15px; }
  .review__name { font-size: 18px; }
  .review { padding: 20px; }
  .slick-slide .rating__text ~ a { position: static; padding-left: 0; }
  .slick-slide .rating__text ~ a::before { content: ''; padding-left: 0; }
  .slick-slide .rating__text:not(.expanded) { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; line-clamp: 5; text-overflow: ellipsis; }
  .worker { padding: 20px 20px 0; }
  .worker__photo { margin-bottom: 20px; }
  .worker__prof { margin-left: -20px; margin-right: -20px; padding: 15px 20px; }
  .worker__name { font-size: 18px; }
  .faq__item { margin-bottom: 16px; }
  .faq__item:last-child { margin-bottom: 16px; }
  .faq__head { padding: 19px; }
  .faq__body { padding: 0 19px 19px; }
  .footer__widget-title { margin-bottom: 15px; }
  .rlinks { gap: 16px; }
  .reviews__btns { margin-top: 30px; }
  .reviews { row-gap: 16px; }
  .director__form-wrap { padding: 0; color: #2E3639; background: transparent; }
  .director__form-preim { background: rgba(255, 255, 255, 0.4); padding-left: 20px; }
  .director__form-preim_1::before { background-image: url(../images/ico__clock_mob.svg); }
  .director__form-preim_1 div { max-width: 140px; }
  .director__form-preim_2 div { max-width: 205px; }
  .director__form-preim_2 div::first-line { color: #2BB446; }
  .director__form { position: relative; }
  .director__form .wpcf7-text, .director__form .wpcf7-textarea { margin-bottom: 16px; }
  .director__form-preims { grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }
  .nocalc { padding-top: 280px; }
  .nocalc__text { font-size: 22px; }
  .calc { padding: 20px; }
  .calc__flex { gap: 16px; margin-bottom: 16px; }
  .calc__footer { gap: 16px; } }
@media (max-width: 767px) { .first-box__flex { grid-template-columns: 1fr; }
  .first-box__flex .btn { grid-column-end: 2; }
  .footer__social { flex-direction: row; }
  .pnf__img { font-size: 90px; margin-bottom: 40px; }
  .contacts__block { width: 100%; padding: 20px; }
  .contacts__item { padding: 20px 0; }
  .contacts { padding: 366px 0 50px; }
  .map { top: -380px; }
  .placemark_layout_container { transform: scale(0.8); transform-origin: 50% 50%; }
  .nocalc { border-radius: 0; padding-left: 0; padding-right: 0; padding-top: 260px; }
  .nocalc::before { content: ''; position: absolute; background: inherit; left: -100vw; right: -100vw; top: 0; bottom: 0; }
  .nocalc__bg { border-radius: 0; left: -100vw; right: -100vw; }
  .nocalc__text { position: relative; text-wrap: balance; }
  .prices-wrap { margin-bottom: 30px; }
  .director__info_calc { bottom: 20px; margin-left: 0; }
  .section_calc { padding-bottom: 0; overflow: hidden; }
  .calc { overflow: visible; background: #2E3639; color: #fff; padding-top: 50px; padding-bottom: 50px; padding-left: 0; padding-right: 0; }
  .calc::before { content: ''; position: absolute; left: -100vw; right: -100vw; background: inherit; bottom: 0; top: 0; }
  .calc .thank { color: #2E3639; }
  .calc__footer { position: relative; }
  .calc__flex { position: relative; }
  .calc__title { position: relative; }
  .calc__flex { grid-template-columns: 1fr; }
  .calc__footer { flex-wrap: wrap; }
  .calc__result { flex: 0 0 100%; border-color: #fff; }
  .calc__result * { color: #fff; }
  .wpcf7-acceptance label input { box-shadow: inset 0 0 0 3px #2E3639; }
  .calc .wpcf7-text, .calc .wpcf7-textarea { background-color: #2E3639; color: #fff; padding-left: 19px; border-color: #fff; } }
@media (max-width: 575px) { .beforeafter-slider .videoreviews-slider .reviews-slider, .team-slider, .works-slider { margin-right: 0; width: 85vw; }
  .prices-wrap { margin-left: -15px; margin-right: -15px; position: relative; }
  .prices-wrap::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 50%; z-index: 2; }
  .prices__item { padding-left: 15px; }
  .nocalc__text { padding-right: 0; }
  .beforeafter-slider__item, .team-slider__item, .works-slider__item { padding-right: 15px; }
  .rating__text:not(.expanded) { max-height: 8.4em !important; }
  .slick-slide .rating__text:not(.expanded) { -webkit-line-clamp: 6; line-clamp: 6; }
  .text-wrap:not(.expanded) { max-height: 14em !important; }
  .footer__contacts { grid-template-columns: 1fr; }
  .popup { padding: 32px 9px; }
  .popup__form { padding: 20px; }
  .popup .fancybox-close-small { right: 9px; }
  .popup .btn_thank { left: 20px; bottom: 20px; right: 20px; }
  .thank__icon { width: 65px; height: 65px; font-size: 21px; margin-bottom: 10px; }
  .director { max-width: 290px; margin-left: auto; margin-right: auto; }
  .director__info { margin-left: 0; bottom: -70px; }
  .calc__slider { flex-wrap: wrap; height: auto; }
  .calc__slider-title { height: 62px; flex: 0 0 100%; border-bottom: 1px solid #F0F4F5; }
  .calc__slider-value-wrap { flex: 0 0 100%; max-width: calc(100% - 16px); margin-left: 8px; height: 62px; border-left-width: 0; padding-left: 11px; justify-content: flex-start; }
  .calc__form-flex { display: block; }
  .calc__form-flex .wpcf7-text, .calc__form-flex .wpcf7-textarea, .calc__form-flex .wpcf7-submit { margin-bottom: 16px; }
  .wpcf7-acceptance label { text-wrap: balance; } }
