@import url("../fonts/inter/stylesheet.css");
@import url("../fonts/grotesk/stylesheet.css");


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.margin-top-s {
  margin-top: 5px;
}
.margin-left-s {
  margin-left: 5px;
}
.margin-right-s {
  margin-right: 5px;
}
.margin-bottom-s {
  margin-bottom: 5px;
}
.margin-top-sm {
  margin-top: 10px;
}
.margin-left-sm {
  margin-left: 10px;
}
.margin-right-sm {
  margin-right: 10px;
}
.margin-bottom-sm {
  margin-bottom: 10px;
}
.margin-top-xs {
  margin-top: 20px;
}
.margin-left-xs {
  margin-left: 20px;
}
.margin-right-xs {
  margin-right: 20px;
}
.margin-bottom-xs {
  margin-bottom: 20px;
}
.margin-top-lg {
  margin-top: 30px;
}
.margin-left-lg {
  margin-left: 30px;
}
.margin-right-lg {
  margin-right: 30px;
}
.margin-bottom-lg {
  margin-bottom: 30px;
}
.margin-top-md {
  margin-top: 40px;
}
.margin-left-md {
  margin-left: 40px;
}
.margin-right-md {
  margin-right: 40px;
}
.margin-bottom-md {
  margin-bottom: 40px;
}
.mt-6 {
  margin-top: 60px;
}
.margin-top-70 {
  margin-top: 70px;
}
.padding_5 {
  padding: 5px;
}
.padding_10 {
  padding: 10px;
}
.padding_20 {
  padding: 20px;
}
.padding_30 {
  padding: 30px;
}

.text-center {
  text-align: center;
}
.text-top {
  vertical-align: text-top;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.ultrabold {
  font-weight: 900;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.resp-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.border {
  border: 1px solid #e5e5e5;
}
.uppercase {
  text-transform: uppercase;
}
.block {
  display: block;
}
.vam {
  vertical-align: middle;
  display: inline-block;
}
.reset-ul {
  padding: 0;
  margin-bottom: 0;
}
.reset-ul li {
  list-style-type: none;
}
a,
button {
  transition: 0.2s linear;
  text-decoration: none;
  box-shadow: none;
  color: #151514;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
input:focus,
a:focus,
button:focus,
select:focus {
  outline: none;
  box-shadow: none;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
.blue {
  color: #137FBB;
}
.rad {
  color: rgba(255, 14, 0, 1);
}
.white {
  color: #fff;
}
.gray {
    color: rgba(150, 150, 150, 1);
}
.font-100 {
  font-size: 100px;
}
.font-90 {
  font-size: 90px;
}
.font-80 {
  font-size: 80px;
}
.font-60 {
  font-size: 60px;
}
.font-48 {
  font-size: 48px;
  line-height: 60px;
}
.font-45 {
  font-size: 45px;
}
.font-40 {
  font-size: 40px;
}
.font-36 {
  font-size: 36px;
}
.font-30 {
  font-size: 30px;
}
.font-26 {
  font-size: 26px;
}
.font-24 {
  font-size: 24px;
}
.font-22 {
  font-size: 22px;
}
.font-20 {
  font-size: 20px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.font-12 {
  font-size: 12px;
}
.w-100 {
    width: 100%;
}
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;

  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  transition: all .2s linear;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}



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

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

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

pre {
	white-space: pre-wrap; /* Перенос строк в пределах блока */
    word-wrap: break-word; 
}



figure {
  margin: 0 0 1rem;
}

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

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}



button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;

}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #151514;
}

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: 1rem;
  margin-bottom: 1rem;
  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: 5px;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}



code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}



pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/*.container{
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding: 0 80px;

    @media screen and (max-width: 1550px) {
        padding: 0 40px;
    }
    @media screen and (max-width: 1200px) {
        padding: 0 32px;
    }
    @media screen and (max-width: 991px) {
        padding: 0 20px;
    }
    @media screen and (max-width: 600px) {
        padding: 0 16px;
    }
}*/



.container {
  width: 100%;
  max-width: 1550px; 
  margin-inline: auto;
  padding: 0 40px;

}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 32px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 16px;
  }
}




/*@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1800px) {
  .container {
   
  }
}
*/


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

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

.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%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 15px 10px;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
}
.table  tbody td {
  vertical-align: middle;
}
.table thead th {
  vertical-align: bottom;
  background: #f3f3f3;
  border: 0;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered {
    border: 0;
  }
}

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  height: 68px;
  border: 1px solid #0000001A;
  font-weight: 500;	
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  background-color: #fff;
  width: 100%;
  color: #1E232E;
  padding: 0 28px;
  border-radius: 12px;
  transition: border-color ease-in-out 0.15s,
  box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}



.form-control::-webkit-input-placeholder {
  color: rgba(200, 199, 214, 1);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(200, 199, 214, 1);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: rgba(200, 199, 214, 1);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(200, 199, 214, 1);
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background: #EDEDED;
  cursor: unset;
  color: #A6A6A6;
}



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

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

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

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

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  height: 35px;border:1px solid #2c2c2c;
  margin-bottom: 0;font-size: 14px;
  background-color: transparent;width:100%;color:#000000;padding:0 15px;
}
textarea.form-control-plaintext , textarea.form-control{
  height:120px;
  resize: none;
  box-shadow: none;
  outline: none;
  padding-top: 10px;
  font-size: 18px;
      font-family: 'Galatea';
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {	
  margin-bottom: 20px;
}
.form-group label {
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: 400;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

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

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

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

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-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 {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}


.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
   content: '';
   display: block;
   width: 12PX;
   height: 7px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACaSURBVHgBdY7LEYIwGIR3Y3hoCV7IWAmlYB8cONAHdqJdeFO4WIMPJpGMj0lC2FNm9/syP9GcVYKke0lRod4NiMVhRIasI1mmozmhvRQxOGV6tEwy6oMguJ/qHoSaSV94eikY9Cu5qWj7vLkqTf0fnpIlxgddWMh1ea+3A3+fhRI+iwfbgu65nmQTwDPBkwwQwouxUt7eitj2BucwS1MQl9TLAAAAAElFTkSuQmCC);
  position: absolute;
  top: calc(50% - 3.5px);
  right: 20px;
  transition: all .2s linear;
}
.bootstrap-select.show .dropdown-toggle::after {
   transform: rotate(180deg);
}
.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: 15px 0;
  margin-top: -1px;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(177, 215, 242, 1);
  border-radius: 0;
}

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  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: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.2rem;
  padding-left: 1.1rem;
 margin-bottom: 0;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #219e91;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;border:1px solid #ddd;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}


.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2c2c2c;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bread-nav {
  padding-top: 10px;
  padding-bottom: 30px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
  margin: 0px 0 0 0;
  list-style: none;
}
.breadcrumb li a{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #888888;
}
.breadcrumb li.active{color:white;}
.breadcrumb li:last-child a {
  color: #494949;
}
.breadcrumb li + li::before {
  display: inline-block;
  content: "";
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('../images/slash-right.svg');
  background-repeat: no-repeat;
  width: 6px;
  height: 16px;
  vertical-align: middle;
}

.breadcrumb li + li:hover::before {
  text-decoration: underline;
}

.breadcrumb li + li:hover::before {
  text-decoration: none;
}

.breadcrumb li.active span{

}
.pageBox {
	margin-top: 40px;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0;
}



.page-item.active .page-link {
  z-index: 2;
  border: 3px solid rgba(0, 187, 255, 1);
  color: rgba(0, 187, 255, 1);	
  background: #fff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: transparent;
  border-color: #efefef;
  	
}

.page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 0;
  background-color: rgba(223, 223, 223, 1);
  color: rgba(78, 82, 90, 1);
  transition: all .2s linear;
  font-size: 16px;
  font-family: "DelaGothicOneRegular";
  border: 3px solid rgba(223, 223, 223, 1);
}
.page-link svg path {
	fill: rgba(78, 82, 90, 1);
}
.pagination li:nth-child(1) .page-link, .pagination li:last-child .page-link {
	background: #fff;
}
.page-item-arrow  .page-link {
	border-radius: 100%;
}

.page-link:focus, .page-link:hover {
  color: rgba(0, 187, 255, 1);
  text-decoration: none;
  background: transparent;

}
.page-link:focus svg path, .page-link:hover svg path {
	fill: rgba(0, 187, 255, 1);
}


.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  background-color: #007bff;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}





button.close {
  padding: 0;
  height: 50px;
  width: 50px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

button.close:hover svg path {
   fill: #6DFCFF;
}


.modal-open {
  overflow: hidden;
  padding-right: 0!important;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  /* height: 100%;  */

}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
    visibility: hidden;
}
.modal.show .modal-dialog {
    visibility: visible;
}
.modal.fade .modal-dialog .modal-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
    -webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}

.modal.show .modal-dialog .modal-content {
    -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}


.modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  pointer-events: auto;
  background-color: #1E232E;
  background-clip: padding-box;
  border-radius: 12px;		
  box-shadow: 0px 24px 60px 0px #0000005C;
  outline: 0;
  padding: 40px;
  overflow: hidden;
  color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 660px) {
  .modal-dialog {
    max-width: 1100px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1100px;
  }
}
@media (min-width: 992px) {
  .modal-xs {
    max-width: 740px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
 /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #e9ecef !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: #868e96 !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: #f8f9fa !important;
}

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

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !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: -ms-flexbox!important;
    display: flex!important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

@media print {
  .d-print-block {
    display: block !important;
  }
}

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

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

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

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

@media print {
  .d-print-none {
    display: none !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.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.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: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

.mh-100 {
  max-height: 100% !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: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}



.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}



.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top:  2.2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !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: 1200px) {
  .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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !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;
  }
}

