@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; font-size: 80px; line-height: 1.25; letter-spacing: -0.03em; margin-bottom: 70px; }

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?lv4ykm"); src: url("../fonts/icomoon.eot?lv4ykm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lv4ykm") format("truetype"), url("../fonts/icomoon.woff?lv4ykm") format("woff"), url("../fonts/icomoon.svg?lv4ykm#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:before { content: "\e900"; color: #fff; }

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

.ico__audio-pause:before { content: "\e902"; }

.ico__audio-play:before { content: "\e903"; }

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

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

.ico__fb:before { content: "\e906"; }

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

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

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

.ico__no:before { content: "\e90a"; }

.ico__play:before { content: "\e90b"; }

.ico__profile:before { content: "\e90c"; }

.ico__question:before { content: "\e90d"; }

.ico__quote:before { content: "\e90e"; }

.ico__select:before { content: "\e90f"; }

.ico__slider-left:before { content: "\e910"; }

.ico__slider-right:before { content: "\e911"; }

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

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

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

.ico__video-pause:before { content: "\e915"; }

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

.ico__wt:before { content: "\e917"; color: white; }

.ico__wt:after { content: "\e918"; margin-left: -1em; color: #121212; }

.ico__yt:before { content: "\e919"; }

/* 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: 'Play'; font-style: normal; font-weight: 400; font-size: 18px; line-height: 1.33; letter-spacing: -0.01em; color: #121212; min-height: 100vh; word-break: break-word; background: #fff; width: 100%; height: 100%; }

body { overflow-x: hidden; position: relative; }

:root { --p150: 120px; --p120: 90px; --p70: 70px; --p40: 40px; }

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

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

a { color: inherit; 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; }

.nav { position: fixed; top: -105vh; height: 100vh; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 90px 0; overflow-y: auto; transition: all 0.5s; background: #121212; }
.nav::after { content: ''; position: absolute; transition: all 1s; left: 0; right: 0; height: 200%; bottom: 0; background: linear-gradient(to top, #121212, transparent); }
.nav.active { top: 0; }
.nav.active::after { height: 0; }
.nav.active ~ .header { background-color: #121212; color: #fff; }
.nav.active ~ .header .col-nav-hidden { opacity: 0; pointer-events: none; }

.nav__menu { display: flex; flex-direction: column; height: 360px; margin: auto; max-width: 768px; flex-wrap: wrap; font-family: 'Play'; font-style: normal; font-weight: 400; font-size: 62px; line-height: 0.94; letter-spacing: -0.05em; color: #FFFFFF; gap: 1em; align-content: stretch; list-style: none; column-gap: 2em; }
.nav__menu li a { position: relative; display: block; }
.nav__menu li a:hover { color: #959595; transform: translateX(30px); }
.nav__menu li a:hover::before { transform: scale(1); }
.nav__menu li a::before { background: #959595; content: ""; width: 10px; height: 10px; position: absolute; left: -49px; top: 50%; border-radius: 50%; margin-top: -5px; transform: scale(0); transition: all 0.3s; }

.nav__footer { position: absolute; left: 0; right: 0; bottom: 0; font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: -0.01em; color: #959595; padding-bottom: 30px; }
.nav__footer .row { row-gap: 30px; }
.nav__footer a { color: #FFFFFF; }
.nav__footer a:hover { text-decoration: underline; }

.header { position: relative; z-index: 101; padding: 30px 0 0; }

.home .header, .page-template-brief .header { position: absolute; left: 0; right: 0; top: 0; background-color: #000; color: #fff; }

.single-portfolio .header { position: absolute; left: 0; right: 0; top: 0; color: #fff; }

.page-template-black { background: #121212; color: #fff; }
.page-template-black .header { color: #fff; background: #121212; }

.page-template-reviews .header, .single-vacancy .header, .single-job .header { color: #fff; background: #121212; }

.logo { font-weight: 700; font-size: 34px; line-height: 24px; letter-spacing: -0.05em; }

.header__tel { display: flex; gap: 50px; margin-left: 20px; font-weight: 400; font-size: 18px; line-height: 16px; }
.header__tel a:hover { color: #959595; }

.header__nav { font-weight: 400; font-size: 18px; line-height: 16px; display: flex; gap: 50px; margin-right: 20px; }
.header__nav a:hover { color: #959595; }

.header__nav-btn { width: 30px; height: 24px; position: relative; cursor: pointer; }
.header__nav-btn::before, .header__nav-btn::after { top: 11px; right: 0; background: currentColor; height: 2px; width: 30px; position: absolute; content: ''; transition: all 0.3s; }
.header__nav-btn::before { margin-top: 4px; }
.header__nav-btn::after { margin-top: -4px; width: 15px; }
.header__nav-btn:hover::after { width: 30px; }
.header__nav-btn.active::after, .header__nav-btn.active::before { width: 30px; margin-top: 0; transform: rotate(45deg); }
.header__nav-btn.active::before { transform: rotate(-45deg); }

.first-screen { min-height: 100vh; background-color: #000; color: #fff; display: flex; align-items: center; padding-top: var(--p150); padding-bottom: var(--p150); position: relative; }

.first-screen_black { background-color: #000; color: #fff; }

.first-screen__content h1 { margin-bottom: 0; }

.first-screen__sub { position: absolute; font-weight: 400; font-size: 34px; line-height: 34px; letter-spacing: -0.03em; bottom: 105px; left: 0; right: 0; }

.section { padding-top: var(--p150); padding-bottom: var(--p150); }

.section_pb120 { padding-bottom: var(--p120); }

.masonry-grid { display: block; margin-left: -15px; margin-right: -15px; }

.masonry-grid__cell { padding-bottom: 30px; }
.masonry-grid__cell:hover { z-index: 10; }

.masonry-grid__cell_pb0 { padding-bottom: 0; }

.project-card__preview { position: relative; padding-bottom: 100%; width: 100%; height: 0; overflow: hidden; display: block; margin-bottom: 30px; transition: all 0.4s linear; cursor: url("../images/cursor.svg"), auto; }
.project-card__preview:hover { transform: scale(1.06); }
.project-card__preview:hover .project-card__more { opacity: 1; }
.project-card__preview img, .project-card__preview video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50%, 50%; }

.project-card__more { opacity: 0; position: absolute; left: 50%; top: 50%; background: url(../images/cursor.svg) 50% 50% no-repeat #fff; width: 122px; height: 122px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-left: -61px; margin-top: -61px; transition: all 0.3s; display: none; }

.project-card__title { font-weight: 700; font-size: 34px; line-height: 1; letter-spacing: -0.03em; margin-bottom: 20px; }
.project-card__title a:hover { color: #959595; }

.project-card__terms { display: flex; gap: 10px; flex-wrap: wrap; }

.project-card__term { font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: -0.01em; padding: 11px 15px; background: #F4F4F4; }

.btn-more, .tarif__btn, .nf__btn, .project-page__link { background: #121212; color: #FFF; display: flex; align-items: center; justify-content: center; font-weight: 400; font-size: 18px; gap: 14px; padding-left: 30px; padding-right: 30px; height: 56px; border: 1px solid #121212; }
.btn-more:hover, .tarif__btn:hover, .nf__btn:hover, .project-page__link:hover { background-color: #fff; color: #121212; }

.footer { background: #121212; color: #959595; padding-top: var(--p150); padding-bottom: 40px; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footer__widget { margin-bottom: 30px; }

.footer__widget-title { font-weight: 400; font-size: 18px; line-height: 1; margin-bottom: 1.2em; }

.footer__menu { list-style: none; font-size: 18px; line-height: 1; margin: 0; }
.footer__menu li { padding-top: 0.5em; padding-bottom: 0.5em; }
.footer__menu a { color: #fff; }
.footer__menu a:hover { color: #959595; }

.footer__contacts-item { padding-top: 0.5em; padding-bottom: 0.5em; font-size: 18px; line-height: 1; }
.footer__contacts-item a { color: #fff; }
.footer__contacts-item a:hover { color: #959595; }

.footer__sep { height: 80px; }

.copy { font-weight: 400; font-size: 18px; line-height: 16px; }
.copy a { color: #fff; }
.copy a:hover { color: #959595; }

.footer__social { display: flex; gap: 20px; align-items: center; }

.footer__social-link { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: #FFFFFF; border-radius: 100px; color: #121212; font-size: 17px; }
.footer__social-link:hover { color: #fff; background-color: transparent; box-shadow: inset 0 0 0 1px #fff; }

.footer__social-link_yt { font-size: 17px; }

.footer__social-link_in { font-size: 17px; }

.footer__social-link_wt { border-radius: 50%; width: 36px; height: 36px; background-color: transparent; position: relative; }
.footer__social-link_wt::before, .footer__social-link_wt::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("../images/w-t-h.svg") 0 0 no-repeat; transition: all 0.5s; opacity: 0; }
.footer__social-link_wt i { display: none; }
.footer__social-link_wt::before { opacity: 1; background-image: url(../images/w-t-b.svg); }
.footer__social-link_wt:hover { box-shadow: none; }
.footer__social-link_wt:hover::before { opacity: 0; }
.footer__social-link_wt:hover::after { opacity: 1; }

.footer__social-link_fb { font-size: 21px; }

.popup { background: #FFFFFF; display: none; width: 370px; padding: 50px; }
.popup .fancybox-close-small { opacity: 1; }

.popup__thank { text-align: center; }
.popup__thank .ico__success { background: #121212; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; margin-left: auto; margin-right: auto; border-radius: 50%; color: #fff; font-size: 18px; }

.thank-text { font-weight: 400; font-size: 34px; line-height: 1; letter-spacing: -0.03em; text-align: center; padding-top: 20px; }

.popup__title { font-weight: 400; font-size: 34px; line-height: 1; margin-bottom: 30px; letter-spacing: -0.03em; }

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

.screen-reader-response, .wpcf7-response-output, .wpcf7-not-valid-tip { display: none !important; }

.form__label { font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: -0.01em; color: #959595; margin-bottom: -5px; display: block; }

.wpcf7-form-control-wrap { display: block; }

.wpcf7-text { width: 100%; font-weight: 400; font-size: 18px; line-height: 18px; letter-spacing: -0.01em; color: #121212; border: 0; background-color: transparent; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #959595; margin-bottom: 30px; border-radius: 0 !important; box-shadow: none !important; }

._notempty { border-bottom: 1px solid #121212; }

[name="your-messenger"] { pointer-events: none; }

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

.wpcf7-submit { margin-bottom: 15px; font-weight: 400; font-size: 18px; line-height: 16px; height: 56px; letter-spacing: -0.01em; color: #FFFFFF; width: 100%; transition: all 0.3s; background: #121212; border: 1px solid #121212; }
.wpcf7-submit:hover { background-color: #fff; color: #121212; }

.wpcf7-acceptance { display: block; }
.wpcf7-acceptance label { display: flex; font-weight: 400; align-items: flex-start; font-size: 14px; line-height: 1.29; color: #121212; margin: 0; cursor: pointer; }
.wpcf7-acceptance label input { flex: 0 0 19px; width: 19px; height: 19px; margin-right: 11px; margin-top: 1px; cursor: pointer; border: 1px solid #121212; border-radius: 50%; }
.wpcf7-acceptance label input:checked { background: #121212; box-shadow: inset 0 0 0 5px #fff; }
.wpcf7-acceptance label a { text-decoration: underline; }
.wpcf7-acceptance label a:hover { text-decoration: none; }

.section_mb0 { padding-bottom: 0; }

.section_black { background: #121212; color: #fff; }

.menu-box { margin-bottom: var(--p150); }
.menu-box:last-child { margin-bottom: 0; }
@media screen and (min-width: 992px) { .menu-box .section__title, .menu-box h2 { position: sticky; top: 0; margin-bottom: 0; } }

.section__title, h2 { font-weight: 700; font-size: 62px; line-height: 1; letter-spacing: -0.03em; margin-bottom: var(--p70); }

.section__title_mb0 { margin-bottom: 0; }

.menu-box__list { list-style: none; font-weight: 400; font-size: 34px; line-height: 1; margin: 0; letter-spacing: -0.03em; }
.menu-box__list li { border-bottom: 1px solid #959595; margin-bottom: 22px; }
.menu-box__list li:last-child { margin-bottom: 0; }
.menu-box__list li a { display: flex; padding-top: 25px; align-items: center; padding-bottom: 25px; justify-content: space-between; }
.menu-box__list li a svg { transition: transform 0.3s; }
.menu-box__list li a:hover { color: #959595; }
.menu-box__list li a:hover svg { transform: rotate(45deg); }

.first-box { padding: var(--p150) 0; overflow: hidden; position: relative; }

.first-box + .section:not(.section_black) { border-top: 1px solid #E6E6E6; }

.first-box__container { position: relative; }

.first-box__content { position: relative; z-index: 2; }
.first-box__content h1 { max-width: 700px; }
@media screen and (min-width: 992px) { .first-box__content h1 { line-height: 1; min-height: 3em; display: flex; align-items: center; } }

.preims { display: flex; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: calc(50% - 50vw); position: relative; z-index: 2; }
.preims::-webkit-scrollbar { display: none; }

.preim { flex: 0 0 370px; margin-right: 30px; scroll-snap-align: start; font-weight: 400; font-size: 18px; line-height: 1.33; padding: 29px; background: #FFFFFF; border: 1px solid #E6E6E6; }

.preim__title { font-weight: 400; font-size: 34px; line-height: 1; letter-spacing: -0.03em; margin-bottom: 0.5em; }

.first-box__worker { position: absolute; bottom: -150px; right: 0; height: calc(100% + 220px); }

.first-box__worker-photo { max-width: 540px; height: 100%; display: flex; justify-content: flex-end; align-items: flex-end; }
.first-box__worker-photo img { max-height: 100%; display: block; object-fit: contain; }

.first-box__worker-info { position: absolute; background: #121212; font-weight: 400; font-size: 18px; line-height: 1; color: #fff; letter-spacing: -0.03em; min-width: 175px; white-space: nowrap; position: absolute; bottom: 353px; right: 136px; }
.first-box__worker-info::before { margin-left: 26px; left: 100%; height: 19px; bottom: 4px; width: 1px; background-color: #121212; content: ''; position: absolute; }
.first-box__worker-info::after { margin-left: 26px; left: 100%; height: 38px; bottom: 23px; width: 1px; background-color: #121212; content: ''; position: absolute; transform: rotate(-45deg); transform-origin: 100% 100%; }

.first-box__worker-line { position: absolute; left: 100%; margin-left: 16px; top: 100%; margin-top: -4px; border: 1px solid #121212; width: 19px; height: 19px; border-radius: 50%; }
.first-box__worker-line::before { width: 7px; height: 7px; top: 50%; left: 50%; margin-left: -3.5px; margin-top: -3.5px; border-radius: 50%; background: #121212; position: absolute; content: ''; animation: scaleme 3s; animation-iteration-count: infinite; }

@keyframes scaleme { 0% { transform: scale(0.95); }
  50% { transform: scale(1.4); }
  90% { transform: scale(1); } }
.first-box__worker-name { padding: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.first-box__worker-text { letter-spacing: -0.01em; padding: 15px; color: #959595; }

.calc__box { margin-bottom: var(--p70); }

.calc__box-title { font-weight: 700; font-size: 34px; line-height: 1; letter-spacing: -0.03em; margin-bottom: 40px; }

.calc__options { display: flex; flex-wrap: wrap; margin-left: -20px; row-gap: 20px; }

.calc__option { padding-left: 20px; flex: 0 0 25%; display: flex; margin-bottom: 0; align-items: center; gap: 10px; cursor: pointer; color: #959595; }
.calc__option input { opacity: 0.2; border: 1px solid #FFFFFF; margin-right: 2px; flex: 0 0 19px; width: 19px; height: 19px; border-radius: 50%; }
.calc__option input:checked { background: #FFFFFF; border: 1px solid #FFFFFF; opacity: 1; box-shadow: inset 0 0 0 5px #121212; }
.calc__option input:checked + span { color: #FFFFFF; }

.info-hover { display: inline-block; position: relative; }
.info-hover:hover { z-index: 5; }
.info-hover:hover .info-hover__body { opacity: 1; }

.info-hover__header { width: 19px; height: 19px; border: 1px solid #FFFFFF; border-radius: 50%; font-size: 0; text-align: center; padding-top: 4px; cursor: pointer; color: #121212; background-color: #fff; transition: all 0.3s; }
.info-hover__header:hover { color: #fff; background-color: transparent; }

.info-hover__body { background: #FFFFFF; position: absolute; left: 100%; margin-left: 25px; opacity: 0; pointer-events: none; top: 9px; font-weight: 400; transition: all 0.3s; font-size: 14px; line-height: 1.43; color: #121212; width: 273px; padding: 15px; }
.info-hover__body div { position: relative; }
.info-hover__body::before { content: ''; width: 24px; height: 18px; background: #fff; position: absolute; left: 0; top: 0; transform: skewX(45deg); transform-origin: 0 100%; }

.calc__total__before { font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: -0.01em; margin-bottom: 1em; }

.calc__total-res { font-weight: 700; font-size: 34px; line-height: 1; letter-spacing: -0.03em; margin-bottom: 25px; }
.calc__total-res::after { content: ' ₽'; }

.calc__notice { font-weight: 400; font-size: 14px; line-height: 1; color: #959595; display: flex; align-items: center; }
.calc__notice i { font-size: 19px; margin-right: 10px; }

.form-black .wpcf7-text { border-bottom: 1px solid #959595; color: #fff; }
.form-black ._notempty { border-bottom-color: #fff; }
.form-black .wpcf7-submit { background-color: #fff; color: #121212; border-color: #fff; margin-bottom: 30px; }
.form-black .wpcf7-submit:hover { background-color: transparent; color: #fff; }
.form-black .wpcf7-acceptance label { color: #FFFFFF; cursor: pointer; }
.form-black .wpcf7-acceptance label input { border-color: #fff; cursor: pointer; }
.form-black .wpcf7-acceptance label input:checked { background-color: #fff; box-shadow: inset 0 0 0 5px #121212; }

.calc-comment-wrap { display: none; }

.wpcf7-checkbox { margin-bottom: 30px; }
@media screen and (min-width: 767px) { .wpcf7-checkbox { margin-bottom: 0; } }
.wpcf7-checkbox label { display: flex; margin: 0; font-weight: 400; font-size: 14px; line-height: 14px; color: #959595; cursor: pointer; }
.wpcf7-checkbox label span { align-self: center; }
.wpcf7-checkbox label input { flex: 0 0 19px; width: 19px; height: 19px; margin-right: 11px; border: 1px solid #fff; border-radius: 50%; }
.wpcf7-checkbox label input:checked { background: #fff; box-shadow: inset 0 0 0 5px #121212; }
.wpcf7-checkbox label input:checked ~ span { color: #fff; }

.tarifs { position: relative; }
.tarifs::before { content: ''; position: absolute; left: 177px; top: 0; bottom: 0; width: 1px; background: #E6E6E6; }

.tarif { margin-bottom: 30px; padding-bottom: 30px; display: flex; align-items: center; border-bottom: 1px solid #E6E6E6; }
.tarif:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }

.tarif__head { flex: 0 0 207px; padding-right: 30px; }

.tarif__title { font-weight: 700; font-size: 34px; line-height: 1; letter-spacing: -0.03em; color: #121212; margin-bottom: 8px; }

.tarif__price { font-weight: 400; font-size: 18px; line-height: 1; }

.tarif__info { flex: 1 1 auto; }

.tarif__options { columns: 3; margin-bottom: -10px; }

.tarif__option { display: inline-block; width: 100%; margin-bottom: 10px; display: inline-flex; align-items: center; gap: 5px; }

.info-hover_dark .info-hover__header { background: #F4F4F4; border-color: #F4F4F4; }
.info-hover_dark .info-hover__header:hover { background-color: transparent; border-color: #121212; }
.info-hover_dark .info-hover__body { background-color: #121212; color: #fff; }
.info-hover_dark .info-hover__body::before { background-color: #121212; }

.tarif__option-ico { flex: 0 0 24px; width: 24px; height: 24px; margin-right: 11px; border-radius: 50%; background: url(../images/ico__no.svg) 50% 50% no-repeat #F4F4F4; }

.tarif__option-ico_1 { background-image: url(../images/ico__option-yes.svg); background-color: #121212; }

.tarif__order { flex: 0 0 170px; }

._ovh { position: relative; overflow: hidden; }

.video-reviews-wrap { margin-right: calc(50% - 50vw); }

.video-reviews { margin-left: -15px; margin-right: -15px; }
.video-reviews .slick-arrow { position: absolute; }

.pslider { margin-left: -15px; margin-right: -15px; }
.pslider .slick-list { overflow: visible; }

.video-reviews-arrows { display: flex; align-items: center; height: 62px; gap: 30px; }
.video-reviews-arrows .slick-arrow { background-color: transparent; font-size: 30px; padding: 0; cursor: pointer; color: inherit; }
.video-reviews-arrows .slick-arrow i { display: block; }
.video-reviews-arrows .slick-arrow:hover { color: #959595; }
.video-reviews-arrows .slick-disabled { color: #959595; pointer-events: none; }

.pslider-arrows { display: flex; align-items: center; height: 62px; gap: 30px; }
.pslider-arrows .slick-arrow { background-color: transparent; font-size: 30px; padding: 0; cursor: pointer; color: inherit; }
.pslider-arrows .slick-arrow i { display: block; }
.pslider-arrows .slick-arrow:hover { color: #959595; }
.pslider-arrows .slick-disabled { color: #959595; pointer-events: none; }

.pslider__slide { padding-left: 15px; padding-right: 15px; display: none; }

.pslider__link { display: block; margin-bottom: 30px; }
.pslider__link img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }

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

.pslider__tag { color: #121212; text-align: center; font-size: 18px; font-style: normal; font-weight: 400; line-height: 1; letter-spacing: -0.18px; padding: 11px 15px; background: #F4F4F4; }

.pslider__tag_first { background: #121212; color: #fff; }

.video-reviews__slide { width: 400px; padding-left: 15px; padding-right: 15px; }
.video-reviews__slide:not(.slick-slide) { display: none; }
.video-reviews__slide:not(.slick-active) { opacity: 0.2; pointer-events: none; }

.video-review__thumbnail { position: relative; width: 100%; display: block; padding-bottom: 65%; overflow: hidden; margin-bottom: 30px; }
.video-review__thumbnail img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.video-review__thumbnail i { position: absolute; font-size: 24px; background: #FFFFFF; border-radius: 50%; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; margin-left: -35px; color: #121212; margin-top: -35px; transition: all 0.3s; left: 50%; top: 50%; padding-left: 2px; }
.video-review__thumbnail:hover i { background-color: #121212; color: #fff; }

.video-review__info { display: flex; align-items: flex-start; }

.video-review__avatar { flex: 0 0 64px; margin-right: 15px; }
.video-review__avatar img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }

.video-review__author { font-weight: 400; font-size: 18px; line-height: 16px; letter-spacing: -0.01em; color: #FFFFFF; margin-bottom: 10px; }

.video-review__site { display: inline-block; background: #FFFFFF; padding: 4px; margin-top: -4px; margin-bottom: -4px; color: #121212; margin-left: 4px; }

.video-review__text { font-weight: 400; font-size: 18px; line-height: 1.33; letter-spacing: -0.01em; color: #959595; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }

.cta__before { font-weight: 400; font-size: 18px; line-height: 1.33; letter-spacing: -0.01em; color: #FFFFFF; margin-bottom: 25px; }

.cta__icon { margin-bottom: 25px; display: flex; align-items: center; }
.cta__icon::before { content: ""; margin-right: 15px; flex: 0 0 54px; width: 54px; height: 54px; border-radius: 50%; border: 1px solid #FFFFFF; background: url(../images/ico__tel.svg) 50% 50% no-repeat; }

.cta__icon_2::before { background-image: url(../images/ico__profile.svg); }

.cta__woman { margin-bottom: -120px; position: relative; }
@media screen and (min-width: 1200px) { .cta__woman { position: absolute; left: 15px; bottom: 0; width: 450px; } }

.cta__woman-image img { display: block; }

.cta__woman-name { padding: 15px; border-bottom: 1px solid rgba(18, 18, 18, 0.1); }

.cta__woman-text { letter-spacing: -0.01em; padding: 15px; color: #959595; }

.cta__woman-info { position: absolute; background: #fff; font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: -0.03em; min-width: 253px; color: #121212; white-space: nowrap; position: absolute; bottom: 252px; left: 0; }
.cta__woman-info::before { margin-left: 26px; left: 100%; height: 19px; bottom: 4px; width: 1px; background-color: #fff; content: ''; position: absolute; }
.cta__woman-info::after { margin-left: 26px; left: 100%; height: 38px; bottom: 23px; width: 1px; background-color: #fff; content: ''; position: absolute; transform: rotate(-45deg); transform-origin: 100% 100%; }

.cta__woman-line { position: absolute; left: 100%; margin-left: 16px; top: 100%; margin-top: -4px; border: 1px solid #fff; width: 19px; height: 19px; border-radius: 50%; }
.cta__woman-line::before { width: 7px; height: 7px; top: 50%; left: 50%; margin-left: -3.5px; margin-top: -3.5px; border-radius: 50%; background: #fff; position: absolute; content: ''; animation: scaleme 3s; animation-iteration-count: infinite; }

.steps-wrap { position: relative; overflow-y: auto; max-height: 330px; }
.steps-wrap::-webkit-scrollbar { width: 9px; background: transparent; }
.steps-wrap::-webkit-scrollbar-track { width: 1px; background: #E6E6E6; }
.steps-wrap::-webkit-scrollbar-thumb { background: #121212; width: 9px; }

.steps { position: relative; }
.steps::before { left: 210px; position: absolute; top: 0; bottom: 0; width: 1px; content: ''; background: #E6E6E6; }

.step { display: flex; align-items: center; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #E6E6E6; }
.step:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }

.step__title { flex: 0 0 260px; font-size: 18px; line-height: 1; letter-spacing: -0.03em; }

.step__num { font-weight: 700; font-size: 34px; line-height: 1; margin-bottom: 0.5em; }

.step__desc { font-size: 18px; padding-right: 1em; line-height: 1.33; }

.faq__item { margin-bottom: 30px; }

.faq__head { display: flex; align-items: center; justify-content: space-between; background: #FFFFFF; height: 90px; border: 1px solid #FFFFFF; padding: 15px 30px; cursor: pointer; color: #121212; font-size: 18px; line-height: 1.33; transition: all 0.3s; }
.faq__head:hover { background-color: transparent; color: #fff; }
.faq__head.active .faq__icon::before { content: '-'; }

.faq__title { flex: 1 1 auto; }

.faq__icon { font-weight: 400; font-size: 32px; line-height: 16px; }
.faq__icon::before { content: '+'; }

.faq__body { font-weight: 400; font-size: 18px; line-height: 24px; display: none; padding: 30px; background: #fff; color: #121212; margin-top: 5px; }
.faq__body *:last-child { margin-bottom: 0; }

.dataTables_length { display: none; }

.dataTables_filter { display: none; }

.tablepress { width: 100%; }
.tablepress th { width: auto !important; cursor: pointer; }
.tablepress thead { display: none !important; }
.tablepress td em { font-weight: 700; font-size: 18px; line-height: 1; letter-spacing: -0.01em; color: #121212; font-style: normal; }
.tablepress caption { display: none; }

.dataTables_info { display: none; }

.dataTables_paginate { display: flex; align-items: center; gap: 20px; }

.paginate_button { font-size: 0; width: 32px; height: 15px; cursor: pointer !important; background: url(../images/prev.svg) 50% 50% no-repeat; }
.paginate_button.next { background-image: url(../images/next.svg); }
.paginate_button.disabled { opacity: 0.5; pointer-events: none; }

.brief__box { padding-bottom: var(--p40); }
.brief__box .wpcf7-text { border-bottom: 1px solid #959595; }
.brief__box .brief__radio .wpcf7-list-item-label { background: #F4F4F4; color: #959595; transition: all 0.3s; }
@media screen and (min-width: 992px) { .brief__box .brief__radio .wpcf7-list-item-label:hover { background-color: #121212; color: #fff; } }
.brief__box .qbutton:not(:hover) { background-color: #F4F4F4; background-image: url(../images/ico__attach_noactive.svg); color: #959595; }
.brief__box:has(._notempty) .wpcf7-text:not(._notempty), .brief__box:has(input:checked) .wpcf7-text:not(._notempty), .brief__box:has(.mfcf7-zl-multifile-name:not(:empty)) .wpcf7-text:not(._notempty) { border-bottom: 1px solid #959595; }
.brief__box:has(._notempty) .brief__box-title, .brief__box:has(input:checked) .brief__box-title, .brief__box:has(.mfcf7-zl-multifile-name:not(:empty)) .brief__box-title { color: #121212; }
.brief__box:has(._notempty) .wpcf7-text, .brief__box:has(input:checked) .wpcf7-text, .brief__box:has(.mfcf7-zl-multifile-name:not(:empty)) .wpcf7-text { border-bottom-color: #121212; }
.brief__box:has(._notempty) .brief__radio .wpcf7-list-item-label, .brief__box:has(input:checked) .brief__radio .wpcf7-list-item-label, .brief__box:has(.mfcf7-zl-multifile-name:not(:empty)) .brief__radio .wpcf7-list-item-label { background: #F4F4F4; color: #121212; }
.brief__box:has(._notempty) .brief__radio input:checked + .wpcf7-list-item-label, .brief__box:has(input:checked) .brief__radio input:checked + .wpcf7-list-item-label, .brief__box:has(.mfcf7-zl-multifile-name:not(:empty)) .brief__radio input:checked + .wpcf7-list-item-label { background: #121212; color: #fff; }
.brief__box:has(._notempty) .qbutton:not(:hover), .brief__box:has(input:checked) .qbutton:not(:hover), .brief__box:has(.mfcf7-zl-multifile-name:not(:empty)) .qbutton:not(:hover) { background: url(../images/ico__attach.svg) 15px 50% no-repeat #F4F4F4; color: #121212; }
@media screen and (min-width: 992px) { .brief__box .wpcf7-acceptance { margin-bottom: 15px; } }

.brief__box_last { padding-bottom: 0; }

.brief__box-title { font-weight: 700; font-size: 34px; line-height: 1; letter-spacing: -0.03em; color: #959595; margin-bottom: 50px; }

.brief__file { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 30px; }
.brief__file p:empty { display: none; }
.brief__file label { margin: 0; }

#mfcf7_zl_multifilecontainer { order: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 0; row-gap: 10px; background: url(../images/ico__attach_white.svg) no-repeat, url(../images/ico__remove_white.svg) no-repeat; background-size: 0 0; background-position: -100% -100%; }

.qbutton { font-weight: 400; font-size: 18px; line-height: 16px; letter-spacing: -0.01em; color: #121212; height: 56px; width: 199px; background: url(../images/ico__attach.svg) 15px 50% no-repeat #F4F4F4; margin-right: 20px; padding-left: 23px; text-align: center; border: 1px solid #F4F4F4; transition: all 0.3s; cursor: pointer; }
.qbutton:hover { border: 1px solid #121212; background-color: #121212; background-image: url(../images/ico__attach_white.svg); color: #fff; }

div#mfcf7_zl_multifilecontainer p { margin-bottom: 0; display: flex; align-items: center; font-weight: 400; font-size: 18px; line-height: 16px; letter-spacing: -0.01em; color: #121212; gap: 7px; }

@media screen and (min-width: 992px) { div#mfcf7_zl_multifilecontainer { margin-top: 0; } }

a.mfcf7_zl_delete_file { background: url(../images/ico__remove.svg) 50% 50% no-repeat #F4F4F4; width: 20px; height: 20px; flex: 0 0 20px; border-radius: 50%; order: -1; transition: all 0.3s; }
a.mfcf7_zl_delete_file span { display: none; }
a.mfcf7_zl_delete_file:hover { background-image: url(../images/ico__remove_white.svg); background-color: #000; }

.brief__radio { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 30px; }
.brief__radio label { margin: 0; cursor: pointer; }
.brief__radio label input { display: none; }
.brief__radio label input:checked ~ span { background: #121212 !important; color: #fff !important; }
.brief__radio label span { font-weight: 400; display: block; font-size: 18px; line-height: 16px; text-align: center; letter-spacing: -0.01em; color: #222222; padding: 20px 15px; }

.project-video { position: relative; margin-bottom: var(--p70); }
.project-video video, .project-video img { width: 100%; height: auto; display: block; }
.project-video::after { position: absolute; background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 100%); left: 0; top: 0; right: 0; bottom: 0; content: ''; }

.project-page__header { margin-bottom: 10px; }
@media screen and (min-width: 576px) { .project-page__header { margin-bottom: 30px; } }
@media screen and (min-width: 992px) { .project-page__header { margin-bottom: 0; } }

.project-page__link { padding-left: 30px; padding-right: 30px; background: #F4F4F4; color: #121212; border: 1px solid #F4F4F4; margin-bottom: 20px; }
@media screen and (min-width: 992px) { .project-page__link { margin-top: 3px; } }
@media screen and (min-width: 576px) { .project-page__link { margin-bottom: 0; } }
.project-page__link:hover { background: #121212; color: #fff; border-color: #121212; }

.project-page__content { margin-bottom: var(--p70); }

.main_ovh { overflow: hidden; position: relative; padding-bottom: var(--p120); }

.page-content h2 { font-size: 34px; line-height: 1; margin-bottom: 1em; }

.content table { margin-bottom: 30px; }
.content table:last-child { margin-bottom: 0; }
.content table td { padding: 0.7em 0.7em 0.7em 0; border-bottom: 1px solid #959595; }
.content table td:last-child { padding-right: 0; }
.content ul:not([class]), .content ul.task-list { list-style: none; line-height: 1.33; margin-bottom: 1.5em; }
.content ul:not([class]):last-child, .content ul.task-list:last-child { margin-bottom: 0; }
.content ul:not([class]) li, .content ul.task-list li { margin-bottom: 20px; position: relative; padding-left: 34px; }
.content ul:not([class]) li:last-child, .content ul.task-list li:last-child { margin-bottom: 0; }
.content ul:not([class]) li::before, .content ul.task-list li::before { content: ''; position: absolute; border: 1px solid #121212; left: 0; top: 0; border-radius: 50%; width: 24px; height: 24px; box-shadow: inset 0 0 0 6px #fff; background: #121212; }
.content ol:not([class]) { list-style: none; counter-reset: ol; line-height: 1.33; margin-bottom: 1.5em; }
.content ol:not([class]) li { margin-bottom: 20px; position: relative; padding-left: 34px; }
.content ol:not([class]) li:last-child { margin-bottom: 0; }
.content ol:not([class]) li::before { content: counter(ol); counter-increment: ol; position: absolute; left: 0; top: 0; border-radius: 50%; width: 24px; line-height: 1.3; height: 24px; text-align: center; color: #fff; background: #121212; }
.content ol:not([class]):last-child { margin-bottom: 0; }
.content ul.task-list { display: flex; gap: 30px; row-gap: 20px; flex-wrap: wrap; }
.content ul.task-list li { margin-bottom: 0; }
.content ul.task-list:last-child { margin-bottom: 0; }
.content *:last-child { margin-bottom: 0; }

.wp-block-group { margin-bottom: var(--p70); }

.article__fw-image-wrap { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-bottom: var(--p70); }

.article__fw-image { position: relative; }
.article__fw-image img { display: block; width: 100%; }

.article__fw-caption { position: absolute; left: 0; right: 0; bottom: 30px; }
.article__fw-caption span { font-weight: 400; font-size: 18px; float: right; background: #121212; line-height: 16px; letter-spacing: -0.01em; color: #FFFFFF; padding: 15px 20px; display: inline-block; }
.article__fw-caption span:empty { display: none; }

.wp-block-quote { margin-bottom: 1.33em; margin-top: 1.33em; display: inline-block; width: 100%; border: 1px solid #E6E6E6; position: relative; padding: 40px 60px; color: #959595; }
.wp-block-quote::before { content: ""; position: absolute; width: 66px; height: 62px; background: url(../images/ico__quote.svg) 0 0 no-repeat #fff; left: -24px; top: -19px; }
.wp-block-quote * { position: relative; }

.wp-block-audio { margin-bottom: 1.5em; }

.audio-player { display: flex; height: 35px; align-items: center; gap: 11px; padding-left: 11px; padding-right: 11px; background: #F4F4F4; }
.audio-player ~ audio { display: none; }

.audio-play { width: 22px; height: 22px; flex: 0 0 22px; background: url(../images/ico__audio-play.svg) 50% 50% no-repeat; }

._played .audio-play { background-image: url(../images/ico__audio-pause.svg); }

.audio-player__progress { background: #959595; border-radius: 4px; height: 4px; flex: 1 1 auto; position: relative; }

.audio-player__current { background: #121212; width: 8px; height: 8px; position: absolute; top: -2px; border-radius: 50%; }

.audio-player__duration { font-weight: 400; font-size: 15px; line-height: 18px; color: #959595; }

.wp-block-video { margin-bottom: var(--p70); position: relative; }

.video-play { position: absolute; font-size: 0; background: transparent; transform: translate(-50%, -50%); display: flex; left: 50%; top: 50%; align-items: center; justify-content: center; cursor: pointer; }

.active + .video-play { opacity: 0; }

.article__fw-slider-wrap { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-bottom: var(--p70); position: relative; }

.article__fw-slide { position: relative; }
.article__fw-slide img { width: 100%; }

.article__fw-slider-arrows { position: absolute; padding-left: 15px; padding-right: 15px; width: 100%; max-width: 1200px; z-index: 3; left: 50%; top: 50%; height: 1px; transform: translate(-50%, -50%); display: flex; align-items: center; font-size: 0; justify-content: space-between; }
.article__fw-slider-arrows .slick-arrow { background: rgba(244, 244, 244, 0.2); width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #fff; transition: all 0.3s; font-size: 30px; }
.article__fw-slider-arrows .slick-arrow:hover { background-color: #fff; color: #121212; }

.reviews__header { margin-bottom: 30px; }
@media screen and (min-width: 992px) { .reviews__header { margin-bottom: 70px; align-items: center; }
  .reviews__header .section__title, .reviews__header h2 { margin-bottom: 0; } }

.reviews__before { margin-bottom: 18px; font-weight: 400; font-size: 18px; line-height: 1.3; padding-top: 11px; padding-bottom: 11px; color: #959595; display: flex; align-items: center; justify-content: center; padding-left: 1em; padding-right: 1em; min-height: 56px; border: 1px solid #E6E6E6; gap: 10px; }
.reviews__before i { font-size: 1.1em; }
@media screen and (min-width: 576px) { .reviews__before { margin-bottom: 0; } }

.review-group { display: flex; flex-direction: column; gap: var(--p70); }
@media screen and (min-width: 1200px) { .review-group { max-width: 545px; } }

.review-groups { position: relative; }
.review-groups::before { content: ''; position: absolute; left: 50%; width: 1px; margin-left: -0.5px; top: 0; bottom: 0; background: #E6E6E6; }

.review-groups__row { position: relative; padding-bottom: 50px; margin-bottom: 50px; }
.review-groups__row::before { content: ''; position: absolute; left: 15px; right: 15px; top: 100%; height: 1px; background: #E6E6E6; }
.review-groups__row:last-child { margin-bottom: 0; padding-bottom: 0; }
.review-groups__row:last-child::before { display: none; }

.review { max-width: 505px; display: flex; }

.review__avatar { flex: 0 0 64px; margin-right: 20px; }
.review__avatar img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }

.review__header { display: flex; align-items: center; font-weight: 400; font-size: 18px; line-height: 16px; letter-spacing: -0.01em; color: #121212; gap: 5px; margin-bottom: 17px; }

.review__project { display: inline-block; padding: 4px; color: #fff; background: #121212; }

.review__link { font-size: 12px; color: #121212; width: 24px; height: 24px; border: 1px solid #121212; flex: 0 0 24px; text-align: center; line-height: 21px; }
.review__link i { vertical-align: middle; }
.review__link:hover { background-color: #121212; color: #fff; }

.review__body { position: relative; overflow: hidden; margin-bottom: 20px; font-weight: 400; font-size: 18px; line-height: 1.33; letter-spacing: -0.01em; color: #959595; transition: all 0.3s; }
.review__body.review__body--small ~ .review__toggle { display: inline-block; }
.review__body.review__body--small:not(.opened) { height: 96px !important; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; -line-clamp: 4; overflow: hidden; text-overflow: ellipsis; }

.review__toggle { font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: -0.01em; padding-bottom: 0.5em; display: none; position: relative; }
.review__toggle::before { content: 'Читать далее'; }
.review__toggle:hover::after { width: 100%; }
.review__toggle.active::before { content: 'Свернуть'; }
.review__toggle::after { content: ""; position: absolute; height: 1.5px; left: 0; bottom: 0; transition: all 0.3s; background-color: #121212; width: 18px; }

.ymaps-2-1-79-copyrights-pane { display: none !important; }

.section_contacts { position: relative; }

.contacts__item { margin-bottom: 38px; }
.contacts__item:last-child { margin-bottom: 0; }

.contacts__label { font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: -0.01em; color: #959595; margin-bottom: 10px; }

.contacts__value { font-weight: 400; font-size: 34px; line-height: 1; letter-spacing: -0.05em; }

.map { position: absolute; right: 0; width: 50%; top: 30px; bottom: 0; }

.placemark_layout_container { width: 56px; height: 56px; }
.placemark_layout_container img { width: 56px; height: 56px; }

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

.noscroll { position: relative; overflow: hidden; width: 100%; height: 100%; }
.noscroll body { width: 100%; height: 100%; overflow: hidden; position: relative; }

.error404 .header { display: none; }
.error404 .footer { display: none; }

.main-pnf { height: 100%; width: 100%; flex-grow: 1; display: flex; align-items: center; justify-content: center; position: relative; }
.main-pnf::before { left: 0; right: 0; top: 0; height: 50%; position: absolute; content: ""; background: #121212; }

.pnf { position: relative; text-align: center; padding-top: 106px; padding-bottom: 106px; }

.pnf__img { font-weight: 700; font-size: 200px; line-height: 1; letter-spacing: -0.03em; background: linear-gradient(180deg, #FFFFFF 50%, #121212 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }

.pnf__btn { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 270px; margin-top: 50px; }

.filters { margin-top: 30px; }

.filters__groups { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; margin: 0; }

.filters__label { position: relative; display: block; margin: 0; font-weight: 400; font-size: 18px; line-height: 16px; letter-spacing: -0.01em; color: #121212; padding: 17px 22px; transition: all 0.3s; cursor: pointer; background: #F4F4F4; }
.filters__label input { display: none; }
.filters__label.checked, .filters__label:hover { color: #FFFFFF; background-color: #121212; }

@media screen and (min-width: 992px) { .vacancy__title { margin-bottom: 0; } }

.vacancy__form-wrap { position: relative; }

.vacancy__form { background: #FFFFFF; padding: 50px; box-shadow: 0 0 0 1px #959595; }

.form-white { color: #121212; }

.vacancy__form-title { font-weight: 400; font-size: 34px; line-height: 1; margin-bottom: 30px; letter-spacing: -0.03em; }

.form__select { position: relative; margin-bottom: -5px; }

.form__select-header { display: inline-block; font-size: 18px; line-height: 1; display: inline-flex; align-items: center; gap: 5px; color: #959595; cursor: pointer; }
.form__select-header > p { display: flex; align-items: center; gap: 5px; }
.form__select-header i { width: 10px; height: 10px; display: inline-block; vertical-align: middle; transition: all 0.3s; background: url(../images/ico__select_gray.svg) 50% 50% no-repeat; }
.form__select-header.active i { transform: rotate(180deg); }

.form__select-body { position: absolute; background: inherit; color: inherit; top: 100%; background: #fff; padding: 5px 10px 5px 0; display: none; }

.form__messengers { list-style: none; margin: 0; color: #959595; }
.form__messengers li { padding: 5px 0; cursor: pointer; }
.form__messengers li:hover { color: #121212; }

.vacancy__form { position: relative; }

.vacancy__form-success { position: absolute; display: flex; opacity: 0; pointer-events: none; align-items: flex-start; justify-content: center; flex-direction: column; padding: 70px; font-size: 34px; line-height: 1; background: #fff; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.3s; letter-spacing: -0.03em; }
.vacancy__form-success.active { pointer-events: all; opacity: 1; }
.vacancy__form-success .ico__success { background: #121212; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; font-size: 18px; margin-bottom: 20px; }

#maxsticky { height: 1px; }

body.fancybox-active { width: 100%; height: 100%; overflow: hidden; position: relative; max-height: 100vh; }

.invalid p:has(.wpcf7-not-valid) .form__label { color: red; }

.invalid .brief__box:has(.wpcf7-not-valid) .brief__box-title { color: red; }

.nf { display: flex; align-items: center; background: #F4F4F4; padding: 34px 30px; gap: 20px; justify-content: space-between; }

.nf__title { padding-left: 44px; background: url(../images/ico__info_b.svg) 0 50% no-repeat; color: #121212; font-size: 18px; font-style: normal; font-weight: 400; line-height: 24px; /* 133.333% */ letter-spacing: -0.18px; flex: 1 1 auto; }

