

/* Start:/local/html/redesign/header/css/fonts.css?17313109701438*/
/* ROBOTO */
@font-face {
    font-family: 'Roboto';
    src: url('/local/html/fonts/Roboto/Roboto-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-display: optional;
}

/* MuseoSansCyrl */
@font-face {
    font-family: "MuseoSansCyrl";
    src: local("MuseoSansCyrl"),
      url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff") format("woff"),
      url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf") format("ttf"),
      url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot") format("eot");
    font-style: normal;
    font-weight: 600;
    font-display: optional;
  }
  
  @font-face {
    font-family: "MuseoSansCyrl";
    src: local("MuseoSansCyrl"),
      url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff") format("woff"),
      url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf") format("ttf"),
      url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot") format("eot");
    font-style: normal;
    font-weight: 300;
    font-display: optional;
  }
  
  @font-face {
    font-family: "MuseoSansCyrl";
    src: local("MuseoSansCyrl"),
      url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff") format("woff"),
      url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf") format("ttf"),
      url("/local/html/fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot") format("eot");
    font-style: normal;
    font-weight: 400;
    font-display: optional;
  }

/* End */


/* Start:/local/html/sass/main.css?1744275570213110*/
@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta (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)
 */
@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;
  }
}
html {
  box-sizing: border-box;
  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: rgba(0, 0, 0, 0);
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  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;
  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: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  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: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

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

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

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

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

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

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

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: "— ";
}

.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,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.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);
}

.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

.table-inverse {
  color: #fff;
  background-color: #212529;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #32383e;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

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

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  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:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
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.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

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

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.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.3125rem + 2px);
}

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

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

.form-row {
  display: flex;
  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-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.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 ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-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);
}

.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: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: 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: flex;
    align-items: 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;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 8px !important;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #868e96;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

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

.show > a {
  outline: 0;
}

.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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
  margin-bottom: 0;
}
.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: flex;
  flex-wrap: wrap;
  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 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  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: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  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: flex;
  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;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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;
  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: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: -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: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}
.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.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  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: flex;
  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.25;
  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 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.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: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.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 {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: flex;
  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 {
  flex-basis: 100%;
  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 {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@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 {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@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 {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@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 {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.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-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
.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: white;
}
.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);
}

.card {
  position: relative;
  display: flex;
  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-body {
  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 > .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-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-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);
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 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:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.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: bold;
  line-height: 1;
  color: #fff;
  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 {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  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;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.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 {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  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;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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.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 .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.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;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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: 10px;
  height: 5px;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  content: "";
  border-width: 11px;
}
.popover .arrow::after {
  content: "";
  border-width: 11px;
}
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 10px;
}
.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: -11px;
  margin-left: -6px;
  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: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  margin-left: 10px;
}
.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: -8px;
  border-left-width: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  left: -11px;
  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: -10px;
  border-right-color: #fff;
}
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 10px;
}
.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: -7px;
  border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: -11px;
  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: -10px;
  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: 10px;
}
.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: -8px;
  border-right-width: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  right: -11px;
  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: -10px;
  border-left-color: #fff;
}
.popover-header {
  padding: 8px 14px;
  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: 9px 14px;
  color: #212529;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  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 {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: 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: 0.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='M4 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='M1.5 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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  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: #17a2b8 !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%;
}

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

.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-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  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-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    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-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    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-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    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-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    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.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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: sticky) {
  .sticky-top {
    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;
  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;
  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 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: 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-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

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

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

@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot");
  src: url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff") format("woff"), url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: optional;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot");
  src: url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff") format("woff"), url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: optional;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot");
  src: url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff") format("woff"), url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: optional;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot");
  src: url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff") format("woff"), url("/local/html/sass/../fonts/MuseoSansCyrl/MuseoSansCyrl-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: optional;
}
html, body {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #1a1919;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.bg__white {
  background: #FFFFFF !important;
}

h1 {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2.571rem;
  color: #333333;
  padding: 0;
  margin: 5rem 0 2.286rem;
  display: inline-flex;
}

h2 {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #1e2733;
  margin-bottom: 2.5rem;
}

h3 {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1e2733;
  margin-bottom: 2rem;
}

a {
  color: #06498c;
}
a:hover {
  text-decoration: none;
  color: #1369bf;
}
a:focus {
  outline: none;
}

.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^=right] {
  left: 20px !important;
}

.tooltip-inner {
  text-align: left;
}
.tooltip-inner a {
  color: #ffd400;
}

.link-all {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #06498c;
  text-transform: uppercase;
  margin-top: auto;
  letter-spacing: 0.3px;
}
.link-all:hover {
  color: #1369bf;
  text-decoration: none;
}
.link-all .icon {
  transform: rotate(270deg);
  padding-left: 0.3em;
  width: 1em;
  height: 0.9em;
  stroke-width: 2px;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  cursor: pointer;
  border-radius: 8px;
}
.btn-hint {
  border-radius: 8px;
  color: #fff;
  background: #A3ADBB;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.btn-radius {
  border-radius: 8px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}
.btn-primary {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8571rem;
  line-height: 2.143rem;
  padding: 0.3571rem 1.786rem;
  margin-right: auto;
  color: #fff;
  background-color: #06498c;
  border-color: #06498c;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #06498c;
  border-color: #06498c;
  opacity: 0.8;
}
.btn-warning {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  padding: 1em 1.5rem;
  color: #333;
  background-color: #ffd400;
  border-color: #ffd400;
}
.btn-warning:hover {
  background-color: #ffe019;
  border-color: #ffe019;
}
.btn-download {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 17px;
  width: 197px;
  font-size: 11px;
  text-align: left;
}
.btn-download .icon {
  min-width: 1.5em;
  max-width: 1.5em;
  height: 1.5em;
  margin-right: 1rem;
}
.btn-secondary {
  color: #7e8d9c;
  background-color: #edf1f5;
  border-color: #edf1f5;
}
.btn-secondary:hover {
  background-color: #9eabb8;
  border-color: #9eabb8;
  color: #fff;
}
.btn-secondary:focus {
  box-shadow: none;
  color: #7e8d9c;
}
.btn-secondary.btn-collapse {
  padding: 0 1.435rem;
}
.btn.btn-outline-light:hover {
  color: #414042;
}
.btn.btn-outline-secondary {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 13px;
  line-height: 45px;
  text-transform: uppercase;
  color: #414042;
  border-color: #ccd6e0;
  border-radius: 8px;
  padding: 1px 24px 0;
  letter-spacing: 0.3px;
}
.btn.btn-outline-secondary:hover {
  background: #ffe019;
  border-color: #ffe019;
  color: #333;
}
@media (min-width: 576px) {
  .btn-title {
    margin-top: -0.65rem;
  }
}
.btn-link {
  text-transform: uppercase;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #06498c;
  letter-spacing: 0.3px;
}
.btn-link.btn-collapse {
  text-decoration: none;
  padding: 0;
  margin-bottom: 1rem;
}
.btn-link.btn-collapse:hover {
  color: #1369bf;
}
.btn-collapse span .icon {
  width: 0.6em;
  height: 0.8em;
  stroke-width: 4px;
}
.btn-collapse span:nth-child(2) {
  display: none;
  transition: all 0.15s ease-in-out;
}
.btn-collapse span:nth-child(2) .icon {
  transform: rotate(180deg);
  transition: all 0.15s ease-in-out;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 15px 33px;
}

.text-overflow {
  position: relative;
  overflow: hidden;
  max-height: 90px;
}
.text-overflow::after {
  content: "";
  box-sizing: content-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 29%, rgba(255, 255, 255, 0.99) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 29%, rgba(255, 255, 255, 0.99) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 29%, rgba(255, 255, 255, 0.99) 30%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 29%, rgba(255, 255, 255, 0.99) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 29%, rgba(255, 255, 255, 0.99) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
  transform: rotate(180deg);
  opacity: 0.7;
}
.text-overflow.text-collapsed {
  max-height: none !important;
}
.text-overflow.text-collapsed::after {
  content: none;
}
.text-overflow.text-collapsed ~ .btn-collapse span:nth-child(1) {
  display: none;
  transition: all 0.15s ease-in-out;
}
.text-overflow.text-collapsed ~ .btn-collapse span:nth-child(2) {
  display: block;
  transition: all 0.15s ease-in-out;
}

.mark__grey {
  color: #fff;
  background: rgba(30, 39, 51, 0.6);
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 12px;
  padding: 0.25rem 0.8rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  line-height: normal;
}
.mark__red {
  color: #fff;
  background: #cc141b;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 12px;
  padding: 0.25rem 0.8rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  line-height: normal;
}
.mark__orange {
  color: #fff;
  background: #e9610c;
  font-family: "Museo Sans", Arial, sans-serif;
  font-size: 12px;
  padding: 0.25rem 0.8rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  line-height: normal;
}
.mark__green {
  color: #19b34f;
  background: #e3f8ea;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 12px;
  padding: 0.25rem 0.8rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  line-height: normal;
}

.product__mark {
  color: #fff;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 10px;
  padding: 0 1.1em;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 24px;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.product__mark--hot {
  background: #e62e37;
}
.product__mark--new {
  background: #19b34f;
}
.product__mark--action {
  background: #e9610c;
}

.list__green li {
  display: flex;
  margin-bottom: 1rem;
}
.list__green .icon {
  color: #19b34f;
  margin-right: 0.5rem;
  font-size: 21px;
  min-width: 21px;
}
.list__blue li {
  display: flex;
  margin-bottom: 1rem;
  color: #06498c;
}
.list__blue .icon {
  margin-right: 0.5rem;
  font-size: 21px;
  min-width: 21px;
}
@media (min-width: 768px) {
  .list__decimal {
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: decimal;
  }
}

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

.nav-pills {
  border-bottom: 1px solid #cdd4de;
  margin-bottom: 1.5rem;
}
.nav-pills .nav-item {
  margin-right: 1rem;
}
.nav-pills .nav-link {
  font-size: 15px;
  color: #7e8d9c;
  border-radius: 0;
  margin-bottom: -2px;
  padding: 1.3rem 0.8rem;
}
.nav-pills .nav-link h2 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  color: #7e8d9c;
  margin-bottom: 0;
}
.nav-pills .nav-link.active {
  background-color: #fff;
  border-bottom: 3px solid #ffd400;
  font-weight: 600;
  color: #1a1a1a;
}
.nav-pills .nav-link.active h2 {
  color: #1a1a1a;
}
.nav-pills .tab-content {
  padding-bottom: 1rem;
  line-height: 23px;
}

.nav__secondary {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin: 30px 0 24px;
}
.nav__secondary .nav-item {
  margin-right: 24px;
}
.nav__secondary .nav-item:last-child {
  margin-right: 0;
}
.nav__secondary .nav-link {
  text-transform: uppercase;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #7e8d9c;
  border-radius: 2px;
  padding: 0 13px;
  border: 1px solid #7e8d9c;
}
.nav__secondary .nav-link.active, .nav__secondary .nav-link:hover {
  font-weight: 400;
  color: #fff;
  background: #7e8d9c;
  border-bottom: 1px solid #7e8d9c;
}

.carousel {
  overflow: hidden;
}
.carousel .carousel-item.active {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
}
.carousel .carousel-item img {
  width: 100%;
}
.carousel .carousel-caption {
  bottom: auto;
}
.carousel .carousel-indicators li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.carousel .carousel-indicators li.active {
  background-color: #fff;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  background: rgba(0, 0, 0, 0.4);
  width: 28px;
  height: 56px;
  top: calc(50% - 28px);
}
.carousel .carousel-control-prev:hover, .carousel .carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.carousel .carousel-control-prev .icon-down-arrow, .carousel .carousel-control-next .icon-down-arrow {
  stroke-width: 2px;
}
.carousel .carousel-control-prev {
  border-radius: 0 100% 100% 0/0 50% 50% 0;
}
.carousel .carousel-control-prev .icon-down-arrow {
  transform: rotate(90deg);
}
.carousel .carousel-control-next {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
}
.carousel .carousel-control-next .icon-down-arrow {
  transform: rotate(270deg);
}
.carousel__big-prev, .carousel__big-next {
  font-size: 18px;
  width: 33px;
  height: 66px;
  top: calc(50% - 33px);
}
.carousel__big-prev {
  padding-right: 7px;
}
.carousel__big-next {
  padding-left: 7px;
}
.carousel__big .carousel-indicators {
  bottom: 30px;
}
.carousel__big .carousel-indicators li {
  width: 15px;
  height: 15px;
}