.text-justify {
  text-align: justify !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: 1200px) {
  .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-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

.text-secondary {
  color: #868e96 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #868e96 !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
.dropdown-menu.show .dropdown-menu {
   display: block;
}
.w-100 {
   width: 100%!important;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: auto;
  position: relative;
}
.bootstrap-select.w-100 .dropdown-toggle {
   width: 100%;
}
.bootstrap-select > .dropdown-toggle {
  padding-right: 35px;
  padding-left: 12px;
  z-index: 1;
  height: 40px;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  background: rgba(169, 103, 68, 0.1);
  border-radius: 6px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  vertical-align: sub;
  color: rgba(169, 103, 68, 1);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  padding: 5px 0;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          
          padding: 0 20px;
		  font-size: 14px;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.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;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropdown-menu.show {
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}
.dropdown-toggle::after {
  content: "";
  width: 10px;
  height: 6px;
  display: block;
  background-image: url('../images/arrow-bottom.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}
.bootstrap-select.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

html {
  min-height: 100vh;
  scroll-behavior: smooth;
}
body , html {
  font-size: 14px;
  font-family: 'Inter';
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  color: #151514;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body.no-scroll {
    overflow: hidden;
}
.grotesk {
  font-family: 'Right Grotesk';
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
header {
  height: 88px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  position: fixed;
  top: 0;
  left: 0;
	right: 0;
  width: calc(100% - 24px);
  max-width: 1550px;
  z-index: 1000;
  margin: 12px auto;
  border-radius: 18px;
  box-shadow: 0px 0px 40px 0px #0000001A;
  background-color: #fff;
  transition: transform 0.3s ease;
  will-change: transform;
}
/* скрытое состояние */
header.hide {
  transform: translateY(calc(-100% - 32px));
}
body:after {
  content: "";
  display: block;
  height: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 998;
   transition: transform 0.3s ease;
}
/* скрытие */
body.hide-header::after {
  transform: translateY(-100%);
}
.header-center {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.logo img {
  max-width: 148px;
  height: auto;
}
.header-navigation-first {
  display: flex;
  gap: 12px;
  margin: 0;
}
.header-navigation-first li a , .header-navigation-second a {
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  background-color: #F4F4F4;
  border: 1px solid #DEDEDE;
  padding: 0 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: 32px;	
}
.header-navigation-second a.all-theme-button {
  padding: 0 26px 0 12px;
  position: relative;
}
.header-navigation-second a.all-theme-button img {
  display: block;
  width: 10px;
  height: auto;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;	
}
.header-navigation-second a.all-theme-button.active img {
  transform: rotate(180deg);
}
.header-navigation-second {
   display: flex;
   gap: 12px;
   position: relative;
   margin-left: 16px;
	 padding-left: 16px;
}
.header-navigation-second::before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  position: absolute;
  background: #DEDEDE;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-button {
  cursor: pointer;
  margin-right: 20px;
}
.search-button svg {
  width: 24px;
  height: 24px;
}
svg {
  display: block;
}
svg path {
  transition: all .2s linear;
}
.header-lang {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
.header-lang li {
  padding: 0 8px;
}
.header-lang li a {
  font-weight: 700;
  font-size: 14px;
	line-height: 17px;
  color: #888888;
  text-transform: uppercase;
}
.header-lang li a.active {
  color: #151514;
  pointer-events: none;
}
.header-lang li + li {
  border-left: 2px solid #DEDEDE;
}
.center {
  margin-top: 116px;
	padding-bottom: 100px;
}
.main-section {
  display: flex;
  margin: 0 -14px 80px -14px;
  padding-top: 24px;
  overflow: hidden;
}
.main-section-left {
  padding: 0 14px;
  width: 66.4%;
}
.main-section-right {
  padding: 0 14px;
  width: 33.6%;
}
.main-section-item {
  position: relative;
}
.main-section-item-img-block {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px;
}
.main-section-item-img-block img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.main-section-item-img-block::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(107, 74, 217, 0.15);
  background-blend-mode: screen;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.main-section-item-title {
  font-weight: 500;
  line-height: 28px;
	font-size: 28px;
  display: block;
  margin-top: 26px;
}
.cat-item-info-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
}
.main-section-item .cat-item-info-box {
  margin-top: 24px;
}
.cat-item-info-box div {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
  font-size: 14px;
	line-height: 20px;
}
.main-section-item .cat-item-info-box div {
  height: 44px;	
  padding: 0 16px;
}
.cat-item-likes {
  font-weight: 600;
  color: #494949;
}
.cat-item-likes img {
  width: 16px;
  height: auto;
  margin-right: 6px;
}
.cat-item-time {
  font-weight: 500;
  color: #494949;
}
.cat-item-date {
  text-transform: lowercase;
  font-weight: 500;
  color: #888888;
}
.category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 28px;
}
.category-item {
  position: relative;
}
.category-item-img-block {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 12px;
}
.category-item-img-block img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  
}
.swiper-slide .category-item-img-block img {
  user-select: none;
}
.category-item-img-block::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(107, 74, 217, 0.15);
  background-blend-mode: screen;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.category-item-img-block img[src=""] {
  background: #ebebeb;
}
.category-item-title {
  font-weight: 500;
  font-size: 24px;
	line-height: 28px;
  display: block;
  margin-top: 14px;	
}
.category-item-badges{
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
}
.category-item-badge {
  border-radius: 8px 12px 8px 8px;
  border: 1px solid #888;
  background: rgba(213, 213, 213, 0.90);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 10px 8px 12px;
  height: 36px;
}
  .category-item-badge img, 
  .category-item-badge svg{
    display: block;
    width: 14px;
    height: 14px;
  }
.category-item-text-block {
  height: 100%;
  border-radius: 18px;
  border: 1px solid #DEDEDE;
  padding: 24px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.category-item-text-block-name {
  font-weight: 700;
  font-size: 20px;
	line-height: 32px;
}
.category-item-text-block-descr {
  font-size: 16px;
	line-height: 130%;
  line-height: 130%;
  margin-top: 12px;
  margin-top: 8px;	
}
.category-item-text-block-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.category-item-text-block-bottom a {
  font-weight: 600;
  font-size: 14px;
	line-height: 20px;
  color: #6D4FE5;
  display: inline-flex;
  align-items: center;
}
.category-item-text-block-bottom a svg {
  margin-left: 6px;
  width: 12px;
  height: auto;
}
.category-item-text-block-bottom span {
  font-size: 14px;
	line-height: 20px;
  color: #888888;
}
.deteling {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 80px;
}
.deteling div:nth-child(1) img {
  max-width: 74px;
}
.deteling div + div span:nth-child(1) {
  display: block;
  font-weight: 600;
  font-size: 18px;
	line-height: 20px;
}
.deteling div + div span:nth-child(2) {
  display: block;
  font-weight: 500;
  font-size: 16px;
	line-height: 20px;
  color: #888888;
  margin-top: 6px;
}
.deteling div + div a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 60px;
  background: #151514;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 16px;	
}
.deteling div + div a i {
  font-style: normal;
}
.deteling div + div a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 60px;
  background: #2D2D2D;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.deteling div + div a > * {
  position: relative;
  z-index: 1;
}
.deteling div + div a p {
  margin: 0;
  display: block;
  padding-left: 10px;
	margin-left: 10px;
  position: relative;
}
.deteling div + div a p img {
  width: 14px;
  height: auto;
}
.deteling div + div a p::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  background: #494949;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.go-to-container {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.go-to-container a,
.go-to-container button {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 60px;
  background: #151514;
  font-weight: 600;
  font-size: 16px;
	line-height: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;	
}
.go-to-container a span + span,
.go-to-container button span + span {
  margin-left: 8px;
}
.go-to-container a span + span img,
.go-to-container button span + span img {
  width: 14px;
  height: auto;
}
.go-to-container a::before,
.go-to-container button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 60px;
  background: #2D2D2D;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.go-to-container a > * ,
.go-to-container button > * {
  position: relative;
  z-index: 1;
}
.go-to-container button:has(img.rotate-infinite) {
  pointer-events: none;
  user-select: none;
  cursor: progress;
}
.mt-200 {
  margin-top: 100px;
}
.big-title {
  font-family: 'Right Grotesk';
  font-weight: 500;
  font-size: 44px;
	line-height: 46px;
  text-align: center;
  margin-bottom: 48px;	
}
.big-title span {
  font-weight: 500;
  font-size: 18px;
	line-height: 24px;
  color: #888888;
  margin-left: 18px;
}
.directory-block {
  overflow: hidden;
}
.directory_slider {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.directory_slider .swiper {
  width: 100%;
}
.directory_slider .swiper-slide {
  height: auto;
}
.directory_slider .directory_slider-item-text-block-bottom {
  margin-top: auto;
}
.directory_slider_buttons {
  display: flex;
  gap: 9px;
}
.directory_slider-prev,
.directory_slider-next {
  width: 48px;
	height: 48px;
  background: #fff;
  border: 1px solid #C9C8C8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100%;
  flex-shrink: 0;
}
.directory_slider-prev.swiper-button-disabled , .directory_slider-next.swiper-button-disabled  {
  pointer-events: none;
}
.directory_slider-prev.swiper-button-disabled svg  , .directory_slider-next.swiper-button-disabled svg {
  opacity: .5;
}
.directory-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}
.directory-block-title .big-title {
  margin-bottom: 0;
  justify-content: flex-start;
}
.directory_slider-item-text-block {
  height: 100%;
  border-radius: 18px;
  border: 1px solid #DEDEDE;
  padding: 24px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.directory_slider-item-text-block-name {
  font-weight: 700;
  font-size: 20px;
	line-height: 32px;
  
}
.swiper-slide .directory_slider-item-text-block {
user-select: none;
}
.directory_slider-item-text-block-descr {
  font-weight: 400;
  font-size: 16px;
	line-height: 130%;
  margin-top: 10px;
	margin-bottom: 16px;	
}
.directory_slider-item-text-block-bottom a {
  font-weight: 600;
  font-size: 18px;
	line-height: 28px;
  color: #6D4FE5;
  display: inline-flex;
  align-items: center;
}
.directory_slider-item-text-block-bottom a svg {
  margin-left: 8px;
  width: 16px;
  height: auto;
}
.viewed-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 56px;
	margin-bottom: -20px;
}
.viewed-text {
  font-weight: 400;
  font-size: 14px;
	line-height: 20px;
  color: #494949;
}
.viewed-bar {
  width: 230px;
	margin-top: 8px;
  height: 5px;
  background-color: #DEDEDE;
  border-radius: 5px;
  position: relative;
}
.viewed-bar span {
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 5px;
  display: block;
  background-color: #6B4AD9;
}
.keywords .big-title {
  text-align: left;
}
.keywords-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 48px;
	gap: 56px 45px;
}
.keywords-list::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, #F2F2F2 0%, #F7F7F7 100%);
}
.keywords-item{
  position: relative;
}
  .keywords-item::before{
    content: '';
    position: absolute;
    right: -24px;
    top: 12px;
    height: calc(100% - 24px);
    width: 1px;
    background: linear-gradient(180deg, #F2F2F2 0%, #F7F7F7 100%);
  }
  .keywords-item::after{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background: linear-gradient(180deg, #F2F2F2 0%, #F7F7F7 100%);
  }

  
@media screen and (min-width: 1201px) {
  .keywords-item:nth-child(4n):before {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .keywords-item:nth-child(3n):before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .keywords-item:nth-child(2n):before {
    display: none;
  }
}

.keywords-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.keywords-item ul li a {
  font-weight: 600;
  font-size: 14px;
	line-height: 20px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 80px;
  border: 1px solid #888888;
  color: #494949;
}
.keywords-item ul li a  span {
  margin-left: 8px;
  color: #888888;
}
.keywords-item-title {
  font-weight: 500;
  font-size: 40px;
	line-height: 40px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 28px;	
}
footer {
  padding: 12px;
}
footer .container {
  padding: 0 56px;
}
.footer-bg {
  box-shadow: 0px 0px 24px 0px #0000001A;
  border: 1px solid #DEDEDE;
  padding: 56px 0 32px 0;
	border-radius: 48px 48px 12px 12px;
  max-width: 1550px;
  margin: 0 auto;
}
.footer-left-ul {
  margin-bottom: 0;
}
.footer-left-ul li {
  margin-bottom: 32px;
}
.footer-left-ul li:last-child {
  margin-bottom: 0;
}
.footer-left-ul li a {
  display: block;
  font-family: 'Right Grotesk';
  font-weight: 500;
  font-size: 20px;
	line-height: 28px;
}
.footer-left-ul li span {
  font-weight: 400;
  font-size: 16px;
	line-height: 24px;
  color: #494949;
  display: block;
  margin-top: 2px;
}
.li-place-info {
  font-weight: 500;
  font-size: 18px;
	line-height: 24px;
  color: #494949;
  cursor: pointer;
  transition: all .2s linear;
}
.footer-top-grid {
  display: flex;
  justify-content: space-between;
}
.ftg-item-name {
  display: block;
  font-family: 'Right Grotesk';
  font-weight: 500;
  font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.ftg-item ul {
  margin: 0;
}
.ftg-item ul li {
  margin-bottom: 12px;
}
.ftg-item ul li:last-child {
  margin-bottom: 0;
}
.ftg-item ul li a {
  font-weight: 500;
  font-size: 16px;
	line-height: 24px;
  color: #494949;
}
footer .deteling {
  margin-top: 0;;
}
.footer-bottom {
  padding-top: 32px;
  margin-top: 100px;
  border-top: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fb-href {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fb-href a {
  font-weight: 400;
  font-size: 16px;
	line-height: 24px;
  color: #494949;
}
.socials {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.fixed-menu-bg {
  background: #00000080;
  backdrop-filter: blur(8px);
  z-index: 999;
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.fixed-menu {
  width: 100%;
  max-width: 1154px;
  position: fixed;
  z-index: 1000;
  background: #fff;
  border-radius: 18px;
  top: 114px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;	
}
.fixed-menu-bg.active {
  opacity: 1;
  visibility: visible;
}
.fixed-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fixed-menu-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 12px;
}
.fixed-menu-item {
  padding: 12px;
  display: flex;
  gap: 12px;
  border-radius: 12px;
  overflow: hidden;	
}
.fixed-menu-item div:nth-child(1) {
  width: 28px;
	height: 28px;
  border-radius: 8px;
  background-color: #6D4FE5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .2s linear;	
}
.fixed-menu-item div:nth-child(1) img {
  height: 16px;
}
.fixed-menu-item div:nth-child(1)::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #6D4FE5 0%, #3C2C7F 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.fixed-menu-item div:nth-child(1) > * {
  position: relative;
  z-index: 1;
}
.fixed-menu-item div + div span:nth-child(1) {
  font-weight: 500;
  font-size: 14px;
	line-height: 20px;
  display: block;
}
.fixed-menu-item div + div span:nth-child(2) {
  font-weight: 400;
  font-size: 12px;
	line-height: 20px;
	margin-top: 2px;
  display: block;
  color: #888888;
}

.fixed-search-bg {
  background: #00000080;
  backdrop-filter: blur(8px);
  z-index: 999;
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.fixed-search-module {
  width: calc(100% - 100px);
  max-width: 1430px;
  height: calc(100vh - 124px);
	height: calc(100dvh - 124px);
  position: fixed;
  z-index: 1000;
  background: #fff;
  border-radius: 18px;
  padding: 32px 32px 32px 32px;
  top: 114px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;	
}
.fixed-search-bg.active {
  opacity: 1;
  visibility: visible;
}
.fixed-search-module.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fixed-search-container {
  position: relative;
}
.fixed-search-module-close-button {
  position: absolute;
  right: -20px;
	top: -20px;
  cursor: pointer;
  display: none;
}
.fixed-search-row {
  display: flex;
  gap: 37px;
}
.fixed-search-row-left {
  min-width: 15%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 244px);
	max-height: calc(100dvh - 244px);
  padding-bottom: 10px;
}
.fixed-search-row-right {
  min-width: auto;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 244px);
	max-height: calc(100dvh - 244px);
  margin-right: -10px;
  padding-right: 10px;
}
.tegs-search-title {
  font-weight: 700;
  font-size: 14px;
	line-height: 20px;
  color: #494949;
  margin-bottom: 14px;	
}
.tegs-search ul {
  margin: 0;
}
.tegs-search ul li {
  margin-bottom: 8px;
}
.tegs-search ul li:last-child {
  margin-bottom: 0;
}
.tegs-search ul li a {
  font-weight: 600;
  font-size: 14px;
	line-height: 20px;
	padding: 7px 16px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  border-radius: 80px;
  border: 1px solid #888888;
  color: #494949;
}
.tegs-search ul li a  span {
  margin-left: 8px;
  color: #888888;
}
.fixed-search-form {
  margin-bottom: 40px;
}
.category-list.fixed-search-category-list {
    gap: 24px 18px;
    padding-bottom: 20px;
}
.fixed-search-category-list .category-item-text-block {
  border-radius: 14px;
  padding: 18px;
}
.fixed-search-category-list .category-item-text-block-name {
      font-size: 16px;
      line-height: 24px;
}
.fixed-search-category-list .category-item-text-block-descr {
      font-size: 14px;
  }
.fixed-search-category-list .category-item-text-block-bottom a {
  line-height: 16px;
}
.fixed-search-category-list .category-item-text-block-bottom span {
      font-size: 12px;
      line-height: 18px;
  }
.fixed-search-category-list .category-item-img-block {
  border-radius: 12px;
}
.fixed-search-category-list .category-item-title {
  font-size: 20px;
	line-height: 24px;
	margin-top: 12px;
}
.fixed-search-category-list .cat-item-info-box {
  margin-top: 14px;
}
.fixed-search-category-list .cat-item-info-box div {
  height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 12px;
	line-height: 16px;	
}
.fixed-search-category-list .cat-item-likes img {
  width: 14px;
  height: auto;
}
.fixed-search-div {
  position: relative;
  width: 1050px;
  max-width: 100%;
  margin-inline: auto;
}
.fixed-search-container input {
  border-radius: 40px;
  border: 1px solid #6B4AD9;
  height: 48px;
  padding: 0 44px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  width: 100%;	
}
.fixed-search-container input::placeholder {
  color: #888888;
  opacity: 1;
}
.fixed-search-search-button {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;	
}
.fixed-search-search-button svg {
  width: 100%;
  height: auto;
}
.fixed-search-delete-button {
  padding: 0;
  background-color: #6B4AD9;
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
	height: 36px;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;	
}
.fixed-search-delete-button svg {
  width: 10px;
  height: 10px;
}
.fixed-search-delete-button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(180deg, #6D4FE5 0%, #3C2C7F 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.fixed-search-delete-button > * {
  position: relative;
  z-index: 1;
}
.search-result-null {
  font-weight: 500;
  font-size: 16px;
	line-height: 20px;
  color: #494949;
}
.search-history {
  display: flex;
  gap: 24px;
}
.search-history-left {
  font-weight: 700;
  font-size: 14px;
	line-height: 20px;
  color: #494949;
  white-space: nowrap;
  margin-top: 8px;	
}
.search-history-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search-history-right ul li {
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  height: 36px;
  border-radius: 40px;
  border: 1px solid #DEDEDE;
}
.search-history-right ul li a {
  font-weight: 500;
  font-size: 14px;
	line-height: 20px;
  display: flex;
  align-items: center;
}
.search-history-right ul li a img {
  margin-right: 8px;
  width: 14px;
  height: auto;
}
.search-history-right ul li button {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
}
.search-history-right ul li button svg {
  width: 10px;
  height: 10px;
}
.directory-list li {
  margin-bottom: 80px;
  position: relative;
}
.directory-list li:last-child {
  margin-bottom: 0;
}
.directory-list-left {
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: 500;
  font-size: 48px;
	line-height: 48px;
  text-transform: uppercase;
}
.directory-list-right {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}
.directory-list-right-item {
  display: block;
  border: 1px solid #DEDEDE;
  padding: 18px;
	border-radius: 18px;
  margin-bottom: 16px;
}
.directory-list-right-item:last-child {
  margin-bottom: 0;
}
.directory-list-right-item-title {
  font-family: 'Right Grotesk';
  font-weight: 500;
  font-size: 18px;
	line-height: 28px;
  display: block;
}
.directory-list-right-item ._text {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}
.dir-module {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 72px;
}
.directory-letters {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 120px;
  align-self: start;
  height: fit-content;
  padding-right: 10px;
  margin-right: -10px;
  max-height: calc(100vh - 150px);
  max-height: calc(100dvh - 150px);
  overflow-x: auto;
}
.directory-letters a {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  display: block;
  width: 35px;
  border-right: 1px solid #DEDEDE;
  text-align: center;
}
.directory-letters a.active {
  font-weight: 600;
}
.directory-letters a.active:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  right: -1px;
  width: 1px;
  top: 0;
  background-color: #151514;
}
.bread-nav {
  padding-top: 20px;
  padding-bottom: 16px;
}	
.breadcrumb li a {
  font-size: 14px;
  line-height: 20px;
}
.breadcrumb li + li::before {
  margin-left: 8px;
  margin-right: 8px;
}
.page-title {
  font-family: 'Right Grotesk';
  font-weight: 500;
  font-size: 40px;
	line-height: 48px;
  text-align: center;
  margin-top: 48px;
	margin-bottom: 40px;
}
.dir-search-block {
  width: 100%;
  position: relative;
}
.dir-search-block input {
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  height: 64px;
  padding: 0 55px 0 20px;
  font-weight: 400;
  font-size: 14px;
	line-height: 20px;
  width: 100%;
}
.dir-search-block input::placeholder {
  color: #494949;
  opacity: 1;
}
.dir-search-block button {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
	height: 16px;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;	
}
.dir-search-block button svg {
  width: 16px;
  height: 16px;
}
.mt-64 {
  margin-top: 48px;
}
.wrapper::after {
  content: "";
  display: block;
  height: 12px;
}
.keywords-show-more {
  display: none!;
}
.gamburger {
  display: none;
}
.place-for-lang-mob {
  display: none;
}
.place-for-text-mob {
  display: none;
}






.article-page {
  margin-top: 34px;
}
.article-page-center {
  max-width: 880px;
  margin: 0 auto;
}
.article-top-div-for-img {
  border-radius: 24px;
  overflow: hidden;
}
.article-top-div-for-img img {
  display: block;
  width: 100%;
  height: auto;
}
.article-top-info {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.ati-autor {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ati-autor span:nth-child(1) {
  width: 28px;
  height: 28px;
  overflow: hidden;
}
.ati-autor span:nth-child(1) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.ati-autor span:nth-child(2) {
  font-weight: 500;
  font-size: 14px;
	line-height: 20px;
  transition: all .2s linear;
}
.ati-date {
  font-size: 14px;
	line-height: 20px;
  color: #888888;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 12px;	
}
.ati-date:before {
  content: "";
  display: block;
  width: 3px;
	height: 3px;
  background-color: #888888;
  border-radius: 100%;
}
.ati-copy {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-left: 24px;
  margin-left: 24px;
  transition: none;
}
.ati-copy div:nth-child(1) {
  width: 28px;
	height: 28px;
  border-radius: 6px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ati-copy div:nth-child(1) svg path{
  transition: all .2s linear;
}
.ati-copy div:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
	line-height: 20px;
  transition: all .2s linear;
}
.ati-copy::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #DEDEDE;
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.article-top-title {
  font-family: 'Right Grotesk';
  font-size: 40px;
	line-height: 48px;
	margin-top: 20px;
}
.article-top-descr {
  font-weight: 500;
  font-size: 20px;
	line-height: 32px;
	margin-top: 20px;
}
.article-substance {
  margin-bottom: 64px;
}
.article-substance-title {
  font-weight: 600;
  font-size: 20px;
	line-height: 32px;
}
.article-substance-ul {
  margin-bottom: 0;
  list-style: disc;
  padding-left: 25px;
}
.article-substance-ul li  {
  font-size: 16px;
	line-height: 24px;
	margin-top: 14px;
}
.article-substance-ul li::marker {
  color: #58A2F7;
}
.article-substance-ul li a {
  font-weight: 600;
  
  color: #58A2F7;
}
.subject-block {
  margin-top: 64px;
}
.subject-block h2 {
  font-family: 'Right Grotesk';
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 90px;
}
/* .subject-block h2:not(:first-of-type){
  margin-top: 90px;
} */
.subject-block p {
  font-weight: 400;
  font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
}
.subject-block p:last-child{
  margin-bottom: 0;
}
.subject-block p a {
  font-weight: 600;
  color: #58A2F7;
}
.subject-block p strong,
.subject-block p b{
  font-weight: 600;
}
.post-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 90px 0 0;
}

.post-faq{
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.post-faq-item{
  border-radius: 12px;
  border: 1px solid #DEDEDE;
  padding: 24px 20px;
}
.post-faq-item--head{
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 18px;
  font-weight: 600;
}
  .post-faq-item-plus{
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #888;
  }
  .post-faq-item-plus::before,
  .post-faq-item-plus::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #888;
    transition: .2s ease all;
  }
  .post-faq-item-plus::before{
    width: 8px;
    height: 2px;
  }
  .post-faq-item-plus::after{
    width: 2px;
    height: 8px;
  }
  .post-faq-item._active .post-faq-item-plus::after{
    transform: translate(-50%, -50%) rotate(-90deg);
  }
.post-faq-item--content{
  display: none;
}
  .post-faq-item-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 8px;
  }


@media only screen and (max-width: 1024px) {
  .post-tags{
    gap: 10px 8px;
  }
}
@media only screen and (max-width: 500px) {
  .post-tags{
    gap: 10px 6px;
    margin: 56px 0 0;
  }
  .post-faq{
    margin-top: 56px;
  }
}


.sub-orange {
  padding: 28px 32px;
  border-radius: 18px;
  background-color: #FFE097;
  font-weight: 400;
  font-size: 16px;
	line-height: 24px;
  margin: 48px 0;	
}
.custom-popover {
  font-weight: 400;
  font-size: 16px;
	line-height: 24px;
  color: #494949;
  cursor: pointer;
  border: 1px solid #88888880;
  background-color: #F2F2F2;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 3px;
  padding: 0 5px 0 5px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.custom-popover.active {
  color: #151514;
  box-shadow: 0px 0px 10px 0px #00000026;
}
.popover {
  max-width: 275px;
	padding: 16px;
	border-radius: 16px;
  border: 1px solid #88888880;
  box-shadow: 0px 0px 10px 0px #00000026;
}
.popover .arrow {
  display: none;
}
.popover-body {
  padding: 0;
  font-weight: 500;
  font-size: 14px;
	line-height: 20px;
  color: #151514;
}
.popover-button-to {
  font-weight: 600;
  color: #6B4AD9;
  display: flex;
  gap: 6px;
  margin-top: 12px;
}
.popover-button-to img {
  width: 14px;
	height: auto;
  transition: all .2s linear;
}
.subject-block h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
	line-height: 32px;
	margin-bottom: 10px;
}
.table-container {
  border: 1px solid #888888;
  border-radius: 8px;
  overflow: hidden;
  margin: 48px 0;
  max-width: 100%;
}
.subject-block table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: white;
}

.subject-block table thead td {
  background: #494949;
  font-weight: 700;
  border: 1px solid #888888;
  border-top: 0;
  padding: 16px;
	font-size: 16px;
	line-height: 20px;
  color: #fff;
}
.subject-block table tbody td {
  border: 1px solid #888888;
  font-weight: 500;
  font-size: 14px;
	line-height: 20px;
	padding: 16px;
  color: #494949;
}
.subject-block table thead th:first-child,
.subject-block table tbody td:first-child{
  border-left: 0;
}
.subject-block table thead th:last-child,
.subject-block table tbody td:last-child{
  border-right: 0;
}
.subject-block table tbody tr:first-child td{
  border-top: 0;
}
.subject-block table tbody tr:last-child td{
  border-bottom: 0;
}
.sub-quote {
  border-radius: 18px;
  background-color: #C6B8FF;
  padding: 28px 32px;
  display: flex;
  gap: 16px;
  margin: 48px 0;	
}
.sub-quote div:nth-child(1) img {
  max-width: 40px;
  height: auto;
}
.sub-quote div:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
	line-height: 24px;
}
.video-container {
  width: 100%;
  overflow: hidden;
  margin: 48px 0;
	border-radius: 16px;
}
.video-container > .video-container{
  margin: 0;
}
.video-container iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.read-also {
  border: 4px dashed #DEDEDE;
  margin: 48px 0;
	border-radius: 18px;
	padding: 24px;
}
.read-also > p,
.read-also span {
  font-weight: 600;
  font-size: 16px;
	line-height: 24px;
}
.read-also ul {
  margin-bottom: 0!important;
  list-style: disc;
  padding-left: 25px;
}
.read-also li  {
  margin-top: 20px;
  font-size: 24px;
  line-height: 38px;
}
.read-also li::marker {
  color: #58A2F7;
}
.read-also li a {
  font-weight: 600;
  color: #58A2F7;
}
.lightbox-img {
  cursor: pointer;
  margin: 46px 0;
	border-radius: 14px;
  display: block;
  max-width: 100%;
  height: auto;
}
.subject-block .wp-caption:has(img) {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  max-width: 100%;
  margin: 46px 0;
}
  .subject-block .wp-caption:has(img) img{
    cursor: pointer;
    display: block;
    max-width: 100%;
    height: auto;
    aspect-ratio: 880 / 525;
    object-fit: cover;
  }
  .subject-block p > img{
    display: block;
    width: 100%;
    height: auto;
    /* aspect-ratio: 880 / 525; */
    object-fit: cover;
    border-radius: 14px;
  }
  .subject-block p > img.size-full{
    cursor: pointer;
  }
  .subject-block .wp-caption-text{
    display: block;
    background-color: #F4F4F4;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
  }
@media screen and (max-width: 600px) {
  .subject-block .wp-caption:has(img){
    border-radius: 12px;
  }
  .subject-block .wp-caption-text{
    padding: 12px;
  }
}
.subject-block ul{
  list-style: disc;
}
.subject-block ol {
  list-style: decimal;
}
.subject-block ul,
.subject-block ol {
  margin-bottom: 24px;
  padding-left: 25px;
}
.subject-block li  {
  margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}
.acticle-banner {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  margin: 40px 0 0;
}
.acticle-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.read-also-banner {
  border: 1px solid #DEDEDE;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  gap: 32px;
  margin: 90px 0;
  cursor: pointer;
}
.read-also-banner div:nth-child(1) a {
  display: block;
  overflow: hidden;
  max-width: 280px;
  border-radius: 16px;
}
.read-also-banner div:nth-child(1) a img {
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.read-also-banner div:nth-child(2) span {
  font-size: 16px;
	line-height: 24px;
  display: block;
}
.read-also-banner div:nth-child(2) a {
  display: block;
  font-family: 'Right Grotesk';
  font-size: 28px;
	line-height: 32px;
	margin-top: 14px;
}
.product-gallery {
  overflow: hidden;
  margin: 48px 0;
}
.thumb-center {
  text-align: center;
}
.product-gallery .thumbs-slider {
  display: inline-block;
  background: #F4F4F4;
  padding: 14px 16px;
	border-radius: 18px 18px 0 0;
}
.product-gallery .thumbs-slider .swiper-slide {
  width: 60px;
	border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
}
.product-gallery .thumbs-slider .swiper-slide:last-child {
  margin-right: 0 !important;
}
.product-gallery .thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  border-color: #6D4FE5;
}
.product-gallery .thumbs-slider .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 60/36;
  object-fit: cover;
}
.product-gallery .swiper-button-next:after, .product-gallery .swiper-button-prev:after,
.gallery-lightbox .swiper-button-next:after, .gallery-lightbox .swiper-button-prev:after {
  position: absolute;
}
.main-slider {
  position: relative;
}
.open-gallery {
  position: absolute;
  right: 28px;
  bottom: 12px;
  z-index: 10;
  cursor: pointer;
  background: #151514;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
	line-height: 16px;
  border: 1px solid #494949;
  border: none;
  padding: 12px 16px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;	
}
.open-gallery::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: #2D2D2D;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.open-gallery > * {
  position: relative;
  z-index: 1;
}
.open-gallery span:nth-child(1) {
  display: block;
  width: 16px;
	height: 16px;
  background-image: url('../images/open-gallery-icon.svg');
  background-repeat: no-repeat;
  background-size: 16px;
}
.main-slider-img-container {
  position: relative;
}
.main-slider-img-container img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 880 / 525;
  object-fit: cover;
}
.main-slider-text {
  flex-grow: 1;
  overflow: hidden;
  padding: 12px 16px;
	font-size: 14px;
	line-height: 20px;
  background-color: #F4F4F4;
}
.product-gallery .main-slider .swiper-slide {
  border-radius: 14px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}