.nf__btn { flex: 0 0 auto; }

@media (min-width: 1200px) { .single-job .header { position: absolute; left: 0; top: 0; right: 0; }
  .vacancy { display: flex; align-items: center; padding-top: 0; padding-bottom: 0; }
  .vacancy .row { align-items: stretch !important; }
  .vacancy__title { display: flex; align-items: center; height: auto; padding-top: 200px; padding-bottom: 200px; min-height: 100vh; }
  .vacancy__form-wrap { position: absolute; right: 15px; left: 15px; top: 200px; } }
@media (min-width: 1900px) { .first-screen { min-height: 0; padding: 325px 0; }
  .vacancy__title { min-height: 750px; padding-top: 150px; padding-bottom: 150px; } }
@media (min-width: 1200px) { .page-template-service .header { background: transparent; }
  .first-box__worker-info { right: 15px; }
  .first-box__worker-info::before { left: auto; right: 100%; margin-right: 26px; background-color: transparent; border-left: 1px solid #121212; }
  .first-box__worker-info::after { margin-right: 26px; left: auto; right: 100%; transform: rotate(47deg); background-color: transparent; border-left: 1px solid #121212; }
  .first-box__worker-line { left: auto; right: 100%; margin-right: 16px; } }
@media (max-width: 1199px) { .video-reviews__slide { width: 480px; }
  .first-box__worker { margin-right: calc(50% - 50vw); }
  .calc__option { flex: 0 0 33.33%; }
  .tarif__options { columns: 2; } }
@media (max-width: 991px) { .logo { font-size: 24px; }
  .page-content h2 { font-size: 22px; }
  .content .task-list li { flex: 0 0 100%; }
  #mfcf7_zl_multifilecontainer { margin-top: 20px; flex: 0 0 100%; }
  :root { --p150: 50px; --p120: 20px; --p70: 30px; --p40: 20px; }
  .first-screen__sub { bottom: 50px; font-size: 22px; line-height: 1.3; }
  h1 { font-size: 34px; line-height: 1.18; }
  .first-screen { padding: 120px 0; }
  .brief__box-title { font-size: 22px; margin-bottom: 30px; }
  .header { padding-top: 20px; }
  h1 { margin-bottom: 30px; }
  .section__title, h2 { font-size: 34px; line-height: 1; }
  .project-card__title { font-size: 22px; margin-bottom: 15px; }
  .footer__sep { height: 0; }
  .copy { margin-bottom: 20px; }
  .footer { padding-bottom: 20px; }
  .menu-box__list { font-size: 22px; line-height: 1; }
  .menu-box__list li a { padding-top: 16px; padding-bottom: 16px; }
  .section_contacts { padding-bottom: 0; }
  .map { margin-top: var(--p150); position: relative; top: 0; bottom: 0; left: 0; right: 0; width: auto; height: 260px; max-height: 80vh; }
  .contacts__item { margin-bottom: 30px; }
  .contacts__label { font-size: 16px; margin-bottom: 12px; }
  .contacts__value { font-size: 22px; line-height: 1.2; }
  .video-reviews__slide { width: 360px; }
  .review-group { display: block; }
  .review { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #E6E6E6; }
  .video-review__thumbnail { margin-bottom: 20px; }
  .video-review__thumbnail i { width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; font-size: 21px; }
  .video-review__avatar, .review__avatar { flex: 0 0 60px; }
  .video-review__avatar img, .review__avatar img { width: 60px; height: 60px; }
  .video-review__text { -webkit-line-clamp: 3; line-clamp: 3; }
  .video-review__site { display: block; width: fit-content; margin-top: 10px; margin-left: 0; margin-bottom: 0; }
  .review { max-width: 100%; margin-bottom: 20px; padding-bottom: 20px; }
  .review-groups__row:last-child .review-group:last-child .review { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
  .review-groups__row { margin-bottom: 0; padding-bottom: 0; }
  .review-groups__row::before { display: none; }
  .preim { flex: 0 0 250px; margin-right: 20px; font-weight: 400; font-size: 16px; line-height: 1.38; letter-spacing: -0.01em; color: #121212; padding: 20px; height: 160px; }
  .preim__text { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; -line-clamp: 4; overflow: hidden; text-overflow: ellipsis; }
  .first-box__worker { bottom: -50px; height: auto; right: auto; left: 15px; }
  .first-box__content h1 { margin-bottom: 170px; }
  .first-box__worker-photo { width: 300px; text-align: center; height: auto; max-height: 410px; margin-left: 130px; }
  .first-box__worker-photo img { margin-left: auto; margin-right: auto; max-height: 410px; }
  .first-box__worker-info { left: 0; bottom: 260px; right: auto; }
  .first-box__worker-info * { padding: 10px; font-size: 16px; }
  .first-box__worker-line { margin-left: 96px; margin-top: 11px; }
  .first-box__worker-info::before { margin-left: 0; left: 50%; height: 21px; bottom: -21px; }
  .first-box__worker-info::after { transform: none; left: 50%; bottom: -21px; width: calc(50% + 96.1px); height: 1px; margin-left: 0; }
  .preim__title { font-size: 22px; line-height: 1; margin-bottom: 10px; }
  .calc__box-title { font-size: 22px; margin-bottom: 30px; }
  .calc__option { flex: 0 0 50%; }
  .calc__total { margin-bottom: 50px; }
  .tarifs { display: flex; scroll-snap-type: x mandatory; overflow-x: auto; margin-right: calc(50% - 50vw); }
  .tarifs::-webkit-scrollbar { display: none; }
  .tarifs::before { display: none; }
  .info-hover__body { left: auto; margin-left: 0; right: 0; top: 100%; margin-top: 20px; }
  .info-hover__body::before { left: auto; right: 10px; width: 18px; height: 24px; transform: skewY(-45deg); }
  .tarif { flex-direction: column; border-right: 1px solid #E6E6E6; margin-right: 10px; padding-right: 10px; flex: 0 0 251px; align-items: stretch; margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
  .tarif:last-child { border-right: 0; }
  .cta__woman { margin-bottom: -50px; margin-top: 20px; }
  .cta__before { margin-bottom: 5px; }
  .tarif__head { flex: 0 0 auto; padding-right: 0; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #E6E6E6; }
  .tarif__options { columns: 1; margin-bottom: 0; padding-bottom: 3px; }
  .tarif__option-ico { flex: 0 0 19px; width: 19px; height: 19px; margin-right: 10px; background-size: 7px 7px; }
  .tarif__option-ico_1 { background-size: 100% 100%; }
  .tarif__order { flex: 0 0 auto; }
  .tarif__info { flex: 1 1 auto; }
  .tarif__option { margin-bottom: 17px; }
  .tarif__title { font-size: 22px; margin-bottom: 10px; }
  .faq__head { min-height: 56px; height: auto; padding: 15px 20px; }
  .faq__body { padding: 20px; }
  .faq__item { margin-bottom: 20px; }
  .faq { margin-bottom: 10px; }
  .step { display: block; border-bottom: 0; padding-bottom: 0; }
  .steps::before { display: none; }
  .step__title { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #E6E6E6; }
  .step__num { font-size: 22px; margin-bottom: 10px; }
  .article__fw-caption span { font-size: 16px; padding: 15px; }
  .content ol:not([class]) li::before { top: 2px; }
  .content ul:not([class]) li::before, .content ul.task-list li::before { top: 2px; }
  .wp-block-quote { padding: 20px; margin-top: 15px; margin-left: 19px; }
  .wp-block-quote::before { width: 42px; height: 67px; left: -19px; top: -12px; background-size: 31px auto; }
  .article__fw-slider-arrows .slick-arrow { width: 46px; height: 46px; font-size: 21px; }
  .article__fw-caption { bottom: 15px; }
  .vacancy__form { transform: translateY(0) !important; }
  .review-groups::before { display: none; } }
@media (max-width: 767px) { .pslider { margin-left: 0; margin-right: -10px; }
  .pslider__slide { padding-left: 0; padding-right: 10px; width: 260px; }
  .pslider__link { margin-bottom: 20px; }
  .pslider__tags { flex-wrap: wrap; }
  .pslider__tag { flex: 1 1 40%; text-align: center; padding-left: 0; padding-right: 0; }
  .pslider__tag_first { flex: 0 0 100%; }
  .vacancy__form { padding: 20px; }
  .vacancy__form-success { padding: 20px; }
  .filters__label { font-size: 16px; line-height: 1; padding: 12px 10px; }
  .nav__menu { display: block; height: auto; width: auto; margin: 0; font-size: 34px; line-height: 1; padding-bottom: 50px; }
  .nav__menu li { margin-bottom: 30px; }
  .nav__menu li a::before { left: -30px; }
  .nav { display: block; padding: 124px 0 75px; }
  .nav__footer { position: relative; left: 0; right: 0; bottom: 0; top: 0; padding-bottom: 0; }
  .popup { width: 300px; padding: 20px; }
  .popup__title, .thank-text { font-size: 22px; }
  .review__author { flex: 0 0 100%; margin-bottom: 3px; }
  .review__avatar { margin-right: 10px; }
  .review__header { flex-wrap: wrap; gap: 7px; }
  .review__body { margin-left: -70px; width: auto; margin-bottom: 16px; }
  .review__toggle { width: auto; white-space: nowrap; margin-left: -70px; }
  .calc__option { flex: 0 0 100%; }
  .checkbox-comment { height: 56px; display: flex; align-items: center; }
  .cta__woman { max-width: 260px; margin-left: auto; margin-right: auto; }
  .cta__woman-info { min-width: 173px; left: 50%; transform: translateX(-50%); bottom: 120px; top: auto; }
  .cta__woman-info > * { padding: 10px; }
  .cta__woman-line { margin-left: 0; left: 50%; margin-top: 19px; transform: translateX(-50%); }
  .cta__woman-info::after { display: none; }
  .cta__woman-info::before { left: 50%; margin-left: -0.5px; bottom: -19px; height: 19px; }
  .project-card__preview { margin-bottom: 20px; }
  .calc__option > span:not(.info-hover), .tarif__option > span:not(.info-hover) { flex-grow: 1; }
  .tarif__option .info-hover__body { width: 240px; }
  .video-review__content { max-height: 131px; overflow: hidden; position: relative; }
  .fancybox-slide { padding: 0; }
  .vacancy__form-title { font-size: 22px; }
  .nf { flex-wrap: wrap; padding: 20px; }
  .nf__title { padding-left: 0; padding-top: 34px; background-position: 0 0; }
  .nf__title, .nf__btn { flex: 0 0 100%; } }
@media (max-width: 576px) { .pnf { padding-top: 86px; padding-bottom: 86px; }
  .nav { height: 100dvh; }
  .pnf__img { font-size: 150px; }
  .pnf__btn { width: 100%; }
  .video-reviews__slide { width: 260px; padding-left: 5px; padding-right: 5px; }
  .video-reviews { margin-left: -5px; margin-right: -5px; }
  .checkbox-comment { height: auto; }
  .first-screen { min-height: 568px; } }