.preview__block > div {
  margin-bottom: 2rem;
}
.preview__block--image {
  display: block;
  overflow: hidden;
  border: 1px solid #cdd4de;
  margin-bottom: 1.071rem;
  outline: none;
  position: relative;
}
.preview__block--image img {
  width: 100%;
  height: auto;
}
.preview__block--image-icon {
  display: none;
}
.preview__block--image:hover {
  position: relative;
  border-color: #cdd4de;
  -webkit-box-shadow: inset -300px -300px 0 300px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset -300px -200px 0 300px rgba(0, 0, 0, 0.65);
  box-shadow: inset -300px -300px 0 300px rgba(0, 0, 0, 0.65);
  z-index: 10;
}
.preview__block--image:hover img {
  opacity: 0.5;
}
.preview__block--image:hover .preview__block--image-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
}
.preview__block--image:hover .preview__block--image-icon .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.preview__block--title {
  font-size: 1.071rem;
  font-weight: 700;
}
.preview__block--close, .preview__block--prev, .preview__block--next {
  color: #ffffff;
  opacity: 0.75;
}
.preview__block--close:hover, .preview__block--prev:hover, .preview__block--next:hover {
  color: #ffffff;
  opacity: 1;
}
.preview__block--close::before, .preview__block--prev::before, .preview__block--next::before {
  content: none !important;
}
.preview__block--close .icon, .preview__block--prev .icon, .preview__block--next .icon {
  width: 2em;
  height: 2em;
}
.preview__block--close {
  position: fixed;
  top: 3rem;
  right: 3rem;
  font-family: Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
.preview__block--prev {
  transform: rotate(180deg);
}
.preview__block--next {
  right: 0;
}
.preview__block .title {
  padding: 2.357rem 1.643rem;
}
.preview__video {
  position: relative;
  -webkit-box-shadow: inset -300px -300px 0 300px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset -300px -300px 0 300px rgba(0, 0, 0, 0.65);
  box-shadow: inset -300px -300px 0 300px rgba(0, 0, 0, 0.65);
  z-index: 10;
}
.preview__video img {
  opacity: 0.5;
}
.preview__video-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
}
.preview__video-icon .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.preview__course {
  overflow: hidden;
}
@media (min-width: 992px) {
  .preview__course {
    padding-top: 57px;
    padding-bottom: 72px;
  }
}
@media (max-width: 991px) {
  .preview__course {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.preview__course--headline {
  color: #1d2335;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
}
@media (min-width: 992px) {
  .preview__course--headline {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .preview__course--headline {
    margin-bottom: 15px;
  }
}
.preview__course--block {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .preview__course--block {
    display: flex;
    max-width: 730px;
  }
}
.preview__course--block img {
  max-width: 100%;
  height: auto;
}
.preview__course--title {
  color: #1d2335;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
}
.preview__course--description {
  margin-bottom: 10px;
  line-height: 22px;
  color: #929aa3;
  font-size: 14px;
}
.preview__course--active {
  position: relative;
}
@media (min-width: 992px) {
  .preview__course--active {
    min-width: 730px;
    margin-right: 125px;
  }
}
.preview__course--video {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 19px;
}
.preview__course--video::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 28, 29, 0.67);
  content: "";
}
.preview__course--video::after {
  content: "";
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 30px);
  z-index: 2;
  color: #fff;
  width: 0;
  height: 0;
  border-left: 60px solid;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  cursor: pointer;
}
.preview__course--time {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
  z-index: 2;
  font-size: 14px;
}
.preview__course--time .icon {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 16px;
}
.preview__modal.show {
  display: flex !important;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .preview__modal.show {
    display: block !important;
    padding-top: 30px;
  }
}
.preview__modal--image {
  width: 100%;
  border-radius: 0 0 6px 6px;
}
.preview__modal .modal-dialog {
  margin: auto;
}
@media (min-width: 992px) {
  .preview__modal .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview__modal .modal-dialog {
    max-width: 655px;
  }
}
.preview__modal--dismiss {
  position: fixed;
  top: 3rem;
  right: 3rem;
  font-family: Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .preview__modal--dismiss {
    top: 2rem;
    right: 1rem;
  }
}
.preview__modal--dismiss, .preview__modal--close, .preview__modal--prev, .preview__modal--next {
  cursor: pointer;
  color: #ffffff;
  opacity: 0.75;
}
.preview__modal--dismiss:hover, .preview__modal--close:hover, .preview__modal--prev:hover, .preview__modal--next:hover {
  color: #ffffff;
  opacity: 1;
}
.preview__modal--dismiss::before, .preview__modal--close::before, .preview__modal--prev::before, .preview__modal--next::before {
  content: none !important;
}
.preview__modal--dismiss .icon, .preview__modal--close .icon, .preview__modal--prev .icon, .preview__modal--next .icon {
  width: 2em;
  height: 2em;
}
@media (max-width: 575px) {
  .preview__modal--dismiss, .preview__modal--close, .preview__modal--prev, .preview__modal--next {
    color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .preview__modal--dismiss:hover, .preview__modal--close:hover, .preview__modal--prev:hover, .preview__modal--next:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
.preview__modal--nav {
  opacity: 0.7;
  position: absolute;
  bottom: 50%;
}
.preview__modal--prev {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .preview__modal--prev {
    left: -150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preview__modal--prev {
    left: -60px;
  }
}
@media (max-width: 991px) {
  .preview__modal--prev {
    left: -40px;
  }
}
@media (max-width: 575px) {
  .preview__modal--prev {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .preview__modal--next {
    right: -150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preview__modal--next {
    right: -60px;
  }
}
@media (max-width: 991px) {
  .preview__modal--next {
    right: -40px;
  }
}
@media (max-width: 575px) {
  .preview__modal--next {
    right: 0;
  }
}
.preview__modal--container {
  background-color: #fff;
}
.preview__modal--container .carousel-item {
  flex-wrap: wrap;
}
.preview__modal--iframe {
  display: block;
  width: 100%;
  border-radius: 0 0 6px 6px;
}
@media (min-width: 1200px) {
  .preview__modal--iframe {
    min-height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preview__modal--iframe {
    min-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview__modal--iframe {
    min-height: 300px;
  }
}
.preview__modal--collapse {
  position: relative;
  max-height: 115px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-bottom: 10px;
}
.preview__modal--collapse::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 55px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.preview__modal--collapse.collapsed {
  transition: max-height 0.4s ease;
  max-height: 10000px;
  margin-bottom: 0;
}
.preview__modal--collapse.collapsed::before {
  display: none;
}
.preview__modal--description {
  width: 100%;
  padding: 30px 23px;
  line-height: 22px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.preview__modal--description p {
  margin-bottom: 23px;
}
.preview__modal--title {
  margin-bottom: 10px;
  color: #1d2335;
  font-size: 18px;
  font-weight: 700;
}
.preview__modal--open {
  color: #1d2335;
  font-weight: 500;
}
.preview__modal--open .icon {
  margin-left: 5px;
  vertical-align: middle;
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}
.preview__modal--open.collapsed span:nth-child(1) {
  display: inline;
}
.preview__modal--open.collapsed span:nth-child(2) {
  display: none;
}
.preview__modal--open.collapsed .icon {
  transform: rotate(90deg);
}
.preview__modal--open span {
  cursor: pointer;
}
.preview__modal--open span:nth-child(1) {
  display: none;
}

.accordion__primary--item {
  border-bottom: 1px solid #cdd4de;
}
.accordion__primary--item:first-child {
  border-top: 1px solid #cdd4de;
}
.accordion__primary--item > a {
  color: #232323;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.accordion__primary--item > a.collapsed .icon-down-arrow {
  transform: rotate(270deg);
}
.accordion__primary--item .title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #232323;
}
.accordion__primary--item .icon {
  color: #7e8d9c;
  stroke-width: 4px;
  margin-right: 22px;
}

.box__materials {
  border: 1px solid #ccd6e0;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .box__materials > div {
    width: 100%;
  }
}
.box__materials--col {
  flex: 1 1 50%;
  padding: 2.8rem 5rem 2.8rem 2.8rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .box__materials--col {
    flex: 1 1 100%;
  }
}
.box__materials--col h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  color: #151515;
  margin-bottom: 2rem;
}
.box__materials--list {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.box__materials--item {
  display: flex;
  margin-bottom: 2rem;
}
.box__materials--item a {
  color: #1a1a1a;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
}
.box__materials--item a:hover {
  color: #808080;
}
.box__materials--date {
  font-size: 13px;
  line-height: 21px;
  color: #808080;
}
.box__materials--date span {
  font-weight: bold;
}
.box__materials--ico {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #edf1f5;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box__materials--ico .icon {
  color: #9ea9b8;
}
.box__materials--all {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #06498c;
  text-transform: uppercase;
  margin-top: auto;
  letter-spacing: 0.3px;
}
.box__materials--all .icon {
  transform: rotate(270deg);
  padding-left: 0.3em;
  width: 1em;
  height: 0.9em;
  stroke-width: 2px;
}
.box__materials--promo {
  background-size: cover;
  background-position-x: right;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-decoration: none;
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
  align-content: flex-start;
  align-items: flex-start;
}
.box__materials--promo:hover {
  text-decoration: none;
  color: #fff;
}
.box__materials--promo h2 {
  text-transform: none;
  color: #ffffff;
  font-size: 30px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 40px;
}
.box__materials--description {
  font-size: 16px;
  font-family: "Museo Sans", Helvetica, sans-serif;
}
.box__materials--description .icon {
  margin-right: 1rem;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
}
.box__materials--mark {
  text-transform: uppercase;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 10px;
  border-radius: 2px;
  padding: 0 1rem;
  line-height: 30px;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.box__shadow {
  -webkit-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.35), 2px 0 18px -8px rgba(18, 26, 40, 0.35), 0 8px 18px 0 rgba(18, 26, 40, 0.35);
  -moz-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.35), 2px 0 18px -8px rgba(18, 26, 40, 0.35), 0 8px 18px 0 rgba(18, 26, 40, 0.35);
  box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.35), 2px 0 18px -8px rgba(18, 26, 40, 0.35), 0 8px 18px 0 rgba(18, 26, 40, 0.35);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box__shadow:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
  box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
}

@media (min-width: 1700px) {
  .section__container {
    max-width: 1570px;
  }
  .section__container .col-xxl-8 {
    flex: 0 0 63%;
    max-width: 63%;
  }
  .section__container .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section__container .col-xxl-4 {
    flex: 0 0 37%;
    max-width: 37%;
  }
}
.section__wrapper {
  background: url("/local/html/sass/../images/bg__pattern--light.png") #ffffff repeat;
  overflow: hidden;
}
.section__wrapper--dark {
  background: url("/local/html/images/bg__pattern--dark.png") #5d7288 repeat;
}
.section__greywrap {
  background: url("/local/html/sass/../images/bg__pattern--light.png") #edf1f5 repeat;
  overflow: hidden;
}
.section__social {
  margin-bottom: 6rem;
}
.section__social p {
  font-size: 15px;
}
.section__social--item {
  color: #fff;
  border-radius: 0.25rem;
  margin-right: 1rem;
  overflow: hidden;
  display: flex;
  cursor: pointer;
}
.section__social--item .icon {
  width: 36px;
  height: 36px;
  padding: 8px 6px;
}
.section__social--item .counter {
  font-size: 13px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}
.section__social--facebook {
  background: rgb(61, 88, 155);
}
.section__social--facebook .counter {
  background: rgba(61, 88, 155, 0.8);
}
.section__social--facebook .counter:hover {
  background: rgb(61, 88, 155);
}
.section__social--vk {
  background: rgb(80, 114, 153);
}
.section__social--vk .counter {
  background: rgba(80, 114, 153, 0.8);
}
.section__social--vk .counter:hover {
  background: rgb(80, 114, 153);
}
.section__social--twitter {
  background: rgb(29, 161, 242);
}
.section__social--twitter .counter {
  background: rgba(29, 161, 242, 0.8);
}
.section__social--twitter .counter:hover {
  background: rgb(29, 161, 242);
}
.section__social--odnoklassniki {
  background: rgb(238, 130, 8);
}
.section__social--odnoklassniki .counter {
  background: rgba(238, 130, 8, 0.8);
}
.section__social--odnoklassniki .counter:hover {
  background: rgb(238, 130, 8);
}
.section__about {
  padding: 67px 0;
  background-color: #edf0f6;
  box-sizing: border-box;
  line-height: 18px;
  color: #1a1919;
  font-size: 14px;
}
.section__more {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .section__more {
    margin-bottom: 1rem;
  }
}
.section__more--item {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 2rem;
}
.section__more--item-current .section__more--img {
  border: 2px solid #ffd400;
}
.section__more--item > a {
  font-weight: 600;
}
@media (min-width: 992px) {
  .section__more--item::before {
    content: "+";
    display: block;
    position: absolute;
    width: 3em;
    height: 3em;
    color: #9eabb8;
    font-size: 2em;
    font-weight: 600;
    left: -1.7rem;
    top: calc(105px - 1em);
  }
}
.section__more .col-md-6:first-child .section__more--item::before {
  content: none;
}
.section__more--img {
  position: relative;
  display: flex;
  height: 210px;
  border: 1px solid #cdd4de;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 1rem;
  cursor: pointer;
  align-content: center;
  align-items: center;
}
.section__more--img img {
  margin: auto;
  max-height: 180px;
  width: auto;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.section__more--img .checkbox-custom {
  display: block;
  position: absolute;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  bottom: 1rem;
  left: 1rem;
  border: 1px solid #cdd4de;
  border-radius: 0.25rem;
  background: #fff;
}
.section__more--img .checkbox-custom .icon {
  display: none;
}
.section__more--img .checkbox {
  opacity: 0;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 25px;
  height: 25px;
}
.section__more--img .checkbox:checked + .checkbox-custom .icon {
  display: block;
  position: absolute;
  color: #06498c;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
.section__more--price {
  font-weight: 600;
}
.section__more--quantity {
  display: flex;
  justify-content: space-between;
  align-content: space-around;
  align-items: center;
}
.section__more--quantity > span {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  line-height: 18px;
  margin-right: 1rem;
}
.section__more--quantity .form-control {
  min-width: 40px;
  max-width: 40px;
  box-sizing: border-box;
  margin: 0 0.4rem;
  padding: 0.858rem 0.15rem;
  text-align: center;
}
.section__more--quant {
  display: flex;
  align-items: center;
  align-content: space-around;
  justify-content: space-around;
  padding: 0;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #edf0f6;
  color: #a0abba;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  outline: none;
}
.section__more--summ {
  background: #edf1f5;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  display: flex;
  padding: 2rem 3rem;
  font-size: 15px;
}
@media (max-width: 991px) {
  .section__more--summ {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .section__more--summ {
    flex-wrap: wrap;
  }
}
.section__more--summ > div {
  flex: 1 1 60%;
}
@media (max-width: 991px) {
  .section__more--summ > div {
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .section__more--summ > div {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .section__more--summ > div:first-child {
    flex: 1 1 40%;
    display: flex;
    padding-right: 2rem;
    margin-right: 2rem;
    border-right: 1px solid #cdd4de;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section__more--summ > div:first-child {
    border-right: 1px solid #cdd4de;
    flex: 1 1 50%;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.section__more--summ .total {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .section__more--summ .total {
    margin: 1rem 0;
  }
}
.section__more--summ .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.section__more--summ .btn-warning {
  background-color: #ffd400;
  border-color: #ffd400;
  color: #333333;
  padding: 0.93rem 1.7rem;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section__more--summ .btn-warning {
    margin-bottom: 1rem;
  }
}
.section__more--summ .btn-warning:hover {
  background-color: #ffe019;
  border-color: #ffe019;
}

.list__icons li {
  display: flex;
  margin-bottom: 0.5rem;
}
.list__icons li span {
  white-space: nowrap;
  color: #7e8d9c;
}
.list__icons li a {
  margin-right: 0.5rem;
}
.list__icons li a:hover {
  color: #1369bf;
}
.list__icons--icon {
  border-radius: 50%;
  background: #edf1f5;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  align-content: space-around;
  justify-content: space-around;
  overflow: hidden;
  margin-right: 1.214rem;
  color: #9ea9b8;
  transition: all 0.15s ease-in-out;
}
.list__icons--icon:hover {
  transition: all 0.15s ease-in-out;
  color: #fff;
}
.list__icons--icon.icon-play-box-outline:hover {
  background: #d9212a;
}
.list__icons--icon.icon-newspaper:hover {
  background: #1369bf;
}
.list__materials li {
  margin-bottom: 1.929rem;
}
.list__materials li .icon {
  width: 1.4rem;
  height: 1.4rem;
}
.list__materials--item {
  font-size: 0.9286rem;
  color: #808080;
}
.list__materials--item a {
  color: #232323;
}
.list__materials--item a:hover {
  color: #808080;
}
.list__recomendations {
  border: 1px solid #cbd4e0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 36px;
}
.list__recomendations > div {
  border-bottom: 1px solid #cbd4e0;
  padding: 23px 0 19px;
}
.list__recomendations > div:last-child {
  border-bottom: none;
}
.list__recomendations--item {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 32px;
}
@media (max-width: 991px) {
  .list__recomendations--item {
    flex-wrap: wrap;
  }
}
.list__recomendations--item > div {
  display: flex;
  align-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .list__recomendations--item > div {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list__recomendations--item > div > div {
    margin-left: 40px;
  }
}
.list__recomendations--item > div:first-child > div:first-child {
  min-width: 200px;
  max-width: 200px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .list__recomendations--item > div:first-child {
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .list__recomendations--item > div:first-child {
    margin-bottom: 1rem;
  }
}
.list__recomendations--item .title {
  font-weight: 600;
  font-size: 15px;
  color: #333;
}
.list__recomendations--item .description {
  font-size: 13px;
  color: #7e8d9c;
}
.list__recomendations--item .description li {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .list__recomendations--item .description li {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .list__recomendations--item .description li {
    border-bottom: 1px solid #cbd4e0;
  }
}
.list__recomendations--item .price {
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
}
@media (min-width: 992px) {
  .list__recomendations--item .price {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .list__recomendations--item .price {
    margin-left: 0;
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .list__recomendations--item .price {
    margin-bottom: 1rem;
  }
}
.list__recomendations--item .btn-warning {
  background-color: #ffd400;
  border-color: #ffd400;
  color: #333333;
  padding: 0.93rem 1.7rem;
  text-transform: uppercase;
  font-size: 0.8571rem;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
}
.list__recomendations--item .btn-warning:hover {
  background-color: #ffe019;
  border-color: #ffe019;
}

.description__announcement {
  margin-bottom: 2.5rem;
}
.description__news li {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cdd4de;
}
.description__news li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.description__news--date {
  font-size: 0.9286rem;
  font-weight: 700;
  color: #808080;
}
.description__news--title a {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 1.286rem;
  font-weight: 700;
  color: #232323;
}
.description__news--title a:hover {
  color: #1369bf;
}

.rk__block {
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 100%;
  padding: 38px 45px;
  line-height: normal;
}
.rk__block .title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.rk__block .description {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 28px;
  color: #fff;
}
.rk__block .btn {
  align-self: flex-start;
  border-radius: 8px;
}
.rk__block .btn-outline-light {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  border-radius: 8px;
  padding: 8px 25px;
  letter-spacing: 0.4px;
}
.rk__big {
  width: 100%;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.5rem 0 0 6.429rem;
}
@media (max-width: 767px) {
  .rk__big {
    padding: 1.5rem 2rem 3rem;
  }
}
.rk__big > div {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}
.rk__big > div:first-child {
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .rk__big > div {
    flex: 1 1 100%;
  }
  .rk__big > div:last-child {
    display: none;
  }
}
.rk__big h2,
.rk__big .title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.929rem;
  line-height: 2.357rem;
  color: #062b50;
  padding: 1rem 0 1.929rem;
  margin: 2rem 0 0;
  background: #d6e4f2;
}
@media (max-width: 767px) {
  .rk__big h2,
.rk__big .title {
    font-size: 1.5em;
  }
}
.rk__big .description {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 1.2rem;
  line-height: 28px;
  color: #333;
}
.rk__big .btn-primary {
  border-radius: 8px;
  margin-right: auto;
}

@media (max-width: 767px) {
  .bg-sm-left {
    background-position: left center !important;
  }
  .bg-sm-right {
    background-position: right center !important;
  }
  .bg-sm-center {
    background-position: center center !important;
  }
}
.page-link {
  height: 100%;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}
.icon-ms-word, .icon-adobe-pdf {
  min-width: 1.357rem;
  max-width: 1.357rem;
  height: 1.5rem;
  margin-right: 0.7857rem;
}
.icon-ms-word {
  color: #0756a6;
}
.icon-adobe-pdf {
  color: #d9212a;
}

/*Шапка [начало]*/
@media (min-width: 1700px) {
  .header__container {
    max-width: 1570px !important;
  }
}
.header__top {
  background: #ffd400;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 300;
  color: #333333;
}
.header__top--regions {
  display: flex;
  padding: 20px 0 16px;
}
.header__top--regions .dropdown {
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid rgba(160, 75, 0, 0.2);
}
.header__top--regions .dropdown > a:hover {
  color: #808080;
}
.header__top--regions .icon-down-arrow {
  width: 0.7em;
  height: 0.9em;
  stroke-width: 1px;
}
@media (min-width: 576px) {
  .header__top--regions {
    justify-content: space-between;
  }
}
.header__top--partners {
  color: #666;
}
.header__top--menu {
  display: none;
}
@media (min-width: 1700px) {
  .header__top--menu {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 16px;
    margin-left: auto;
  }
  .header__top--menu a {
    padding: 0 10px;
  }
  .header__top--menu a:first-child {
    padding-left: 0;
  }
  .header__top--menu a:last-child {
    padding-right: 0;
  }
  .header__top--menu a:hover {
    color: #808080;
    text-decoration: none;
  }
  .header__top--menu a.active {
    color: #cc141b;
  }
  .header__top--menu a.active:hover {
    color: #808080;
  }
}
.header__top--auth {
  margin-right: 26px;
}
@media (min-width: 768px) {
  .header__top--auth {
    margin-left: auto;
  }
}
.header__top--auth > a:hover {
  color: #808080;
}
.header__top a {
  color: #333;
}
.header__top a:hover {
  text-decoration: none;
}
.header__block {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 1, 1, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 1, 1, 0.2);
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .header__block {
    padding: 1rem 0 2rem;
  }
}
.header__block .icon-logo {
  color: #cc141b;
  width: 81px;
  height: 6em;
}
@media (max-width: 1199px) {
  .header__block .icon-logo {
    height: 5em;
  }
}
.header__block--title {
  color: #808080;
  text-transform: uppercase;
  text-align: center;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin: 0;
  white-space: normal;
}
@media (min-width: 1200px) {
  .header__block--title {
    padding: 15px 0 15px 18px;
    margin-left: 21px;
    border-left: 1px solid #ccd6e0;
  }
}
@media (max-width: 1199px) {
  .header__block--title {
    text-align: center;
    font-size: 10px;
  }
}
.header__block--logo {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__block--logo {
    align-items: center;
  }
}
.header__block--logo:hover {
  text-decoration: none;
}
.header__block--logo:hover .icon-logo {
  color: #e62e37;
}
.header__block--logo:hover .header__block--title {
  color: #1a1a1a;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .header__block--logo {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__block--logo {
    width: 20%;
  }
}
.header__block--menu {
  display: none;
}
@media (max-width: 1699px) {
  .header__block--menu {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 22px;
    margin-left: auto;
  }
  .header__block--menu a {
    padding: 0 15px;
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
  }
  .header__block--menu a:first-child {
    padding-left: 0;
  }
  .header__block--menu a:last-child {
    padding-right: 0;
  }
  .header__block--menu a:hover {
    color: #808080;
    text-decoration: none;
  }
  .header__block--menu a.active {
    color: #cc141b;
  }
  .header__block--menu a.active:hover {
    color: #808080;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__block--menu {
    width: 75%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header__block--menu {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    display: none;
    padding: 1rem 0;
    border-bottom: 1px solid #dde3ea;
    transition: all 0.15s ease-in-out;
  }
  .header__block--menu.d-flex {
    transition: all 0.15s ease-in-out;
  }
  .header__block--menu a {
    padding: 1rem 0;
  }
}
.header__block .icon-menu {
  background: #a0abba;
  height: 3px;
  width: 25px;
  margin-bottom: 5px;
  display: block;
}
.header__block .navbar-toggler {
  display: none;
}
@media (max-width: 767px) {
  .header__block .navbar-toggler {
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    cursor: pointer;
    outline: none;
  }
  .header__block .navbar-toggler.active .icon-menu {
    background: #cc141b;
  }
}
.header__block--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1699px) {
  .header__block--flex {
    width: 100%;
  }
  .header__block--flex:first-child {
    border-bottom: 1px solid #dde3ea;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1199px) {
  .header__block--flex:first-child {
    padding-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .header__block--flex:last-child {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .header__block--flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__block--flex:first-child {
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
  }
  .header__block--flex:last-child {
    padding-top: 1rem;
  }
}
.header__block--nav {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header__block--nav {
    margin-right: 2rem;
  }
}
@media (min-width: 1700px) {
  .header__block--nav {
    margin-right: 5rem;
  }
}
.header__block--nav a {
  color: #1a1a1a;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 38px 10px 37px;
}
@media (min-width: 1200px) {
  .header__block--nav a {
    padding: 38px 12px 37px;
  }
}
.header__block--nav a:hover {
  color: #808080;
  text-decoration: none;
}
.header__block--nav a.active {
  border-bottom: 3px solid #ffd400;
}
@media (max-width: 991px) {
  .header__block--nav {
    margin: 0 auto 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__block--nav {
    flex-direction: column;
    margin: 0 0 1rem;
    display: none;
    transition: all 0.15s ease-in-out;
  }
  .header__block--nav.d-flex {
    transition: all 0.15s ease-in-out;
  }
  .header__block--nav a {
    padding: 1rem 0;
  }
}
@media (max-width: 1699px) {
  .header__block .d-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .header__block--search {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__block--navbar {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.header__basket {
  position: fixed;
  right: -108px;
  height: 54px;
  width: 160px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #182531;
  padding: 0 17px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  z-index: 99;
  transition: 0.2s ease-in-out;
}
.header__basket--icon {
  position: relative;
  padding-right: 10px;
}
.header__basket--icon .icon {
  font-size: 20px;
  color: #fff;
}
.header__basket--count {
  border-radius: 18px;
  color: #fff;
  background: #F5383F;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 600;
  position: absolute;
  top: -7px;
  right: 0;
  padding: 0 4px;
}
.header__basket--summ {
  color: #fff;
  margin-left: 5px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.header__basket:hover {
  right: 0;
}
.header__basket.empty {
  right: 0;
  max-width: 47px;
  padding-right: 0;
}
.header__basket.empty .header__basket--count,
.header__basket.empty .header__basket--summ {
  display: none;
}

/*Шапка [конец]*/
/*Подвал [начало]*/
.footer {
  background: #182532;
  color: #fff;
  padding: 3rem 0 9rem;
}
.footer .btn {
  border-radius: 8px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer__logo {
  color: #fff;
  text-transform: uppercase;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  margin-top: -23px;
}
@media (max-width: 991px) {
  .footer__logo {
    flex-direction: row;
    align-items: center;
  }
}
.footer__logo .icon-logo {
  width: 6.7em;
  height: 6.7em;
  color: #ffd400;
}
.footer__logo .icon-logo:hover {
  color: #ffe019;
}
@media (max-width: 991px) {
  .footer__logo .icon-logo {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #364759;
  }
}
.footer__rights {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  opacity: 0.65;
}
.footer__rights:hover {
  opacity: 1;
}
@media (max-width: 575px) {
  .footer__rights {
    margin-bottom: 2rem;
  }
}
.footer__col {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .footer__col--inner {
    border-right: 1px solid #2c3a49;
    padding-right: 30px;
    margin-right: 30px;
    height: 100%;
  }
}
.footer__col--title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 8px;
}
.footer__col--list li {
  line-height: 30px;
}
@media (max-width: 991px) {
  .footer__col--list {
    margin-bottom: 2rem;
  }
}
.footer__col--list a {
  opacity: 0.65;
}
.footer__col--list a:hover {
  opacity: 1;
  color: #fff;
}
.footer__social {
  display: flex;
}
@media (min-width: 576px) and (max-width: 991px) {
  .footer__social {
    justify-content: flex-end;
  }
}
.footer__social--icon {
  border-radius: 50%;
  background: #54708c;
  color: #fff;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}
.footer__social--icon .icon {
  font-size: 20px;
}
.footer__social--tg:hover {
  background: #2fade6;
}
.footer__social--vk:hover {
  background: #507299;
}
.footer__social--fb:hover {
  background: #3d589b;
}
.footer__social--yt:hover {
  background: #e72b20;
}

/*Подвал [конец]*/
.breadcrumbs {
  display: flex;
}
.breadcrumbs__block {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  background: #edf1f5;
  border-bottom: 1px solid #d2dbe6;
}
.breadcrumbs__block span {
  white-space: nowrap;
  font-size: 14px;
  color: #979797;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.breadcrumbs__block span:last-child {
  color: #717070;
}
@media (max-width: 767px) {
  .breadcrumbs__block span:last-child {
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs__block span {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
  }
}
.breadcrumbs__block a {
  color: #a1a1a1;
}
.breadcrumbs__block .icon {
  width: 1.9em;
  height: 1.9em;
  margin: -0.2em 0 0 -0.2em;
}
@media (min-width: 1200px) {
  .breadcrumbs__block .icon {
    margin: 0.2em 0.2em 0 0;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs__block .container {
    max-width: 1570px !important;
    display: flex;
  }
}
.breadcrumbs__promo {
  margin-bottom: -60px;
  z-index: 2;
}
.breadcrumbs__promo .breadcrumbs__block {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: none;
}
.breadcrumbs__promo .breadcrumbs__block span {
  color: #fff;
}
.breadcrumbs__promo .breadcrumbs__block span:last-child {
  opacity: 0.65;
}
.breadcrumbs__promo .breadcrumbs__block span .icon {
  opacity: 0.65;
}
.breadcrumbs__promo .breadcrumbs__block a {
  color: #fff;
  opacity: 0.65;
}
.breadcrumbs__promo .breadcrumbs__block a:hover {
  color: #fff;
  opacity: 1;
}

/*Формы [начало]*/
.modal-content {
  border-radius: 1rem;
}

.custom-control-label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #fff;
  border: 1px solid #cdd4de;
}
.custom-control-label::after {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #06498c;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.form__search {
  position: relative;
  width: auto;
}
@media (min-width: 1200px) {
  .form__search {
    width: 395px;
  }
}
.form__search--button {
  position: absolute;
  border: 0;
  background: none;
  top: 1rem;
  right: 1rem;
  color: #a0abba;
  font-size: 24px;
  cursor: pointer;
}
.form__search--input {
  background: #eff2f6;
  color: #9eabb8 !important;
  border-color: #cbd4e0 !important;
  padding: 16px 4rem 16px 1rem !important;
  font-size: 15px !important;
  transition: all 0.15s ease-in-out !important;
}
.form__search--input:focus {
  border-color: #cbd4e0;
  color: #333;
}
.form__search--input:focus ~ .form__search--button {
  color: #cc141b;
}
.form__search--input:focus ~ .form__search--button:hover {
  color: #e62e37;
}
@media (min-width: 992px) {
  .form__subscribe {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .form__subscribe {
    margin-bottom: 2rem;
  }
}
.form__subscribe--description {
  margin-bottom: 1.5rem;
  line-height: 24px;
}
.form__subscribe--group {
  display: flex;
}
.form__subscribe--input {
  border-color: #2e4966;
  background: #364759;
  margin-right: 5px;
  color: #a0adba;
}
.form__subscribe--input:focus {
  color: #fff;
  border-color: #2e4966;
  background: #172533;
}
.form__subscribe--input:focus ~ .form__subscribe--btn {
  background: #ffd400;
  color: #333;
}
.form__subscribe--input:focus ~ .form__subscribe--btn:hover {
  background: #ffe019;
}
.form__subscribe--btn {
  background: #54708c;
  color: #fff;
  cursor: pointer;
  padding: 3px;
}
.form__subscribe--btn .icon {
  width: 2em;
  height: 2em;
}
.form__subscribe--btn:hover {
  background: #ffe019;
  color: #333;
}
.form__location {
  padding: 25px 35px 15px;
  font-size: 15px;
}
.form__location--header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.form__location--header .title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 25px;
  color: #333;
  margin-bottom: 25px;
}
.form__location--header .close {
  font-size: 2.6rem;
  font-weight: normal;
  color: #9eabb8;
  opacity: 0.75;
}
.form__location--header .close:hover {
  opacity: 1;
}
.form__location .form-control {
  font-size: 15px;
  color: #a0abba;
  line-height: 40px;
  padding: 0 14px;
}
.form__location .form-group {
  margin-bottom: 25px;
}
.form__location--choose .title {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.form__location--choose label {
  margin-bottom: 0;
}
.form__location--choose .custom-control {
  display: block;
  padding-left: 26px;
  margin-bottom: 18px;
}
.form__location .select2-container {
  width: 100% !important;
  height: 42px;
}
.form__location .select2-selection {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form__location .select2-selection.select2-selection--single {
  height: 42px;
  border-color: rgba(0, 0, 0, 0.15);
}
.form__location .select2-selection.select2-selection--single:focus {
  border-color: #ffd400;
}
.form__location .select2-selection__arrow {
  height: 42px !important;
}
.form__location .form-control,
.form__location .select2-selection--single {
  box-sizing: border-box;
  height: 42px;
}
.form__location .form-control:focus,
.form__location .select2-selection--single:focus {
  border-color: #ffd400;
  outline: none;
}

/*Формы [конец]*/
.rk {
  margin-bottom: 3.5rem;
}
.rk h2 {
  margin-top: 0;
  padding-top: 0;
}
.rk__wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  padding: 3.5rem 30% 2.5rem 4rem;
  color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
}
.rk__wrapper:hover {
  color: #333;
  text-decoration: none;
}
.rk__wrapper .title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 27px;
  line-height: 33px;
  color: #062b50;
  margin-bottom: 0.5rem;
}
.rk__wrapper .description {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 0.5rem;
  line-height: 33px;
}
.rk__wrapper .btn-primary {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  padding: 5px 25px;
  border-radius: 8px;
  margin-right: auto;
  color: #fff;
  background-color: #06498c;
  border-color: #06498c;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.rk__wrapper .btn-primary:hover {
  background-color: #06498c;
  border-color: #06498c;
  opacity: 0.8;
}

.section__promo {
  background: #5d7288;
}
@media (max-width: 991px) {
  .section__promo {
    padding-bottom: 34px;
  }
}
.section__promo .section__wrapper {
  background: url("/local/html/sass/../images/bg__pattern--dark.png") repeat;
  padding: 76px 0 72px;
  box-sizing: border-box;
}
.section__promo--row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .section__promo--row {
    height: 100%;
  }
  .section__promo--row > div {
    height: 47%;
  }
}
.section__promo .carousel {
  -webkit-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.35), 2px 0 18px -8px rgba(18, 26, 40, 0.35), 0 8px 18px 0 rgba(18, 26, 40, 0.35);
  -moz-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.35), 2px 0 18px -8px rgba(18, 26, 40, 0.35), 0 8px 18px 0 rgba(18, 26, 40, 0.35);
  box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.35), 2px 0 18px -8px rgba(18, 26, 40, 0.35), 0 8px 18px 0 rgba(18, 26, 40, 0.35);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .section__promo .carousel {
    margin-bottom: 2rem;
  }
}
.section__promo .carousel:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
  -moz-box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
  box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
}
.section__promo--rk {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 0.75rem;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  -webkit-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.35), 2px 0 18px -8px rgba(18, 26, 40, 0.35), 0 8px 18px 0 rgba(18, 26, 40, 0.35);
  -moz-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.35), 2px 0 18px -8px rgba(18, 26, 40, 0.35), 0 8px 18px 0 rgba(18, 26, 40, 0.35);
  box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.35), 2px 0 18px -8px rgba(18, 26, 40, 0.35), 0 8px 18px 0 rgba(18, 26, 40, 0.35);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section__promo--rk b {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
}
.section__promo--rk .section__events--mark {
  line-height: 30px;
  padding: 0 10px;
  background: #f03748;
  margin-right: inherit;
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
  width: auto;
}
@media (max-width: 575px) {
  .section__promo--rk {
    padding: 30px;
  }
}
.section__promo--rk:hover {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
  -moz-box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
  box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
}
.section__promo--rk.text-black {
  color: #414042;
}
@media (min-width: 992px) {
  .section__promo--rk {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .section__promo--rk {
    margin-bottom: 2rem;
    min-height: 200px;
  }
}
@media (max-width: 575px) {
  .section__promo--rk {
    background-position: bottom right;
    padding: 4rem 3rem 2rem;
  }
}
.section__promo--rk img {
  max-width: 100%;
  height: auto;
  display: block;
}
.section__promo--small {
  padding: 4rem 3rem 2rem;
}
.section__promo--small .title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
@media (min-width: 1700px) {
  .section__promo--small {
    padding: 2rem 2rem 2.2rem;
  }
  .section__promo--small .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.section__promo--big {
  min-height: 460px;
  align-content: center;
  position: relative;
  flex-direction: column;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .section__promo--big {
    padding: 37px 40% 75px 44px;
  }
}
@media (max-width: 767px) {
  .section__promo--big {
    padding: 37px 37px 65px;
  }
}
.section__promo--big .title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .section__promo--big .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.section__promo--big .description {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .section__promo--big .description {
    font-size: 18px;
    line-height: 26px;
  }
}
.section__promo--big .btn-outline-light {
  position: relative;
  margin-top: auto;
  left: auto !important;
  width: 137px;
}
.section__promo .btn-outline-light {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
  border-radius: 2rem;
  padding: 8px 25px;
  letter-spacing: 0.4px;
}
.section__promo .btn-outline-light:hover {
  color: #414042;
}
.section__popular {
  box-sizing: border-box;
  padding: 5.7rem 0 3rem;
  background: #eef1f6;
}
@media (max-width: 991px) {
  .section__popular {
    padding-bottom: 0;
  }
}
.section__popular--container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .section__popular--container {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .section__popular--container {
    flex-wrap: wrap;
  }
}
.section__popular--wrap {
  background: #fff;
  -webkit-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.3), 2px 0 18px -8px rgba(18, 26, 40, 0.3), 0 8px 18px 0 rgba(18, 26, 40, 0.3);
  -moz-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.3), 2px 0 18px -8px rgba(18, 26, 40, 0.3), 0 8px 18px 0 rgba(18, 26, 40, 0.3);
  box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.3), 2px 0 18px -8px rgba(18, 26, 40, 0.3), 0 8px 18px 0 rgba(18, 26, 40, 0.3);
  border-radius: 1rem;
  padding: 37px 0 42px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section__popular--wrap {
    flex: 1 1 33%;
    max-width: 33%;
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .section__popular--wrap {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0 0 42px;
  }
}
.section__popular--wrap h3 {
  padding: 0 40px;
}
.section__popular--wrap a {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.section__popular--title {
  min-height: 94px;
}
.section__popular--img {
  height: 217px;
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}
.section__popular--img img {
  margin: auto;
}
.section__popular--programs {
  background: rgb(235, 57, 63);
  background: -moz-linear-gradient(45deg, rgb(235, 57, 63) 0%, rgb(232, 144, 66) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(235, 57, 63)), color-stop(100%, rgb(232, 144, 66)));
  background: -webkit-linear-gradient(45deg, rgb(235, 57, 63) 0%, rgb(232, 144, 66) 100%);
  background: -o-linear-gradient(45deg, rgb(235, 57, 63) 0%, rgb(232, 144, 66) 100%);
  background: -ms-linear-gradient(45deg, rgb(235, 57, 63) 0%, rgb(232, 144, 66) 100%);
  background: linear-gradient(45deg, rgb(235, 57, 63) 0%, rgb(232, 144, 66) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb393f", endColorstr="#e89042", GradientType=1 );
}
.section__popular--kits {
  background: rgb(35, 92, 177);
  background: -moz-linear-gradient(45deg, rgb(35, 92, 177) 0%, rgb(82, 171, 231) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(35, 92, 177)), color-stop(100%, rgb(82, 171, 231)));
  background: -webkit-linear-gradient(45deg, rgb(35, 92, 177) 0%, rgb(82, 171, 231) 100%);
  background: -o-linear-gradient(45deg, rgb(35, 92, 177) 0%, rgb(82, 171, 231) 100%);
  background: -ms-linear-gradient(45deg, rgb(35, 92, 177) 0%, rgb(82, 171, 231) 100%);
  background: linear-gradient(45deg, rgb(35, 92, 177) 0%, rgb(82, 171, 231) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#235cb1", endColorstr="#52abe7", GradientType=1 );
}
.section__popular--services {
  background: rgb(236, 151, 40);
  background: -moz-linear-gradient(45deg, rgb(236, 151, 40) 0%, rgb(247, 221, 54) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(236, 151, 40)), color-stop(100%, rgb(247, 221, 54)));
  background: -webkit-linear-gradient(45deg, rgb(236, 151, 40) 0%, rgb(247, 221, 54) 100%);
  background: -o-linear-gradient(45deg, rgb(236, 151, 40) 0%, rgb(247, 221, 54) 100%);
  background: -ms-linear-gradient(45deg, rgb(236, 151, 40) 0%, rgb(247, 221, 54) 100%);
  background: linear-gradient(45deg, rgb(236, 151, 40) 0%, rgb(247, 221, 54) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ec9728", endColorstr="#f7dd36", GradientType=1 );
}
.section__popular--list {
  margin: 0 35px 1.5rem;
}
.section__popular--btn {
  border-radius: 8px;
  padding: 0 35px;
  margin-top: auto;
}
.section__popular .btn-outline-secondary {
  line-height: 39px;
  padding: 2px 21px 0;
  font-size: 12px;
}
.section__equipment {
  box-sizing: border-box;
  padding: 2.9rem 0 6.5rem;
  background: #eef1f6;
}
@media (max-width: 991px) {
  .section__equipment {
    padding-bottom: 3rem;
  }
}
.section__equipment--wrap {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.3), 2px 0 18px -8px rgba(18, 26, 40, 0.3), 0 8px 18px 0 rgba(18, 26, 40, 0.3);
  -moz-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.3), 2px 0 18px -8px rgba(18, 26, 40, 0.3), 0 8px 18px 0 rgba(18, 26, 40, 0.3);
  box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.3), 2px 0 18px -8px rgba(18, 26, 40, 0.3), 0 8px 18px 0 rgba(18, 26, 40, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1rem;
  padding: 1rem 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  text-align: center;
}
.section__equipment--wrap:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
  -moz-box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
  box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
}
.section__equipment--wrap:hover .section__equipment--description {
  color: #1369bf;
}
.section__equipment--img {
  border-bottom: 1px solid #dde3ea;
  margin-bottom: 1.5rem;
  display: flex;
  height: 171px;
  width: 100%;
  overflow: hidden;
}
.section__equipment--img img {
  margin: auto;
  height: 169px;
  width: auto;
}
.section__equipment--description {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #06498c;
  margin-bottom: 1rem;
  width: 100%;
}
.section__equipment--price {
  font-size: 15px;
  color: #989898;
  margin-bottom: 5px;
}
.section__equipment--price span {
  font-family: Arial, sans-serif;
}
.section__events {
  box-sizing: border-box;
  padding: 6.3rem 0 3rem;
}
.section__events--row {
  border-radius: 1rem;
  border: 1px solid #dde3ea;
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section__events--row {
    flex-wrap: wrap;
  }
}
.section__events--col {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 2.7rem 1.5rem;
}
@media (min-width: 992px) {
  .section__events--col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    border-right: 1px solid #dde3ea;
  }
  .section__events--col:last-child {
    border-right: none;
  }
  .section__events--col h2 {
    font-family: "Museo Sans", Helvetica, sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section__events--col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section__events--col:first-child {
    border-right: 1px solid #dde3ea;
  }
}
@media (max-width: 767px) {
  .section__events--col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section__events--col:first-child {
    border-bottom: 1px solid #dde3ea;
  }
}
.section__events--date {
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  color: #808080;
}
.section__events--item {
  margin-bottom: 2rem;
}
.section__events--item a {
  color: #1a1a1a;
  font-size: 15px;
  line-height: 21px;
}
.section__events--item a:hover {
  color: #1369bf;
}
.section__events--list {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.section__events--list-title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.286rem;
  line-height: normal;
  margin-bottom: 1.714rem;
  text-transform: uppercase;
}
.section__events--all {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #06498c;
  text-transform: uppercase;
  margin-top: auto;
  letter-spacing: 0.3px;
}
.section__events--all:hover {
  color: #1369bf;
  text-decoration: none;
}
.section__events--all .icon {
  transform: rotate(270deg);
  padding-left: 0.3em;
  width: 1em;
  height: 0.9em;
  stroke-width: 2px;
}
.section__events--promo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
}
.section__events--promo:hover {
  text-decoration: none;
  color: #fff;
}
.section__events--promo h2 {
  color: #fff;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
  margin-bottom: 1.8rem;
}
.section__events--promo .btn-outline-light {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 39px;
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
  border-radius: 2rem;
  padding: 2px 21px 0;
  letter-spacing: 0.3px;
  margin-right: auto;
}
.section__events--promo .btn-outline-light:hover {
  color: #414042;
}
@media (max-width: 991px) {
  .section__events--promo {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section__events--mark {
  text-transform: uppercase;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  background: #cc141b;
  border-radius: 2px;
  padding: 0.4rem 1rem;
  display: inline-flex;
  align-self: flex-start;
  color: #fff;
}
@media (max-width: 991px) {
  .section__events--mark {
    margin-bottom: 2rem;
  }
}
.section__events--description {
  color: #fff;
}
.section__events--description > div {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.section__events--description .icon {
  margin-right: 1rem;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
}
.section__press {
  box-sizing: border-box;
  padding: 0.9rem 0 6.5rem;
}
@media (max-width: 991px) {
  .section__press {
    padding: 0.9rem 0 4rem;
  }
}
.section__press--wrapper {
  margin: 0 -2rem;
}
.section__press--bg {
  background: #ffffff;
  padding: 2rem;
}
.section__press--bg h2 {
  margin-bottom: 0.4rem;
}
@media (max-width: 575px) {
  .section__press--bg h2 {
    margin-bottom: 2.5rem;
  }
}
.section__press--bg .btn {
  padding: 1px 29px 0;
}
.section__press--description {
  color: #1a1a1a;
  font-size: 15px;
  line-height: 21px;
  padding: 0 1.2rem;
  margin-bottom: 2.3rem;
}
.section__press--wrap {
  background: #fff;
  -webkit-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.3), 2px 0 18px -8px rgba(18, 26, 40, 0.3), 0 8px 18px 0 rgba(18, 26, 40, 0.3);
  -moz-box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.3), 2px 0 18px -8px rgba(18, 26, 40, 0.3), 0 8px 18px 0 rgba(18, 26, 40, 0.3);
  box-shadow: -2px 0 18px -8px rgba(18, 26, 40, 0.3), 2px 0 18px -8px rgba(18, 26, 40, 0.3), 0 8px 18px 0 rgba(18, 26, 40, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding-bottom: 1.5rem;
}
.section__press--wrap:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
  -moz-box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
  box-shadow: 0 3px 10px 0 rgba(18, 26, 40, 0.35);
}
.section__press--wrap:hover .section__press--description {
  color: #1369bf;
}
.section__press--img {
  margin-bottom: 1.7rem;
  height: 148px;
  overflow: hidden;
}
.section__press--img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.section__press--source {
  display: block;
  margin: auto 1.2rem 0;
}

/*Индексная [конец]*/

/* End */


/* Start:/local/html/redesign/header/css/header.css?174427557012750*/
.header {
    width: 100%;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
    position: relative;
}

.header--full-height {
    height: fit-content;
    position: fixed;
    z-index: 1000;
    background: #FFFFFF;
}

.headder__img-back {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* Жёлтая верхняя линия */
.header__top-line {
    position: relative;

    width: 100%;
    height: 8px;
    background: #FFD42F;
}

.header__top-line::before {
    content: "";
    width: 100%;
    height: 1px;

    position: absolute;
    left: 0;
    top: 88px;
    background-color: rgba(113, 112, 112, 0.1);
}


/* Общий контейнер */
.header__container-new {
    max-width: 1140px;
    padding: 0 19px;
    margin: 0 auto;
}


/* Верхняя часть контейнера */
.headder__container-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 0;
}

/* Логотип */
.headder__logo {
    width: 203px;
    height: 35px;
    margin: 0 30px 0 0;
    cursor: pointer;
    background: url("/local/html/images/svg/logo.svg") no-repeat;
    background-size: contain;
}

/* Бургер меню */
.header__burger-menu-sm {
    padding: 8px;
    width: 48px;
    height: 48px;
    display: none;
}

.header__burger-menu-sm img {
    width: 100%;
}

.header__burger-menu-line {
    display: block;
}

.header__burger-menu-cross {
    display: none;
}

.header__burger-menu-cross_open-menu {
    display: block;
}

.header__burger-menu-line_open-menu {
    display: none;
}


/* Поле для поиска */
.header__wrapper-input {
    margin: 0 24px 0 0;
    flex: 1 0;
}

.header__input {
    display: flex;
    align-items: center;

    height: 48px;

    background: #F4F6F8;
    border-radius: 8px;

    padding: 0 18px;

    font-family: "Roboto", Helvetica, sans-serif;
}

.header__input:focus-within {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}

.header__input input {
    width: 100%;
    height: 100%;

    padding: 0;
    margin-right: 10px;

    border: none;
    outline: none;

    background-color: inherit;
}

.header__input input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #717070;
}


/* Иконки для кнопки корзина и поля поиска */
.header__icon-search,
.header__icon-basket {
    cursor: pointer;
    width: 24px;
    height: 24px;
}

/* Список городов */
.header__list-cities {
    position: relative;

    width: 293px;
    height: 48px;

    margin: 0 20px 0 0;
    outline: none;
    border: none;

    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.header__list-cities label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%
}

.header__list-cities label span {
    margin-right: 6px;
}

.header__list-cities input:focus~label span {
    display: none;
}

.header__list-cities input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 0 30px 0 18px;

}

.header__list-cities input:focus {
    background: #F4F6F8;
    z-index: 1;
    position: relative;
}

.header__list-cities input:focus~label .header__icon-arrow-list--cities  {
    transform: rotate(360deg);
}

.header__list-cities .suggestions-wrapper {
    bottom: -5px;
}

.header__list-cities .suggestions-promo {
    display: none !important;
}

.header__list-cities .suggestions-suggestion {
    padding: 0;
}
.header__list-cities .suggestions-suggestion:not(:last-of-type) {
    margin-bottom: 12px;
}

.header__list-cities .suggestions-suggestions {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    z-index: 100;
    width: 100%;
    padding: 16px 18px;
    border: none;
}

.header__list-cities input::placeholder {
    color: #717070;
    right: 0;
    opacity: 0;
}

.header__list-cities input:focus::placeholder {
    opacity: 1;
}

.header__list-cities ul {
    padding: 0;
    margin: 0 6px 0 0;
    list-style: none;
}

/* Кнопка корзина */
.header__button-basket {
    justify-content: end;
    display: flex;
    align-items: center;

    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 30px;

    background: #FFDF01;
    border-radius: 8px;

    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.07em;
    color: #000000;
}

.header__button-basket:hover {
    background: #FFDF01;
    color: #717070;
}

.header__button-basket:active {
    background: #FFD42F;
    color: inherit;
}

.header__wrapper-icon-basket {
    position: relative;
    display: inline-block;
}

.header__number-added {
    position: absolute;
    right: -14px;
    top: -4px;

    padding: 2px 5px 2px 6px;

    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;


    width: 18px;
    height: 18px;

    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}



/* Навигационное меню */
.header__navigation {
    display: flex;
    flex: 1 0;
    order: 2;
    justify-content: space-between;
    margin: 18px 0 0 0;
    padding: 16px 0 0 0;
}

.header__navigation-item {
    position: relative;
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.008em;
    color: #000000;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.header__navigation-item .header__icon-arrow-list {
    fill: #000000;
}

.header__navigation-item-mb {
    display: none;
}

.header__navigation-item a {
    color: #000000;
    transition: .2s ease;
}

.header__navigation-item:hover a:not(:only-child) {
    color: #D91920;
}

.header__navigation-item.active a,
.header__navigation-item.header__navigation-item_more.active > li > a,
.header__navigation-item.header__navigation-item_more.active .header__navigation-item-list li.active > a {
    color: #D91920;
    font-weight: bold;
}

.header__navigation-item.header__navigation-item_more.active a {
    color: #000000;
    font-weight: inherit;
}

.header__navigation-item a:hover, .header__navigation-item.header__navigation-item_more.active a:hover {
    color: #D91920;
}

.header__navigation-item:hover .header__navigation-item-list {
    display: block;
}
.header__navigation-item:hover .header__icon-arrow-list {
    transform: rotate(360deg);
    fill: #D91920;
}

.header__navigation-item-list {
    display: none;
    position: absolute;
    top: 100%;
    width: 250px;

    z-index: 20;

    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;

    list-style: none;
    padding: 20px 20px 24px;

    background: #FFFFFF;
    box-shadow: -2px 1px 6px rgba(0, 0, 0, 0.15), 0px 2px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.header__navigation-item-list li:not(:last-of-type) {
    margin-bottom: 14px;
}

.header__icon-arrow-list {
    display: none;
    fill: #717070;
    width: 20px;
    height: 20px;
    transition: .2s ease;
    transform: rotate(180deg);
}

.header__icon-arrow-list--cities {
    display: inline;
    width: 14px;
    height: 14px;
    margin-right: 14px;
    transform: rotate(180deg);
}

.header__list-cities input:focus+label .header__icon-arrow-list--cities {
    transform: rotate(360deg);
}

.header__navigation-item_more .header__icon-arrow-list {
    display: inline;
}


/* Медиазапросы */

@media (min-width: 1025px) and (max-width: 1500px) {
    .header__navigation-item_more:last-child .header__navigation-item-list {
        right: 0;
    }
}

@media (max-width: 1220px) {
    .header__small .header__button-basket-text {
        display: none;
    }
}

@media (max-width: 1139px) {
    /* Навигационное меню */
    .header__navigation {
        margin: 24px 0 0 0;
        padding: 0;
    }

    .header__navigation-item {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0;
    }
}

@media (max-width: 1024px) {

    /* Верхняя часть контейнера */
    .headder__container-top {
        flex-wrap: wrap;
        padding: 16px 0 24px 0;
    }

    /* Логотип */
    .headder__logo {
        width: 178px;
        height: 31px;
    }

    /* Бургер меню */
    .header__burger-menu-sm {
        display: block;
        order: 1;
    }

    /* Навигационное меню */
    .header__navigation {
        display: none;

        flex-flow: column;
        width: 100%;
        flex: unset;
        order: 2;
    }

    .header__navigation-item {
        font-size: 24px;
        line-height: 30px;
    }

    .header__navigation-item-mb {
        display: block;
    }

    .header__navigation-item-list {
        position: relative;
        background: none;
        box-shadow: none;
        padding-bottom: 0;
        padding-left: 16px;
        line-height: 24px;
    }

    .header__navigation-item:hover a:not(:only-child) {
        color: unset;
    }

    .header__navigation-item a:hover {
        color: unset;
    }

    .header__navigation-item:hover .header__navigation-item-list {
        display: none;
    }

    .header__navigation-item:hover .header__icon-arrow-list {
        transform: rotate(180deg);
        fill: unset;
    }

    .header__navigation-item--active .header__icon-arrow-list {
        transform: rotate(360deg) !important;
    }

    .header__navigation-item--active .header__navigation-item-list {
        display: block !important;
    }


    .header__navigation-item-list a {
        color: #717070;
    }

    .header__navigation-item:not(:last-of-type) {
        margin-bottom: 24px;
    }

    .header__navigation_open-menu {
        position: relative;
        display: flex;

        overflow: auto;
        max-height: calc(100vh - 220px);

        padding-top: 24px;
        margin-top: 18px;
    }

    .header__navigation_open-menu::before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(113, 112, 112, 0.1);
        z-index: 10;
    }

    /* Список городов */
    .header__list-cities {
        flex: 1 0;
        margin: 0 32px 0 0;
    }

    /* Поле для поиска */
    .header__wrapper-input {
        padding: 12px 0 0 0;
        margin: 16px 0 0 0;
        order: 1;
        flex: unset;
        width: 100%;
    }

    /* Кнопка корзина */
    .header__button-basket-text {
        display: none;
    }

    .header__button-basket {
        padding: 12px;
    }

    .header__number-added {
        right: -10px;
        top: -7px;
    }
}

@media (max-width: 768px) {

    /* Жёлтая верхняя линия */
    .header__top-line {
        display: none;
    }

    /* Общий контейнер */
    .header__container-new {
        max-width: 768px;
        padding: 0 16px;
    }

    /* Верхняя часть контейнера */
    .headder__container-top {
        padding: 22px 0 24px 0;
        justify-content: space-between;
    }

    /* Логотип */
    .headder__logo {
        width: 188px;
        height: 33px;
    }

    /* Поле для поиска */
    .header__wrapper-input {
        flex: 1 1 75%;

        margin: 16px 10px 0 0;
        padding: 0;
        order: 1;
    }

    /* Кнопка корзина */
    .header__button-basket-container {
        margin-left: auto;
    }

    .header__button-basket {
        order: 1;
        flex: 0 0 48px;
    }
}

@media (max-width: 641px) {
    /* Список городов */
    .header__list-cities {
        display: none;

        flex: unset;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .header__list-cities label {
        justify-content: flex-start;
    }

    .header__list-cities_open-menu {
        display: block;
        margin-top: 10px;
        order: 2;
    }

    .header__list-cities input:focus~label  {
        justify-content: flex-end;
    }

    .header__container-new {
        max-width: 641px;
        margin: 0 0;
    }
}

@media (max-width: 425px) {
    .header__navigation_open-menu {
        padding-bottom: 50px;
    }
}

@media (max-width: 320px) {
    .header__container-new {
        max-width: 320px;
        margin: 0 0;
    }
}

/* End */


/* Start:/local/html/redesign/header/css/bread-crumbs.css?17442755701093*/
.bread-crumbs {
    padding: 14px 0 12px 0;

    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #717070;

    position: relative;
    z-index: 10;
}

.bread-crumbs__container {
    max-width: 1140px;
    padding: 0 19px;
    margin: 0 auto;
}

.bread-crumbs__wrapper {
    display: inline-block;
    margin-right: 6px;
}

.bread-crumbs__wrapper-mb {
    display: none;
    width: 32px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 0 2px rgb(0 0 0 / 18%);
    text-align: center;
    margin-right: 6px;
    cursor: pointer;
}

.bread-crumbs__wrapper-mb:hover {
    box-shadow: 0px 0 8px rgb(0 0 0 / 18%);
}

.bread-crumbs__wrapper-mb img {
    width: 24px;
    height: 24px;
}

.bread-crumbs__item-active {
    font-weight: 400;
}

.header__icon-bread-crumbs {
    width: 24px;
    height: 24px;
    margin: 0 6px;
}

@media (max-width: 768px) {
    .bread-crumbs__wrapper-mb {
        display: inline-block;
    }

    .bread-crumbs__wrapper {
        display: none;
    }
}

/* End */


/* Start:/local/html/redesign/header/css/suggestions.min.css?16860510842091*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/* End */


/* Start:/local/html/redesign/footer/css/footer.css?17461161076906*/
.footer {
    position: relative;
    overflow: hidden;
    background: none;
    padding: 36px 0 23px 0;
    color: #525252;
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
}


/* Модалка футтера */


/* --------------------------------------------- */
.footer-modal__field-close {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer__modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    z-index: 1000;
}

.footer__modal:target {
    display: block;
}


.footer__modal-content {
    width: 100%;
    background: #FFFFFF;
    border-radius: 24px 24px 0px 0px;
    padding: 24px 24px;
    position: absolute;
    bottom: 0;
}

.footer__modal-content h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 24px 0;
}

.footer__modal-content ul {
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    margin: 0 0 0 12px;
    max-height: calc(100vh - 120px);
    overflow: scroll;
}



.footer__modal-content ul li {
    list-style: none;
    padding-bottom: 20px;
}

.footer__modal-content ul li a {
    color: #525252;
}

.footer-modal__header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer__wrapper-messengers .icon {
    margin-left: 0;
}
/* --------------------------------------------- */


.footer__back-1,
.footer__back-2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.footer__back-1 {
    left: 0;
    width: 846px;
    height: 464px;
    background-image: url("/local/html/images/svg/footer-background-1.svg");
}
.footer__back-2 {
    right: 0;
    width: 846px;
    height: 464px;
    background-image: url("/local/html/images/svg/footer-background-2.svg");
}

.footer h2 {
    margin: 0 0 21px 0;
}

.footer__container {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
    padding: 0 19px;
}

.footer__column-2 .font_h2,
.footer__column-3 .font_h2,
.footer__column-4 h2 {
    text-transform: uppercase;
}

.footer__column-2 h2,
.footer__column-3 h2,
.footer__column-4 h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.footer__column-2 ul,
.footer__column-3 ul,
.footer__column-4 ul {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.footer__column-1 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-right: 72px;
}


.footer__copyright {
    font-size: 12px;
    line-height: 18px;
    color: #717070;
    font-family: "Roboto", Helvetica, sans-serif;
    margin: 0;
}

.footer__column-1 ul {
    display: none;
}

.footer__column-1 ul li:not(:last-of-type) {
    margin-bottom: 9px;
}


.footer__column-1 a:hover {
    color: inherit;
}

.footer__column-1 a:active {
    color: #D91920;
}


.footer__column-2 {
    margin-right: 92px;
    max-width: 163px;
}

.footer__column-3 {
    margin-right: 82px;
}

.footer__column-1 ul,
.footer__column-2 ul,
.footer__column-3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.footer__column-2 ul li:not(:last-of-type),
.footer__column-3 ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer__column-1 a,
.footer__column-2 a,
.footer__column-3 a {
    color: inherit;
}

.footer__column-2 a:hover,
.footer__column-3 a:hover {
    color: #D91920;
}

.footer__logo {
    width: 159px;
    height: 66px;
    margin: 0;
    display: block;
    background-image: url("/local/html/images/svg/logo-footer.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.footer__wrapper-messengers {
    display: flex;
    flex-flow: wrap;
    gap: 12px;
    max-width: 168px;
}

.footer__messenger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #F4F6F8;
    border-radius: 8px;
    cursor: pointer;
}

.footer__messenger:hover {
    background: #FFFFFF;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.header__icon-messenger {
    width: 26px;
    height: 26px;
    fill: #000000;
}

.footer__messenger:hover .header__icon-messenger {
    fill: #D91920;
}

.menu-item--tablets-visible {
    display: none;
}

@media(max-width: 1620px) {
    .footer__back-1 {
        left: calc(100% - 1620px);
    }
    .footer__back-2 {
        right: calc(100% - 1620px);
    } 
}
@media(max-width: 1340px) {
    .footer__back-1 {
        left: calc(100% - 1540px);
    }
    .footer__back-2 {
        right: calc(100% - 1540px);
    } 
}


@media (max-width: 1024px) {
    .footer {
        padding: 47px 0 18px 0;
    }

    .footer__back-1 {
        left: 0;
        width: 373px;
        background-image: url("/local/html/images/svg/footer-background-1-pl.svg");
    }

    .footer__back-2 {
        right: 0;
        width: 321px;
        background-image: url("/local/html/images/svg/footer-background-2-pl.svg");
    }

    .footer__column-1 {
        margin-right: 102px;
    }

    .footer__column-2 {
        margin-right: 112px;
    }

    .footer__column-3 {
        margin-right: 0;
    }

    .footer__column-4 {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer__column-1 {
        margin-right: 52px;
    }

    .footer__column-2 {
        margin-right: 72px;
    }
}

@media (max-width: 641px) {
    .footer__back-1 {
        width: 260px;
    }
    .footer__back-2 {
        width: 151px;
        background-image: url("/local/html/images/svg/footer-background-2-mb.svg");
    }

    .footer__container {
        gap: 0 22px;
    }

    .footer__logo {
        width: 178px;
        height: 29px;
        background-image: url("/local/html/images/svg/logo.svg");
    }

    .footer__column-1 {
        margin-right: 62px;
    }

    .footer__copyright {
        width: 190px;
    }

    .footer__column-2 {
        margin-right: 0;
        max-width: 245px;
    }

    .footer__column-3 {
        display: none;
    }

    .menu-item--tablets-visible {
        display: block;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 32px 0 40px 0;
    }
    .footer__column-1 {
        margin-right: 32px;
    }

    /* .footer__column-1 ul  {
        display: block;
    } */

}

@media (max-width: 420px) {
    .footer__logo {
        margin-bottom: 32px;
    }

    .footer__column-1 {
        margin: 0;
    }

    .footer__column-1 ul {
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px 28px;
    }

    .footer__copyright {
        margin-left: 28px;
    }

    .footer__column-2 {
        display: none;
    }

    .menu-item--tablets-visible {
        display: none;
    }
}

/* End */


/* Start:/local/templates/torg.1c.ru/css/add-to-home.css?1732100326821*/
.install-app-banner {
    display: none;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: -1px 0 18px 4px #d3d3d3;
}

.install-app-banner.show {
    display: flex;
    flex-direction: column;
}

.install-app-banner .logo {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.install-app-banner p {
    font-size: 18px;
    line-height: normal;
}

.install-app-banner button {
    border-radius: 5em !important;
    margin-right: inherit;
    height: max-content;
}

.install-app-banner-info {
    /*display: none;*/
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: -1px 0 18px 4px #d3d3d3;
}

/* End */


/* Start:/local/templates/torg.1c.ru/components/bitrix/search.form/torg.1c.ru.search.form.v2/style.css?1686051087223*/
.clean_btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.search-btn {
    fill: #717070;
    width: 18px;
    height: 18px;
}
/* End */


/* Start:/local/templates/torg.1c.ru/bugfix.css?174427557022345*/
/* TORG-1142 */
@-ms-viewport {
    width: device-width;
}

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

@viewport {
    width: device-width;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

@media (max-width: 1199px) {
    .header__block--menu {
        justify-content: flex-end;
    }
}
@media (max-width: 767px) {
    .header__block .navbar-toggler {
        top: 0;
    }
}

.header__block--logo {
    width: 35%;
}

.header__block--logo-image {
    width: 250px;
    height: auto;
}

@media (max-width: 320px) {
    .header__block--logo-image {
        width: 230px;
    }
}


/*TR-16766*/
.soft-hidden {
    display: none;
    visibility: hidden;
}

/*TR-16766*/
.show-app {
    display: block !important;
    visibility: visible !important;
}

.show-button {
    visibility: visible !important;
    display: inline-block !important;
}

.header__top--regions .dropdown {
    border-right: none !important;
}

.services__list--edo {
    background: #39b54a;
}

.services__list--sign {
    background: #0159cc;
}

.services__list--contragent {
    background: #ed2d24;
}

.services__list--spark {
    background: #007cc2;
}

/******************/

.services-detail__promo--edo {
    background: url("/local/html/images/services-detail__promo--goods.png") repeat;
    background: -moz-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--goods.png") repeat;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(102, 102, 102, 0.3)), color-stop(65%, rgba(102, 102, 102, 0.02)), color-stop(66%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(102, 102, 102, 0.3))), url("/local/html/images/services-detail__promo--goods.png") repeat;
    background: -webkit-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--goods.png") repeat;
    background: -o-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--goods.png") repeat;
    background: -ms-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--goods.png") repeat;
    background: linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--goods.png") repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#666666', GradientType=1);
}

.services-detail__promo--edo .services-detail__promo--img {
    background: #39b54a;
}

.services-detail__promo--sign {
    background: url("/local/html/images/services-detail__promo--ofd.png") repeat;
    background: -moz-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--ofd.png") repeat;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(102, 102, 102, 0.3)), color-stop(65%, rgba(102, 102, 102, 0.02)), color-stop(66%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(102, 102, 102, 0.3))), url("/local/html/images/services-detail__promo--ofd.png") repeat;
    background: -webkit-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--ofd.png") repeat;
    background: -o-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--ofd.png") repeat;
    background: -ms-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--ofd.png") repeat;
    background: linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--ofd.png") repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#666666', GradientType=1);
}

.services-detail__promo--sign .services-detail__promo--img {
    background: #0159cc;
}

.services-detail__promo--contragent {
    background: url("/local/html/images/services-detail__promo--offers.png") repeat;
    background: -moz-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--offers.png") repeat;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(102, 102, 102, 0.3)), color-stop(65%, rgba(102, 102, 102, 0.02)), color-stop(66%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(102, 102, 102, 0.3))), url("/local/html/images/services-detail__promo--offers.png") repeat;
    background: -webkit-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--offers.png") repeat;
    background: -o-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--offers.png") repeat;
    background: -ms-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--offers.png") repeat;
    background: linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--offers.png") repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#666666', GradientType=1);
}

.services-detail__promo--contragent .services-detail__promo--img {
    background: #ed2d24;
}

.services-detail__promo--spark {
    background: url("/local/html/images/services-detail__promo--umi.png") repeat;
    background: -moz-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--umi.png") repeat;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(102, 102, 102, 0.3)), color-stop(65%, rgba(102, 102, 102, 0.02)), color-stop(66%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(102, 102, 102, 0.3))), url("/local/html/images/services-detail__promo--umi.png") repeat;
    background: -webkit-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--umi.png") repeat;
    background: -o-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--umi.png") repeat;
    background: -ms-linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--umi.png") repeat;
    background: linear-gradient(15deg, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0.02) 65%, rgba(102, 102, 102, 0) 66%, rgba(102, 102, 102, 0.3) 100%), url("/local/html/images/services-detail__promo--umi.png") repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#666666', GradientType=1);
}

.services-detail__promo--spark .services-detail__promo--img {
    background: #007cc2;
}

.equipment__sections.section__wrapper .equipment__about {
    background: none !important;
}

.services-detail__link_external {
    font-weight: 900;
    font-size: larger;
}

.icon-time {
    color: white;
}

.equipment__goods--title.section__equipment--description {
    font-family: MuseoSansCyrlStrong, Helvetica, sans-serif !important;;
    font-size: 18px !important;;
    color: #06498c !important;;
    margin-bottom: 1rem !important;
}

section.services {
    margin: 0 0 5rem;
}

/* TORG-1477 */
section.services .container img,
section.services .container svg {
    max-width: 100%;
    height: auto;
}

.equipment__materials--wrapper h2 {
    margin-bottom: 0 !important;
}

.equipment__materials--item a {
    font-weight: bolder !important;
    font-size: 16px !important;
}

.equipment__materials--ico .icon {
    width: 2em !important;
    height: 2em !important;
}

.equipment-detail__more--item.equipment-detail__more--item-current a:first-child {
    border: 2px solid #ffd400;
}

.kits-detail__more--summ p {
    margin-bottom: 0px !important;
}

.equipment-detail {
    padding: 1rem 0 0 !important;
}

.equipment-detail__more--item a {
    font-weight: bolder !important;
    /*font-size: 15px !important;*/
}

#pills-review .row {
    margin-bottom: 30px;
}

.how-to-buy {
    margin-bottom: 75px;
}

.equipment-detail__other a {
    font-weight: bolder !important;
    /*font-size: 15px !important;*/
}

.equipment__materials--promo-info {
    font-size: 17px;
}

.equipment__materials--mark,
.section__events--mark {
    font-size: 14px !important;
}

.icon-time path {
    fill: white;
}

.equipment__materials--col .equipment__materials--list {
    margin-top: 1.5rem !important;
    margin-bottom: 0 !important;
}

/*TR-12826*/
.services__list--price {
    font-size: 18px;
    font-weight: 600;
    color: #151515;
    margin-right: 1rem;
}

/*TR-12826*/
.programs__description--functions {
    margin-top: 4.5rem;
}

/*TR-12826*/
.review-screenshot-title {
    text-align: center;
}

/*TR-12826*/
.slick-prev:before, .slick-next:before {
    color: #ffd13f !important;
}

.slick-loading .slick-list {
    background: none !important;
}

/*TR-12826*/
.equipment-detail__more--img .checkbox,
.kits-detail__more--img .checkbox {
    position: absolute;
    display: inherit !important;
    bottom: 1rem;
    left: 1rem;
    width: 25px;
    height: 25px;
}

/*TR-12826*/
.kits__list--price {
    font-size: 18px;
    font-weight: 600;
    color: #151515;
    margin-right: 1rem;
}

/*TR-12826*/
.section__press--description {
    font-family: MuseoSansCyrlStrong, Helvetica, sans-serif;
    font-size: 18px;
    color: #06498c;
    margin-bottom: 1rem;
}

/*TR-12826*/
.kits-detail__more--img .checkbox-custom {
    display: block !important;
}

/*TR-12826*/
.kits-detail__more--img .checkbox:checked + .checkbox-custom .icon {
    display: none !important;
}

/*TR-12826*/
.kits-detail__more--img .checkbox-custom {
    border: none !important;
}

/*TR-12826*/
.programs__description--functions .section__equipment--description {
    color: #000000;
}

/*TR-12826*/
.exchange-list {
    margin-top: 3rem;
}

/*TR-12826*/
.services__list--img:hover {
    color: white;
}

/*TR-12826*/
.preview__block .preview__block--title {
    color: #000000;
    min-height: 4rem;
}

/*TR-12826*/
.kits-detail__more a,
.equipment-detail__more--item a,
.equipment-detail__other a {
    font-weight: 900 !important;
}

.laws-detail__articles {
    margin-bottom: 55px;
}

/*TR-12826*/
.programs__description--addlist .title.base {
    font-weight: bold;
}

.programs__promo--bg {
    right: -140px;
    top: -46px;
}

.programs__promo--bg.bg-293 {
    right: -241px !important;
    top: -12px !important;
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

.laws-detail__slider--item .title {
    margin-left: 28px !important;
    text-align: left !important;
}

.bug-link {
    cursor: pointer;
    margin-top: -5px;
}

.m-t-2em {
    margin-top: 2em;
}

.m-b-2em {
    margin-bottom: 2em;
}

.admin-edit-link {
    color: darkgrey !important;
}

.show-more-button {
    text-transform: none !important;
}

/*TR-16710*/
.view-tile .equipment__goods--mark {
    background: #e9610c;
}

/*TR-16766*/
.tariff-btn {
    color: #111 !important;
    background-color: #f8f9fa !important;
    border-color: #808080 !important;
    display: none;
    visibility: hidden;
}

.stay-here-btn {
    color: #111 !important;
    background-color: #f8f9fa !important;
    border-color: #808080 !important;
}

/*TR-16850*/
.preview__block.preview__video {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*TR-16846*/
.func-icon-on-list {
    width: 67% !important;
    height: 4em !important;
}

/*TR-16950*/
.difference-accordion .title {
    margin-left: 22px;
}

.difference-accordion {
    border-top: 1px;
    background-color: #f5f5f5;
    border-top-width: 1px !important;
}

.stay-here-title {
    display: block;
}

.equipment-detail__product .equipment-detail__product--order {
    border-radius: 0 1rem 1rem 1rem;
}

.equipment-detail__product .nav.nav-tabs {
    border-bottom: none;
}

.equipment-detail__product .nav-link {
    height: 100%;
    background: #edf1f5;
    color: #7e8d9c;
    padding: 0.823rem 0;
    width: 8.5rem;
    text-align: center;
    border-radius: 0.5rem 0.5rem 0 0;
    border: 0;
    margin-right: 0.2rem;
}

.equipment-detail__product .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}

@media (max-width: 991px) {
    .equipment-detail__product--order {
        margin-top: 0 !important;
    }
}

/*TR-15116*/
.kit-detail-quantity {
    margin-bottom: 1.5em;
}

/*TR-15116*/
@media (max-width: 767px) {
    .kits__promo--order .btn-warning {
        margin-right: 0 !important;
    }
}

.single-offer {
    border-radius: 1rem !important;
}

.differense-table-accordion {
    margin-top: 2em;
}

/*TR-17302*/
.product-in-basket {
    color: #ffffff !important;
    background-color: #19b34f !important;
    border-color: #19b34f !important;
    outline-color: #19b34f !important;
}

/*TR-17302*/
.product-in-basket:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 65, 0.25);
}

.basket .icon-spin {
    width: 1.5em;
    height: 1.5em;
    color: #9eabb8;
    margin-left: 0.5rem;
}

/*TR-19858*/
.product__mark--sale {
    background: #351094;
}

/*TR-21336*/
.btn-footer-subscribe {
    text-transform: uppercase;
}

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

input[type=number]::-webkit-inner-spin-button {
    display: none;
}

/**/

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

/*TR-21478*/
input[readonly] {
    background-color: #fff !important;
}

/* TR-23176 https://vk.cc/9tZPZP */
.try-btn {
    color: #111;
    background-color: #e75f21 !important;
    border-color: #e75f21;

    max-width: 107px;
    font-size: 12px;
    font-weight: 600;
    font-family: MuseoSansCyrlStrong, Helvetica, sans-serif;
    line-height: normal;
    padding: 1em 1rem;
}

.try-btn:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.try-btn:hover {
    border-color: #ffe019;
    background-color: #ec672a !important;
}

/* TR-24474 */
a {
    color: #0f65bb;
}

/* end TR-24474 */

/* TR-22602 */
.wiki a {
    color: #0f65bb;
}

.wiki .footer__col--title.hide.bug-link {
    margin-top: 25px;
}

/* end TR-22602 */

/* TR-24920 */
.rk__big h5 {
    padding: 1rem 0 1.929rem;
}

.rk__big h2 {
    padding: 1rem 0 0;
}

/* end TR-24920 */

/* TORG-526 */
.equipment-detail .list__blue li {
    color: #06498c !important;
}

.equipment-detail .kits__description--for h3 {
    font-size: 22px;
    margin-bottom: 26px;
}

.equipment-detail .list__green .icon,
.equipment-detail .list__blue .icon {
    margin-top: 5px;
}

.equipment-detail .icon.icon-adobe-pdf,
.equipment-detail .icon.icon-ms-word {
    margin-top: 0;
}

.list__icons .document-icon-item {
    flex-direction: row;
    align-items: center;
}

.new-product-card__props-title.kit {
    font-family: 'Museo Sans', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    font-weight: 700;
}

/* end TORG-526 */

/* TORG-605 */
.news-more__list-item div:last-child {
    margin-bottom: 0px !important;
    margin-top: 9px !important;
}

/* TORG-2108 */
@media (max-width: 767px) {
    /* TORG-641 */
    .modal-footer.captcha-fix {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}

.modal-footer.captcha-fix > :not(:last-child) {
    margin-bottom: 25px !important;
}

/* TORG-527 */
.services .calculating-price {
    margin-bottom: 24px
}

/* TORG-834 */
.view-list--content {
    display: block !important;
}


/* TORG-1018 TORG-1040 TORG-1855 */
.header__social-icons {
    font-size: 16px;
    padding-top: 7px;
}

.footer__social-icons {
    font-size: 20px;
    padding-top: 2rem;
}

.footer__social-icons a,
.header__social-icons a,
.footer__social-icons span,
.header__social-icons span {
    margin-left: 8px;
    color: inherit;
    cursor: pointer;
}

.header__social-icons a:first-child {
    margin-left: 0;
}

/* TORG-1281 */
.footer__social-icons noindex:first-child a {
    margin-left: 0;
}

.header__social-icons a .fa-vk,
.header__social-icons a .fa-telegram-plane {
    font-size: 18px;
}

.footer__social-icons a .fa-vk,
.footer__social-icons a .fa-telegram-plane {
    font-size: 22px;
}

.header__social-icons {
    margin-left: auto;
}

/*start TORG-1855*/
.header__social-icons .fab.fa-instagram {
    font-size: 18px;
}

.footer__social-icons .fab.fa-instagram {
    font-size: 22px;
}
/*end TORG-1855*/

/* Мобильная версия */
.header__block--social {
    margin: 0 0 2rem;
    display: none;
}

.header__block--social.d-flex .header__social-icons {
    margin-left: 0;
    padding-top: 0;
}

.header__block--social.d-flex .header__social-icons a,
.header__block--social.d-flex .header__social-icons span {
    font-size: 20px;
}

.header__block--social.d-flex .header__social-icons a .fa-vk,
.header__block--social.d-flex .header__social-icons a .fab.fa-instagram, /* TORG-1855*/
.header__block--social.d-flex .header__social-icons a .fa-telegram-plane {
    font-size: 22px;
}
/* end Мобильная версия */

@media (max-width: 1660px) and (min-width: 1200px) {
    .header__social-icons {
        margin-right: 4em;
    }
}

@media (max-width: 1056px) and (min-width: 992px) {
    .header__social-icons {
        margin-right: 4em;
    }
}

@media (max-width: 816px) and (min-width: 768px) {
    .header__social-icons {
        margin-right: 2em;
    }
}

@media (max-width: 991px) {
    .footer__social-icons {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .header__top .hidden-sm {
        display: none !important;
    }
}
/* end TORG-1018 */

/* TORG-1519 */
.equipment__sections--col {
    background: #edf1f5;
    margin-bottom: 1.5rem;
    padding: 0 15px 1rem;
}

/* TORG-1514 скрываем поле с капчей */
.g-visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    clip-path: inset(100%);
}
/* end TORG-1514 */

/* TORG-1992 */
#kit-detail .new-product-card__price {
    width: 146px;
}
/* end TORG-1992 */

.preview__block .preview__block--image {
    cursor: pointer;
}

.section__more--item-current span.section__more--title {
    font-weight: 600;
    color: #0f65bb;
}

.popular-products__button-add.product-in-basket,
.rates__rate-button.product-in-basket,
.product-in-basket {
    background-color: #FBC029 !important;
    border-color: #FBC029 !important;
    color: #000 !important;
}

.price-notice__block {
    color: red;
    margin-top: 3px;
    display: flex;


    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

.price-notice__block p {
    margin: 0;
}

.price-notice__icon {
    vertical-align: middle;
    margin-left: 5px;
}

.price-notice__text {
    display: none;
    position: absolute;
    top: 2em;
    right: 0;
    min-width: 271px;
    background: #FFFFFF;
    border: 1px solid #D91920;
    border-radius: 4px;
    padding: 1em 0.75em;

    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: -0.002em;

}

.price-notice__popover {
    position: relative;
}

.price-notice__icon:hover+.price-notice__text {
    display: block;
}

.font_h1 {
    margin: 0 0 18px 0;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    font-family: "Museo Sans", Helvetica, sans-serif;
}

.font_h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 21px 0;
    color: #1e2733;
    font-family: "Museo Sans", Helvetica, sans-serif;
}

.font_h2--search-page {
    font-family: "Museo Sans", Helvetica, sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #1e2733;
    margin-bottom: 2.5rem;
}

.font_h3 {
    align-self: flex-end;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    margin: 0 0 16px 0;
    color: #1e2733;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.font_h4 {
    font-family: "Museo Sans", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 0.5rem;
}

.font_h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: block;
}

.header__basket--icon .icon {
    fill: #fff;
}

/*TORG-4044 - для старого дизайна футера*/
.footer.footer--dark {
    background: #182532;
    color: #fff;
    padding: 3rem 0 9rem;
}

/* End */


/* Start:/local/html/publication-list/sass/publication-cards.css?175161915910413*/
/*!
 * Bootstrap v4.0.0-beta (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)
 */
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot");
  src: url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff") format("woff"), url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: optional;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot");
  src: url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff") format("woff"), url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: optional;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot");
  src: url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff") format("woff"), url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: optional;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot");
  src: url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff") format("woff"), url("/local/html/publication-list/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: optional;
}
.publication-list {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  width: 100%;
}
.publication-list__r-b {
  display: none;
}
@media (min-width: 1480px) {
  .publication-list__r-b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 532px;
    height: auto;
    max-height: 606px;
    background-color: #EDF1F5;
    border-radius: 15px;
    overflow: hidden;
  }
}
.publication-list__r-b-img {
  width: 100%;
  height: auto;
}
.publication-list.container {
  max-width: 1570px;
}
@media (min-width: 768px) {
  .publication-list {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .publication-list {
    padding-top: 87px;
  }
  .publication-list.container {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.publication-list--video {
  padding-top: 57px;
}

.stats {
  display: flex;
  justify-content: center;
  margin-bottom: 51px;
}
.stats--top {
  margin-bottom: 40px;
}
.stats--top .stats__item {
  margin-right: 0;
}
.stats--top .stats__item--views {
  margin-left: 19px;
  margin-right: 0;
}

.stats__item {
  display: flex;
  align-items: center;
  margin-right: auto;
  font-family: inherit;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #212529;
}
.stats__item--views {
  margin-left: auto;
  margin-right: 19px;
}

.stats__icon {
  margin-right: 6px;
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .stats {
    margin-bottom: 8px;
    margin-top: auto;
  }
  .stats--top {
    margin-bottom: 52px;
  }
}
.publication-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 446px;
  background-color: #EDF1F5;
  border-radius: 15px;
  overflow: hidden;
}
.publication-card--big-img .publications-card__link {
  max-height: 322px;
}
.publication-card--small-img .publications-card__link {
  max-height: 261px;
}
@media (min-width: 768px) {
  .publication-card {
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    width: 355px;
  }
  .publication-card:not(:last-child) {
    margin-right: 14px;
  }
}
@media (min-width: 992px) {
  .publication-card {
    width: 446px;
    height: 606px;
  }
}
.publication-card .stats {
  margin-bottom: 0;
}
.publication-card .stats__item {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 500;
  color: #1A1919;
}
.publication-card .stats__item:not(.stats__item--views) {
  margin-right: 19px;
}
.publication-card > .publications-card__link {
  display: flex;
  margin-top: auto;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .publication-card > .publications-card__link {
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
  }
}

.publications-card__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.publication-card__theme {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #1A1919;
  text-transform: uppercase;
}

.publications-card__title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .publications-card__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.publications-card__description {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.publications-card__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: unset;
}

.publications-card__link {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.publications-card__link:hover {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.publications-card__link:active {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

.publication-cards-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 33px;
  width: 100%;
}
@media (min-width: 768px) {
  .publication-cards-list {
    margin-bottom: 60px;
  }
}
.publication-cards-list .stats {
  order: 1;
}
.publication-cards-list .stats .stats__item--views {
  margin-right: 0;
  margin-left: 19px;
}
.publication-cards-list .stats .stats__item:not(.stats__item--views) {
  margin-right: 0;
  margin-left: 19px;
}
@media (min-width: 1480px) {
  .publication-cards-list .publication-card {
    margin-right: 26px;
  }
  .publication-cards-list .publication-card:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1571px) {
  .publication-cards-list .publication-card {
    margin-right: 71px;
  }
}

.publication-cards-list__title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 26px;
  width: 100%;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.publication-cards-list__title--video {
  margin-top: -17px;
  margin-bottom: 36px;
  font-size: 48px;
  line-height: 60px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 900;
  color: #333333;
  padding: 0;
}

.publication-list--main-page .publication-cards-list {
  justify-content: center;
}
.publication-list--main-page .publication-cards-list .publication-cards-list__title {
  width: 100%;
  max-width: 446px;
}
@media (min-width: 768px) {
  .publication-list--main-page .publication-cards-list .publication-cards-list__title {
    max-width: 738px;
  }
}
@media (min-width: 992px) {
  .publication-list--main-page .publication-cards-list .publication-cards-list__title {
    max-width: 920px;
  }
}
@media (min-width: 1480px) {
  .publication-list--main-page .publication-cards-list .publication-cards-list__title {
    max-width: 1390px;
  }
}
.publication-list--main-page .publication-cards-list .section__events--all {
  width: 100%;
  max-width: 446px;
}
@media (min-width: 768px) {
  .publication-list--main-page .publication-cards-list .section__events--all {
    max-width: 738px;
  }
}
@media (min-width: 992px) {
  .publication-list--main-page .publication-cards-list .section__events--all {
    max-width: 920px;
  }
}
@media (min-width: 1480px) {
  .publication-list--main-page .publication-cards-list .section__events--all {
    max-width: 1390px;
  }
}
@media (min-width: 768px) {
  .publication-list--main-page .publication-cards-list .publication-card {
    margin-right: 26px;
  }
}
.publication-list--main-page .publication-cards-list .publication-card:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 1480px) {
  .publication-list--main-page .publication-cards-list .publication-card:nth-of-type(2n) {
    margin-right: 26px;
  }
}
.publication-list--main-page .publication-cards-list .publication-card:nth-of-type(3n) {
  display: none;
}
@media (min-width: 1480px) {
  .publication-list--main-page .publication-cards-list .publication-card:nth-of-type(3n) {
    display: flex;
    margin-right: 0;
  }
}

.publication-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  max-width: 920px;
}
.publication-block .rk {
  width: 100%;
}
.publication-block .rk__big {
  padding: 1.5rem 0 0 1.5rem;
}
.publication-block .rk__big h2 {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .publication-block .rk__big {
    padding: 1.5rem 0 0 6.429rem;
  }
  .publication-block .rk__big img {
    margin-left: auto;
    max-width: 505px;
  }
}
@media (min-width: 1480px) {
  .publication-block {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: none;
  }
  .publication-block .rk__big > div {
    flex: none;
    justify-content: center;
  }
  .publication-block .rk__big > div:first-child {
    margin-right: 10px;
  }
}

.publication-block__title {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #1A1919;
}
@media (min-width: 768px) {
  .publication-block__title {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 60px;
  }
}

.visually-hidden,
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  clip-path: inset(100%);
}


/* End */


/* Start:/local/templates/torg.1c.ru/css/cookie.css?17296636021366*/
.alert-cookie {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    background: linear-gradient(88.87deg, #E7FBFF 0.06%, #F3F2FF 99.98%);
    border-radius: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
    padding: 20px 10px;
    z-index: 100;
}

.alert-cookie .alert-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 520px;
    margin: auto;
}

.alert-cookie .text-center {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.alert-cookie .alert-wrap .grey {
    color: darkgrey;
}

.alert-cookie .alert-wrap #cookie-link {
    color: #000;
    text-decoration: underline;
    font-size: 1em;
}

.alert-cookie .alert-wrap #cookie-link:hover {
    color: red;
    text-decoration: underline;
}

.alert-cookie .alert-wrap .close-cookie {
    opacity: 1;
    position: absolute;
    right: -3em;
    cursor: pointer;
}

@media (max-width: 600px) {
    .alert-cookie .alert-wrap .close-cookie {
        position: unset;
    }
}

@media screen and (max-width: 525px) {
    .alert-cookie + #request-page > .assistant {
        bottom: 150px;
    }
}

@media screen and (max-width: 900px) {
    .alert-cookie + #request-page > .assistant {
        bottom: 120px;
    }
}

/* End */


/* Start:/local/templates/torg.1c.ru/styles.css?171636613529*/
img {
    max-width: 100%;
}

/* End */


/* Start:/local/templates/torg.1c.ru/css/snippets.css?17513640051857*/
/* region Блок с желтой чертой */
.publications__highlight {
    padding-left: 14px;
    font-family: inherit;
    font-size: 18px;
    color: #1A1919;
    border-left: 5px solid #FFD400;
}
/* endregion Блок с желтой чертой */

/* region Блок с желтой рамкой */
.publications__highlight_border {
    padding: 20px;
    font-weight: bold;
    border: 2px solid #FFBA06;
    border-radius: 10px;
    display: block;
}
.publications .publications__highlight_border p {
    margin-bottom: 5px !important;
}
/* endregion Блок с желтой рамкой */

/* region Публикации: встроенное видео с загрузкой по клику */
.video-container {
    width: 560px;
    height: 315px;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    margin: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url('/local/templates/torg.1c.ru/img/play-button.svg') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
    pointer-events: none;
}
/*  endregion Публикации: встроенное видео с загрузкой по клику */

/* region Маленькое изображение с серой подложкой */
.snip-image-body--small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E4E5E7;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.snip-image-body--small > .snip-image-footer > p {
    margin-bottom: 0 !important;
}
/* endregion Маленькое изображение с серой подложкой */
/* End */


/* Start:/local/html/banners/subscribe/style.css?175161915910517*/
.subscribe-banner-color {
    background: #e1fffa no-repeat;
    height: 181px;
}

.subscribe-banner-color .subscribe-banner-color__content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
}

.subscribe-banner-color .subscribe-banner-color__content h2 {
    font-family: "Museo Sans", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    background: inherit;
    padding-top: 25px;
    margin-bottom: 14px !important; /* обязательно оставить */
    margin-top: 0 !important; /* обязательно оставить */
}

.subscribe-banner-color .subscribe-banner-color__content h5 {
    font-family: "Museo Sans", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #717070;
    margin-bottom: 14px !important; /* обязательно оставить */
    margin-top: 0 !important; /* обязательно оставить */
}


.subscribe-banner-color .subscribe-banner-color__text {
    position: absolute;
    margin-bottom: 25px;
    z-index: 50;
}

.subscribe-banner-color .btn {
    width: 194px;
    height: 48px;
    box-sizing: border-box;
    font-family: "Museo Sans", Helvetica, sans-serif;
    color: #000;
}

.subscribe-banner-color .subscribe-banner-color__image-right {
    margin-right: auto;
}

.subscribe-banner-color .subscribe-banner-color__image {
    margin-left: auto;
}

.subscribe-banner-color .subscribe-banner-color__image-right, .subscribe-banner-color__image {
    display: flex;
}

.subscribe-banner-color figure {
    margin: 0;
    height: 181px;
}

.subscribe-banner-color figure.figure-right {
    margin-left: auto;
}

.subscribe-banner-color .banner-block__img,
.subscribe-banner-color section {
    height: 181px;
    width: auto;
}


/* Бирюзовая версия */
.subscribe-banner-color .subscribe-banner-color__cyan {
    padding: 0 30px;
}

.subscribe-banner-color .subscribe-banner-color__cyan .subscribe-banner-color__content {
    max-width: 1130px;
}

.subscribe-banner-color .subscribe-banner-color__cyan .btn {
    background: #B3E2E8;
    border: 1px solid #000000;
}

.subscribe-banner-color .subscribe-banner-color__cyan figure {
    margin-left: auto;
}

/* end Бирюзовая версия */


/* Оранжевая версия */
.subscribe-banner-color .subscribe-banner-color__orange {
    background: linear-gradient(91.49deg, #E7FBFF 0.9%, #E2FFF3 100.7%);
}

.subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__content {
    max-width: 1220px;
}

.subscribe-banner-color .subscribe-banner-color__orange .btn {
    background: #FDA506;
    border: none;
}

.subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__text {
    padding-left: 354px;
    padding-right: 30px;
}

.subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__image {
    margin-left: auto;
}

/* end Оранжевая версия */


/* Желтая версия */
.subscribe-banner-color .subscribe-banner-color__yellow {
    background: linear-gradient(91.49deg, #E7FBFF 0.9%, #E2FFF3 100.7%);
}

.subscribe-banner-color .subscribe-banner-color__yellow .subscribe-banner-color__content {
    max-width: 1320px;
}

.subscribe-banner-color .subscribe-banner-color__yellow .subscribe-banner-color__text {
    margin-left: 200px;
}

.subscribe-banner-color .subscribe-banner-color__yellow .btn {
    background: #FFD15C;
    border: 1px solid #000000;
}

/* end Желтая версия */

/* TORG-1662 */
.subscribe-banner-color .subscribe-banner-color__marking.check_set {
    background-image: linear-gradient(to right, #FFF145 50%, #FFDF01 50%);
}

@media (min-width: 768px) {
    .subscribe-banner-color.check-banner,
    .subscribe-banner-color.check-banner figure,
    .subscribe-banner-color.check-banner .banner-block__img,
    .subscribe-banner-color .subscribe-banner-color__marking.check_set {
        height: 125px;
    }
}

/* end TORG-1662 */

@media (min-width: 992px) and (max-width: 1079px) {
    .subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__text {
        padding-left: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .subscribe-banner-color .subscribe-banner-color__content h2 {
        font-size: 24px;
        padding-top: 20px;
        line-height: 26px;
        margin-bottom: 6px !important; /* обязательно оставить */
    }

    .subscribe-banner-color .subscribe-banner-color__content h5 {
        font-size: 14px;
        margin-bottom: 10px !important; /* обязательно оставить */
    }

    .subscribe-banner-color .subscribe-banner-color__cyan .subscribe-banner-color__text {
        position: relative;
        margin-bottom: 20px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__text {
        padding-left: 280px;
        margin-bottom: 20px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__content {
        margin-left: 24px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange,
    .subscribe-banner-color .subscribe-banner-color__yellow {
        height: 181px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .banner-block__img {
        height: 97%;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .figure-right .banner-block__img {
        height: 65%;
    }

    .subscribe-banner-color .subscribe-banner-color__orange figure {
        margin-top: 5px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange figure.figure-right {
        margin-left: auto;
        margin-top: 63px;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow .subscribe-banner-color__text {
        margin-left: 80px;
        padding-right: 300px;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow .banner-block__img {
        height: 45%;
        margin-top: 22px;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow .figure-right .banner-block__img {
        height: 100%;
        margin-top: 0;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow figure.figure-right {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .subscribe-banner-color .subscribe-banner-color__cyan,
    .subscribe-banner-color .subscribe-banner-color__orange {
        padding: 0 0 0 30px;
    }

    .subscribe-banner-color .subscribe-banner-color__content h2 {
        font-size: 24px;
        padding-top: 20px;
        line-height: 26px;
        margin-bottom: 6px !important; /* обязательно оставить */
    }

    .subscribe-banner-color .subscribe-banner-color__content h5 {
        font-size: 14px;
        margin-bottom: 10px !important; /* обязательно оставить */
    }

    .subscribe-banner-color .subscribe-banner-color__cyan .subscribe-banner-color__text {
        margin-bottom: 20px;
        position: relative;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__content h2,
    .subscribe-banner-color .subscribe-banner-color__yellow .subscribe-banner-color__content h2 {
        padding-top: 24px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__text,
    .subscribe-banner-color .subscribe-banner-color__yellow .subscribe-banner-color__text {
        position: absolute;
        z-index: 50;
        margin-bottom: 24px;
        padding-right: 30px;
        padding-left: 0;
    }

    .subscribe-banner-color .subscribe-banner-color__orange figure {
        margin-left: auto;
        margin-top: 62px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .banner-block__img {
        height: 65%;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow .subscribe-banner-color__text {
        margin-left: 16px;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow .banner-block__img {
        height: 32%;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow .figure-right .banner-block__img {
        height: 100%;
    }

}

@media (max-width: 480px) {
    .subscribe-banner-color .subscribe-banner-color__cyan,
    .subscribe-banner-color .subscribe-banner-color__orange {
        padding: 0 0 0 30px;
    }

    .subscribe-banner-color .subscribe-banner-color__content h2 {
        font-size: 16px;
        padding-top: 26px;
        line-height: 20px;
        margin-bottom: 3px !important; /* обязательно оставить */
    }

    .subscribe-banner-color .subscribe-banner-color__content h5 {
        font-size: 12px;
        margin-bottom: 16px !important; /* обязательно оставить */
    }

    .subscribe-banner-color .subscribe-banner-color__cyan .subscribe-banner-color__text {
        margin-bottom: 24px;
        position: relative;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__content h2,
    .subscribe-banner-color .subscribe-banner-color__yellow .subscribe-banner-color__content h2 {
        padding-top: 24px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .subscribe-banner-color__text,
    .subscribe-banner-color .subscribe-banner-color__yellow .subscribe-banner-color__text {
        position: absolute;
        z-index: 50;
        margin-bottom: 24px;
        padding-left: 0;
        padding-right: 30px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange figure {
        margin-left: auto;
        margin-top: 62px;
        height: 181px;
    }

    .subscribe-banner-color .subscribe-banner-color__orange .banner-block__img {
        height: 65%;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow .subscribe-banner-color__text {
        margin-left: 16px;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow .banner-block__img {
        height: 32%;
    }

    .subscribe-banner-color .subscribe-banner-color__yellow .figure-right .banner-block__img {
        height: 100%;
        margin-top: 0;
    }
}

.subscribe-banner-color .subscribe-banner-color__marking {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-banner-color .subscribe-banner-color__marking a {
    margin: 0 auto;
}

/* end TORG-1208 */

/* End */


/* Start:/local/html/redesign/news/style.css?175136400519173*/
@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta (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)
 */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-footer.captcha-fix {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.modal-footer.captcha-fix > :not(:last-child) {
  margin-bottom: 25px;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.publications {
  padding-top: 36px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1A1919;
}
.publications .container {
  max-width: 800px;
}
.publications .container-wide {
  max-width: 1000px;
}
.publications h1, .publications h2, .publications h3, .publications h4, .publications h5, .publications h6 {
  font-family: inherit;
  color: inherit;
}
.publications ul li, .publications ol li, .publications p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: #1A1919;
}
.publications h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
}
.publications h2 {
  font-family: "Museo Sans", Helvetica, sans-serif;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 36px;
  color: #1A1919;
  font-weight: 900;
}
.publications p {
  margin-bottom: 24px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1A1919;
}
.publications p + p {
  margin-top: -10px;
}
.publications p + .publications__likely {
  margin-top: 0;
}
.publications p + ul {
  margin-top: -14px;
  margin-bottom: 10px;
}
.publications p + ol {
  margin-top: -14px;
  margin-bottom: 10px;
}
.publications li + p {
  margin-top: 14px;
}
.publications li > ul, .publications li > ol {
  margin-top: 8px;
}
.publications ol li > ul li {
  list-style-type: disc;
}
.publications figure {
  margin-bottom: 22px;
}
.publications .likely svg {
  fill: #000 !important;
}
.publications div[itemprop=articleBody] li:not(:last-child), .publications div[itemprop=articleBody] > div li:not(:last-child) {
  margin-bottom: 6px;
}
.publications div[itemprop=articleBody] li:not(:last-child) p, .publications div[itemprop=articleBody] > div li:not(:last-child) p {
  margin-bottom: 8px;
}
.publications div[itemprop=articleBody] > div p + ol, .publications div[itemprop=articleBody] > div p + ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.publications div[itemprop=articleBody] > div > p {
  margin-bottom: 8px;
}
.publications + .modal .basket__container {
  font-family: "Roboto", Helvetica, sans-serif;
}
.publications + .modal .basket__container p {
  font-family: "Roboto", Helvetica, sans-serif !important;
}
.publications + .modal .basket__container label, .publications + .modal .basket__container--footnote, .publications + .modal .basket__container--total .btn-warning {
  font-family: "Roboto", Helvetica, sans-serif;
}
.publications__highlight_border {
  padding: 20px;
  font-weight: bold;
  border: 2px solid #FFBA06;
  border-radius: 10px;
  display: block;
}
.publications .publications__highlight_border p {
  margin-bottom: 5px !important;
}

.publications__title {
  margin-right: 0;
  margin-left: 0;
}

/* Блок с красной чертой TORG-881*/
.publications__highlight_red {
  padding-left: 14px;
  font-family: inherit;
  font-size: 18px;
  color: #1A1919;
  border-left: 5px solid #cd141a !important;
}

/* end Блок с красной чертой */
.publications__lead {
  font-size: 18px;
  line-height: 30px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  color: #1A1919;
}
.publications__lead h1, .publications__lead h2, .publications__lead h3, .publications__lead h4, .publications__lead h5, .publications__lead h6, .publications__lead ul li, .publications__lead ol li, .publications__lead p {
  font-family: inherit;
  color: inherit;
}
.publications__lead p {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #1A1919;
}
.publications__lead *:last-child {
  margin-bottom: 0;
}
.publications__lead::after {
  display: flex;
  height: 1px;
  margin-bottom: 24px;
  padding-top: 24px;
}

.publications__img-link {
  display: flex;
  margin-bottom: 24px;
  background-color: #EDF1F5;
  border-radius: 9px;
  overflow: hidden;
}

figcaption {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}

.publications__highlight {
  margin-bottom: 24px;
  padding-left: 14px;
  font-size: 18px;
  line-height: 30px;
  color: #1A1919;
  font-family: "Museo Sans", Helvetica, sans-serif;
  border-left: 5px solid #FFD400;
}
.publications__highlight h1, .publications__highlight h2, .publications__highlight h3, .publications__highlight h4, .publications__highlight h5, .publications__highlight h6, .publications__highlight ul li, .publications__highlight ol li, .publications__highlight p {
  font-family: inherit;
  color: inherit;
}
.publications__highlight p {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.publications__highlight *:last-child {
  margin-bottom: 0;
}

.publications__likely {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 26px;
}

.publications__likely.border_separate {
  border-bottom: 1px solid rgba(160, 171, 186, 0.3);
}

@media (min-width: 768px) {
  .publications {
    font-size: 18px;
    line-height: 36px;
  }
  .publications h1 {
    display: block;
    font-size: 48px;
    line-height: 60px;
    color: #1a1919;
  }
  .publications h1.headline-news {
    font-size: 38px;
  }
  .publications h2 {
    margin-bottom: 30px;
  }
  .publications p {
    margin-bottom: 34px;
  }
  .publications figure {
    margin-bottom: 28px;
  }
  .publications__content p {
    font-size: 18px;
    line-height: 36px;
  }
  .publications__lead {
    font-size: 24px;
    line-height: 36px;
  }
  .publications__lead p {
    font-size: 24px;
    line-height: 36px;
  }
  .publications__highlight {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 36px;
  }
  .publications__highlight p {
    margin-right: 0;
    margin-left: 0;
    font-size: 24px;
    line-height: 36px;
  }
  .publications__likely {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .publications {
    max-width: 920px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-family: "Roboto", Helvetica, sans-serif;
    line-height: 26px;
  }
  .publications .container {
    padding-right: 0;
    padding-left: 0;
  }
  .publications__content {
    margin-bottom: 24px;
  }
  .publications__lead {
    margin: 0 auto;
  }
  .publications__likely {
    margin-bottom: 0;
    padding-bottom: 26px;
  }
  .publications__likely.border_separate {
    border-bottom: none;
  }
  .publications__title {
    margin-right: -120px;
    margin-left: -120px;
  }
}
.container p, .container ul, .container li, .container ol {
  font-size: 14px !important;
  font-family: "Roboto", Helvetica, sans-serif !important;
}

.container .publications__lead p {
  font-size: 18px !important;
  font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.publications p {
  margin-bottom: 22px !important;
  line-height: 26px !important;
}

.container .publications__highlight {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.container .publications__highlight p {
  font-size: 20px !important;
  font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.container ul, .container li {
  line-height: 26px !important;
}

.publications__lead::after {
  padding-top: 0 !important;
}

.publications h1 {
  line-height: 50px;
}

.publications h1.headline-news {
  line-height: 40px !important;
  text-align: left;
}

.publications h2, .publications h3, .publications h4, .publications h5, .publications h6 {
  margin-top: 1.75rem !important;
  margin-bottom: 0.7rem !important;
}
.publications h1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.publications .tags-list {
  max-width: 640px !important;
}

.publications .tags-list li {
  font-size: 12px !important;
  font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.publications .tags-list__item {
  /*padding: 3px 12px  !important;*/
  padding: 1px 14px !important;
}

.article-top {
  display: flex;
  align-items: end;
  flex-direction: column;
}

@media (min-width: 768px) {
  .publications h1.headline-news {
    line-height: 50px !important;
  }
  .article-top {
    align-items: center;
    flex-direction: row;
  }
}
/* TORG-3432 */
@media (max-width: 575px) {
  div[itemprop=articleBody] p,
  div[itemprop=articleBody] ul,
  div[itemprop=articleBody] li,
  div[itemprop=articleBody] ol {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .publications .container, .publications .container-wide {
    max-width: 100%;
  }
}
.horizontal-slide {
  display: flex;
  column-gap: 10px;
  height: 100%;
  padding: 16px 16px 20px;
  background: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .horizontal-slide {
    padding: 16px 12px 20px;
  }
}

.horizontal-slide .horizontal-slide__image {
  align-self: center;
  width: 134px;
  height: 134px;
}
@media (max-width: 767px) {
  .horizontal-slide .horizontal-slide__image {
    width: 100px;
    height: 130px;
  }
}

.horizontal-slide__info {
  display: flex;
  flex-direction: column;
}

.horizontal-slide__description {
  flex: 1 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 22px;
}

.horizontal-slide__price {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #D91920;
}

.horizontal-slide__button {
  display: block;
  width: max-content;
  margin-top: 16px;
  padding: 12px 24px;
  background: #FFE94D;
  border-radius: 8px;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #717070;
}

.vertical-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vertical-slide__wrapper-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border: solid 1px #EBEDEC;
  border-radius: 8px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .vertical-slide__wrapper-image {
    width: 180px;
  }
}

.vertical-slide__image {
  width: 165px;
  height: 165px;
}
@media (max-width: 575px) {
  .vertical-slide__image {
    width: 156px;
    height: 156px;
  }
}

.vertical-slide__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-auto-rows: max-content;
  flex: 1 0;
}
@media (max-width: 575px) {
  .vertical-slide__info {
    grid-template-rows: 1fr;
  }
}

.vertical-slide__description {
  grid-column: 1/3;
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1369BF;
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .vertical-slide__description {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.vertical-slide__price {
  align-self: center;
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.vertical-slide__button {
  display: block;
  width: max-content;
  height: max-content;
  padding: 12px 24px;
  background: #FFE94D;
  border-radius: 8px;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #717070;
}
@media (max-width: 575px) {
  .vertical-slide__button {
    grid-column: 1/3;
    align-self: end;
    width: auto;
    margin-top: 16px;
    text-align: center;
  }
}

.product-card {
  float: right;
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 20px;
  margin: 10px 0 10px 10px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
@media (max-width: 575px) {
  .product-card {
    float: none;
    width: 100%;
    margin: 12px auto 32px;
    padding: 16px 20px 24px;
  }
}

.product-card--ml-32 {
  margin-left: 32px;
}
@media (max-width: 575px) {
  .product-card--ml-32 {
    margin-left: 0;
  }
}

.product-card__image {
  width: 160px;
  height: 160px;
  object-fit: cover;
  align-self: center;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product-card__image {
    width: 190px;
    height: 190px;
  }
}

.product-card__info {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}

.product-card__price {
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}

.product-card__description {
  flex: 1 0;
  font-family: MuseoSansCyrl, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #1A1919;
}
@media (max-width: 575px) {
  .product-card__description {
    font-size: 14px;
  }
}

.product-card__button {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  margin-top: 16px;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #717070;
  background: #FFDF01;
  border-radius: 8px;
}

.product-card__button-icon {
  font-size: 16px;
  fill: #1369BF;
}

.product-card--horizontal {
  flex-direction: row;
  column-gap: 12px;
  width: 350px;
  padding: 16px;
}
@media (max-width: 575px) {
  .product-card--horizontal {
    width: 100%;
    column-gap: 20px;
    padding: 20px 16px;
  }
}

.product-card--horizontal .product-card__image {
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.product-card--horizontal .product-card__info {
  display: flex;
  flex-direction: column;
}

.product-card--horizontal .product-card__price {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #D91920;
  order: 1;
}

.product-card--horizontal .product-card__description {
  margin-bottom: 8px;
}

.product-card--horizontal .product-card__button {
  width: max-content;
  padding: 0;
  margin-top: 8px;
  font-family: Roboto, "Roboto", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #1369BF;
  text-transform: capitalize;
  background: none;
  border-radius: 0;
  order: 1;
}

.swiper-product {
  position: relative;
}

.swiper-product--wrapper {
  padding: 5px 5px 40px;
}
@media (max-width: 575px) {
  .swiper-product--wrapper {
    padding: 5px 5px 36px;
  }
}

.swiper-product__button {
  position: absolute;
  top: calc(50% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #EFEFEF;
  border-radius: 32px;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 991px) {
  .swiper-product__button {
    display: none;
  }
}

.swiper-product__button-prev {
  left: -11px;
}

.swiper-product__button-next {
  right: -11px;
}

.swiper-product__button-icon {
  font-size: 16px;
}

.swiper-product__button-prev .swiper-product__button-icon {
  transform: rotate(180deg);
}

.swiper-product .product-card {
  height: 100%;
  float: none;
  padding: 20px 20px 28px;
  margin: 0;
}

.swiper-product .product-card,
.swiper-product .product-card__button {
  width: auto;
}

.swiper-product .product-card__image {
  width: 213px;
  height: 213px;
}
@media (max-width: 991px) {
  .swiper-product .product-card__image {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 575px) {
  .swiper-product .product-card__image {
    width: 195px;
    height: 195px;
  }
}

.swiper-product .swiper-autoheight .swiper-wrapper {
  align-items: stretch;
}

.swiper-product .swiper-slide {
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .swiper-product .swiper-slide {
    width: 230px;
  }
}

.swiper-product .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #F4F6F8;
  opacity: 1;
}
@media (max-width: 575px) {
  .swiper-product .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-product .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #FFDF01;
}
@media (max-width: 575px) {
  .swiper-product .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

.swiper-product .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

.swiper-product .swiper-button-lock {
  display: none;
}

.swiper-product--horizontal {
  max-width: 886px;
  padding-left: 78px;
  padding-right: 78px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .swiper-product--horizontal {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.swiper-product--horizontal .swiper-product__button {
  width: 48px;
  height: 48px;
}

.swiper-product--horizontal .swiper-product__button-prev {
  left: 0;
}

.swiper-product--horizontal .swiper-product__button-next {
  right: 0;
}

.swiper-product--horizontal .swiper-product__button-icon {
  font-size: 24px;
}

.swiper-product--vertical .swiper-product__button {
  top: 80px;
}

@media (max-width: 575px) {
  .swiper-product--vertical .swiper-slide {
    width: 180px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/html/basket/sass/main.css?17516191596810*/
.basket {
  background: #edf1f5;
  font-size: 15px;
  color: #1a1a1a;
  overflow: hidden;
  padding: 4.5rem 0 4rem;
}
.basket .btn {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .basket {
    padding: 0 0 2rem;
  }
}
.basket .btn-title {
  line-height: 40px;
  padding: 0 20px;
  margin-top: 0;
}
.basket .icon-print {
  width: 1.5em;
  height: 1.5em;
  color: #9eabb8;
  margin-left: 0.5rem;
}
.basket h2 {
  font-family: MuseoSansCyrlBold, Helvetica, sans-serif;
  font-size: 18px;
  color: #232323;
  margin-bottom: 1rem;
}
.basket__container {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 4rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .basket__container {
    padding: 2rem;
  }
}
.basket__container--list {
  margin-bottom: 4rem;
}
.basket__container--list li {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  border-bottom: 1px solid #ccd6e0;
}
.basket__container--list li:first-child {
  border-top: 1px solid #ccd6e0;
}
.basket__container--list li > div {
  display: flex;
  justify-content: space-between;
  align-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .basket__container--list li > div {
    padding: 0;
  }
}
.basket__container--list li.removed {
  color: #7e8d9c;
  background: #edf1f5;
}
.basket__container--list li.removed .basket__container--img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .basket__container--list li {
    flex-direction: column;
  }
}
.basket__container--list:last-child {
  margin-bottom: 0;
}
.basket__container--item {
  display: flex;
  align-items: center;
}
.basket__container--item img {
  margin: auto 2rem auto 1rem;
  max-width: 60px;
}
@media (max-width: 575px) {
  .basket__container--item img {
    margin: auto 1rem;
  }
}
@media (max-width: 767px) {
  .basket__container--item {
    margin-bottom: 1rem;
  }
}
.basket__container--quantity {
  display: flex;
  align-items: center;
}
.basket__container--quantity > div {
  display: flex;
  justify-content: space-between;
  align-content: space-around;
  align-items: center;
}
.basket__container--quantity > span {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  line-height: 18px;
  width: 80px;
}
.basket__container--quantity .form-control {
  width: 40px;
  margin: 0 0.4rem;
  padding: 0.858rem 0.15rem;
  text-align: center;
  font-size: 15px;
  color: #232323;
}
.basket__container--quant {
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #edf0f6;
  color: #a0abba;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.basket__container--price {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.basket__container--price-per-qty {
  font-size: 12px;
  font-weight: 400;
}
.basket__container--remove {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.basket__container--remove .close {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #9eabb8;
  opacity: 1;
}
.basket__container--remove span {
  font-family: MuseoSansCyrlRegular, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 1rem;
  padding-top: 5px;
}
.basket__container--remove .icon-undo {
  width: 1.1em;
  height: 1.3em;
}
.basket__container--removed {
  color: #fff;
  background: #9eabb8;
  font-family: MuseoSansCyrlStrong, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0.215rem 1.1em;
  display: inline-flex;
}
@media (max-width: 575px) {
  .basket__container--removed {
    margin-bottom: 1rem;
  }
}
.basket__container .select2 {
  width: 100% !important;
}
.basket__container .select2-selection {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.basket__container .select2-selection.select2-selection--single {
  height: 42px;
  border-color: rgba(0, 0, 0, 0.15);
}
.basket__container .select2-selection.select2-selection--single:focus {
  border-color: #ffd400;
}
.basket__container .select2-selection__arrow {
  height: 42px !important;
}
.basket__container .form-control,
.basket__container .select2-selection--single {
  box-sizing: border-box;
  height: 42px;
}
.basket__container .form-control:focus,
.basket__container .select2-selection--single:focus {
  border-color: #ffd400;
  outline: none;
}
.basket__container textarea.form-control {
  resize: none;
  height: 134px;
}
@media (max-width: 991px) {
  .basket__container textarea.form-control {
    margin-bottom: 2rem;
  }
}
.basket__container label {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.basket__container label span {
  color: #7e8d9c;
}
.basket__container .form-group {
  margin-bottom: 1.7rem;
}
.basket__container--footnote {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  color: #9eabb8;
}
.basket__container--total {
  display: flex;
}
@media (max-width: 991px) {
  .basket__container--total {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .basket__container--total > div:first-child {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .basket__container--total > div {
    flex: 1 1 100%;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .basket__container--total > div:first-child {
    display: flex;
    gap: 20px;
    padding-right: 2rem;
    border-right: 1px solid #cdd4de;
    justify-content: space-between;
    align-items: center;
  }
  .basket__container--total > div:last-child {
    flex: 0 0 60%;
    padding-left: 2rem;
  }
}
.basket__container--total .total {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .basket__container--total .total {
    margin-bottom: 1rem;
  }
}
.basket__container--total .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.basket__container--total .btn-warning {
  font-family: MuseoSansCyrlStrong, Helvetica, sans-serif;
  font-size: 13px;
  line-height: normal;
  padding: 1.2rem 3.5rem;
  border-radius: 8px;
  color: #333333;
  background-color: #ffd400;
  border-color: #ffd400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.basket__container--total .btn-warning:hover {
  background-color: #ffe019;
  border-color: #ffe019;
}
@media (max-width: 767px) {
  .basket__container--total .btn-warning {
    margin-bottom: 1rem;
  }
}

/* End */


/* Start:/local/html/basket_new/sass/main.css?17516191598492*/
.basket {
  background: #edf1f5;
  font-size: 15px;
  color: #1a1a1a;
  overflow: hidden;
  padding: 4.5rem 0 4rem;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .basket {
    padding: 0 0 2rem;
  }
}
.basket .btn-title {
  line-height: 40px;
  padding: 0 20px;
  margin-top: 0;
}
.basket .icon-print {
  width: 1.5em;
  height: 1.5em;
  color: #9eabb8;
  margin-left: 0.5rem;
}
.basket h2 {
  font-family: MuseoSansCyrlBold, Helvetica, sans-serif;
  font-size: 18px;
  color: #232323;
  margin-bottom: 1rem;
}
.basket__container {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 4rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .basket__container {
    padding: 2rem;
  }
}
.basket__container--header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 991px) {
  .basket__container--header {
    display: none;
  }
}
.basket__container--header > div {
  margin: 0 47px;
  min-width: 100px;
}
.basket__container--header > div:last-child {
  margin-left: auto;
  text-align: right;
}
.basket__container--list {
  margin-bottom: 4rem;
}
.basket__container--list:last-child {
  margin-bottom: 0;
}
.basket__container--row {
  border-bottom: 1px solid #ccd6e0;
  padding: 2rem 0;
}
.basket__container--row:first-child {
  border-top: 1px solid #ccd6e0;
}
.basket__container--row.removed {
  color: #7e8d9c;
  background: #edf1f5;
}
.basket__container--row.removed .basket__container--img {
  opacity: 0.5;
}
.basket__container--row > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .basket__container--row > div {
    flex-direction: column;
  }
}
.basket__container--row > div > div:last-child {
  padding-top: 0.75rem;
  display: flex;
  justify-content: flex-end;
  align-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.basket__container--item {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .basket__container--item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .basket__container--item {
    display: block;
  }
}
.basket__container--img {
  min-width: 60px;
  max-width: 60px;
  overflow: hidden;
  margin-right: 2rem;
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .basket__container--img {
    margin: 0 auto 1rem;
  }
}
.basket__container--img img {
  margin: auto;
  display: block;
}
.basket__container--code {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  color: #9eabb8;
  margin-top: 5px;
}
.basket__container--quantity {
  align-items: center;
  white-space: nowrap;
  margin-bottom: 0.75rem;
  display: inline-flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .basket__container--quantity {
    display: flex;
  }
}
@media (max-width: 767px) {
  .basket__container--quantity {
    display: flex;
  }
}
.basket__container--quantity > div {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  overflow: hidden;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0 5px;
  padding-right: 0.75rem;
  background: #fff;
}
.basket__container--quantity > div.disabled {
  margin: 0 40px;
}
.basket__container--quantity span {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  color: #9eabb8;
  text-align: right;
  width: 40px;
}
.basket__container--quantity input {
  padding: 0.75rem 0;
  margin: 0 0.75rem;
  text-align: center;
  font-size: 15px;
  color: #232323;
  border: none;
  outline: none;
  width: 40px;
  background-color: #fff;
}
.basket__container--quantity input:disabled {
  opacity: 0.4;
}
.basket__container--quantity .buffer {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
  white-space: nowrap;
}
.basket__container--quant {
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  padding: 0 !important;
  min-width: 25px;
  max-width: 25px;
  margin: 0 5px;
  height: 25px;
  border-radius: 50%;
  background: #edf0f6;
  color: #a0abba;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.basket__container--price {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .basket__container--price {
    margin-left: auto;
  }
}
.basket__container--remove {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 1rem;
  margin-bottom: 10px;
  min-width: 20px;
}
.basket__container--remove .close {
  font-family: "Times New Roman", Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #9eabb8;
  opacity: 1;
}
.basket__container--remove span {
  font-family: MuseoSansCyrlRegular, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 1rem;
  padding-top: 5px;
}
.basket__container--remove .icon-undo {
  width: 1.1em;
  height: 1.3em;
}
.basket__container--removed {
  color: #fff;
  background: #9eabb8;
  font-family: MuseoSansCyrlStrong, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0.215rem 1.1em;
  display: inline-flex;
}
@media (max-width: 575px) {
  .basket__container--removed {
    margin-bottom: 1rem;
  }
}
.basket__container .select2 {
  width: 100% !important;
}
.basket__container .select2-selection {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.basket__container .select2-selection.select2-selection--single {
  height: 42px;
  border-color: rgba(0, 0, 0, 0.15);
}
.basket__container .select2-selection.select2-selection--single:focus {
  border-color: #ffd400;
}
.basket__container .select2-selection__arrow {
  height: 42px !important;
}
.basket__container .form-control,
.basket__container .select2-selection--single {
  box-sizing: border-box;
  height: 42px;
}
.basket__container .form-control:focus,
.basket__container .select2-selection--single:focus {
  border-color: #ffd400;
  outline: none;
}
.basket__container textarea.form-control {
  resize: none;
  height: 134px;
}
@media (max-width: 991px) {
  .basket__container textarea.form-control {
    margin-bottom: 2rem;
  }
}
.basket__container label {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.basket__container label span {
  color: #7e8d9c;
}
.basket__container .form-group {
  margin-bottom: 1.7rem;
}
.basket__container--footnote {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  color: #9eabb8;
}
.basket__container--total {
  display: flex;
}
@media (max-width: 991px) {
  .basket__container--total {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .basket__container--total > div:first-child {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .basket__container--total > div {
    flex: 1 1 100%;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .basket__container--total > div:first-child {
    display: flex;
    gap: 20px;
    padding-right: 2rem;
    border-right: 1px solid #cdd4de;
    justify-content: space-between;
    align-items: center;
  }
  .basket__container--total > div:last-child {
    flex: 0 0 60%;
    padding-left: 2rem;
  }
}
.basket__container--total .total {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .basket__container--total .total {
    margin-bottom: 1rem;
  }
}
.basket__container--total .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.basket__container--total .btn-warning {
  font-family: MuseoSansCyrlStrong, Helvetica, sans-serif;
  font-size: 13px;
  line-height: normal;
  padding: 1.2rem 3.5rem;
  border-radius: 8px;
  color: #333333;
  background-color: #ffd400;
  border-color: #ffd400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.basket__container--total .btn-warning:hover {
  background-color: #ffe019;
  border-color: #ffe019;
}
@media (max-width: 767px) {
  .basket__container--total .btn-warning {
    margin-bottom: 1rem;
  }
}

[visibility] {
  visibility: hidden;
}
@media (max-width: 1199px) {
  [visibility] {
    display: none;
  }
}

/* End */


/* Start:/local/templates/torg.1c.ru/js/select2/css/select2.min.css?169476899815196*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:5000}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/node_modules/@fortawesome/fontawesome-free/css/all.min.css?168605108558578*/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\f95b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\f905"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\f95c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\f95d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\f95e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\f95f"}.fa-handshake-slash:before{content:"\f960"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\f961"}.fa-head-side-cough-slash:before{content:"\f962"}.fa-head-side-mask:before{content:"\f963"}.fa-head-side-virus:before{content:"\f964"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\f965"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\f966"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\f967"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\f968"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\f969"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\f96a"}.fa-pump-soap:before{content:"\f96b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\f96c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\f96e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\f96f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\f970"}.fa-store-slash:before{content:"\f971"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\f972"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\f974"}.fa-virus-slash:before{content:"\f975"}.fa-viruses:before{content:"\f976"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-brands-400.eot);src:url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-brands-400.woff) format("woff"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-regular-400.eot);src:url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-regular-400.woff) format("woff"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-solid-900.eot);src:url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-solid-900.woff) format("woff"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/local/node_modules/@fortawesome/fontawesome-free/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/* End */


/* Start:/local/templates/torg.1c.ru/components/bitrix/sale.basket.basket/torg.1c.ru.sale.basket.v2/style.css?17516191591671*/
.select2-search {
    /*display: none !important;*/
    /*visibility: hidden !important;*/
}

.category-block {
    margin-bottom: 4rem;
}

.error-field {
    color: red;
    font-size: 11px;
}

.comment-grey {
    font-family: 'Roboto', Helvetica, sans-serif !important;
    font-weight: 400!important;
    color: #9eabb8!important;
}

@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 0.5s linear infinite;
    -moz-animation: rotating 0.5s linear infinite;
    -ms-animation: rotating 0.5s linear infinite;
    -o-animation: rotating 0.5s linear infinite;
    animation: rotating 0.5s linear infinite;
}

.opacity {
    opacity: 0 !important;
    cursor: default !important;
}

.price-per-item{
    font-size: 13px; padding-top:4px;color: #A0ABBA;font-weight: 400;
}

.price-total-item{
    align-self: flex-end;
}

.basket__container--price{
    display: flex; flex-direction: column;
}

.policy {
    margin-top: 10px;
}
/* End */


/* Start:/local/html/publication/sass/style.css?175136400523323*/
@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta (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)
 */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-footer.captcha-fix {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.modal-footer.captcha-fix > :not(:last-child) {
  margin-bottom: 25px;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/publication/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("/local/html/publication/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: optional;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/publication/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("/local/html/publication/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: optional;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/publication/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("/local/html/publication/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: optional;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/local/html/publication/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot");
  src: url("/local/html/publication/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("/local/html/publication/sass/../../fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: optional;
}
.publications {
  padding-top: 36px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1A1919;
}
.publications .container {
  max-width: 800px;
}
.publications .container-wide {
  max-width: 1000px;
}
.publications h1, .publications h2, .publications h3, .publications h4, .publications h5, .publications h6 {
  font-family: inherit;
  color: inherit;
}
.publications ul li, .publications ol li, .publications p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: #1A1919;
}
.publications h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
}
.publications h2 {
  font-family: "Museo Sans", Helvetica, sans-serif;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 36px;
  color: #1A1919;
  font-weight: 900;
}
.publications p {
  margin-bottom: 24px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1A1919;
}
.publications p + p {
  margin-top: -10px;
}
.publications p + .publications__likely {
  margin-top: 0;
}
.publications p + ul {
  margin-top: -14px;
  margin-bottom: 10px;
}
.publications p + ol {
  margin-top: -14px;
  margin-bottom: 10px;
}
.publications li + p {
  margin-top: 14px;
}
.publications li > ul, .publications li > ol {
  margin-top: 8px;
}
.publications ol li > ul li {
  list-style-type: disc;
}
.publications figure {
  margin-bottom: 22px;
}
.publications .likely svg {
  fill: #000 !important;
}
.publications div[itemprop=articleBody] li:not(:last-child), .publications div[itemprop=articleBody] > div li:not(:last-child) {
  margin-bottom: 6px;
}
.publications div[itemprop=articleBody] li:not(:last-child) p, .publications div[itemprop=articleBody] > div li:not(:last-child) p {
  margin-bottom: 8px;
}
.publications div[itemprop=articleBody] > div p + ol, .publications div[itemprop=articleBody] > div p + ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.publications div[itemprop=articleBody] > div > p {
  margin-bottom: 8px;
}
.publications + .modal .basket__container {
  font-family: "Roboto", Helvetica, sans-serif;
}
.publications + .modal .basket__container p {
  font-family: "Roboto", Helvetica, sans-serif !important;
}
.publications + .modal .basket__container label, .publications + .modal .basket__container--footnote, .publications + .modal .basket__container--total .btn-warning {
  font-family: "Roboto", Helvetica, sans-serif;
}
.publications__highlight_border {
  padding: 20px;
  font-weight: bold;
  border: 2px solid #FFBA06;
  border-radius: 10px;
  display: block;
}
.publications .publications__highlight_border p {
  margin-bottom: 5px !important;
}

.publications__title {
  margin-right: 0;
  margin-left: 0;
}

/* Блок с красной чертой TORG-881*/
.publications__highlight_red {
  padding-left: 14px;
  font-family: inherit;
  font-size: 18px;
  color: #1A1919;
  border-left: 5px solid #cd141a !important;
}

/* end Блок с красной чертой */
.publications__lead {
  font-size: 18px;
  line-height: 30px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  color: #1A1919;
}
.publications__lead h1, .publications__lead h2, .publications__lead h3, .publications__lead h4, .publications__lead h5, .publications__lead h6, .publications__lead ul li, .publications__lead ol li, .publications__lead p {
  font-family: inherit;
  color: inherit;
}
.publications__lead p {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #1A1919;
}
.publications__lead *:last-child {
  margin-bottom: 0;
}
.publications__lead::after {
  display: flex;
  height: 1px;
  margin-bottom: 24px;
  padding-top: 24px;
}

.publications__img-link {
  display: flex;
  margin-bottom: 24px;
  background-color: #EDF1F5;
  border-radius: 9px;
  overflow: hidden;
}

figcaption {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}

.publications__highlight {
  margin-bottom: 24px;
  padding-left: 14px;
  font-size: 18px;
  line-height: 30px;
  color: #1A1919;
  font-family: "Museo Sans", Helvetica, sans-serif;
  border-left: 5px solid #FFD400;
}
.publications__highlight h1, .publications__highlight h2, .publications__highlight h3, .publications__highlight h4, .publications__highlight h5, .publications__highlight h6, .publications__highlight ul li, .publications__highlight ol li, .publications__highlight p {
  font-family: inherit;
  color: inherit;
}
.publications__highlight p {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.publications__highlight *:last-child {
  margin-bottom: 0;
}

.publications__likely {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 26px;
}

.publications__likely.border_separate {
  border-bottom: 1px solid rgba(160, 171, 186, 0.3);
}

@media (min-width: 768px) {
  .publications {
    font-size: 18px;
    line-height: 36px;
  }
  .publications h1 {
    display: block;
    font-size: 48px;
    line-height: 60px;
    color: #1a1919;
  }
  .publications h1.headline-news {
    font-size: 38px;
  }
  .publications h2 {
    margin-bottom: 30px;
  }
  .publications p {
    margin-bottom: 34px;
  }
  .publications figure {
    margin-bottom: 28px;
  }
  .publications__content p {
    font-size: 18px;
    line-height: 36px;
  }
  .publications__lead {
    font-size: 24px;
    line-height: 36px;
  }
  .publications__lead p {
    font-size: 24px;
    line-height: 36px;
  }
  .publications__highlight {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 36px;
  }
  .publications__highlight p {
    margin-right: 0;
    margin-left: 0;
    font-size: 24px;
    line-height: 36px;
  }
  .publications__likely {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .publications {
    max-width: 920px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-family: "Roboto", Helvetica, sans-serif;
    line-height: 26px;
  }
  .publications .container {
    padding-right: 0;
    padding-left: 0;
  }
  .publications__content {
    margin-bottom: 24px;
  }
  .publications__lead {
    margin: 0 auto;
  }
  .publications__likely {
    margin-bottom: 0;
    padding-bottom: 26px;
  }
  .publications__likely.border_separate {
    border-bottom: none;
  }
  .publications__title {
    margin-right: -120px;
    margin-left: -120px;
  }
}
.container p, .container ul, .container li, .container ol {
  font-size: 14px !important;
  font-family: "Roboto", Helvetica, sans-serif !important;
}

.container .publications__lead p {
  font-size: 18px !important;
  font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.publications p {
  margin-bottom: 22px !important;
  line-height: 26px !important;
}

.container .publications__highlight {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.container .publications__highlight p {
  font-size: 20px !important;
  font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.container ul, .container li {
  line-height: 26px !important;
}

.publications__lead::after {
  padding-top: 0 !important;
}

.publications h1 {
  line-height: 50px;
}

.publications h1.headline-news {
  line-height: 40px !important;
  text-align: left;
}

.publications h2, .publications h3, .publications h4, .publications h5, .publications h6 {
  margin-top: 1.75rem !important;
  margin-bottom: 0.7rem !important;
}
.publications h1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.publications .tags-list {
  max-width: 640px !important;
}

.publications .tags-list li {
  font-size: 12px !important;
  font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.publications .tags-list__item {
  /*padding: 3px 12px  !important;*/
  padding: 1px 14px !important;
}

.article-top {
  display: flex;
  align-items: end;
  flex-direction: column;
}

@media (min-width: 768px) {
  .publications h1.headline-news {
    line-height: 50px !important;
  }
  .article-top {
    align-items: center;
    flex-direction: row;
  }
}
/* TORG-3432 */
@media (max-width: 575px) {
  div[itemprop=articleBody] p,
div[itemprop=articleBody] ul,
div[itemprop=articleBody] li,
div[itemprop=articleBody] ol {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .publications .container, .publications .container-wide {
    max-width: 100%;
  }
}
.publications .tags-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 216px;
  width: 100%;
}
.publications .tags-list__item {
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  background-color: #DDE3EA;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .publications .tags-list {
    max-width: 394px;
  }
}
.publications .article-top .tags-list {
  margin-right: 16px;
  margin-bottom: 8px;
  margin-left: 0;
  width: auto;
}
.publications .article-top .tags-list__item {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .publications .article-top .tags-list {
    max-width: 394px;
    margin-bottom: 0;
  }
}

.stats {
  display: flex;
  justify-content: center;
  margin-bottom: 51px;
}
.stats--top {
  margin-bottom: 24px;
}
.stats--top .stats__item {
  margin-right: 0;
}
.stats--top .stats__item--views {
  margin-left: 19px;
  margin-right: 0;
}

.article-top .stats {
  justify-content: left;
}
.article-top .stats--top {
  margin-bottom: 0;
}

.stats__item {
  display: flex;
  align-items: center;
  margin-right: auto;
  font-family: inherit;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #212529;
}
.stats__item--views {
  margin-left: auto;
  margin-right: 19px;
}

.stats__icon {
  margin-right: 6px;
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .stats {
    margin-bottom: 8px;
    margin-top: auto;
  }
  .stats--top {
    margin-bottom: 32px;
  }
  .article-top .stats {
    margin-bottom: 0;
    margin-top: 0;
  }
  .article-top .stats--top {
    margin-bottom: 0;
  }
}
.publications .documents {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.publications .documents__item {
  padding-left: 35px;
  padding-bottom: 18px;
  position: relative;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0F65BB;
}
.publications .documents__item:not(:last-child) {
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(160, 171, 186, 0.3);
}
.publications .documents__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.publications .publications__doc-wrap {
  margin-bottom: 24px;
  padding-top: 18px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #EDF1F5;
}
@media (min-width: 768px) {
  .publications .publications__doc-wrap {
    margin-bottom: 32px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 6px;
    padding-left: 24px;
    border-radius: 9px;
    overflow: hidden;
  }
  .publications .documents__item {
    padding-left: 42px;
    padding-bottom: 24px;
  }
  .publications .documents__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.publications .author-block p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1A1919;
}
.publications .author__photo {
  margin-bottom: 20px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
}
.publications .author__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #1A1919;
  padding-left: 75px;
}
.publications .author__description {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #1A1919;
  padding-left: 75px;
}
.publications .author__text p {
  margin-bottom: 0 !important;
  font-size: 16px !important;
}
.publications .author__btn {
  display: flex;
  justify-content: center;
  margin: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 15px 30px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  background-color: #FFD400;
  color: #1A1919;
  text-transform: uppercase;
}
.publications .author__btn:hover {
  background-color: #ffe019;
  color: #1A1919;
}
.publications .author__btn:active {
  background-color: #e0a800;
  color: #1A1919;
}
.publications .author-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding-bottom: 35px;
  padding-top: 35px;
  border-bottom: 1px solid rgba(160, 171, 186, 0.3);
}
.publications .author-block:first-child {
  border-top: 1px solid rgba(160, 171, 186, 0.3);
}
@media (min-width: 576px) {
  .publications .author-block p {
    padding: 0 75px;
  }
}
@media (min-width: 768px) {
  .publications .author-block {
    position: relative;
  }
  .publications .author-block p {
    padding: 0 90px;
  }
  .publications .author__photo {
    width: 72px;
    height: 72px;
  }
  .publications .author__title {
    margin-bottom: 3px;
    padding-left: 90px;
  }
  .publications .author__description {
    margin-bottom: 10px;
    padding-left: 90px;
  }
  .publications .author__btn {
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .publications .author-block {
    margin-bottom: 50px;
  }
  .publications .author-block + .author-block {
    margin-top: -50px;
  }
  .publications .author-block .author__photo {
    top: auto;
  }
  .publications .author-block .author__btn {
    margin-left: 96px;
  }
}
@media (min-width: 1200px) {
  .publications .author-block {
    margin-right: -90px;
    margin-left: -90px;
  }
}

.adaptive-cards {
  margin-bottom: 120px;
}

.adaptive-cards__list.slick-slider {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.adaptive-cards__list.slick-slider .adaptive-cards__title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #1A1919;
}
.adaptive-cards__list.slick-slider .adaptive-cards__item {
  display: flex;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #EDF1F5;
  width: 255px;
  height: 346px;
}
.adaptive-cards__list.slick-slider .adaptive-cards__item:not(:last-child) {
  margin-right: 18px;
}
.adaptive-cards__list.slick-slider .adaptive-cards__item-link {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 24px;
  padding-right: 18px;
  padding-bottom: 161px;
  padding-left: 18px;
  text-decoration: none;
}
.adaptive-cards__list.slick-slider .adaptive-cards__slide {
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .adaptive-cards {
    margin-bottom: 104px;
  }
}
@media (min-width: 1200px) {
  .adaptive-cards {
    width: 1130px;
    margin-right: -134px;
    margin-left: -134px;
    padding-left: 15px;
  }
  .adaptive-cards__item {
    margin-right: 30px;
  }
}
.banner-block__img {
  display: flex;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .banner-block__img {
    margin-right: 0;
    margin-bottom: 18px;
    margin-left: 0;
  }
  .banner-block figcaption {
    margin-left: -22px;
    padding-right: 21px;
    padding-left: 21px;
  }
}
.banner-area {
  margin-bottom: 24px;
  padding: 30px 17px;
  height: 398px;
  width: 100%;
  background-color: #EDF1F5;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
.banner-area .author__btn {
  width: 211px;
}

.banner-area__label {
  margin-bottom: 14px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  text-transform: uppercase;
}

.banner-area__title {
  margin-bottom: 23px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #1A1919;
  font-weight: 900;
}

.banner-area__icon {
  position: absolute;
  bottom: -24px;
  left: 18px;
}

@media (min-width: 768px) {
  .banner-area {
    padding: 30px 37px;
    width: auto;
    height: 246px;
  }
  .banner-area__title {
    font-size: 30px;
    line-height: 36px;
  }
  .banner-area__icon {
    right: 13px;
    left: auto;
    bottom: -39px;
  }
}
@media (min-width: 992px) {
  .banner-area__icon {
    right: 62px;
    left: auto;
    bottom: 0;
  }
  .author__btn {
    margin-left: 0;
  }
  .banner-area__title {
    max-width: 554px;
  }
}
.slider-container {
  margin-bottom: 26px;
  position: relative;
}
.slider-container .slick-list {
  margin-bottom: 20px;
}
.slider-container .slick-arrow {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  font-size: 0;
  transform: translateY(-50%);
  opacity: 0.25;
}
.slider-container .slick-arrow.slick-next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-nav_next' viewBox='0 0 32 32'%3E%3Ctitle%3Enav_next%3C/title%3E%3Cpath class='path1' d='M24.169 15.408l-15.054-15.054c-0.354-0.354-0.923-0.354-1.277 0s-0.354 0.923 0 1.277l14.412 14.412-14.412 14.412c-0.354 0.354-0.354 0.923 0 1.277 0.174 0.174 0.408 0.267 0.635 0.267s0.461-0.087 0.635-0.267l15.054-15.054c0.354-0.348 0.354-0.923 0.007-1.271z'%3E%3C/path%3E%3C/svg%3E");
}
.slider-container .slick-arrow.slick-next:hover {
  opacity: 1;
}
.slider-container .slick-arrow.slick-prev {
  left: 10px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-nav_back' viewBox='0 0 32 32'%3E%3Ctitle%3Enav_back%3C/title%3E%3Cpath class='path1' d='M9.754 16.043l14.412-14.412c0.354-0.354 0.354-0.923 0-1.277s-0.923-0.354-1.277 0l-15.054 15.054c-0.354 0.354-0.354 0.923 0 1.277l15.054 15.047c0.174 0.174 0.408 0.267 0.635 0.267s0.461-0.087 0.635-0.267c0.354-0.354 0.354-0.923 0-1.277l-14.405-14.412z'%3E%3C/path%3E%3C/svg%3E");
}
.slider-container .slick-arrow.slick-prev:hover {
  opacity: 1;
}
.slider-container .slick-dots {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.slider-container .slick-dots li:not(:last-child) {
  margin-right: 8px;
}
.slider-container .slick-dots li button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 0;
}
.slider-container .slick-dots li button::before {
  font-family: "slick", sans-serif;
  font-size: 36px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-container .slick-dots li.slick-active button::before {
  opacity: 1;
}

.slider-container__slider {
  position: relative;
}

.slider-container__image {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.slider-container__btn {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-container__modal {
  position: relative;
  width: 90vw;
  max-width: 90vw;
  height: 90vh;
  max-height: 90vh;
  overflow: hidden;
}

.slider-container__modal-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.slider-container__btn-close {
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 3.5rem;
}

.content-wrap .view-list .equipment__goods--col .equipment__goods--wrap {
  margin-bottom: 0;
}

/* End */


/* Start:/local/html/publication/bugfix.css?17442755693341*/
/* fixme voloko  разнести правки по файлам */

.container p, .container ul, .container li, .container ol {
    font-size: 14px !important;
    font-family: 'Roboto', Helvetica, sans-serif !important;
}

.container .publications__lead p {
    font-size: 18px !important;
    font-family: "Roboto","Helvetica", "sans-serif" !important;
}

.publications p {
    margin-bottom: 22px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: "Roboto","Helvetica", "sans-serif" !important;
    overflow-wrap: anywhere; /* TORG-1884 */
}

.publications ul li,
.publications ol li {
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: "Roboto","Helvetica", "sans-serif" !important;
}

/* TORG-1543 */
.publications li > p {
    margin-bottom: 0 !important;
    line-height: 26px !important
}

/* TORG-1477 */
.publications__content img {
    max-width: 100%;
    height: auto;
}

.container .publications__highlight {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.container .publications__highlight p {
    font-size: 20px !important;
    font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.container ul, .container li {
    line-height: 26px !important;
}

.publications__lead::after {
    padding-top: 0 !important;
}

.publications h1 {
    font-size: 40px;
    line-height: 52px;
}
.publications h1.headline-news {
    line-height: 40px !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 2rem !important;
    margin-bottom: 0.7rem !important;
}

.publications .tags-list {
    max-width: 640px !important;
}

.publications .tags-list li {
    font-size: 12px !important;
    font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.publications .tags-list__item {
    /*padding: 3px 12px  !important;*/
    padding: 1px 14px !important;
}

/* TORG-642 TORG-946 */
.publications .border-news {
    border-top: 1px solid rgba(160, 171, 186, 0.3);
}

@media (min-width: 768px) {
    .publications h1.headline-news {
        font-size: 40px;
        line-height: 52px !important;
    }
}


@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 0.5s linear infinite;
    -moz-animation: rotating 0.5s linear infinite;
    -ms-animation: rotating 0.5s linear infinite;
    -o-animation: rotating 0.5s linear infinite;
    animation: rotating 0.5s linear infinite;
}

.news-loading .icon-spin {
    width: 1.5em;
    height: 1.5em;
    color: #9eabb8;
    margin-left: 0.5rem;
}

.news-loading {
    text-align: center;
    margin-bottom: 30px ;
    display: none;
}

/* End */


/* Start:/local/html/libs/slick-1.8.0/slick/slick.css?16860510841776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/html/equipment/section/sass/equipment__goods.css?175161915916509*/
.equipment__goods {
  padding: 1rem 0 4rem;
}
.equipment__goods h1 {
  font-weight: 900;
}
.equipment__goods .btn {
  border-radius: 8px;
}
.equipment__goods .btn-warning {
  background-color: #ffd400;
  border-color: #ffd400;
  color: #333333;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: 12px;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 700;
}
.equipment__goods .btn-warning:hover {
  background-color: #ffe019;
  border-color: #ffe019;
}
.equipment__goods--sort {
  display: flex;
  font-size: 15px;
  margin-bottom: 1.5rem;
}
.equipment__goods--sort div {
  color: #06498c;
  margin-left: 1rem;
  cursor: pointer;
}
.equipment__goods--sort div.active {
  color: #1a1a1a;
  font-weight: 600;
}
.equipment__goods--view {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 15px;
  margin-bottom: 1.5rem;
}
.equipment__goods--view .icon {
  cursor: pointer;
  margin-left: 1rem;
}
.equipment__goods--view .icon.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #06498c;
}
.equipment__goods--pagination .page-link {
  font-size: 15px;
  border-color: #cdd4de;
  color: #151515;
  padding: 0.84rem 1.143rem;
}
.equipment__goods--pagination .page-link:hover {
  background-color: #edf0f6;
}
@media (max-width: 575px) {
  .equipment__goods--pagination .page-link {
    padding: 0.84rem 1rem;
  }
}
.equipment__goods--pagination .page-item.disabled {
  color: #333;
}
.equipment__goods--pagination .page-item.active .page-link {
  background-color: #edf0f6;
  border-color: #cdd4de;
  color: #151515;
}
.equipment__goods--pagination .page-item:first-child .page-link, .equipment__goods--pagination .page-item:last-child .page-link {
  padding: 0.822rem 0.929rem;
}
@media (max-width: 575px) {
  .equipment__goods--pagination .page-item:first-child .page-link, .equipment__goods--pagination .page-item:last-child .page-link {
    padding: 0.822rem 0.77rem;
  }
}
.equipment__goods--pagination .icon {
  color: #333;
  stroke-width: 2px;
}
.equipment__goods--pagination .icon-left-arrow {
  transform: rotate(90deg);
}
.equipment__goods--pagination .icon-right-arrow {
  transform: rotate(270deg);
}

.equipment__goods .equipment__smartfilter {
    width: 100%;
    padding: 2rem 25px 1.5rem;
}
@media (min-width: 768px) {
    .equipment__goods .equipment__smartfilter {
        width: 260px;
    }
}
.equipment__goods .equipment__smartfilter .d-flex.mb-3 {
    align-items: center;
    justify-content: space-between;
}
.equipment__goods .equipment__smartfilter .d-flex.mb-3 span {
    color: #a7b1bf;
    line-height: 0;
}
.equipment__goods .equipment__smartfilter .d-flex.mb-3 div > span {
    color: #1a1919;
}
.equipment__goods .equipment__smartfilter .price-min {
    width: 90px;
}
.equipment__goods .equipment__smartfilter .btn-light {
    margin: 0;
    background-color: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    outline: none;
    align-self: flex-start;
    padding: 10.5px 30px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    width: 100%;
    border: 1px solid #FFD400;
}
.equipment__goods .equipment__smartfilter .btn-light:hover {
    background-color: #FFD400;
}
.equipment__goods .equipment__smartfilter .btn-light:active {
    background-color: #FFD400;
}
.equipment__goods .equipment__smartfilter .bx-filter-select-container {
    position: relative;
}
.equipment__goods .equipment__smartfilter .bx-filter-select-container::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 5px;
    width: 12px;
    height: 12px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'%0Awidth='12' height='12'%0AviewBox='0 0 172 172'%0Astyle=' fill:%23000000;'%3E%3Cg fill='none' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cpath d='M0,172v-172h172v172z' fill='none'%3E%3C/path%3E%3Cg fill='%23a0abba'%3E%3Cpath d='M19.03646,44.79167l-9.40625,10.75l71.66667,64.5l4.70313,4.25521l4.70313,-4.25521l71.66667,-64.5l-9.40625,-10.75l-66.96354,60.24479z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.equipment__goods .equipment__smartfilter .form-control {
    display: flex;
    align-items: center;
    height: 42px;
}
.equipment__goods .equipment__smartfilter .bx_filter {
    padding-top: 18px;
}
.equipment__goods .equipment__smartfilter .bx_filter .bx_ui_slider_pricebar_V {
    background: none;
}
.equipment__goods .equipment__smartfilter .bx_filter .bx_ui_slider_pricebar_VN {
    background: none;
    background-color: #a7b1bf;
    border: none;
}
.equipment__goods .equipment__smartfilter .range-slider {
    height: 0;
}
.equipment__goods .equipment__smartfilter .range-slider .p1 span {
    left: -34px;
}
.equipment__goods .equipment__smartfilter .range-slider .p5 span {
    left: -70px;
}
.equipment__goods .equipment__smartfilter .bx_filter .bx_ui_slider_range {
    z-index: auto;
}
.equipment__goods .equipment__smartfilter .bx_filter .bx_ui_slider_part {
    height: 1px;
    width: auto;
}
.equipment__goods .equipment__smartfilter .bx_filter .bx_ui_slider_part span {
    margin-left: 0;
    top: -13px;
}
.equipment__goods .equipment__smartfilter .bx_filter .bx_ui_slider_handle {
    z-index: 70;
    top: -430%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23'%3E%3Cpath opacity='.3' fill='%23ABABAB' d='M10 20C4.477 20 0 15.522 0 10v2c0 5.522 4.477 10 10 10 5.522 0 10-4.478 10-10v-2c0 5.522-4.478 10-10 10z'/%3E%3Ccircle fill='%23FFF' cx='10' cy='10' r='10'/%3E%3C/svg%3E");
}
.equipment__goods .equipment__smartfilter .bx_filter .bx_ui_slider_handle.right {
    margin-right: -2px;
}
.equipment__goods .equipment__smartfilter .bx_filter .bx_ui_slider_handle.left {
    margin-left: -2px;
}
.equipment__goods .equipment__smartfilter--group input {
    margin-top: 0;
}
.equipment__goods .equipment__smartfilter--group label {
    font-size: 15px;
    line-height: 22px;
}
.equipment__goods .equipment__smartfilter--hint {
    padding: 0;
}
.equipment__goods .equipment__smartfilter .bx_filter_parameters_box .label-control {
    margin-bottom: 9px;
}
.equipment__goods .equipment__smartfilter .bx_filter_parameters_box label:not(.label-control) {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.equipment__goods .equipment__smartfilter .bx_filter_parameters_box label:not(.label-control)::before {
    content: "";
    margin-right: 12px;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    border: 1px solid #cbd4e0;
    background-color: #ffffff;
    flex-shrink: 0;
}
.equipment__goods .equipment__smartfilter .bx_filter_parameters_box input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    clip-path: inset(100%);
}
.equipment__goods .equipment__smartfilter .bx_filter_parameters_box input:checked + label:not(.label-control)::before {
    border-color: #cbd4e0;
    background-size: 25px;
    background-position: -4px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'%0Awidth='19' height='19'%0AviewBox='0 0 172 172'%0Astyle=' fill:%23a0abba;'%3E%3Cg fill='none' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cpath d='M0,172v-172h172v172z' fill='none'%3E%3C/path%3E%3Cg fill='%23cbd4e0'%3E%3Cpath d='M136.16667,21.5h-100.33333c-7.91917,0 -14.33333,6.41417 -14.33333,14.33333v100.33333c0,7.91917 6.41417,14.33333 14.33333,14.33333h100.33333c7.91917,0 14.33333,-6.41417 14.33333,-14.33333v-100.33333c0,-7.91917 -6.41417,-14.33333 -14.33333,-14.33333zM76.7335,119.7335c-2.80217,2.80217 -7.33867,2.80217 -10.13367,0l-23.59983,-23.59983c-2.795,-2.795 -2.795,-7.33867 0,-10.13367v0c2.795,-2.795 7.33867,-2.795 10.13367,0l18.533,18.533l47.19967,-47.19967c2.795,-2.795 7.33867,-2.795 10.13367,0v0c2.795,2.795 2.795,7.33867 0,10.13367z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 768px) {
    .equipment__goods .collapse {
        display: flex;
        margin-bottom: auto;
    }
}
.equipment__goods--mt-4 {
    margin-top: 4rem;
}
.equipment__smartfilter {
    margin-bottom: 4rem;
}

.view-tile {
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}
.view-tile .equipment__goods--col {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 1.5rem;
  padding: 0 9px 1rem;
}
@media (min-width: 1200px) {
  .view-tile .equipment__goods--col {
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
  .view-tile .equipment__goods--col-4 {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .view-tile .equipment__goods--col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .view-tile .equipment__goods--col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.view-tile .equipment__goods--wrap {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dde3ea;
  border-radius: 1rem;
  padding: 2rem 1.8rem 6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.view-tile .equipment__goods--wrap:hover .equipment__sections--description {
  color: #1369bf;
}
.view-tile .equipment__goods--img {
  position: relative;
  border-bottom: 1px solid #dde3ea;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  height: 237px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  align-items: center;
  align-content: center;
}
.view-tile .equipment__goods--img img {
  margin: auto;
}
.view-tile .equipment__goods--description {
  display: none;
}
.view-tile .equipment__goods--title {
  font-size: 15px;
  color: #06498c;
  margin-bottom: 1rem;
  display: block;
}
.view-tile .equipment__goods--price {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.view-tile .equipment__goods--price span {
  font-family: "Museo Sans", Helvetica, sans-serif;
}
.view-tile .equipment__goods--buy {
  display: flex;
  flex-direction: column;
}
.view-tile .equipment__goods--quantity {
  position: absolute;
  bottom: 2.5rem;
  width: calc(100% - 4rem);
  display: flex;
  align-items: center;
  margin-top: auto;
}
.view-tile .equipment__goods--quantity > div {
  display: flex;
  align-items: center;
  flex: 1 1 50%;
  margin-right: 0.5rem;
}
.view-tile .equipment__goods--quantity > div .form-control {
  width: 40px;
  margin: 0 0.4rem;
  padding: 0.858rem 0.15rem;
  text-align: center;
}
.view-tile .equipment__goods--quantity .btn-warning {
  cursor: pointer;
  padding: 1rem 0;
  line-height: 1.1;
  flex: 1 1 50%;
  max-width: 115px;
}
.view-tile .equipment__goods--quant {
  display: flex;
  align-items: center;
  align-content: space-around;
  justify-content: space-around;
  padding: 0;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #edf0f6;
  color: #a0abba;
  cursor: pointer;
}
.view-tile .equipment__goods--quant:focus {
  box-shadow: none;
}

.view-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.view-list .equipment__goods--col {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.view-list .equipment__goods--wrap {
  display: flex;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1rem;
  padding: 1.7rem;
  border: 1px solid #dde3ea;
  overflow: hidden;
}
.view-list .equipment__goods--wrap:hover .equipment__sections--description {
  color: #1369bf;
}
@media (max-width: 767px) {
  .view-list .equipment__goods--wrap {
    flex-direction: column;
  }
}
.view-list .equipment__goods--img {
  display: flex;
  position: relative;
  align-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .view-list .equipment__goods--img {
    border-right: 1px solid #dde3ea;
    margin-right: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-list .equipment__goods--img {
    margin-right: 1rem;
    padding-right: 1rem;
  }
}
.view-list .equipment__goods--img img {
  margin: auto;
}
@media (max-width: 767px) {
  .view-list .equipment__goods--img {
    border-bottom: 1px solid #dde3ea;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.view-list .equipment__goods--info {
  display: flex;
  flex-wrap: wrap;
}
.view-list .equipment__goods--title {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #06498c;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}
.view-list .equipment__goods--description {
  font-size: 15px;
  line-height: 24px;
  color: #151515;
  margin-bottom: 2rem;
  width: 100%;
}
.view-list .equipment__goods--buy {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .view-list .equipment__goods--buy {
    flex-wrap: wrap;
  }
}
.view-list .equipment__goods--price {
  font-size: 18px;
  font-weight: 600;
  color: #151515;
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .view-list .equipment__goods--price {
    margin: 1rem 1rem 1rem 0;
  }
}
.view-list .equipment__goods--price span {
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 400;
}
.view-list .equipment__goods--quantity {
  display: flex;
  align-items: center;
}
.view-list .equipment__goods--quantity > div {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.view-list .equipment__goods--quantity > div .form-control {
  width: 40px;
  margin: 0 0.4rem;
  padding: 0.858rem 0.75rem;
  text-align: center;
}
.view-list .equipment__goods--quantity > div .btn {
  display: flex;
  align-items: center;
  align-content: space-around;
  justify-content: space-around;
  padding: 0;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #edf0f6;
  color: #a0abba;
  cursor: pointer;
}
.view-list .equipment__goods--quantity > div .btn:focus {
  box-shadow: none;
}
.view-list .equipment__goods--quantity .btn-warning {
  cursor: pointer;
  padding: 1rem 1.35rem;
  line-height: 1.1;
}

.popup-window {
  width: 100%;
  max-width: 210px;
  font-family: 'Roboto', Helvetica, sans-serif !important;
}
.popup-window ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.popup-window ul li {
  font-size: 15px;
  line-height: 22px;
}

.form-control .bx-filter-select-text {
  padding-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-height: 25px;
  height: 100%;
}

.filter__btn {
  width: calc(100% - 30px);
  font-weight: 900 !important;
  font-size: 16px !important;
  margin: 0 auto 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .filter__btn {
    display: none;
  }
}
.filter__btn::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 5px;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'%0Awidth='24' height='24'%0AviewBox='0 0 172 172'%0Astyle=' fill:%23000000;'%3E%3Cg fill='none' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cpath d='M0,172v-172h172v172z' fill='none'%3E%3C/path%3E%3Cg fill='%23a0abba'%3E%3Cpath d='M19.03646,44.79167l-9.40625,10.75l71.66667,64.5l4.70313,4.25521l4.70313,-4.25521l71.66667,-64.5l-9.40625,-10.75l-66.96354,60.24479z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* End */


/* Start:/local/html/redesign/components/drop-list/drop-list.css?17516191591144*/
.drop-list {
    border-top: 1px solid rgba(113, 112, 112, 0.1);
    border-bottom: 1px solid rgba(113, 112, 112, 0.1);
}
.drop-list__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 16px;
    padding: 18px 0 18px;
    cursor: pointer;

}
.drop-list__header:hover .drop-list__title-icon {
    background: #0F65BB;
    fill: white;
}
.drop-list__title {
    margin: 0;
    font-family: "MuseoSansCyrl", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: #0F65BB;
}
.drop-list__title-icon {
    width: 40px;
    height: 40px;
    fill: #0F65BB;
    border-radius: 20px;
    transition: all .4s ease;
}
.drop-list__title-icon_rotate-45 {
    transform: rotate(45deg);
}
.drop-list__body {
    display: none;
    padding-bottom: 40px;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.drop-list__body_open {
    display: block;
}
.drop-list__body p {
    margin: 0;
}
@media (max-width: 768px) {
    .drop-list__title {
        font-size: 20px;
        line-height: 30px;
    }
}
/* End */


/* Start:/local/html/redesign/components/assistant/assistant.css?17516191592221*/
.assistant {
    position: fixed;
    display: flex;
    justify-content: right;
    gap: 0 12px;
    bottom: 36px;
    right: 36px;
    z-index: 1000;
}
@media (max-width: 768px) {
    .assistant {
        bottom: 28px;
        right: 16px
    }
}
@media (max-width: 425px) {
    .assistant {
        bottom: 110px;
        right: 13px
    }
}
.assistant__description {
    position: relative;
    width: 195px;
    padding: 16px;
    border-radius: 8px;
    background: #FFF3C1;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
@media (max-width: 425px) {
    .assistant__description {
        bottom: -80px;
    }
}
.assistant__description_show {
    display: none;
}
.assistant__button-close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: -14px;
    top: -14px;
    border-radius: 20px;
    border: none;
    background: #FFD42F;
}
.assistant__button-close:before,
.assistant__button-close:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 12px;
    width: 17px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 5px;
    background: black;
}
.assistant__button-close:after {
    transform: rotate(-45deg);
}
.assistant__link {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: end;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 8px solid #FFF3C1;
    background: #FFD42F;
    cursor: pointer;
}
@media (max-width: 425px) {
    .assistant__link {
        width: 60px;
        height: 60px;
    }
}
.assistant__icon-mass {
    width: 36px;
    height: 36px;
    margin-left: 2px;
}

@media (max-width: 4000px) {
    .modal-dialog-request {
        max-width: 80% !important;
    }
}

.close.close-modal {
    font-size: 26px !important;
    text-align: right;
}

#makeRequest .category-block {
    margin-bottom: 4rem !important;
}

#makeRequest #order-form .basket__container {
    padding-top: 0;
    padding-bottom: 4rem;
}

.pl-56 {
    padding-left: 56px;
}
@media (max-width: 768px) {
    .pl-mb-56 {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .ml-mb-n15 {
        margin-left: -15px;
    }
}
/* End */


/* Start:/local/html/js/popup.css?1715870169523*/
.content-modal .modal-dialog {
    max-width: 90%;
    margin-top: 100px;
    width: fit-content;
}
.content-modal .modal-content {
    background-color: #fff;
    box-shadow: #bbb 1px 1px 5px;
    padding: 10px;
    border: none;
}

.content-modal .modal-close {
    background: #fff url('/local/html/js/youtube_popup/icon-close-black.svg') no-repeat;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #FFF;
    font-size: 24px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 11111;
}

/* End */
/* /local/html/redesign/header/css/fonts.css?17313109701438 */
/* /local/html/sass/main.css?1744275570213110 */
/* /local/html/redesign/header/css/header.css?174427557012750 */
/* /local/html/redesign/header/css/bread-crumbs.css?17442755701093 */
/* /local/html/redesign/header/css/suggestions.min.css?16860510842091 */
/* /local/html/redesign/footer/css/footer.css?17461161076906 */
/* /local/templates/torg.1c.ru/css/add-to-home.css?1732100326821 */
/* /local/templates/torg.1c.ru/components/bitrix/search.form/torg.1c.ru.search.form.v2/style.css?1686051087223 */
/* /local/templates/torg.1c.ru/bugfix.css?174427557022345 */
/* /local/html/publication-list/sass/publication-cards.css?175161915910413 */
/* /local/templates/torg.1c.ru/css/cookie.css?17296636021366 */
/* /local/templates/torg.1c.ru/styles.css?171636613529 */
/* /local/templates/torg.1c.ru/css/snippets.css?17513640051857 */
/* /local/html/banners/subscribe/style.css?175161915910517 */
/* /local/html/redesign/news/style.css?175136400519173 */
/* /local/html/basket/sass/main.css?17516191596810 */
/* /local/html/basket_new/sass/main.css?17516191598492 */
/* /local/templates/torg.1c.ru/js/select2/css/select2.min.css?169476899815196 */
/* /local/node_modules/@fortawesome/fontawesome-free/css/all.min.css?168605108558578 */
/* /local/templates/torg.1c.ru/components/bitrix/sale.basket.basket/torg.1c.ru.sale.basket.v2/style.css?17516191591671 */
/* /local/html/publication/sass/style.css?175136400523323 */
/* /local/html/publication/bugfix.css?17442755693341 */
/* /local/html/libs/slick-1.8.0/slick/slick.css?16860510841776 */
/* /local/html/equipment/section/sass/equipment__goods.css?175161915916509 */
/* /local/html/redesign/components/drop-list/drop-list.css?17516191591144 */
/* /local/html/redesign/components/assistant/assistant.css?17516191592221 */
/* /local/html/js/popup.css?1715870169523 */