.gallery-slider {
  height: 100%;
}
.gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-close {
  position: absolute;
  width: 32px;
	height: 32px;
  backdrop-filter: blur(24px);
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 10;
  background: #FFFFFF66;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
}
.gallery-close::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(180deg, #6D4FE5 0%, #3C2C7F 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.gallery-close > * {
  position: relative;
  z-index: 1;
}
.gallery-counter {
  font-weight: 600;
  white-space: nowrap;
}
.gallery-bottom-inner {
  backdrop-filter: blur(24px);
  background: #FFFFFF66;
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
	line-height: 20px;	
}
/* === АНИМАЦИЯ === */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.gallery-lightbox.active {
  opacity: 1;
  pointer-events: auto;
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,1);
}
.gallery-content {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(0.96);
  opacity: 0;
  transition: all 0.35s ease;
}
.gallery-lightbox.active .gallery-content {
  transform: scale(1);
  opacity: 1;
}
.gallery-bottom {
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  bottom: 24px;
  left: 20px;
  right: 20px;
  z-index: 1;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease 0.15s;
}
.gallery-lightbox.active .gallery-bottom {
  transform: translateY(0);
  opacity: 1;
}
.simple-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.simple-lightbox.active {
  opacity: 1;
  pointer-events: auto;
}
.simple-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,1);
}
.simple-lightbox-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.96);
  opacity: 0;
  transition: all 0.3s ease;
}
.simple-lightbox.active .simple-lightbox-content {
  transform: scale(1);
  opacity: 1;
}
.simple-lightbox-image img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.simple-lightbox-close {
  position: absolute;
  width: 32px;
	height: 32px;
  backdrop-filter: blur(24px);
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 10;
  background: #FFFFFF66;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
}
.gallery-close svg, .simple-lightbox-close svg {
  width: 12px;
  height: 12px;
}
.simple-lightbox-close::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(180deg, #6D4FE5 0%, #3C2C7F 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.simple-lightbox-close > * {
  position: relative;
  z-index: 1;
}
.copy-notification {
  position: fixed;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1a1a1a;
  color: white;
  padding: 18px 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 8px 0px #00000066;
  display: none;
  align-items: center;
  gap: 15px;
  z-index: 10000;
  min-width: 930px;
  max-width: 90%;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
	height: 52px;
}

