<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700;|Ubuntu:400,500,700&amp;subset=cyrillic");
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

figure {
  margin: 1em 40px;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

optgroup {
  font-weight: bold;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

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

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

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

  -webkit-appearance: button;
}

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    box-shadow: none !important;
    text-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 #ececec;

    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;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000000 !important;
  }
  .tag {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}

html {
  box-sizing: border-box;
}

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

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

html,
body {
  height: 100%;
}

html {
  font-size: 14px;

  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

.slideout-open {
  overflow: hidden;
}

body {
  padding-top: 216px;
  color: #171717;
  background-color: #ffffff;
  font-family: "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
}

@media (min-width: 439px) {
  body {
    padding-top: 165px;
  }
}

@media (min-width: 730px) and (max-width: 767px) {
  body {
    padding-top: 114px;
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 135px;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 141px;
  }
}

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

a {
  transition: all 0.25s ease-in-out;
  text-decoration: underline;
  color: #276fad;
}

a:focus, a:hover {
  text-decoration: underline;
  color: #1e5483;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

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

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: default;
}

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

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  font-size: 1.5em;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.hidden {
  display: none;
}

/*h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}*/

/*h1, .h1 {
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1.2;
}*/

h2, .h2 {
  margin-bottom: 26px;
  font-size: 26px;
  line-height: 1.2307692308;
}

h3, .h3 {
  margin-bottom: 31px;
  font-size: 24px;
  line-height: 1.25;
}

h4, .h4 {
  margin-bottom: 29px;
  font-size: 20px;
  line-height: 1.2;
}

h5, .h5 {
  font-size: 15px;
  line-height: 1.6;
}

h6, .h6 {
  font-size: 14px;
  line-height: 1.7142857143;
}

p,
address,
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 24px;
}

address {
  font-style: normal;
  line-height: inherit;
}

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

p + h2 {
  margin-top: 34px;
}

p + h3 {
  margin-top: 36px;
}

p + h4 {
  margin-top: 31px;
}

.text-primary {
  color: #276fad;
}

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

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

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

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

article table {
  width: 100%;
  margin-right: -3px;
  margin-bottom: 46px;
  margin-left: -3px;
  border-spacing: 3px 2px;
}

article th {
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  color: #ffffff;
  background-color: #276fad;
}

article th:first-child {
  padding-left: 22px;
}

article td {
  padding: 8px 10px;
  vertical-align: top;
  background-color: #ececec;
}

article td:first-child {
  padding-left: 22px;
}

