@charset "UTF-8";
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #4c4c4c !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #333333 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #4c4c4c !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1140px) {
  .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: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important; }

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1140px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1140px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 4px !important; }

.mt-1,
.my-1 {
  margin-top: 4px !important; }

.mr-1,
.mx-1 {
  margin-right: 4px !important; }

.mb-1,
.my-1 {
  margin-bottom: 4px !important; }

.ml-1,
.mx-1 {
  margin-left: 4px !important; }

.m-2 {
  margin: 8px !important; }

.mt-2,
.my-2 {
  margin-top: 8px !important; }

.mr-2,
.mx-2 {
  margin-right: 8px !important; }

.mb-2,
.my-2 {
  margin-bottom: 8px !important; }

.ml-2,
.mx-2 {
  margin-left: 8px !important; }

.m-3 {
  margin: 12px !important; }

.mt-3,
.my-3 {
  margin-top: 12px !important; }

.mr-3,
.mx-3 {
  margin-right: 12px !important; }

.mb-3,
.my-3 {
  margin-bottom: 12px !important; }

.ml-3,
.mx-3 {
  margin-left: 12px !important; }

.m-4 {
  margin: 16px !important; }

.mt-4,
.my-4 {
  margin-top: 16px !important; }

.mr-4,
.mx-4 {
  margin-right: 16px !important; }

.mb-4,
.my-4 {
  margin-bottom: 16px !important; }

.ml-4,
.mx-4 {
  margin-left: 16px !important; }

.m-5 {
  margin: 20px !important; }

.mt-5,
.my-5 {
  margin-top: 20px !important; }

.mr-5,
.mx-5 {
  margin-right: 20px !important; }

.mb-5,
.my-5 {
  margin-bottom: 20px !important; }

.ml-5,
.mx-5 {
  margin-left: 20px !important; }

.m-6 {
  margin: 30px !important; }

.mt-6,
.my-6 {
  margin-top: 30px !important; }

.mr-6,
.mx-6 {
  margin-right: 30px !important; }

.mb-6,
.my-6 {
  margin-bottom: 30px !important; }

.ml-6,
.mx-6 {
  margin-left: 30px !important; }

.m-7 {
  margin: 40px !important; }

.mt-7,
.my-7 {
  margin-top: 40px !important; }

.mr-7,
.mx-7 {
  margin-right: 40px !important; }

.mb-7,
.my-7 {
  margin-bottom: 40px !important; }

.ml-7,
.mx-7 {
  margin-left: 40px !important; }

.m-8 {
  margin: 50px !important; }

.mt-8,
.my-8 {
  margin-top: 50px !important; }

.mr-8,
.mx-8 {
  margin-right: 50px !important; }

.mb-8,
.my-8 {
  margin-bottom: 50px !important; }

.ml-8,
.mx-8 {
  margin-left: 50px !important; }

.m-9 {
  margin: 60px !important; }

.mt-9,
.my-9 {
  margin-top: 60px !important; }

.mr-9,
.mx-9 {
  margin-right: 60px !important; }

.mb-9,
.my-9 {
  margin-bottom: 60px !important; }

.ml-9,
.mx-9 {
  margin-left: 60px !important; }

.m-10 {
  margin: 70px !important; }

.mt-10,
.my-10 {
  margin-top: 70px !important; }

.mr-10,
.mx-10 {
  margin-right: 70px !important; }

.mb-10,
.my-10 {
  margin-bottom: 70px !important; }

.ml-10,
.mx-10 {
  margin-left: 70px !important; }

.m-11 {
  margin: 80px !important; }

.mt-11,
.my-11 {
  margin-top: 80px !important; }

.mr-11,
.mx-11 {
  margin-right: 80px !important; }

.mb-11,
.my-11 {
  margin-bottom: 80px !important; }

.ml-11,
.mx-11 {
  margin-left: 80px !important; }

.m-12 {
  margin: 90px !important; }

.mt-12,
.my-12 {
  margin-top: 90px !important; }

.mr-12,
.mx-12 {
  margin-right: 90px !important; }

.mb-12,
.my-12 {
  margin-bottom: 90px !important; }

.ml-12,
.mx-12 {
  margin-left: 90px !important; }

.m-13 {
  margin: 100px !important; }

.mt-13,
.my-13 {
  margin-top: 100px !important; }

.mr-13,
.mx-13 {
  margin-right: 100px !important; }

.mb-13,
.my-13 {
  margin-bottom: 100px !important; }

.ml-13,
.mx-13 {
  margin-left: 100px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 4px !important; }

.pt-1,
.py-1 {
  padding-top: 4px !important; }

.pr-1,
.px-1 {
  padding-right: 4px !important; }

.pb-1,
.py-1 {
  padding-bottom: 4px !important; }

.pl-1,
.px-1 {
  padding-left: 4px !important; }

.p-2 {
  padding: 8px !important; }

.pt-2,
.py-2 {
  padding-top: 8px !important; }

.pr-2,
.px-2 {
  padding-right: 8px !important; }

.pb-2,
.py-2 {
  padding-bottom: 8px !important; }

.pl-2,
.px-2 {
  padding-left: 8px !important; }

.p-3 {
  padding: 12px !important; }

.pt-3,
.py-3 {
  padding-top: 12px !important; }

.pr-3,
.px-3 {
  padding-right: 12px !important; }

.pb-3,
.py-3 {
  padding-bottom: 12px !important; }

.pl-3,
.px-3 {
  padding-left: 12px !important; }

.p-4 {
  padding: 16px !important; }

.pt-4,
.py-4 {
  padding-top: 16px !important; }

.pr-4,
.px-4 {
  padding-right: 16px !important; }

.pb-4,
.py-4 {
  padding-bottom: 16px !important; }

.pl-4,
.px-4 {
  padding-left: 16px !important; }

.p-5 {
  padding: 20px !important; }

.pt-5,
.py-5 {
  padding-top: 20px !important; }

.pr-5,
.px-5 {
  padding-right: 20px !important; }

.pb-5,
.py-5 {
  padding-bottom: 20px !important; }

.pl-5,
.px-5 {
  padding-left: 20px !important; }

.p-6 {
  padding: 30px !important; }

.pt-6,
.py-6 {
  padding-top: 30px !important; }

.pr-6,
.px-6 {
  padding-right: 30px !important; }

.pb-6,
.py-6 {
  padding-bottom: 30px !important; }

.pl-6,
.px-6 {
  padding-left: 30px !important; }

.p-7 {
  padding: 40px !important; }

.pt-7,
.py-7 {
  padding-top: 40px !important; }

.pr-7,
.px-7 {
  padding-right: 40px !important; }

.pb-7,
.py-7 {
  padding-bottom: 40px !important; }

.pl-7,
.px-7 {
  padding-left: 40px !important; }

.p-8 {
  padding: 50px !important; }

.pt-8,
.py-8 {
  padding-top: 50px !important; }

.pr-8,
.px-8 {
  padding-right: 50px !important; }

.pb-8,
.py-8 {
  padding-bottom: 50px !important; }

.pl-8,
.px-8 {
  padding-left: 50px !important; }

.p-9 {
  padding: 60px !important; }

.pt-9,
.py-9 {
  padding-top: 60px !important; }

.pr-9,
.px-9 {
  padding-right: 60px !important; }

.pb-9,
.py-9 {
  padding-bottom: 60px !important; }

.pl-9,
.px-9 {
  padding-left: 60px !important; }

.p-10 {
  padding: 70px !important; }

.pt-10,
.py-10 {
  padding-top: 70px !important; }

.pr-10,
.px-10 {
  padding-right: 70px !important; }

.pb-10,
.py-10 {
  padding-bottom: 70px !important; }

.pl-10,
.px-10 {
  padding-left: 70px !important; }

.p-11 {
  padding: 80px !important; }

.pt-11,
.py-11 {
  padding-top: 80px !important; }

.pr-11,
.px-11 {
  padding-right: 80px !important; }

.pb-11,
.py-11 {
  padding-bottom: 80px !important; }

.pl-11,
.px-11 {
  padding-left: 80px !important; }

.p-12 {
  padding: 90px !important; }

.pt-12,
.py-12 {
  padding-top: 90px !important; }

.pr-12,
.px-12 {
  padding-right: 90px !important; }

.pb-12,
.py-12 {
  padding-bottom: 90px !important; }

.pl-12,
.px-12 {
  padding-left: 90px !important; }

.p-13 {
  padding: 100px !important; }

.pt-13,
.py-13 {
  padding-top: 100px !important; }

.pr-13,
.px-13 {
  padding-right: 100px !important; }

.pb-13,
.py-13 {
  padding-bottom: 100px !important; }

.pl-13,
.px-13 {
  padding-left: 100px !important; }

.m-n1 {
  margin: -4px !important; }

.mt-n1,
.my-n1 {
  margin-top: -4px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -4px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -4px !important; }

.m-n2 {
  margin: -8px !important; }

.mt-n2,
.my-n2 {
  margin-top: -8px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -8px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -8px !important; }

.m-n3 {
  margin: -12px !important; }

.mt-n3,
.my-n3 {
  margin-top: -12px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -12px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -12px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -12px !important; }

.m-n4 {
  margin: -16px !important; }

.mt-n4,
.my-n4 {
  margin-top: -16px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -16px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -16px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -16px !important; }

.m-n5 {
  margin: -20px !important; }

.mt-n5,
.my-n5 {
  margin-top: -20px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -20px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -20px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -20px !important; }

.m-n6 {
  margin: -30px !important; }

.mt-n6,
.my-n6 {
  margin-top: -30px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -30px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -30px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -30px !important; }

.m-n7 {
  margin: -40px !important; }

.mt-n7,
.my-n7 {
  margin-top: -40px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -40px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -40px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -40px !important; }

.m-n8 {
  margin: -50px !important; }

.mt-n8,
.my-n8 {
  margin-top: -50px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -50px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -50px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -50px !important; }

.m-n9 {
  margin: -60px !important; }

.mt-n9,
.my-n9 {
  margin-top: -60px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -60px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -60px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -60px !important; }

.m-n10 {
  margin: -70px !important; }

.mt-n10,
.my-n10 {
  margin-top: -70px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -70px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -70px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -70px !important; }

.m-n11 {
  margin: -80px !important; }

.mt-n11,
.my-n11 {
  margin-top: -80px !important; }

.mr-n11,
.mx-n11 {
  margin-right: -80px !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -80px !important; }

.ml-n11,
.mx-n11 {
  margin-left: -80px !important; }

.m-n12 {
  margin: -90px !important; }

.mt-n12,
.my-n12 {
  margin-top: -90px !important; }

.mr-n12,
.mx-n12 {
  margin-right: -90px !important; }

.mb-n12,
.my-n12 {
  margin-bottom: -90px !important; }

.ml-n12,
.mx-n12 {
  margin-left: -90px !important; }

.m-n13 {
  margin: -100px !important; }

.mt-n13,
.my-n13 {
  margin-top: -100px !important; }

.mr-n13,
.mx-n13 {
  margin-right: -100px !important; }

.mb-n13,
.my-n13 {
  margin-bottom: -100px !important; }

.ml-n13,
.mx-n13 {
  margin-left: -100px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 4px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important; }
  .m-sm-2 {
    margin: 8px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important; }
  .m-sm-3 {
    margin: 12px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 12px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 12px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 12px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 12px !important; }
  .m-sm-4 {
    margin: 16px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 16px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 16px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 16px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 16px !important; }
  .m-sm-5 {
    margin: 20px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 20px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 20px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 20px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 20px !important; }
  .m-sm-6 {
    margin: 30px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 30px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 30px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 30px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 30px !important; }
  .m-sm-7 {
    margin: 40px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 40px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 40px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 40px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 40px !important; }
  .m-sm-8 {
    margin: 50px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 50px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 50px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 50px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 50px !important; }
  .m-sm-9 {
    margin: 60px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 60px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 60px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 60px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 60px !important; }
  .m-sm-10 {
    margin: 70px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 70px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 70px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 70px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 70px !important; }
  .m-sm-11 {
    margin: 80px !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 80px !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 80px !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 80px !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 80px !important; }
  .m-sm-12 {
    margin: 90px !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 90px !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 90px !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 90px !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 90px !important; }
  .m-sm-13 {
    margin: 100px !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 100px !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 100px !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 100px !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 100px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 4px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important; }
  .p-sm-2 {
    padding: 8px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important; }
  .p-sm-3 {
    padding: 12px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 12px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 12px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 12px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 12px !important; }
  .p-sm-4 {
    padding: 16px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 16px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 16px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 16px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 16px !important; }
  .p-sm-5 {
    padding: 20px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 20px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 20px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 20px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 20px !important; }
  .p-sm-6 {
    padding: 30px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 30px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 30px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 30px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 30px !important; }
  .p-sm-7 {
    padding: 40px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 40px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 40px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 40px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 40px !important; }
  .p-sm-8 {
    padding: 50px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 50px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 50px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 50px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 50px !important; }
  .p-sm-9 {
    padding: 60px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 60px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 60px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 60px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 60px !important; }
  .p-sm-10 {
    padding: 70px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 70px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 70px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 70px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 70px !important; }
  .p-sm-11 {
    padding: 80px !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 80px !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 80px !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 80px !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 80px !important; }
  .p-sm-12 {
    padding: 90px !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 90px !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 90px !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 90px !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 90px !important; }
  .p-sm-13 {
    padding: 100px !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 100px !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 100px !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 100px !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 100px !important; }
  .m-sm-n1 {
    margin: -4px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important; }
  .m-sm-n2 {
    margin: -8px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important; }
  .m-sm-n3 {
    margin: -12px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -12px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -12px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -12px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -12px !important; }
  .m-sm-n4 {
    margin: -16px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -16px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -16px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -16px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -16px !important; }
  .m-sm-n5 {
    margin: -20px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -20px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -20px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -20px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -20px !important; }
  .m-sm-n6 {
    margin: -30px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -30px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -30px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -30px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -30px !important; }
  .m-sm-n7 {
    margin: -40px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -40px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -40px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -40px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -40px !important; }
  .m-sm-n8 {
    margin: -50px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -50px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -50px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -50px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -50px !important; }
  .m-sm-n9 {
    margin: -60px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -60px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -60px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -60px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -60px !important; }
  .m-sm-n10 {
    margin: -70px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -70px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -70px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -70px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -70px !important; }
  .m-sm-n11 {
    margin: -80px !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -80px !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -80px !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -80px !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -80px !important; }
  .m-sm-n12 {
    margin: -90px !important; }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -90px !important; }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -90px !important; }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -90px !important; }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -90px !important; }
  .m-sm-n13 {
    margin: -100px !important; }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -100px !important; }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -100px !important; }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -100px !important; }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -100px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 4px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important; }
  .m-md-2 {
    margin: 8px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important; }
  .m-md-3 {
    margin: 12px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 12px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 12px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 12px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 12px !important; }
  .m-md-4 {
    margin: 16px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 16px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 16px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 16px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 16px !important; }
  .m-md-5 {
    margin: 20px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 20px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 20px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 20px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 20px !important; }
  .m-md-6 {
    margin: 30px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 30px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 30px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 30px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 30px !important; }
  .m-md-7 {
    margin: 40px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 40px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 40px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 40px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 40px !important; }
  .m-md-8 {
    margin: 50px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 50px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 50px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 50px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 50px !important; }
  .m-md-9 {
    margin: 60px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 60px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 60px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 60px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 60px !important; }
  .m-md-10 {
    margin: 70px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 70px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 70px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 70px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 70px !important; }
  .m-md-11 {
    margin: 80px !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 80px !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 80px !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 80px !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 80px !important; }
  .m-md-12 {
    margin: 90px !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 90px !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 90px !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 90px !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 90px !important; }
  .m-md-13 {
    margin: 100px !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 100px !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 100px !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 100px !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 100px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 4px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important; }
  .p-md-2 {
    padding: 8px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important; }
  .p-md-3 {
    padding: 12px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 12px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 12px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 12px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 12px !important; }
  .p-md-4 {
    padding: 16px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 16px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 16px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 16px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 16px !important; }
  .p-md-5 {
    padding: 20px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 20px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 20px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 20px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 20px !important; }
  .p-md-6 {
    padding: 30px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 30px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 30px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 30px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 30px !important; }
  .p-md-7 {
    padding: 40px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 40px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 40px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 40px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 40px !important; }
  .p-md-8 {
    padding: 50px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 50px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 50px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 50px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 50px !important; }
  .p-md-9 {
    padding: 60px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 60px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 60px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 60px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 60px !important; }
  .p-md-10 {
    padding: 70px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 70px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 70px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 70px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 70px !important; }
  .p-md-11 {
    padding: 80px !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 80px !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 80px !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 80px !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 80px !important; }
  .p-md-12 {
    padding: 90px !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 90px !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 90px !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 90px !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 90px !important; }
  .p-md-13 {
    padding: 100px !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 100px !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 100px !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 100px !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 100px !important; }
  .m-md-n1 {
    margin: -4px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important; }
  .m-md-n2 {
    margin: -8px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important; }
  .m-md-n3 {
    margin: -12px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -12px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -12px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -12px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -12px !important; }
  .m-md-n4 {
    margin: -16px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -16px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -16px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -16px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -16px !important; }
  .m-md-n5 {
    margin: -20px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -20px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -20px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -20px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -20px !important; }
  .m-md-n6 {
    margin: -30px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -30px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -30px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -30px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -30px !important; }
  .m-md-n7 {
    margin: -40px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -40px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -40px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -40px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -40px !important; }
  .m-md-n8 {
    margin: -50px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -50px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -50px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -50px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -50px !important; }
  .m-md-n9 {
    margin: -60px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -60px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -60px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -60px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -60px !important; }
  .m-md-n10 {
    margin: -70px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -70px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -70px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -70px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -70px !important; }
  .m-md-n11 {
    margin: -80px !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -80px !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -80px !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -80px !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -80px !important; }
  .m-md-n12 {
    margin: -90px !important; }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -90px !important; }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -90px !important; }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -90px !important; }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -90px !important; }
  .m-md-n13 {
    margin: -100px !important; }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -100px !important; }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -100px !important; }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -100px !important; }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -100px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 4px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important; }
  .m-lg-2 {
    margin: 8px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important; }
  .m-lg-3 {
    margin: 12px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 12px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 12px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 12px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 12px !important; }
  .m-lg-4 {
    margin: 16px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 16px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 16px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 16px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 16px !important; }
  .m-lg-5 {
    margin: 20px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 20px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 20px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 20px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 20px !important; }
  .m-lg-6 {
    margin: 30px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 30px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 30px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 30px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 30px !important; }
  .m-lg-7 {
    margin: 40px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 40px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 40px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 40px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 40px !important; }
  .m-lg-8 {
    margin: 50px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 50px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 50px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 50px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 50px !important; }
  .m-lg-9 {
    margin: 60px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 60px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 60px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 60px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 60px !important; }
  .m-lg-10 {
    margin: 70px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 70px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 70px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 70px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 70px !important; }
  .m-lg-11 {
    margin: 80px !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 80px !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 80px !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 80px !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 80px !important; }
  .m-lg-12 {
    margin: 90px !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 90px !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 90px !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 90px !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 90px !important; }
  .m-lg-13 {
    margin: 100px !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 100px !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 100px !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 100px !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 100px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 4px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important; }
  .p-lg-2 {
    padding: 8px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important; }
  .p-lg-3 {
    padding: 12px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 12px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 12px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 12px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 12px !important; }
  .p-lg-4 {
    padding: 16px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 16px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 16px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 16px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 16px !important; }
  .p-lg-5 {
    padding: 20px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 20px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 20px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 20px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 20px !important; }
  .p-lg-6 {
    padding: 30px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 30px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 30px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 30px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 30px !important; }
  .p-lg-7 {
    padding: 40px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 40px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 40px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 40px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 40px !important; }
  .p-lg-8 {
    padding: 50px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 50px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 50px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 50px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 50px !important; }
  .p-lg-9 {
    padding: 60px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 60px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 60px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 60px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 60px !important; }
  .p-lg-10 {
    padding: 70px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 70px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 70px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 70px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 70px !important; }
  .p-lg-11 {
    padding: 80px !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 80px !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 80px !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 80px !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 80px !important; }
  .p-lg-12 {
    padding: 90px !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 90px !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 90px !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 90px !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 90px !important; }
  .p-lg-13 {
    padding: 100px !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 100px !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 100px !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 100px !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 100px !important; }
  .m-lg-n1 {
    margin: -4px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important; }
  .m-lg-n2 {
    margin: -8px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important; }
  .m-lg-n3 {
    margin: -12px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -12px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -12px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -12px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -12px !important; }
  .m-lg-n4 {
    margin: -16px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -16px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -16px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -16px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -16px !important; }
  .m-lg-n5 {
    margin: -20px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -20px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -20px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -20px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -20px !important; }
  .m-lg-n6 {
    margin: -30px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -30px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -30px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -30px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -30px !important; }
  .m-lg-n7 {
    margin: -40px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -40px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -40px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -40px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -40px !important; }
  .m-lg-n8 {
    margin: -50px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -50px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -50px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -50px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -50px !important; }
  .m-lg-n9 {
    margin: -60px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -60px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -60px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -60px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -60px !important; }
  .m-lg-n10 {
    margin: -70px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -70px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -70px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -70px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -70px !important; }
  .m-lg-n11 {
    margin: -80px !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -80px !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -80px !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -80px !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -80px !important; }
  .m-lg-n12 {
    margin: -90px !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -90px !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -90px !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -90px !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -90px !important; }
  .m-lg-n13 {
    margin: -100px !important; }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -100px !important; }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -100px !important; }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -100px !important; }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -100px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1140px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 4px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important; }
  .m-xl-2 {
    margin: 8px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important; }
  .m-xl-3 {
    margin: 12px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 12px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 12px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 12px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 12px !important; }
  .m-xl-4 {
    margin: 16px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 16px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 16px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 16px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 16px !important; }
  .m-xl-5 {
    margin: 20px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 20px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 20px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 20px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 20px !important; }
  .m-xl-6 {
    margin: 30px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 30px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 30px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 30px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 30px !important; }
  .m-xl-7 {
    margin: 40px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 40px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 40px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 40px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 40px !important; }
  .m-xl-8 {
    margin: 50px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 50px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 50px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 50px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 50px !important; }
  .m-xl-9 {
    margin: 60px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 60px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 60px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 60px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 60px !important; }
  .m-xl-10 {
    margin: 70px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 70px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 70px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 70px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 70px !important; }
  .m-xl-11 {
    margin: 80px !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 80px !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 80px !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 80px !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 80px !important; }
  .m-xl-12 {
    margin: 90px !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 90px !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 90px !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 90px !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 90px !important; }
  .m-xl-13 {
    margin: 100px !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 100px !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 100px !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 100px !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 100px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 4px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important; }
  .p-xl-2 {
    padding: 8px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important; }
  .p-xl-3 {
    padding: 12px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 12px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 12px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 12px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 12px !important; }
  .p-xl-4 {
    padding: 16px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 16px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 16px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 16px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 16px !important; }
  .p-xl-5 {
    padding: 20px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 20px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 20px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 20px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 20px !important; }
  .p-xl-6 {
    padding: 30px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 30px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 30px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 30px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 30px !important; }
  .p-xl-7 {
    padding: 40px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 40px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 40px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 40px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 40px !important; }
  .p-xl-8 {
    padding: 50px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 50px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 50px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 50px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 50px !important; }
  .p-xl-9 {
    padding: 60px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 60px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 60px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 60px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 60px !important; }
  .p-xl-10 {
    padding: 70px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 70px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 70px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 70px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 70px !important; }
  .p-xl-11 {
    padding: 80px !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 80px !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 80px !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 80px !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 80px !important; }
  .p-xl-12 {
    padding: 90px !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 90px !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 90px !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 90px !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 90px !important; }
  .p-xl-13 {
    padding: 100px !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 100px !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 100px !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 100px !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 100px !important; }
  .m-xl-n1 {
    margin: -4px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important; }
  .m-xl-n2 {
    margin: -8px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important; }
  .m-xl-n3 {
    margin: -12px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -12px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -12px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -12px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -12px !important; }
  .m-xl-n4 {
    margin: -16px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -16px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -16px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -16px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -16px !important; }
  .m-xl-n5 {
    margin: -20px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -20px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -20px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -20px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -20px !important; }
  .m-xl-n6 {
    margin: -30px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -30px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -30px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -30px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -30px !important; }
  .m-xl-n7 {
    margin: -40px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -40px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -40px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -40px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -40px !important; }
  .m-xl-n8 {
    margin: -50px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -50px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -50px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -50px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -50px !important; }
  .m-xl-n9 {
    margin: -60px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -60px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -60px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -60px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -60px !important; }
  .m-xl-n10 {
    margin: -70px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -70px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -70px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -70px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -70px !important; }
  .m-xl-n11 {
    margin: -80px !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -80px !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -80px !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -80px !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -80px !important; }
  .m-xl-n12 {
    margin: -90px !important; }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -90px !important; }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -90px !important; }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -90px !important; }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -90px !important; }
  .m-xl-n13 {
    margin: -100px !important; }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -100px !important; }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -100px !important; }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -100px !important; }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -100px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1140px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #4c4c4c !important; }