.copy-notification.show {
  display: flex;
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
.copy-notification-text {
  flex: 1;
}
.copy-notification-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 10px;
	height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-notification-close:hover svg {
  transition: all .2s linear;
}
.article-page-wrap {
  position: relative;
}
.post-counter {
  width: 90px;
	height: 90px;
  border-radius: 50%;
  border: 6px solid #DEDEDE;
  position: fixed;  
  bottom: 40px;
  left: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: transform 0.2s ease;
  will-change: transform;
  background-color: #fff;
  z-index: 111;
  cursor: pointer;
}
.post-counter-main {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
	line-height: 20px;
  color: #494949;
}
.post-counter-click {
  cursor: pointer;
}
.some-count {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -14px;
  box-shadow: 0px 0px 12px 0px #00000026;
  width: 28px;
	height: 28px;
  background-color: #151514;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .post-counter:hover .post-counter-main {
    color: #151514;
  }
  .post-counter:hover {
    border-color: #888888;
  }
  .post-counter-click:hover path {
    fill: #6D4FE5;
  }
}

/* .post-counter.active {
  border-color: #888888;
} */
.post-counter.active .some-count {
  opacity: 1;
  visibility: visible;
}
.some-count {
  opacity: 0;
  transform: translateY(-25px) scale(0.9);
  /* transform: translateY(10px) scale(0.8); */
}
.post-counter.active .some-count {
  animation: countPop 0.6s ease forwards;
}
@keyframes countPop {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.6);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px) scale(1.1);
  }
  100% {
    opacity: 0;
    transform: translateY(-25px) scale(0.9);
  }
}
.post-counter.shake {
  border: 6px solid transparent;
  background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #6D4FE5 0%, #3C2C7F 100%) border-box;
  animation: shake 0.3s ease;
}
@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
  75% { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}
.like-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #6D4FE5;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  animation: particleFly 0.7s ease forwards;
}
@keyframes particleFly {
  to {
    transform: translate(var(--x), var(--y)) scale(0.5);
    opacity: 0;
  }
}
.some-count.anim {
  animation: countPop 0.6s ease;
}
.article-more-module {
  position: relative;
  margin-top: 48px;
  padding-top: 120px;
}
.article-more-module::before{
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 1px;
  background: #dedede;
}
.slide-with-text .swiper-button-next, .slide-with-text .swiper-button-prev {
		margin-top: calc(-60px)!important;
}
.gallery-cursor {
  position: fixed;
  width: 32px;
	height: 32px;
  background: #FFFFFF66;
  box-shadow: 0px 0px 12px 0px #0000001F;
  backdrop-filter: blur(24px);
  border-radius: 100%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  display: none;
  padding-top: 11px;	
}
.gallery-cursor img {
  display: block;
  margin: 0 auto;
  width: 14px;
	height: auto;
}

@media (min-width: 992px) {
  .gallery-lightbox.active {
    cursor: none;
  }
  .gallery-lightbox.active .gallery-cursor {
    display: block;
  }
}


/**********************catalog*******************/
.catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 60px 0;
}
.itemDiv {
  cursor: pointer;
  position: relative;
	border-radius: 16px;
  border: 1px solid #DEDEDE;
  /* height: 100%; */
  max-width: 250px;
  transition: all .2s linear;
  display: flex;
  flex-direction: column;
}
.itemDiv-top {
  padding: 16px;
  border-bottom: 1px solid #DEDEDE;
}
.itemDiv-img{
  display: block;
  aspect-ratio: 220/190;
}
.itemDiv-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.itemDiv-reviews {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 12px;
	line-height: 16px;
  color: #888888;	
}
.itemDiv-reviews img,
.itemDiv-reviews svg {
  width: 16px;
  height: auto;
}
.badges {
  position: absolute;
	left: 16px;
	top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bagde {
  display: inline-flex;
  height: 24px;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
	line-height: 14px;
  color: #fff;
  border-radius: 6px;
  padding: 0 7px;
  width: fit-content;	
}
.bagde img {
  width: 12px;
  margin-right: 5px;
}
.bagde.badge-ending {
  background-color: #6D20CF;
}
.bagde.badge-new {
  background-color: #EEB02A;
}
.bagde.badge-hit {
  background-color: #F0733E;
}
.label_special{
  border: 1px solid #4DCC8C;
  border-radius: 6px;
  text-align: center;
  background-color: #fff;
}
.label_special__text {
  background: #4DCC8C;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 7px;
}
.label_special__timer {
  color: #4DCC8C;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 4px 4px;
}
.itemDiv-bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 16px 16px 16px;
}
.itemDiv-name {
  font-family: 'Right Grotesk';
  font-weight: 500;
  font-size: 18px;
	line-height: 22px;
  display: block;
}
.itemDiv-desrc {
  font-size: 12px;
	line-height: 16px;
	margin-top: 8px;
}
.itemDiv-desrc p{
  font-size: 12px;
	line-height: 16px;
}
.itemDiv-prices {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.itemDiv-prices div {
  font-weight: 500;
  font-size: 24px;
	line-height: 28px;
}
.itemDiv-prices .product_price__old{
  color: #b6b6b6;
  font-size: 12px;
  line-height: 1.3;
}
.product_price__special{
  color: #FF3F5F;
}
.itemDiv-add-cart {
  cursor: pointer;
  background: #151514;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
	line-height: 16px;
  border: none;
  padding: 0 20px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  position: relative;	
}
.itemDiv-add-cart::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: #2D2D2D;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.itemDiv-add-cart > * {
  position: relative;
  z-index: 1;
}
            
/**********************end catalog*******************/









/*.bottom-blur {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  pointer-events: none;
  z-index: 50;
  background: rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(4px) saturate(110%);
  -webkit-backdrop-filter: blur(4px) saturate(110%);
  mask-image: linear-gradient(
    to top,
    black 0%,
    black 50%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    black 0%,
    black 50%,
    transparent 100%
  );
}*/

.rotate-infinite {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}




svg {
  transition: all .2s linear;
}
@media (min-width: 1024px) {
  header.no-click .logo, header.no-click .header-center, header.no-click .header-lang {
    pointer-events: none;
  }
  .header-lang li a:hover {
    color: #494949;
  }
  .main-section-item:hover .main-section-item-img-block::after {
    opacity: 1;
    visibility: visible;
  }
  .main-section-item:hover .main-section-item-title {
    color: #6B4AD9;
  }
  .category-item:hover .category-item-img-block::after {
    opacity: 1;
    visibility: visible;
  }
  .category-item:hover .category-item-title {
    color: #6B4AD9;
  }
  .header-navigation-first li a:hover, .header-navigation-second a:hover {
    border-color: #6B4AD9;
  }
  .search-button:hover svg path {
    fill: #6B4AD9;
  }
  .deteling div + div a:hover::before {
    opacity: 1;
  }
  .go-to-container button:hover::before {
    opacity: 1;
  }
  .fixed-menu-item:hover {
    background-color: #F5F5F5;
  }
  .fixed-menu-item:hover div:nth-child(1)::before {
    opacity: 1;
  }
  .search-history-right ul li button:hover svg path {
    fill: red;
  }
  .ati-autor:hover span:nth-child(2) {
    color: #6b4ad9;
  }
  .ati-copy:hover div:nth-child(1) svg path{
    fill: #6b4ad9;
  }
  .ati-copy:hover div:nth-child(2) {
    color: #6b4ad9;
  }
  .article-substance-ul li a:hover {
    text-decoration: underline;
  }
  .subject-block p a:hover {
    text-decoration: underline;
  }
  .popover-button-to:hover img {
    margin-left: 5px;
  }
  .read-also li a:hover {
    text-decoration: underline;
  }
  .open-gallery:hover::before {
    opacity: 1;
  }
  .swiper-button-next:hover::before, .swiper-button-prev:hover::before {
    opacity: 1;
  }
  .gallery-close:hover::before {
    opacity: 1;
  }
  .simple-lightbox-close:hover::before {
    opacity: 1;
  }
  .fixed-search-delete-button:hover::before {
    opacity: 1;
  }
  .read-also-banner:hover div:nth-child(1) a img {
    transform: scale(1.1);
  }
  .read-also-banner:hover div:nth-child(2) a {
    color: #6B4AD9;
  }
  .copy-notification-close:hover svg {
    transform: scale(1.15);
  }
  .footer-left-ul li a:hover {
    color: #6B4AD9;
  }
  .li-place-info:hover {
     color: #151514;
  }
  .ftg-item ul li a:hover {
    color: #151514;
  }
  .fb-href a:hover {
    color: #151514;
  }
  .socials li a:hover svg path {
    fill: #151514;
  }
  .search-history-right ul li {
    transition: all .2s linear;
  }
  .search-history-right ul li:hover {
    border-color: #6B4AD9;
  }
  .search-history-right ul li a img {
    transition: all .2s linear;
  }
  .search-history-right ul li:hover a img {
    filter: grayscale(100%) brightness(0);
  }
  .tegs-search ul li a:hover {
    border-color: #6B4AD9;
    color: #151514;
  }
  .category-item-text-block {
    transition: all .2s linear;
  }
  .category-item-text-block:hover {
    border-color: #6B4AD9;
  }
  .directory_slider-prev, .directory_slider-next {
    transition: all .2s linear;
  }
  .directory_slider-prev:hover, .directory_slider-next:hover {
    border-color: #6B4AD9;
  }
  .directory_slider-item-text-block {
     transition: all .2s linear;
  }
  .directory_slider-item-text-block:hover {
    border-color: #6B4AD9;
  }
  .directory_slider-item-text-block-bottom a:hover svg {
    margin-left: 15px;
  }
  .keywords-item ul li a:hover {
    border-color: #6B4AD9;
    color: #151514;
  }
  .dir-search-block input, .directory-list-right-item {
    transition: all .2s linear;
    cursor: pointer;
  }
  .dir-search-block:hover input {
    border-color: #6B4AD9;
    box-shadow: 0px 0px 10px 0px #00000026;
  }
  .directory-list-right-item:hover {
    border-color: #6B4AD9;
    box-shadow: 0px 0px 10px 0px #00000026;
  }
  .directory-letters a:hover {
    font-weight: 500;
  }
  .itemDiv-prices button:hover::before {
    opacity: 1;
  }
  .itemDiv:hover {
    box-shadow: 0px 0px 10px 0px #00000026;
  }
  .itemDiv:hover .itemDiv-name {
    color: #6B4AD9;
  }
  .category-item-text-block-bottom a:hover svg {
    margin-left: 15px;
  }
  .post-counter-main {
    transition: all .2s linear;
  }
  .subject-block table tbody tr:hover td {
    background-color: #f1f1f1;
  }
  .go-to-container a:hover span + span ,
  .go-to-container button:hover span + span {
    transition: transform .2s ease;
    transform: translateX(0);
  }
  .go-to-container a:hover span + span ,
  .go-to-container button:hover span + span {
    transform: translateX(5px);
  }
  .go-to-container.load-ef a:hover span + span,
  .go-to-container.load-ef button:hover span + span {
    transform: translateX(0);
  }
  
}