article tr:nth-child(even) td {
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  article table tr {
    display: block;
  }
  article table th {
    display: none;
  }
  article table td {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.2307692308;
  }
  article table td:first-child {
    padding-top: 10px;
    padding-left: 10px;
  }
  article table td:last-child {
    padding-bottom: 10px;
  }
  article table td:before {
    display: inline-block;
    width: 8em;
    content: attr(data-th) ": ";
    vertical-align: top;
    font-weight: bold;
  }
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-xs-1 {
  max-width: 8.3333333333%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
}

.col-xs-2 {
  max-width: 16.6666666667%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
}

.col-xs-3 {
  max-width: 25%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.col-xs-4 {
  max-width: 33.3333333333%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}

.col-xs-5 {
  max-width: 41.6666666667%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
}

.col-xs-6 {
  max-width: 50%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-xs-7 {
  max-width: 58.3333333333%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
}

.col-xs-8 {
  max-width: 66.6666666667%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
}

.col-xs-9 {
  max-width: 75%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.col-xs-10 {
  max-width: 83.3333333333%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
}

.col-xs-11 {
  max-width: 91.6666666667%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
}

.col-xs-12 {
  max-width: 100%;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    max-width: 16.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    max-width: 41.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    max-width: 66.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    max-width: 91.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    max-width: 16.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    max-width: 41.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    max-width: 66.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.3333333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;

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

    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.col-xs-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.col-xs-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.col-sm-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.col-sm-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.col-md-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.col-md-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.col-lg-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.col-lg-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.col-xl-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.col-xl-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.row-xs-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-xs-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-xs-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-sm-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-sm-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-sm-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-md-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-md-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-md-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-lg-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-lg-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-lg-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-xl-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-xl-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-xl-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.col-xs-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.col-xs-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-xs-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.col-sm-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.col-sm-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-sm-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.col-md-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.col-md-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-md-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.col-lg-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.col-lg-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-lg-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.col-xl-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.col-xl-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-xl-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.button {
  display: inline-block;
  padding: 2px 22px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 100px;
  outline: 0;
  font-size: 12px;
  line-height: 32px;
}

.button:focus, .button:hover {
  text-decoration: none;
  outline: 0;
}

.button:focus, .button.focus, .button:active:focus, .button:active.focus, .button.active:focus, .button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0;
  outline-offset: -2px;
}

.button.focus {
  text-decoration: none;
}

.button:active, .button.active {
  outline: 0;
  background-image: none;
}

.button.disabled, .button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.button + .button {
  margin-left: 3px;
}

.button__icon {
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  vertical-align: middle;
  font-size: 16px;
}

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

.button_primary {
  color: #ffffff;
  border-color: #276fad;
  background-color: #276fad;
}

.button_primary:hover {
  color: #ffffff;
  border-color: #4f93ce;
  background-color: #4f93ce;
}

.button_primary:focus {
  color: #ffffff;
  border-color: #4f93ce;
  background-color: #4f93ce;
}

.button_primary:active {
  color: #ffffff;
  border-color: #4f93ce;
  background-color: #4f93ce;
  background-image: none;
}

.button_primary:active:hover, .button_primary:active:focus {
  color: #ffffff;
  border-color: #102c45;
  background-color: #174266;
}

.button_primary.disabled:focus, .button_primary:disabled:focus {
  border-color: #276fad;
  background-color: #276fad;
}

.button_primary.disabled:hover, .button_primary:disabled:hover {
  border-color: #276fad;
  background-color: #276fad;
}

.button_outline_primary {
  color: #171717;
  border-color: #276fad;
  background-color: transparent;
  background-image: none;
}

.button_outline_primary:focus, .button_outline_primary:active {
  color: #ffffff;
  border-color: #276fad;
  background-color: #276fad;
}

.button_outline_primary:hover {
  color: #ffffff;
  border-color: #276fad;
  background-color: #276fad;
}

.button_outline_primary.disabled:focus, .button_outline_primary:disabled:focus {
  border-color: #5fa2db;
}

.button_outline_primary.disabled:hover, .button_outline_primary:disabled:hover {
  border-color: #5fa2db;
}

.button_link {
  text-transform: none;
  color: #171717;
  border-radius: 0;
  font-weight: normal;
}

.button_link:hover {
  border-color: transparent;
}

.button_link:focus, .button_link:hover {
  color: #1e5483;
  background-color: transparent;
}

.button_link, .button_link:active, .button_link.active, .button_link:disabled {
  background-color: transparent;
}

.button_link, .button_link:focus, .button_link:active {
  border-color: transparent;
}

.button_link:disabled:focus, .button_link:disabled:hover {
  text-decoration: none;
  color: #ececec;
}

.button_block {
  display: block;
  width: 100%;
}

.button_block + .button_block {
  margin-top: 5px;
}

input[type="submit"].button_block,
input[type="reset"].button_block,
input[type="button"].button_block {
  width: 100%;
}

.form__control {
  position: relative;
  display: block;
  width: 100%;
  height: 36px;
  padding: 2px 10px 3px;
  transition: color ease-in-out 0.15s;
  color: #171717;
  border: 0;
  border-radius: 3px;
  background: none;
  background-color: #ffffff;
  background-clip: padding-box;
  font-family: "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}

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

.form__control::-webkit-input-placeholder {
  opacity: 1;
  color: #171717;
}

.form__control:-ms-input-placeholder {
  opacity: 1;
  color: #171717;
}

.form__control::placeholder {
  opacity: 1;
  color: #171717;
}

.form__control:-ms-input-placeholder {
  color: #171717;
}

.form__control:disabled, .form__control[readonly] {
  opacity: 1;
  background-color: #ececec;
}

.form__control:disabled {
  cursor: not-allowed;
}

.form__control:focus, .form__control:active {
  outline: 0;
}

.form__control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a1a1a1;
}

.form__control::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1a1a1;
}

.form__control:-ms-input-placeholder {
  /* IE 10+ */
  color: #a1a1a1;
}

.form__control:-moz-placeholder {
  /* Firefox 18- */
  color: #a1a1a1;
}

.form__control.select:not([size]):not([multiple]) {
  height: calc(36px - 1px);
}

.form__control.select:focus::-ms-value {
  color: #171717;
}

.form__control-file, .form__control-range {
  display: block;
}

.form__group {
  position: relative;
  margin-bottom: 16px;
}

.form__group_submit {
  margin-top: 3px;
  margin-bottom: 0;
  text-align: right;
}

.form__label {
  display: block;
  margin-bottom: 7px;
}

.form__label_sm {
  margin-bottom: 3px;
  color: #878787;
  font-size: 13px;
  line-height: 1.3846153846;
}

textarea.form__control {
  height: auto;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  padding-left: 27px;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}

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

.custom-control__indicator {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: inherit;
  background-color: #ffffff;
}

.custom-control__input:checked ~ .custom-control__indicator:before,
.custom-control__input:active ~ .custom-control__indicator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #276fad;
}

.custom-checkbox .custom-control__indicator {
  border-radius: 3px;
}

.custom-checkbox .custom-control__input:checked ~ .custom-control__indicator:before,
.custom-checkbox .custom-control__input:active ~ .custom-control__indicator:before {
  border-radius: 3px;
}

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

.custom-radio .custom-control__input:checked ~ .custom-control__indicator:before,
.custom-radio .custom-control__input:active ~ .custom-control__indicator:before {
  border-radius: 50%;
}

.form__check-group_inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}

.form-wrapper {
  margin-bottom: 63px;
  padding: 29px 38px 19px 37px;
  border-radius: 5px;
  background-color: #ececec;
}

@media (max-width: 767px) {
  .form-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@font-face {
  font-family: "icons";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/icons.eot?o6jwh6");
  src: url("../fonts/icons.eot?o6jwh6#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?o6jwh6") format("truetype"), url("../fonts/icons.woff?o6jwh6") format("woff"), url("../fonts/icons.svg?o6jwh6#icons") format("svg");
}

[class^="ficon_"], [class*=" ficon_"], .slick-arrow {
  text-transform: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ficon_menu:before {
  content: "\e90d";
}

.ficon_key:before {
  content: "\e900";
}

.ficon_search:before {
  content: "\e901";
}

.ficon_cart:before {
  content: "\e902";
}

.ficon_select-arrow:before {
  content: "\e903";
}

.ficon_delivery:before {
  content: "\e904";
}

.ficon_quality:before {
  content: "\e905";
}

.ficon_payment:before {
  content: "\e906";
}

.ficon_pen:before {
  content: "\e907";
}

.ficon_service:before {
  content: "\e908";
}

.ficon_sale:before {
  content: "\e909";
}

.ficon_prev:before,
.slick-prev:before {
  content: "\e90a";
}

.ficon_next:before,
.slick-next:before {
  content: "\e90b";
}

.ficon_zoom:before {
  content: "\e90c";
}

.ficon_check:before {
  content: "\e90e";
}

.ficon_pen2:before {
  content: "\e90f";
}

.ficon_pencil:before {
  content: "\e910";
}

.ficon_ruler:before {
  content: "\e911";
}

.icon {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.icon_menu {
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0h12v2H4V0zm0 10h12v2H4v-2zM0 5h16v2H0V5z' fill='%239b9b9b' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.header_inverted .icon_menu, .icon_menu_inverted {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0h12v2H4V0zm0 10h12v2H4v-2zM0 5h16v2H0V5z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon_search {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='-1 -1 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%234d4d4d'%3E%3Ccircle cx='10' cy='10' r='9.5'/%3E%3Cg transform='translate(6 6)'%3E%3Ccircle stroke-width='1.05' cx='3' cy='3' r='2.475'/%3E%3Cpath d='M5 5l2.357 2.357' stroke-width='1.4' stroke-linecap='square'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.header_inverted .icon_search, .icon_search_inverted {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='-1 -1 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF'%3E%3Ccircle cx='10' cy='10' r='9.5'/%3E%3Cg transform='translate(6 6)'%3E%3Ccircle stroke-width='1.05' cx='3' cy='3' r='2.475'/%3E%3Cpath d='M5 5l2.357 2.357' stroke-width='1.4' stroke-linecap='square'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon_prev {
  width: 21px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M20 12.658H2.67V9.99H20'/%3E%3Cpath d='M13.4 20.742l-1.885 1.886L.202 11.314l1.886-1.886'/%3E%3Cpath d='M11.515 0L13.4 1.886 2.088 13.2.202 11.314 11.514 0'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_next {
  width: 20px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' viewBox='0 0 20 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M0 12.658h17.33V9.99H0'/%3E%3Cpath d='M6.6 20.742l1.885 1.886 11.313-11.314-1.886-1.886'/%3E%3Cpath d='M8.485 0L6.6 1.886 17.912 13.2l1.885-1.886L8.486 0'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_back {
  width: 21px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a6a6a6' fill-rule='evenodd'%3E%3Cpath d='M20 12.658H2.67V9.99H20'/%3E%3Cpath d='M13.4 20.742l-1.885 1.886L.202 11.314l1.886-1.886'/%3E%3Cpath d='M11.515 0L13.4 1.886 2.088 13.2.202 11.314 11.514 0'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_back_black {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23545454' fill-rule='evenodd'%3E%3Cpath d='M20 12.658H2.67V9.99H20'/%3E%3Cpath d='M13.4 20.742l-1.885 1.886L.202 11.314l1.886-1.886'/%3E%3Cpath d='M11.515 0L13.4 1.886 2.088 13.2.202 11.314 11.514 0'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_insta {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E2617661C-8804-4C4D-B5BB-6B01A3FA98F4%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M14.896 10.646a4.25 4.25 0 0 1-4.25 4.25H4.96a4.25 4.25 0 0 1-4.25-4.25V4.96a4.25 4.25 0 0 1 4.25-4.25h5.687a4.25 4.25 0 0 1 4.25 4.25v5.687z' stroke='%23A6A6A6' stroke-width='1.361'/%3E%3Cpath d='M11.185 7.802a3.384 3.384 0 0 1-3.382 3.385 3.384 3.384 0 0 1 0-6.767 3.383 3.383 0 0 1 3.382 3.382z' stroke='%23A6A6A6' stroke-width='1.361'/%3E%3Cpath d='M12.958 3.953a.977.977 0 1 1-1.955 0 .977.977 0 0 1 1.955 0' fill='%23A6A6A6'/%3E%3C/g%3E%3C/svg%3E");
}

.contacts .icon_insta {
  margin-right: 9px;
  margin-left: 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M14.896 10.646c0 2.347-1.903 4.25-4.25 4.25H4.96c-2.347 0-4.25-1.903-4.25-4.25V4.96C.71 2.613 2.613.71 4.96.71h5.687c2.347 0 4.25 1.903 4.25 4.25v5.687z' stroke='%23545454' stroke-width='1.361'/%3E%3Cpath d='M11.185 7.802c0 1.87-1.513 3.384-3.382 3.385-1.846-.032-3.326-1.537-3.326-3.383 0-1.847 1.48-3.352 3.326-3.384 1.868 0 3.38 1.514 3.382 3.382z' stroke='%23545454' stroke-width='1.361'/%3E%3Cpath d='M12.958 3.953c0 .54-.438.978-.978.978s-.977-.437-.977-.977.438-.978.977-.978c.54 0 .978.438.978.978' fill='%23545454' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_play {
  width: 20px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' viewBox='0 0 20 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2350748A' fill-rule='evenodd' d='M0 0v23l20-11.5'/%3E%3C/svg%3E");
}

.icon_mail {
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='-1 -1 18 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.82 10.854c1.09 0 2-.693 2.404-1.692V6.786c-.405-1-1.314-1.692-2.403-1.692-1.484 0-2.636 1.26-2.636 2.88 0 1.62 1.152 2.88 2.637 2.88zm4.52.954c-.92 0-1.738-.63-2.035-1.476-.54.846-1.476 1.476-2.628 1.476-2.025 0-3.564-1.71-3.564-3.834S5.653 4.14 7.677 4.14c1.125 0 1.99.576 2.547 1.36V4.32h1.053v5.526c.144.612.612 1.008 1.18 1.008 1.223 0 2.25-1.35 2.25-3.42 0-3.654-3.06-6.48-6.84-6.48S1.06 3.996 1.06 7.866s2.98 6.912 6.993 6.912c1.665 0 3.186-.495 4.473-1.413l.423.89c-1.43.937-3.014 1.477-4.895 1.477C3.447 15.732 0 12.33 0 7.866 0 3.402 3.5 0 7.866 0c4.49 0 7.902 3.195 7.902 7.434 0 2.574-1.458 4.374-3.43 4.374z' stroke='%234C4C4C' stroke-width='.5' fill='%234C4C4C' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon_zoom_in {
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%237F7F7F' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Cpath d='M13 21L1.797 32.203M32.203 1.797L21 13' stroke-linecap='square'/%3E%3Cpath d='M4 19.95h9.9v9.9M19.95 4v9.9h9.9'/%3E%3Cpath d='M21 21l11.203 11.203M1.797 1.797L13 13' stroke-linecap='square'/%3E%3Cpath d='M19.95 29.85v-9.9h9.9M4 13.9h9.9V4'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_zoom_out {
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%237F7F7F' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Cpath d='M32.203 1.797L1.797 32.203' stroke-linecap='square'/%3E%3Cpath d='M22.657 1.444h9.9v9.9M1.444 22.657v9.9h9.9'/%3E%3Cpath d='M1.797 1.797l30.406 30.406' stroke-linecap='square'/%3E%3Cpath d='M1.444 11.343v-9.9h9.9m11.313 31.113h9.9v-9.9'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_anasthesia:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 16h16V0H0'/%3E%3Cg fill-rule='nonzero' fill='%23000'%3E%3Cpath d='M13 8.135v-.27c0-.202-.163-.365-.365-.365h-9.27c-.202 0-.365.163-.365.365v.27c0 .202.163.365.365.365h9.27c.097 0 .19-.038.258-.107.07-.068.107-.16.107-.258'/%3E%3Cpath d='M10.383 12.398l.234-.136c.174-.1.234-.323.134-.498L6.117 3.736c-.048-.084-.128-.145-.222-.17-.093-.026-.193-.012-.277.036l-.234.135c-.084.048-.145.128-.17.222-.026.092-.012.192.036.276l4.635 8.028c.1.175.324.234.498.134'/%3E%3Cpath d='M5.383 12.263l.234.135c.175.1.398.04.5-.134l4.634-8.028c.05-.084.063-.184.037-.277-.025-.095-.086-.175-.17-.223l-.234-.135c-.175-.1-.397-.04-.498.134L5.25 11.764c-.1.175-.04.398.133.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.procedure_lg .icon_anasthesia:before {
  width: 16px;
  height: 16px;
}

.icon_cal:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 16h14.55V0H0z'/%3E%3Cpath fill='%23000' d='M2.728 13h9.094V4H2.728v9zm.96-1.054h7.175V5.054H3.687v6.892z'/%3E%3Cpath fill='%23000' d='M3.638 7h7.275V4H3.638z'/%3E%3Cpath fill='%23000' d='M3.638 4.093h.91V3h-.91zm6.365 0h.91V3h-.91z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_effect:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 16h16V0H0'/%3E%3Cpath d='M8.02 2.03L6.48 6.48 2.03 8.02l4.45 1.54 1.54 4.45 1.54-4.45 4.45-1.54-4.45-1.54-1.54-4.45zm0 2.845l.66 1.91.148.427.428.147 1.91.66-1.91.66-.428.148-.147.428-.66 1.91-.66-1.91-.148-.428-.427-.147-1.91-.66 1.91-.66.427-.148.147-.427.66-1.91z' fill='%23000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_feature:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 16h16V0H0'/%3E%3Cpath d='M7.5 3C4.91 3 2.812 5.24 2.812 8s2.1 5 4.688 5c2.59 0 4.688-2.24 4.688-5s-2.1-5-4.688-5m0 1c2.068 0 3.75 1.794 3.75 4s-1.682 4-3.75 4-3.75-1.794-3.75-4S5.432 4 7.5 4' fill='%23000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_note:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 16h16V0H0'/%3E%3Cpath d='M8 3l-5.196 9h10.392L8 3zm0 2l3.464 6H4.536L8 5z' fill='%23000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_price:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 16h14.555V0H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 16h16V0H0'/%3E%3Cpath d='M11.452 4c.76 0 1.374.676 1.374 1.51v4.98c0 .834-.615 1.51-1.374 1.51h-6.35c-.758 0-1.373-.676-1.373-1.51V5.51c0-.834.614-1.51 1.373-1.51h6.35zm0 .994h-6.35c-.258 0-.47.23-.47.516v4.98c0 .285.21.516.47.516h6.35c.26 0 .47-.23.47-.516V5.51c0-.285-.21-.516-.47-.516z' fill='%23000' fill-rule='nonzero'/%3E%3Cg transform='translate(1)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23000' fill-rule='nonzero' mask='url(%23b)' d='M3.64 10h7.276V9H3.64'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon_point:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 16h16V0H0z'/%3E%3Cpath id='c' d='M0 16h16V0H0z'/%3E%3Cpath id='e' d='M0 16h16V0H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 16h16V0H0'/%3E%3Cpath d='M13 8.02c0 .828-.672 1.5-1.5 1.5S10 8.848 10 8.02s.672-1.5 1.5-1.5 1.5.672 1.5 1.5z' fill='%23000' fill-rule='nonzero'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23000' fill-rule='nonzero' mask='url(%23b)' d='M2 8.52h6.5v-1H2'/%3E%3Cg%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath fill='%23000' fill-rule='nonzero' mask='url(%23d)' d='M9.225 8.016l-.707-.707-4.243 4.24.707.71'/%3E%3C/g%3E%3Cg%3E%3Cmask id='f' fill='%23fff'%3E%3Cuse xlink:href='%23e'/%3E%3C/mask%3E%3Cpath fill='%23000' fill-rule='nonzero' mask='url(%23f)' d='M8.518 8.723l.707-.707-4.243-4.243-.707.707'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon_qty:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 16h16V0H0'/%3E%3Cpath d='M8 6.47c.536 0 1.03-.286 1.3-.75.267-.464.267-1.036 0-1.5-.27-.464-.764-.75-1.3-.75-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5m-2.922 5.06c.828 0 1.5-.672 1.5-1.5s-.672-1.5-1.5-1.5-1.5.672-1.5 1.5.672 1.5 1.5 1.5m5.844 0c.828 0 1.5-.672 1.5-1.5s-.672-1.5-1.5-1.5-1.5.672-1.5 1.5.672 1.5 1.5 1.5' fill-rule='nonzero' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
}

.icon_rehab:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 16h16V0H0'/%3E%3Cg fill-rule='nonzero' fill='%23000'%3E%3Cpath d='M8 3C5.24 3 3 5.24 3 8s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m0 1c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4'/%3E%3Cpath d='M8.5 7.5v-3h-1v3.496c0 .278.226.504.504.504H10.5v-1h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.link-pseudo {
  text-decoration: none;
  border-bottom: 1px dotted;
}

.link-pseudo:focus, .link-pseudo:hover {
  text-decoration: none;
}

.link-red {
  color: #ff1800;
}

.tel {
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}

.tel:focus, .tel:hover {
  text-decoration: none;
  color: inherit;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts__info {
  margin-left: 17px;
  text-align: right;
}

.contacts__tel {
  display: block;
  margin-bottom: -3px;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 1;
}

.contacts__email {
  font-size: 13px;
  line-height: 1.2307692308;
}


.nav-toggle {
  display: none;
}

.nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__link {
  position: relative;
  display: block;
  padding: 11px 20px 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-size: 12px; /*14px;*/
  line-height: 1.1428571429;

  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0;
}

.nav__link:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 1px;
  height: 26px;
  content: "";
  background-color: #dddddd;
}

.nav__link:focus, .nav__link:hover {
  text-decoration: none;
  color: #276fad;
}

.nav__link:hover {
  color: inherit;
}

.nav__link:hover:after {
  position: absolute;
  right: 3px;
  bottom: 0;
  left: 4px;
  height: 2px;
  content: "";
  background-color: #276fad;
}

.nav__link.active {
  color: #276fad;
}

.nav__item:first-child .nav__link {
  padding-left: 0;
}

.nav__item:first-child .nav__link:before {
  display: none;
}

.nav__item:first-child .nav__link:hover:after {
  left: 0;
}

.nav__item:last-child .nav__link {
  padding-right: 0;
}

.nav__subnav {
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
}

@media (min-width: 1200px) {
  .nav {
    display: block !important;
  }
  .nav__item:hover .nav__subnav {
    display: block;
  }
}

@media (max-width: 1199px) {
  .nav {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 15px;
    left: 15px;
    display: none;
    border: 1px solid #ececec;
    border-width: 0 1px;
    border-top: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .nav-toggle {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: inherit;
    border: 0;
    background: none;
    font-size: 16px;
  }
  .nav-toggle:focus, .nav-toggle:hover {
    outline: 0;
  }
  .nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav__item {
    border-bottom: 1px solid #ececec;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .nav__item:nth-child(even) {
    border-left: 1px solid #ececec;
  }
  .nav__link:before {
    display: none;
  }
  .nav__item:first-child .nav__link {
    padding-left: 20px;
  }
  .nav__item:last-child .nav__link {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .nav__item {
    min-width: 130px;
  }
  .nav__item:first-child {
    width: 145px;
  }
  .nav__item:nth-child(1), .nav__item:nth-child(6)  {
    width: 160px;
  }

}

@media (max-width: 575px) {
  .nav__list {
    position: static;
  }
  .nav__item {
    position: relative;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .nav__item:nth-child(even) {
    border-left: 0;
  }
}

.subnav {
  padding: 29px 42px 1px;
  color: #ffffff;
  background-color: #71757b;
}

.subnav__row {
  margin-right: -25px;
  margin-left: -25px;
}

.subnav__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding-right: 25px;
  padding-left: 25px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
}

.subnav__title {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.1428571429;
}

.subnav__title-icon {
  position: absolute;
  left: -24px;
  font-size: 15px;
}

.subnav__list + .subnav__title {
  margin-top: 39px;
}

.subnav__list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.subnav__item {
  padding-top: 4px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #adadad;
  line-height: 1.2307692308;
}

.subnav__item:last-child {
  border-bottom-width: 0;
}

.subnav__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.subnav__link:focus, .subnav__link:hover {
  text-decoration: underline;
  color: inherit;
  border-bottom-width: 0;
}

.subnav__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;

  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0;
}

.subnav__logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subnav__logos-item {
  margin-bottom: 7px;
}

.promo {
  padding-top: 61px;
  padding-bottom: 59px;
  background-color: #e4eaee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.promo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.promo__title {
  margin-right: 22px;
  margin-bottom: 0;
  padding: 2px 22px 10px;
  text-transform: none;
  background-color: #ffffff;
  font-size: 42px;
  line-height: 1.1428571429;
}

.promo__logo {
  display: block;
}

@media (max-width: 1199px) {
  .promo {
    background-size: cover;
  }
  .promo__title {
    font-size: 36px;
    line-height: 1.1666666667;
  }
}

@media (max-width: 991px) {
  .promo__container {
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
  }
  .promo__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .promo__title {
    font-size: 30px;
    line-height: 1.2;
  }
}

.features {
  padding-top: 14px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ececec;
}

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1428571429;

  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features__icon {
  display: block;
  width: 58px;
  height: 58px;
  margin-right: 15px;
  text-align: center;
  color: #276fad;
  border-radius: 50%;
  background-color: #ececec;
  font-size: 32px;
  line-height: 58px;
}

.features__text {
  padding-right: 35px;

  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0;
}

@media (max-width: 1199px) {
  .features__text {
    padding-right: 10px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .features__item {
            flex-direction: column;
    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
  }
  .features__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .features__text {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .features__text {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 575px) {
  .features__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.box {
  border: 3px solid #ececec;
}

.breadcrumbs {
  margin-top: 31px;
  margin-bottom: 18px;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.breadcrumbs__item {
  display: inline-block;
  white-space: nowrap;
  color: #878787;
  font-size: 12px;
  line-height: 1.5;
}

.breadcrumbs__item:after {
  margin-right: 6px;
  margin-left: 7px;
  content: "-";
}

.breadcrumbs__item:last-child:after {
  content: "";
}

.page-header h1 {
  margin-bottom: 13px;
}

.page-header p:last-child {
  margin-bottom: 0;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  padding: 30px 25px 10px;

  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info__icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 8px;
  margin-right: 26px;
  text-align: center;
  color: #276fad;
  border-radius: 50%;
  background-color: #ececec;
  font-size: 45px;
  line-height: 100px;
}

.info__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0;
}

@media (max-width: 767px) {
  .info {
    display: block;
    padding: 15px 15px 1px;
  }
  .info__icon {
    float: left;
    width: 80px;
    height: 80px;
    font-size: 36px;
    line-height: 80px;
  }
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6,
.article .h1, .article .h2, .article .h3, .article .h4, .article .h5, .article .h6 {
  clear: both;
}

.article ul, .article ol {
  margin-bottom: 35px;
  padding-left: 0;
  list-style-type: none;
}

.article ul &gt; li, .article ol &gt; li {
  position: relative;
  margin-bottom: 10px;
}

.article ul &gt; li:before, .article ol &gt; li:before {
  position: absolute;
  left: 0;
}

.article ul &gt; li {
  padding-left: 19px;
}

.article ul &gt; li:before {
  top: 9px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #276fad;
}

.article ol {
  counter-reset: ol-counter;
}

.article ol &gt; li {
  padding-left: 20px;
}

.article ol &gt; li:before {
  position: absolute;
  top: 0;
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  color: #276fad;
}

.article .img-left {
  float: left;
  margin-top: 8px;
  margin-right: 30px;
  margin-bottom: 36px;
}

.article .img-right {
  float: right;
  margin-top: 8px;
  margin-right: 30px;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .article .img-left,
  .article .img-right {
    float: none;
  }
}

.title {
  position: relative;
  margin-bottom: 49px;
  text-align: center;
}

.title:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background-color: #ececec;
}

.title__text {
  display: inline-block;
  padding-right: 22px;
  padding-left: 22px;
  vertical-align: top;
  background-color: #ffffff;
}

@media (max-width: 575px) {
  .title {
    font-size: 26px;
    line-height: 1.2307692308;
  }
  .title:before {
    display: none;
  }
  .title__text {
    padding-right: 0;
    padding-left: 0;
  }
}

.offers__item {
  margin-bottom: 56px;
}

.offer__image-block {
  margin: 0 0 29px;
}

.offer__image {
  display: block;
}

.offer__title {
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 1.5;
}

.offer__title a {
  text-decoration: none;
}

.filter {
  padding-top: 13px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
}

.filter__buttons {
  margin-top: -4px;
  text-align: center;
}

.filter__button {
  width: 128px;
}

.filter .irs {
  margin-top: -8px;
}

@media (min-width: 1200px) {
  .filter.fixed {
    position: fixed;
    z-index: 99;
    top: 136px;
    right: 0;
    left: 0;
    background-color: #ffffff;
  }
}

.sorting {
  padding-top: 24px;
  padding-bottom: 21px;
}

.sorting__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sorting__label {
  margin-right: 34px;
}

.sorting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sorting__item {
  margin-right: 34px;
  font-size: 13px;
  line-height: 1.2307692308;
}

.sorting__link.active {
  cursor: default;
  color: inherit;
  border: 0;
}

.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager__item {
  margin-right: 1px;
  margin-left: 1px;
}

.pager__link {
  display: block;
  min-width: 28px;
  padding: 1px 2px;
  text-align: center;
  border: 1px solid #ececec;
}

.pager__link.active {
  cursor: default;
  text-decoration: none;
  color: #ffffff;
  border-color: #276fad;
  background-color: #276fad;
}

.pager__link:hover {
  text-decoration: none;
  color: #ffffff;
  border-color: #276fad;
  background-color: #276fad;
}

.badge {
  position: relative;
  width: 0;
  height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 19px solid #1abc9c;
  border-top: 0 solid;
  border-bottom: 10px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333;
}

.badge__text {
  position: absolute;
  top: 7px;
  right: -19px;
  left: -19px;
}

.badge_new {
  border-right-color: #456fce;
  border-left-color: #456fce;
}

.badge_hit {
  border-right-color: #6bd13e;
  border-left-color: #6bd13e;
}

.colors__title {
  margin-bottom: 2px;
  color: #878787;
  font-size: 13px;
  line-height: 1.3846153846;
}

.colors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.colors__item {
  width: 18px;
  height: 18px;
  margin: 2px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.colors_choice .colors__list {
  margin-right: -2px;
  margin-left: -2px;
}

.colors_choice .colors__item {
  position: relative;
  cursor: pointer;
}

.colors_choice .colors__item:before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  transition: all 0.25s;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.colors_choice .colors__item:hover:before {
  border-color: #4f93ce;
}

.colors_choice .colors__item.active:before {
  border-color: #4f93ce;
}

.colors_sm .colors__item {
  width: 12px;
  height: 12px;
  margin-right: 1.5px;
  margin-bottom: 3px;
  margin-left: 1.5px;
}

.product-item {
  position: relative;
  height: 326px;
  text-align: center;
}

.product-item:hover {
  z-index: 50;
}

.product-item__body {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  padding: 13px 10px 20px;
  transition: all 0.25s;
  text-decoration: none;
  border: 1px solid #ececec;
  background-color: #ffffff;
}

.product-item__body:hover {
  height: auto;
  margin: -4px -4px 0;
  padding-top: 17px;
  padding-right: 14px;
  padding-left: 14px;
  text-decoration: none;
  border-color: #a1a1a1;
}

.product-item__badge {
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-item:hover .product-item__badge {
  color: #ffffff;
}

.product-item__image-block {
  position: relative;
  height: 132px;
  margin: 0 0 9px;
}

.product-item__image-block img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
}

.product-item__title {
  overflow: hidden;
  height: 40px;
  margin-bottom: 18px;
  text-decoration: underline;
  text-transform: none;
  line-height: 20px;
}

.product-item:hover .product-item__title {
  height: auto;
  min-height: 40px;
  color: #171717;
}

.product-item__prices {
  margin-bottom: 11px;
}

.product-item__prices-sale {
  margin-bottom: -3px;
  color: #878787;
  font-size: 15px;
  line-height: 1.7333333333;
}

.product-item__old-price {
  text-decoration: line-through;
}

.product-item__discount {
  color: #276fad;
  font-weight: 700;
}

.product-item__price {
  color: #171717;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1818181818;
}

.product-item__button {
  width: 100%;
  max-width: 128px;
  padding-right: 0;
  padding-left: 0;
}

.product-item:hover .product-item__button {
  color: #ffffff;
}

.product-item__hidden-info {
  overflow: hidden;
  height: 0;
  transition: all 0.25s;
  opacity: 0;
}

.product-item:hover .product-item__hidden-info {
  height: auto;
  opacity: 1;
}

.product-item__info {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #787878;
  font-size: 13px;
  line-height: 1.2307692308;
}

.product-item__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px;

  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .product-item__prices-sale {
    font-size: 12px;
    line-height: 2;
  }
  .product-item__price {
    font-size: 16px;
    line-height: 1.5;
  }
}

.amount-form {
  width: 96px;
}

.amount-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.amount-form__control {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.15s ease-out;
  text-indent: -9999em;
  border: 0;
  outline: 0;
  background: #ffffff;
}

.amount-form__control:before, .amount-form__control:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transition: all 0.15s ease-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #4f93ce;
}

.amount-form__control:focus, .amount-form__control:active, .amount-form__control:hover {
  outline: 0;
}

.amount-form__control:focus:before, .amount-form__control:focus:after, .amount-form__control:active:before, .amount-form__control:active:after, .amount-form__control:hover:before, .amount-form__control:hover:after {
  background: #276fad;
}

.amount-form__control:after {
  width: 14px;
  height: 2px;
}

.amount-form__control_inc:before {
  width: 2px;
  height: 14px;
}

.amount-form__input {
  width: 50px;
  margin-right: 2px;
  margin-left: 2px;
  text-align: center;
  color: #383838;
  border: 1px solid #dddddd;
  border-radius: 17px/17px 17px 18px 18px;
}

/* 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;
  -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);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: auto;
  color: transparent;
  border: none;
  outline: none;
  background: none;
}

.slick-prev:before,
.slick-next:before {
  color: #cecece;
  font-size: 50px;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.8;
  outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  right: 0;
  left: auto;
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 0;
}

@media (max-width: 767px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slick-arrow:before {
    font-size: 40px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s;
  opacity: 0.5;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background-color: #ffffff;
  font-size: 0;
  line-height: 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  width: 14px;
  height: 14px;
  opacity: 1;
  outline: none;
}

.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #ffffff;
}

.slick-dots li.slick-active button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #276fad;
}

.hero {
  position: relative;
}

.hero__slider-item {
  height: 530px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.hero__slider-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero__slider-nav .slick-arrow:focus, .hero__slider-nav .slick-arrow:hover {
  opacity: 1;
}

.hero__slider-nav .slick-arrow:focus:before, .hero__slider-nav .slick-arrow:hover:before {
  color: #ffffff;
}

.hero__slider-nav .slick-prev {
  left: 15px;
}

.hero__slider-nav .slick-next {
  right: 15px;
}

.hero__content {
  max-width: 435px;
  margin-right: 73px;
  margin-left: 73px;
}

.hero__title {
  margin-bottom: 3px;
  font-size: 58px;
  line-height: 1;
}

.hero__text {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .hero__slider-item {
    height: 430px;
    background-position: 0 0;
  }
  .hero__title {
    font-size: 40px;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  .hero__slider-nav {
    display: none;
  }
  .hero__content {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.brands {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 37px;
}

.brands__slider {
  padding-right: 50px;
  padding-left: 50px;
}

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

.brands__slider-item {
  height: 80px;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products__slider {
  overflow: hidden;
  padding-right: 50px;
  padding-left: 50px;
}

.products__slider-item {
  padding: 10px;
}

.products__slider .slick-list {
  overflow-y: visible;
  padding-bottom: 110px;
}

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

.products__slider .slick-arrow {
  top: 145px;
  -webkit-transform: none;
          transform: none;
}

.products__slider .slick-arrow:before {
  color: #797979;
}

.products__title {
  margin-bottom: 27px;
}

.products__item {
  min-width: 20%;
  margin-bottom: 26px;

  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.products__pager {
  margin-top: -5px;
  margin-bottom: 4px;
}

@media (max-width: 1199px) {
  .products__item {
    min-width: 25%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (max-width: 991px) {
  .products__item {
    min-width: 33.3333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

@media (max-width: 767px) {
  .products__item {
    min-width: 50%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 575px) {
  .products__item {
    min-width: 100%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.product__title {
  margin-bottom: 29px;
}

.product__image {
  position: relative;
  margin-bottom: 34px;
}

.product__badge {
  position: absolute;
  z-index: 10;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product__slider, .product__slider-item, .product__slider-link {
  position: relative;
  overflow: hidden;
  height: 460px;
}

.product__slider {
  margin-bottom: 10px;
  border: 1px solid #ececec;
}

.product__slider-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__slider-link:after {
  position: absolute;
  right: 11px;
  bottom: 11px;
  width: 24px;
  height: 24px;
  content: "";
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.66 23.83c-.17.17-.34.17-.68.17-.342 0-.512 0-.682-.17l-7.057-7.11c-1.616 1.33-3.665 2.137-5.878 2.137C4.255 18.857 0 14.57 0 9.43 0 4.285 4.255 0 9.362 0c5.106 0 9.36 4.286 9.36 9.428 0 2.272-.83 4.374-2.196 6.016l7.134 7.185c.34.342.34.856 0 1.2zm-6.64-14.4c0-4.287-3.403-7.716-7.658-7.716-4.256 0-7.66 3.43-7.66 7.715 0 4.284 3.404 7.713 7.66 7.713 4.255 0 7.66-3.43 7.66-7.714zm-5.105.856h-1.702V12c0 .515-.34.857-.85.857-.512 0-.852-.343-.852-.857v-1.714h-1.7c-.512 0-.852-.343-.852-.857 0-.516.34-.858.85-.858h1.703V6.857c0-.514.34-.857.852-.857.51 0 .85.343.85.857v1.715h1.703c.51 0 .85.342.85.857 0 .513-.34.856-.85.856z' fill='%234F93CE' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.product__slider-nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 9px;
  cursor: pointer;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__slider-nav-img {
  padding: 12px;
  border: 1px solid #ececec;
}

.product__prices {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ececec;
}

.product__prices-sale {
  margin-bottom: -9px;
  color: #878787;
}

.product__old-price {
  margin-right: 6px;
  text-decoration: line-through;
  font-size: 18px;
  line-height: 1.4444444444;
}

.product__discount {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 11px;
  text-align: center;
  vertical-align: top;
  color: #ffffff;
  border-radius: 50%;
  background-color: #ff1800;
  font-weight: 700;
  line-height: 34px;
}

.product__price {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1818181818;
}

.product__info {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.3846153846;
}

.product__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7px;
}

.product__info-name {
  position: relative;
  width: 145px;
  padding-right: 10px;
}

.product__info-name:after {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 1px dotted #dddddd;
}

.product__info-text {
  margin: 0;

  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0;
}

.product__colors {
  margin-bottom: 17px;
}

.product__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;

  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product__amount {
  margin-right: 20px;
}

.product__button {
  min-width: 128px;
}

.product__text {
  margin-bottom: 40px;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  /*IE9 and below*/
  position: relative;
  width: 100% \0;
}

.bootstrap-select .color {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 100%;
}

.bootstrap-select &gt; .dropdown-toggle {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  outline: 0;

  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bootstrap-select &gt; .dropdown-toggle.bs-placeholder, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:hover, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:focus, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:active {
  color: #171717;
}

.bootstrap-select &gt; select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select &gt; select.mobile-device {
  z-index: 2;
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #ff1800;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form__control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  display: inline-block;
  float: none;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  border-radius: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group &gt; .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group &gt; .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;

  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret {
  display: block;
  width: 11px;
  height: 7px;
  margin-left: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHAQMAAADkoCUeAAAABlBMVEUAAAAnb63SZ0GXAAAAAXRSTlMAQObYZgAAABxJREFUCB1jdlBgPhDAzCjBDARMG5n//2T++w8ALHQGSwdIgIAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.form-wrapper .bootstrap-select.btn-group .dropdown-toggle .bs-caret {
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.66 0h10.37c.48 0 .84.48.558.954-.226.38-4.785 7.972-5.175 8.62-.256.426-.867.42-1.123 0C5.004 9.108.422 1.486.103.934-.13.53.128 0 .66 0z' fill='%23276FAD' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #ffffff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  min-height: 26px;
  margin: 0 2%;
  padding: 3px 5px;
  pointer-events: none;
  opacity: 0.9;
  border: 1px solid #e3e3e3;
  background: whitesmoke;
}

.bootstrap-select.btn-group .no-results {
  margin: 0 5px;
  padding: 3px;
  white-space: nowrap;
  background: #f5f5f5;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  right: 15px;
  display: inline-block;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  border-left: 7px solid transparent;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  top: -3px;
  bottom: auto;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  top: -3px;
  bottom: auto;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  float: none;
  width: 100%;
  margin-bottom: 0;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */</pre></body></html>