@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; }

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: -0.75rem; margin-left: -0.75rem; }

.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: 0.75rem; padding-left: 0.75rem; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }

.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }

.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }

.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }

.col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }

.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }

.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }

.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -ms-flex-order: -1; order: -1; }

.order-last { -ms-flex-order: 13; order: 13; }

.order-0 { -ms-flex-order: 0; order: 0; }

.order-1 { -ms-flex-order: 1; order: 1; }

.order-2 { -ms-flex-order: 2; order: 2; }

.order-3 { -ms-flex-order: 3; order: 3; }

.order-4 { -ms-flex-order: 4; order: 4; }

.order-5 { -ms-flex-order: 5; order: 5; }

.order-6 { -ms-flex-order: 6; order: 6; }

.order-7 { -ms-flex-order: 7; order: 7; }

.order-8 { -ms-flex-order: 8; order: 8; }

.order-9 { -ms-flex-order: 9; order: 9; }

.order-10 { -ms-flex-order: 10; order: 10; }

.order-11 { -ms-flex-order: 11; order: 11; }

.order-12 { -ms-flex-order: 12; order: 12; }

.offset-1 { margin-left: 8.333333%; }

.offset-2 { margin-left: 16.666667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.333333%; }

.offset-5 { margin-left: 41.666667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.333333%; }

.offset-8 { margin-left: 66.666667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.333333%; }

.offset-11 { margin-left: 91.666667%; }

@media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { -ms-flex-order: -1; order: -1; }
  .order-sm-last { -ms-flex-order: 13; order: 13; }
  .order-sm-0 { -ms-flex-order: 0; order: 0; }
  .order-sm-1 { -ms-flex-order: 1; order: 1; }
  .order-sm-2 { -ms-flex-order: 2; order: 2; }
  .order-sm-3 { -ms-flex-order: 3; order: 3; }
  .order-sm-4 { -ms-flex-order: 4; order: 4; }
  .order-sm-5 { -ms-flex-order: 5; order: 5; }
  .order-sm-6 { -ms-flex-order: 6; order: 6; }
  .order-sm-7 { -ms-flex-order: 7; order: 7; }
  .order-sm-8 { -ms-flex-order: 8; order: 8; }
  .order-sm-9 { -ms-flex-order: 9; order: 9; }
  .order-sm-10 { -ms-flex-order: 10; order: 10; }
  .order-sm-11 { -ms-flex-order: 11; order: 11; }
  .order-sm-12 { -ms-flex-order: 12; order: 12; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.333333%; }
  .offset-sm-2 { margin-left: 16.666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.333333%; }
  .offset-sm-5 { margin-left: 41.666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.333333%; }
  .offset-sm-8 { margin-left: 66.666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.333333%; }
  .offset-sm-11 { margin-left: 91.666667%; } }
@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-md-first { -ms-flex-order: -1; order: -1; }
  .order-md-last { -ms-flex-order: 13; order: 13; }
  .order-md-0 { -ms-flex-order: 0; order: 0; }
  .order-md-1 { -ms-flex-order: 1; order: 1; }
  .order-md-2 { -ms-flex-order: 2; order: 2; }
  .order-md-3 { -ms-flex-order: 3; order: 3; }
  .order-md-4 { -ms-flex-order: 4; order: 4; }
  .order-md-5 { -ms-flex-order: 5; order: 5; }
  .order-md-6 { -ms-flex-order: 6; order: 6; }
  .order-md-7 { -ms-flex-order: 7; order: 7; }
  .order-md-8 { -ms-flex-order: 8; order: 8; }
  .order-md-9 { -ms-flex-order: 9; order: 9; }
  .order-md-10 { -ms-flex-order: 10; order: 10; }
  .order-md-11 { -ms-flex-order: 11; order: 11; }
  .order-md-12 { -ms-flex-order: 12; order: 12; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.333333%; }
  .offset-md-2 { margin-left: 16.666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.333333%; }
  .offset-md-5 { margin-left: 41.666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.333333%; }
  .offset-md-8 { margin-left: 66.666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.333333%; }
  .offset-md-11 { margin-left: 91.666667%; } }
@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { -ms-flex-order: -1; order: -1; }
  .order-lg-last { -ms-flex-order: 13; order: 13; }
  .order-lg-0 { -ms-flex-order: 0; order: 0; }
  .order-lg-1 { -ms-flex-order: 1; order: 1; }
  .order-lg-2 { -ms-flex-order: 2; order: 2; }
  .order-lg-3 { -ms-flex-order: 3; order: 3; }
  .order-lg-4 { -ms-flex-order: 4; order: 4; }
  .order-lg-5 { -ms-flex-order: 5; order: 5; }
  .order-lg-6 { -ms-flex-order: 6; order: 6; }
  .order-lg-7 { -ms-flex-order: 7; order: 7; }
  .order-lg-8 { -ms-flex-order: 8; order: 8; }
  .order-lg-9 { -ms-flex-order: 9; order: 9; }
  .order-lg-10 { -ms-flex-order: 10; order: 10; }
  .order-lg-11 { -ms-flex-order: 11; order: 11; }
  .order-lg-12 { -ms-flex-order: 12; order: 12; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.333333%; }
  .offset-lg-2 { margin-left: 16.666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.333333%; }
  .offset-lg-5 { margin-left: 41.666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.333333%; }
  .offset-lg-8 { margin-left: 66.666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.333333%; }
  .offset-lg-11 { margin-left: 91.666667%; } }
@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { -ms-flex-order: -1; order: -1; }
  .order-xl-last { -ms-flex-order: 13; order: 13; }
  .order-xl-0 { -ms-flex-order: 0; order: 0; }
  .order-xl-1 { -ms-flex-order: 1; order: 1; }
  .order-xl-2 { -ms-flex-order: 2; order: 2; }
  .order-xl-3 { -ms-flex-order: 3; order: 3; }
  .order-xl-4 { -ms-flex-order: 4; order: 4; }
  .order-xl-5 { -ms-flex-order: 5; order: 5; }
  .order-xl-6 { -ms-flex-order: 6; order: 6; }
  .order-xl-7 { -ms-flex-order: 7; order: 7; }
  .order-xl-8 { -ms-flex-order: 8; order: 8; }
  .order-xl-9 { -ms-flex-order: 9; order: 9; }
  .order-xl-10 { -ms-flex-order: 10; order: 10; }
  .order-xl-11 { -ms-flex-order: 11; order: 11; }
  .order-xl-12 { -ms-flex-order: 12; order: 12; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.333333%; }
  .offset-xl-2 { margin-left: 16.666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.333333%; }
  .offset-xl-5 { margin-left: 41.666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.333333%; }
  .offset-xl-8 { margin-left: 66.666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.333333%; }
  .offset-xl-11 { margin-left: 91.666667%; } }
@media (min-width: 1600px) { .col-hd { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-hd-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-hd-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-hd-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-hd-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-hd-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-hd-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-hd-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-hd-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-hd-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-hd-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-hd-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-hd-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-hd-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-hd-first { -ms-flex-order: -1; order: -1; }
  .order-hd-last { -ms-flex-order: 13; order: 13; }
  .order-hd-0 { -ms-flex-order: 0; order: 0; }
  .order-hd-1 { -ms-flex-order: 1; order: 1; }
  .order-hd-2 { -ms-flex-order: 2; order: 2; }
  .order-hd-3 { -ms-flex-order: 3; order: 3; }
  .order-hd-4 { -ms-flex-order: 4; order: 4; }
  .order-hd-5 { -ms-flex-order: 5; order: 5; }
  .order-hd-6 { -ms-flex-order: 6; order: 6; }
  .order-hd-7 { -ms-flex-order: 7; order: 7; }
  .order-hd-8 { -ms-flex-order: 8; order: 8; }
  .order-hd-9 { -ms-flex-order: 9; order: 9; }
  .order-hd-10 { -ms-flex-order: 10; order: 10; }
  .order-hd-11 { -ms-flex-order: 11; order: 11; }
  .order-hd-12 { -ms-flex-order: 12; order: 12; }
  .offset-hd-0 { margin-left: 0; }
  .offset-hd-1 { margin-left: 8.333333%; }
  .offset-hd-2 { margin-left: 16.666667%; }
  .offset-hd-3 { margin-left: 25%; }
  .offset-hd-4 { margin-left: 33.333333%; }
  .offset-hd-5 { margin-left: 41.666667%; }
  .offset-hd-6 { margin-left: 50%; }
  .offset-hd-7 { margin-left: 58.333333%; }
  .offset-hd-8 { margin-left: 66.666667%; }
  .offset-hd-9 { margin-left: 75%; }
  .offset-hd-10 { margin-left: 83.333333%; }
  .offset-hd-11 { margin-left: 91.666667%; } }
.d-none { display: none !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }

@media (min-width: 576px) { .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-sm-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }
@media (min-width: 768px) { .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-md-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }
@media (min-width: 992px) { .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-lg-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }
@media (min-width: 1200px) { .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }
@media print { .d-print-none { display: none !important; }
  .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-print-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }
.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; }