@media screen and (max-width: 1200px) {
	header {
		padding: 0 28px;
		height: 80px;
		margin: 10px;
		width: calc(100% - 20px);
		border-radius: 16px;
	}
	.logo img {
		max-width: 133px;
	}
	.header-navigation-second {
		margin-left: 14px;
		padding-left: 14px;
	}
	.header-navigation-first, .header-navigation-second {
		gap: 8px;
	}
	.header-navigation-first li a, .header-navigation-second a {
		font-size: 12px;
		padding: 0 10px;
	}
	.header-navigation-second a.all-theme-button {
		padding: 0 22px 0 10px;
	}
	.header-navigation-second a.all-theme-button img {
		width: 8px;
		height: auto;
		right: 9px;
	}
	.search-button {
		margin-right: 20px;
	}
	.search-button svg {
		width: 20px;
		height: 20px;
	}
	.header-lang li a {
		font-size: 12px;
		line-height: 14px;
	}
	.center {
		margin-top: 116px;
		padding-bottom: 80px;
	}
	.main-section {
		margin: 0 -19px 64px -9px;
		padding-top: 30px;
	}
	.main-section-left {
		padding: 0 9px;
	}
	.main-section-right {
		padding: 0 9px;
	}
	.main-section-item-img-block {
		border-radius: 16px;
	}
	.main-section-item-title {
		margin-top: 14px;
		line-height: 28px;
		font-size: 20px;
	}
	.cat-item-info-box {
		margin-top: 14px;
	}
	.main-section-item .cat-item-info-box {
		margin-top: 12px;
	}
	.cat-item-info-box div {
		height: 32px;
		font-size: 12px;
		line-height: 16px;
		padding: 0 10px;
	}
	.main-section-item .cat-item-info-box div {
		height: 32px;	
		padding: 0 10px;
	}
	.cat-item-likes img {
		width: 14px;
		height: auto;
	}
	.deteling {
		margin-top: 40px;
		gap: 10px;
	}
	.deteling div:nth-child(1) img {
		max-width: 62px;
	}
	.deteling div + div span:nth-child(1) {
		font-size: 14px;
		line-height: 20px;
	}
	.deteling div + div span:nth-child(2) {
		font-size: 12px;
		line-height: 16px;
		margin-top: 4px;
	}
	.deteling div + div a {
		margin-top: 14px;
		height: 32px;
		font-size: 12px;
		line-height: 20px;
		padding: 0 16px;
	}
	.category-item-img-block {
		border-radius: 12px;
	}
	.category-item-title {
		font-size: 20px;
		line-height: 24px;
		margin-top: 12px;
	}
	.category-list {
		gap: 48px 18px;
	}
	.category-item-text-block {
		padding: 18px;
		border-radius: 14px;
	}
	.category-item-text-block-name {
		font-size: 16px;
		line-height: 24px;
	}
	.category-item-text-block-descr {
		font-size: 14px;
		line-height: 130%;
		margin-top: 8px;
	}
	.category-item-text-block-bottom a {
		font-size: 14px;
		line-height: 16px;
	}
	.category-item-text-block-bottom span {
		font-size: 12px;
		line-height: 18px;
	}
	.category-item-badge {
		font-size: 12px;
    padding: 6px 8px 6px 10px;
    height: 28px;
	}
    .category-item-badge img, 
    .category-item-badge svg{
      width: 12px;
      height: 12px;
    }
	.mt-200 {
		margin-top: 80px;
	}
	.big-title {
		font-size: 32px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	.big-title span {
		font-size: 16px;
		line-height: 24px;
		margin-left: 10px;
	}
	.go-to-container {
		margin-top: 40px;
	}
	.go-to-container button {
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		padding: 0 24px;
	}
	.go-to-container button span + span {
		margin-left: 6px;
	}
	.go-to-container button span + span img {
		width: 12px;
	}
	.directory_slider-prev, .directory_slider-next {
		width: 36px;
		height: 36px;
	}
	.directory_slider-prev svg, .directory_slider-next svg {
		height: auto;
	}
	.directory-block-title {
		margin-bottom: 48px;
	}
	.directory_slider-item-text-block {
		border-radius: 14px;
		padding: 18px;
	}
	.directory_slider-item-text-block-name {
		font-size: 16px;
		line-height: 24px;
	}
	.directory_slider-item-text-block-descr {
		font-size: 14px;
		line-height: 130%;
		margin-top: 8px;
		margin-bottom: 16px;
	}
	.directory_slider-item-text-block-bottom a {
		font-size: 14px;
		line-height: 16px;
	}
	.directory_slider-item-text-block-bottom a svg {
		margin-left: 6px;
		width: 12px;
		height: auto;
	}
	.viewed-container {
		margin-top: 48px;
		margin-bottom: -22px;
	}
	.viewed-text {
		font-size: 14px;
		line-height: 20px;
	}
	.viewed-bar {
		width: 208px;
		margin-top: 8px;
	}

	.keywords-list {
		padding-top: 40px;
		gap: 56px 25px;
		grid-template-columns: repeat(3, 1fr);
	}
  .keywords-item::before{
    right: -12px;
  }
	.keywords-item-title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 28px;
	}
	.keywords-item ul li {
		margin-bottom: 10px;
	}
	.keywords-item ul li a {
		font-size: 14px;
		line-height: 20px;
		padding: 7px 14px;
		border-radius: 80px;
	}
	.footer-left-ul li {
		margin-bottom: 28px;
	}
	.footer-left-ul li a {
		font-size: 18px;
		line-height: 24px;
	}
	.footer-left-ul li span {
		font-size: 14px;
		line-height: 20px;
		margin-top: 2px;
	}
	.li-place-info {
		font-size: 16px;
		line-height: 24px;
	}
	.ftg-item-name {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 14px;
	}
	.ftg-item ul li {
		margin-bottom: 12px;
	}
	.ftg-item ul li a {
		font-size: 14px;
		line-height: 20px;
	}
	.footer-bg {
		padding: 40px 0 28px 0;
		border-radius: 40px 40px 12px 12px;
	}
	footer .container {
		padding: 0 40px;
	}
	.footer-bottom {
		padding-top: 24px;
		margin-top: 80px;
	}
	.fb-href {
		gap: 16px;
	}
	.fb-href a {
		font-size: 14px;
		line-height: 20px;
	}
	.socials {
		gap: 28px;
	}
	.fixed-search-module {
		width: calc(100% - 100px);
		height: calc(100vh - 114px);
		height: calc(100dvh - 114px);
		padding: 32px 32px 32px 32px;
		top: 102px;
		border-radius: 16px;
	}
	.fixed-search-form {
		margin-bottom: 40px;
	}
	.fixed-search-container input {
		height: 44px;
		font-size: 14px;
		padding: 0 40px;
	}
	.fixed-search-search-button {
		width: 16px;
		height: 16px;
		left: 16px;
	}
	.fixed-search-search-button svg {
		width: 100%;
		height: auto;
	}
	.fixed-search-delete-button {
		width: 32px;
		height: 32px;
		right: 8px;
	}
	.fixed-search-delete-button svg {
		width: 10px;
		height: 10px;
	}
	.tegs-search-title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 14px;
	}
	.tegs-search ul li {
		margin-bottom: 8px;
	}
	.tegs-search ul li a {
		font-size: 14px;
		line-height: 20px;
		padding: 7px 16px;
	}
	.fixed-search-category-list .category-item-title {
		font-size: 20px;
		line-height: 24px;
		margin-top: 12px;
	}
	.fixed-search-category-list .cat-item-info-box div {
		height: 32px;
		font-size: 12px;
		line-height: 16px;
	}
	.fixed-search-category-list .cat-item-likes img {
		width: 14px;
	}
	.fixed-search-category-list .cat-item-info-box {
		margin-top: 14px;
	}
	.fixed-search-row-left {
		max-height: calc(100vh - 230px);
		max-height: calc(100dvh - 230px);
		min-width: 23%;
	}
	.fixed-search-row-right {
		max-height: calc(100vh - 230px);
		max-height: calc(100dvh - 230px);
	}
	.fixed-search-category-list .category-item-text-block {
		border-radius: 14px;
		padding: 18px;
	}
	.fixed-search-category-list .category-item-text-block-name {
        font-size: 16px;
        line-height: 24px;
    }
	.fixed-search-category-list .category-item-text-block-descr {
        font-size: 14px;
    }
	.fixed-search-category-list .category-item-text-block-bottom a {
		line-height: 16px;
	}
	.fixed-search-category-list .category-item-text-block-bottom span {
        font-size: 12px;
        line-height: 18px;
    }
	.category-list.fixed-search-category-list {
        gap: 24px 18px;
		grid-template-columns: repeat(2, 1fr);
    }
	.search-result-null {
		font-size: 16px;
		line-height: 20px;
	}
	.search-history-left {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px;
	}
	.search-history-right ul {
		gap: 10px;
	}
	.search-history-right ul li {
		height: 36px;
		padding: 0 16px;
	}
	.search-history-right ul li a {
		font-size: 14px;
		line-height: 20px;
	}
	.search-history-right ul li a img {
		margin-right: 8px;
		width: 14px;
		height: auto;
	}
	.search-history-right ul li button {
		margin-left: 14px;
	}
	.search-history-right ul li button svg {
		width: 10px;
		height: 10px;
	}
	.fixed-search-module-close-button {
		right: -22px;
		top: -20px;
	}
	.fixed-menu {
		max-width: 680px;
		top: 104px;
		border-radius: 18px;
		padding: 16px;
	}
	.fixed-menu-item {
		padding: 12px;
		gap: 12px;
		border-radius: 12px;
	}
	.fixed-menu-item div + div span:nth-child(1) {
		font-size: 14px;
		line-height: 20px;
	}
	.fixed-menu-item div + div span:nth-child(2) {
		font-size: 12px;
		line-height: 20px;
		margin-top: 2px;
	}
	.fixed-menu-list {
		gap: 12px 12px;
		grid-template-columns: repeat(3, 1fr);
	}
	.bread-nav {
		padding-top: 0;
		padding-bottom: 16px;
	}	
	.breadcrumb-item a {
		font-size: 12px;
		line-height: 16px;
	}
	.breadcrumb-item + .breadcrumb-item::before {
		margin-left: 6px;
		margin-right: 6px;
	}
	.page-title {
		font-size: 32px;
		line-height: 40px;
		margin-top: 32px;
		margin-bottom: 40px;
	}
	.dir-search-block input {
		height: 56px;
		font-size: 14px;
		line-height: 20px;
		padding-left: 18px;
	}
	.dir-module {
		margin-top: 56px;
	}

	.article-page-center {
		max-width: 860px;
	}
	.post-counter {
		width: 92px;
		height: 48px;
		margin-bottom: 0;
		border-width: 6px;
		top: inherit;
		position: fixed;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
		border-radius: 80px;
	}
	.post-counter.active {
		border: 6px solid transparent;
	}
	.post-counter-main {
		font-size: 14px;
		line-height: 20px;
	}
	.some-count {
		width: 28px;
		height: 28px;
		top: -14px;
		font-size: 12px;
	}
	.copy-notification {
		top: 100px;
		min-width: 900px;
	}
	.swiper-button-prev {
		left: 12px!important;
	}
	.swiper-button-next {
		right: 12px!important;
	}
	.open-gallery {
		right: 14px;
	}
	.socials {
		gap: 24px;
	}
	.socials li a svg {
		width: 20px;
		height: auto;
	}

	
}