a.text-light:hover, a.text-light:focus {
  color: #262626 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 24px; }

p {
  margin-top: 0;
  margin-bottom: 20px; }

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

pre,
code,
kbd,
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; }

svg {
  overflow: hidden;
  vertical-align: middle; }

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: 8px; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

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: .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-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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #87635D; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 4px;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 2px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.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: 1140px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1140px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: flex;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1140px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1F1E1C;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #F2F2F2;
  border-radius: 18px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #1F1E1C; }
  .form-control:focus {
    color: #1F1E1C;
    background-color: #fff;
    border-color: #FA6848;
    outline: 0;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #C9C9D3;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #C9C9D3;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #C9C9D3;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #C9C9D3;
    opacity: 1; }
  .form-control::placeholder {
    color: #C9C9D3;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #808080;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #1F1E1C;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #F04747; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(240, 71, 71, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #F04747;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F04747' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F04747' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #F04747;
    box-shadow: 0 0 0 0.2rem rgba(240, 71, 71, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #F04747;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F04747' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F04747' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #F04747;
    box-shadow: 0 0 0 0.2rem rgba(240, 71, 71, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F04747; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #F04747; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #F04747; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f47676;
  background-color: #f47676; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(240, 71, 71, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F04747; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F04747; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F04747;
  box-shadow: 0 0 0 0.2rem rgba(240, 71, 71, 0.25); }

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1140px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 2px 0;
  overflow: hidden;
  border-top: 1px solid #808080; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #4c4c4c; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?2035256");
  src: url("../font/fontello.eot?2035256#iefix") format("embedded-opentype"), url("../font/fontello.woff2?2035256") format("woff2"), url("../font/fontello.woff?2035256") format("woff"), url("../font/fontello.ttf?2035256") format("truetype"), url("../font/fontello.svg?2035256#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?2035256#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-angle-left:before {
  content: '\e800'; }

/* '' */
.icon-angle-right:before {
  content: '\e801'; }

/* '' */
.icon-mail:before {
  content: '\e802'; }

/* '' */
.icon-telegram:before {
  content: '\e803'; }

/* '' */
.icon-vk:before {
  content: '\e804'; }

/* '' */
.icon-fire:before {
  content: '\e805'; }

/* '' */
.icon-target:before {
  content: '\e809'; }

/* '' */
.icon-triangle-left:before {
  content: '\e80a'; }

/* '' */
.icon-triangle-right:before {
  content: '\e80b'; }

/* '' */
.icon-search:before {
  content: '\e80c'; }

/* '' */
.icon-close:before {
  content: '\e80d'; }

/* '' */
.icon-eye:before {
  content: '\e80e'; }

/* '' */
.icon-sorting-down:before {
  content: '\e826'; }

/* '' */
.icon-sorting-up:before {
  content: '\e827'; }

/* '' */
.icon-sorting-default:before {
  content: '\e828'; }

/* '' */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

/*@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}*/
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  /* @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }*/ }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  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; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.fancybox-bg {
  background: #1F1E1C; }

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

.slick-list {
  width: 100%;
  overflow: visible; }

.slick-track {
  display: -webkit-box;
  display: flex; }

.slick-slide {
  float: none;
  height: auto; }

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: flex; }

.slick-dots li {
  vertical-align: top;
  margin: 0 8px; }
  .slick-dots li button {
    border: 5px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s; }
    .slick-dots li button:before {
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      font-size: 0;
      background-color: #e8e8e8;
      -webkit-transition: background-color .3s;
      transition: background-color .3s;
      opacity: 1; }
  .slick-dots li.slick-active button {
    border-color: #ffde01; }
    .slick-dots li.slick-active button:before {
      background-color: transparent; }

.slider-controls {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .slider-controls .slick-dots {
    position: relative;
    margin: 0 10px;
    width: auto;
    bottom: 0; }

.slider-prev,
.slider-next {
  width: 36px;
  height: 36px;
  line-height: 32px;
  font-size: 0;
  color: #FA6848;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #FCF0E5;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .slider-prev:before,
  .slider-next:before {
    font-family: "fontello";
    font-size: 10px; }

.slider-prev:before {
  content: '\e80a';
  margin-left: -2px; }

.slider-next:before {
  content: '\e80b';
  margin-left: 2px; }

.slider {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  min-width: 0;
  margin: -30px;
  padding: 30px 15px;
  overflow: hidden; }

.slick-slide > div {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  min-width: 0; }
  .slick-slide > div > [class*="col"] {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

.popup {
  display: none;
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  border-radius: 10px; }

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer; }
  .popup__close:hover {
    background-color: #C9C9D3; }

.popup__heading {
  margin: -20px -20px 20px;
  padding: 20px 20px 0;
  border-bottom: 1px solid #F2F2F2; }

.form-select-fill .select2-container--default .select2-selection--single {
  border: 1px solid transparent; }

.form-select .select2-container--default .select2-selection--single,
.form-select-stroke .select2-container--default .select2-selection--single {
  border: 1px solid #F2F2F2; }

.select2-container {
  width: 100% !important; }

.select2-container .select2-selection--single {
  height: 36px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 18px;
  outline: none; }
  .select2-container--default .select2-selection--single:before {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -5px;
    font-family: "fontello";
    content: '\e80a';
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 7px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.select2-container--default.select2-container--open .select2-selection--single:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1F1E1C;
  line-height: 20px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px 15px;
  padding-right: 30px; }

.select2-selection__arrow {
  display: none; }

.select2-dropdown {
  background-color: white;
  padding: 10px 0;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  border-radius: 18px; }

.select2-results__option {
  padding: 2px 15px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #FA6848; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #FA6848; }

.select2-container--default .select2-results__group {
  font-weight: normal;
  padding: 2px 15px; }

.select2-container--default .select2-results__option .select2-results__options {
  padding-left: 15px; }

.select2-container--default .select2-results__option .select2-results__option {
  position: relative;
  padding-left: 16px; }
  .select2-container--default .select2-results__option .select2-results__option:before {
    position: absolute;
    top: 9px;
    left: 8px;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor; }

/* font-weight: 100          - thin
 * font-weight: 200          - ultralight
 * font-weight: 300          - light
 * font-weight: 400 (normal) - regular
 * font-weight: 500          - medium
 * font-weight: 600          - semibold
 * font-weight: 700 (bold)   - bold
 * font-weight: 800          - extrabold
 * font-weight: 900          - black
 */
@font-face {
  font-family: 'Open Sans';
  src: url("../font/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'Open Sans';
  src: url("../font/OpenSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'Open Sans';
  src: url("../font/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: Inter;
  src: url("../font/Inter-Black-slnt=0.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: Inter;
  src: url("../font/Inter-Bold-slnt=0.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: Inter;
  src: url("../font/Inter-Regular-slnt=0.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

body {
  font-family: Inter, sans-serif;
  line-height: 1.4;
  font-size: 14px;
  color: #1F1E1C;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FCF0E5; }

img {
  max-width: 100%; }

a:focus, button:focus, input:focus, textarea:focus, select:focus {
  outline: none; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: none; }

b {
  font-weight: bold; }

ul {
  padding-left: 18px; }
  ul:last-child {
    margin-bottom: 0; }

p:last-child {
  margin-bottom: 0; }

.form-group {
  margin-bottom: 20px; }

.form-label {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #87635D;
  -webkit-transition: color .3s;
  transition: color .3s; }

textarea.form-control {
  min-height: 100px;
  max-height: 200px; }

.color-black {
  color: #1F1E1C !important;
  fill: #1F1E1C !important; }

.color-gray-dark {
  color: #8C8E94 !important;
  fill: #8C8E94 !important; }

.color-gray {
  color: #C9C9D3 !important;
  fill: #C9C9D3 !important; }

.color-gray-light {
  color: #F2F2F2 !important;
  fill: #F2F2F2 !important; }

.color-white {
  color: #FFFFFF !important;
  fill: #FFFFFF !important; }

.color-brown {
  color: #87635D !important;
  fill: #87635D !important; }

.color-biege {
  color: #FCF0E5 !important;
  fill: #FCF0E5 !important; }

.color-biege-light {
  color: #FCF5F1 !important;
  fill: #FCF5F1 !important; }

.color-accent {
  color: #FA6848 !important;
  fill: #FA6848 !important; }

.color-green {
  color: #57B39D !important;
  fill: #57B39D !important; }

.color-red {
  color: #F04747 !important;
  fill: #F04747 !important; }

.color-pink {
  color: #E7C5C5 !important;
  fill: #E7C5C5 !important; }

h1, .h1 {
  font-size: 72px; }

h2, .h2 {
  font-size: 52px; }

h3, .h3 {
  font-size: 42px; }

h4, .h4 {
  font-size: 32px; }

h5, .h5 {
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: normal; }

h6, .h6 {
  font-size: 24px; }

.text-accent {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600; }

.label {
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #87635D; }

.homepage-steps {
  font-family: Inter, sans-serif;
  font-size: 74px;
  font-weight: 900; }

.homepage-data {
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: bold; }

.label-authorized,
.label-forbidden {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px; }

.label-authorized {
  color: #57B39D; }

.label-forbidden {
  color: #F04747; }

#page {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  width: 100%;
  margin: 100px auto 0;
  min-width: 768px;
  min-height: calc(100vh - 100px);
  background-color: #fff; }

#page-content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.b-shadow {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  border-radius: 10px; }

/* модификатор с внутренними отступами — содержимое карточки не прижимается к краям */
.b-shadow--p {
  padding: 28px; }

.b-shadow__content {
  padding: 28px; }

.b-shadow__section {
  padding: 28px;
  border-bottom: 1px solid #F2F2F2; }
  .b-shadow__section:last-child {
    border-bottom: none; }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1390px; }

.logo {
  display: inline-block;
  width: 100%;
  width: 202px; }
  .logo img {
    width: 100%; }

.h-quote:after {
  display: block;
  content: '';
  margin: 12px auto 30px;
  width: 46px;
  height: 35px;
  background: url(../img/quote.png) center no-repeat;
  background-size: contain; }

.text,
.text-lg,
.text-xl {
  margin-bottom: 24px; }
  .text:last-child,
  .text-lg:last-child,
  .text-xl:last-child {
    margin-bottom: 0; }

.text {
  font-size: 14px;
  line-height: 22px; }

.text-lg {
  font-size: 20px;
  line-height: 26px; }
  .text-lg b {
    font-weight: 600; }

.text-xl {
  font-size: 28px;
  line-height: 36px; }

.bg {
  background: center no-repeat;
  background-size: cover; }

.banner > * {
  display: block;
  margin: 0 auto;
}
.banner img{
    display: block;
    max-width: 100%;
    margin:0 auto;
}

.access-item {
  color: #8C8E94; }
  .access-item img {
    margin-right: 8px; }

.tablet-show {
  display: none; }

.typography {
  font-family: Inter, sans-serif;
  line-height: 22px;
  font-size: 14px; }
  .typography b {
    color: #1F1E1C; }
  .typography p, .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography ul, .typography ol {
    margin-bottom: 30px; }
    .typography p:last-child, .typography h1:last-child, .typography h2:last-child, .typography h3:last-child, .typography h4:last-child, .typography h5:last-child, .typography h6:last-child, .typography ul:last-child, .typography ol:last-child {
      margin-bottom: 0; }
  .typography p, .typography ul, .typography ol {
    margin-bottom: 30px; }
  .typography h1 {
    font-size: 45px; }
  .typography h2 {
    font-size: 30px; }
  .typography h3 {
    font-size: 25px; }
  .typography h4 {
    font-size: 20px; }
  .typography h5 {
    font-size: 18px; }
  .typography h6 {
    font-size: 16px; }
  .typography img {
    max-width: 100%; }
  .typography ol {
    padding-left: 20px; }
  .typography ul {
    list-style: none;
    padding-left: 34px; }
    .typography ul li {
      margin-bottom: 10px; }
      .typography ul li:last-child {
        margin-bottom: 0; }
      .typography ul li:before {
        position: absolute;
        content: '';
        margin-top: 8px;
        margin-left: -34px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #1876e1; }
  .typography blockquote {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 580px;
    padding-left: 26px;
    line-height: 28px;
    font-size: 20px; }
    .typography blockquote:before {
      position: absolute;
      top: 6px;
      left: 0;
      bottom: 8px;
      content: '';
      width: 6px;
      background-color: #1876e1; }
    .typography blockquote:first-child {
      margin-top: 0; }
    .typography blockquote:last-child {
      margin-bottom: 0; }

body.overflow {
  overflow: hidden; }

/*  burger
========================================== */
.burger {
  display: none;
  position: relative;
  width: 28px;
  height: 28px;
  border: none;
  background-color: transparent; }

.burger span {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -1px; }

.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #FA6848;
  border-radius: 2px; }

.burger span::before, .burger span::after {
  position: absolute;
  content: ''; }

.burger span::before {
  top: -10px; }

.burger span::after {
  top: 10px; }

.burger.clicked span {
  background-color: transparent; }
  .burger.clicked span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .burger.clicked span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/*  .burger-popup
========================================== */
.burger-popup {
  background-color: #fff;
  position: fixed;
  z-index: 90;
  top: 76px;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 500px;
  padding: 28px 30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.burger-popup.show {
  -webkit-transform: translateX(0px);
          transform: translateX(0px); }

.burger-nav,
.burger-subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #87635D; }
  .burger-nav a,
  .burger-subnav a {
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .burger-nav a:hover,
    .burger-subnav a:hover {
      color: #FA6848; }

.burger-nav li {
  margin-bottom: 20px; }
  .burger-nav li:last-child {
    margin-bottom: 0; }

.burger-subnav {
  display: none;
  padding-top: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #8C8E94; }
  .burger-subnav li {
    margin-bottom: 12px; }
    .burger-subnav li:last-child {
      margin-bottom: 0; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #1e1e1e;
  opacity: 0;
  visibility: hidden; }

.overlay.show {
  opacity: 0.5;
  visibility: visible; }

header {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  z-index: 100; }

header > .container-fluid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

header > .banner {
  border-bottom: 1px solid rgba(0,0,0,0.06); }

.header-nav,
.header-subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #87635D; }
  .header-nav a,
  .header-subnav a {
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .header-nav a:hover,
    .header-subnav a:hover {
      color: #FA6848; }
  .header-nav .header-subnav,
  .header-subnav .header-subnav {
    margin-left: -20px; }

.header-nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px; }
  .header-nav li {
    margin-right: 32px;
    position: relative; }

.header-subnav li {
  margin: 0;
  margin-bottom: 8px; }
  .header-subnav li:last-child {
    margin-bottom: 0; }

.header-nav > li > .nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  margin-top: 12px;
  margin-left: 0;
  padding: 18px;
  font-size: inherit;
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px solid #FCF0E5; }

.header-nav > li > .nav-submenu a {
  white-space: nowrap; }

.header-nav > li > .nav-submenu.show {
  display: block; }

/* Третий уровень: fly-out вправо */
.nav-submenu li.has-subitems {
  position: relative; }

.nav-submenu li.has-subitems > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap; }

.nav-submenu li.has-subitems > a::after {
  content: '▶';
  font-size: 10px;
  opacity: 0.5;
  flex-shrink: 0; }

.nav-submenu li.has-subitems > .header-subnav {
  position: absolute;
  left: 100%;
  top: -18px;
  z-index: 1001;
  display: none;
  padding: 18px;
  white-space: nowrap;
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px solid #FCF0E5; }

.nav-submenu li.has-subitems:hover > .header-subnav {
  display: block; }

.header-enter-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  margin-top: 12px;
  padding: 18px;
  width: 360px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px solid #FCF0E5; }

.header-enter-form.show {
  display: block; }

.header-user-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  margin-top: 12px;
  padding: 18px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px solid #FCF0E5;
  white-space: nowrap; }

.header-user-menu.show {
  display: block; }

/* Toast notifications */
.toast-wrap {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none; }

.toast-item {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  max-width: 360px;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
  transform: translateX(120%);
  transition: transform .35s ease;
  cursor: pointer; }

.toast-item.toast-show {
  transform: translateX(0); }

.toast-item.toast-success {
  background: #57B39D; }

.toast-item.toast-error {
  background: #F04747; }

.toast-item__text {
  flex: 1; }

.toast-item__close {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  opacity: .7; }

footer {
  font-size: 16px;
  color: #fff; }

#page > footer {
  margin-top: auto; }

.footer__main {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FCF5F1; }

.footer__bottom {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 22px;
  color: #87635D;
  background-color: #FCF0E5; }

.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  vertical-align: middle;
  height: 36px;
  padding: 0 22px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: 18px;
  border: 2px solid #FA6848;
  background: #FA6848;
  outline: none;
  -webkit-transition: color .3s, border-color .3s, background-color .3s;
  transition: color .3s, border-color .3s, background-color .3s; }
  .btn svg {
    margin-left: 8px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    fill: currentColor;
    --color: currentColor; }
    .btn svg:first-child {
      margin-left: -8px; }
    .btn svg:last-child {
      margin-right: -8px; }
  .btn:hover, .btn[aria-expanded="true"] {
    color: #FA6848;
    background-color: transparent; }

.btn-blue {
  padding: 0 18px;
  border-color: #3B5999;
  background: #3B5999; }
  .btn-blue:hover {
    color: #FFFFFF;
    background-color: #3B5999; }

.btn-green {
  padding: 0 18px;
  border-color: #57B39D;
  background: #57B39D; }
  .btn-green:hover {
    color: #57B39D;
    background-color: transparent; }

.btn-red {
  padding: 0 18px;
  border-color: #F04747;
  background: #F04747; }
  .btn-red:hover {
    color: #F04747;
    background-color: transparent; }

.btn-accent {
  padding: 0 18px;
  border-color: #FA6848;
  background: #FA6848; }
  .btn-accent:hover {
    color: #FA6848;
    background-color: transparent; }

.btn-light {
  padding: 0 18px;
  color: #8C8E94;
  border-color: #F2F2F2;
  background: #FFFFFF; }
  .btn-light:hover {
    color: #8C8E94;
    background-color: #FFFFFF; }

.btn-sidebar-nav {
  padding: 0 15px;
  color: #1F1E1C;
  font-weight: normal;
  background: #FFFFFF;
  text-transform: none;
  border: 1px solid #F2F2F2; }
  .btn-sidebar-nav:hover, .btn-sidebar-nav[aria-expanded="true"] {
    color: #FFFFFF;
    border-color: #FA6848;
    background-color: #FA6848; }

.btn-circle,
.btn-arrow {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  color: #FA6848;
  border-radius: 50%;
  border: 2px solid #FA6848;
  -webkit-transition: color .3s, border-color .3s, background-color .3s;
  transition: color .3s, border-color .3s, background-color .3s; }
  .btn-circle svg,
  .btn-arrow svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
    --color: currentColor; }
  .btn-circle:hover,
  .btn-arrow:hover {
    color: #FFFFFF;
    border-color: #FA6848;
    background-color: #FA6848; }

.btn-arrow svg {
  width: 32px;
  height: 32px; }

.btn-big {
  height: 52px;
  padding: 0 26px;
  font-size: 18px;
  border-radius: 25px; }

.btn-outline-light {
  color: #FA6848;
  border: 2px solid #FCF0E5;
  background-color: transparent; }
  .btn-outline-light:hover {
    color: #FFFFFF;
    border-color: #FA6848;
    background-color: #FA6848; }

.btn-outline {
  color: #FA6848;
  background-color: transparent; }
  .btn-outline:hover {
    color: #FFFFFF;
    background-color: #FA6848; }

.btn-like,
.btn-dislike {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  vertical-align: middle;
  height: 36px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 18px;
  border: 1px solid #F2F2F2;
  background-color: transparent;
  font-variant-numeric: tabular-nums;
  -webkit-transition: border-color .3s, background-color .3s;
  transition: border-color .3s, background-color .3s; }
  .btn-like:before,
  .btn-dislike:before {
    display: inline-block;
    content: '';
    margin-right: 8px;
    width: 20px;
    height: 20px; }

.btn-like:before {
  background: url("../img/icon-like-up.svg") center center no-repeat; }

.btn-like.active, .btn-like:hover {
  color: #FFFFFF;
  border-color: #57B39D;
  background: #57B39D; }
  .btn-like.active:before, .btn-like:hover:before {
    background: url("../img/icon-like-up-filled.svg") center center no-repeat; }

.btn-dislike:before {
  background: url("../img/icon-like-down.svg") center center no-repeat; }

.btn-dislike.active, .btn-dislike:hover {
  color: #FFFFFF;
  border-color: #F04747;
  background: #F04747; }
  .btn-dislike.active:before, .btn-dislike:hover:before {
    background: url("../img/icon-like-down-filled.svg") center center no-repeat; }

.btn-delete {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #F04747;
  background: #F04747;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s; }
  .btn-delete svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    --color: currentColor; }
  .btn-delete:hover {
    color: #F04747;
    background-color: transparent; }

.btn-unactive {
  border-color: #C9C9D3;
  background: #C9C9D3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.link-item {
  color: #87635D;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .link-item:hover {
    color: #FA6848; }
  .link-item.color-accent:hover {
    color: #F04747 !important; }
  .link-item.color-black:hover {
    color: #FA6848 !important; }

.category-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #8C8E94;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .category-item:hover {
    color: #FA6848; }

.menu-item,
.contact-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #87635D;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .menu-item:hover,
  .contact-item:hover {
    color: #FA6848; }

.menu-item {
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase; }

.dropdown-caller {
  position: relative;
  margin-right: 16px; }
  .dropdown-caller:after {
    position: absolute;
    content: '';
    top: 50%;
    right: -16px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='%2387635D' d='M10.4124 11.8144C10.2171 12.0619 9.78289 12.0619 9.58761 11.8144L7.08251 8.64052C6.86576 8.36591 7.10135 8 7.4949 8L12.5051 8C12.8987 8 13.1342 8.36591 12.9175 8.64052L10.4124 11.8144Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px; }
  .dropdown-caller:hover {
    color: #FA6848; }
    .dropdown-caller:hover:after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='%23FA6848' d='M10.4124 11.8144C10.2171 12.0619 9.78289 12.0619 9.58761 11.8144L7.08251 8.64052C6.86576 8.36591 7.10135 8 7.4949 8L12.5051 8C12.8987 8 13.1342 8.36591 12.9175 8.64052L10.4124 11.8144Z'/%3e%3c/svg%3e"); }
  .dropdown-caller[aria-expanded="true"] {
    color: #FA6848; }
    .dropdown-caller[aria-expanded="true"]:after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='%23FA6848' d='M10.4124 11.8144C10.2171 12.0619 9.78289 12.0619 9.58761 11.8144L7.08251 8.64052C6.86576 8.36591 7.10135 8 7.4949 8L12.5051 8C12.8987 8 13.1342 8.36591 12.9175 8.64052L10.4124 11.8144Z'/%3e%3c/svg%3e");
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

button.dropdown-caller {
  margin-right: 0; }
  button.dropdown-caller:after {
    display: none; }

.info-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }
  .info-text .info-point {
    margin-top: -2px;
    margin-right: 12px; }

.info-point {
  position: relative;
  color: #87635D;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .info-point [class^="icon-"], .info-point [class*=" icon-"] {
    fill: currentColor; }
  .info-point:hover {
    color: #FA6848; }
    .info-point:hover .info-point__tooltip {
      opacity: 1;
      visibility: visible; }

.info-point__tooltip {
  position: absolute;
  margin-top: 34px;
  margin-left: -38px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #1F1E1C;
  border-radius: 8px;
  border: 2px solid #FCF0E5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  z-index: 4; }
  .info-point__tooltip > span {
    position: relative;
    display: block;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 6px; }
  .info-point__tooltip:before {
    position: absolute;
    content: '';
    top: -6px;
    left: 17px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #FCF0E5;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.icon-auto:before {
  width: auto;
  margin-left: 0;
  margin-right: 0; }

.icon-item {
  width: 20px;
  height: 20px; }

.icon-sm {
  width: 18px;
  height: 18px; }

.icon-th {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

.icon-md {
  width: 20px;
  height: 20px; }

.icon-big {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; }

.page-table .info-point > img {
  border-radius: 4px; }

.table-pay .info-point {
  display: inline-block; }
.table-pay .info-point__tooltip { position: fixed; z-index: 9999; left: 0; right: auto; top: auto; bottom: 0; margin: 0; max-width: 180px; white-space: normal; }
.table-pay .info-point:hover .info-point__tooltip { opacity: 1; visibility: visible; }
.table-pay .info-point__tooltip:before { top: auto; bottom: -6px; left: auto; right: 7px; }

.history-chart {
  min-height: 300px; }

.icon-flag {
  width: 26px;
  height: 25px; }

.payment-icons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 220px; }

[class^="icon-payment-"], [class*=" icon-payment-"] {
  display: inline-block;
  margin: 2px;
  width: 40px;
  height: 24px;
  border-radius: 2px; }

.icon-payment-webmoney {
  background-image: url("../img/Pay-Webmoney.png"); }

.icon-payment-yandex {
  background-image: url("../img/Pay-Yandex.png"); }

.icon-payment-paypal {
  border: 1px solid #C9C9D3;
  background-image: url("../img/Pay-PayPal.png"); }

.icon-payment-bank {
  border: 1px solid #C9C9D3;
  background-image: url("../img/Pay-Bank.png"); }

.icon-payment-qiwi {
  border: 1px solid #C9C9D3;
  background-image: url("../img/Pay-Qiwi.png"); }

.icon-payment-mail {
  background-image: url("../img/Pay-Mail.png"); }

.icon-payment-wire {
  border: 1px solid #C9C9D3;
  background-image: url("../img/Pay-Wire.png"); }

.icon-payment-payoneer {
  border: 1px solid #C9C9D3;
  background-image: url("../img/Pay-Payoneer.png"); }

.icon-payment-master-visa {
  background-image: url("../img/Pay-Master-Visa.png"); }

.icon-payment-bitcoin {
  border: 1px solid #C9C9D3;
  background-image: url("../img/Pay-Bitcoin.png"); }

.icon-payment-epayments {
  background-image: url("../img/Pay-Epayments.png"); }

.icon-payment-capitalist {
  border: 1px solid #C9C9D3;
  background-image: url("../img/Pay-Capitalist.png"); }

.icon-payment-skrill {
  border: 1px solid #C9C9D3;
  background-image: url("../img/Pay-Skrill.png"); }

.form-item {
  position: relative; }
  .form-item > [class^="icon-"], .form-item [class*=" icon-"] {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #8C8E94;
    text-align: center;
    z-index: 2; }
    .form-item > [class^="icon-"]:before, .form-item [class*=" icon-"]:before {
      width: auto;
      margin-left: 0;
      margin-right: 0; }

.clear-input {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 20px;
  height: 20px;
  line-height: 0;
  z-index: 2; }
  .clear-input > svg {
    width: 20px;
    height: 20px; }

.form-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px; }
  .form-label-row .form-label {
    margin-bottom: 0; }

.btn-gen-pass {
  background: none;
  border: 1px solid #d0a96b;
  border-radius: 4px;
  color: #d0a96b;
  font-size: 11px;
  padding: 2px 8px;
  cursor: pointer;
  line-height: 1.5;
  transition: background-color .2s, color .2s; }
  .btn-gen-pass:hover {
    background: #d0a96b;
    color: #fff; }

.show-password {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #8C8E94;
  text-align: center;
  background: url("../img/icon-eye-open.svg") center center no-repeat;
  background-size: contain;
  z-index: 2; }
  .show-password.show {
    background-image: url("../img/icon-eye-closed.svg"); }

.form-control {
  position: relative;
  min-width: 74px;
  padding: 7px 15px;
  -webkit-transition: border-color .3s, background-color .3s;
  transition: border-color .3s, background-color .3s; }

.form-control-fill {
  border-color: transparent; }

.form-control-stroke {
  border: 1px solid #F2F2F2; }

select.form-control-fill:focus {
  border-color: transparent; }

select.form-control-stroke:focus {
  border-color: #F2F2F2; }

.select-control {
  position: relative;
  width: 100%; }

.custom-control {
  position: relative;
  margin-bottom: 0;
  min-width: 18px;
  min-height: 18px;
  text-align: left; }
  .custom-control > input {
    display: none; }
  .custom-control > input:checked + .custom-control__label:after {
    opacity: 1; }

.custom-control-fill .custom-control__label {
  cursor: pointer; }
  .custom-control-fill .custom-control__label:before {
    border: 1px solid transparent; }

.custom-control-stroke .custom-control__label {
  cursor: pointer; }
  .custom-control-stroke .custom-control__label:before {
    border: 1px solid #F2F2F2; }

.custom-control__label {
  cursor: pointer; }
  .custom-control__label:before, .custom-control__label:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px; }
  .custom-control__label:before {
    border: 1px solid #F2F2F2;
    background-color: #FFFFFF; }
  .custom-control__label:after {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: #FA6848 url("../img/icon-checkbox.svg") center center no-repeat;
    opacity: 0; }

.custom-control__text {
  margin-left: 26px; }

.pill-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px; }
  .pill-items .pill-traffic,
  .pill-items .pill-offer {
    margin-right: 12px;
    margin-bottom: 12px; }

.pill-traffic,
.pill-offer {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 18px;
  -webkit-transition: color .3s, background .3s, border-color .3s;
  transition: color .3s, background .3s, border-color .3s;
  cursor: pointer; }

.pill-traffic > span {
  margin-left: 2px;
  color: #87635D; }

.pill-traffic:hover, .pill-traffic.active {
  color: #fff;
  background: #FA6848;
  border-color: #FA6848; }
  .pill-traffic:hover > span, .pill-traffic.active > span {
    color: inherit; }

.pill-offer {
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase; }
  .pill-offer:hover, .pill-offer.active {
    color: #fff;
    background: #87635D;
    border-color: #87635D; }

.pill-green {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  height: 36px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #57B29D;
  border-radius: 6px; }

.breadcrumb {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 14px;
  color: #8C8E94; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb li + li {
    padding-left: 4px; }
    .breadcrumb li + li:before {
      display: inline-block;
      padding-right: 4px;
      content: '/'; }

.b-filter {
  padding: 20px 28px; }
  .b-filter:first-child {
    padding-bottom: 16px; }
  .b-filter:last-child {
    padding-top: 16px; }

.page-table + .b-filter,
.traffic-table + .b-filter {
  border-top: 1px solid #F2F2F2; }

.filter-line {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }

.filter-line-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.filter-line-item__label {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #8C8E94; }

.filter-line-item__select,
.form-select {
  position: relative; }
  .filter-line-item__select:before,
  .form-select:before {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -5px;
    font-family: "fontello";
    content: '\e80a';
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 7px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .filter-line-item__select select,
  .form-select select {
    width: 100%;
    height: 36px;
    padding-left: 15px;
    padding-right: 35px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 18px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }

.filter-line-item__select {
  margin-left: 8px;
  margin-right: 8px;
  min-width: 0 !important; }
  .filter-line-item__select:first-child {
    margin-left: 0; }
  .filter-line-item__select:last-child {
    margin-right: 0; }

.form-select {
  min-width: 136px; }

.search-item {
  position: relative; }
  .search-item:before {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    line-height: 23px;
    font-family: "fontello";
    content: '\e80c';
    font-size: 17px;
    color: #C9C9D3;
    text-align: center;
    pointer-events: none;
    z-index: 2; }
  .search-item .form-control {
    padding-left: 49px; }

.tag-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px; }

.tag-item {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  height: 36px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 0 15px;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 18px; }

.error-validate .form-control {
  background: rgba(240, 71, 71, 0.2);
  border: 1px solid #F04747; }
  .error-validate .form-control:focus {
    background-color: #fff; }

.error-validate + .invalid-feedback {
  display: block; }

.report-item {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  color: #FFFFFF;
  background: #57B39D;
  border-radius: 10px;
  z-index: 2; }
  .report-item.active {
    display: block; }

.report-item__title {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px; }

.report-item__text {
  font-size: 14px;
  line-height: 22px; }

.dropdown .btn:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 20px;
  height: 20px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: currentColor;
  font-family: "fontello";
  content: '\e826'; }

.dropdown.show .btn:after {
  line-height: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.dropdown-menu {
  margin-top: 12px;
  min-width: 0;
  padding: 18px;
  font-size: inherit;
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px solid #FCF0E5; }

.dropdown-menu__arrow {
  position: absolute;
  content: '';
  top: -8px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 2px solid #FCF0E5;
  border-left: 2px solid #FCF0E5;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.geo-columns {
  -webkit-columns: 200px;
     -moz-columns: 200px;
          columns: 200px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }
  .geo-columns .geo-item {
    width: 100%; }

.geo-item {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .geo-item:hover {
    color: #FA6848; }

.geo-item__flag {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: center center no-repeat;
  background-size: contain; }

.geo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .geo-list a:hover {
    color: #FA6848; }

.tablesorter-header {
  outline: none; }
  .tablesorter-header:hover .reverse-item {
    color: #FA6848; }

.tablesorter-headerUnSorted .reverse-item:after {
  content: '\e828'; }

.tablesorter-headerAsc .reverse-item {
  color: #FA6848; }
  .tablesorter-headerAsc .reverse-item:after {
    content: '\e827'; }

.tablesorter-headerDesc .reverse-item {
  color: #FA6848; }
  .tablesorter-headerDesc .reverse-item:after {
    content: '\e826'; }

.reverse-item {
  cursor: pointer; }
  .reverse-item:after {
    margin-left: 8px;
    font-family: "fontello";
    content: '\e828';
    font-size: 10px; }

.step-item {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 40px; }
  .step-item:last-child:before {
    display: none; }
  .step-item:before {
    position: absolute;
    left: 100%;
    bottom: 50%;
    margin-left: -16px;
    margin-bottom: -16px;
    font-family: "fontello";
    content: '\e801';
    width: 32px;
    height: 32px;
    padding-left: 2px;
    line-height: 32px;
    color: #FA6848;
    text-align: center;
    border-radius: 50%;
    background-color: #fff; }

.step-item__num {
  margin-top: -10px;
  margin-bottom: 16px;
  min-width: 60px;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 74px;
  line-height: 78px;
  color: #FA6848; }

.step-item__content {
  -webkit-box-flex: 1;
          flex-grow: 1; }

.step-item__title {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #87635D; }

.step-item__text {
  font-size: 14px;
  line-height: 20px;
  color: #8C8E94; }

.benefit-item {
  width: 100%;
  margin-bottom: 20px;
  padding: 52px 20px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  border-radius: 10px; }

.benefit-item__icon {
  margin: 0 auto 20px; }

.benefit-item__title {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #87635D; }

.benefit-item__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  font-size: 14px;
  line-height: 22px;
  color: #8C8E94; }

.stat-item {
  margin-bottom: 48px;
  text-align: center; }
  .stat-item:last-child:before {
    display: none; }

.stat-item__line {
  margin-top: 20px;
  width: 2px;
  height: 46px;
  background-color: #FA6848; }

.stat-item__title {
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #fff; }

.stat-item__text {
  font-size: 20px;
  line-height: 26px;
  color: #FCF0E5; }

.page-sidebar {
  width: 32%;
  min-width: 32%; }

.sidebar-nav,
.page-content {
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  border-radius: 10px; }

.page-content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 20px 28px 18px; }

.sidebar-nav__heading {
  padding: 28px 28px 18px;
  border-bottom: 1px solid #F2F2F2; }
  .sidebar-nav__heading li {
    margin-right: 24px; }
    .sidebar-nav__heading li a {
      padding: 0; }

.sidebar-nav__content {
  padding: 20px 0 18px; }

.sidebar-nav__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 22px;
  color: #8C8E94; }
  .sidebar-nav__list [class^="icon-"]:before, .sidebar-nav__list [class*=" icon-"]:before {
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 0;
    font-size: 1.6em; }
  .sidebar-nav__list a {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 6px 28px;
    padding-right: 50px;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .sidebar-nav__list a:before {
      position: absolute;
      content: '';
      top: 50%;
      margin-top: -11px;
      right: 28px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background-color: #FCF5F1;
      background: url("../img/icon-light-unactive.svg") center center no-repeat;
      background-size: contain; }
    .sidebar-nav__list a:hover {
      color: #FA6848; }
    .sidebar-nav__list a.light-active:before {
      background-image: url("../img/icon-light-active.svg"); }
    .sidebar-nav__list a.light-active-inside:before {
      background-image: url("../img/icon-light-active-inside.svg"); }
    .sidebar-nav__list a.active-link {
      color: #FA6848;
      font-weight: bold;
      background: #FCF0E5; }
  .sidebar-nav__list.list-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .sidebar-nav__list.list-row a:before {
      display: none; }

.sidebar-nav__sublist {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.sidebar-nav__sublist.is-open {
  max-height: 600px; }
  .sidebar-nav__sublist a {
    padding-left: 68px; }
    .sidebar-nav__sublist a:after {
      position: absolute;
      top: 50%;
      left: 56px;
      margin-top: -2px;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: currentColor; }

.link-arrow:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%238C8E94' viewBox='0 0 20 20'%3e%3cpath d='M10.4124 11.8144C10.2171 12.0619 9.78289 12.0619 9.58761 11.8144L7.08251 8.64052C6.86576 8.36591 7.10135 8 7.4949 8L12.5051 8C12.8987 8 13.1342 8.36591 12.9175 8.64052L10.4124 11.8144Z'/%3e%3c/svg%3e"); }

.link-arrow:hover:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23FA6848' viewBox='0 0 20 20'%3e%3cpath d='M10.4124 11.8144C10.2171 12.0619 9.78289 12.0619 9.58761 11.8144L7.08251 8.64052C6.86576 8.36591 7.10135 8 7.4949 8L12.5051 8C12.8987 8 13.1342 8.36591 12.9175 8.64052L10.4124 11.8144Z'/%3e%3c/svg%3e"); }

.link-arrow.active {
  color: #FA6848;
  font-weight: bold; }
  .link-arrow.active:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='%23FA6848' d='M10.4124 11.8144C10.2171 12.0619 9.78289 12.0619 9.58761 11.8144L7.08251 8.64052C6.86576 8.36591 7.10135 8 7.4949 8L12.5051 8C12.8987 8 13.1342 8.36591 12.9175 8.64052L10.4124 11.8144Z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.sidebar-slide {
  padding: 28px 22px;
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  border-radius: 10px; }

.b-page-table .page-table,
.b-page-table .traffic-table {
  box-shadow: none; }

.wrapper-table {
  overflow-x: auto;
  overflow-y: clip; }

.page-table,
.traffic-table {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05); }
  .page-table tr,
  .traffic-table tr {
    border-bottom: 1px solid #F2F2F2;
    background: #fff;
    -webkit-transition: box-shadow .3s, -webkit-transform .3s;
    transition: box-shadow .3s, -webkit-transform .3s;
    transition: box-shadow .3s, transform .3s;
    transition: box-shadow .3s, transform .3s, -webkit-transform .3s; }
    .page-table tr:last-child,
    .traffic-table tr:last-child {
      border-bottom: none; }
    .page-table tr:nth-child(n + 1):hover,
    .traffic-table tr:nth-child(n + 1):hover {
      box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05); }
  .page-table th, .page-table td,
  .traffic-table th,
  .traffic-table td {
    vertical-align: top;
    padding: 20px 10px; }
    .page-table th:first-child, .page-table td:first-child,
    .traffic-table th:first-child,
    .traffic-table td:first-child {
      padding-left: 28px; }
    .page-table th:last-child, .page-table td:last-child,
    .traffic-table th:last-child,
    .traffic-table td:last-child {
      padding-right: 28px; }
  .page-table th,
  .traffic-table th {
    white-space: nowrap;
    color: #87635D;
    background-color: #FCF0E5; }
  .page-table img,
  .traffic-table img {
    margin-left: 2px;
    margin-right: 2px; }
  .page-table.align-middle th, .page-table.align-middle td,
  .traffic-table.align-middle th,
  .traffic-table.align-middle td {
    vertical-align: middle; }

.table-equal th, .table-equal td {
  width: 370px; }

.table-last-controls th:last-child,
.table-last-controls td:last-child {
  width: 1px; }

.traffic-table td {
  padding: 12px 10px; }

.page-table .page-table {
  margin-top: 20px; }
  .page-table .page-table tr {
    border-top: 1px solid #F2F2F2; }
    .page-table .page-table tr:last-child th, .page-table .page-table tr:last-child td {
      padding-bottom: 0; }
  .page-table .page-table th, .page-table .page-table td {
    padding: 7px 10px; }
    .page-table .page-table th:first-child, .page-table .page-table td:first-child {
      padding-left: 0; }
    .page-table .page-table th:last-child, .page-table .page-table td:last-child {
      padding-right: 0; }
  .page-table .page-table th {
    height: 38px;
    background-color: transparent; }
  .page-table .page-table td {
    padding: 12px 10px; }

.table-lamp {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #FCF5F1; }

.table-pay img {
  margin: 2px 0; }

.dashboard-item.selection {
  background-color: #FCF5F1; }

.category-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .category-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .category-list ul a {
      position: relative;
      padding-left: 12px; }
      .category-list ul a:before {
        position: absolute;
        top: 8px;
        left: 0;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: currentColor; }
  .category-list li:hover > a {
    color: #FA6848; }
  .category-list a {
    -webkit-transition: color .3s;
    transition: color .3s; }
    .category-list a:hover {
      color: #FA6848; }

.btn-add {
  margin-right: 24px;
  color: #FA6848;
  border: 2px solid #FCF0E5; }

.tab-caller {
  padding: 0 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 52px;
  text-transform: uppercase;
  background: transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer; }
  .tab-caller.active {
    color: #FA6848;
    background: #FFFFFF;
    box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05); }

.tabs {
  position: relative; }

.tab-item,
.subtab-item {
  display: none; }
  .tab-item.active,
  .subtab-item.active {
    display: block; }

.tab-item {
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05); }

.no-shadow {
  background: transparent;
  box-shadow: none; }

.tab-item__content {
  padding: 28px; }

.gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -8px; }

.gallery-item {
  padding: 8px; }

.info-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -8px; }
  .info-items .info-item {
    margin-right: 12px; }

.info-item {
  display: -webkit-box;
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #8C8E94; }
  .info-item a {
    color: #87635D; }

.symbol-item {
  font-weight: 600;
  font-size: 20px;
  color: #1F1E1C; }

.info-item__icon {
  width: 32px;
  min-width: 32px;
  line-height: 20px; }

.advertiser-item {
  margin-bottom: 4px;
  height: 20px;
  padding: 0 4px;
  line-height: 20px;
  font-weight: bold;
  font-size: 10px;
  text-transform: capitalize;
  color: #FFFFFF;
  white-space: nowrap;
  background: #57B29D;
  border-radius: 3px; }

.contact-form {
  padding: 28px;
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  border-radius: 10px; }

.contact-items {
  margin-bottom: 40px;
  margin-right: -20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .contact-items .contact-item {
    margin-right: 20px;
    font-size: 14px;
    line-height: 22px; }
    .contact-items .contact-item [class^="icon-"]:before, .contact-items .contact-item [class*=" icon-"]:before {
      width: auto;
      margin-left: 0;
      margin-right: 10px;
      color: #FA6848; }

.guide-item {
  margin-bottom: 40px;
  padding: 28px;
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  border-radius: 10px; }
  .guide-item:last-child {
    margin-bottom: 0; }

.guide-item__heading {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #87635D;
  cursor: pointer; }
  .guide-item__heading:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 8px;
    text-align: center;
    font-family: "fontello";
    content: '\e80a';
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .guide-item__heading.active:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.guide-item__content {
  display: none;
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px; }
  .guide-item__content h1, .guide-item__content h2, .guide-item__content h3, .guide-item__content h4, .guide-item__content h5, .guide-item__content h6 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
    color: #1F1E1C; }
    .guide-item__content h1:last-child, .guide-item__content h2:last-child, .guide-item__content h3:last-child, .guide-item__content h4:last-child, .guide-item__content h5:last-child, .guide-item__content h6:last-child {
      margin-bottom: 0; }
  .guide-item__content p {
    margin-bottom: 8px;
    color: #8C8E94; }
    .guide-item__content p:last-child {
      margin-bottom: 0; }
    .guide-item__content p + h1, .guide-item__content p + h2, .guide-item__content p + h3, .guide-item__content p + h4, .guide-item__content p + h5, .guide-item__content p + h6 {
      margin-top: 16px; }
  .guide-item__content a {
    color: #87635D; }
  .guide-item__content img {
    display: block;
    margin: 20px auto;
    box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05); }
    .guide-item__content img:first-child {
      margin-top: 0; }
    .guide-item__content img:last-child {
      margin-bottom: 0; }

.question-item {
  margin-bottom: 28px; }
  .question-item:last-child {
    margin-bottom: 0; }

.question-item__question {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #87635D; }

.question-item__answer {
  font-size: 14px;
  line-height: 22px;
  color: #1F1E1C; }

.contact-form {
  max-width: 780px;
  background: #FFFFFF;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
  border-radius: 10px; }

.offers {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #FCF0E5;
  overflow: hidden; }

.offer-item {
  margin-bottom: 30px;
  text-align: center; }
  .offer-item:last-child:before {
    display: none; }
  .offer-item:before {
    position: absolute;
    left: 100%;
    bottom: 50%;
    margin-left: -1px;
    margin-bottom: -20px;
    content: '';
    width: 2px;
    height: 40px;
    background-color: #FA6848; }

.offer-item__title {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #87635D; }

.offer-item__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 264px;
  font-size: 14px;
  line-height: 22px; }

.auth {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1; }

#login-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
#login-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.login-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255,255,255,0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: login-spin 0.7s linear infinite;
}
@keyframes login-spin { to { transform: rotate(360deg); } }

.auth-success {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 40px;
  padding-bottom: 0;
  width: 100%; }

.auth__section-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 43%;
  padding: 40px;
  background: #FFFFFF; }

.auth__section-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 57%;
  padding: 40px;
  background: #FCF0E5; }

.auth__wrapper-form {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.auth__form {
  margin: 0 auto;
  width: 100%;
  max-width: 320px; }

.auth__form-text {
  margin: 0 auto;
  width: 100%;
  max-width: 430px; }

.auth__text {
  width: 100%;
  max-width: 550px; }

.auth__text-long {
  width: 100%;
  max-width: 700px; }

.auth__main {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  margin-top: 60px; }

.b-noresult {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 70px 20px;
  text-align: center;
  box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05); }

.b-noresult__content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.ticket-content {
  max-width: 640px; }

.ticket-data th, .ticket-data td {
  padding: 6px 0; }

.ticket-data th {
  padding-right: 20px;
  color: #87635D;
  font-weight: bold; }

.ticket-data td {
  width: 100%; }

.file-text {
  color: #8C8E94;
  text-decoration: underline; }

.b-404-number {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  color: #E0D5D3;
  margin-bottom: 16px; }

.support-messages {
  margin-left: -28px;
  margin-right: -28px;
  margin-bottom: -16px;
  max-height: 434px;
  overflow-y: auto; }

.support-message {
  padding: 12px 28px;
  border-bottom: 1px solid #F2F2F2;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .support-message:last-child {
    border-bottom: none; }
  .support-message:hover {
    background-color: #FCF5F1; }

.support-message__heading {
  display: -webkit-box;
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold; }

.support-message__title {
  margin-right: 8px;
  color: #87635D; }

.support-message__date {
  color: #8C8E94; }

.support-message__text {
  margin-bottom: 4px; }
  .support-message__text:last-child {
    margin-bottom: 0; }

.table-time {
  display: inline-block;
  margin: -1px; }

.table-time__line {
  display: -webkit-box;
  display: flex; }
  .table-time__line:last-child {
    -webkit-box-pack: end;
            justify-content: flex-end; }

.table-time__day {
  width: 48px;
  margin: 1px;
  margin-right: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #8C8E94; }
  .table-time__day:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    content: '';
    width: 18px;
    height: 18px;
    right: 0%;
    background: #FFFFFF;
    border: 1px solid #C9C9D3;
    box-sizing: border-box;
    border-radius: 2px; }

.table-time__time {
  margin: 1px;
  margin-top: 8px;
  width: 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #8C8E94;
  text-align: center; }
  .table-time__time:after {
    display: block;
    vertical-align: middle;
    margin: 2px auto 0;
    content: '';
    width: 18px;
    height: 18px;
    right: 0%;
    background: #FFFFFF;
    border: 1px solid #C9C9D3;
    box-sizing: border-box;
    border-radius: 2px; }

.table-time__item,
.table-time__item-sm {
  margin: 1px;
  width: 28px;
  height: 24px;
  font-size: 0;
  background: #F2F2F2;
  border-radius: 2px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .table-time__item.active,
  .table-time__item-sm.active {
    background-color: #FA6848; }

.table-time__item {
  cursor: pointer; }

.table-time__item-sm {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px; }

@media (max-width: 1350px) {
  .burger {
    display: block; }
  .header-nav {
    display: none; }
  .burger-popup {
    top: 100px; } }

@media (max-width: 1199.98px) {
  .tab-caller {
    font-size: 1.17vw; } }

@media (max-width: 1140px) {
  #page {
    margin: 76px auto 0;
    min-height: calc(100vh - 76px); }
  header {
    height: 106px; }
  .burger-popup {
    top: 76px; }
  .sidebar-nav {
    margin-top: 8px;
    padding: 0;
    border: none;
    width: 430px; }
  .tablet-container {
    margin-left: -15px;
    margin-right: -15px; }
  .b-shadow__section {
    padding: 28px 15px; }
  .tab-caller {
    padding: 0 15px;
    font-size: 1.2vw; }
  .b-filter {
    padding: 20px 15px; }
  .tab-item__content {
    padding: 28px 15px; }
  .page-table th:first-child, .page-table td:first-child {
    padding-left: 15px; }
  .page-table th:last-child, .page-table td:last-child {
    padding-right: 15px; } }

@media (max-width: 991.98px) {
  .tab-caller {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.3vw; }
  .filter-line-item__label {
    font-size: 13px; } }

.cool_img{
    border-radius:5px;
    border:1px solid rgba(0,0,0,0.2);
    box-shadow:0 1px 4px rgba(0,0,0,0.15)}

code,
pre {
    padding: 0 3px 2px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 12px Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
pre.prettyprint {
    margin-bottom: 20px;
}
pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}


.sidebar-nav__list li.has-hint > a:before {
  display: none;
}

/* 2) Делает <li> позиционируемым контейнером для абсолютной лампочки */
.sidebar-nav__list li {
  position: relative;
}

/* 3) Стили для отдельного спана-лампочки */
.sidebar-nav__hint {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  pointer-events: auto;
  cursor: pointer;
}

.sidebar-nav__hint svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* Сброс наследуемых стилей от .sidebar-nav__list a (width:100%, padding, position, :before) */
.sidebar-nav__list .sidebar-nav__hint {
  position: absolute;
  width: 22px;
  height: 22px;
  padding: 0;
  line-height: 1;
}
.sidebar-nav__list .sidebar-nav__hint:before,
.sidebar-nav__list .sidebar-nav__hint:after {
  display: none;
}

/* Состояния строки/столбца в таблице времени */
.table-time__day.row-checked:before {
  background: #FA6848;
  border-color: #FA6848;
}
.table-time__time.col-checked:after {
  background: #FA6848;
  border-color: #FA6848;
}

/* Составные пилюли трафика (добавление / удаление) */
.pill-items .pill-traffic-wrap {
  margin-right: 12px;
  margin-bottom: 12px;
}
.pill-traffic-wrap {
  display: inline-flex;
}
.pill-traffic-wrap .pill-traffic {
  margin: 0;
}
.pill-traffic-wrap .pill-ta {
  border-radius: 18px 0 0 18px;
  border-right: none;
}
.pill-traffic-wrap .pill-tr {
  border-radius: 0 18px 18px 0;
  border-left: none;
  padding: 0 12px;
  min-width: 34px;
  justify-content: center;
}

/* Spy modal: компактные отступы */
#spy-modal .mb-7 { margin-bottom: 20px; }
@media (max-height: 820px) {
  #spy-modal .mb-7 { margin-bottom: 12px; }
  #spy-modal .mb-5 { margin-bottom: 8px; }
}

.cool-img-networks {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  width: 140px;
  height: auto;
}
.net-logo-page {
  width: auto;
  height: auto;
  max-height: 72px;
  max-width: 220px;
}
.money-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(87,179,157,0.18);
  color: #2e8a72;
  letter-spacing: .01em;
}

.period-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(110,140,205,0.14);
  color: #4d6fb0;
  white-space: nowrap;
}
.referral-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255,180,0,0.14);
  color: #9a7000;
  white-space: nowrap;
}

.rating-cnt { display: flex; flex-direction: column; gap: 3px; }
.rating-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.rating-badge--finance { background: rgba(87,179,157,0.15); color: #2e8a72; }
.rating-badge--support { background: rgba(110,140,205,0.15); color: #4d6fb0; }
.rating-badge--func    { background: rgba(250,104,72,0.12);  color: #c04830; }

.offer-cnt { display: flex; flex-direction: column; gap: 3px; align-items: center; }
.offer-cnt__badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.offer-cnt__badge--active  { background: rgba(87,179,157,0.15); color: #3a9a82; }
.offer-cnt__badge--archive { background: rgba(0,0,0,0.06);       color: #87635D; }
.offer-cnt__badge--total   { background: rgba(135,99,93,0.12);   color: #5a3e39; }

.net-logo-tip { display: inline-block; }
.net-logo-tip:hover { color: inherit; }
.net-logo-tip .info-point__tooltip { top: 100%; margin-top: 6px; left: 50%; margin-left: 0; transform: translateX(-50%); max-width: 160px; }
.net-logo-tip .info-point__tooltip:before { left: 50%; transform: translateX(-50%); }

.img-scale-50 {
  transform: scale(0.5);
  transform-origin: 0 0; /* Опционально: регулирует точку трансформации */
}

.img-scale-75 {
  transform: scale(0.75);
  transform-origin: 0 0; /* Опционально: регулирует точку трансформации */
}

.text-center-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Admin tabs */
.admin-layout {
  display: flex;
  gap: 0;
  align-items: flex-start;
}
.admin-sidebar {
  flex: 0 0 230px;
  width: 230px;
  border-right: 1px solid rgba(0,0,0,.09);
  padding-right: 8px;
  margin-right: 24px;
  padding-top: 4px;
}
.admin-main {
  flex: 1;
  min-width: 0;
}
.admin-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #8C8E94;
  text-decoration: none;
  border-left: 3px solid transparent;
  border-radius: 0 6px 6px 0;
  margin-bottom: 2px;
  transition: color .15s, background .15s, border-color .15s;
}
.admin-tab:hover { color: #FA6848; background: rgba(250,104,72,.06); }
.admin-tabs { display: flex; flex-direction: column; }

/* --- CSS-тултипы для флагов и ПП в таблице целей --- */
.cpad-tip {
  position: relative;
  display: inline-block;
  cursor: default;
}
.cpad-tip .cpad-tip__text {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #1f2937;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s;
  z-index: 1000;
}
.cpad-tip .cpad-tip__text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #d1d5db;
}
.cpad-tip:hover .cpad-tip__text {
  visibility: visible;
  opacity: 1;
}
/* Тултип для ПП-колонки — шире */
.cpad-tip--pp .cpad-tip__text {
  white-space: normal;
  width: 160px;
  text-align: center;
}
.cpad-tip--special .cpad-tip__text {
  white-space: normal;
  width: 200px;
  text-align: left;
}
.cpad-tip--special { cursor: help; vertical-align: middle; }
/* Тултип статуса — справа от иконки, не выходит за таблицу */
.cpad-tip--status .cpad-tip__text {
  white-space: normal;
  width: 200px;
  text-align: left;
  left: auto;
  right: 0;
  transform: none;
  z-index: 9999;
}
.cpad-tip--status .cpad-tip__text::after {
  left: auto;
  right: 8px;
  transform: none;
}
.admin-tab.active { color: #FA6848; border-left-color: #FA6848; background: rgba(250,104,72,.08); font-weight: 600; }

/* Гео-флаги в таблице целей */
.geo-flag-sm { vertical-align: middle; margin: 1px; }
.geo-name-sm { font-size: 12px; }
.geo-more-link { font-size: 11px; color: #2563eb; margin-left: 3px; text-decoration: none; vertical-align: middle; }
.icon-sm { width: 14px; height: 14px; vertical-align: middle; margin-right: 2px; }
.popup--geo { max-width: 770px; display: none; }
.geo-item__flag-img { width: 32px; height: auto; margin-right: 8px; vertical-align: middle; }
.icon-badge { width: 16px; height: 16px; vertical-align: middle; margin-left: 3px; }
.creative-img { max-width: 200px; max-height: 200px; }
.sort-val { display: none; }

/* ── Рекламные материалы: карточки креативов ── */
.gallery-item--creative { display: flex; flex-direction: column; }
.gallery-item--creative .gallery-item__img-wrap { display: block; }
.gallery-item--creative img { max-width: 100%; height: auto; display: block; border-radius: 4px; }
.gallery-item__caption { padding: 6px 2px 0; font-size: 12px; flex: 1; }
.gallery-item__title { font-weight: 600; margin-bottom: 2px; }
.gallery-item__desc { color: #555; margin-bottom: 4px; }
.gallery-item__meta { display: flex; align-items: center; gap: 8px; margin-bottom: 2px; }
.gallery-item__size { color: #999; }
.gallery-item__download { color: #2563eb; text-decoration: none; font-size: 11px; }
.gallery-item__download:hover { text-decoration: underline; }
.gallery-item__service { color: #999; font-size: 11px; margin-top: 2px; }

/* ── Всплывающий рекламный попап (offer page) ── */
#popup-ad-block {
    position: fixed;
    right: 24px;
    bottom: 32px;
    z-index: 900;
    width: var(--popup-width, 20%);
    min-width: 200px;
    max-width: 600px;
    background: var(--popup-bg, #fff);
    color: var(--popup-text, #333);
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    padding: 16px 18px 14px;
    font-size: 13px;
    line-height: 1.5;
}
#popup-ad-block a {
    text-decoration: none;
    color: inherit;
    display: block;
}
#popup-ad-block strong {
    display: block;
    margin-bottom: 8px;
}
#popup-ad-block img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 8px;
    display: block;
}
#popup-ad-block img.popup-ad-logo {
    width: auto;
    max-width: 140px;
    max-height: 45px;
    object-fit: contain;
    border-radius: 0;
}
#popup-ad-block .popup-ad__text { opacity: .85; }
#popup-ad-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0;
}
#popup-ad-close:hover { color: #333; }
#popup-ad-block .popup-ad__title--closeable { padding-right: 18px; }
/* ════════════════════════════════════════════════════════════
   УТИЛИТЫ: размеры текста
════════════════════════════════════════════════════════════ */
.text-note { font-size: 0.9em; }
.text-hint { font-size: 0.85em; }
.text-xsm  { font-size: 13px; }
.text-xs   { font-size: 12px; }
.text-xxs  { font-size: 11px; }

/* Цвета статусов */
.text-ok      { color: #27ae60; }
.text-err     { color: #c0392b; }
.text-ok-dark { color: #1a7a4a; }
.text-mid     { color: #6b7280; }
.text-pale    { color: #9ca3af; }
.font-bold    { font-weight: bold; }
.font-mono    { font-family: monospace; }

/* Misc */
.overflow-x-auto { overflow-x: auto; }
.pre-wrap        { white-space: pre-wrap; }
.resize-v        { resize: vertical; }
.cursor-pointer  { cursor: pointer; }
.object-contain  { object-fit: contain; }

/* gap-утилиты */
.gap-6  { gap: 6px; }
.gap-8  { gap: 8px; }
.gap-10 { gap: 10px; }
.gap-14 { gap: 14px; }
.gap-20 { gap: 20px; }

/* min-width для форм-фильтров */
.mw-90  { min-width: 90px; }
.mw-100 { min-width: 100px; }
.mw-110 { min-width: 110px; }
.mw-111 { min-width: 111px; }
.mw-115 { min-width: 115px; }
.mw-124 { min-width: 124px; }
.mw-133 { min-width: 133px; }
.mw-136 { min-width: 136px; }
.mw-137 { min-width: 137px; }
.mw-155 { min-width: 155px; }
.mw-160 { min-width: 160px; }
.mw-168 { min-width: 168px; }
.mw-170 { min-width: 170px; }
.mw-200 { min-width: 200px; }
.mw-255 { min-width: 255px; }
.mw-260 { min-width: 260px; }
.mw-280 { min-width: 280px; }
.mw-324 { min-width: 324px; }

/* max-width */
.maxw-200 { max-width: 200px; }
.maxw-260 { max-width: 260px; }
.maxw-280 { max-width: 280px; }
.maxw-340 { max-width: 340px; }
.maxw-480 { max-width: 480px; }
.maxw-550 { max-width: 550px; }
.maxw-600 { max-width: 600px; }
.maxw-700 { max-width: 700px; }
.maxw-720 { max-width: 720px; }
.maxw-740 { max-width: 740px; }
.maxw-760 { max-width: 760px; }
.maxw-780 { max-width: 780px; }

/* ════════════════════════════════════════════════════════════
   POPUP СИСТЕМА
════════════════════════════════════════════════════════════ */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 200;
    background: rgba(30,30,30,0.5);
}
.popup--centered {
    display: none;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 201;
    width: 95%;
}
.popup-overlay.is-active  { display: block; }
.popup--centered.is-active { display: block; }
#app-confirm { max-width: 440px; }

#spy-modal        { max-width: 1360px; max-height: 92vh; overflow-y: auto; }
#spy-modal-body   { padding-top: 8px; }
#spy-login-modal  { max-width: 440px; }
#popup-faq        { max-width: 560px; }
#popup-donate     { max-width: 1020px; max-height: 90vh; overflow-y: auto; }
#pm-view-modal    { max-width: 960px; }
#pm-create-modal  { max-width: 640px; }
.pvm-body { display: flex; gap: 24px; margin-top: 16px; }
.pvm-col-reply { flex: 0 0 45%; min-width: 0; }
.pvm-col-chat  { flex: 1; min-width: 0; }
.pvm-thread {
    max-height: 360px;
    overflow-y: auto;
    border: 1px solid #F2F2F2;
    border-radius: 6px;
}
.pvm-msg {
    padding: 10px 14px;
    border-bottom: 1px solid #F2F2F2;
    font-size: 13px;
}
.pvm-msg:last-child { border-bottom: none; }
.pvm-msg--mine { background-color: #f0f9f6; }
.pvm-msg__head { display: flex; gap: 10px; align-items: baseline; margin-bottom: 4px; font-size: 12px; }
.pvm-msg__name { font-weight: 600; color: #87635D; }
.pvm-msg__date { color: #8C8E94; }
.pvm-msg__text { white-space: pre-wrap; }
@media (max-width: 680px) {
    .pvm-body { flex-direction: column; }
    .pvm-col-reply { flex: none; }
}
#terms-popup      { max-width: 720px; max-height: 80vh; overflow-y: auto; }

/* ════════════════════════════════════════════════════════════
   ADMIN ПАНЕЛЬ
════════════════════════════════════════════════════════════ */
.admin-card {
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 6px;
    padding: 20px 22px;
}
.admin-card--h100  { height: 100%; }
.admin-card--inner {
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 5px;
    padding: 14px 16px;
    margin-bottom: 12px;
}
.admin-flex-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.admin-half {
    flex: 1 1 calc(50% - 10px);
    min-width: 280px;
}
#admin-status {
    display: none;
    font-size: 0.9em;
    padding: 8px 14px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.admin-tab-content           { display: none; }
.admin-tab-content.is-active { display: block; }
.admin-icon-svg { width: 18px; height: 18px; vertical-align: middle; }
#admin-cat-table         { max-width: 600px; }
#admin-cat-table .col-icon { width: 180px; }
.admin-icon-select       { height: 32px; font-size: 13px; }
#users-table             { min-width: 860px; }
#users-table .col-id     { width: 50px; }
#users-table .col-date   { width: 95px; }
#users-table .col-group  { width: 180px; }
#users-table .col-status { width: 90px; }
#users-table .col-act    { width: 185px; white-space: nowrap; }
#users-table tbody td    { vertical-align: middle; }
#groups-table            { min-width: 700px; }
.user-act-wrap           { display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; }
.user-act-wrap .btn-delete-user { margin-left: auto; }
.btn-change-group        { padding: 1px 5px; font-size: 11px; margin-left: 4px; vertical-align: middle; }
.popup--wide             { max-width: 700px; width: 95vw; }
#edit-group-body .row    { display: flex; flex-wrap: wrap; }
.group-color-swatch      { display: inline-block; width: 16px; height: 16px; border-radius: 3px; vertical-align: middle; border: 1px solid rgba(0,0,0,.1); }
#parsers-table           { min-width: 550px; }
#parsers-table .col-id   { width: 100px; }
#parsers-table .col-on   { width: 90px; text-align: center; }
#parsers-table .col-log  { width: 160px; }
#parsers-table .col-act  { width: 80px; }
#networks-table          { min-width: 500px; }
#networks-table .col-logo{ width: 50px; }
#networks-table .col-rel { width: 110px; text-align: center; }
#networks-table .col-pay { width: 110px; text-align: center; }
#networks-table .col-net-logo { height: 24px; max-width: 60px; object-fit: contain; }
#networks-table .col-special  { min-width: 220px; font-size: 12px; }
.admin-table-empty td    { text-align: center; padding: 20px; }
.admin-users-wrap        { overflow-x: auto; }
.admin-parsers-wrap      { overflow-x: auto; }
.admin-networks-wrap     { overflow-x: auto; }
#users-search            { max-width: 280px; }
#parser-search           { max-width: 260px; }
#networks-search         { max-width: 260px; }
#users-count             { font-size: 13px; }
.parser-only-label       { font-size: 13px; }
.admin-users-toolbar     { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.admin-parsers-toolbar   { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.admin-networks-toolbar  { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 12px; }
#users-pagination        { display: none; gap: 6px; align-items: center; margin-top: 16px; }

.adviser-tip-row          { display: flex; gap: 8px; align-items: flex-start; background: rgba(0,0,0,0.03); padding: 10px; border-radius: 6px; }
.adviser-tip-row__title   { flex: 0 0 200px; }
.adviser-tip-row__text    { flex: 1; }
.adviser-tip-row__del     { flex-shrink: 0; }
#adviser-tips-list        { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
#adv-vk-hint              { font-size: 12px; color: #9ca3af; margin-top: 4px; }

.ai-field-row      { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; }
.ai-field-provider { flex: 0 0 200px; }
.ai-field-model    { flex: 1 1 180px; }
.ai-field-limit    { flex: 0 0 140px; }
.ai-hint           { font-size: 11px; color: #9ca3af; margin-top: 3px; }
.ai-key-row        { gap: 8px; }

/* ════════════════════════════════════════════════════════════
   WEBMASTER TOOLS
   ════════════════════════════════════════════════════════════ */
.tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.tool-card { display: block; padding: 24px 22px; background: #fff; border: 1px solid #e5e7eb;
             border-radius: 10px; text-decoration: none; color: #1f2937; transition: all .2s; }
.tool-card:hover { transform: translateY(-2px); border-color: #2d5be3; box-shadow: 0 6px 18px rgba(45,91,227,0.10); color: #1f2937; text-decoration: none; }
.tool-card__icon { font-size: 32px; margin-bottom: 10px; }
.tool-card__title { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.tool-card__desc { font-size: 13px; color: #6b7280; line-height: 1.45; }

/* ROI */
.roi-row { display: flex; flex-wrap: wrap; gap: 16px; margin: 0 0 14px; }
.roi-row .form-item-wrap { flex: 1 1 200px; min-width: 0; }
.roi-result-card { background: linear-gradient(180deg, #f0f7ff 0%, #e6f0ff 100%);
                   border: 1px solid #c7dafb; border-radius: 10px; padding: 22px 24px; position: sticky; top: 90px; }
.roi-row-stat { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,0.05); font-size: 14px; }
.roi-row-stat:last-child { border-bottom: none; }
.roi-row-stat strong { font-weight: 700; }
.roi-pos strong { color: #047857; }
.roi-neg strong { color: #b91c1c; }
.roi-verdict { padding: 12px 14px; border-radius: 6px; font-weight: 600; margin-bottom: 12px; font-size: 14px; }
.roi-verdict--ok   { background: #d1fae5; color: #047857; }
.roi-verdict--warn { background: #fef3c7; color: #92400e; }
.roi-verdict--err  { background: #fee2e2; color: #b91c1c; }
.tools-field { position: relative; }
/* отступ справа только у полей с суффиксом — чтобы текст не наезжал на $/% */
.roi-row .tools-field:has(.form-suffix) .form-control { padding-right: 38px; }
.form-suffix { position: absolute; top: 1px; right: 1px; bottom: 1px; display: inline-flex; align-items: center; padding: 0 16px 0 10px; color: #6b7280; background: #fff; border-radius: 0 18px 18px 0; pointer-events: none; }

/* Tools: убираем нативные стрелки-спиннеры у number-инпутов — они наползали на суффиксы */
.roi-row input[type="number"],
.currency-row input[type="number"] { -moz-appearance: textfield; appearance: textfield; }
.roi-row input[type="number"]::-webkit-outer-spin-button,
.roi-row input[type="number"]::-webkit-inner-spin-button,
.currency-row input[type="number"]::-webkit-outer-spin-button,
.currency-row input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
@media (max-width: 767px) { .roi-result-card { position: static; } }

/* Whois */
.whois-form-row { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; margin: 0; }
.whois-input-wrap { flex: 1 1 280px; min-width: 0; }
.whois-btn-wrap { flex: 0 0 auto; padding-bottom: 0; }
.whois-card { background: #fff; }
.whois-age { display: inline-flex; flex-direction: column; align-items: center; padding: 8px 16px; border-radius: 8px; font-weight: 700; }
.whois-age--old { background: #d1fae5; color: #047857; }
.whois-age--mid { background: #fef3c7; color: #92400e; }
.whois-age--young { background: #fee2e2; color: #b91c1c; }
.whois-age__num { font-size: 24px; line-height: 1; }
.whois-age__lbl { font-size: 11px; text-transform: uppercase; margin-top: 2px; }
.whois-table { width: 100%; }
.whois-table td { padding: 8px 10px; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 14px; }
.whois-table__lbl { color: #6b7280; width: 200px; font-weight: 600; }
.whois-table__val { color: #1f2937; word-break: break-word; }

/* UTM */
.utm-parse-table { width: 100%; border-collapse: collapse; }
.utm-parse-table th, .utm-parse-table td { padding: 7px 10px; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 13px; text-align: left; vertical-align: top; }
.utm-parse-table th { background: #f3f4f6; font-weight: 600; color: #374151; }
.utm-section-row { background: #e0e7ff !important; color: #1e3a8a !important; }
.utm-key { color: #be185d; font-family: ui-monospace, Consolas, monospace; font-weight: 600; width: 35%; }
.utm-val { color: #1f2937; word-break: break-all; }

/* Currency */
.currency-row { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin: 0 0 16px; }
.currency-row .form-item-wrap { flex: 1 1 140px; min-width: 0; }
.currency-row .form-control { width: 100%; }
.currency-swap-wrap { flex: 0 0 auto; padding-bottom: 0; }
.currency-result-card { background: linear-gradient(180deg, #f0fdf4 0%, #ddfde5 100%);
                        border: 1px solid #86efac; border-radius: 8px; padding: 20px 22px; text-align: center; }
.cur-result-main { font-size: 22px; font-weight: 700; color: #047857; margin-bottom: 6px; }
.cur-result-rate { font-size: 13px; color: #065f46; }
.cur-popular-table { width: 100%; border-collapse: collapse; }
.cur-popular-table td { padding: 6px 8px; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 13px; }
.cur-popular-table td:first-child { font-weight: 700; color: #2d5be3; width: 50px; }
.text-right { text-align: right; }

/* ===== Tools: меню категорий и заглушка ===== */
.tools-cat-nav { display: flex; flex-wrap: wrap; gap: 10px; position: sticky; top: 76px; z-index: 5;
                 background: rgba(255,255,255,0.92); backdrop-filter: blur(4px); padding: 6px 0; }
.tools-cat-nav__item { display: inline-flex; align-items: center; padding: 7px 16px; border-radius: 20px;
                       background: #fff; border: 1px solid #e5e7eb; font-size: 14px; font-weight: 600;
                       color: #374151; text-decoration: none; transition: all .15s; }
.tools-cat-nav__item:hover { border-color: #2d5be3; color: #2d5be3; text-decoration: none; }
.tools-cat-section { scroll-margin-top: 130px; }
.tools-cat-section__title { font-weight: 700; }

.tools-btn-row { display: flex; flex-wrap: wrap; gap: 10px; }
.tools-btn-row--center { justify-content: center; }
.pb-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }

/* ===== Подборка сервисов (/services) ===== */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.svc-card { display: flex; flex-direction: column; padding: 20px; background: #fff; border: 1px solid #e5e7eb;
            border-radius: 10px; transition: box-shadow .15s, border-color .15s, transform .15s; }
.svc-card:hover { transform: translateY(-2px); border-color: #2d5be3; box-shadow: 0 6px 18px rgba(45,91,227,0.10); }
.svc-card--rec { border-color: #c7dafb; background: linear-gradient(180deg, #f7faff 0%, #ffffff 60%); }
.svc-card__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.svc-logo { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 9px; background: #2d5be3; color: #fff;
            font-weight: 700; font-size: 18px; display: inline-flex; align-items: center; justify-content: center; }
.svc-card__name { font-weight: 700; font-size: 16px; color: #1f2937; }
.svc-badge { margin-left: auto; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 12px;
             background: #dbeafe; color: #1e40af; white-space: nowrap; }
.svc-card__desc { font-size: 13.5px; color: #6b7280; line-height: 1.5; flex: 1 1 auto; }
.svc-promo { margin-top: 12px; font-size: 13px; font-weight: 600; color: #047857; background: #d1fae5;
             border-radius: 8px; padding: 7px 10px; }
.svc-card__btn { margin-top: 14px; align-self: flex-start; }

/* Админ-таблица сервисов: аккуратный ряд кнопок действий */
.svc-actions { display: flex; gap: 6px; justify-content: flex-end; align-items: center; white-space: nowrap; }
.svc-btn { height: 30px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center;
           border: 1px solid #e5e7eb; border-radius: 7px; background: #fff; color: #374151; cursor: pointer;
           font-size: 13px; line-height: 1; transition: border-color .15s, color .15s, background .15s; }
.svc-btn:hover { border-color: #2d5be3; color: #2d5be3; }
.svc-btn--icon { width: 30px; padding: 0; font-size: 14px; }
.svc-btn--del:hover { border-color: #ef4444; color: #ef4444; background: #fef2f2; }
.svc-row-off { opacity: .5; }
.svc-check { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-size: 14px; color: #374151; }

/* Дятел: управление статусом сети */
.net-status-badge { display: inline-block; padding: 2px 9px; border-radius: 12px; font-size: 12px; font-weight: 700; margin-bottom: 4px; }
.net-status--on  { background: #d1fae5; color: #047857; }
.net-status--adv { background: #dbeafe; color: #1e40af; }
.net-status--off { background: #fee2e2; color: #b91c1c; }
.net-status-btns { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 2px; }
.net-status-btns .svc-btn { height: 24px; padding: 0 8px; font-size: 11px; }
.net-row-off td  { opacity: .45; }
.net-row-off td.net-status-cell { opacity: 1; }

/* Меню: внешние ссылки */
/* Шортнер: строка-разделитель категорий */
.sl-cat-row td { background: #f3f4f6; font-weight: 700; font-size: 12px; color: #374151;
                 padding: 6px 10px; border-top: 2px solid #e5e7eb; }

.mtree-ext-btn        { min-width: 32px; }
.mtree-ext-btn.btn-ext-active { background: #dbeafe; border-color: #2d5be3; color: #1e40af; }
.mtree-ext-panel      { padding: 10px 12px; background: #f0f7ff; border: 1px solid #c7dafb;
                         border-radius: 8px; margin: 4px 0 6px 44px; }
.mtree-ext-panel .form-label { font-size: 12px; margin-bottom: 4px; }
.mtree-ext-panel .form-control { height: 30px; font-size: 13px; }

/* Юридика → Консультация: код-редактор + предпросмотр формы */
#lc-embed-wrap .CodeMirror { border: 1px solid #e5e7eb; border-radius: 8px; height: 240px; font-size: 13px; }
.lc-preview { width: 100%; height: 300px; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; display: block; }

.tools-locked { text-align: center; max-width: 560px; margin-left: auto; margin-right: auto; }
.tools-locked__icon { font-size: 48px; margin-bottom: 8px; }
.tools-grid--preview { opacity: 0.7; }
.tool-card--locked { cursor: default; filter: grayscale(0.25); }
.tool-card--locked:hover { transform: none; border-color: #e5e7eb; box-shadow: none; }

/* ===== Генератор паролей ===== */
.pw-range { width: 100%; accent-color: #2d5be3; }
.pw-strength { height: 6px; border-radius: 3px; background: #eef0f3; overflow: hidden; }
.pw-strength > span { display: block; height: 100%; width: 0; transition: width .2s, background .2s; }
.pw-strength .pw-weak { background: #ef4444; }
.pw-strength .pw-mid { background: #f59e0b; }
.pw-strength .pw-strong { background: #16a34a; }
.pw-opts { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.pw-check { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; cursor: pointer; color: #374151; }
#pw-output { font-family: ui-monospace, Consolas, monospace; font-size: 16px; letter-spacing: 0.5px; }

/* ===== QR ===== */
.qr-box { display: flex; align-items: center; justify-content: center; min-height: 220px; }
.qr-img { max-width: 100%; height: auto; border-radius: 8px; }

/* ===== IP/GEO флаги ===== */
.ip-flag { display: inline-block; padding: 2px 8px; border-radius: 12px; font-size: 12px;
           background: #f3f4f6; color: #6b7280; margin: 2px 2px 0 0; }
.ip-flag--on { background: #dbeafe; color: #1e40af; font-weight: 600; }

/* ===== Трейсер редиректов / postback ===== */
.rt-chain { margin: 0; padding-left: 20px; }
.rt-hop { padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,0.05); font-size: 14px; word-break: break-all; }
.rt-hop:last-child { border-bottom: none; }
.rt-status { display: inline-block; min-width: 46px; text-align: center; padding: 2px 8px; border-radius: 6px;
             font-weight: 700; font-size: 12px; margin-right: 10px; }
.rt-ok { background: #d1fae5; color: #047857; }
.rt-redir { background: #fef3c7; color: #92400e; }
.rt-bad { background: #fee2e2; color: #b91c1c; }
.rt-err { background: #e5e7eb; color: #6b7280; }
.rt-url { color: #1f2937; }
.rt-note { display: block; color: #b91c1c; font-size: 13px; margin-top: 2px; }
.rt-final { color: #2d5be3; word-break: break-all; font-weight: 600; }
.pb-pre { background: #0f172a; color: #e2e8f0; border-radius: 8px; padding: 12px 14px; font-size: 12.5px;
          font-family: ui-monospace, Consolas, monospace; white-space: pre-wrap; word-break: break-all;
          max-height: 320px; overflow: auto; margin: 4px 0 0; }

/* ── Open Graph превью ── */
.og-card { border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; background: #fff; }
.og-card--tg { display: flex; gap: 0; }
.og-card--tg .og-card__body { border-left: 3px solid #2d5be3; }
.og-card--tg .og-card__img { width: 90px; min-width: 90px; height: auto; align-self: stretch; }
.og-card__img { width: 100%; height: 200px; object-fit: cover; display: block; background: #f3f4f6; }
.og-card__img--empty { display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 13px; height: 200px; }
.og-card__body { padding: 12px 14px; }
.og-card__domain { font-size: 11px; color: #6b7280; text-transform: uppercase; letter-spacing: .3px; }
.og-card__title { font-size: 15px; font-weight: 700; color: #1f2937; margin: 3px 0; line-height: 1.3; }
.og-card__desc { font-size: 13px; color: #6b7280; line-height: 1.4; }
.og-tg-title { font-size: 13px; color: #2d5be3; font-weight: 700; margin: 0; }

/* ── Хеш-генератор ── */
.hs-row { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.hs-row:last-child { border-bottom: none; }
.hs-row__label { flex: 0 0 120px; font-weight: 600; color: #374151; font-size: 14px; }
.hs-row__val { flex: 1 1 auto; font-family: ui-monospace, Consolas, monospace; font-size: 13px;
               word-break: break-all; color: #1f2937; cursor: pointer; }
.hs-row__val:hover { color: #2d5be3; }

/* ── Спиннер / click_id ── */
.sp-n-input { width: 90px; flex: 0 0 90px; }

/* ── Генератор постбэков ── */
.pb-out { font-family: ui-monospace, Consolas, monospace; font-size: 13px; word-break: break-all; }

/* ── Счётчик символов объявлений ── */
.at-badge { display: inline-block; padding: 2px 9px; border-radius: 10px; font-size: 12px; font-weight: 700; }
.at-ok   { background: #d1fae5; color: #047857; }
.at-near { background: #fef3c7; color: #92400e; }
.at-over { background: #fee2e2; color: #b91c1c; }

/* Чекер клоаки — 3 колонки */
.cl-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.cl-col { vertical-align: top; padding: 0 8px; border-left: 1px solid #eef0f3; }
.cl-col:first-child { border-left: none; padding-left: 0; }
.cl-col__head { font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.cl-col__code { display: inline-block; background: #f3f4f6; border-radius: 6px; padding: 2px 8px; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.cl-col__row { font-size: 12.5px; padding: 4px 0; border-bottom: 1px solid rgba(0,0,0,0.05); }
.cl-col__row span { color: #6b7280; display: block; }
.cl-col__row b { color: #1f2937; word-break: break-word; }
.cl-final { font-size: 11px; }
.tools-break { word-break: break-all; }

/* Админка: управление инструментами */
.tm-table .form-control { height: 30px; font-size: 13px; padding: 2px 8px; }
.tm-table .tm-icon { width: 52px; text-align: center; }
.tm-table .tm-sort { width: 64px; text-align: center; }
.tm-row-off td { opacity: .5; }
.tm-row-off td:first-child { opacity: 1; }

.ai-log-cell-nowrap { white-space: nowrap; }
.ai-log-cell-prompt { max-width: 240px; word-break: break-word; }
.ai-log-cell-answer { max-width: 420px; word-break: break-word; }
.sl-cell-nowrap    { white-space: nowrap; }
.sl-cell-target    { max-width: 280px; word-break: break-all; }
.ai-provider-sel   { height: 36px; }

.popup-ad-checks        { display: flex; align-items: center; gap: 20px; margin-bottom: 1rem; }
.popup-ad-check-label   { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.popup-ad-check-label .custom-control { margin: 0; }
.popup-ad-img-preview   { max-height: 80px; border-radius: 4px; border: 1px solid rgba(0,0,0,0.1); margin-top: 8px; }

.banner-slot-row    { border: 1px solid rgba(0,0,0,0.07); border-radius: 5px; padding: 14px 16px; margin-bottom: 12px; }
.banner-slot-header { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.banner-slot-label  { font-size: 14px; }
.banner-slot-code   { font-size: 12px; font-family: monospace; resize: vertical; }
.banner-cms-frame   { width: 100%; height: 700px; border: 1px solid rgba(0,0,0,0.1); border-radius: 4px; }

#menu-tree          { max-width: 780px; }
.menu-add-row       { max-width: 720px; margin-top: 20px; }
.menu-add-controls  { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.menu-input-label   { max-width: 190px; }
.menu-input-url     { max-width: 270px; }

/* JS-генерируемые элементы */
.js-loading-row td  { text-align: center; padding: 16px 20px; }
.js-status-active   { color: #1a7a4a; font-size: 13px; }
.js-status-blocked  { color: #c0392b; font-size: 13px; }
.js-admin-badge     { font-size: 11px; color: #FA6848; }
.js-cell-id         { font-size: 13px; }
.js-cell-email      { font-size: 12px; color: #6b7280; }
.js-cell-date       { font-size: 13px; }
.js-cell-group      { font-size: 13px; }
.js-btn-sm          { font-size: 12px; padding: 3px 10px; }
.js-parser-id       { font-size: 12px; color: #6b7280; }
.js-parser-log      { font-size: 12px; color: #6b7280; }
.js-pag-info        { font-size: 13px; padding: 0 8px; }
.js-pag-ellipsis    { color: #9ca3af; padding: 0 4px; }
.js-pag-total       { color: #9ca3af; font-size: 13px; margin-left: 8px; }
.js-flag-img        { margin-right: 2px; vertical-align: middle; }
.mtree-row          { display: flex; align-items: center; gap: 6px; padding: 7px 8px; flex-wrap: wrap; }
.mtree-handle       { cursor: grab; color: #bbb; font-size: 18px; flex-shrink: 0; line-height: 1; user-select: none; padding: 0 2px; }
.mtree-toggle       { margin: 0; flex-shrink: 0; }
.mtree-child-arrow  { color: #9ca3af; font-size: 13px; flex-shrink: 0; }
.mtree-label-input  { font-size: 13px; padding: 3px 7px; max-width: 185px; }
.mtree-url-input    { font-size: 13px; padding: 3px 7px; max-width: 255px; }
.mtree-btn          { font-size: 12px; padding: 2px 8px; white-space: nowrap; flex-shrink: 0; }
.mtree-btn-del      { font-size: 12px; padding: 2px 7px; flex-shrink: 0; }
.mtree-panel        { display: none; padding: 4px 8px 8px 28px; border-top: 1px solid rgba(0,0,0,0.05); }
.mtree-add-child    { font-size: 12px; padding: 2px 8px; margin-top: 6px; }
.mtree-item         { border: 1px solid rgba(0,0,0,0.09); border-radius: 4px; margin-bottom: 5px; }
.mtree-depth-0      { background: #fff; }
.mtree-depth-1      { background: #fafafa; }
.mtree-depth-2      { background: #f5f5f5; }

/* ════════════════════════════════════════════════════════════
   INFO BADGE
════════════════════════════════════════════════════════════ */
.info-badge {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #FCF0E5;
    color: #c07040;
    border: 1px solid #e8d0bb;
    border-radius: 3px;
    line-height: 1.5;
    cursor: help;
}
.info-badge--sm { font-size: 8px; padding: 1px 4px; }
.info-badge--md { font-size: 9px; padding: 1px 5px; }

/* ════════════════════════════════════════════════════════════
   AI WIDGET
════════════════════════════════════════════════════════════ */
.ai-msgs {
    min-height: 100px;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #f9fbff 0%, #f1f5fb 100%);
}
.ai-answer        { white-space: pre-wrap; }
.ai-followup      { display: none; margin-top: 1em; }
.ai-input-row     { display: flex; gap: 8px; }
.ai-input-wrap    { flex: 1; }
.ai-presets-row   { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 12px; }
.ai-preset-btn    { font-size: 12px; padding: 6px 10px; line-height: 1.2; }
.ai-preset-btn:hover { background: #f0f4ff; border-color: #2d5be3; color: #2d5be3; }
.ai-login-prompt  { background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
                    border: 1px solid #fcd34d; border-radius: 8px; padding: 24px 28px; }
.ai-login-prompt p { font-size: 14px; line-height: 1.5; max-width: 560px; }
.net-ai-card      { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px;
                    padding: 20px 22px; position: sticky; top: 90px; }
@media (max-width: 991px) { .net-ai-card { position: static; } }
.ai-footer-hint   { font-size: 11px; color: #9ca3af; margin-top: 6px; }
.ai-placeholder   { color: #94a3b8; font-style: italic; padding: 8px 0; }

/* ── Сообщения чата ── */
.ai-msg-label     { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase;
                    letter-spacing: 0.04em; padding: 2px 8px; border-radius: 4px; margin-bottom: 6px; }
.ai-msg-label--you { background: #dbeafe; color: #1e40af; }
.ai-msg-label--ai  { background: #d1fae5; color: #047857; }
.ai-msg-body      { font-size: 14px; line-height: 1.55; color: #1f2937; }
.ai-msg-body p    { margin: 0 0 10px; }
.ai-msg-body p:last-child { margin-bottom: 0; }
.ai-msg-body strong { color: #0f172a; font-weight: 700; }
.ai-msg-body em   { color: #475569; }
.ai-msg-body a    { color: #2563eb; text-decoration: underline; }
.ai-msg-body .ai-h { margin: 12px 0 6px; color: #0f172a; font-weight: 700; line-height: 1.3; }
.ai-msg-body h4.ai-h { font-size: 16px; }
.ai-msg-body h5.ai-h { font-size: 15px; }
.ai-msg-body h6.ai-h { font-size: 14px; }
.ai-msg-body .ai-list { margin: 6px 0 10px; padding-left: 22px; }
.ai-msg-body .ai-list li { margin-bottom: 4px; }
.ai-msg-body .ai-inline-code { background: rgba(0,0,0,0.06); padding: 1px 6px; border-radius: 3px;
                               font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
                               font-size: 12.5px; color: #be185d; }
.ai-msg-body pre.ai-code { background: #0f172a; color: #e2e8f0; padding: 12px 14px; border-radius: 6px;
                           overflow-x: auto; font-size: 12.5px; line-height: 1.5;
                           font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
                           margin: 8px 0; white-space: pre; }

.ai-msg-you       { background: #fff; border: 1px solid #bfdbfe; border-left: 3px solid #3b82f6;
                    border-radius: 8px; padding: 10px 14px; margin-bottom: 10px;
                    margin-left: auto; max-width: 88%; box-shadow: 0 1px 2px rgba(59,130,246,0.06); }
.ai-msg-answer    { background: #fff; border: 1px solid #bbf7d0; border-left: 3px solid #10b981;
                    border-radius: 8px; padding: 12px 14px; margin-bottom: 12px;
                    max-width: 96%; box-shadow: 0 1px 2px rgba(16,185,129,0.06); }
.ai-msg-thinking  { color: #6b7280; font-size: 13px; font-style: italic; padding: 8px 12px;
                    background: rgba(255,255,255,0.6); border-radius: 6px; margin-bottom: 8px;
                    display: inline-block; }
.ai-msg-thinking::after { content: '…'; display: inline-block; animation: ai-dots 1.4s infinite; }
@keyframes ai-dots { 0%, 80%, 100% { opacity: 0.3; } 40% { opacity: 1; } }
.ai-msg-err       { background: #fef2f2; border: 1px solid #fecaca; border-left: 3px solid #ef4444;
                    border-radius: 8px; padding: 10px 14px; color: #b91c1c; font-size: 13px;
                    margin-bottom: 8px; }

/* ════════════════════════════════════════════════════════════
   DASHBOARD / СООБЩЕНИЯ
════════════════════════════════════════════════════════════ */
.unread-dot {
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #e25c5c;
}
.badge-count {
    display: inline-block;
    background: #FA6848;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 10px;
    vertical-align: middle;
}
.col-dot { width: 12px; }
#pvm-body    { white-space: pre-wrap; max-height: 55vh; overflow-y: auto; }
#pcf-status  { font-size: 0.9em; }
#faq-status  { font-size: 0.9em; }
#sli-status  { font-size: 0.9em; }
.pm-label    { display: block; font-size: 0.9em; margin-bottom: 4px; }
.pm-meta     { font-size: 0.9em; }
/* ════════════════════════════════════════════════════════════
   OFFER
════════════════════════════════════════════════════════════ */
.offer-desc-content { max-width: 740px; }

/* ════════════════════════════════════════════════════════════
   NETWORK
════════════════════════════════════════════════════════════ */
#pie_container      { height: 400px; }
.network-logo-img   { height: 36px; object-fit: contain; }
.network-filter-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }

/* ════════════════════════════════════════════════════════════
   ALLOFFERS
════════════════════════════════════════════════════════════ */
.ao-header         { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.ao-filters        { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.ao-filter-input   { flex: 1; min-width: 180px; max-width: 340px; margin-bottom: 0; }
.ao-select         { min-width: 160px; }
.ao-status-ok      { color: #1a7a4a; font-size: 13px; }
.ao-status-off     { color: #9ca3af; font-size: 13px; }
.ao-cell-rate      { font-size: 13px; }
.ao-cell-date      { font-size: 12px; color: #6b7280; }
.ao-cell-id        { font-size: 12px; color: #6b7280; }
.ao-cell-open      { font-size: 12px; padding: 3px 10px; }
.ao-total          { font-size: 0.9em; }
#ao-pagination     { display: flex; align-items: center; gap: 6px; margin-top: 16px; }

/* ════════════════════════════════════════════════════════════
   SEARCH
════════════════════════════════════════════════════════════ */
.search-filter-main { min-width: 168px; flex: 1; max-width: 340px; margin-bottom: 0; }
#search-pagination  { display: none; margin-top: 16px; }

/* ════════════════════════════════════════════════════════════
   CATEGORY
════════════════════════════════════════════════════════════ */
.sidebar-slide-img  { margin-bottom: -28px; flex-shrink: 0; }

/* ════════════════════════════════════════════════════════════
   MAIN PAGE
════════════════════════════════════════════════════════════ */
.main-hero        { padding-top: 52px; padding-bottom: 52px; background-color: #FCF5F1; }
.main-hero__inner { max-width: 1190px; }
.main-cta-wrap    { max-width: 548px; }
.main-dark-band   { padding-top: 52px; padding-bottom: 52px; background-color: #87635D; }

/* ════════════════════════════════════════════════════════════
   AUTH / PAGES
════════════════════════════════════════════════════════════ */
.img-auth       { max-width: 480px; margin-top: 40px; }
.img-no-result  { max-width: 340px; }
.img-donate     { border: none; max-width: 100%; }

/* ════════════════════════════════════════════════════════════
   SPY FORM
════════════════════════════════════════════════════════════ */
.spy-form-col        { padding-right: 2rem; }
.spy-traffic-table   { width: 100%; font-size: 0.85em; border-collapse: collapse; }
.spy-traffic-table th{ text-align: left; padding-bottom: 8px; color: #888; font-weight: normal; }
.spy-traffic-col-new { text-align: center; width: 56px; }
.spy-traffic-td-new  { text-align: center; }
.spy-timetable       { border-collapse: separate; border-spacing: 2px; table-layout: fixed; }
.spy-timetable .cell-empty { width: 28px; }
.spy-timetable .col-h      { width: 20px; text-align: center; font-size: 0.68em; color: #aaa; padding-bottom: 3px; }
.spy-timetable .col-day    { font-size: 0.75em; color: #888; text-align: right; padding-right: 4px; vertical-align: middle; }
.spy-cell                  { width: 20px; height: 18px; border-radius: 2px; cursor: pointer; background: #eaecef; }
.spy-cell.spy-active       { background: #3c9e5f; }
.spy-td-corner    { width: 28px; }
.spy-td-hour      { width: 20px; text-align: center; font-size: 0.68em; color: #aaa; padding-bottom: 3px; }
.spy-td-day       { font-size: 0.75em; color: #888; text-align: right; padding-right: 4px; vertical-align: middle; }
.spy-form-footer  { display: flex; align-items: center; border-top: 1px solid #f0f0f0; padding-top: 16px; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.spy-desc         { font-size: 0.85em; }
.spy-overflow     { overflow-x: auto; }
#spy-status-form  { font-size: 0.9em; margin-left: 8px; }

/* ════════════════════════════════════════════════════════════
   FAQ
════════════════════════════════════════════════════════════ */
.faq-sidebar-nav  { padding: 20px 28px 24px; }
.faq-sidebar-sep  { padding: 20px 28px 24px; border-top: 1px solid #F2F2F2; }
.faq-nav-list     { font-size: 14px; }
.faq-nav-active   { font-weight: bold; }

/* ════════════════════════════════════════════════════════════
   SIGNUP
════════════════════════════════════════════════════════════ */
.terms-body     { font-size: 14px; line-height: 1.7; margin-top: 16px; }
.lh-17          { line-height: 1.7; }
.terms-list     { margin: 4px 0 8px 20px; }
.terms-footer   { margin-top: 16px; font-size: 12px; opacity: .6; }
.required-note strong { color: #FA6848; }

/* ════════════════════════════════════════════════════════════
   HEADER
════════════════════════════════════════════════════════════ */
.header-rel        { position: relative; }
#header-login-error{ display: none; }

/* ════════════════════════════════════════════════════════════
   SPY MODAL
════════════════════════════════════════════════════════════ */
.spy-modal-desc  { font-size: 0.9em; }
#sli-hint        { font-size: 0.9em; }
.sli-login-row   { font-size: 0.9em; }
.sli-login-note  { font-size: 0.85em; }
#spy-status      { font-size: 0.9em; }
.spy-tz-select   { min-width: 324px; }
.spy-time-picked { font-size: 0.85em; }

/* ════════════════════════════════════════════════════════════
   OFFER GOALS
════════════════════════════════════════════════════════════ */
.goals-filter-wrap  { min-width: 110px; }
.goals-network-logo { max-height: 28px; max-width: 90px; object-fit: contain; display: block; margin: 0 auto 4px; }
.goals-network-link { font-size: 13px; }

/* ════════════════════════════════════════════════════════════
   MESSAGE DETAIL
════════════════════════════════════════════════════════════ */
.message-detail-wrap { max-width: 760px; }
.message-detail-body { white-space: pre-wrap; }

/* ════════════════════════════════════════════════════════════
   SVG SPRITE
════════════════════════════════════════════════════════════ */
.svg-sprite { display: none; }

/* Дополнения после рефакторинга */
.admin-card--h100       { height: 100%; }
.td-empty               { padding: 20px; }
.td-empty-goals         { text-align: center; color: #9ca3af; padding: 24px 0; }
.spy-modal-loading      { padding: 40px; text-align: center; }
.spy-modal-error        { padding: 20px; }
#ao-table .col-status   { width: 90px; }
#ao-table .col-rate     { width: 120px; }
#ao-table .col-geo      { width: 120px; }
#ao-table .col-date     { width: 120px; }
#ao-table .col-act      { width: 80px; }

.contacts-img { width: 100%; border-radius: 8px; }

.admin-status--ok  { background: #e6f7ee; color: #1a7a4a; padding: 10px 14px; border-radius: 4px; }
.admin-status--err { background: #fce8e6; color: #c0392b; padding: 10px 14px; border-radius: 4px; }

/* --- Contacts form --- */
.contact-msg-counter { margin-top: 4px; text-align: right; }

/* --- Donate page --- */
.donate-buttons { display: flex; gap: 12px; flex-wrap: wrap; }

/* --- Admin pages sub-tabs --- */
.admin-pages-nav { display: flex; gap: 6px; flex-wrap: wrap; border-bottom: 1px solid #e5e5e5; padding-bottom: 8px; margin-bottom: 20px; }
.admin-page-tab  { padding: 5px 14px; border-radius: 4px; border: 1px solid #d5d5d5; background: #f7f7f7; color: #555; font-size: 13px; cursor: pointer; text-decoration: none; }
.admin-page-tab:hover { background: #eee; color: #222; }
.admin-page-tab.active { background: #2d5be3; border-color: #2d5be3; color: #fff; }
.admin-page-section { display: none; }
.admin-page-section.is-active { display: block; }

/* --- FAQ editor rows --- */
.faq-item-row { border: 1px solid #e5e5e5; border-radius: 6px; padding: 12px; margin-bottom: 10px; background: #fafafa; }
.faq-item-row__handle { cursor: grab; color: #aaa; margin-right: 8px; font-size: 16px; }
.faq-item-row__num { font-size: 12px; color: #999; margin-bottom: 6px; }

/* --- Goals status icon (24px) --- */
.icon-goal-status { width: 24px; height: 24px; }

/* --- Footer: JS adjusts min-height dynamically via fixFooter() in base.twig --- */

/* --- Popup ad: network logo picker grid --- */
.popup-img-source-tabs { display: flex; gap: 18px; margin-bottom: 10px; }
.popup-img-source-tabs label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 13px; }
.pp-logo-grid { display: flex; flex-wrap: wrap; gap: 10px; max-height: 240px; overflow-y: auto; padding: 10px; border: 1px solid #e5e5e5; border-radius: 6px; background: #fafafa; }
.pp-logo-item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 8px 10px; border: 2px solid transparent; border-radius: 6px; cursor: pointer; width: 80px; text-align: center; }
.pp-logo-item:hover { border-color: #c5cfe8; background: #f0f4ff; }
.pp-logo-item.selected { border-color: #2d5be3; background: #e8eeff; }
.pp-logo-img { width: 48px; height: 28px; object-fit: contain; }
.pp-logo-name { font-size: 10px; color: #555; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }

/* --- Popup ad: color pickers row --- */
.popup-color-row { display: flex; gap: 24px; margin-bottom: 1rem; }
.popup-color-item { display: flex; flex-direction: column; gap: 4px; }
.popup-color-item label { font-size: 12px; color: #666; }
.popup-color-swatch { width: 36px; height: 36px; border-radius: 6px; border: 2px solid #ddd; cursor: pointer; padding: 0; }

/* --- Popup ad: width selector --- */
.popup-width-row { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; }
.popup-width-row select { width: 90px; }

/* --- Popup ad: preview box (in admin) --- */
.popup-ad-preview-wrap { background: #f0f2f5; border-radius: 8px; padding: 20px; margin-bottom: 1rem; position: relative; min-height: 80px; }
.popup-ad-preview-inner { border-radius: 8px; padding: 14px 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.18); font-size: 13px; display: inline-block; max-width: 100%; }
.popup-ad-preview-inner strong { display: block; margin-bottom: 6px; font-size: 14px; }
.popup-ad-preview-inner img { width: 100%; border-radius: 4px; margin-bottom: 6px; display: block; }
.popup-ad-preview-label { font-size: 11px; color: #999; margin-bottom: 6px; }

/* --- Network medals --- */
#net-table .cool-img-networks,
#adv-table .cool-img-networks { width: 90px; }
#net-table th,
#adv-table th { white-space: normal; vertical-align: bottom; }
#net-table thead th .form-label,
#adv-table thead th .form-label { display: block; margin-bottom: 4px; }
#net-table .period-badge,
#adv-table .period-badge { max-width: 110px; white-space: normal; word-break: break-word; }
#net-table td, #adv-table td { padding-top: 10px; padding-bottom: 10px; }
#net-table .offer-cnt, #adv-table .offer-cnt,
#net-table .rating-cnt, #adv-table .rating-cnt { flex-direction: row; flex-wrap: wrap; }
.net-logo-cell { display: flex; align-items: center; justify-content: flex-start; gap: 10px; width: 100%; }
.net-medal-slot { width: 24px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.net-medal { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; font-size: 11px; font-weight: 700; line-height: 1; flex-shrink: 0; }
.net-name-search { display: none; }
.net-special-tip { display: flex; justify-content: center; margin-top: 5px; }
.net-special-tip .info-point__tooltip { display: none; left: 50%; margin-left: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); max-width: 220px; white-space: normal; }
.net-special-tip:hover .info-point__tooltip { display: block; opacity: 1; visibility: visible; }
.net-special-tip .info-point__tooltip:before { left: calc(50% - 10px); }
.net-medal--gold   { background: #FFD700; color: #7a5c00; }
.net-medal--silver { background: #B8B8B8; color: #555; }
.net-medal--bronze { background: #C97B30; color: #fff; }
.net-medal--lg { width: 36px; height: 36px; font-size: 15px; cursor: default; }

/* --- Admin: vote boost table --- */
.vote-boost-input { width: 64px; text-align: center; }
.vote-real-val    { font-size: 11px; color: #999; }

/* --- Admin section divider --- */
.admin-section-divider { display: flex; align-items: center; gap: 10px; color: #888; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.admin-section-divider::before, .admin-section-divider::after { content: ''; flex: 1; height: 1px; background: #e0e0e0; }

/* --- Adviser slide toggle --- */
._js_adviser-slide.adviser-hidden { display: none; }

/* --- Goals table: bolder text values --- */
#goals-table tbody td { font-weight: 600; }

/* --- Admin: partners controls panel --- */
.pp-ctrl-row { display: flex; align-items: stretch; }
.pp-ctrl-col { flex: 1; padding: 0 28px; }
.pp-ctrl-col:first-child { padding-left: 0; }
.pp-ctrl-col:last-child  { padding-right: 0; }
.pp-ctrl-sep  { width: 1px; background: #ebebeb; flex-shrink: 0; margin: 0 4px; }
.pp-ctrl-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #b8b8b8; margin-bottom: 14px; }
.pp-ctrl-medals-icons { display: flex; gap: 5px; align-items: center; margin-bottom: 14px; }
.pp-ctrl-checks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.pp-ctrl-footer { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

/* ── Отзывы ── */
.star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.star-rating input { display: none; }
.star-rating label { cursor: pointer; color: #d0d0d0; transition: color .15s; }
.star-rating label .icon-star-lg { width: 28px; height: 28px; }
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label { color: #f5a623; }
.review-star { color: #d0d0d0; }
.review-star--filled { color: #f5a623; }
.review-avg-badge { font-size: 14px; vertical-align: middle; }
.review-form-wrap { background: #f9f9f9; border-radius: 8px; padding: 20px; }
.review-item { padding: 16px 0; border-bottom: 1px solid #ebebeb; }
.review-item:last-child { border-bottom: none; }
.review-item__header { display: flex; align-items: center; }
.review-item__author { font-weight: 600; }
.review-item__date { font-size: 13px; }
.review-item__text { color: #555; line-height: 1.6; white-space: pre-wrap; }
.reviews-section { border-top: 1px solid #ebebeb; padding-top: 24px; }
.badge-count.is-hidden { display: none; }
.review-text-cell { max-width: 320px; white-space: pre-wrap; word-break: break-word; }
.badge-status { display: inline-block; border-radius: 4px; font-size: 11px; font-weight: 600; padding: 2px 8px; }
.badge-status--warn { background: #fff3cd; color: #856404; }
.badge-status--ok   { background: #d1e7dd; color: #0a5e2a; }
.badge-status--err  { background: #f8d7da; color: #842029; }
.btn-danger { background: #e74c3c; color: #fff; border-color: #e74c3c; }
.btn-danger:hover { background: #c0392b; border-color: #c0392b; color: #fff; }

/* ── Юридика (публичная страница) ── */
.legal-layout { display: flex; gap: 32px; align-items: flex-start; }
.legal-docs-col { flex: 1; min-width: 0; }
.legal-news-col { flex: 0 0 320px; width: 320px; position: sticky; top: 80px; max-height: calc(100vh - 110px); display: flex; flex-direction: column; overflow: hidden; }
.legal-news-col > .h5, .legal-news-col > .color-gray { flex-shrink: 0; }
.legal-news-list { overflow-y: auto; flex: 1; padding-right: 4px; }
.legal-news-list::-webkit-scrollbar { width: 4px; }
.legal-news-list::-webkit-scrollbar-track { background: transparent; }
.legal-news-list::-webkit-scrollbar-thumb { background: #ddd; border-radius: 2px; }
.legal-cat-nav { display: flex; flex-wrap: wrap; gap: 8px; }
.legal-cat-pill { padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 500; background: #f4f4f4; color: #555; text-decoration: none; transition: background .15s, color .15s; }
.legal-cat-pill:hover { background: #FA6848; color: #fff; }
.legal-cat-title { border-left: 3px solid #FA6848; padding-left: 12px; }
.legal-docs-list { display: flex; flex-direction: column; gap: 10px; }
.legal-doc-card { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: #fafafa; border-radius: 8px; border: 1px solid #ebebeb; }
.legal-doc-icon { flex: 0 0 44px; height: 44px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; letter-spacing: .5px; }
.legal-doc-icon--pdf  { background: #fde8e8; color: #c0392b; }
.legal-doc-icon--docx { background: #e8f0fe; color: #2563eb; }
.legal-doc-icon--link { background: #e8faf0; color: #16a34a; }
.legal-doc-info { flex: 1; min-width: 0; }
.legal-doc-title { font-weight: 600; font-size: 14px; line-height: 1.4; }
.legal-doc-desc { font-size: 13px; margin-top: 2px; }
.legal-doc-meta { font-size: 12px; margin-top: 4px; }
.legal-doc-btn { flex-shrink: 0; white-space: nowrap; }
.legal-news-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.legal-news-item { padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.legal-news-item:last-child { border-bottom: none; }
.legal-news-item--hidden { display: none; }
.legal-news-source { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; padding: 2px 6px; border-radius: 3px; margin-bottom: 4px; }
.legal-news-source--consultant { background: #fff3cd; color: #856404; }
.legal-news-source--garant     { background: #e8f0fe; color: #2563eb; }
.legal-news-source--pravo      { background: #e8faf0; color: #16a34a; }
.legal-news-title { font-size: 13px; line-height: 1.4; display: block; color: inherit; cursor: pointer; }
.legal-news-title:hover { color: #FA6848; }
.legal-news-summary { font-size: 12px; margin-top: 3px; }
.legal-news-date { font-size: 11px; margin-top: 4px; }
.legal-doc-icon--article { background: #fef3e8; color: #d97706; }
.legal-article-body { display: none; margin-top: -4px; margin-bottom: 10px; background: #f9f9fb; border: 1px solid #ebebeb; border-top: none; border-radius: 0 0 8px 8px; padding: 16px 20px; }
.legal-article-body.is-active { display: block; }
.legal-article-pre { font-family: inherit; font-size: 13px; line-height: 1.7; white-space: pre-wrap; word-wrap: break-word; margin: 0; color: #333; }
.legal-page-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.lr-status-sel { min-width: 110px; }
.legal-consult-btn { white-space: nowrap; }
.legal-request-modal { max-width: 620px; width: 94vw; height: auto; max-height: 92vh; }
.legal-request-modal__body { flex: 1; overflow-y: auto; padding: 20px 24px 28px; }
div.legal-article-src { display: none !important; }
.article-modal { max-width: 760px; width: 94vw; height: auto; max-height: 88vh; }
.article-modal__body { flex: 1; overflow-x: hidden; overflow-y: auto; }
.article-modal__content { font-size: 14px; line-height: 1.8; color: #2d2d2d; padding: 28px 32px 32px; }
.article-modal__content h2 { font-size: 18px; font-weight: 700; color: #111; margin: 0 0 18px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0; }
.article-modal__content h3 { font-size: 14px; font-weight: 700; color: #222; margin: 22px 0 8px; text-transform: uppercase; letter-spacing: .04em; }
.article-modal__content h4 { font-size: 13px; font-weight: 700; color: #444; margin: 16px 0 6px; }
.article-modal__content p { margin: 0 0 12px; }
.article-modal__content ul,.article-modal__content ol { list-style: none !important; padding: 0; margin: 6px 0 14px; }
.article-modal__content li { margin-bottom: 6px; }
.article-modal__content li::marker { content: none; }
.article-modal__content li > ul { margin-top: 4px; }
.article-modal__content strong,.article-modal__content b { font-weight: 700; color: #111; }
.article-modal__content a { color: #3b82f6; text-decoration: none; }
.article-modal__content a:hover { text-decoration: underline; }
.article-modal__content blockquote { border-left: 3px solid #e2e8f0; margin: 14px 0; padding: 10px 16px; background: #f8fafc; color: #555; border-radius: 0 4px 4px 0; }
.article-modal__content hr { border: none; border-top: 1px solid #ebebeb; margin: 20px 0; }
.article-modal__content img { max-width: 100%; border-radius: 6px; margin: 10px 0; }
.article-modal__content .highlight { background: #fffbeb; border: 1px solid #fde68a; border-radius: 6px; padding: 12px 16px; margin: 14px 0; }
/* ── Новостной модал ── */
.news-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 9000; align-items: center; justify-content: center; }
.news-modal-overlay.is-active { display: flex; }
.news-modal { background: #fff; border-radius: 10px; width: 90vw; max-width: 960px; height: 82vh; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,.22); }
.news-modal__header { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid #ebebeb; flex-shrink: 0; }
.news-modal__title { flex: 1; font-size: 13px; font-weight: 600; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-modal__actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.news-modal__close { background: none; border: none; font-size: 20px; line-height: 1; cursor: pointer; color: #999; padding: 0 2px; }
.news-modal__close:hover { color: #333; }
.news-modal__body { flex: 1; overflow: hidden; }
.news-modal__body iframe { width: 100%; height: 100%; border: none; display: block; }
.news-modal__blocked { display: none; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 12px; color: #888; font-size: 14px; text-align: center; padding: 24px; }
.news-modal__blocked.is-active { display: flex; }
/* ── Юридика (админка) ── */
.legal-admin-tabs { display: flex; gap: 8px; }
.legal-admin-section { display: none; }
.legal-admin-section.is-active { display: block; }
#legal-form-wrap { display: none; }
#legal-form-wrap.is-active { display: block; }
#lf-url-wrap { display: none; }
#lf-url-wrap.is-active { display: block; }
#lf-file-wrap.is-hidden { display: none; }
#lf-body-wrap { display: none; }
#lf-body-wrap.is-active { display: block; }
@media (max-width: 900px) {
    .legal-layout { flex-direction: column; }
    .legal-news-col { flex: none; width: 100%; position: static; }
}

/* ── Быстрый доступ в сайдбаре (AI-агент + выбранные инструменты) ── */
.sidebar-tools__heading { color: #1F1E1C; }
.sidebar-tools__list { list-style: none; margin: 0; padding: 0; }
.sidebar-tools__item { margin-bottom: 8px; }
.sidebar-tools__item:last-child { margin-bottom: 0; }
.sidebar-tools__link {
    display: flex; align-items: center;
    padding: 9px 12px; border-radius: 12px;
    background: #FCF5F1; color: #1F1E1C;
    transition: background-color .2s, color .2s;
}
.sidebar-tools__link:hover { background: #FA6848; color: #fff; }
.sidebar-tools__link--ai { background: #FFEDE7; font-weight: 600; }
.sidebar-tools__ico { width: 24px; margin-right: 10px; font-size: 18px; line-height: 1; text-align: center; flex-shrink: 0; }
.sidebar-tools__txt { font-size: 14px; }
.sidebar-tools__settings { display: inline-block; margin-top: 12px; font-size: 13px; transition: color .2s; }
.sidebar-tools__settings:hover { color: #FA6848; }

/* ── AI-виджет по категориям (аккордеон над таблицей офферов) ── */
.cat-ai {
    background: #FFFFFF;
    border: 1px solid #FFE0D6;
    border-radius: 12px;
    overflow: hidden;
}
.cat-ai__summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    cursor: pointer;
    list-style: none;
    background: #FFF6F2;
    transition: background-color .2s;
}
.cat-ai__summary::-webkit-details-marker { display: none; }
.cat-ai__summary:hover { background: #FFEDE7; }
.cat-ai__title { font-weight: bold; font-size: 15px; color: #1F1E1C; }
.cat-ai__hint { font-size: 13px; }
.cat-ai__chevron { margin-left: auto; fill: #FA6848; transition: transform .25s; }
.cat-ai[open] .cat-ai__chevron { transform: rotate(180deg); }
.cat-ai__body { padding: 20px 18px; }

/* ── Дашборд: выбор инструментов сайдбара ── */
.sidebar-settings {
    padding: 28px 26px;
    background: #FFFFFF;
    box-shadow: 0px 6px 40px rgba(17, 17, 18, 0.05);
    border-radius: 10px;
}
.sidebar-settings__form { display: flex; flex-direction: column; gap: 18px; margin-bottom: 22px; }
.sidebar-settings__group-title { font-weight: bold; font-size: 14px; color: #87635D; margin-bottom: 10px; }
.sidebar-settings__items { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 8px; }
.sidebar-settings__item {
    display: flex; align-items: center; margin: 0;
    padding: 9px 12px; border: 1px solid #EFE3DC; border-radius: 12px;
    cursor: pointer; transition: border-color .2s, background-color .2s;
}
.sidebar-settings__item:hover { border-color: #FA6848; }
.sidebar-settings__item input { margin-right: 10px; flex-shrink: 0; }
.sidebar-settings__item input:disabled { cursor: not-allowed; }
.sidebar-settings__item input:disabled ~ span { opacity: .45; }
.sidebar-settings__ico { margin-right: 8px; }
.sidebar-settings__name { font-size: 14px; }
.sidebar-settings__bar { display: flex; align-items: center; }
.sidebar-settings__count { font-size: 13px; margin-left: 14px; }

/* ── Статистика пользователей в админке ── */
.admin-users-stats { display: flex; flex-wrap: wrap; gap: 10px; }
.users-stat { padding: 6px 12px; border-radius: 8px; background: #FCF5F1; font-size: 13px; }
.users-stat--ok  { background: #e8f6ec; }
.users-stat--err { background: #fdecec; }

/* ── Плашка «первые в СНГ» на главной + noscript-пиксель Метрики ── */
.hero-eyebrow {
    display: inline-block; margin-bottom: 18px;
    padding: 6px 16px; border-radius: 20px;
    background: #FFEDE7; color: #FA6848;
    font-weight: 600; font-size: 14px;
}
.ym-noscript { position: absolute; left: -9999px; }

/* ── Топ Офферов (кнопка + модалка на категории) ── */
.top-offers-modal { max-width: 640px; width: 92%; }
.top-offers-body { max-height: 60vh; overflow: auto; }
.top-offers-table th { white-space: nowrap; }
.top-offers-net {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 28px; height: 24px; padding: 0 8px; border-radius: 12px;
    background: #e8f6ec; color: #2e7d32; font-weight: 600; font-size: 13px;
}

/* ── Единое пустое состояние вкладок оффера ── */
.tab-empty { width: 100%; margin: 0; padding: 28px; text-align: center; color: #8C8E94; }

/* ── Тултип логотипа сети в таблице категорий: имя в одну строку ── */
.img-scale-75 .info-point__tooltip { white-space: nowrap; }

/* ── Админ: превью иконки категории ── */
.admin-icon-cell { display: flex; align-items: center; gap: 10px; }
.admin-icon-preview { width: 22px; height: 22px; fill: #FA6848; flex-shrink: 0; }

/* ── Страница «партнёрка отключена» ── */
.network-disabled {
    max-width: 560px; margin: 40px auto; text-align: center;
    padding: 44px 32px; background: #fff;
    border: 1px solid #FFE0D6; border-radius: 14px;
}
.network-disabled__icon { width: 56px; height: 56px; fill: #FA6848; margin-bottom: 18px; }

/* ── Профиль: email read-only ── */
.profile-email-box { display: flex; flex-direction: column; gap: 4px; }
.profile-email { font-weight: 600; font-size: 16px; }

/* ── Страница «О сервисе» ── */
.about-page { max-width: 820px; }
.about-page__body p { margin-bottom: 14px; }
.about-page__body h2 { color: #1F1E1C; }
.footer-about-link { color: #FA6848; white-space: nowrap; }
.footer-about-link:hover { text-decoration: underline; }

/* ── Превью sitemap.xml в админке ── */
.sitemap-preview {
    display: none; max-height: 360px; overflow: auto;
    margin-top: 12px; padding: 12px 14px;
    background: #2b2b2b; color: #d6d6d6; border-radius: 8px;
    font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
    font-size: 12px; line-height: 1.5; white-space: pre;
}

/* ───────────────── Праздничное оформление ───────────────── */
/* Верхняя полоса: флаг РФ / георгиевская лента */
.holiday-strip { position: fixed; top: 0; left: 0; width: 100%; height: 10px; z-index: 101; pointer-events: none; }
.holiday-strip--tricolor { background: linear-gradient(to bottom, #fff 0 33.34%, #0039A6 33.34% 66.67%, #D52B1E 66.67% 100%); }
.holiday-strip--ribbon { background: repeating-linear-gradient(90deg, #ef7d00 0 20px, #1f1a12 20px 31px); }
.holiday-strip--belarus { background: linear-gradient(to bottom, #d22730 0 70%, #009739 70% 100%); }

/* Гирлянда шаров (Новый год) */
.holiday-garland {
    position: fixed; top: 0; left: 0; width: 100%; height: 0; z-index: 101;
    display: flex; justify-content: space-around; pointer-events: none;
}
.hg-ball {
    position: relative; width: 16px; height: 16px; margin-top: 16px; border-radius: 50%;
    box-shadow: inset -3px -3px 6px rgba(0, 0, 0, .28), 0 2px 4px rgba(0, 0, 0, .2);
    animation: hg-sway 3s ease-in-out infinite;
    transform-origin: 50% -16px;
}
.hg-ball::before { content: ''; position: absolute; left: 50%; top: -16px; width: 1px; height: 16px; background: rgba(110, 80, 35, .55); }
.hg-ball::after  { content: ''; position: absolute; left: 50%; top: -3px; transform: translateX(-50%); width: 5px; height: 4px; background: #d9b35a; border-radius: 2px 2px 0 0; }
.hg-ball--a { background: radial-gradient(circle at 35% 30%, #ff7a7a, #e23b3b); }
.hg-ball--b { background: radial-gradient(circle at 35% 30%, #ffd27a, #f0a92e); animation-delay: -.4s; }
.hg-ball--c { background: radial-gradient(circle at 35% 30%, #8fd2ff, #2ea3f0); animation-delay: -.8s; }
.hg-ball--d { background: radial-gradient(circle at 35% 30%, #8fe6a0, #38b24a); animation-delay: -1.2s; }
.hg-ball--e { background: radial-gradient(circle at 35% 30%, #e3b0f5, #b65fd6); animation-delay: -1.6s; }
@keyframes hg-sway { 0%, 100% { transform: rotate(-7deg); } 50% { transform: rotate(7deg); } }

/* Декор логотипа: emoji-орнамент в левом верхнем углу (абсолютно — лого не двигается) */
.logo--holiday { position: relative; }
.logo-deco {
    position: absolute; z-index: 3;
    font-size: 25px; line-height: 1; cursor: help;
}
.logo-deco--l { top: -12px; left: -12px; }
.logo-deco--r { bottom: -12px; left: -12px; cursor: default; }
/* Чип-подложка под emoji (флаг РФ сливается с шапкой — выделяем) */
.logo-deco--chip {
    padding: 1px 4px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
}
/* Тултип праздника у логотипа (наш .info-point), удержание на экране */
.logo-deco__tip { margin-top: 30px; margin-left: -6px; white-space: nowrap; }
/* Георгиевская лента (9 мая) — нет emoji, рисуем на CSS */
.logo-ribbon {
    display: inline-block; width: 32px; height: 17px; border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    background: linear-gradient(to bottom,
        #ef7d00 0 16%, #1f1a12 16% 27%, #ef7d00 27% 44.5%, #1f1a12 44.5% 55.5%,
        #ef7d00 55.5% 73%, #1f1a12 73% 84%, #ef7d00 84% 100%);
}
.logo-badge {
    position: absolute; top: -9px; left: 15px; z-index: 3;
    display: inline-flex; align-items: center; justify-content: center;
    width: 20px; height: 20px; border-radius: 50%;
    background: #e23b8a; color: #fff; font-weight: bold; font-size: 12px;
}
