@charset "UTF-8";
@import url("../css/fancybox.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; }

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; }

.admin-bar .header { margin-top: 32px; }

.header__row { height: 97px; }

.logo { display: inline-block; font-size: 0; }

.header__menu { display: flex; list-style: none; margin: 0; font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 15px; line-height: 18px; color: #000000; justify-content: center; }
.header__menu li { margin-right: 45px; }
.header__menu li:last-child { margin-right: 0; }
.header__menu a { color: #000000; }
.header__menu a:hover { color: var(--linkColor); }

.search-form { width: 300px; margin-right: 15px; position: relative; }

.search-form__input { height: 47px; background: #F6F6F6; border-radius: 23.5px; width: 100%; font-weight: 400; font-size: 15px; padding-left: 20px; padding-right: 50px; }

.search-form__submit { position: absolute; font-size: 0; right: 10px; width: 39px; top: 0; bottom: 0; background-color: transparent; color: #000; }
.search-form__submit:hover { color: var(--linkColor); }

.header__nav-btn { display: block; width: 27px; cursor: pointer; }
.header__nav-btn svg { display: block; }
.header__nav-btn svg line { position: relative; transition: all 0.3s; transform-origin: 50% 50%; }
.header__nav-btn span { display: block; height: 2px; position: relative; transition: all 0.3s; background-color: #00A7B0; margin-bottom: 7.6px; border-radius: 1.5px; }
.header__nav-btn span:last-child { margin-bottom: 0; }
.header__nav-btn.active svg line { transform: rotate(-45deg); }
.header__nav-btn.active svg line:last-child { top: -9.6px; transform: rotate(45deg); }
.header__nav-btn.active svg line:first-child { top: 9.6px; }
.header__nav-btn.active span { transform: rotate(-45deg); }
.header__nav-btn.active span:last-child { top: -10px; transform: rotate(45deg); }
.header__nav-btn.active span:first-child { top: 10px; }

.main { padding-top: 50px; padding-bottom: 20px; flex-grow: 1; }

.page__title { font-weight: 500; font-size: 48px; line-height: 1; margin-bottom: 50px; }

.main_home { padding-top: 30px; }

.main_page { padding-top: 50px; padding-bottom: 20px; }

.article__header { background: #FFFFFF; border-radius: 16px; margin-bottom: 30px; }

.article__thumbnail { background: #D9D9D9; border-radius: 16px; position: relative; overflow: hidden; }
.article__thumbnail img { display: block; width: 100%; }

.article__thumbnail-original { position: absolute; font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 15px; line-height: 1.2; color: #FFFFFF; background: url(../images/ico__link.svg) 13px 50% no-repeat rgba(0, 0, 0, 0.07); backdrop-filter: blur(20px); border-radius: 23.5px; max-width: calc(100% - 20px); overflow: hidden; white-space: nowrap; bottom: 10px; right: 10px; padding: 8px 14px 9px 41px; }

.article__header-info { padding: 40px; }

.article__header-categories { display: flex; flex-wrap: wrap; gap: 15px; row-gap: 5px; margin-bottom: 15px; }
.article__header-categories a { font-weight: 400; font-size: 15px; line-height: 1.2; color: #FFFFFF; padding: 8px 18px 9px; background: #00A7B0; border-radius: 23.5px; }
.article__header-categories a:hover { background-color: #000000; }

.article__header-title { font-weight: 500; font-size: 32px; line-height: 1.25; color: #000000; margin-bottom: 30px; }

.article__header-bloginfo { margin-bottom: 30px; }

.article__header-meta { display: flex; align-items: center; }

.article__header-meta-item { font-weight: 400; font-size: 15px; line-height: 1.2; color: #9B9DA1; padding-top: 0.2em; padding-bottom: 0.2em; padding-left: 2em; background-position: 0 50%; background-repeat: no-repeat; margin-right: 2em; }

.article__header-meta-item_date { background-image: url(../images/ico__clock.svg); }

.article__header-meta-item_views { background-image: url(../images/ico__view.svg); }

.article__header-author { display: flex; align-items: center; font-weight: 500; font-size: 15px; line-height: 1.2; color: #000000; }
.article__header-author:hover { color: var(--linkColor); }

.article__header-author-photo { margin-right: 10px; flex: 0 0 40px; }
.article__header-author-photo img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }

.article__header-excerpt { color: #000000; }
.article__header-excerpt * { margin-bottom: 0; }

.asd { margin-bottom: 30px; }
.asd img { width: 100%; border-radius: 16px; }

.article__body { padding: 40px; margin-bottom: 30px; background-color: #fff; border-radius: 16px; }

.article__content { padding-bottom: 40px; }
.article__content:last-child { padding-bottom: 0; }

.page-content h2, .page-content h5, .page-content h6 { font-weight: 500; font-size: 24px; line-height: 1.2; margin-bottom: 15px; }
.page-content p { margin-bottom: 1.4em; }
.page-content p > img { margin-bottom: 1.4em; }
.page-content p > img:last-child { margin-bottom: 0; }
.page-content ul, .page-content ol { margin-left: 20px; margin-bottom: 30px; }
.page-content ul li { margin-bottom: 1.4em; }
.page-content > *:last-child { margin-bottom: 0; }

.wp-block-quote, blockquote:not([class]) { font-style: italic; font-weight: 300; background: url(../images/ico__quote.svg) 90% 20px no-repeat #F5F5F5; background-position: right 20px top 20px; border-radius: 16px; padding: 30px 70px 30px 30px; margin-bottom: 30px; }
.wp-block-quote > *:last-child, blockquote:not([class]) > *:last-child { margin-bottom: 0; }

.wp-block-image { margin-bottom: 30px; position: relative; }
.wp-block-image img { display: block; width: 100%; border-radius: 16px; }
.wp-block-image .wp-element-caption { position: absolute; }

.wp-element-caption { font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 15px; line-height: 1.2; color: #FFFFFF; background: url(../images/ico__link.svg) 13px 50% no-repeat rgba(0, 0, 0, 0.07); backdrop-filter: blur(20px); border-radius: 23.5px; max-width: calc(100% - 20px); overflow: hidden; white-space: nowrap; bottom: 10px; right: 10px; padding: 8px 14px 9px 41px; margin-bottom: 0 !important; margin-top: 0 !important; }

.wp-block-cb-carousel { margin-left: -7.5px; margin-right: -7.5px; padding-bottom: 60px; margin-bottom: 40px; }
.wp-block-cb-carousel .slick-arrow { position: absolute; bottom: 0; width: 30px; top: auto; height: 30px; z-index: 4; font-size: 0; background: url(../images/slider-prev.svg) 0 0 no-repeat; background-size: 100% 100%; left: 7.5px; opacity: 0.6; transform: none; }
.wp-block-cb-carousel .slick-arrow::before { display: none; }
.wp-block-cb-carousel .slick-arrow:hover { opacity: 1; }
.wp-block-cb-carousel .slick-next { left: auto; right: 7.5px; background-image: url(../images/slider-next.svg); }
.wp-block-cb-carousel .slick-dots { margin: 0; bottom: 0; display: flex; align-items: center; justify-content: center; height: 30px; padding: 0; }
.wp-block-cb-carousel .slick-dots li { width: auto; height: auto; margin-left: 7.5px; margin-right: 7.5px; font-size: 0; background: transparent !important; }
.wp-block-cb-carousel .slick-dots li button { width: 10px; height: 10px; border-radius: 50%; margin: 0; padding: 0; border: 0; background: #DCDCDC !important; }
.wp-block-cb-carousel .slick-dots li button:before { display: none; }
.wp-block-cb-carousel .slick-dots li.slick-active button { background: #000000 !important; }

.wp-block-video { position: relative; margin-bottom: 40px; }
.wp-block-video .wp-element-caption { position: absolute; }
.wp-block-video video { display: block; width: 100%; border-radius: 16px; }
.wp-block-video video.active { position: relative; z-index: 3; }

.video-play { position: absolute; left: 50%; top: 50%; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(7.5px); width: 105px; height: 105px; margin-top: -52.5px; margin-left: -52.5px; cursor: pointer; border-radius: 50%; font-size: 0; display: flex; align-items: center; justify-content: center; transition: all 0.3s; padding-left: 2px; }
.video-play:hover { backdrop-filter: blur(2.5px); }

.wp-block-audio { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.wp-block-audio audio { margin-right: 15px; flex: 1 1 auto; }
.wp-block-audio .wp-element-caption { color: #9B9DA1; margin-left: 15px; flex: 0 0 auto; background-color: #F2F2F2; background-image: url(../images/ico__link-gray.svg); }

.audio-player { flex: 1 1 auto; background: #F2F2F2; border-radius: 23.5px; height: 35px; display: flex; align-items: center; padding-left: 11px; padding-right: 15px; }
.audio-player ~ audio { display: none; }

.audio-player__btn { width: 22px; flex: 0 0 22px; height: 22px; background: url(../images/ico__audio-play.svg) 50% 50% no-repeat, url(../images/ico__audio-pause.svg) -40px -40px no-repeat; }

._played .audio-player__btn { background: url(../images/ico__audio-pause.svg) 50% 50% no-repeat, url(../images/ico__audio-play.svg) -40px -40px no-repeat; }

.audio-player__progress { margin-left: 11px; margin-right: 17px; flex: 1 1 auto; background: #CECECE; border-radius: 4px; height: 3px; position: relative; }

.audio-player__current { background: #000000; position: absolute; width: 8px; height: 8px; top: -2.5px; left: 0; border-radius: 50%; transform: translateX(-4px); }

.audio-player__duration { flex: 0 0 auto; font-weight: 400; font-size: 15px; line-height: 1.2; color: #9B9DA1; }

.article__identify { line-height: 1; margin-bottom: 15px; }
.article__identify:last-child { margin-bottom: 0; }

.article__identify-number { color: #00A7B0; cursor: pointer; font-weight: 400; }

.article__footer { padding: 28px 40px; background: #FFFFFF; border-radius: 16px; margin-bottom: 30px; }

.article__share-text { font-weight: 500; font-size: 24px; line-height: 24px; }

.article__share { display: flex; align-items: center; }

.article__share-link { width: 30px; height: 30px; margin-right: 20px; background: #000000; border-radius: 100px; background-repeat: no-repeat; background-position: 50% 50%; }
.article__share-link:hover { background-color: var(--linkColor); }

.article__share-link_vk { background-image: url(../images/ico__share-vk.svg); }

.article__share-link_tg { background-image: url(../images/ico__share-tg.svg); }

.article__share-link_ok { background-image: url(../images/ico__share-ok.svg); }

.article__share-link_tw { background-image: url(../images/ico__share-tw.svg); }

.article__share-link_wt { background-color: transparent; border-radius: 0; display: flex; font-size: 0; align-items: center; justify-content: center; color: #000; }
.article__share-link_wt:hover { background-color: transparent; color: var(--linkColor); }

.article__share-link_vb { background-image: url(../images/ico__share-vb.svg); }

.bottom-asd { margin-bottom: 40px; }
.bottom-asd img { border-radius: 16px; display: block; }

.related { margin-bottom: 10px; }

.related__title { font-weight: 500; font-size: 32px; line-height: 1; color: #000000; margin-bottom: 40px; }

.post-item-wrap { padding-bottom: 30px; }

.post-item { height: 100%; background: #FFFFFF; border-radius: 16px; overflow: hidden; position: relative; display: flex; flex-direction: column; }

.post-item__thumbnail { position: relative; overflow: hidden; border-radius: 16px; padding-bottom: 59.25%; height: 0; width: 100%; }
.post-item__thumbnail img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; }
.post-item__thumbnail:hover + .post-item__info .post-item__title a { color: var(--linkColor); }
.post-item__thumbnail:hover img { transform: scale(1.07); }

.post-large img, .top-post img { transition: all 0.5s; }
.post-large:hover img, .top-post:hover img { transform: scale(1.07); }

.post-item__info { padding: 30px; flex-grow: 1; display: flex; flex-direction: column; }

.post-item__categories { display: inline-flex; flex-wrap: wrap; gap: 15px; row-gap: 5px; margin-bottom: 10px; }
.post-item__categories a { font-weight: 400; font-size: 13px; line-height: 1.2; color: #FFFFFF; padding: 6px 12px 8px; background: #00A7B0; border-radius: 15px; }
.post-item__categories a:hover { background-color: #000000; }

.post-item__title { flex-grow: 1; margin-bottom: 13px; }
.post-item__title:last-child { margin-bottom: 0; }

.post-item__link { color: #000000; display: inline-block; line-clamp: 3; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.post-item__link:hover { color: var(--linkColor); }

.post-item__time { font-weight: 400; font-size: 13px; line-height: 16px; color: #9B9DA1; }

.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: 26px; }
@media screen and (min-width: 1200px) { .copy { margin-bottom: 40px; } }

.footer__widget { margin-bottom: 26px; }
@media screen and (min-width: 1200px) { .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; }

.nav { position: fixed; transform: rotateX(-180deg); backface-visibility: hidden; top: 97px; left: 0; right: 0; bottom: 0; transform-origin: 0 0; background: #F2F2F2; padding: 55px 0 5px; overflow-y: auto; z-index: 10; transition: all 0.4s; display: none; }
.nav.active { transform: rotateX(0deg); transform: scale(1) translateY(0); }

.noscroll { overflow: hidden; }

.nav__widget { padding-bottom: 40px; }
.nav__widget .menu { list-style: none; margin: 0; }
.nav__widget .menu li { padding-bottom: 10px; }
.nav__widget .menu a { font-weight: 400; font-size: 15px; line-height: 1.33; color: #000000; min-height: 72px; display: flex; align-items: center; padding: 6px 20px 6px 30px; background: #FFFFFF; border-radius: 16px; }
.nav__widget .menu a:hover { background-color: var(--linkColor); color: #fff; }

.nav__widget-title { font-weight: 500; font-size: 24px; line-height: 1; color: #000000; margin-bottom: 30px; }

.menu_grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; column-gap: 10px; }

.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; }

.post-asd { height: 100%; }
.post-asd img { display: block; width: 100%; height: 100%; border-radius: 16px; object-fit: cover; }

.author__box { margin-bottom: 30px; position: relative; background: #FFFFFF; border-radius: 16px; padding: 104px 15px 55px; text-align: center; }

.author__avatar { position: absolute; top: -43px; width: 130px; height: 130px; overflow: hidden; border-radius: 50%; left: 50%; margin-left: -65px; }
.author__avatar img { width: 100%; height: 100%; display: block; object-fit: cover; }

.author__name { font-weight: 500; font-size: 24px; line-height: 1; color: #000000; margin-bottom: 17px; }

.author__role { font-weight: 500; font-size: 15px; line-height: 1.2; color: #9B9DA1; display: inline-block; padding: 10px 16px 11px; background: #F6F6F6; border-radius: 19.5px; margin-bottom: 17px; }

.author__bio { color: #9B9DA1; max-width: 710px; margin-left: auto; margin-right: auto; }

.contacts { margin-bottom: 10px; }

.contacts__item-wrap { padding-bottom: 30px; }

.contacts__item { height: 100%; background: #FFFFFF; border-radius: 16px; padding: 30px; font-size: 15px; line-height: 1.2; }

.contacts__item-title { font-weight: 500; margin-bottom: 20px; }

.contacts__option { color: #9B9DA1; margin-bottom: 15px; padding-left: 32px; background-position: 0 50%; background-repeat: no-repeat; padding-top: 3px; padding-bottom: 3px; }
.contacts__option:last-child { margin-bottom: 0; }

.contact__option_tel { background-image: url(../images/ico__call.svg); }

.contact__option_email { background-position: 1px 50%; background-image: url(../images/ico__email.svg); }

.contacts__user { margin-bottom: 33px; font-weight: 500; }
.contacts__user:last-child { margin-bottom: 0; }

.contacts__user-name { color: #9B9DA1; font-weight: 400; }

.top-post { position: relative; overflow: hidden; border-radius: 16px; }

.top-post__thumbnail { display: block; overflow: hidden; position: relative; height: 0; border-radius: 16px; padding-bottom: 58.44%; }
.top-post__thumbnail::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, transparent 32.81%, rgba(0, 0, 0, 0.9) 100%); }
.top-post__thumbnail img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.top-post__info { position: absolute; bottom: 0; left: 0; right: 0; padding: 15px; }

.post-item__categories { position: relative; z-index: 2; }

.post-item__title_top-post { color: #fff; }
.post-item__title_top-post .post-item__link { color: #fff; display: block; }
.post-item__title_top-post .post-item__link:hover { color: var(--linkColor); }
.post-item__title_top-post .post-item__link::before { content: ''; position: absolute; left: 0; right: 0; top: -100vh; bottom: 0; }

.post-item__time_top-post { color: #fff; }

.post-links { height: 100%; background: #FFFFFF; border-radius: 16px; padding: 15px; }

.post-links__item { margin-bottom: 0; padding: 15px; position: relative; transition: all 0.5s; overflow: hidden; border-radius: 16px; }
.post-links__item:last-child { margin-bottom: 0; }
.post-links__item:hover { background: #F6F6F6; }

.post-links__link { font-weight: 400; font-size: 15px; line-height: 21px; color: #000000; display: inline-block; }
.post-links__link::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.post-links__item_blue { background: #00A7B0; text-align: center; }
.post-links__item_blue a { color: #fff; }
.post-links__item_blue:hover { background-color: #000; }

.post-links__date { font-weight: 400; font-size: 13px; line-height: 1.2; margin-top: 10px; color: #9B9DA1; }

.main__grid { margin-bottom: 30px; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; grid-template-areas: "top top sidebar" "asd partner sidebar" "asd partner sidebar"; gap: 30px; }
.main__grid .post-item-wrap:last-child { padding-bottom: 0; }

.main__top { grid-area: top; }

.main__side { grid-area: sidebar; }

.main__asd { grid-area: asd; }

.main__partners { grid-area: partner; }

.post-large { position: relative; overflow: hidden; border-radius: 16px; }

.post-large__thumbnail { position: relative; overflow: hidden; height: 0; width: 100%; display: block; padding-bottom: 58.44%; }
.post-large__thumbnail::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, transparent 32.81%, rgba(0, 0, 0, 0.9) 100%); }
.post-large__thumbnail img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.post-large__info { position: absolute; left: 0; right: 0; bottom: 0; padding: 15px; }

.post-item__title_post-large { color: #fff; }
.post-item__title_post-large a { color: #fff; display: block; }
.post-item__title_post-large a::before { content: ''; position: absolute; left: 0; right: 0; top: -100vh; bottom: 0; }

.post-item__time_post-large { color: #fff; }

.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 2.5em; text-align: center; color: #FFFFFF; background: #00A7B0; border-radius: 23.5px; }
.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; }

.asd, .post-asd { position: relative; }

.on_banner_div img { width: 100%; }

a[data-hot="1"]::after { content: " 🔥"; }

.article__soc { display: flex; margin-bottom: 30px; padding: 30px 40px; border-radius: 16px; background: #FFF; align-items: center; gap: 25px; color: #000; font-family: Inter; font-size: 24px; font-style: normal; font-weight: 500; line-height: 1; }

.article__soc-links { display: flex; align-items: center; justify-content: center; }

@media (min-width: 1200px) { .post-asd { max-height: 407px; } }
@media (max-width: 1199px) { .article__share-text { font-size: 20px; line-height: 1.2; margin-bottom: 16px; }
  .menu_grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__menu { column-gap: 5px; }
  .aside { transform: none !important; }
  .main__grid { grid-template-columns: 1fr 1fr; grid-template-areas: "top top" "sidebar sidebar" "asd partner"; } }
@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; } }
@media (min-width: 768px) { .post-large__info { padding: 30px; }
  .post-item__categories_post-large { margin-bottom: 14px; }
  .post-item__categories_post-large a { font-size: 15px; line-height: 1.2; padding: 8px 20px 9px; }
  .post-item__title_post-large { font-size: 20px; margin-bottom: 16px; }
  .post-item__time_post-large { font-size: 15px; line-height: 1.2; }
  .top-post__info { padding: 30px 45px; }
  .post-item__title_top-post { font-size: 24px; margin-bottom: 30px; }
  .post-item__categories_top-post { margin-bottom: 17px; }
  .post-item__categories_top-post a { font-size: 15px; line-height: 1.2; padding: 8px 20px 9px; }
  .post-item__time_top-post { font-size: 15px; line-height: 1.2; } }
@media (max-width: 767px) { .article__soc { padding: 15px; margin-bottom: 15px; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 20px; line-height: 1.2; text-align: center; gap: 15px; }
  .article__soc > span { flex: 0 0 100%; }
  .article__soc-links { gap: 15px; justify-content: center; margin-left: -15px; margin-right: -15px; }
  .main__grid { gap: 15px; grid-template-columns: 1fr; grid-template-areas: "top" "sidebar" "asd" "partner"; margin-bottom: 15px; }
  .post-links__item.post-links__item_blue { margin-bottom: 10px; }
  .pnf img { margin-bottom: 30px; }
  .logo_footer { margin-bottom: 26px; }
  .article__thumbnail-original { font-size: 13px; }
  .article__header-info { padding: 15px; }
  .article__header-categories { margin-bottom: 15px; }
  .article__header-title { font-size: 20px; line-height: 1.4; margin-bottom: 15px; }
  .article__header-meta { margin-bottom: 15px; }
  .article__header-meta-item { font-size: 13px; line-height: 1.2; }
  .article__header-bloginfo { margin-bottom: 15px; }
  .main { padding-top: 26px; padding-bottom: 11px; }
  .main_page { padding-top: 26px; padding-bottom: 11px; }
  .article__header, .asd { margin-bottom: 15px; }
  .article__body { padding: 15px; margin-bottom: 15px; }
  .article__header-categories a { font-size: 13px; padding: 6px 12px 8px; }
  .page-content h2, .page-content h5, .page-content h6 { font-size: 20px; margin-bottom: 10px; }
  .page-content ol, .page-content ul { margin-bottom: 25px; }
  .wp-block-image { margin-bottom: 15px; }
  .wp-block-cb-carousel { margin-bottom: 20px; padding-bottom: 50px; }
  .wp-block-video { margin-bottom: 15px; }
  .wp-block-audio { flex-wrap: wrap; margin-bottom: 15px; }
  .wp-block-audio audio { width: 100%; margin-bottom: 15px; }
  .wp-block-audio .wp-element-caption { margin-left: 0; }
  .article__content { padding-bottom: 15px; }
  .article__footer { padding: 15px; margin-bottom: 15px; }
  .bottom-asd { margin-bottom: 30px; }
  .related__title { font-size: 20px; line-height: 1.6; margin-bottom: 20px; }
  .post-item-wrap { padding-bottom: 15px; }
  .related { margin-bottom: 15px; }
  .article__share-link { margin-right: 0; }
  .article__share { justify-content: space-between; max-width: 290px; }
  .audio-player { width: 100%; margin-bottom: 15px; }
  .wp-block-quote, blockquote:not([class]) { padding: 15px 25px 15px 15px; margin-bottom: 25px; background-position: right 10px top 10px; background-size: 25px auto; }
  .footer { padding-top: 26px; }
  .footer__menu { grid-template-columns: 1fr; }
  .footer__social { margin-bottom: 26px; }
  .footer__social-link { margin-left: 10px; }
  .footer__social { justify-content: space-between; max-width: 300px; width: 100%; }
  .footer__social-link { margin-left: 0; }
  .post-links { padding: 5px; }
  .post-links__item { padding: 10px; }
  .nav { padding-top: 40px; background: #fff; }
  .nav__widget-title { margin-bottom: 40px; }
  .nav__widget .menu { row-gap: 30px; }
  .nav__widget .menu a { padding: 0; min-height: 0; }
  .nav__widget .menu a:hover { background-color: transparent; color: var(--linkColor); }
  .page__title { font-size: 36px; margin-bottom: 26px; }
  .navigation { padding-top: 10px; padding-bottom: 15px; }
  .page-numbers { width: 40px; height: 40px; padding-top: 9px; padding-bottom: 10px; }
  .author__box { padding: 77px 15px 15px; margin-top: 24px; }
  .author__avatar { width: 102px; height: 102px; margin-left: -51px; top: -38px; }
  .author__name { font-size: 20px; margin-bottom: 13px; }
  .author__role { margin-bottom: 13px; }
  .contacts__item-wrap { padding-bottom: 15px; }
  .top-post { background: #FFFFFF; border-radius: 16px; }
  .top-post__thumbnail::after { display: none; }
  .top-post__info { position: relative; padding: 30px; }
  .post-item__title_top-post { color: #000; }
  .post-item__title_top-post .post-item__link { color: #000; }
  .post-item__title_top-post .post-item__link:hover { color: var(--linkColor); }
  .post-item__time_top-post { color: #9B9DA1; } }