@media only screen and (min-width: 992px) {
	.gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	header {
		padding: 0 20px;
		height: 72px;
	}
	.header-navigation-first {
		display: none;
	}
	.header-navigation-second {
		margin-left: 0;
		padding-left: 0;
	}
	.header-navigation-second::before {
		display: none;
	}
	.center {
		margin-top: 116px;
		padding-bottom: 80px;
	}
	.main-section {
		margin: 0 -7px 64px -7px;
		padding-top: 0;
	}
	.main-section-left {
		padding: 0 7px;
	}
	.main-section-right {
		padding: 0 7px;
	}
	.main-section-item-title {
		line-height: 24px;
		font-size: 20px;
	}
	.deteling div:nth-child(1) img {
		max-width: 56px;
	}
	.deteling div + div span:nth-child(1) {
		font-size: 12px;
		line-height: 16px;
	}
	.deteling div + div span:nth-child(2) {
		font-size: 12px;
		line-height: 16px;
	}
	.deteling div + div a {
		margin-top: 10px;
	}
	.category-item-img-block {
		border-radius: 10px;
	}
	.category-item-title {
		font-size: 18px;
		line-height: 20px;
	}
	.category-list {
		gap: 40px 18px;
	}
	.category-item-text-block {
		padding: 16px;
		border-radius: 14px;
	}
	.category-item-text-block-name {
		font-size: 16px;
		line-height: 24px;
	}
	.category-item-text-block-descr {
		font-size: 14px;
		line-height: 130%;
		margin-top: 8px;
	}
	.category-item-text-block-bottom a {
		font-size: 14px;
		line-height: 16px;
	}
	.category-item-text-block-bottom span {
		font-size: 12px;
		line-height: 18px;
	}
	.mt-200 {
		margin-top: 80px;
	}
	.big-title {
		font-size: 32px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	.big-title span {
		font-size: 16px;
		line-height: 24px;
		margin-left: 10px;
	}
	.go-to-container {
		margin-top: 48px;
	}
	.go-to-container button {
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		padding: 0 24px;
	}
	.go-to-container button span + span {
		margin-left: 6px;
	}
	.go-to-container button span + span img {
		width: 12px;
	}
	.directory_slider-prev, .directory_slider-next {
		width: 36px;
		height: 36px;
	}
	.directory_slider-prev svg, .directory_slider-next svg {
		height: auto;
	}
	.directory-block-title {
		margin-bottom: 48px;
	}
	.directory_slider {
		overflow: visible;
	}
	.directory_slider-item-text-block {
		border-radius: 14px;
		padding: 18px;
	}
	.directory_slider-item-text-block-name {
		font-size: 16px;
		line-height: 24px;
	}
	.directory_slider-item-text-block-descr {
		font-size: 14px;
		line-height: 130%;
		margin-top: 8px;
		margin-bottom: 14px;
	}
	.directory_slider-item-text-block-bottom a {
		font-size: 14px;
		line-height: 16px;
	}
	.directory_slider-item-text-block-bottom a svg {
		margin-left: 6px;
		width: 12px;
		height: auto;
	}
	.viewed-container {
		margin-top: 48px;
		margin-bottom: -22px;
	}
	.viewed-text {
		font-size: 14px;
		line-height: 20px;
	}
	.viewed-bar {
		width: 208px;
		margin-top: 8px;
	}
	.keywords-list {
		padding-top: 40px;
		gap: 56px 56px;
		grid-template-columns: repeat(2, 1fr);
	}
  .keywords-item::before{
    right: -24px;
  }
	.keywords-item-title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 24px;
	}
	.keywords-item ul li {
		margin-bottom: 10px;
	}
	.keywords-item ul li a {
		font-size: 14px;
		line-height: 20px;
		padding: 7px 14px;
		border-radius: 80px;
		border-radius: 16px;
	}
	.footer-left-ul li {
		margin-bottom: 28px;
	}
	.footer-left-ul li a {
		font-size: 18px;
		line-height: 24px;
	}
	.footer-left-ul li span {
		font-size: 14px;
		line-height: 20px;
		margin-top: 2px;
	}
	.li-place-info {
		font-size: 16px;
		line-height: 24px;
	}
	.ftg-item-name {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 14px;
	}
	.ftg-item ul li {
		margin-bottom: 12px;
	}
	.ftg-item ul li a {
		font-size: 14px;
		line-height: 20px;
	}
	.footer-bg {
		padding: 32px 0 28px 0;
		border-radius: 40px 40px 12px 12px;
	}
	footer .container {
		padding: 0 32px;
	}
	.footer-top .col-lg-4 {
		width: 45%;
	}
	.footer-top .col-lg-8 {
		width: 55%;
	}
	.footer-top-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
	.footer-top-grid > :nth-child(3) {
		grid-column: span 2;
	}
	.footer-top-grid .deteling div + div span:nth-child(1) {
		font-size: 14px;
		line-height: 20px;
	}
	.footer-top-grid .deteling div + div span:nth-child(2) {
		font-size: 12px;
		line-height: 16px;
	}
	.footer-bottom {
		padding-top: 24px;
		margin-top: 56px;
	}
	.fb-href {
		gap: 16px;
	}
	.fb-href a {
		font-size: 14px;
		line-height: 20px;
	}
	.keywords-show-more {
		display: flex;
	}
	.keywords-list .keywords-item {
		display: none;
	}
	.keywords-list .keywords-item:nth-child(1), 
	.keywords-list .keywords-item:nth-child(2),
	.keywords-list .keywords-item:nth-child(3),
	.keywords-list .keywords-item:nth-child(4),
	.keywords-list .keywords-item:nth-child(5),
	.keywords-list .keywords-item:nth-child(6),
	.keywords-list .keywords-item:nth-child(7),
	.keywords-list .keywords-item:nth-child(8),
	.keywords-list .keywords-item:nth-child(9) {
		display: block;
	}
	.keywords-list.active .keywords-item {
		display: block!important;
	}
	.keywords-page .keywords-list .keywords-item {
		display: block;
	}

	.search-button.active svg path {
		fill: #6B4AD9;
	}
	.fixed-search-module {
		width: calc(100% - 20px);
		height: calc(100vh - 104px);
		height: calc(100dvh - 104px);
		padding: 32px;
		top: 94px;
		border-radius: 16px;
	}
	.fixed-search-row {
		display: block;
	}
	.fixed-search-form {
		margin-bottom: 40px;
	}
	.fixed-search-container input {
		height: 44px;
		font-size: 16px;
		padding: 0 40px;
	}
	.fixed-search-search-button {
		width: 16px;
		height: 16px;
		left: 16px;
	}
	.fixed-search-search-button svg {
		width: 100%;
		height: auto;
	}
	.fixed-search-delete-button {
		width: 32px;
		height: 32px;
		right: 8px;
	}
	.fixed-search-delete-button svg {
		width: 10px;
		height: 10px;
	}
	.tegs-search-title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 14px;
	}
	.tegs-search ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.tegs-search ul li {
		margin-bottom: 0;
	}
	.tegs-search ul li a {
		font-size: 14px;
		line-height: 20px;
		padding: 7px 16px;
	}
	.fixed-search-category-list .category-item-title {
		font-size: 20px;
		line-height: 24px;
		margin-top: 12px;
	}
	.fixed-search-category-list .cat-item-info-box div {
		height: 32px;
		font-size: 12px;
		line-height: 16px;
		padding: 0 8px;
	}
	.fixed-search-category-list .cat-item-likes img {
		width: 14px;
	}
	.fixed-search-category-list .cat-item-info-box {
		margin-top: 14px;
	}
	.fixed-search-row-left {
		max-height: none;
		min-width: 100%;
		overflow: visible;
		padding-bottom: 0;
	}
	.fixed-search-row-right {
		max-height: none;
		overflow: visible;
	}
	.fixed-search-category-list .category-item-text-block {
		border-radius: 14px;
		padding: 18px;
	}
	.fixed-search-category-list .category-item-text-block-name {
        font-size: 16px;
        line-height: 24px;
    }
	.fixed-search-category-list .category-item-text-block-descr {
        font-size: 14px;
    }
	.fixed-search-category-list .category-item-text-block-bottom a {
		line-height: 16px;
	}
	.fixed-search-category-list .category-item-text-block-bottom span {
        font-size: 12px;
        line-height: 18px;
    }
	.category-list.fixed-search-category-list {
        gap: 24px 18px;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 40px;
    }
	.fixed-search-row-2 {
		max-height: calc(100vh - 220px);
		max-height: calc(100dvh - 220px);
		overflow-y: auto;
   	    overflow-x: hidden;
		margin-right: -5px;
        padding-right: 5px;
	}
	.search-result-null {
		font-size: 16px;
		line-height: 20px;
	}
	.search-history-left {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0;
		margin-bottom: 16px;
	}
	.search-history {
		display: block;
	}
	.search-history-right ul {
		gap: 10px;
	}
	.search-history-right ul li {
		height: 36px;
		padding: 0 16px;
	}
	.search-history-right ul li a {
		font-size: 14px;
		line-height: 20px;
	}
	.search-history-right ul li a img {
		margin-right: 8px;
		width: 14px;
		height: auto;
	}
	.search-history-right ul li button {
		margin-left: 14px;
	}
	.search-history-right ul li button svg {
		width: 10px;
		height: 10px;
	}
	.fixed-search-module-close-button {
		right: -23px;
        top: -24px;
	}
	.fixed-menu {
		max-width: 100%;
		width: calc(100% - 20px);
		top: 94px;
		border-radius: 18px;
		padding: 16px;
	}
	.fixed-menu-item {
		padding: 12px;
		gap: 12px;
		border-radius: 12px;
	}
	.fixed-menu-item div + div span:nth-child(1) {
		font-size: 14px;
		line-height: 20px;
	}
	.fixed-menu-item div + div span:nth-child(2) {
		font-size: 12px;
		line-height: 20px;
		margin-top: 2px;
	}
	.fixed-menu-list {
		gap: 12px 4px;
		grid-template-columns: repeat(3, 1fr);
	}


	.page-title {
		font-size: 32px;
		line-height: 40px;
		margin-top: 28px;
		margin-bottom: 32px;
	}
	.dir-search-block button {
		right: 20px;
	}
	.directory-list-right {
		width: 440px;
	}
	.directory-letters {
		top: 100px;
		max-height: calc(100vh - 100px);
	}
	
	.article-page {
		margin-top: 24px;
	}
	.copy-notification {
		min-width: inherit;
		width: 100%;
		max-width: 97%;
		padding: 20px 18px;
	}
	.article-substance-title {
		line-height: 26px;
	}
	.read-also-banner div:nth-child(1) a {
		width: 278px;
	}
	.itemDiv {
		max-width: 165px;
		border-radius: 12px;
	}
	.itemDiv-top {
		padding: 10px;
	}
	.badges {
		gap: 4px;
		left: 10px;
		top: 10px;
	}
	.bagde {
		height: 20px;
		border-radius: 5px;
		font-size: 10px;
		line-height: 12px;
	}
	.bagde img {
		width: 10px;
	}
	.label_special__text {
		font-size: 10px;
	}
	.label_special__timer {
		font-size: 10px;
	}
	.itemDiv-reviews {
		top: 10px;
		right: 10px;
		font-size: 10px;
		line-height: 12px;
		gap: 4px;
	}
  .itemDiv-reviews img,
	.itemDiv-reviews svg {
		width: 12px;
		height: auto;
	}
	.itemDiv-bottom {
		padding: 8px 10px 10px 10px;
	}
	.itemDiv-name {
		font-size: 14px;
		line-height: 16px;
	}
	.itemDiv-desrc {
		font-size: 12px;
		line-height: 14px;
		margin-top: 6px;
	}
  .itemDiv-desrc p{
    font-size: 12px;
		line-height: 14px;
  }
	.itemDiv-prices div {
		font-size: 18px;
		line-height: 20px;
	}
	.itemDiv-prices button {
		padding: 0 9px;
		height: 28px;
		font-size: 10px;
		line-height: 14px;
		border-radius: 8px;
	}
	.itemDiv-prices button::before {
		border-radius: 8px;
	}
	.acticle-banner {
		border-radius: 16px;
	}
  .article-more-module {
    padding-top: 56px;
  }
	.gallery-bottom-inner {
		flex-direction: column;
		border-radius: 10px;
	}
	.gallery-text {
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px solid #494949;
	}
	.gallery-bottom {
		left: 14px;
		bottom: 14px;
		right: 14px;
	}
	.mob-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 10px;
	}
	.gallery-counter {
		font-size: 12px;
	}
	.mob-inner-buttons {
		display: flex;
		align-items: center;
		gap: 6px;
		height: 32px;
	}
	.mob-inner-buttons .swiper-button-next, .mob-inner-buttons .swiper-button-prev {
		position: inherit;
		top: 0;
		right: 0;
		left: 0;
		width: 32px!important;
		height: 32px!important;
		background: #FFFFFF33;
		border-radius: 100%;
		border: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 0!important;
	}
	.mob-inner-buttons .swiper-button-next:before, .mob-inner-buttons .swiper-button-prev:before,
	.mob-inner-buttons .swiper-button-next:after, .mob-inner-buttons .swiper-button-prev:after {
		display: none;
	}
	.bottom-blur {
		height: 40px;
	}

	
}


