@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; color: #342C1B; }

p { margin-top: 0; margin-bottom: 1.5em; }

abbr[data-original-title], abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; }

address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }

dl, ol, ul { margin-top: 0; margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: 0.5rem; margin-left: 0; }

blockquote { margin: 0 0 1rem; }

dfn { font-style: italic; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

a { color: #00843c; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus { outline: 0; }

code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; }

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; display: inline-block; }

svg:not(:root) { overflow: hidden; }

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: 0.5rem; }

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

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

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

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

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

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

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

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }

img { max-width: 100%; }

body, html { font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 14px; line-height: 1.2; color: #212330; }

:root { --red: #D04248; --green: #719312; }

a { color: var(--red); transition: all 0.2s; }

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

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

input, button, select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; }

h4, .h4 { font-weight: bold; font-size: 16px; line-height: 1.25; margin-bottom: 1.25em; }

.hidden { display: none; }

/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */
.datepicker-container { background-color: #fff; direction: ltr; font-size: 12px; left: 0; line-height: 30px; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: none; touch-action: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 210px; z-index: -1; }

.datepicker-container:after, .datepicker-container:before { border: 5px solid transparent; content: " "; display: block; height: 0; position: absolute; width: 0; }

.datepicker-dropdown { border: 1px solid #ccc; -webkit-box-shadow: 0 3px 6px #ccc; box-shadow: 0 3px 6px #ccc; -webkit-box-sizing: content-box; box-sizing: content-box; position: absolute; z-index: 1; }

.datepicker-inline { position: static; }

.datepicker-top-left, .datepicker-top-right { border-top-color: #39f; }

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before { border-top: 0; left: 10px; top: -5px; }

.datepicker-top-left:before, .datepicker-top-right:before { border-bottom-color: #39f; }

.datepicker-top-left:after, .datepicker-top-right:after { border-bottom-color: #fff; top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right { border-bottom-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before { border-bottom: 0; bottom: -5px; left: 10px; }

.datepicker-bottom-left:before, .datepicker-bottom-right:before { border-top-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-right:after { border-top-color: #fff; bottom: -4px; }

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before { left: auto; right: 10px; }

.datepicker-panel > ul { margin: 0; padding: 0; width: 102%; }

.datepicker-panel > ul:after, .datepicker-panel > ul:before { content: " "; display: table; }

.datepicker-panel > ul:after { clear: both; }

.datepicker-panel > ul > li { background-color: #fff; cursor: pointer; float: left; height: 30px; list-style: none; margin: 0; padding: 0; text-align: center; width: 30px; }

.datepicker-panel > ul > li:hover { background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover { color: #999; }

.datepicker-panel > ul > li.highlighted { background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover { background-color: #cce5ff; }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color: #39f; }

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover { background-color: #fff; color: #ccc; cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted { background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] { font-size: 18px; }

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] { width: 150px; }

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li { height: 52.5px; line-height: 52.5px; width: 52.5px; }

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover { background-color: #fff; cursor: default; }

.datepicker-hide { display: none; }

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport { width: device-width; }
html { box-sizing: border-box; -ms-overflow-style: scrollbar; }

*, ::after, ::before { box-sizing: inherit; }

.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1200px; } }
.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 0; padding-right: 15px; padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html, body { font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 15px; line-height: 1.4; color: #000000; width: 100%; height: 100%; background: #F2F2F2; }

:root { --linkColor: #00A7B0; }

body { overflow-x: hidden; }

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

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

a { color: var(--linkColor); transition: all 0.5s; }

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; background-color: #F2F2F2; padding-top: 97px; display: flex; flex-direction: column; justify-content: space-between; }

.header { position: fixed; left: 0; right: 0; top: 0; background-color: #fff; z-index: 30; }

.header__row { height: 97px; }

.logo { display: inline-block; font-size: 0; }

.header__contacts { padding-left: 30px; background: url(../images/ico__call.svg) 0 50% no-repeat; }

.header__tel { font-weight: 400; font-size: 15px; line-height: 18px; color: #000000; }

.header__time { font-weight: 400; font-size: 13px; line-height: 16px; color: #9B9DA1; }

.header__profile-link { width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; background: #F2F2F2; border-radius: 50%; color: #292D32; }

.main { padding-top: 86px; padding-bottom: 60px; flex-grow: 1; }

.page__title { font-weight: 500; font-size: 48px; line-height: 1; margin-bottom: 50px; }

.main_page { padding-top: 86px; padding-bottom: 86px; }

.footer { padding: 50px 0 28px; background-color: #fff; }

.logo_footer { position: relative; margin-bottom: 30px; }
.logo_footer::before { content: ''; position: absolute; left: 100%; top: 0; margin-left: 25px; width: 27px; height: 27px; background: url(../images/18.svg) 0 0 no-repeat; }

.copy { font-size: 12px; line-height: 1.5; color: #9B9DA1; margin-bottom: 40px; }

.footer__widget { margin-bottom: 40px; }

.footer__widget-title { font-weight: 400; font-size: 15px; line-height: 1; color: #9B9DA1; margin-bottom: 1em; }

.footer__menu { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 60px; list-style: none; row-gap: 1em; margin: 0; }
.footer__menu a { color: #000000; }
.footer__menu a:hover { color: var(--linkColor); }

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

.footer__social-link { width: 30px; height: 30px; margin-left: 20px; background-color: #000; background-position: 50% 50%; background-repeat: no-repeat; border-radius: 50%; }
.footer__social-link:hover { background-color: var(--linkColor); }
.footer__social-link:first-child { margin-left: 0; }

.footer__social-link_vk { background-image: url(../images/ico__vk.svg); }

.footer__social-link_tg { background-image: url(../images/ico__tg.svg); }

.footer__social-link_yt { background-image: url(../images/ico__yt.svg); }

.footer__social-link_ok { background-image: url(../images/ico__ok.svg); }

.footer__social-link_tik { background-image: url(../images/ico__tiktok.svg); }

.footer__social-link_dz { background-image: url(../images/ico__dzen.svg); }

.footer__social-link_fb { background-image: url(../images/ico__fb.svg); }

.copy-text { color: #9B9DA1; }

.loaded .nav { display: block; }

.navigation { padding: 20px 0 30px; display: flex; justify-content: center; align-items: center; }

.page-numbers { font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 15px; line-height: 1.4; text-align: center; color: #000000; background: #FFFFFF; width: 49px; height: 49px; border-radius: 50%; padding: 14px 0; margin-left: 5px; margin-right: 5px; }
.page-numbers.current, .page-numbers:hover { background: #00A7B0; color: #FFFFFF; }
.page-numbers svg { display: inline-block; vertical-align: middle; line-height: 0; }

.pnf { text-align: center; padding-bottom: 15px; }
.pnf img { margin-bottom: 40px; max-width: 50vw; display: block; margin-left: auto; margin-right: auto; }

.btn { display: inline-block; font-weight: 400; font-size: 15px; line-height: 1.14; padding: 1em; text-align: center; color: #FFFFFF; background: #00A7B0; border-radius: 16px; }
.btn:hover { background-color: #000; }

.error404 .header, .error404 .footer { display: none; }
.error404 .main { padding: 0; height: 100vh; display: flex; align-items: center; }
.error404 .wrapper { padding-top: 0; }

.main__title { font-weight: 500; font-size: 64px; line-height: 1; letter-spacing: -0.03em; color: #000000; margin-bottom: 50px; }

.main__desc { font-weight: 400; font-size: 20px; line-height: 1.4; color: #9B9DA1; margin-bottom: 50px; }

.main__preim { background: #FFFFFF; border-radius: 16px; padding: 40px; margin-bottom: 15px; }

.main__preim-icon { background: #00A7B0; display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; border-radius: 50%; margin-bottom: 12px; }

.main__preim-text { font-weight: 400; font-size: 20px; line-height: 1.3; color: #000000; }

.blue { color: #00A7B0; }

.main__forms { background: #FFFFFF; border-radius: 16px; margin-bottom: 20px; padding: 64px 70px 70px; }

.main__tabs-nav { display: flex; align-items: center; margin-bottom: 35px; gap: 20px; justify-content: center; }

.main__tab-link { transition: all 0.3s; font-weight: 500; font-size: 15px; line-height: 24px; height: 24px; color: #9B9DA1; background: transparent; padding: 0; padding-top: 3px; }
.main__tab-link.active { font-weight: 500; font-size: 24px; color: #000000; padding-top: 0; }

.tab { display: none; }
.tab.active { display: block; }

.form__input { background: #F6F6F6; border-radius: 16px; margin-bottom: 20px; font-weight: 400; font-size: 15px; padding-left: 20px; font-family: inherit; width: 100%; height: 47px; border: 1px solid transparent; }
.form__input::-webkit-input-placeholder { color: #9B9DA1; }

.form__radio-wrap { display: flex; align-items: center; margin-bottom: 20px; font-weight: 400; font-size: 15px; line-height: 18px; color: #9B9DA1; gap: 10px; cursor: pointer; }
.form__radio-wrap input { border: 1px solid #00A7B0; border-radius: 50%; flex: 0 0 19px; width: 19px; height: 19px; background: #fff; }
.form__radio-wrap input:checked { background: #00A7B0; box-shadow: inset 0 0 0 5px #fff; }

.form__hidden-fieldset { display: none; }

.form__submit, .wpcf7-submit { font-weight: 400; font-size: 15px; text-align: center; color: #FFFFFF; background: #00A7B0; border-radius: 16px; height: 47px; cursor: pointer; transition: all 0.3s; margin-bottom: 15px; width: 100%; }
.form__submit:hover, .wpcf7-submit:hover { opacity: 0.8; }
.form__submit:last-child, .wpcf7-submit:last-child { margin-bottom: 0; }

.text-center { text-align: center; }

.popup { width: 370px; padding: 50px 49px; background: #FFFFFF; border-radius: 16px; display: none; }
.popup .fancybox-close-small { padding: 4px; color: #00a7b0; }

.popup__title { font-weight: 500; font-size: 24px; line-height: 1.25; text-align: center; color: #000000; margin-bottom: 1em; }
.popup__title:last-child { margin-bottom: 0; }
.popup__title p { margin-bottom: 22px; }

.nomoney { height: 81px; margin-bottom: 22px; background: url(../images/nomoney.svg) 50% 50% no-repeat; }

.aside__header { background: #FFFFFF; border-radius: 16px; display: flex; align-items: center; justify-content: space-between; height: 73px; font-weight: 400; font-size: 20px; line-height: 26px; color: #9B9DA1; padding: 15px 30px; margin-bottom: 11px; }

.aside__header-cash { color: #000000; }

.aside__menu { display: block; list-style: none; margin: 0; }
.aside__menu li { margin-bottom: 10px; }
.aside__menu li:last-child { margin-bottom: 0; }
.aside__menu li a { display: flex; align-items: center; height: 73px; justify-content: space-between; padding: 15px 30px; background: #FFFFFF; border-radius: 16px; font-weight: 400; font-size: 20px; line-height: 1.3; color: #000000; }
.aside__menu li a:hover { background: #00A7B0; color: #fff; }
.aside__menu li.current-menu-item a { background: #00A7B0; color: #fff; }
.aside__menu li.current-menu-item a svg { opacity: 0; }

.page-box { background: #FFFFFF; border-radius: 16px; padding: 50px 50px 40px; }

.contacs__box { margin-bottom: 10px; background: #F6F6F6; border-radius: 16px; padding: 40px; }

.contacts__tel { font-weight: 500; font-size: 24px; line-height: 1.2; color: #000000; padding-left: 32px; background: url(../images/ico__call.svg) 2px 4px no-repeat; margin-bottom: 10px; }

.contacts__time { padding-left: 32px; font-weight: 400; font-size: 15px; line-height: 1.2; color: #9B9DA1; }

.contacts__email { font-weight: 500; font-size: 24px; line-height: 1.2; color: #000000; padding-left: 32px; background: url(../images/ico__email.svg) 2px 50% no-repeat; }

.form__title, .shop__box-title { font-weight: 500; font-size: 24px; line-height: 1.2; color: #000000; margin-bottom: 1.2em; }

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

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

.wpcf7-text, .wpcf7-textarea { width: 100%; margin-bottom: 10px; background: #F6F6F6; border-radius: 16px; padding-left: 20px; font-weight: 400; font-size: 15px; height: 47px; }
.wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder { color: #9B9DA1; }
.wpcf7-text::-moz-placeholder, .wpcf7-textarea::-moz-placeholder { color: #9B9DA1; }

.invalid .wpcf-not-valid { box-shadow: inset 0 0 0 1px red; }

.wpcf7-textarea { height: 170px; line-height: 1.2; padding-right: 20px; padding-top: 14px; resize: none; }

.wpcf7-submit { margin-bottom: 10px; }

.pay-box { background: #F6F6F6; border-radius: 16px; margin-bottom: 30px; padding: 30px; }
.pay-box:last-child { margin-bottom: 10px; }

.pay__title { font-weight: 500; font-size: 20px; line-height: 1; color: #000000; margin-bottom: 1.2em; }

.pay__title_mb0 { margin-bottom: 0; }

.pay__address { font-weight: 400; font-size: 15px; line-height: 18px; color: #9B9DA1; padding-left: 27px; padding-top: 1.5px; padding-bottom: 1.5px; background: url(../images/ico__location.svg) 0 50% no-repeat; }

.pay__form .wpcf7-text, .pay__form .wpcf7-textarea { background-color: #fff; }

.page-box__doc { margin-bottom: 30px; height: calc(100% - 30px); display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; background: #F6F6F6; border-radius: 16px; padding: 30px; }

.page-box__doc-ico { width: 40px; height: 40px; background: url(../images/ico__doc-sticker.svg) 50% 50% no-repeat; }

.page-box__doc-link { width: 24px; height: 24px; color: #292D32; }
.page-box__doc-link:hover { color: #00A7B0; }

.page-box__doc-title { flex: 0 0 100%; margin-top: 15px; }
.page-box__doc-title a { color: #000; }
.page-box__doc-title a:hover { color: #00A7B0; }

.pay-box__text { font-weight: 400; font-size: 15px; line-height: 1.4; color: #9B9DA1; }

.form__title_min { font-size: 20px; }

.form__input_mb10 { margin-bottom: 10px; }

.form__input-wrap { position: relative; }
.form__input-wrap._edited .form__input-toggle { opacity: 0; pointer-events: none; }

.form__input-toggle { position: absolute; width: 18px; height: 18px; right: 20px; top: 14px; display: flex; align-items: center; justify-content: center; color: #292D32; cursor: pointer; background: url(../images/ico__pen.svg) 50% 50% no-repeat; }

.page-box__form-margin { margin-bottom: 10px; }

.page-box__form-sep { height: 40px; }

input[type="submit"][disabled], button[disabled] { opacity: 0.7; pointer-events: none; cursor: no-drop; }

.shop__sep { margin-left: -50px; margin-right: -50px; margin-top: 50px; margin-bottom: 50px; background: #EEEEEE; height: 1px; }

.shop__box-title { margin-bottom: 40px; }

.shop__box-flex { display: flex; gap: 30px; margin-bottom: 40px; align-items: center; }

.shop__box-flex-sep { height: 40px; width: 40px; position: relative; }
.shop__box-flex-sep::before { width: 58px; position: absolute; height: 1px; background: #EEEEEE; content: ''; top: 50%; left: 0; transform: rotate(135deg); }

.shop__box-flex-text { font-weight: 500; font-size: 16px; line-height: 28px; color: #000000; }
.shop__box-flex-text ._big { color: #00A7B0; font-size: 24px; }

.shop__domain-form { position: relative; overflow: hidden; margin-bottom: 30px; padding-right: 127px; }
.shop__domain-form .form__input { margin-bottom: 0; }

.shop__domain-form-submit { position: absolute; height: 47px; font-weight: 400; font-size: 15px; line-height: 18px; text-align: center; color: #00A7B0; width: 117px; right: 0; top: 0; background-color: #fff; border: 1px solid #00A7B0; border-radius: 16px; transition: all 0.5s; }
.shop__domain-form-submit:hover { background-color: #00A7B0; color: #fff; }

.shop__result { background: #F6F6F6; border-radius: 16px; margin-bottom: 30px; display: none; }

.shop__hosting .form__input, .shop__hosting .form__submit, .shop__hosting .wpcf7-submit { margin-bottom: 10px; }

.shop__result { padding: 20px; height: 87px; min-width: 300px; width: fit-content; }

.shop__result_no { height: 87px; text-align: center; font-weight: 500; font-size: 24px; line-height: 1; padding-top: 31px; color: #9B9DA1; }

.domain-order__flex { display: flex; align-items: center; justify-content: space-between; }

.domain-order__info { position: relative; top: -5px; font-weight: 400; font-size: 15px; line-height: 18px; color: #9B9DA1; white-space: nowrap; padding-right: 11px; }

.domain-order__price { font-weight: 500; font-size: 16px; line-height: 24px; color: #000000; margin-top: 5px; }
.domain-order__price ._big { color: #00A7B0; font-size: 24px; }

.domain-order__btn-wrap { flex: 0 0 117px; }

.history-sort { display: flex; align-items: center; padding: 30px; background: #F6F6F6; border-radius: 16px; margin-bottom: 30px; gap: 20px; }

.history-sort__title { font-weight: 500; font-size: 15px; line-height: 20px; color: #000000; flex: 0 0 auto; }

.history-sort__selects { flex: 1 1 auto; display: flex; align-items: center; }

.history-sort__select { flex: 1 1 auto; }

.history-sort__input { height: 47px; font-weight: 400; font-size: 15px; color: #000000; background: url(../images/ico__select.svg) 90% 50% no-repeat #FFFFFF; background-position: right 10px top 50%; border-radius: 16px; width: 100%; padding-left: 15px; cursor: pointer; }
@media screen and (min-width: 1200px) { .history-sort__input { width: 130px; } }

input[type=date]::-webkit-calendar-picker-indicator { opacity: 0; }

.history-sort__select-sep { width: 35px; flex: 0 0 35px; text-align: center; }
.history-sort__select-sep::before { content: '-'; font-weight: 400; font-size: 15px; line-height: 18px; color: #000000; }

.history-sort__submit { flex: 0 0 238px; }

.history__box { background: #F6F6F6; border-radius: 16px; margin-bottom: 10px; display: flex; padding: 30px; justify-content: space-between; font-weight: 500; font-size: 15px; line-height: 20px; color: #000000; }

.history__box-date { padding-top: 13px; }

.history__box-values { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }

.history__box-value { line-height: 1.2; padding: 14px 15px 15px; background: #FFFFFF; border-radius: 16px; }
.history__box-value[data-payment="2"]::before { content: '+'; }

.hidden { display: none !important; }

.domain__header { margin-bottom: 30px; }
.domain__header .row { row-gap: 26px; align-items: center; }

.domain__autopay-wrap { display: flex; align-items: center; justify-content: flex-end; }

.domain__autopay { margin: 0; display: flex; align-items: center; font-weight: 400; font-size: 15px; line-height: 18px; color: #9B9DA1; gap: 10px; }
.domain__autopay input { border: 1px solid #EDEDED; width: 18px; height: 18px; border-radius: 50%; box-shadow: inset 0 0 0 3px #F6F6F6; background-color: #F6F6F6; }
.domain__autopay input:checked { background: #00A7B0; }

.domain__num { position: relative; font-weight: 500; font-size: 20px; line-height: 45px; background: #FFFFFF; border: 1px solid #EDEDED; color: #000000; width: 47px; height: 47px; border-radius: 50%; text-align: center; }
.domain__num::before { content: ""; position: absolute; right: 100%; top: 23px; width: 50px; height: 1px; background: #EDEDED; }

.form__input_pair { text-align: right; padding-right: 23px; padding-left: 175px; }

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

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

/* Firefox */
input[type=number] { -moz-appearance: textfield; }

.form__input-prev-text, .form__input-next-text { position: absolute; left: 21px; font-weight: 400; font-size: 15px; line-height: 47px; color: #9B9DA1; top: 0; z-index: 2; pointer-events: none; }

.form__input-next-text { left: auto; right: 15px; opacity: 0; }

.shop__domain-form .form__input:focus::-webkit-input-placeholder { color: transparent; }

.shop__domain-form .form__input:focus::-moz-placeholder { color: transparent; }

input:focus + .form__input-next-text { opacity: 1; }

.domain { margin-bottom: 50px; }
.domain:last-child { margin-bottom: 10px; }

.form__select { margin-bottom: 10px; font-weight: 400; font-size: 15px; line-height: 27px; color: #9B9DA1; height: 47px; padding-left: 21px; padding-right: 21px; background: url(../images/ico__select.svg) 90% 50% no-repeat #F6F6F6; background-position: right 23px top 50%; border-radius: 16px; width: 100%; }

.form__input-toggle + .form__input_pair { padding-right: 50px; text-overflow: ellipsis; }

._edited .form__input-toggle + .form__input_pair { padding-right: 21px; }

.domain__dns + .domain__dns { margin-top: 50px; position: relative; }
.domain__dns + .domain__dns::before { top: -30px; height: 1px; content: ''; position: absolute; left: -50px; right: -50px; background: #ededed; }

.btn-border { width: 100%; border: 1px solid #00A7B0; border-radius: 16px; font-weight: 400; font-size: 15px; line-height: 17px; text-align: center; color: #00A7B0; padding: 14px; background-color: #fff; }
.btn-border:hover { background-color: #00a7b0; color: #fff; }

.add-dns { margin-top: 5px; }

.row-gap-10 { row-gap: 10px; }

.domain__delegation:nth-child(1) .form__input-prev-text::after { content: ' Primary:'; }
.domain__delegation:nth-child(2) .form__input-prev-text::after { content: ' Secondary:'; }
.domain__delegation:nth-child(3) .form__input-prev-text::after { content: ' 3:'; }
.domain__delegation:nth-child(4) .form__input-prev-text::after { content: ' 4:'; }
.domain__delegation:nth-child(5) .form__input-prev-text::after { content: ' 5:'; }
.domain__delegation:nth-child(6) .form__input-prev-text::after { content: ' 6:'; }

._sending { transition: all 0.3s; opacity: 0.6; pointer-events: none; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 248px; background: #FFFFFF; border-radius: 16px; padding: 5px 0; margin: 5px 0 0; list-style: none; background-color: #ffffff; top: 0; left: 0; padding: 15px; margin-top: 1px; font-size: 15px; }

.datepicker > div { display: none; }

.datepicker table { width: 100%; margin: 0; }

.datepicker td, .datepicker th { text-align: center; width: 32px; height: 28px; font-weight: normal; }
.datepicker td.dow, .datepicker th.dow { color: #9B9DA1; height: 33px; padding-top: 5px; }

.datepicker td.day:hover { background: #eeeeee; cursor: pointer; }

.datepicker td.day.disabled { color: #9B9DA1; }

.datepicker td.old, .datepicker td.new { color: #9B9DA1; }

.datepicker td.active, .datepicker td.active:hover { color: #ffffff; background-color: #00A7B0; }

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] { color: #ffffff; background-color: #00A7B0; *background-color: #00A7B0; }

.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active { background-color: #00A7B0 \9; }

.datepicker td span { display: block; width: 30%; height: 54px; line-height: 54px; float: left; margin: 2px; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.datepicker td span:hover { background: #eeeeee; }

.datepicker td span.active { color: #ffffff; background-color: #00A7B0; }

.datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] { color: #ffffff; background-color: #00A7B0; *background-color: #00A7B0; }

.datepicker td span.active:active, .datepicker td span.active.active { background-color: #00A7B0 \9; }

.datepicker td span.old { color: #999999; }

.datepicker th.switch { width: 145px; }

.datepicker th.next, .datepicker th.prev { font-size: 21px; }

.datepicker thead tr:first-child th { cursor: pointer; }

.datepicker thead tr:first-child th:hover { background: #eeeeee; }

.input-append.date .add-on i, .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; }

@media (max-width: 1199px) { .menu_grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__menu { column-gap: 5px; }
  .aside { transform: none !important; }
  .aside__header { height: auto; background: none; padding: 0; margin-bottom: 26px; }
  .aside__menu { display: flex; margin-bottom: 26px; scroll-snap-type: x mandatory; margin-right: calc(50% - 50vw); gap: 15px; padding-right: 15px; overflow-x: auto; }
  .aside__menu::-webkit-scrollbar { display: none; }
  .aside__menu li { flex: 0 0 250px; width: 250px; margin-bottom: 0; }
  .aside__menu li a { height: 66px; padding: 15px; }
  .aside__menu .current-menu-item { order: -1; } }
@media (max-width: 991px) { .wrapper { padding-top: 60px; }
  .author__box { margin-bottom: 15px; }
  .logo { width: 115px; }
  .nav { top: 60px; padding-bottom: 65px; height: 100vh; bottom: auto; }
  .nav .menu { display: grid; grid-template-columns: 1fr 1fr; column-gap: 10px; }
  .header__row { height: 60px; }
  .header__profile-link { width: 40px; height: 40px; }
  .main__title { font-size: 36px; margin-bottom: 26px; }
  .main__desc { font-size: 15px; margin-bottom: 26px; }
  .main__preim { padding: 15px; display: flex; align-items: center; gap: 10px; }
  .main__preim-icon { margin-bottom: 0; }
  .main__forms { padding: 30px 15px; }
  .main__forms form { max-width: 500px; margin-left: auto; margin-right: auto; }
  .page-box { padding: 15px 15px 5px; margin-bottom: 0; }
  .contacts__tel, .contacts__email { font-size: 20px; line-height: 1.2; }
  .form__title, .shop__box-title { margin-bottom: 26px; }
  .form__title:last-child, .shop__box-title:last-child { margin-bottom: 0; }
  .contacs__box { padding: 15px; margin-bottom: 15px; }
  .main { padding-top: 40px; padding-bottom: 40px; }
  .main_page { padding-top: 40px; padding-bottom: 40px; }
  .page-box__doc { padding: 15px; margin-bottom: 15px; height: calc(100% - 15px); }
  .pay-box { padding: 15px; margin-bottom: 15px; }
  .pay-box:last-child { margin-bottom: 10px; }
  .page-box__form-margin { margin-bottom: 26px; }
  #edit-password { margin-bottom: 10px; }
  .page-box__form-sep { height: 0; }
  .shop__sep { margin-left: -15px; margin-right: -15px; margin-top: 26px; margin-bottom: 26px; }
  .shop__result { margin-bottom: 15px; }
  .shop__domain-form { margin-bottom: 15px; }
  .history-sort { flex-direction: column; padding: 15px; gap: 15px; margin-bottom: 0; }
  .history { margin-bottom: 10px; }
  .history__box { margin-bottom: 0; margin-top: 10px; padding: 15px; }
  .history-sort__selects { flex-direction: column; align-items: stretch; }
  .history-sort__select-sep { width: 100%; line-height: 20px; flex: 0 0 auto; }
  .history-sort__select { width: 100%; }
  .history-sort__selects { width: 100%; }
  .history-sort__submit { flex: 0 0 auto; width: 100%; }
  .history-sort__title { width: 100%; }
  .domain__num::before { width: 15px; }
  .domain__dns + .domain__dns::before { left: -15px; right: -15px; } }
@media (max-width: 767px) { .pnf img { margin-bottom: 30px; }
  .contacts { margin-bottom: 11px; }
  .shop__domain-form { padding-right: 0; }
  .shop__domain-form-submit { position: relative; margin-top: 10px; right: 0; top: 0; width: 100%; }
  .shop__result { padding: 15px; height: 77px; }
  .shop__result_no { padding-top: 23px; }
  .shop__box-flex { flex-direction: column; align-items: flex-start; gap: 13px; margin-bottom: 26px; }
  .shop__hosting .form__input { margin-bottom: 15px; }
  .shop__box-flex-sep { width: 56px; height: 1px; background: #eeeeee; }
  .shop__box-flex-sep::before { display: none; }
  .footer { padding-top: 40px; }
  .footer__menu { grid-template-columns: 1fr; }
  .footer__social { margin-bottom: 40px; }
  .footer__social-link { margin-left: 10px; }
  .footer__social { justify-content: space-between; max-width: 300px; width: 100%; }
  .footer__social-link { margin-left: 0; }
  .domain__autopay-wrap { flex: 0 0 100%; justify-content: flex-start; }
  .domain .form__input_mb10 { margin-bottom: 15px; }
  .domain__header { margin-bottom: 26px; }
  .row-gap-10 { row-gap: 15px; }
  .domain { margin-bottom: 26px; }
  .domain:last-child { margin-bottom: 10px; }
  .domain__dns + .domain__dns { margin-top: 37px; }
  .domain__dns + .domain__dns::before { top: -26px; } }
@media (max-width: 575px) { .main__preim-text div { display: inline; }
  .pay__title { margin-bottom: 15px; }
  .shop__result { width: 100%; }
  .form__input-wrap._edited .form__input_pair { padding-left: 20px; text-align: left; }
  .form__input-wrap._edited .form__input-prev-text { opacity: 0; } }