.flex-column { -ms-flex-direction: column !important; flex-direction: column !important; }

.flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }

.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }

.flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }

.flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }

.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }

.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }

.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }

.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; }

.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }

.align-items-center { -ms-flex-align: center !important; align-items: center !important; }

.align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }

.align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }

@media (min-width: 576px) { .flex-sm-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-sm-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-sm-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-sm-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-sm-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-sm-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-sm-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-sm-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-sm-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-sm-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-sm-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-sm-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-sm-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }
@media (min-width: 768px) { .flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-md-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-md-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-md-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-md-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }
@media (min-width: 992px) { .flex-lg-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-lg-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-lg-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-lg-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-lg-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-lg-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-lg-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-lg-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-lg-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-lg-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-lg-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-lg-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-lg-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }
@media (min-width: 1200px) { .flex-xl-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-xl-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-xl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-xl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-xl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-xl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-xl-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-xl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-xl-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-xl-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-xl-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-xl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-xl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

html, body { font-family: 'Inter'; font-style: normal; font-weight: 300; font-size: 0.909vw; line-height: 1.2; color: #000000; width: 100%; height: 100%; background: #FFFFFF; }

body { font-size: 1rem; overflow-x: hidden; position: relative; }

:root { --linkColor: #1875FF; }

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

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

a { color: #1875FF; transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1); }

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

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

.wrapper { min-height: 100vh; width: 100%; position: relative; overflow: hidden; z-index: 5; display: flex; flex-direction: column; }

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

._ovi { transition: all 1.5s ease-out; }

.noloaded ._ovi { transform: translateY(2%); opacity: 0; }
.noloaded ._ovi.home-header__svg { transform: translateX(-2%); opacity: 1; }
.noloaded .home-header__desc { transform: translateY(-2%); opacity: 0; }

.home-header__desc-logos { display: flex; align-items: center; gap: 1.7rem; margin-top: 0.8rem; max-width: 36.5rem; }

.home-header__desc-logo:nth-child(3) { transform: translateY(3%); }

.home-header__desc-sep { width: 1px; height: 1.75rem; flex-shrink: 0; background: #000; }

.wda { background: #000; color: #fff; }

.wda__flex { display: flex; }

.wda__left { flex: 1 1 auto; display: flex; align-items: center; padding-top: 1.3rem; padding-bottom: 1.3rem; padding-right: 3.2rem; border-right: 1px solid #fff; justify-content: space-between; }

.wda__cup-label { color: #FFF; font-family: Inter; font-size: 1.7rem; font-style: normal; font-weight: 300; line-height: 3.15rem; /* 185.294% */ }

.wda__cup-title { color: #FFF; font-family: Inter; font-size: 2.3rem; font-style: normal; font-weight: 700; line-height: 3.15rem; letter-spacing: 0.069rem; margin-bottom: 0.35rem; }
.wda__cup-title span { color: #B09983; }

.wda__cup-desc { color: #FFF; font-family: Inter; font-size: 0.9rem; font-style: normal; font-weight: 300; line-height: 1.2rem; /* 133.333% */ }

.wda__stars { width: 14.65rem; flex-shrink: 0; }
.wda__stars img { display: none; }

.stars[data-stars="1"] img:first-child { display: block; }
.stars[data-stars="2"] img:nth-child(2) { display: block; }
.stars[data-stars="3"] img:nth-child(3) { display: block; }
.stars[data-stars="4"] img:nth-child(4) { display: block; }
.stars[data-stars="5"] img:nth-child(5) { display: block; }

.wda__right { flex: 18.4rem; padding-left: 2rem; align-self: center; padding-top: 1rem; padding-bottom: 1rem; }

.wda__logo { width: 11.2rem; margin-bottom: 0.85rem; }

.wda__text { color: #FFF; font-family: Inter; font-size: 0.9rem; font-style: normal; font-weight: 300; line-height: 1.2rem; /* 133.333% */ }

a { color: inherit; }

.section { position: relative; min-height: 100vh; }

.section_first { display: flex; flex-direction: column; justify-content: space-between; min-height: 100vh; position: relative; }

.cat { position: absolute; right: 13.15rem; bottom: 26rem; }

.cat__content { width: 17rem; height: 8.7rem; background: url(../images/cat-bg.svg) no-repeat; background-size: 100% 100%; padding: 1.7rem 0.5rem 0 6.65rem; font-family: var(--font-family); font-weight: 400; font-size: 0.85rem; /* line-height: 1rem; */ line-height: 1.17647; color: #000; top: 5.4rem; left: 5.25rem; position: absolute; }
.cat__content img { display: block; width: 9.1rem; margin-bottom: 0.5rem; }

.cat__image { width: 12.15rem; position: relative; }
.cat__image img { width: 100%; filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.01)) drop-shadow(0 7px 5px rgba(0, 0, 0, 0.02)) drop-shadow(0 13px 10px rgba(0, 0, 0, 0.03)) drop-shadow(0 22px 18px rgba(0, 0, 0, 0.03)) drop-shadow(0 42px 33px rgba(0, 0, 0, 0.04)); }

.container-fluid { max-width: 90.1rem; padding-left: 1rem; padding-right: 1rem; }

.home-header__wrap { display: grid; align-items: flex-end; gap: 1.5rem; margin-left: auto; margin-right: auto; padding-bottom: 3rem; margin-bottom: auto; grid-template-columns: 3rem 1fr; }
@media screen and (min-width: 992px) { .home-header__wrap { padding-left: 4.4rem; } }

.home-header__side { background: #000000; padding: 8.4rem 0.7rem 0.6rem; }

.home-header__logo-wrap { position: relative; top: 1rem; max-width: 18.35rem; }

.home-header__section { flex: 1 1 auto; }

.home-header__title { font-weight: 900; font-size: 7.95rem; letter-spacing: 0.03em; text-transform: uppercase; color: #000; margin-bottom: 1.35rem; }

.home-header__label { font-weight: 400; font-size: 2rem; color: #fff; line-height: 1.85rem; padding: 0 0.6rem; background: #000; margin-bottom: 0.45rem; width: fit-content; }

.home-header__logo { position: relative; }

.yellow-box { background: url(../images/first-bottom-bg.svg) 50% 50% no-repeat #d0ff00; background-size: auto 100%; }

.yellow-box__flex { display: flex; align-items: center; justify-content: space-between; height: 7.35rem; }

.yellow-box__left { font-weight: 300; font-size: 1.8rem; color: #000; min-width: 19rem; }

.yellow-box__center { text-align: center; display: flex; align-items: center; justify-content: center; font-weight: 400; font-size: 1.5rem; letter-spacing: 0.03em; color: #000; }
.yellow-box__center a { text-decoration: underline; }
.yellow-box__center a:hover { text-decoration: none; }

.yellow-box__right { font-weight: 400; font-size: 1rem; /* line-height: 1.35rem; */ line-height: 1.35; color: #000; }

.section_tech { padding: 0 0; display: flex; flex-direction: column; }
.section_tech .container-fluid { margin-top: auto; margin-bottom: auto; }

.tech { display: flex; padding: 3rem 0; }

.tech__left { flex: 1 1 auto; padding-top: 2rem; }

.tech__title { font-weight: 700; font-size: 2.15rem; color: #000; margin-bottom: 1rem; }

.tech__grafik { display: flex; gap: 1.5rem; align-items: flex-end; }

.tech__grafik-image { flex: 0 0 27.15rem; }

.tech__grafik-content { font-weight: 300; font-size: 1.7rem; /* line-height: 3.3rem; */ line-height: 1.94118; letter-spacing: 0.03em; text-transform: uppercase; color: #000; display: flex; flex-direction: column; padding-bottom: 4rem; }
.tech__grafik-content div::first-letter { font-weight: 700; }

.tech__right { flex: 0 0 auto; padding-top: 2rem; border-left: 1px solid #000; padding-bottom: 2rem; padding-left: 3rem; }
.tech__right .tech__title { margin-bottom: 0.4rem; }

.tech__desc { font-weight: 300; font-size: 1.1rem; line-height: 1.27273; margin-bottom: 3rem; max-width: 18.5rem; text-wrap: balance; }

.tech__stats { display: flex; flex-direction: column; gap: 1.4rem; }

.tech__stat { font-weight: 300; font-size: 1.1rem; max-width: 14rem; /* line-height: 1.4rem; */ line-height: 1.27273; }

.tech__stat-title { font-weight: 800; font-size: 1.85rem; }
.tech__stat-title ._big { font-size: 2.75rem; }

.stat-box { padding: 7rem 5rem; color: #fff; background: linear-gradient(48deg, #000 0%, #434343 100%); }

.stat-box__grid { display: flex; justify-content: space-between; }
.stat-box__grid .sep { width: 1px; background: rgba(255, 255, 255, 0.22); }

.stat-box__item { font-weight: 300; font-size: 1.1rem; }

.stat-box__item-title { font-weight: 800; font-size: 2.75rem; letter-spacing: 0.05em; }

.stat-box__item-desc { max-width: 15rem; }

.stat-box-image-1 { width: 17.6rem; }

.stat-box-image-2 { width: 5.25rem; }

.stat-box-image-3 { width: 6.3rem; }

.stat-box-image-4 { width: 7.6rem; }

.stat-box-image-5 { width: 12.35rem; }

.section_target { padding: 3rem 0; display: flex; align-items: center; justify-content: center; }

.target { display: flex; align-items: flex-start; }

.target__left { flex: 0 0 49.5rem; background: #f3f3f3; margin-top: 3rem; padding: 4.6rem 3.9rem 7.2rem; }

.target__title { margin-right: -5rem; position: relative; z-index: 3; font-weight: 700; font-size: 2.15rem; margin-bottom: 2.2rem; }
.target__title div { width: fit-content; background: #d0ff00; line-height: 2.8rem; }

.target__content { max-width: 31.5rem; text-wrap: balance; font-weight: 400; font-size: 1.1rem; /* line-height: 1.6rem; */ line-height: 1.45455; }
.target__content p { margin-bottom: 1.45em; }
.target__content p:last-child { margin-bottom: 0; }

.target__left_2 { margin-top: 2.15rem; padding-bottom: 4.5rem; }

.target__left-caption { font-family: var(--font-family); font-weight: 600; font-size: 1.2rem; color: #fff; background: #000; padding: 0.35rem 0.75rem 0.45rem; width: fit-content; max-width: 100%; text-wrap: balance; margin-top: 1.8rem; }

.target__right { flex: 0 0 49.5rem; margin-left: -10.85rem; position: relative; }

.target__right_2 { flex: 0 0 46.65rem; margin-left: -8rem; }

.target__caption { position: absolute; display: flex; flex-direction: column; align-items: flex-end; font-weight: 600; font-size: 1.2rem; color: #fff; gap: 0.3rem; right: 0; top: 100%; margin-top: -1.1rem; }
.target__caption div { padding: 0.3rem 0.75rem 0.5rem; background: #000; }

.section_team { min-height: 100vh; position: relative; background: #141414; }
.section_team img { width: 100%; }

.team { display: flex; align-items: flex-end; height: 100%; min-height: 100vh; }

.team__header { position: absolute; top: 10%; left: 0; right: 0; font-weight: 700; font-size: 2.15rem; color: #fff; }

.team__title span { text-transform: uppercase; color: #000; display: block; width: fit-content; padding: 0.1rem 0.45rem; background: #d0ff00; }

.section_calc { padding: 3rem 0; display: flex; align-items: center; justify-content: center; }

.section__title { font-weight: 700; font-size: 2.15rem; margin-bottom: 3rem; }
.section__title ._yellow { width: fit-content; display: block; line-height: 2.8rem; padding-left: 0.5rem; padding-right: 0.5rem; background: #d0ff00; }

.calc-stat { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 1.6rem; margin-bottom: 4.3rem; }

.calc-stat__item { background: #f3f3f3; padding: 1.8rem 1.5rem; }

.calc-stat__item_1 { position: relative; padding: 1.4rem 2rem 2rem 13.7rem; background: url(../images/target-bg.svg) 0 100% no-repeat #f3f3f3; background-size: 8.15rem auto; }

.calc-stat_label { position: absolute; left: 9.45rem; top: 2.1rem; font-weight: 400; font-size: 1.1rem; padding: 0 0.3rem; line-height: 1.3rem; background: #fff; }

.calc-stat__header { display: flex; align-items: center; margin-bottom: 1px; gap: 0.75rem; font-weight: 700; font-size: 1.45rem; /* line-height: 1.4rem; */ line-height: 0.96552; }

.calc-stat__percent { font-weight: 700; font-size: 3rem; line-height: 1.2; }

.calc-stat__text { font-weight: 300; font-size: 0.9rem; /* line-height: 1.1rem; */ line-height: 1.22222; }

.calc-stat__desc { font-weight: 600; font-size: 1rem; /* line-height: 1.2rem; */ line-height: 1.2; text-align: center; margin-bottom: 0.7rem; }

.calc-stat__num { font-weight: 700; font-size: 3rem; text-align: center; }

.section__subtitle { font-weight: 600; font-size: 1.8rem; margin-bottom: 1em; }

.calc-table-wrap { margin-bottom: 2.2rem; }
@media screen and (max-width: 992px) { .calc-table-wrap { overflow-x: auto; margin-left: -1rem; margin-right: -1rem; padding-left: 1rem; padding-right: 1rem; }
  .calc-table-wrap::-webkit-scrollbar { display: none; } }

@media screen and (max-width: 992px) { .calc-table { width: 88.1rem; } }

.calc-table__grid { display: grid; grid-template-columns: repeat(13, 1fr); }

.calc-table__grid_header { background: #000; }

.calc-table__th { font-weight: 300; font-size: 1.2rem; /* line-height: 1.1rem; */ line-height: 0.91667; text-align: center; color: #fff; height: 5rem; border: 1px solid #9d9d9d; border-right: 0; display: flex; align-items: center; justify-content: center; }
.calc-table__th:first-child { text-align: right; font-weight: 600; font-size: 1rem; padding-right: 0.7rem; justify-content: flex-end; }
.calc-table__th:last-child { border-right: 1px solid #9d9d9d; }

.cal-table__td { height: 5rem; border: 1px solid #d1d1d1; border-top: 0; border-right: 0; font-weight: 300; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; /* line-height: 1.1rem; */ line-height: 0.91667; text-align: center; }
.cal-table__td:first-child { text-align: right; font-weight: 600; font-size: 1rem; padding-right: 0.7rem; justify-content: flex-end; }
.cal-table__td:last-child { border-right: 1px solid #d1d1d1; }

.calc-table__grid_percent { background: #ececec; }

.cal-table__td_col3 { background: #f2ffb9; grid-column-start: 3; grid-column-end: 5; }

.cal-table__td_col4 { grid-column-start: 5; grid-column-end: 7; background: #e5ff75; }

.cal-table__td_col5 { grid-column-start: 7; grid-column-end: 14; background: #d0ff00; }

.calc-notice { font-weight: 300; font-size: 0.9rem; /* line-height: 1.3rem; */ line-height: 1.44444; max-width: 44rem; }
.calc-notice label { display: inline-block; font-weight: 500; font-size: 1rem; /* line-height: 1.25rem; */ line-height: 1.25; padding: 0.1rem 0.3rem 0.1rem; background: #ececec; }

.section_etap { padding: 3rem 0; display: flex; align-items: center; min-height: 100vh; }

.etap-header { position: relative; padding-top: 0.45rem; padding-left: 4.5rem; font-weight: 300; font-size: 0.9rem; /* line-height: 1.25rem; */ line-height: 1.38889; margin-bottom: 2.3rem; }

.etap-num { position: absolute; display: flex; align-items: center; justify-content: center; top: 0; left: 0; width: 3.5rem; height: 3.5rem; border-radius: 50%; border: 0.15rem solid #000; font-weight: 500; font-size: 1.95rem; text-align: center; }

.etap-title { margin-bottom: 0.6rem; font-weight: 500; font-size: 1.95rem; line-height: 1.2; }
.etap-title:last-child { margin-bottom: 0; }

.etap-desc { max-width: 36.2rem; }

.row_gap-1 { row-gap: 1.5rem; }

.etap-1 { position: relative; overflow: hidden; padding: 2rem 0 0 2.75rem; color: #fff; background: linear-gradient(53deg, #000 0%, #666 100%); margin-bottom: 1.5rem; }

.etap__title { font-weight: 600; font-size: 1.45rem; margin-bottom: 1.2rem; }

.etap__desc { font-weight: 300; font-size: 0.9rem; /* line-height: 1.2rem; */ line-height: 1.33333; margin-bottom: 2.5rem; max-width: 24rem; }

.etap__scheme-wrap { position: relative; overflow: hidden; padding-top: 0.3rem; }

.etap__scheme { width: 40.55rem; height: 14.05rem; position: relative; background: url(../images/scheme.svg) no-repeat; background-size: 100% 100%; }

.etap__scheme-text { position: absolute; font-family: var(--second-family); font-weight: 400; font-size: 0.55rem; color: #cacaca; }

.etap__scheme-text_1 { left: 0.6rem; top: 6.9rem; }

.etap__scheme-text_2 { position: absolute; width: 5rem; height: 4rem; display: flex; align-items: center; justify-content: center; left: 4.5rem; top: 0; text-align: center; }

.etap__scheme-text_3 { position: absolute; width: 5rem; height: 4rem; display: flex; align-items: center; justify-content: center; left: 11rem; top: 0; text-align: center; }

.etap__scheme-text_4 { position: absolute; width: 5rem; height: 4rem; display: flex; align-items: center; justify-content: center; left: 17.5rem; top: 0; color: #d0ff00; text-align: center; }

.etap__scheme-text_5 { top: -0.3rem; left: 27.2rem; }

.etap__scheme-text_6 { top: 6.2rem; left: 27.2rem; text-align: center; }

.etap__scheme-text_7 { width: 5.85rem; height: 4rem; display: flex; align-items: center; justify-content: center; left: 31.85rem; text-align: center; top: 0; }

.etap__scheme-text_8 { left: 31.85rem; top: 9rem; width: 5.85rem; height: 4rem; display: flex; align-items: center; justify-content: center; text-align: center; }

.etap { position: relative; padding: 2rem 2.75rem; background: #f3f3f3; margin-bottom: 1.5rem; }
.etap:last-child { margin-bottom: 0; }

.etap__row { row-gap: 1rem; }

.etap__content { font-weight: 300; font-size: 0.9rem; position: relative; z-index: 2; /* line-height: 1.2rem; */ line-height: 1.33333; }
.etap__content p.bold { font-weight: 500; }
.etap__content p { margin-bottom: 0.8em; }
.etap__content ul { margin-left: 1em; line-height: 1.2; margin-bottom: 2rem; }
.etap__content ul li { padding: 0.4em 0; }
.etap__content > *:last-child { margin-bottom: 0; }

.etap__crms { display: flex; width: 11rem; gap: 0.9rem; flex-direction: column; align-items: flex-end; }
.etap__crms img { box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.01), 0 7px 5px 0 rgba(0, 0, 0, 0.01), 0 13px 10px 0 rgba(0, 0, 0, 0.01), 0 22px 18px 0 rgba(0, 0, 0, 0.02), 0 42px 33px 0 rgba(0, 0, 0, 0.02); }

.etap__crm-image { border-radius: 1.5rem; }

.etap__crm-image_2 { width: 9.05rem; border-radius: 1.5rem; }

.etap_1-1 { overflow: visible; padding-right: 19.5rem; position: relative; }

.etap__image-1-1 { position: absolute; bottom: 0; right: 3.1rem; width: 15.3rem; }
.etap__image-1-1 img { border-radius: 0.15rem 0.15rem 0 0; width: 100%; position: relative; }
.etap__image-1-1::before { content: ''; position: absolute; width: 100%; bottom: 0; border-radius: 0.15rem 0.15rem 0 0; top: 0.5rem; right: -0.4rem; background: #ccccde; }

.etap_1-2 { overflow: hidden; position: relative; padding-right: 19.5rem; }

.etap__image-1-2 { position: absolute; bottom: 0; right: 0; width: 23.7rem; }

.section_etap-2 { background: #f3f3f3; }
.section_etap-2 .etap { background: #fff; }

.etap__icons { display: flex; justify-content: space-between; margin-left: -0.5rem; margin-right: -0.5rem; }

.etap__icon { font-weight: 300; font-size: 0.6rem; /* line-height: 0.8rem; */ line-height: 1.33333; text-align: center; flex: 0 0 4.35rem; }
.etap__icon img { width: 3.35rem; margin-bottom: 0.45rem; margin-left: auto; margin-right: auto; }

.etap_2-1 { padding-right: 16.75rem; position: relative; overflow: hidden; }
.etap_2-1::before { content: ''; position: absolute; right: 14.8rem; height: 8.55rem; width: 11.15rem; bottom: 0; background: url(../images/work-play.svg) 100% 100% no-repeat; background-size: contain; }

.etap__image-2-1 { width: 13.95rem; right: 2.75rem; position: absolute; bottom: 0; }

.etap_2-2 { position: relative; overflow: hidden; background: linear-gradient(53deg, #000 0%, #666 100%) !important; color: #fff; padding-right: 26rem; }
.etap_2-2::before { content: ''; position: absolute; right: 18.55rem; height: 10.15rem; width: 13rem; bottom: 0; background: url(../images/work-tg.svg) 100% 100% no-repeat; background-size: contain; }

.etap__image-2-2 { position: absolute; right: 2.65rem; bottom: 0; width: 18.95rem; }

.etap__ads { max-width: 26rem; display: flex; flex-wrap: wrap; gap: 0.9rem; }
.etap__ads img { border-radius: 1.5rem; box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.01), 0 7px 5px 0 rgba(0, 0, 0, 0.01), 0 13px 10px 0 rgba(0, 0, 0, 0.01), 0 22px 18px 0 rgba(0, 0, 0, 0.02), 0 42px 33px 0 rgba(0, 0, 0, 0.02); }
.etap__ads img:first-child { width: 16.7rem; }
.etap__ads img:nth-child(2) { width: 6.7rem; margin-left: 3.3rem; }
.etap__ads img:last-child { width: 14.35rem; }

.etap_complex { background-image: url(../images/work-star.png); background-position: 100% 0; background-repeat: no-repeat; background-size: 11.35rem auto; }

.etap_3-1 { background: linear-gradient(53deg, #000 0%, #666 100%); color: #fff; position: relative; padding-right: 31.6rem; }

.etap__image-3-1 { width: 28.5rem; bottom: 0; right: 3.3rem; position: absolute; }
.etap__image-3-1::before { content: ''; position: absolute; width: 100%; bottom: 0; border-radius: 0.15rem 0.15rem 0 0; top: 0.5rem; right: -0.4rem; background: #727272; }
.etap__image-3-1 img { position: relative; border-radius: 0.15rem 0.15rem 0 0; }

.etap_3-2 { padding-right: 30rem; overflow: hidden; }
.etap_3-2 .etap__icons { padding-top: 1.6rem; padding-bottom: 1.6rem; }

.etap__image-3-2 { position: absolute; right: 2.75rem; bottom: 0; width: 22.75rem; }
.etap__image-3-2 img { border-radius: 0.15rem 0.15rem 0 0; box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.02), 0 7px 5px 0 rgba(0, 0, 0, 0.03), 0 13px 10px 0 rgba(0, 0, 0, 0.04), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 42px 33px 0 rgba(0, 0, 0, 0.05); }

.etap_3-3 { background: linear-gradient(53deg, #000 0%, #666 100%); color: #fff; position: relative; padding-top: 2.6rem; overflow: hidden; padding-bottom: 2.7rem; }

.etap__image-3-3, .etap__image-3-4 { position: absolute; bottom: 0; width: 23.7rem; right: 3rem; top: 0; }
.etap__image-3-3 img, .etap__image-3-4 img { border-radius: 0.15rem 0.15rem 0 0; }
@media screen and (min-width: 576px) { .etap__image-3-3 img, .etap__image-3-4 img { border-radius: 0; width: 100%; height: 100%; object-fit: cover; } }

.etap_3-4 { background: url(../images/etap-3-4.jpg) 50% 50% no-repeat; background-size: cover; position: relative; padding-top: 2.6rem; overflow: hidden; padding-bottom: 2.7rem; }

.etap__image-3-4 { width: 21.85rem; top: auto; }
.etap__image-3-4 img { border-radius: 0.15rem 0.15rem 0 0; }

.section_etap-4 { min-height: 100vh; padding: 3rem 0; display: flex; justify-content: center; align-items: center; background: #f3f3f3; }
.section_etap-4 .etap_4-1 { background-color: #fff; }
.section_etap-4 .etap_4-3 { background-color: #fff; }

.etap__smart { display: flex; margin-top: 1.25rem; padding-top: 1.2rem; padding-bottom: 1.2rem; gap: 1.45rem; position: relative; }
.etap__smart::before { content: ''; right: 3rem; left: 3rem; bottom: 0; top: 0; border-radius: 0.95rem; border: 1px dashed #000; position: absolute; }

.etap__smart-user { width: 6.05rem; height: 6.05rem; flex: 0 0 6.05rem; border-radius: 100%; background: #efefef; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.6rem; letter-spacing: 0.02em; text-transform: uppercase; text-align: center; gap: 0.35rem; flex-direction: column; position: relative; }
.etap__smart-user::before { content: ''; width: 2.1rem; height: 2.4rem; background: url(../images/ico__user.svg) 50% 50% no-repeat; background-size: contain; }

.etap__smart-title { flex: 1 1 auto; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 2.2rem; letter-spacing: 0.02em; text-transform: uppercase; height: 6.05rem; border-radius: 30rem; background: #d0ff00; }

.etap_4-2 { background: linear-gradient(53deg, #000 0%, #666 100%); padding-bottom: 0; color: #fff; }
.etap_4-2 img { border-radius: 0.15rem 0.15rem 0 0; }

.etap_4-3 { background-image: url(../images/work-complex.png); background-repeat: no-repeat; background-position: right 0 bottom 0; background-size: contain; }

.etap-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }

.etap-step { position: relative; background: #f9f9f9; padding: 1.4rem 1rem 2.1rem; font-weight: 500; font-size: 1.25rem; /* line-height: 1.65rem; */ line-height: 1.32; text-align: center; }
.etap-step .etap__box-num { left: 1.1rem; top: 0.8rem; }

.etap-step__icon { height: 4.3rem; background-position: 50% 50%; background-repeat: no-repeat; margin-bottom: 0.6rem; }

.etap-step__icon_1 { background-image: url(../images/work-5-icon-1.svg); background-size: 4.2rem auto; }

.etap-step__icon_2 { background-image: url(../images/work-5-icon-2.svg); background-size: 4rem auto; }

.etap-step__icon_3 { background-image: url(../images/work-5-icon-3.svg); background-size: 4.1rem auto; }

.etap-step__icon_4 { background-image: url(../images/work-5-icon-4.svg); background-size: 4.25rem auto; }

.section_bonus { min-height: 100vh; padding: 4rem 0 0; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(48deg, #000 0%, #5d5d5d 100%); }
.section_bonus .section__title { margin-bottom: 0.9rem; }
.section_bonus .section__desc { margin-bottom: 2.8rem; }

.bonuses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 2.15rem; }

.bonus { background: linear-gradient(220deg, #e6ff75 0%, #d0ff00 100%); overflow: hidden; padding: 2.4rem 3.25rem; position: relative; color: #000; }

.bonus_1 { padding-bottom: 8rem; }
.bonus_1::before { position: absolute; content: ''; bottom: 2.2rem; height: 5.6rem; left: 0; right: 0; background: url(../images/bonus-1.svg) 50% 50% no-repeat; background-size: contain; }

.bonus__title { position: relative; font-weight: 600; font-size: 1.45rem; margin-bottom: 1.55rem; min-height: 5.25rem; }

.bonus__content { position: relative; font-weight: 300; font-size: 1rem; line-height: 1.35; }
.bonus__content p { margin-bottom: 0.45rem; }
.bonus__content ul { margin-left: 1em; line-height: 2.3; }
.bonus__content *:last-child { margin-bottom: 0; }

.bonus_2 { background: #fff; }
.bonus_2::before { width: 15.2rem; bottom: 0; right: 0; height: 16.75rem; content: ''; position: absolute; background: url(../images/bonus-2.png) 100% 100% no-repeat; background-size: contain; }

.bonus_3::before { content: ''; position: absolute; right: 0; bottom: 0; width: 12.5rem; height: 11.65rem; background: url(../images/bonus-3.svg) 100% 100% no-repeat; background-size: contain; }

.starter { position: relative; background: url(../images/mw.svg) 100% 4rem no-repeat; background-size: 27.15rem; }

.starter__content { position: absolute; top: 3.9rem; left: 9.8rem; background: rgba(63, 63, 63, 0.63); width: fit-content; padding: 2.05rem 1.9rem 2.6rem 11.85rem; color: #fff; }

.starter__name { font-weight: 600; font-size: 1.65rem; margin-bottom: 0.4rem; }

.starter__prof { font-weight: 300; font-size: 0.9rem; /* line-height: 1.2rem; */ line-height: 1.33333; margin-bottom: 1.25rem; }

.starter__tel { font-weight: 600; font-size: 1.15rem; /* line-height: 1.35rem; */ line-height: 1.17391; }

.starter__image { width: 21.4rem; position: relative; }

.starter__image_2 { width: 27.2rem; margin-left: -6rem; }

.starter__image_4 { width: 26.1rem; margin-left: -3.3rem; }

.starter__content { top: 4.75rem; }

.starter_2 { margin-top: -2rem; }
.starter_2 .starter__content { top: 6rem; }

.section_prices { display: flex; min-height: 100vh; align-items: center; padding: 3rem 0; }
.section_prices .section__title { margin-bottom: 2.8rem; }

.prices { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.6rem; }

.price { background: #f4f4f4; display: flex; flex-direction: column; position: relative; }
.price::before { content: ''; position: absolute; z-index: 2; background-size: contain; background-repeat: no-repeat; }

.price_1::before { width: 3.3rem; height: 3.3rem; top: 1.7rem; right: 1.2rem; background-image: url(../images/step-1.svg); }

.price__header { position: relative; height: 6.65rem; display: flex; align-items: center; padding: 1rem 1.5rem; overflow: hidden; background: #d0ff00; }

.price__num { position: absolute; font-weight: 700; font-size: 5.9rem; color: #fff; left: -0.4rem; top: 50%; transform: translateY(-50%); }

.price__title { position: relative; font-weight: 600; font-size: 1.1rem; line-height: 1.31818; }

.price__body { padding: 0.75rem 1.05rem 1.25rem 1.5rem; flex-grow: 1; font-weight: 400; font-size: 0.8rem; /* line-height: 0.85rem; */ line-height: 1.0625; }
.price__body p { margin-bottom: 0.95rem; }
.price__body p:last-child { margin-bottom: 0; }
.price__body ol { font-weight: 400; font-size: 0.8rem; /* line-height: 1.35rem; */ line-height: 1.2875; margin-left: 1em; list-style: circle; }
.price__body ol li { padding-top: 0.3em; padding-bottom: 0.3em; }
.price__body ul { font-weight: 400; font-size: 0.8rem; /* line-height: 1.35rem; */ line-height: 1.25; margin-left: 1em; }
.price__body ul li { margin-bottom: 1.25em; }
.price__body ul li:last-child { margin-bottom: 0; }
.price__body ul:last-child { margin-bottom: 0; }
.price__body h3, .price__body h2, .price__body h4, .price__body h5 { font-weight: 700; font-size: 1.1rem; margin: 0; /* line-height: 1.35rem; */ line-height: 1.22727; }
.price__body h5 { font-size: 1em; margin-bottom: 0.9rem; }
.price__body::before { content: 'стоимость'; font-weight: 400; font-size: 0.85rem; color: #a3a3a3; background: #fff; padding: 0 0.3rem; border-radius: 0.1rem; line-height: 1.1rem; display: block; width: fit-content; margin-bottom: 0.9rem; }

.price__body-start { margin-bottom: 0.7rem; line-height: 1.3125; min-height: 3.2rem; }

.price__body-label, .price__footer-label { font-family: var(--font-family); font-weight: 400; font-size: 0.75rem; color: #a3a3a3; width: fit-content; padding: 0.1rem 0.25rem; background: #fff; border-radius: 0.1rem; margin-bottom: 0.2rem; }

.price__footer-label { color: #000; background: #d0ff00; margin-top: 0.65rem; }
.price__footer-label:first-child { margin-top: 0; }
.price__footer-label + div:not([class]) { font-family: var(--font-family); font-weight: 700; font-size: 1.2rem; color: #000; line-height: normal; }
.price__footer-label + div:not([class]) small { font-weight: 700; font-size: 0.7rem; color: #000; }

.price__value { font-weight: 700; font-size: 1.1rem; /* line-height: 1.35rem; */ line-height: 1.22727; }

.price__footer { border-top: 1px solid #000; padding: 1.35rem 0 3.25rem; margin-left: 1.5rem; margin-right: 1.5rem; font-weight: 700; font-size: 1.1rem; /* line-height: 1.35rem; */ line-height: 1.22727; }
.price__footer::before { content: 'срок запуска'; font-weight: 400; font-size: 0.85rem; color: #a3a3a3; background: #fff; padding: 0 0.3rem; border-radius: 0.1rem; line-height: 1.1rem; display: block; width: fit-content; margin-bottom: 0.9rem; }
.price__footer:empty { border: 0; padding-top: 0; }
.price__footer:empty::before { display: none; }

.price_2::before { width: 3.35rem; height: 3rem; top: 1.85rem; right: 1.2rem; background-image: url(../images/step-2.svg); }

.price_3::before { width: 3.35rem; height: 3.3rem; top: 1.7rem; right: 1.2rem; background-image: url(../images/step-3.svg); }

.price_4::before { width: 2.95rem; height: 2.85rem; top: 1.9rem; right: 1.05rem; background-image: url(../images/step-4.svg); }

.price_5::before { width: 3.15rem; height: 3.15rem; top: 1.65rem; right: 1.05rem; background-image: url(../images/step-1.svg); }

.price_6::before { width: 2.95rem; height: 2.75rem; top: 1.9rem; right: 1.35rem; background-image: url(../images/step-6.svg); }

.price_7::before { width: 3.15rem; height: 3.15rem; top: 1.65rem; right: 1.05rem; background-image: url(../images/step-7.svg); }

.section_cases { display: flex; align-items: center; padding: 3rem 0 3rem; min-height: 100vh; }

.section_wda { padding: 3rem 0; display: flex; align-items: center; }

.pdf-btns { position: fixed; z-index: 10; bottom: 1.5rem; left: 0; width: 7.35rem; }

.pdf-btn { display: flex; align-items: center; padding-left: 0.65rem; padding-right: 0.65rem; gap: 0.5rem; height: 2.7rem; border-radius: 0 0.15rem 0.15rem 0; background: #000; font-weight: 500; font-size: 0.6rem; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; margin-bottom: 0.3rem; text-align: left; transition: all 0.4s; }
.pdf-btn:hover { background: #d0ff00; color: #000; }

.pdf-btn__svg { flex: 0 0 1rem; display: flex; align-items: center; justify-content: center; font-size: 0; }
.pdf-btn__svg svg { display: block; width: 1rem; height: auto; }

.pdf-btn__svg_2 svg { width: 0.9rem; }

@media print { .section_wda { min-height: 100vh; }
  .pdf-btns { display: none; } }
.wda { width: 100%; margin-top: auto; }

.section_system { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 3rem 0; background: #F3F3F3; }

.system__title { display: flex; margin-bottom: 2.7rem; align-items: center; gap: 1.5rem; font-weight: 400; font-size: 1.4rem; }
.system__title strong { font-weight: 700; font-size: 2.15rem; }
.system__title i { width: 10rem; height: 1.4rem; background: url(../images/arrow-title.svg) 100% 50% no-repeat; background-size: contain; }

.system { margin-bottom: 2.8rem; display: grid; gap: 2.8rem; grid-template-columns: 1fr 1fr; }

.system__col { background: #fff; padding: 2.4rem 3rem; }

.system__about { display: flex; gap: 2.5rem; }

.system__left { flex: 1 1 auto; }

.system__about-title { font-weight: 600; font-size: 1.45rem; margin-bottom: 1.8rem; }

.system__author { display: flex; gap: 1.25rem; align-items: center; margin-bottom: 2.4rem; }
.system__author img { flex: 0 0 7.6rem; width: 7.6rem; border-radius: 2.25rem; }

.system__author-info { font-weight: 300; font-size: 0.85rem; /* line-height: 1.2rem; */ line-height: 1.41176; }

.system__author-name { font-weight: 600; font-size: 1.1rem; margin-bottom: 0.4rem; }

.system__about-list, .system-info__list { list-style: none; margin: 0; font-weight: 300; font-size: 0.9rem; /* line-height: 1.2rem; */ line-height: 1.33333; }
.system__about-list li, .system-info__list li { position: relative; padding-left: 0.7rem; margin-bottom: 1.333em; }
.system__about-list li:last-child, .system-info__list li:last-child { margin-bottom: 0; }
.system__about-list li::before, .system-info__list li::before { content: ''; position: absolute; left: 0; top: 0.55rem; width: 0.15rem; height: 0.15rem; border-radius: 100%; background: currentColor; }

.system__right { flex: 0 0 10.85rem; margin: -0.55rem 0; }

.system__maps { display: flex; gap: 3.5rem; flex-direction: column; }

.system__map { display: flex; flex-direction: column; gap: 0.4rem; }

.system__map_1 .system__map-text { order: -1; }

.system__map-image { position: relative; }
.system__map-image::before { content: ''; position: absolute; width: 1.4rem; height: 2.25rem; left: 50%; margin-left: -0.7rem; background: url(../images/arrow-top.svg) 50% 50% no-repeat; background-size: contain; top: -1.4rem; }
.system__map-image img { position: relative; width: 100%; }

.system__map-image_1::before { background-image: url(../images/arrow-bottom.svg); top: auto; bottom: -1.4rem; }

.system__map-text { font-weight: 500; font-size: 0.8rem; /* line-height: 0.85rem; */ line-height: 1.0625; text-align: center; }

.system__preim { margin-bottom: 2.8rem; font-weight: 600; font-size: 1.45rem; }
.system__preim ._yellow { width: fit-content; margin-top: 0.6rem; padding-left: 0.4rem; padding-right: 0.4rem; font-weight: 300; font-size: 1.1rem; line-height: 1.65rem; background: #d0ff00; }
.system__preim ._yellow strong { font-weight: 800; }

.system__methods { display: flex; gap: 2.65rem; justify-content: space-between; flex-wrap: wrap; column-gap: 7rem; }

.system__method { flex: 0 0 5.35rem; }

.system__method-title { font-weight: 300; font-size: 0.9rem; /* line-height: 1.2rem; */ line-height: 1.33333; text-align: center; margin-left: -2.5rem; margin-right: -2.5rem; margin-top: 0.6rem; }

.system-info { background: url(../images/itog-bg.png) 100% 50% no-repeat #fff; background-size: contain; display: flex; align-items: center; gap: 2rem; padding: 1.95rem 3rem; }

.system-info__header { flex: 0 0 24.8rem; font-weight: 600; font-size: 1.45rem; }
.system-info__header ._yellow { margin-bottom: 0.85rem; font-weight: 400; font-size: 1.15rem; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1.65rem; padding-left: 0.4rem; padding-right: 0.4rem; width: fit-content; background: #d0ff00; }

.system-info__content { padding-left: 4.6rem; padding-top: 0.85rem; padding-bottom: 0.85rem; background: url(../images/brackets.svg) 0 50% no-repeat; background-size: contain; }

.section_content { background: #f3f3f3; padding-top: 2rem; }

.mw__content { font-family: var(--font-family); font-weight: 400; font-size: 0.85rem; }
.mw__content h2 { font-weight: 700; font-size: 2.15rem; /* line-height: 2.5rem; */ line-height: 1.16279; margin-bottom: 0.6rem; }
.mw__content h3 { font-family: var(--font-family); font-weight: 700; font-size: 1.1rem; color: #000; margin-bottom: 0.25rem; }

.mw__yellow-sub { font-family: var(--font-family); font-weight: 700; font-size: 1.2rem; /* line-height: 1.4rem; */ line-height: 1.16667; color: #000; display: block; width: fit-content; padding: 0.2rem 0.6rem 0.4rem; background: #d0ff00; }

.mw__white-sub { font-weight: 700; display: block; width: fit-content; padding: 0.1rem 0.45rem 0.2rem; background: #fff; margin-bottom: 0.15rem; }

.wp-block-list { margin-left: 1rem; margin-bottom: 0; }

.mw__two-columns { display: grid; grid-template-columns: 1fr auto; line-height: 1.52941; }

.wp-block-tablebuilder-table-builder { background: #fff; margin-bottom: 0 !important; }

.wp-block-tablebuilder-table-builder .gkit-table .gkit-table__header-content .sorting { display: none; }

.gkit-table { width: 100%; }

.gkit-table__header { pointer-events: none; cursor: default; background: #000000; color: #fff; }
.gkit-table__header th { text-align: left; font-family: var(--font-family); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.02em; text-transform: uppercase; color: #fff; padding-top: 0.1rem; padding-bottom: 0.1rem; }
.gkit-table__header th:first-child { padding-left: 3.15rem; }

.gkit-table__body { counter-reset: h3; }
.gkit-table__body td { vertical-align: top; padding-top: 0.4rem; padding-bottom: 0.2rem; border-bottom: 1px solid #c0c0c0; }
.gkit-table__body td p:last-child { margin-bottom: 0; }
.gkit-table__body td:first-child { padding-left: 3.15rem; width: 26.6rem; }
.gkit-table__body td:last-child { padding-right: 3.15rem; text-wrap: balance; width: 18.7rem; }
.gkit-table__body tr::first-child td { font-size: 0.8rem; padding-top: 0.5rem; }
.gkit-table__body tr:last-child td { border-bottom: 0; }
.gkit-table__body h3 { position: relative; font-family: var(--font-family); font-weight: 700; font-size: 1.15rem; color: #000; padding-left: 2.2rem; padding-top: 0.2rem; padding-bottom: 0.2rem; margin-bottom: 0.25rem; counter-increment: h3; }
.gkit-table__body h3::before { content: counter(h3); position: absolute; top: 0; left: 0; font-size: 1.05rem; display: flex; align-items: center; justify-content: center; border: 0.1rem solid #000; border-radius: 50%; width: 1.8rem; height: 1.8rem; }

.mw__gray-sub { font-weight: 700; display: block; width: fit-content; padding: 0.1rem 0.4rem; background: #eee; margin-bottom: 0.3rem; }

.mw__price { font-family: var(--font-family); font-weight: 700; font-size: 1.15rem; color: #000; }
.mw__price ._small { font-size: 0.8rem; }
.mw__price del { display: block; }

.mw__del { color: #898989; }

.mw__price-sub { display: inline-block; padding: 0.1rem 0.3rem 0.2rem; background: #eee; text-wrap: balance; margin-bottom: 0.5rem; }
.mw__price-sub:last-child { margin-bottom: 0; }

.mw__addon { padding-top: 0.25rem; }

.bold { font-weight: bold; }

.mw__addon-row { display: flex; line-height: 1.5; align-items: center; justify-content: space-between; }
.mw__addon-row *:last-child { font-weight: bold; order: 2; }
.mw__addon-row::after { content: ''; height: 1px; flex: 1 1 auto; border-bottom: 1px solid #d5d5d5; height: 0.65rem; }

@media screen and (max-width: 1550px) { .home-header__side { padding-top: 5rem; }
  .wda__left { padding-top: 0; padding-bottom: 0; }
  .cat { bottom: 23rem; } }
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }

.case { position: relative; }

.case__image img { width: 100%; }

.case__content { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 1rem 2.25rem; text-align: center; color: #fff; }

.case__title { font-weight: 700; font-size: 1.7rem; margin-bottom: 0.2rem; }

.section_bottom { display: flex; flex-direction: column; }

.director { flex-grow: 1; color: #fff; background: linear-gradient(48deg, #000 0%, #5d5d5d 100%); position: relative; display: flex; align-items: flex-end; }
.director::before { content: ''; position: absolute; right: 0; top: 0; width: 43.3rem; height: 21.3rem; background: url(../images/mw-2.svg) 100% 0 no-repeat; background-size: contain; }

.director__flex { display: flex; height: 100%; position: relative; width: 100%; }

.director__image { align-self: flex-end; flex: 0 0 55.35rem; order: 2; margin-left: -6.2rem; }

.director__content { align-self: center; flex: 0 0 31.9rem; text-wrap: balance; padding-bottom: 2.5rem; padding-left: 9rem; flex: 0 0 40.9rem; }

.director__name { margin-bottom: 0.6rem; width: fit-content; font-weight: 700; font-size: 3.25rem; color: #000; background: #d0ff00; line-height: 1.25; padding: 0 0.65rem; }

.director__prof { font-weight: 400; font-size: 1.2rem; margin-bottom: 3.85rem; }

.director__text { font-weight: 400; font-size: 1.1rem; line-height: 1.45455; }
.director__text ul { margin-left: 1em; margin-bottom: 2rem; line-height: 1.2; }
.director__text ul li { padding-top: 0.4em; padding-bottom: 0.4em; }

.section_first-second { position: relative; background-color: #141414; }
.section_first-second ._fxg1 { position: relative; }
.section_first-second::after { content: ''; position: absolute; left: 0; right: 0; bottom: 20rem; background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0) 70%, #141414 100%); top: 0; }

._fxg1 { flex-grow: 1; }

.new-home-top { padding-bottom: 25rem; }

.new-home-top__content { position: relative; padding-top: 3rem; z-index: 2; }

.new-home-top__title { font-family: var(--font-family); font-weight: 800; font-size: 2.5rem; /* line-height: 3.45rem; */ line-height: 1.38; letter-spacing: 0.04em; color: #fff; margin-bottom: 1.3rem; }

.new-home-top__url { font-family: var(--font-family); font-weight: 900; font-size: 2.3rem; letter-spacing: 0.03em; text-transform: uppercase; color: #000; padding: 0.35rem 0.85rem; background: #d0ff00; width: fit-content; margin-bottom: 0.5rem; }

.new-home-top__logo { width: 9.3rem; font-family: var(--font-family); font-weight: 400; font-size: 1.05rem; color: #fff; }
.new-home-top__logo img { margin-top: 0.4rem; }

.new-home-top__desc { position: absolute; right: 0; top: -1.95rem; font-family: var(--font-family); font-weight: 400; font-size: 1.9rem; /* line-height: 2.55rem; */ line-height: 1.34211; color: #d0ff00; padding: 5.8rem 2.5rem 3rem; border: 3px solid #d0ff00; }

.new-home-top__team { position: absolute; left: 0; bottom: 0; width: 100%; top: 0; }
.new-home-top__team img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 100%; }

.wda_second { background: #313131; position: relative; z-index: 2; }
.wda_second + .yellow-box { position: relative; z-index: 2; }

.section_target-second { display: flex; flex-direction: column; justify-content: space-around; align-items: stretch; gap: 2rem; padding: 2rem 0; }

.stat-box_second { background: linear-gradient(48deg, #f3f3f3 0%, #fefefe 100%); color: #000; }
.stat-box_second .stat-box__item-title { font-family: var(--font-family); font-weight: 800; font-size: 2.75rem; letter-spacing: 0.05em; color: #000; line-height: 1.2; }
.stat-box_second .stat-box__grid .sep { background: rgba(0, 0, 0, 0.22); }

.prices_second .price__body::before, .prices_second .price__footer::before { display: none; }

.etap__box-num { position: absolute; font-family: var(--font-family); font-weight: 500; font-size: 0.9rem; text-align: center; color: #5f5f5f; top: 0.7rem; }

.etap-1 .etap__box-num, .etap_2-2 .etap__box-num, .etap_3-1 .etap__box-num, .etap_3-3 .etap__box-num, .etap_4-2 .etap__box-num { color: #f3f3f3; }

@media print { .section_target-second { gap: 3rem; justify-content: space-between; }
  .section_target-second .container-fluid { margin-top: auto; margin-bottom: auto; } }
@media (max-width: 991px) { :root { font-size: 12px; }
  .wp-block-tablebuilder-table-builder { overflow-x: auto; }
  .gkit-table { width: 88rem; }
  .mw__content > .wp-block-columns { row-gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap !important; }
  .mw__content > .wp-block-columns > .wp-block-column { flex: 0 0 100%; }
  .new-home-top { padding-bottom: 0; }
  .new-home-top__team { position: relative; left: 0; margin-left: -20%; margin-right: -20%; width: auto; }
  .new-home-top__team img { width: 100%; }
  .new-home-top__desc { position: static; width: 100%; text-align: center; text-wrap: balance; padding: 20px 10px; font-size: 4vw; }
  .new-home-top__desc br { display: none; }
  .new-home-top__title { font-size: 5vw; text-wrap: balance; }
  .new-home-top__title br { display: none; }
  .new-home-top__logo { margin-bottom: 20px; }
  .system { grid-template-columns: 1fr; }
  .system__title { flex-wrap: wrap; row-gap: 0.5rem; }
  .system__title span { flex: 0 0 100%; }
  .system-info { background-image: none; }
  .section { min-height: 0; }
  .section_first { min-height: 100vh; }
  .tech { flex-wrap: wrap; }
  .tech__right { padding-bottom: 0; padding-left: 0; border-left: 0; flex: 0 0 100%; }
  .tech__stat { max-width: 100%; }
  .tech__stats { display: grid; grid-template-columns: 1fr 1fr; }
  .stat-box { padding-left: 1rem; padding-right: 1rem; }
  .target { display: block; }
  .target__left { margin-top: 0; }
  .target__right { margin-left: 0; }
  .section_target { padding-bottom: 5rem; }
  .home-header__title { font-size: 4rem; }
  .team__header { position: static; padding: 3rem 0 1rem; }
  .team { display: block; min-height: 0; height: auto; }
  .calc-stat { grid-template-columns: repeat(3, 1fr); }
  .calc-stat__item_1 { grid-column-start: 1; grid-column-end: 4; }
  .etap_1-1 { padding-top: 5rem; padding-bottom: 5rem; }
  .bonus { padding-left: 1rem; padding-right: 1rem; }
  .prices { margin-left: -1rem; margin-right: -1rem; padding-left: 1rem; padding-right: 1rem; overflow-x: auto; display: flex; }
  .prices::-webkit-scrollbar { display: none; }
  .price { flex: 0 0 16.35rem; }
  .section_cases { min-height: 0; }
  .director__content { padding-left: 0; flex: 0 0 31.9rem; }
  .yellow-box__flex { flex-direction: column; align-items: center; justify-content: center; gap: 1rem; text-align: center; height: auto; padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .yellow-box { background-image: none; }
  .yellow-box__left { min-width: 0; } }
@media (max-width: 767px) { .stat-box__grid { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-around; }
  .stat-box__grid .sep { display: none; }
  .target__left { padding-left: 1rem; padding-right: 1rem; padding-top: 2rem; padding-bottom: 2rem; }
  .target { margin-left: -1rem; margin-right: -1rem; }
  .target__title { margin-right: 0; }
  .bonuses { grid-template-columns: 1fr; }
  .bonus_1 { padding-bottom: 10rem; }
  .bonus__title { min-height: 0; }
  .wda__left { width: 100%; padding-right: 0; border-right: 0; padding-top: 30px; padding-bottom: 30px; padding-right: 75px; display: block; position: relative; }
  .wda__cup-label { color: #FFF; font-family: Inter; font-size: 25px; font-style: normal; font-weight: 300; line-height: normal; margin-bottom: 9px; }
  .wda__cup-title { font-family: Inter; font-size: 41px; font-style: normal; font-weight: 700; line-height: 51px; /* 124.39% */ letter-spacing: 1.23px; margin-bottom: 11px; }
  .wda__cup-desc { font-size: 16px; line-height: 1.3; }
  .wda__stars { position: absolute; left: 100%; top: 50%; width: 188px; margin-left: -110px; transform: translateY(-48%); }
  .wda__text { color: rgba(255, 255, 255, 0.56); font-family: Inter; font-size: 14px; font-style: normal; font-weight: 300; line-height: 18px; /* 128.571% */ }
  .wda__flex { display: block; }
  .wda__logo { width: 143px; margin-bottom: 8px; opacity: 0.5; }
  .wda__right { padding-top: 20px; padding-bottom: 28px; background: #2C2C2C; margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; }
  .wda__right br { display: none; }
  .cases { grid-template-columns: 1fr 1fr; }
  .pdf-btn { width: 40px; height: 40px; justify-content: center; }
  .pdf-btn__svg svg { width: 20px; }
  .pdf-btn__svg_2 svg { width: 18px; }
  .etap-steps { grid-template-columns: 1fr 1fr; }
  .system-info { padding: 2rem; flex-wrap: wrap; }
  .system-info__header { flex: 0 0 100%; }
  .system-info__content { padding-top: 0; padding-bottom: 0; padding-left: 0; background: none; }
  .system__title i { display: none; } }
@media (max-width: 575px) { .home-header__wrap { grid-template-columns: 24px 1fr; gap: 15px; }
  .mw__two-columns { grid-template-columns: 1fr; }
  .wp-block-tablebuilder-table-builder { margin-left: -1rem; margin-right: -1rem; }
  .system__about { flex-wrap: wrap; }
  .system__right { margin-top: 0; margin-bottom: 0; flex: 0 0 100%; }
  .system__col { padding: 2rem; }
  .system__map-image_1::before { left: auto; margin-left: 0; right: -1rem; top: 50%; margin-top: -1.1rem; transform: rotate(-90deg); }
  .system__map-image_2::before { left: -1rem; margin-left: 0; bottom: auto; top: 50%; margin-top: -1.1rem; transform: rotate(-90deg); }
  .system__methods { column-gap: 2.65rem; }
  .system__maps { flex-direction: row; }
  .system__map_1 .system__map-text { order: 2; }
  .system__left { flex: 0 0 100%; }
  .home-header__logo-wrap { max-width: 136px; }
  .home-header__title { font-size: 32px; margin-bottom: 11px; }
  .home-header__side { padding-top: 30px; }
  .home-header__label { font-size: 16px; }
  .wda__cup-title { font-size: 30px; line-height: 1.2; }
  .home-header__wrap { margin-bottom: 150px; }
  .cat { bottom: auto; top: 310px; right: 125px; }
  .cat__content { width: 206px; height: 105px; font-size: 14px; padding-top: 13px; padding-left: 67px; top: 34px; left: 44px; }
  .cat__content img { width: 113px; margin-bottom: 2px; }
  .cat__image { width: 112px; }
  .tech__grafik { display: block; }
  .tech__grafik-image img { display: block; }
  .target__title { background: #d0ff00; font-size: 2rem; }
  .target__title div { display: inline; }
  .section_target { padding-bottom: 7rem; }
  .target__caption { text-align: right; }
  .section__title { font-size: 2rem; }
  .calc-stat { display: flex; flex-direction: column; }
  .calc-stat__item_1 { padding-left: 10rem; }
  .calc-stat_label { left: 6.45rem; }
  .etap__scheme-wrap { overflow-x: auto; margin-left: -2.75rem; padding-left: 2.75rem; }
  .etap__scheme-wrap::-webkit-scrollbar { display: none; }
  .etap { padding-left: 1.5rem; }
  .etap-1 { padding-left: 1.5rem; }
  .etap_1-1 { padding-top: 2rem; padding-bottom: 0; padding-right: 2.75rem; }
  .etap_1-2, .etap_2-2, .etap_3-1, .etap_3-2, .etap_3-3 { padding-right: 2.75rem; padding-bottom: 0; }
  .etap_3-3 { padding-top: 2rem; }
  .etap__image-1-1, .etap__image-1-2, .etap__image-2-2, .etap__image-3-1, .etap__image-3-2, .etap__image-3-3, .etap__image-3-4 { position: static; margin-top: 1rem; max-width: 100%; }
  .etap__image-3-1::before, .etap__image-1-1::before { display: none; }
  .etap__image-2-2 { right: 0; position: relative; }
  .etap__image-2-1 { right: 1rem; }
  .etap_2-1 { padding-right: 14.75rem; }
  .etap_2-1::before { right: 12.8rem; }
  .etap__smart { margin-right: -1.75rem; }
  .etap__smart-title { font-size: 1.2rem; }
  .starter__image { width: 15rem; }
  .starter__image_4 { width: 18rem; }
  .starter__content { left: 6.5rem; top: 1rem; bottom: 0; right: -1rem; width: auto; padding-top: 2rem; padding-right: 1.5rem; padding-left: 7.3rem; }
  .starter_2 .starter__content { top: 4rem; }
  .section_target { padding-top: 0; }
  .starter__image_2 { width: 19rem; }
  .cases { grid-template-columns: 1fr; }
  .director__flex { flex-wrap: wrap; padding-top: 5rem; }
  .director::before { max-width: 100%; }
  .director__content { flex: 0 0 100%; }
  .director__image { flex: 0 0 100%; margin-left: 0; order: -1; }
  .director__content { padding-bottom: 9rem; }
  .home-header__side { padding-left: 5px; padding-right: 5px; }
  .home-header__logo-wrap { top: 5px; margin-top: 5px; }
  .yellow-box__flex { align-items: flex-start; text-align: left; }
  .yellow-box__right { font-size: 15px; }
  .yellow-box__center { font-size: 24px; }
  .yellow-box__left { font-size: 18px; } }