@media screen and (max-width: 880px) {
	.main-section {
		flex-wrap: wrap;
		position: relative;
		margin-bottom: 32px;
	}
	.main-section-left {
		width: 100%;
	}
	.main-section-right .category-item {
		display: none;
	}
	.main-section-item-title {
		max-width: 50%;
	}
	.main-section-right .deteling {
		position: absolute;
		bottom: 0;
		left: calc(50% + 9px);
	}
	.category-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 600px) {
	.gamburger {
        width: 20px;
        height: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 1000;
		overflow: hidden;
    }
    .gamburger span {
        display: block;
        height: 2px;
        background: #494949;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    .gamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .gamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .gamburger.active span:nth-child(3) {
         transform: rotate(-45deg) translate(5px, -5px);
    }
	.center {
		margin-top: 104px;
	}
	header {
        padding: 0 20px;
        height: 64px;
        margin: 8px;
        width: calc(100% - 16px);
    }
	.header-center {
		display: none;
	}
	.header-lang {
		display: none;
	}
	.search-button {
		margin-left: auto;
	}
	.main-section-item-title {
		font-size: 18px;
		line-height: 20px;
		margin-top: 12px;
		max-width: 100%;
	}
	.main-section-right {
		width: 100%;
	}
	.main-section-right .deteling {
		left: 0;
		position: relative;
		margin-top: 32px;
	}
	.category-list {
        gap: 24px 14px;
    }
	.big-title {
		font-size: 26px;
		line-height: 26px;
		text-align: left;
		margin-bottom: 32px;
	}
	.big-title span {
		font-size: 14px;
		line-height: 20px;
		margin-left: 0;
		white-space: nowrap;
	}
	.go-to-container {
		margin-top: 42px;
	}
	.keywords .big-title {
		text-align: center;
	}
	.keywords-list {
		padding-top: 32px;
    gap: 48px 32px;
	}
  .keywords-item::before{
    right: -16px;
  }
	.keywords-list .keywords-item:nth-child(7),
	.keywords-list .keywords-item:nth-child(8),
	.keywords-list .keywords-item:nth-child(9) {
		display: none;
	}
	.keywords-item-title {
        font-size: 32px;
        line-height: 32px;
    }
	.keywords-item ul li a {
		border-radius: 16px;
	}
	footer {
		padding: 8px;
	}
	.footer-bg {
        padding: 24px 0 28px 0;
        border-radius: 32px 32px 12px 12px;
    }
	.footer-top {
		flex-direction: column-reverse;
	}
	footer .container {
        padding: 0 24px;
    }
	.ftg-item-name {
		font-size: 18px;
		position: relative;
		display: flex;
		align-items: center;
	}
	.ftg-item-name:after {
		content: "";
		display: block;
		width: 14px;
		height: 8px;
		background-image: url("../images/foter-bottom-icon.svg");
		position: absolute;
		right: 0;
		transition: all .2s linear;
	}
	.ftg-item.active .ftg-item-name:after {
		transform: rotate(180deg);
	}
	.footer-top .col-lg-4 {
		width: 100%;
	}
	.footer-top .col-lg-8 {
		width: 100%;
	}
	.footer-top-grid {
		display: block;
	}
	.footer-top-grid .ftg-item:nth-child(2) {
		margin-top: 32px;
	}
	.footer-top-grid .ftg-item:nth-child(3) {
		margin-top: 24px;
		padding-top: 24px;
		border-top: 1px solid #DEDEDE;
		margin-bottom: 42px;
	}
	.footer-bottom {
		padding-top: 0;
		margin-top: 0;
		border: 0;
		flex-direction: column-reverse;
    	align-items: flex-start;
	}
	.socials {
		margin-top: 28px;
	}
	.fb-href {
		margin-top: 48px;
		padding-top: 24px;
		border-top: 1px solid #DEDEDE;
		display: block;
		width: 100%;
	}
	.fb-href a {
		display: block;
	}
	.fb-href a + a {
		margin-top: 12px;
	}
	.fixed-menu {
		width: calc(100% - 16px);
		top: 80px;
		padding: 20px 14px;
	}
	.place-for-lang-mob {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: 6px;
		margin-right: 6px;
		padding-bottom: 16px;
		border-bottom: 1px solid #DEDEDE;
		margin-bottom: 16px;
	}
	.header-lang.moved {
		display: flex;
	}
	.directory-a {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
        padding: 0 12px;
		height: 36px;
		border-radius: 40px;
		display: inline-flex;
		align-items: center;
		background-color: #F4F4F4;
		border: 1px solid #DEDEDE;
	}
	.place-for-text-mob {
		display: block;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		margin-left: 8px;
		margin-bottom: 12px;
	}
	.fixed-menu-list {
        gap: 8px 12px;
        grid-template-columns: repeat(2, 1fr);
    }
	.fixed-menu-item {
		padding: 10px;
	}
	.fixed-search-module {
		width: calc(100% - 16px);
		padding: 20px 16px;
		top: 80px;
		height: calc(100vh - 88px);
		height: calc(100dvh - 88px);
	}
	.fixed-search-row-2 {
		max-height: calc(100vh - 176px);
		max-height: calc(100dvh - 176px);
	}
	.fixed-search-form {
		margin-bottom: 24px;
	}
	.category-list.fixed-search-category-list {
		grid-template-columns: 1fr;
	}
	.fixed-search-module-close-button {
		display: none;
	}
	.search-history-left {
		margin-bottom: 12px;
	}
	.mobile-hidden-block-1.category-list .category-item {
		display: none;
	}
	.mobile-hidden-block-1.category-list .category-item:nth-child(1), .mobile-hidden-block-1.category-list .category-item:nth-child(2) {
		display: block;
	}
	.main-section {
		margin-bottom: 50px;
	}
	.viewed-container {
		margin-top: 32px;
	}

	.bread-nav {
		margin-top: -16px;
		padding-bottom: 26px;
	}
	.page-title {
		text-align: left;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 28px;
    }
	.dir-search-block input {
        padding-left: 16px;
    }
	.directory-list-left {
		position: relative;
		margin-bottom: 24px;
	}
	.directory-list-right {
		width: 100%;
	}
	.directory-list-right-item {
        padding: 14px;
        border-radius: 16px;
    }
	.directory-list-right-item ._text {
		font-size: 14px;
		line-height: 20px;
		margin-top: 6px;
	}
	.directory-list li {
		margin-bottom: 56px;
	}
	.directory-letters {
		margin-left: 15px;
	}
	.directory-letters {
		top: 80px;
		max-height: calc(100vh - 80px);
		max-height: calc(100dvh - 80px);
	}
	.mt-64 {
		margin-top: 14px;
	}
	.keywords .big-title.mobile-text-left, .mobile-text-left {
		text-align: left;
	}
	.copy-notification {
		top: 85px;
	}
	.article-top-div-for-img {
		border-radius: 20px;
	}
	.article-page {
		margin-top: 0;
	}
	.ati-autor {
		gap: 8px;
	}
	.ati-copy {
		padding-left: 16px;
		margin-left: 16px;
	}
	.ati-copy div:nth-child(2) {
		display: none;
	}
	/* .ati-copy div:nth-child(1) {
		background-image: url("../images/copy-2.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px;
	}
  .ati-copy div:nth-child(1) svg{
    display: none;
  } */
	.article-top-title {
		font-size: 28px;
		line-height: 32px;
	}
	.article-top-descr {
		font-size: 18px;
		line-height: 26px;
	}
	.subject-block h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px;
    margin-top: 56px;
	}
  /* .subject-block h2:not(:first-of-type){
    margin-top: 56px;
  } */
	.sub-orange {
		padding: 16px;
		font-size: 14px;
		line-height: 20px;
	}
	.subject-block h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 14px;
	}
	.table-container {
		overflow-x: auto;
	}
	.subject-block table {
		min-width: 600px;
	}
	.subject-block table thead th {
		padding: 24px 12px;
	}
	.subject-block table tbody td {
		padding: 14px 12px;
	}
	.breadcrumb {
		flex-wrap: nowrap;
		align-items: center;
		overflow: auto;
	}
	.breadcrumb li {
		display: flex;
		white-space: nowrap;
	}
	.sub-quote {
		padding: 16px;
		flex-direction: column;
	}
	.sub-quote div:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
    }
	.read-also {
		padding: 20px;
	}
	.subject-block li {
		font-size: 14px;
		line-height: 20px;
	}
	.product-gallery .thumbs-slider {
		border-radius: 12px 12px 0 0;
	}
	.product-gallery .main-slider .swiper-slide {
		border-radius: 12px;
	}
	.main-slider-text {
    padding: 12px;
  }
	/* .product-gallery .thumbs-slider {
		display: block;
	} */
	.product-gallery .thumbs-slider .swiper-slide {
		width: 40px;
		/* flex-shrink: 0; */
	}
	.swiper-button-next, .swiper-button-prev {
		width: 40px!important;
		height: 40px!important;
		margin-top: calc(-40px / 2)!important;
	}
	.swiper-button-prev {
		left: 8px!important;
	}
	.swiper-button-next {
		right: 8px!important;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 14px;
	}
	.slide-with-text .swiper-button-next, .slide-with-text .swiper-button-prev {
		margin-top: calc(-60px)!important;
	}
	.open-gallery {
		bottom: 8px;
		right: 0;
		left: 0;
		margin: auto;
		width: 200px;
		padding: 10px 5px;
		justify-content: center;
	}

  .acticle-banner {
		border-radius: 12px;
	}
	.read-also-banner {
		padding: 20px;
		border-radius: 20px;
		position: relative;
		gap: 12px;
		margin: 46px 0;
	}	
	.read-also-banner div:nth-child(1) a {
		width: 110px;
		border-radius: 12px;
	}
	.read-also-banner div:nth-child(2) span {
		position: absolute;
		font-size: 14px;
		line-height: 20px;
		background-color: #fff;
		top: -12px;
        left: 17px;
        padding: 0 5px;
	}
	.read-also-banner div:nth-child(2) a {
		margin-top: 0;
		font-size: 16px;
		line-height: 18px;
	}
	.catalog {
		margin: 46px 0;
		flex-direction: column;
		gap: 20px;
	}
	.itemDiv {
		flex-direction: row;
		width: 100%;
		max-width: 100%;
		padding: 14px;
		gap: 12px;
	}
	.itemDiv-top {
		padding: 0;
		border-bottom: 0;
	}
	.itemDiv-bottom {
		padding: 0;
	}
	.itemDiv-img {
		display: block;
		width: 140px;
	}
	.itemDiv-reviews {
		right: auto;
    left: 130px;
    top: 15px;
	}
	.itemDiv-desrc {
		margin-top: 8px;
	}
	.itemDiv-prices {
		margin-top: 20px;
	}
	.badges {
		flex-direction: row;
	}
	.badges::before {
		content: "";
		display: block;
		width: calc(100% + 10px);
		height: 20px;
		background-color: #fff;
		position: absolute;
		top: -20px;
		left: -5px;
		z-index: 0;
	}
	.catalog .itemDiv:nth-child(2) .badges::before {
		display: none;
	}
	.bagde {
		margin-top: -20px;
		z-index: 1;
	}
	.catalog .itemDiv:nth-child(2) {
		margin-bottom: 10px;
	}
	.lightbox-img {
		border-radius: 12px;
	}
	.article-more-module {
		padding-top: 64px;
	}
  .article-more-module::before{
    left: 8px;
    width: calc(100% - 16px);
  }
	.article-more-module .big-title {
		text-align: center;
	}
	.bottom-blur {
		height: 24px;
	}

}



@media only screen and (max-width: 440px) {
	.fixed-menu {
		height: calc(100vh - 88px);
		height: calc(100dvh - 88px);
		overflow: hidden;
	}
	.fixed-menu-list {
		grid-template-columns: 1fr;
		max-height: calc(100vh - 209px);
		max-height: calc(100dvh - 209px);
        overflow-y: auto;
        overflow-x: hidden;
        margin-right: -5px;
        padding-right: 5px;
	}
	.main-section-item-img-block {
		border-radius: 10px;
	}
	.category-list {
		grid-template-columns: 1fr;
	}
	.mobile-hidden-block-2 .category-list .category-item {
		display: none;
	}
	.mobile-hidden-block-2 .category-list .category-item:nth-child(1),
	 .mobile-hidden-block-2 .category-list .category-item:nth-child(2),
	  .mobile-hidden-block-2 .category-list .category-item:nth-child(3) {
		display: block;
	}
	.directory_slider_buttons {
		display: none;
	}
	.mobile-hidden-block-3 {
		display: none;
	}
	.mobile-hidden-block-4 .category-list .category-item {
		display: none;
	}
	.mobile-hidden-block-4 .category-list .category-item:nth-child(1),
	 .mobile-hidden-block-4 .category-list .category-item:nth-child(2),
	  .mobile-hidden-block-4 .category-list .category-item:nth-child(3),
	  .mobile-hidden-block-4 .category-list .category-item:nth-child(4) {
		display: block;
	}
	.directory-letters a {
		line-height: 26px;
	}

	
}

.video-responsive iframe,
.video-responsive video{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.post-footnote{
  display: none;
}

.nav_tags_wrap._loading{
  cursor: progress;
}
.nav_tags_wrap._loading .nav_tags{
  pointer-events: none;
}

.nav_tags_wrap{
  margin-bottom: 48px;
}
.nav_tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.nav_tag {
  user-select: none;
  cursor: pointer;
  transition: all .2s linear;
  font-weight: 600;
  font-size: 14px;
	line-height: 20px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 80px;
  border: 1px solid #888888;
  color: #494949;
  white-space: nowrap;
}
.nav_tag span {
  margin-left: 8px;
  color: #888888;
}
.nav_tag._active {
  color: #fff;
  background-color: #202020;
}

@media (hover: hover) {
  .nav_tag:not(._active):hover {
    border-color: #6B4AD9;
    color: #151514;
  }
}

@media screen and (max-width: 1024px) {
  .nav_tags_wrap {
    margin-bottom: 40px;
  }
  .nav_tags {
    gap: 8px;
  }
  .nav_tag {
    font-size: 14px;
		line-height: 20px;
		padding: 7px 14px;
		border-radius: 80px;
  }
}
@media screen and (max-width: 724px) {
  .nav_tags_wrap {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 600px) {
  .nav_tag {
    border-radius: 16px;
  }
}
@media screen and (min-width: 451px) {
  .nav_tag._more{
    display: none;
  }
}
@media screen and (max-width: 450px) {

  .nav_tags_wrap{
    position: relative;
  }
  .nav_tags_wrap._more::after{
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #FFF 4.33%, rgba(255, 255, 255, 0.00) 100%);
    pointer-events: none;
    user-select: none;
  }
  .nav_tags {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6px;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .nav_tags::-webkit-scrollbar{
    height: 0;
  }
  .nav_tags_wrap._more .nav_tags{
    padding: 0 90px 0 16px;
  }
  .nav_tag._more{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    background: linear-gradient(180deg, rgba(107, 74, 217, 0.80) 0%, rgba(57, 39, 115, 0.80) 100%);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

}

body:has(.tags_popup._active){
  overflow: hidden;
}
.tags_popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #FFF;
  transition: .3s ease all;
  opacity: 0;
  visibility: hidden;
  padding: 112px 24px 44px;
}
  .tags_popup._active{
    opacity: 1;
    visibility: visible;
  }
  .tags_popup__close{
    position: absolute;
    top: 24px;
    left: 24px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(222, 222, 222, 0.50);
    border: none;
  }
  .tags_popup__title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 28px;
  }
    .tags_popup__title span{
      color: #888;
    }
  .tags_popup__list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 6px;
    max-height: calc(100dvh - 235px);
    overflow-y: scroll;
  }
  .tags_popup__botttom{
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #888;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
    margin-top: 24px;
  }
.search-history:not(:has(ul li)),
.tegs-search:not(:has(ul li)) {
  display: none;
}
#popup_search:has(#popup_search_list:has(.category-item)) #search_history{
  display: none;
}
.search-history:not([hidden]) + .search-result-null:not([hidden]) {
  margin-top: 24px;
}
.section_search .big-title{
  text-align: left;
}
.section_search .big-title ._val{
  position: relative;
  display: inline;
}
.section_search ._val::before,
.section_search ._val::after {
  color: #6D4FE5;
}
.section_search ._val::before {
  content: "«";
}
.section_search ._val::after {
  content: "»";
}
.section_search__text{
  color: #494949;
  font-size: 18px;
}
.section_search__text a{
  color: #58a2f7;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .section_search__text{
    font-size: 16px;
  }
}

/*      AUTHOR     */

.bg_img img,
.bg_img svg,
.bg_img video,
.bg_img iframe{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.author__head{
  position: relative;
  border-radius: 24px;
  border: 1px solid #DEDEDE;
  display: flex;
  gap: 40px;
  padding: 32px;
  margin: 56px 0 80px;
}
  .author__head_thumb{
    width: 332px;
    min-width: 332px;
    aspect-ratio: 1/1;
  }
    .author__head_thumb img{
      object-fit: cover;
      border-radius: 24px;
    }

  .author__head_content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    padding: 16px 0;
  }
    .author__head_title_wrap{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 8px;
    }
    .author__head_copy {
      cursor: pointer;
      width: 48px;
      height: 48px;
      transition: 0.2s linear;
      border-radius: 50%;
      border: 1px solid #DEDEDE;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .author__head_copy img, .author__head_copy svg{
      display: block;
      width: 16px;
      height: 16px;
    }
    .author__head h1{
      text-align: left;
      font-size: 40px;
      line-height: 1.2;
      margin: 0;
    }
    .author__head_meta{
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 4px 24px;
      color: #888;
      font-size: 16px;
    }
      .author__head_position{
        color: #151514;
      }
      .author__head_meta > div:not(:last-child){
        position: relative;
      }
      .author__head_meta > div:not(:last-child)::after{
        content: '';
        position: absolute;
        top: 50%;
        right: -12px;
        width: 3px;
        height: 3px;
        transform: translate(50%, -50%);
        border-radius: 50%;
        background: #888;
      }
    .author__head_socials{
      display: flex;
      align-items: center;
      gap: 10px;
    }
      .author__head_socials a{
        color: #58a2f7;
        font-weight: 600;
      }
    .author__head_description{
      max-width: 590px;
      color: #888;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.3;
    }
@media (hover:hover){
  .author__head_copy:hover{
    background: #F4F4F4;
  }
}
@media screen and (max-width: 1024px) {
  .author__head{
    gap: 32px;
    padding: 24px;
    margin: 32px 0 72px;
  }
    .author__head_thumb{
      width: 240px;
      min-width: 240px;
    }
    .author__head_content{
      padding: 12px 0;
    }
    .author__head h1{
      font-size: 32px;
    }
    .author__head_meta{
      font-size: 14px;
    }
    .author__head_description{
      font-size: 14px;
    }
}
@media screen and (max-width: 724px) {
  .author__head{
    gap: 24px;
    padding: 16px;
    margin: 36px 0 60px;
  }
    .author__head_thumb{
      width: 284px;
      min-width: 284px;
    }
      .author__head_thumb img{
        border-radius: 18px;
      }
    .author__head_content{
      padding: 8px 0;
    }
    .author__head_title_wrap{
      justify-content: flex-start;
    }
    .author__head_copy {
      width: 36px;
      height: 36px;
    }
    .author__head_copy img, .author__head_copy svg{
      width: 14px;
      height: 14px;
    }
    .author__head h1{
      font-size: 28px;
    }
    .author__head_meta{
      gap: 4px 20px;
      font-size: 12px;
    }
      .author__head_meta > div:not(:last-child)::after{
        right: -10px;
      }
      .author__head_socials{
        gap: 8px;
      }
    .author__head_description{
      font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
  .author__head{
    border-radius: 16px;
    flex-direction: column;
    gap: 16px;
    padding: 14px;
    margin: 32px 0 60px;
  }
    .author__head_thumb{
      width: 100%;
      min-width: unset;
    }
      .author__head_thumb img{
        border-radius: 14px;
      }
    .author__head_content{
      padding: 0;
    }
    .author__head_title_wrap{
      justify-content: space-between;
    }
    .author__head_copy {
      width: 28px;
      height: 28px;
    }
    .author__head_copy img, .author__head_copy svg{
      width: 12px;
      height: 12px;
    }
    .author__head h1{
      font-size: 26px;
    }
    .author__head_meta{
      gap: 4px 14px;
      font-size: 10px;
    }
      .author__head_meta > div:not(:last-child)::after{
        right: -7px;
      }
      .author__head_socials{
        gap: 6px;
      }
}

.authors_list{
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.authors_item{
  border-radius: 18px;
  border: 1px solid #DEDEDE;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 27px;
  padding: 24px;
  transition: all .2s linear;
}
  .authors_item_name{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .authors_item_thumb{
    width: 100px;
    height: 100px;
    margin-left: auto;
  }
    .authors_item_thumb img{
      border-radius: 12px;
    }
  
  .authors_item_bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
  }
  .authors_item_more{
    color: #6D4FE5;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
  }
    .authors_item_more svg{
      display: block;
    }

@media screen and (max-width: 1024px) {
  .authors_list{
    margin-top: 48px;
    gap: 12px;
  }
  .authors_item{
    padding: 20px;
  }
    .authors_item_name{
      font-size: 18px;
    }
    .authors_item_thumb{
      width: 90px;
      height: 90px;
    }

  .authors_item_more{
    font-size: 14px;
  }
    .authors_item_more svg{
      width: 12px;
    }
}
@media screen and (max-width: 724px) {
  .authors_list{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .authors_item{
    padding: 16px;
  }
    .authors_item_thumb{
      width: 75px;
      height: 75px;
    }
}
@media screen and (max-width: 450px) {
  .authors_list{
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .authors_item .author__head_meta{
    font-size: 12px;
  }
}
/* @media (hover:hover){ */
  .authors_item:hover{
    border-color: #6D4FE5;
  }
  .authors_item:hover .authors_item_more{
    opacity: 1;
    visibility: visible;
  }
/* } */
/*      end  AUTHOR     */


/*      single dictionary     */
.single_dictionary .page-title {
  margin-bottom: 24px;
}
.single_dictionary .author__head_copy {
  margin-inline: auto;
}

.single_dictionary_meta{
  cursor: default;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-top: 96px;
}
  .single_dictionary_meta_item{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
  }
    .single_dictionary_meta_item__title{
      color: #888;
    }
    .single_dictionary_meta_item__value{
      font-weight: 600;
    }
    .single_dictionary_meta_item__value ._author{
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .single_dictionary_meta_item__value img{
      width: 18px;
      height: 18px;
      border-radius: 50%;
      object-fit: cover;
    }

.single_dictionary_wrap {
  border-bottom: 1px solid #DEDEDE;
  padding: 72px 0;
  margin: 0 0 48px;
}
.single_dictionary_content {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}

.single_dictionary .product-gallery{
  margin: 32px 0;
}

@media screen and (max-width: 1024px) {
  .single_dictionary .page-title {
    margin-bottom: 16px;
  }
  .single_dictionary .author__head_copy {
    width: 40px;
    height: 40px;
  }
    .single_dictionary .author__head_copy img, 
    .single_dictionary .author__head_copy svg {
      width: 14px;
      height: 14px;
    }

  .single_dictionary_meta{
    margin-top: 72px;
  }

  .single_dictionary_wrap {
    padding: 56px 0;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 724px) {
  .single_dictionary_meta{
    flex-direction: column;
    gap: 8px;
  }
    .single_dictionary_meta_item__title{
      width: 90px;
      min-width: 90px;
    }
}
@media screen and (max-width: 450px) {
  .single_dictionary_meta{
    margin-top: 56px;
  }
  .single_dictionary_wrap {
    padding: 48px 0;
  }
}

/*      end  single dictionary     */


.section_404 .big-title,
.section_404 .section_search__text {
  text-align: center;
}


.category-slider .swiper-slide {
  height: auto;
}
.category-slider .category-item-more  {
  height: 100%;
}
.category-item-more{
  display: block;
  overflow: hidden;
  font-family: "Right Grotesk";
  position: relative;
  border-radius: 12px;
  border: 1px solid #DEDEDE;
  padding: 32px 24px;
  transition: all .2s linear;
}
  .category-item-more .bg_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .category-item-more .bg_img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .category-item-more-title{
    position: relative;
    z-index: 1;
    color: #6B4AD9;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
  }


.category-item-more._dictionary{
  padding: 28px;
  height: 100%;
}
  ._dictionary .category-item-more-title{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
  }
    ._dictionary .category-item-more-title svg{
      width: 14px;
      height: auto;
    }

.home_category{
  overflow: hidden;
}
@media (min-width: 600px) {
  .category-item-more:hover {
    border-color: #6B4AD9;
  }
}
@media screen and (min-width: 881px){
  .home_category .category-list .category-item:nth-child(3){
    display: none;
  }
}
@media (max-width: 479px) {
  .home_category {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 1200px) {  
  .category-item-more{
    padding: 24px 20px;
  }
  .category-item-more-title{
    font-size: 20px;
  }
    .category-item-more-title svg{
      width: 14px;
      height: auto;
    }

  .category-item-more._dictionary{
    padding: 24px 20px;
  }
}

@media screen and (max-width: 991px) {  
  .category-item-more{
    padding: 24px 20px;
  }
  .category-item-more-title{
    font-size: 18px;
  }
    .category-item-more-title svg{
      width: 12px;
    }

  .category-item-more._dictionary{
    padding: 20px 24px;
  }
    ._dictionary .category-item-more-title{
      font-size: 16px;
    }
      ._dictionary .category-item-more-title svg{
        width: 12px;
      }
}

@media screen and (min-width: 881px) {
  .category-item-more-desc{
    display: none;
  }
}

@media screen and (max-width: 880px) {  
  .category-item-more{
    min-height: 100%;
    max-width: 100%;
    aspect-ratio: 3.3 / 2;
    padding: 20px 16px;
  }
  .category-item-more-desc{
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #888;
    margin-top: 6px;
  }
    .category-item-more-desc span{
      color: #151514;
    }

  .category-item-more._dictionary{
    aspect-ratio: unset;
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .category-item-more .bg_img img{
    object-position: top;
  }
}

.pld-like-dislike-wrap{
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
}
