@charset "UTF-8";
/* line 1, _styles.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 1, _styles.scss */
body {
  margin: 0; }

/* line 1, _styles.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 1, _styles.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

/* line 1, _styles.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 1, _styles.scss */
[hidden], template {
  display: none; }

/* line 1, _styles.scss */
a {
  background-color: transparent; }

/* line 1, _styles.scss */
a:active, a:hover {
  outline: 0; }

/* line 1, _styles.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 1, _styles.scss */
b, strong {
  font-weight: 700; }

/* line 1, _styles.scss */
dfn {
  font-style: italic; }

/* line 1, _styles.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 1, _styles.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 1, _styles.scss */
small {
  font-size: 80%; }

/* line 1, _styles.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 1, _styles.scss */
sup {
  top: -0.5em; }

/* line 1, _styles.scss */
sub {
  bottom: -0.25em; }

/* line 1, _styles.scss */
img {
  border: 0; }

/* line 1, _styles.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 1, _styles.scss */
figure {
  margin: 1em 40px; }

/* line 1, _styles.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 1, _styles.scss */
pre {
  overflow: auto; }

/* line 1, _styles.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 1, _styles.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 1, _styles.scss */
button {
  overflow: visible; }

/* line 1, _styles.scss */
button, select {
  text-transform: none; }

/* line 1, _styles.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 1, _styles.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/* line 1, _styles.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 1, _styles.scss */
input {
  line-height: normal; }

/* line 1, _styles.scss */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* line 1, _styles.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 1, _styles.scss */
input[type="search"] {
  -webkit-appearance: textfield; }

/* line 1, _styles.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 1, _styles.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 1, _styles.scss */
legend {
  border: 0;
  padding: 0; }

/* line 1, _styles.scss */
textarea {
  overflow: auto; }

/* line 1, _styles.scss */
optgroup {
  font-weight: 700; }

/* line 1, _styles.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 1, _styles.scss */
td, th {
  padding: 0; }

/* line 1, _styles.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1, _styles.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1, _styles.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

/* line 1, _styles.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  overflow-x: hidden; }

/* line 1, _styles.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 1, _styles.scss */
figure {
  margin: 0; }

/* line 1, _styles.scss */
img {
  vertical-align: middle; }

/* line 1, _styles.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 1, _styles.scss */
.img-rounded {
  border-radius: 6px; }

/* line 1, _styles.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

/* line 1, _styles.scss */
.img-circle {
  border-radius: 50%; }

/* line 1, _styles.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

/* line 1, _styles.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 1, _styles.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 1, _styles.scss */
[role="button"] {
  cursor: pointer; }

/* line 1, _styles.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  /* line 1, _styles.scss */
  .container {
    width: 740px; } }
@media (min-width: 992px) {
  /* line 1, _styles.scss */
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  /* line 1, _styles.scss */
  .container {
    width: 1160px; } }
/* line 1, _styles.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

/* line 1, _styles.scss */
.row {
  margin-left: -10px;
  margin-right: -10px; }

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

/* line 1, _styles.scss */
.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 {
  float: left; }

/* line 1, _styles.scss */
.col-xs-12 {
  width: 100%; }

/* line 1, _styles.scss */
.col-xs-11 {
  width: 91.66666667%; }

/* line 1, _styles.scss */
.col-xs-10 {
  width: 83.33333333%; }

/* line 1, _styles.scss */
.col-xs-9 {
  width: 75%; }

/* line 1, _styles.scss */
.col-xs-8 {
  width: 66.66666667%; }

/* line 1, _styles.scss */
.col-xs-7 {
  width: 58.33333333%; }

/* line 1, _styles.scss */
.col-xs-6 {
  width: 50%; }

/* line 1, _styles.scss */
.col-xs-5 {
  width: 41.66666667%; }

/* line 1, _styles.scss */
.col-xs-4 {
  width: 33.33333333%; }

/* line 1, _styles.scss */
.col-xs-3 {
  width: 25%; }

/* line 1, _styles.scss */
.col-xs-2 {
  width: 16.66666667%; }

/* line 1, _styles.scss */
.col-xs-1 {
  width: 8.33333333%; }

/* line 1, _styles.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 1, _styles.scss */
.col-xs-pull-11 {
  right: 91.66666667%; }

/* line 1, _styles.scss */
.col-xs-pull-10 {
  right: 83.33333333%; }

/* line 1, _styles.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 1, _styles.scss */
.col-xs-pull-8 {
  right: 66.66666667%; }

/* line 1, _styles.scss */
.col-xs-pull-7 {
  right: 58.33333333%; }

/* line 1, _styles.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 1, _styles.scss */
.col-xs-pull-5 {
  right: 41.66666667%; }

/* line 1, _styles.scss */
.col-xs-pull-4 {
  right: 33.33333333%; }

/* line 1, _styles.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 1, _styles.scss */
.col-xs-pull-2 {
  right: 16.66666667%; }

/* line 1, _styles.scss */
.col-xs-pull-1 {
  right: 8.33333333%; }

/* line 1, _styles.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 1, _styles.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 1, _styles.scss */
.col-xs-push-11 {
  left: 91.66666667%; }

/* line 1, _styles.scss */
.col-xs-push-10 {
  left: 83.33333333%; }

/* line 1, _styles.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 1, _styles.scss */
.col-xs-push-8 {
  left: 66.66666667%; }

/* line 1, _styles.scss */
.col-xs-push-7 {
  left: 58.33333333%; }

/* line 1, _styles.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 1, _styles.scss */
.col-xs-push-5 {
  left: 41.66666667%; }

/* line 1, _styles.scss */
.col-xs-push-4 {
  left: 33.33333333%; }

/* line 1, _styles.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 1, _styles.scss */
.col-xs-push-2 {
  left: 16.66666667%; }

/* line 1, _styles.scss */
.col-xs-push-1 {
  left: 8.33333333%; }

/* line 1, _styles.scss */
.col-xs-push-0 {
  left: auto; }

/* line 1, _styles.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

/* line 1, _styles.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%; }

/* line 1, _styles.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%; }

/* line 1, _styles.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 1, _styles.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%; }

/* line 1, _styles.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%; }

/* line 1, _styles.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 1, _styles.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%; }

/* line 1, _styles.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%; }

/* line 1, _styles.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 1, _styles.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%; }

/* line 1, _styles.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%; }

/* line 1, _styles.scss */
.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 1, _styles.scss */
  .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 {
    float: left; }

  /* line 1, _styles.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 1, _styles.scss */
  .col-sm-11 {
    width: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-10 {
    width: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 1, _styles.scss */
  .col-sm-8 {
    width: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-7 {
    width: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 1, _styles.scss */
  .col-sm-5 {
    width: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-4 {
    width: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 1, _styles.scss */
  .col-sm-2 {
    width: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-1 {
    width: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 1, _styles.scss */
  .col-sm-pull-11 {
    right: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-pull-10 {
    right: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 1, _styles.scss */
  .col-sm-pull-8 {
    right: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-pull-7 {
    right: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 1, _styles.scss */
  .col-sm-pull-5 {
    right: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-pull-4 {
    right: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 1, _styles.scss */
  .col-sm-pull-2 {
    right: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-pull-1 {
    right: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 1, _styles.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 1, _styles.scss */
  .col-sm-push-11 {
    left: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-push-10 {
    left: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 1, _styles.scss */
  .col-sm-push-8 {
    left: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-push-7 {
    left: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 1, _styles.scss */
  .col-sm-push-5 {
    left: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-push-4 {
    left: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 1, _styles.scss */
  .col-sm-push-2 {
    left: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-push-1 {
    left: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 1, _styles.scss */
  .col-sm-offset-12 {
    margin-left: 100%; }

  /* line 1, _styles.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 1, _styles.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 1, _styles.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 1, _styles.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  /* line 1, _styles.scss */
  .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 {
    float: left; }

  /* line 1, _styles.scss */
  .col-md-12 {
    width: 100%; }

  /* line 1, _styles.scss */
  .col-md-11 {
    width: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-md-10 {
    width: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-md-9 {
    width: 75%; }

  /* line 1, _styles.scss */
  .col-md-8 {
    width: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-md-7 {
    width: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-md-6 {
    width: 50%; }

  /* line 1, _styles.scss */
  .col-md-5 {
    width: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-md-4 {
    width: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-md-3 {
    width: 25%; }

  /* line 1, _styles.scss */
  .col-md-2 {
    width: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-md-1 {
    width: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 1, _styles.scss */
  .col-md-pull-11 {
    right: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-md-pull-10 {
    right: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 1, _styles.scss */
  .col-md-pull-8 {
    right: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-md-pull-7 {
    right: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 1, _styles.scss */
  .col-md-pull-5 {
    right: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-md-pull-4 {
    right: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 1, _styles.scss */
  .col-md-pull-2 {
    right: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-md-pull-1 {
    right: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 1, _styles.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 1, _styles.scss */
  .col-md-push-11 {
    left: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-md-push-10 {
    left: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 1, _styles.scss */
  .col-md-push-8 {
    left: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-md-push-7 {
    left: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 1, _styles.scss */
  .col-md-push-5 {
    left: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-md-push-4 {
    left: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 1, _styles.scss */
  .col-md-push-2 {
    left: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-md-push-1 {
    left: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 1, _styles.scss */
  .col-md-offset-12 {
    margin-left: 100%; }

  /* line 1, _styles.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 1, _styles.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 1, _styles.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 1, _styles.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  /* line 1, _styles.scss */
  .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 {
    float: left; }

  /* line 1, _styles.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 1, _styles.scss */
  .col-lg-11 {
    width: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-10 {
    width: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 1, _styles.scss */
  .col-lg-8 {
    width: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-7 {
    width: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 1, _styles.scss */
  .col-lg-5 {
    width: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-4 {
    width: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 1, _styles.scss */
  .col-lg-2 {
    width: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-1 {
    width: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 1, _styles.scss */
  .col-lg-pull-11 {
    right: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-pull-10 {
    right: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 1, _styles.scss */
  .col-lg-pull-8 {
    right: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-pull-7 {
    right: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 1, _styles.scss */
  .col-lg-pull-5 {
    right: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-pull-4 {
    right: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 1, _styles.scss */
  .col-lg-pull-2 {
    right: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-pull-1 {
    right: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 1, _styles.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 1, _styles.scss */
  .col-lg-push-11 {
    left: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-push-10 {
    left: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 1, _styles.scss */
  .col-lg-push-8 {
    left: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-push-7 {
    left: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 1, _styles.scss */
  .col-lg-push-5 {
    left: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-push-4 {
    left: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 1, _styles.scss */
  .col-lg-push-2 {
    left: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-push-1 {
    left: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 1, _styles.scss */
  .col-lg-offset-12 {
    margin-left: 100%; }

  /* line 1, _styles.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 1, _styles.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 1, _styles.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 1, _styles.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1, _styles.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1, _styles.scss */
  .col-lg-offset-0 {
    margin-left: 0; } }
/* line 1, _styles.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

/* line 1, _styles.scss */
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

/* line 1, _styles.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 1, _styles.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 1, _styles.scss */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

/* line 1, _styles.scss */
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

/* line 1, _styles.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 1, _styles.scss */
.pull-right {
  float: right !important; }

/* line 1, _styles.scss */
.pull-left {
  float: left !important; }

/* line 1, _styles.scss */
.hide {
  display: none !important; }

/* line 1, _styles.scss */
.show {
  display: block !important; }

/* line 1, _styles.scss */
.hidden {
  display: none !important; }

/* line 1, _styles.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
/* line 1, _styles.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

/* line 1, _styles.scss */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  /* line 1, _styles.scss */
  .visible-xs {
    display: block !important; }

  /* line 1, _styles.scss */
  table.visible-xs {
    display: table !important; }

  /* line 1, _styles.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 1, _styles.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 1, _styles.scss */
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  /* line 1, _styles.scss */
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  /* line 1, _styles.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _styles.scss */
  .visible-sm {
    display: block !important; }

  /* line 1, _styles.scss */
  table.visible-sm {
    display: table !important; }

  /* line 1, _styles.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 1, _styles.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _styles.scss */
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _styles.scss */
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _styles.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _styles.scss */
  .visible-md {
    display: block !important; }

  /* line 1, _styles.scss */
  table.visible-md {
    display: table !important; }

  /* line 1, _styles.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 1, _styles.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _styles.scss */
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _styles.scss */
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _styles.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  /* line 1, _styles.scss */
  .visible-lg {
    display: block !important; }

  /* line 1, _styles.scss */
  table.visible-lg {
    display: table !important; }

  /* line 1, _styles.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 1, _styles.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 1, _styles.scss */
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  /* line 1, _styles.scss */
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  /* line 1, _styles.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  /* line 1, _styles.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _styles.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _styles.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 1, _styles.scss */
  .hidden-lg {
    display: none !important; } }
/* line 1, _styles.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 1, _styles.scss */
  .visible-print {
    display: block !important; }

  /* line 1, _styles.scss */
  table.visible-print {
    display: table !important; }

  /* line 1, _styles.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 1, _styles.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important; } }
/* line 1, _styles.scss */
.visible-print-block {
  display: none !important; }

@media print {
  /* line 1, _styles.scss */
  .visible-print-block {
    display: block !important; } }
/* line 1, _styles.scss */
.visible-print-inline {
  display: none !important; }

@media print {
  /* line 1, _styles.scss */
  .visible-print-inline {
    display: inline !important; } }
/* line 1, _styles.scss */
.visible-print-inline-block {
  display: none !important; }

@media print {
  /* line 1, _styles.scss */
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  /* line 1, _styles.scss */
  .hidden-print {
    display: none !important; } }
/* line 1, _styles.scss */
h1, h2, h3, h4, h5, h6, small, big, p {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/* line 1, _styles.scss */
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1, _styles.scss */
img {
  display: block; }

/* line 3, _styles.scss */
.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4, .col-xs-5th-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left; }

/* line 3, _styles.scss */
.col-xs-5th-5 {
  width: 100%; }

/* line 3, _styles.scss */
.col-xs-5th-4 {
  width: 80%; }

/* line 3, _styles.scss */
.col-xs-5th-3 {
  width: 60%; }

/* line 3, _styles.scss */
.col-xs-5th-2 {
  width: 40%; }

/* line 3, _styles.scss */
.col-xs-5th-1 {
  width: 20%; }

/* line 3, _styles.scss */
.col-xs-5th-pull-5 {
  right: 100%; }

/* line 3, _styles.scss */
.col-xs-5th-pull-4 {
  right: 80%; }

/* line 3, _styles.scss */
.col-xs-5th-pull-3 {
  right: 60%; }

/* line 3, _styles.scss */
.col-xs-5th-pull-2 {
  right: 40%; }

/* line 3, _styles.scss */
.col-xs-5th-pull-1 {
  right: 20%; }

/* line 3, _styles.scss */
.col-xs-5th-pull-0 {
  right: auto; }

/* line 3, _styles.scss */
.col-xs-5th-push-5 {
  left: 100%; }

/* line 3, _styles.scss */
.col-xs-5th-push-4 {
  left: 80%; }

/* line 3, _styles.scss */
.col-xs-5th-push-3 {
  left: 60%; }

/* line 3, _styles.scss */
.col-xs-5th-push-2 {
  left: 40%; }

/* line 3, _styles.scss */
.col-xs-5th-push-1 {
  left: 20%; }

/* line 3, _styles.scss */
.col-xs-5th-push-0 {
  left: auto; }

/* line 3, _styles.scss */
.col-xs-5th-offset-5 {
  margin-left: 100%; }

/* line 3, _styles.scss */
.col-xs-5th-offset-4 {
  margin-left: 80%; }

/* line 3, _styles.scss */
.col-xs-5th-offset-3 {
  margin-left: 60%; }

/* line 3, _styles.scss */
.col-xs-5th-offset-2 {
  margin-left: 40%; }

/* line 3, _styles.scss */
.col-xs-5th-offset-1 {
  margin-left: 20%; }

/* line 3, _styles.scss */
.col-xs-5th-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 3, _styles.scss */
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4, .col-sm-5th-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left; }

  /* line 3, _styles.scss */
  .col-sm-5th-5 {
    width: 100%; }

  /* line 3, _styles.scss */
  .col-sm-5th-4 {
    width: 80%; }

  /* line 3, _styles.scss */
  .col-sm-5th-3 {
    width: 60%; }

  /* line 3, _styles.scss */
  .col-sm-5th-2 {
    width: 40%; }

  /* line 3, _styles.scss */
  .col-sm-5th-1 {
    width: 20%; }

  /* line 3, _styles.scss */
  .col-sm-5th-pull-5 {
    right: 100%; }

  /* line 3, _styles.scss */
  .col-sm-5th-pull-4 {
    right: 80%; }

  /* line 3, _styles.scss */
  .col-sm-5th-pull-3 {
    right: 60%; }

  /* line 3, _styles.scss */
  .col-sm-5th-pull-2 {
    right: 40%; }

  /* line 3, _styles.scss */
  .col-sm-5th-pull-1 {
    right: 20%; }

  /* line 3, _styles.scss */
  .col-sm-5th-pull-0 {
    right: auto; }

  /* line 3, _styles.scss */
  .col-sm-5th-push-5 {
    left: 100%; }

  /* line 3, _styles.scss */
  .col-sm-5th-push-4 {
    left: 80%; }

  /* line 3, _styles.scss */
  .col-sm-5th-push-3 {
    left: 60%; }

  /* line 3, _styles.scss */
  .col-sm-5th-push-2 {
    left: 40%; }

  /* line 3, _styles.scss */
  .col-sm-5th-push-1 {
    left: 20%; }

  /* line 3, _styles.scss */
  .col-sm-5th-push-0 {
    left: auto; }

  /* line 3, _styles.scss */
  .col-sm-5th-offset-5 {
    margin-left: 100%; }

  /* line 3, _styles.scss */
  .col-sm-5th-offset-4 {
    margin-left: 80%; }

  /* line 3, _styles.scss */
  .col-sm-5th-offset-3 {
    margin-left: 60%; }

  /* line 3, _styles.scss */
  .col-sm-5th-offset-2 {
    margin-left: 40%; }

  /* line 3, _styles.scss */
  .col-sm-5th-offset-1 {
    margin-left: 20%; }

  /* line 3, _styles.scss */
  .col-sm-5th-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  /* line 3, _styles.scss */
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4, .col-md-5th-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left; }

  /* line 3, _styles.scss */
  .col-md-5th-5 {
    width: 100%; }

  /* line 3, _styles.scss */
  .col-md-5th-4 {
    width: 80%; }

  /* line 3, _styles.scss */
  .col-md-5th-3 {
    width: 60%; }

  /* line 3, _styles.scss */
  .col-md-5th-2 {
    width: 40%; }

  /* line 3, _styles.scss */
  .col-md-5th-1 {
    width: 20%; }

  /* line 3, _styles.scss */
  .col-md-5th-pull-5 {
    right: 100%; }

  /* line 3, _styles.scss */
  .col-md-5th-pull-4 {
    right: 80%; }

  /* line 3, _styles.scss */
  .col-md-5th-pull-3 {
    right: 60%; }

  /* line 3, _styles.scss */
  .col-md-5th-pull-2 {
    right: 40%; }

  /* line 3, _styles.scss */
  .col-md-5th-pull-1 {
    right: 20%; }

  /* line 3, _styles.scss */
  .col-md-5th-pull-0 {
    right: auto; }

  /* line 3, _styles.scss */
  .col-md-5th-push-5 {
    left: 100%; }

  /* line 3, _styles.scss */
  .col-md-5th-push-4 {
    left: 80%; }

  /* line 3, _styles.scss */
  .col-md-5th-push-3 {
    left: 60%; }

  /* line 3, _styles.scss */
  .col-md-5th-push-2 {
    left: 40%; }

  /* line 3, _styles.scss */
  .col-md-5th-push-1 {
    left: 20%; }

  /* line 3, _styles.scss */
  .col-md-5th-push-0 {
    left: auto; }

  /* line 3, _styles.scss */
  .col-md-5th-offset-5 {
    margin-left: 100%; }

  /* line 3, _styles.scss */
  .col-md-5th-offset-4 {
    margin-left: 80%; }

  /* line 3, _styles.scss */
  .col-md-5th-offset-3 {
    margin-left: 60%; }

  /* line 3, _styles.scss */
  .col-md-5th-offset-2 {
    margin-left: 40%; }

  /* line 3, _styles.scss */
  .col-md-5th-offset-1 {
    margin-left: 20%; }

  /* line 3, _styles.scss */
  .col-md-5th-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  /* line 3, _styles.scss */
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4, .col-lg-5th-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left; }

  /* line 3, _styles.scss */
  .col-lg-5th-5 {
    width: 100%; }

  /* line 3, _styles.scss */
  .col-lg-5th-4 {
    width: 80%; }

  /* line 3, _styles.scss */
  .col-lg-5th-3 {
    width: 60%; }

  /* line 3, _styles.scss */
  .col-lg-5th-2 {
    width: 40%; }

  /* line 3, _styles.scss */
  .col-lg-5th-1 {
    width: 20%; }

  /* line 3, _styles.scss */
  .col-lg-5th-pull-5 {
    right: 100%; }

  /* line 3, _styles.scss */
  .col-lg-5th-pull-4 {
    right: 80%; }

  /* line 3, _styles.scss */
  .col-lg-5th-pull-3 {
    right: 60%; }

  /* line 3, _styles.scss */
  .col-lg-5th-pull-2 {
    right: 40%; }

  /* line 3, _styles.scss */
  .col-lg-5th-pull-1 {
    right: 20%; }

  /* line 3, _styles.scss */
  .col-lg-5th-pull-0 {
    right: auto; }

  /* line 3, _styles.scss */
  .col-lg-5th-push-5 {
    left: 100%; }

  /* line 3, _styles.scss */
  .col-lg-5th-push-4 {
    left: 80%; }

  /* line 3, _styles.scss */
  .col-lg-5th-push-3 {
    left: 60%; }

  /* line 3, _styles.scss */
  .col-lg-5th-push-2 {
    left: 40%; }

  /* line 3, _styles.scss */
  .col-lg-5th-push-1 {
    left: 20%; }

  /* line 3, _styles.scss */
  .col-lg-5th-push-0 {
    left: auto; }

  /* line 3, _styles.scss */
  .col-lg-5th-offset-5 {
    margin-left: 100%; }

  /* line 3, _styles.scss */
  .col-lg-5th-offset-4 {
    margin-left: 80%; }

  /* line 3, _styles.scss */
  .col-lg-5th-offset-3 {
    margin-left: 60%; }

  /* line 3, _styles.scss */
  .col-lg-5th-offset-2 {
    margin-left: 40%; }

  /* line 3, _styles.scss */
  .col-lg-5th-offset-1 {
    margin-left: 20%; }

  /* line 3, _styles.scss */
  .col-lg-5th-offset-0 {
    margin-left: 0; } }
/*---*/
/* line 5, _styles.scss */
#products_avaliable_field {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid silver;
  color: gray; }

/* line 7, _styles.scss */
.product-bage-komplektom-vygodnee {
  background-color: #95c11f !important; }

/* line 8, _styles.scss */
.product-bage-komplektom-vygodnee:before {
  border-color: #95c11f transparent transparent transparent !important; }

/* line 9, _styles.scss */
.product-bage-komplektom-vygodnee:after {
  border-color: transparent transparent transparent #95c11f !important; }

/* line 10, _styles.scss */
.product-bage-bestsellers {
  background-color: #fec700 !important; }

/* line 11, _styles.scss */
.product-bage-bestsellers:before {
  border-color: #fec700 transparent transparent transparent !important; }

/* line 12, _styles.scss */
.product-bage-bestsellers:after {
  border-color: transparent transparent transparent #fec700 !important; }

/* line 13, _styles.scss */
.product-bage-sale {
  background-color: #fe7800 !important; }

/* line 14, _styles.scss */
.product-bage-sale:before {
  border-color: #fe7800 transparent transparent transparent !important; }

/* line 15, _styles.scss */
.product-bage-sale:after {
  border-color: transparent transparent transparent #fe7800 !important; }

/* line 16, _styles.scss */
.product-bage-new {
  background-color: #ee5478 !important; }

/* line 17, _styles.scss */
.product-bage-new:before {
  border-color: #ee5478 transparent transparent transparent !important; }

/* line 18, _styles.scss */
.product-bage-new:after {
  border-color: transparent transparent transparent #ee5478 !important; }

/* line 21, _styles.scss */
.button-methodic-field {
  box-shadow: 0px 2px 5px rgba(252, 128, 1, 0.8), 1px 3px 5px rgba(0, 0, 0, 0.3); }

/* line 25, _styles.scss */
.text .meteo-elements {
  padding: 2% 0; }
  @media (min-width: 750px) {
    /* line 28, _styles.scss */
    .text .meteo-elements .row {
      display: flex;
      align-items: center; }
      /* line 31, _styles.scss */
      .text .meteo-elements .row .meteo-elements-lp {
        display: block;
        padding-left: 70px; } }
  /* line 37, _styles.scss */
  .text .meteo-elements p, .text .meteo-elements li {
    font-size: 17px;
    line-height: 1.4; }
  /* line 41, _styles.scss */
  .text .meteo-elements .meteo-elements-video {
    max-width: 700px;
    margin: 4% auto; }
  /* line 45, _styles.scss */
  .text .meteo-elements .col-sm-6 ul {
    margin-left: 0; }
    /* line 47, _styles.scss */
    .text .meteo-elements .col-sm-6 ul li {
      padding: 10px 0px 15px 70px;
      list-style-type: none;
      background-position: left center;
      background-size: 50px 45px;
      background-repeat: no-repeat; }
    /* line 54, _styles.scss */
    .text .meteo-elements .col-sm-6 ul li:nth-child(1) {
      background-image: url(https://static-eu.insales.ru/files/1/4426/12497226/original/meteo-elements-num_1.png); }
    /* line 55, _styles.scss */
    .text .meteo-elements .col-sm-6 ul li:nth-child(2) {
      background-image: url(https://static-ru.insales.ru/files/1/4427/12497227/original/meteo-elements-num_2.png); }
    /* line 56, _styles.scss */
    .text .meteo-elements .col-sm-6 ul li:nth-child(3) {
      background-image: url(https://static-eu.insales.ru/files/1/4425/12497225/original/meteo-elements-num_3.png); }
    /* line 57, _styles.scss */
    .text .meteo-elements .col-sm-6 ul li:nth-child(4) {
      background-image: url(https://static-ru.insales.ru/files/1/4428/12497228/original/meteo-elements-num_4.png); }
    /* line 58, _styles.scss */
    .text .meteo-elements .col-sm-6 ul li:nth-child(5) {
      background-image: url(https://static-eu.insales.ru/files/1/4431/12497231/original/meteo-elements_num_5.png); }
  /* line 61, _styles.scss */
  .text .meteo-elements ul.small-colored-list li {
    padding: 0px 0px 0px 30px;
    list-style-type: none;
    background-position: left center;
    background-size: 13px;
    background-repeat: no-repeat; }
  /* line 68, _styles.scss */
  .text .meteo-elements ul.small-colored-list li:nth-child(1) {
    background-image: url(https://static-eu.insales.ru/files/1/4540/12497340/original/meteo-elements-circle-green.png); }
  /* line 69, _styles.scss */
  .text .meteo-elements ul.small-colored-list li:nth-child(2) {
    background-image: url(https://static-eu.insales.ru/files/1/4539/12497339/original/meteo-elements-circle-blue.png); }
  /* line 70, _styles.scss */
  .text .meteo-elements ul.small-colored-list li:nth-child(3) {
    background-image: url(https://static-ru.insales.ru/files/1/4541/12497341/original/meteo-elements-circle-yellow.png); }
  /* line 71, _styles.scss */
  .text .meteo-elements ul.small-colored-list li:nth-child(4) {
    background-image: url(https://static-eu.insales.ru/files/1/4538/12497338/original/meteo-elements-circle-pink.png); }
  /* line 72, _styles.scss */
  .text .meteo-elements ul.small-colored-list li:nth-child(5) {
    background-image: url(https://static-eu.insales.ru/files/1/4540/12497340/original/meteo-elements-circle-green.png); }
  /* line 73, _styles.scss */
  .text .meteo-elements ul.small-colored-list li:nth-child(6) {
    background-image: url(https://static-eu.insales.ru/files/1/4539/12497339/original/meteo-elements-circle-blue.png); }
  /* line 74, _styles.scss */
  .text .meteo-elements ul.small-colored-list li:nth-child(7) {
    background-image: url(https://static-ru.insales.ru/files/1/4541/12497341/original/meteo-elements-circle-yellow.png); }
  /* line 75, _styles.scss */
  .text .meteo-elements ul.small-colored-list li:nth-child(8) {
    background-image: url(https://static-eu.insales.ru/files/1/4538/12497338/original/meteo-elements-circle-pink.png); }
  /* line 77, _styles.scss */
  .text .meteo-elements h2 {
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
    color: #00B2E6;
    text-transform: uppercase;
    font-weight: bold; }
  /* line 85, _styles.scss */
  .text .meteo-elements .row .col-sm-6 h2 {
    padding-left: 70px;
    text-align: left; }
  /* line 89, _styles.scss */
  .text .meteo-elements h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    color: #222;
    text-transform: uppercase; }
  @media (min-width: 1200px) {
    /* line 98, _styles.scss */
    .text .meteo-elements h2 {
      font-size: 30px; }
    /* line 99, _styles.scss */
    .text .meteo-elements h3 {
      font-size: 20px; } }
  @media (min-width: 600px) {
    /* line 102, _styles.scss */
    .text .meteo-elements h2 {
      font-size: 25px; }
    /* line 103, _styles.scss */
    .text .meteo-elements h3 {
      font-size: 18px; } }
  /* line 105, _styles.scss */
  .text .meteo-elements a.new_orange_action_button {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 50px; }

/* line 113, _styles.scss */
a.inline_new_orange_action_button {
  display: inline-block;
  padding: 10px 40px; }

/* line 117, _styles.scss */
a.inline_new_orange_action_button.inactive {
  pointer-events: none;
  background-color: #ddd;
  border: none;
  box-shadow: none; }

/* line 124, _styles.scss */
.scheme-shell {
  margin: 3% 0;
  width: 1000px;
  position: relative;
  left: 50%;
  transform: translate(-50%); }

/* line 131, _styles.scss */
#meteo-elements-scheme {
  position: relative;
  width: 1000px;
  height: 468px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://static-ru.insales.ru/files/1/1726/12502718/original/meteo-elements-scheme.png); }
  /* line 138, _styles.scss */
  #meteo-elements-scheme ul {
    position: relative; }
  /* line 141, _styles.scss */
  #meteo-elements-scheme .meteo-elements-item {
    list-style-type: none;
    position: absolute; }
    /* line 144, _styles.scss */
    #meteo-elements-scheme .meteo-elements-item a {
      display: block;
      background-color: #00B2E6;
      width: 100%;
      height: 100%;
      padding: 5px 15px;
      transition: 0.3s ease-out;
      border-radius: 25px;
      color: white;
      font-family: Roboto;
      font-size: 20px;
      text-decoration: none; }
    /* line 157, _styles.scss */
    #meteo-elements-scheme .meteo-elements-item a:hover {
      text-decoration: none;
      background-color: #009FCC;
      box-shadow: 0px 0px 5px 4px #f2fbff; }
  /* line 163, _styles.scss */
  #meteo-elements-scheme #fluger {
    top: 60px;
    left: 180px; }
  /* line 164, _styles.scss */
  #meteo-elements-scheme #vizualizer {
    top: 150px;
    left: 70px; }
  /* line 165, _styles.scss */
  #meteo-elements-scheme #birdfeeder {
    top: 200px;
    left: 40px; }
  /* line 166, _styles.scss */
  #meteo-elements-scheme #catcher {
    top: 260px;
    left: 210px; }
  /* line 167, _styles.scss */
  #meteo-elements-scheme #eltable {
    top: 320px;
    left: 280px; }
  /* line 168, _styles.scss */
  #meteo-elements-scheme #elzabor {
    top: 350px;
    right: 320px; }
  /* line 169, _styles.scss */
  #meteo-elements-scheme #elsleeve {
    top: 50px;
    right: 430px; }
  /* line 170, _styles.scss */
  #meteo-elements-scheme #elbucket {
    top: 105px;
    right: 430px; }
  /* line 171, _styles.scss */
  #meteo-elements-scheme #elfrost {
    top: 160px;
    right: 350px; }
  /* line 172, _styles.scss */
  #meteo-elements-scheme #elsundial {
    top: 235px;
    right: 180px; }
  /* line 173, _styles.scss */
  #meteo-elements-scheme #elstand {
    top: 110px;
    right: 170px; }
  /* line 174, _styles.scss */
  #meteo-elements-scheme #elcabin {
    top: 100px;
    left: 265px; }

@media (max-width: 1000px) {
  /* line 177, _styles.scss */
  #meteo-elements-scheme {
    transform: scale(0.9); }
    /* line 179, _styles.scss */
    #meteo-elements-scheme ul {
      transform: scale(1.1); } }
@media (max-width: 900px) {
  /* line 185, _styles.scss */
  #meteo-elements-scheme {
    transform: scale(0.8); }
    /* line 187, _styles.scss */
    #meteo-elements-scheme ul {
      transform: scale(1.2); }

  /* line 191, _styles.scss */
  .scheme-shell {
    margin: -20px 0; } }
@media (max-width: 800px) {
  /* line 196, _styles.scss */
  #meteo-elements-scheme {
    transform: scale(0.7); }
    /* line 198, _styles.scss */
    #meteo-elements-scheme ul {
      transform: scale(1.2); }

  /* line 202, _styles.scss */
  .scheme-shell {
    margin: -30px 0; } }
@media (max-width: 700px) {
  /* line 207, _styles.scss */
  #meteo-elements-scheme {
    transform: scale(0.6);
    display: flex;
    align-items: center;
    background-position: center;
    justify-content: space-around; }
    /* line 213, _styles.scss */
    #meteo-elements-scheme ul {
      transform: scale(1.5); }
    /* line 216, _styles.scss */
    #meteo-elements-scheme .meteo-elements-item {
      position: static;
      margin: 10px 0px; }

  /* line 221, _styles.scss */
  .scheme-shell {
    margin: -40px 0; } }
@media (max-width: 600px) {
  /* line 226, _styles.scss */
  #meteo-elements-scheme {
    transform: scale(0.5); }
    /* line 228, _styles.scss */
    #meteo-elements-scheme ul {
      transform: scale(2); }

  /* line 232, _styles.scss */
  .scheme-shell {
    margin: -45px 0; } }
@media (max-width: 500px) {
  /* line 237, _styles.scss */
  #meteo-elements-scheme {
    transform: scale(0.4); }
    /* line 239, _styles.scss */
    #meteo-elements-scheme ul {
      transform: scale(2.1); }

  /* line 243, _styles.scss */
  .scheme-shell {
    margin: -50px 0; } }
/* line 250, _styles.scss */
.footer-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 9px; }

/* line 260, _styles.scss */
.footer-icon-info {
  background-image: url(https://static-ru.insales.ru/files/1/3569/10456561/original/info-footer-icon.png); }

/* line 261, _styles.scss */
.footer-icon-catalog {
  background-image: url(https://static-ru.insales.ru/files/1/3568/10456560/original/catalog-footer-icon.png); }

/* line 262, _styles.scss */
.footer-icon-social {
  background-image: url(https://static-ru.insales.ru/files/1/3570/10456562/original/social-footer-icon.png); }

/* line 263, _styles.scss */
.footer-icon-contacts {
  background-image: url(https://static-ru.insales.ru/files/1/3567/10456559/original/contacts-footer-icon.png); }

/* line 266, _styles.scss */
.build-school-page .main-container {
  min-height: 60vh;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("https://static-ru.insales.ru/files/1/4924/10507068/original/design-catalogue-background.png"); }
/* line 270, _styles.scss */
.build-school-page h2 {
  font-size: 30px !important;
  line-height: 1.2 !important; }
/* line 271, _styles.scss */
.build-school-page p {
  font-size: 18px;
  line-height: 1.4; }
/* line 272, _styles.scss */
.build-school-page .build-school-gallery {
  background: #f2f2f2;
  padding: 30px 0px; }
  /* line 273, _styles.scss */
  .build-school-page .build-school-gallery img {
    margin: 5px 0px; }
  /* line 274, _styles.scss */
  .build-school-page .build-school-gallery .col-xs-12 {
    text-align: center; }

@media (max-width: 1000px) {
  /* line 278, _styles.scss */
  .build-school-page .main-container {
    background: none; } }
/* line 281, _styles.scss */
#kak_zakaz {
  position: relative;
  transition: 0.2s ease-out; }

/* line 285, _styles.scss */
.article-format {
  padding: 0px 0px; }

/* line 286, _styles.scss */
.article-format p, .article-format ul, .article-format ol {
  font-size: 13pt;
  line-height: 1.6;
  color: #1c1c1c; }

/* line 291, _styles.scss */
.article-format h3 {
  font-size: 15pt;
  line-heigth: 1.6;
  font-weight: bold;
  color: #000000; }

/* line 292, _styles.scss */
.article-format h2 {
  font-weight: bold;
  color: #000000; }

/* line 294, _styles.scss */
#kak_zakaz_in {
  position: absolute;
  display: none;
  opacity: 0;
  transition: 0.2s ease-out;
  width: 550px;
  right: 50%;
  transform: translate(50%);
  top: 20px;
  color: #222 !important;
  cursor: default;
  z-index: 1000; }

/* line 307, _styles.scss */
#kak_zakaz:hover #kak_zakaz_in {
  display: block;
  opacity: 1;
  color: #222; }

/* line 313, _styles.scss */
#leadback-button-fixed {
  position: fixed;
  bottom: 0px;
  right: 50px;
  padding: 10px 15px 7px 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0px !important;
  z-index: 100000; }

/* line 326, _styles.scss */
.window_leadback {
  max-width: 500px;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 30px; }

/* line 337, _styles.scss */
.lightbox-background {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0px;
  top: 0px;
  z-index: 200000; }

/* line 348, _styles.scss */
.window_leadback_close {
  position: absolute;
  font-size: 25px;
  right: 20px;
  top: 20px;
  color: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-out; }

/* line 356, _styles.scss */
.window_leadback_close:hover {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

/* line 360, _styles.scss */
.window_leadback h4 {
  font-size: 20px;
  line-height: 24px;
  color: #222;
  margin: 0px 0px 10px;
  font-family: Roboto;
  text-align: center; }

/* line 368, _styles.scss */
.window_leadback p {
  margin: 20px 0px; }

/* line 371, _styles.scss */
.window_leadback button {
  padding: 13px 50px;
  margin: 20px 0px;
  font-size: 18px;
  left: 50%;
  transform: translate(-50%); }

/* line 380, _styles.scss */
#add_cart_button:hover {
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 4px 10px rgba(252, 128, 1, 0.9), 0px 3px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #E26B2B;
  border-right: 3px solid #E26B2B;
  color: white; }

/* line 386, _styles.scss */
#add_cart_button {
  border: none;
  text-decoration: none !important;
  background-color: #fd9a01;
  font-family: Roboto, sans-serif;
  border-radius: 50px;
  border-bottom: 3px solid #fc8001;
  border-right: 3px solid #fc8001;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 3px 10px rgba(252, 128, 1, 0.8), 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-out;
  position: relative;
  text-align: center; }

/* line 399, _styles.scss */
#cart_button {
  border-bottom: 3px solid #fc8001;
  border-right: 3px solid #fc8001;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 3px 10px rgba(252, 128, 1, 0.8), 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/* line 406, _styles.scss */
#cart_button:hover {
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 3px 10px rgba(252, 128, 1, 0.8), 0px 5px 10px rgba(0, 0, 0, 0.3);
  background-color: #ff8700; }

/* line 411, _styles.scss */
#quick_order_button {
  box-shadow: 0px 2px 5px rgba(252, 128, 1, 0.7), 1px 3px 5px rgba(0, 0, 0, 0.1); }

/* line 412, _styles.scss */
#quick_order_button:hover {
  box-shadow: 0px 2px 5px rgba(252, 128, 1, 0.8), 1px 3px 5px rgba(0, 0, 0, 0.3); }

/* line 414, _styles.scss */
#mlb2-1140980.ml-form-embedContainer .ml-form-embedWrapper.embedForm, #mlb2-1099528.ml-form-embedContainer .ml-form-embedWrapper {
  max-width: 1120px !important; }

/* line 416, _styles.scss */
#mlb2-1140980.ml-form-embedContainer .ml-form-embedWrapper {
  border-width: 0px;
  padding: 3% 9%;
  background: #d9fafd;
  background-image: url(https://static-ru.insales.ru/files/1/5662/9156126/original/background_form1.png);
  background-image: url(https://static-ru.insales.ru/files/1/5662/9156126/original/background_form1.png), linear-gradient(to right, #d9fafd, #ebf5ff);
  background-size: 90%, auto;
  background-position: center;
  background-repeat: no-repeat; }

/* line 428, _styles.scss */
#mlb2-1099528.ml-form-embedContainer .ml-form-embedWrapper {
  border-width: 0px;
  padding: 3% 20%;
  margin-bottom: 50px;
  background: #d9fafd;
  background-image: url(https://static-ru.insales.ru/files/1/8027/9174875/original/background_form2.png);
  background-image: url(https://static-ru.insales.ru/files/1/8027/9174875/original/background_form2.png), linear-gradient(to right, #d9fafd, #ebf5ff);
  background-size: 90%, auto;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1000px) {
  /* line 440, _styles.scss */
  #mlb2-1099528.ml-form-embedContainer .ml-form-embedWrapper {
    padding: 3% 5%; } }
/* line 443, _styles.scss */
#mlb2-1140980.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button, #mlb2-1140980 .ml-mobileButton-horizontal button, #mlb2-1099528.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button, #mlb2-1099528 .ml-mobileButton-horizontal button {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: #fd9a01 !important;
  color: white;
  border-radius: 50px;
  border-bottom: 3px solid #fc8001 !important;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4), 0px 5px 20px rgba(252, 128, 1, 0.8), 0px 5px 20px rgba(0, 0, 0, 0.1) !important;
  transition: 0.4s ease-out !important;
  position: relative;
  text-align: center; }

/* line 457, _styles.scss */
#mlb2-1140980.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover, #mlb2-1140980 .ml-mobileButton-horizontal button:hover, #mlb2-1099528.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover, #mlb2-1099528 .ml-mobileButton-horizontal button:hover {
  background-color: #ff6600 !important;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4), 0px 5px 20px rgba(252, 128, 1, 0.9), 0px 5px 20px rgba(0, 0, 0, 0.5) !important;
  border-bottom: 3px solid #bc4b00 !important;
  color: white; }

/* line 464, _styles.scss */
#mlb2-1099528.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-1099528.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  line-height: 1.3; }

/* line 466, _styles.scss */
ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p a, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p a {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: normal !important; }

/* line 471, _styles.scss */
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  width: 90% !important;
  margin-right: 10%; }

/* line 476, _styles.scss */
#feedback_content {
  resize: none; }

/* line 479, _styles.scss */
#feedback_commit {
  padding: 15px 25px;
  margin: 15px 0px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  background-color: #fd9a01;
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  border-radius: 50px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #fc8001;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4), 0px 5px 20px rgba(252, 128, 1, 0.8), 0px 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-out;
  cursor: pointer;
  position: relative;
  text-align: center; }

/* line 500, _styles.scss */
#feedback_commit:hover {
  background-color: #ff6600;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4), 0px 5px 20px rgba(252, 128, 1, 0.9), 0px 5px 20px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #bc4b00;
  color: white; }

/* line 506, _styles.scss */
#feedback_content, #feedback_from {
  margin: 15px 0px;
  border-radius: 20px;
  box-shadow: 0px 0px 18px 4px #aee1f7;
  border: none;
  padding: 15px; }

/* line 515, _styles.scss */
#product_actions_timer {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 5px 5px 0px;
  color: #22aae1;
  background-color: transparent;
  text-align: left;
  transform: translate(0, -7px); }

/* line 525, _styles.scss */
.product-info p.product-price {
  margin: 0px 0px 7px 0px !important; }

/* line 529, _styles.scss */
h1 > p {
  font-size: 18px; }

/* line 533, _styles.scss */
button[disabled] {
  background-color: silver;
  border-color: silver;
  box-shadow: none;
  cursor: not-allowed; }

/* line 539, _styles.scss */
button[disabled]:hover {
  background-color: silver;
  border-color: silver;
  box-shadow: none;
  cursor: not-allowed; }

/* line 546, _styles.scss */
label.error {
  color: red !important;
  font-family: Roboto !important;
  padding: 0 !important;
  font-size: 12px !important;
  transition: 0.3s ease !important; }

/* line 553, _styles.scss */
.quiz-body label.error {
  margin: 0 10% !important; }

/* line 556, _styles.scss */
#quick_order_validate {
  text-align: center;
  padding: 5px 0px;
  color: red !important;
  font-family: Roboto !important;
  transition: 0.3s ease !important; }

/* line 566, _styles.scss */
#product_added {
  display: none;
  padding: 10px 20px;
  font-family: Roboto;
  top: 170%;
  left: 50%;
  transform: translate(-50%);
  width: 250px;
  border-radius: 10px;
  color: white;
  background-color: #22aae1;
  position: absolute;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 14px; }

/* line 581, _styles.scss */
#product_added:before {
  display: block;
  position: absolute;
  content: "";
  top: -18px;
  right: 30px;
  width: 1px;
  height: 1px;
  border: 10px solid transparent;
  border-bottom: 10px solid #22aae1;
  border-right: 10px solid #22aae1; }

/* line 593, _styles.scss */
#product_added .fa-check-square {
  margin-right: 10px;
  margin-top: 7px;
  display: block;
  float: left;
  font-size: 25px; }

/* line 601, _styles.scss */
body.template-checkout .navigator-ul-left {
  justify-content: start; }

/* line 604, _styles.scss */
body.template-checkout .navigator-ul-left > li:nth-child(5) {
  position: absolute;
  right: 0px; }

/* line 610, _styles.scss */
#realizations_visitors {
  transform: translate(0px, -10px); }

/* line 614, _styles.scss */
.realizations_number {
  color: #999;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid silver;
  display: inline; }

/* line 621, _styles.scss */
.random_visitors {
  color: #999; }

/* line 627, _styles.scss */
#replace_header {
  padding-top: 17px;
  font-size: 25px;
  text-align: center;
  line-height: 1.3em;
  position: relative;
  opacity: 0; }

/* line 636, _styles.scss */
#top_arrow {
  display: none;
  font-size: 50px;
  position: fixed;
  left: 10px;
  bottom: 20%;
  color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 10px;
  background-color: transparent;
  transition: 0.3s ease-out;
  cursor: pointer;
  z-index: 10000; }

/* line 650, _styles.scss */
#top_arrow:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.2); }

/* line 657, _styles.scss */
.header-table .rewards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0; }

@media (max-width: 991px) {
  /* line 665, _styles.scss */
  .header-table .rewards {
    margin-top: 15px; } }
/* line 669, _styles.scss */
.rewards div {
  margin: 0 1px 2px 1px;
  position: relative; }

/* line 673, _styles.scss */
.reward_icon {
  border-radius: 50%;
  height: 38px;
  transition: 0.3s ease-out; }

/* line 678, _styles.scss */
.rewards div a {
  text-decoration: none;
  color: #474747; }

/* line 682, _styles.scss */
.rewards div a:hover {
  color: #999; }

/* line 685, _styles.scss */
.reward-description {
  z-index: 100;
  transition: 0.3s ease;
  left: -25px;
  top: 50px;
  width: 190px;
  padding: 5px 10px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  position: absolute;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 0);
  text-align: center; }

/* line 700, _styles.scss */
.reward-description:before {
  content: "";
  border: 9px solid transparent;
  border-bottom: 9px solid white;
  position: absolute;
  top: -15px;
  left: 35px;
  width: 0px;
  height: 0px; }

/* line 711, _styles.scss */
.rewards div:hover .reward-description {
  visibility: visible;
  opacity: 1;
  transform: translate(0, -5px); }

/*базовые стили*/
/* line 719, _styles.scss */
a {
  color: #22aae1;
  text-decoration: none; }

/* line 720, _styles.scss */
a:hover, a.active {
  color: #999; }

/* line 721, _styles.scss */
.link-alt {
  color: #222; }

/* line 722, _styles.scss */
.link-alt:hover {
  color: #999; }

/* line 723, _styles.scss */
.link-underline {
  text-decoration: underline; }

/* line 724, _styles.scss */
hr {
  display: none; }

/* line 725, _styles.scss */
strong {
  font-weight: 700; }

/* line 726, _styles.scss */
em {
  font-style: italic; }

/* line 727, _styles.scss */
.hr {
  height: 1px;
  background-color: #ddd;
  margin: 20px 0px;
  overflow: hidden; }

/* line 728, _styles.scss */
.hr-nomargin {
  margin: 0px; }

/*---*/
/*элементы форм*/
/* line 732, _styles.scss */
form, fieldset {
  display: block; }

/* line 733, _styles.scss */
input, button, textarea, select, .button {
  display: inline-block;
  outline: none;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  color: #474747;
  vertical-align: middle;
  transition: 0.2s;
  text-decoration: none !important; }

/* line 735, _styles.scss */
input[type='number'], input[type='search'], input[type='text'], input[type='email'], input[type='password'], input[type='tel'], textarea, select {
  border: 2px solid #E5E5E5;
  padding: 10px;
  width: 100%;
  border-radius: 3px; }

/* line 736, _styles.scss */
button, input[type='submit'], .button {
  border: none;
  background: #fd9a01;
  padding: 6px 15px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 30px; }

/* line 737, _styles.scss */
button:hover, input[type='submit']:hover, .button:hover {
  box-shadow: inset 0px 100px rgba(255, 255, 255, 0.2);
  color: #fff; }

/* line 739, _styles.scss */
input[type='number'], input[type='search'], input[type='text'], input[type='email'], input[type='password'], input[type='tel'], textarea, select, input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 5px; }

/* line 740, _styles.scss */
input[type='number'] {
  -moz-appearance: textfield; }

/* line 741, _styles.scss */
select {
  background: url(select-icon.png) right center no-repeat;
  padding-right: 42px; }

/* line 742, _styles.scss */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

/* line 744, _styles.scss */
input.input-medium {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 13px; }

/* line 745, _styles.scss */
.button-medium {
  font-size: 14px;
  line-height: 18px;
  padding: 9px 18px !important; }

/* line 746, _styles.scss */
.button-big {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 19px !important; }

/* line 747, _styles.scss */
.button-block {
  width: 100%; }

/* line 749, _styles.scss */
.button-grey {
  color: #111;
  background-color: #ccc; }

/* line 750, _styles.scss */
.button-grey:hover {
  color: #111; }

/* line 752, _styles.scss */
.button-empty {
  color: #999;
  border: 1px solid #ddd;
  padding: 5px 14px;
  background: transparent; }

/* line 753, _styles.scss */
.button-empty:hover {
  border-color: #22aae1;
  color: #22aae1; }

/* line 755, _styles.scss */
.button-bordered {
  position: relative;
  color: #fd9a01;
  border: 1px solid #fd9a01;
  background-color: transparent;
  padding: 6px 16px !important;
  overflow: hidden;
  border: none; }

/* line 756, _styles.scss */
.button-bordered:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border: 1px solid #fd9a01;
  border-radius: 30px; }

/* line 757, _styles.scss */
.button-bordered:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 0px;
  padding: 50% 0px;
  background: #fd9a01;
  opacity: 0.15;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.4s; }

/* line 758, _styles.scss */
.button-bordered:hover {
  opacity: 0.8;
  color: white; }

/* line 759, _styles.scss */
.button-bordered:hover:before {
  width: 100%;
  opacity: 1; }

/* line 760, _styles.scss */
.button-bordered.button-medium {
  padding: 9px 18px !important; }

/* line 761, _styles.scss */
.button-bordered.button-big {
  padding: 10px 19px !important; }

/* line 763, _styles.scss */
.button-extra {
  position: relative;
  border: 2px solid #22aae1;
  background: transparent;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 21px;
  border-radius: 30px;
  color: #22aae1;
  font-weight: 700;
  overflow: hidden;
  border: none; }

/* line 764, _styles.scss */
.button-extra:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border: 2px solid #22aae1;
  border-radius: 30px; }

/* line 765, _styles.scss */
.button-extra:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 0px;
  padding: 50% 0px;
  background: #22aae1;
  opacity: 0.15;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.4s; }

/* line 766, _styles.scss */
.button-extra:hover {
  opacity: 0.8;
  color: #fff; }

/* line 767, _styles.scss */
.button-extra:hover:before {
  width: 100%;
  opacity: 1; }

/* line 769, _styles.scss */
.input-error {
  border-color: #f30 !important;
  background: #ffe1da; }

/* line 771, _styles.scss */
.item-quantity button {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 36px;
  border: 1px solid #ddd;
  color: #999;
  text-align: center;
  transition: 0.2s;
  background: none;
  padding: 0px; }

/* line 772, _styles.scss */
.item-quantity button:hover {
  color: #000; }

/* line 773, _styles.scss */
.item-quantity button.item-quantity-minus {
  border-radius: 18px 0px 0px 18px; }

/* line 774, _styles.scss */
.item-quantity button.item-quantity-plus {
  border-radius: 0px 18px 18px 0px; }

/* line 775, _styles.scss */
.item-quantity .cart-item-quantity-input {
  border: 1px solid #ddd;
  padding: 8px 5px;
  height: 36px; }

/* line 777, _styles.scss */
span.required {
  color: #f30;
  font-weight: 700; }

/*---*/
/*Основная разметка*/
/* line 783, _styles.scss */
body {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', Arial, sans-serif;
  color: #474747;
  background: #fff; }

/* line 784, _styles.scss */
.body {
  width: 100%;
  border-top: 3px solid #22aae1;
  background: #fff;
  background-size: cover;
  overflow: hidden; }

/* line 785, _styles.scss */
.body > .container {
  box-shadow: none;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px; }

/* line 786, _styles.scss */
.footer > .container {
  padding-left: 20px;
  padding-right: 20px; }

/* line 787, _styles.scss */
.page {
  width: 992px;
  margin: 0px auto; }

/* line 788, _styles.scss */
.minwidth {
  position: relative;
  z-index: 4;
  padding: 0px 20px 20px; }

/* line 789, _styles.scss */
.sidebar {
  position: relative;
  z-index: 2; }

/* line 790, _styles.scss */
.content {
  position: relative;
  z-index: 1; }

/* line 791, _styles.scss */
.body > .container > .footer {
  margin: 0px -20px; }

/* line 792, _styles.scss */
.body > .container > .footer > .container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

/* line 794, _styles.scss */
.video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%); }

/* line 795, _styles.scss */
.video-background-image {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -101;
  background: center top no-repeat;
  background-size: cover; }

/*---*/
/*Шапка*/
/* line 799, _styles.scss */
.top {
  position: relative;
  z-index: 8;
  height: 33px; }

/* line 801, _styles.scss */
.header {
  position: relative;
  z-index: 7; }

/* line 803, _styles.scss */
.menu {
  height: 36px;
  padding-right: 300px;
  line-height: 36px; }

/* line 804, _styles.scss */
.menu-hidden {
  overflow: hidden; }

/* line 805, _styles.scss */
.menu li {
  float: left;
  margin-right: 20px; }

/* line 806, _styles.scss */
.menu li .item {
  color: #474747; }

/* line 807, _styles.scss */
.menu li .item:hover {
  color: #999; }

/* line 808, _styles.scss */
.menu li .item.active {
  font-weight: 700; }

/* line 809, _styles.scss */
.menu .menu-more {
  cursor: pointer;
  position: relative;
  border-bottom: 1px dotted currentColor; }

/* line 810, _styles.scss */
.menu .menu-more i {
  position: absolute;
  top: -9px;
  right: -15px;
  font-size: 18px;
  transform: rotate(0deg);
  transition: 0.2s; }

/* line 811, _styles.scss */
.menu .menu-more:hover {
  color: #999; }

/* line 812, _styles.scss */
.menu .menu-item-more {
  position: relative; }

/* line 813, _styles.scss */
.menu .menu-sub {
  position: absolute;
  left: 0px;
  top: 37px;
  padding-top: 10px;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  white-space: nowrap; }

/* line 814, _styles.scss */
.menu .menu-sub li {
  float: none;
  margin: 10px 0px; }

/* line 815, _styles.scss */
.menu .menu-sub-content {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); }

/* line 816, _styles.scss */
.menu .menu-sub-content:before, .menu .menu-sub-content:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* line 817, _styles.scss */
.menu .menu-sub-content:before {
  z-index: 2;
  border-bottom: 8px solid #fff; }

/* line 818, _styles.scss */
.menu .menu-sub-content:after {
  z-index: 1;
  margin-top: -1px;
  border-bottom: 8px solid #ddd; }

/* line 819, _styles.scss */
.menu .menu-item-more:hover .menu-sub {
  top: 27px;
  opacity: 1;
  visibility: visible; }

/* line 820, _styles.scss */
.menu .menu-item-more:hover .menu-more {
  color: #999; }

/* line 821, _styles.scss */
.menu .menu-item-more:hover .menu-more i {
  transform: rotate(90deg); }

/* line 823, _styles.scss */
.search {
  position: relative;
  width: 280px; }

/* line 824, _styles.scss */
.search input {
  padding-right: 19px; }

/* line 825, _styles.scss */
.search button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  padding: 6px 0px;
  width: 30px;
  background: none;
  color: #999; }

/* line 826, _styles.scss */
.search:hover button {
  color: #222; }

/* line 827, _styles.scss */
.search .search-variants {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%; }

/* line 829, _styles.scss */
.header-table {
  position: relative;
  z-index: 3;
  padding: 15px 0px; }

/* line 830, _styles.scss */
.header-table table {
  width: 100%; }

/* line 831, _styles.scss */
.header-table td {
  vertical-align: bottom; }

/* line 832, _styles.scss */
.header-table td.col1 {
  width: 1%;
  padding-bottom: 1px; }

/* line 833, _styles.scss */
.header-table td.col2 {
  width: auto; }

/* line 834, _styles.scss */
.header-table td.col2-bottom {
  padding-bottom: 2px;
  line-height: 17px; }

/* line 835, _styles.scss */
.header-table td.col3 {
  width: 1%; }

/* line 836, _styles.scss */
.col3 .geo-city {
  width: 100%;
  padding-right: 10px;
  margin-bottom: 16px;
  text-align: right;
  max-width: 100%; }

/* line 837, _styles.scss */
.col3 .geo-city a {
  color: #22aae1;
  border-bottom: 1px solid #22aae1; }

/* line 838, _styles.scss */
.col3 .geo-city a:hover {
  color: #0084b3; }

/* line 842, _styles.scss */
.logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
  height: auto;
  transition: 0.3s ease; }

/* line 843, _styles.scss */
.header .contacts {
  text-align: center;
  display: inline-block;
  margin: 0px auto;
  min-width: 270px;
  white-space: nowrap;
  padding: 0px 10px; }

/* line 844, _styles.scss */
.header .contacts .phone {
  font-size: 24px;
  line-height: 30px;
  color: #222;
  margin-bottom: 5px; }

/* line 845, _styles.scss */
.header .contacts .phone a {
  color: #222;
  text-decoration: none; }

/* line 846, _styles.scss */
.header .contacts .phone-time {
  margin: 3px 0px 0px;
  font-size: 13px;
  line-height: 12px;
  color: #999; }

/* line 847, _styles.scss */
.header .contacts .phone-text {
  letter-spacing: -0.5px;
  margin: 3px 0px 0px; }

/* line 848, _styles.scss */
.header .contacts .phone-text i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px; }

/* line 849, _styles.scss */
.header .contacts .phone-text span {
  border-bottom: 1px dotted currentColor; }

/* line 850, _styles.scss */
.header .header-info {
  width: 190px; }

/* line 851, _styles.scss */
.header .contacts .email_head a {
  font-size: 14px;
  color: #000; }

/* line 853, _styles.scss */
.header .contacts .email_head a:hover {
  border-bottom: 1px dotted #999;
  color: #999; }

/* line 857, _styles.scss */
.header-cart {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 280px; }

/* line 858, _styles.scss */
.header-cart > .button {
  width: 100%;
  border-radius: 0px 0px 2px 2px;
  padding-top: 6px;
  text-align: left; }

/* line 859, _styles.scss */
.header-cart > .button i {
  margin-right: 5px; }

/* line 861, _styles.scss */
.header-icons {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  height: 30px; }

/* line 862, _styles.scss */
.header-icons-item {
  float: left;
  margin-right: 5px; }

/* line 863, _styles.scss */
.header-icons-item > .button {
  border-radius: 2px; }

/* line 864, _styles.scss */
.header-icons-item i {
  margin-right: 5px; }

/* line 865, _styles.scss */
.header-icons-item > ul {
  margin: 0px 0px 0px 5px;
  line-height: 30px; }

/* line 866, _styles.scss */
.header-icons-item.menu-login a {
  color: #999;
  text-decoration: underline; }

/* line 868, _styles.scss */
.header-icons-item-popup {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  padding-top: 10px; }

/* line 869, _styles.scss */
.header-icons-item:hover .header-icons-item-popup {
  opacity: 1;
  visibility: visible;
  top: 30px; }

/* line 870, _styles.scss */
.header-icons-item-popup-content {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); }

/* line 871, _styles.scss */
.header-icons-item-popup-content .empty-text {
  padding: 10px 0px;
  text-align: center; }

/* line 872, _styles.scss */
.header-icons-item-popup-content:before, .header-icons-item-popup-content:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 17px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* line 873, _styles.scss */
.header-icons-item-popup-content:before {
  z-index: 2;
  border-bottom: 8px solid #fff; }

/* line 874, _styles.scss */
.header-icons-item-popup-content:after {
  z-index: 1;
  margin-top: -1px;
  border-bottom: 8px solid #ddd; }

/* line 875, _styles.scss */
.js-popup-compares.header-icons-item-popup-content:before, .js-popup-compares.header-icons-item-popup-content:after {
  left: 74px; }

/* line 876, _styles.scss */
.js-popup-cart.header-icons-item-popup-content:before, .js-popup-cart.header-icons-item-popup-content:after {
  left: auto;
  right: 17px; }

/* line 878, _styles.scss */
.header-cart .header-icons-item-popup {
  top: 43px; }

/* line 879, _styles.scss */
.header-cart:hover .header-icons-item-popup {
  opacity: 1;
  visibility: visible;
  top: 33px; }

/* line 881, _styles.scss */
.bar {
  position: fixed;
  z-index: 9;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #f0f0f0;
  color: #474747;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  transform: translate(0, 0);
  transition: 0.2s; }

/* line 882, _styles.scss */
.bar-up {
  transform: translate(0, -50px); }

/* line 883, _styles.scss */
.bar a {
  display: inline-block;
  vertical-align: middle;
  color: #474747;
  text-decoration: none;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center; }

/* line 884, _styles.scss */
.bar .pull-left {
  font-size: 16px; }

/* line 885, _styles.scss */
.bar .pull-right {
  font-size: 16px; }

/* line 886, _styles.scss */
.bar .pull-right a {
  padding: 0px 10px; }

/* line 887, _styles.scss */
.bar .pull-right i {
  margin-right: 7px; }

/* line 888, _styles.scss */
.bar .search {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  padding: 6px 10px 6px 0px; }

/* line 889, _styles.scss */
.bar .search input {
  background: transparent;
  border-style: none;
  box-shadow: none;
  color: #474747; }

/* line 890, _styles.scss */
.bar .search button {
  color: #474747 !important;
  top: 50%;
  margin-top: -15px;
  box-shadow: none !important;
  background: #f0f0f0; }

/* line 891, _styles.scss */
.bar .search-mobile {
  display: none; }

/* line 892, _styles.scss */
.bar .search-mobile span {
  padding: 4px 0px 4px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }

/* line 893, _styles.scss */
.bar .search-mobile .fa, .bar .search-mobile .ion {
  margin: 0px 2px; }

/* line 894, _styles.scss */
.bar .search-mobile .ion-ios-close-empty {
  display: none; }

/* line 895, _styles.scss */
.bar .search-mobile i {
  margin: 0px; }

/* line 896, _styles.scss */
.bar .search-mobile i.ion {
  font-size: 40px; }

/* line 898, _styles.scss */
.geo-city-header {
  position: relative; }

/* line 899, _styles.scss */
.minigeo {
  top: 100%;
  left: 0px;
  width: 360px;
  transform: translate(-50%, 12px); }

/* line 900, _styles.scss */
.minigeo.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 2px); }

/* line 901, _styles.scss */
.minigeo .header-icons-item-popup-content {
  padding: 20px; }

/* line 902, _styles.scss */
.minigeo .header-icons-item-popup-content:before, .minigeo .header-icons-item-popup-content:after {
  left: 50%;
  margin-left: -8px; }

/* line 903, _styles.scss */
.minigeo p {
  text-align: center;
  margin: 0px 0px 15px; }

/*---*/
/*корзинв в шапке*/
/* line 907, _styles.scss */
.mini-cart {
  font-size: 12px;
  line-height: 16px;
  overflow: auto;
  max-height: 274px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0px 15px 10px;
  margin: 15px -15px; }

/* line 908, _styles.scss */
.mini-cart-item {
  position: relative;
  margin: 10px 0px 0px;
  padding-top: 10px;
  border-top: 1px dotted #ddd; }

/* line 909, _styles.scss */
.mini-cart-item:first-child {
  margin: 0px;
  border-style: none; }

/* line 910, _styles.scss */
.mini-cart-image-container {
  float: left;
  width: 30%;
  height: 70px;
  line-height: 70px;
  text-align: center; }

/* line 911, _styles.scss */
.mini-cart-image-container img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%; }

/* line 912, _styles.scss */
.mini-cart-item-meta {
  float: right;
  width: 70%;
  padding: 0px 20px 0px 10px; }

/* line 913, _styles.scss */
.mini-cart-remove {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 26px;
  color: #999; }

/* line 914, _styles.scss */
.mini-cart-remove:hover {
  color: #f30; }

/* line 915, _styles.scss */
.mini-cart-submit {
  margin: 0px 0px 10px; }

/* line 916, _styles.scss */
.mini-cart-submit .button + .button {
  margin-left: 11px; }

/* line 919, _styles.scss */
.header-cart > .button-fixed {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s, color 0.2s, border 0.2s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  color: #b4b4b4;
  border: 1px solid rgba(180, 180, 180, 0.6);
  border-radius: 50%;
  text-align: center;
  padding: 11px 0px; }

/* line 920, _styles.scss */
.header-cart > .button-fixed:hover {
  color: #969696;
  border: 1px solid rgba(150, 150, 150, 0.6); }

/* line 922, _styles.scss */
.header-cart-fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px; }

/* line 923, _styles.scss */
.header-cart-fixed > .button {
  display: none; }

/* line 924, _styles.scss */
.header-cart-fixed > .button-fixed {
  opacity: 1;
  visibility: visible;
  top: 20px;
  transition: opacity 0.4s, color 0.2s, border 0.2s; }

/* line 925, _styles.scss */
.header-cart-fixed > .button-fixed i {
  font-size: 20px; }

/* line 926, _styles.scss */
.header-cart-fixed > .button-fixed span {
  display: block; }

/* line 927, _styles.scss */
.header-cart-fixed .header-icons-item-popup {
  width: 280px;
  left: auto;
  right: 0px;
  margin-top: 47px; }

/* line 928, _styles.scss */
.header-cart-fixed .js-popup-cart.header-icons-item-popup-content:before, .header-cart-fixed .js-popup-cart.header-icons-item-popup-content:after {
  right: 22px; }

/*---*/
/* line 931, _styles.scss */
.co-checkout-block #delivery_address:first-child {
  display: none !important; }

/*слайды*/
/* line 936, _styles.scss */
.slider {
  margin: 0px 0px 20px; }

/* line 937, _styles.scss */
#slider .owl-prev, #slider .owl-next {
  position: absolute;
  top: 50%;
  font-size: 50px;
  height: 50px;
  margin-top: -25px;
  width: 40px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transform: scale(0.85); }

/* line 938, _styles.scss */
#slider:hover .owl-prev, #slider:hover .owl-next {
  opacity: 1;
  visibility: visible; }

/* line 939, _styles.scss */
#slider {
  margin: 20px 0px 0px; }

/* line 940, _styles.scss */
#slider .owl-prev {
  left: 0px; }

/* line 941, _styles.scss */
#slider .owl-prev:hover {
  transform: scale(1); }

/* line 942, _styles.scss */
#slider .owl-next {
  right: 0px; }

/* line 943, _styles.scss */
#slider .owl-next:hover {
  transform: scale(1); }

/* line 944, _styles.scss */
#slider .owl-dots {
  margin-top: 10px;
  text-align: center; }

/* line 945, _styles.scss */
#slider .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #ddd;
  margin: 0px 5px;
  border-radius: 50%;
  transition: 0.4s;
  transform: scale(0.85); }

/* line 946, _styles.scss */
#slider .owl-dot.active {
  background: #313131;
  transform: scale(1); }

/* line 947, _styles.scss */
#slider .disabled {
  display: none; }

/* line 949, _styles.scss */
.banners .item {
  margin-top: 20px;
  overflow: hidden; }

/* line 950, _styles.scss */
.banners .js-banner-item {
  max-height: 186.805px; }

/* line 951, _styles.scss */
.banners img {
  display: block;
  max-width: 100%;
  height: auto; }

/*---*/
/*преимущества*/
/* line 955, _styles.scss */
.benefits {
  position: relative;
  z-index: 5;
  margin: 20px 0px 10px;
  font-size: 16px;
  line-height: 18px; }

/* line 956, _styles.scss */
.benefits span {
  font-weight: 700; }

/* line 957, _styles.scss */
.benefits table {
  width: 100%; }

/* line 958, _styles.scss */
.benefits table th {
  width: 1%;
  white-space: nowrap;
  text-align: left;
  font-weight: normal; }

/* line 959, _styles.scss */
.benefits i {
  position: relative;
  display: block;
  line-height: 48px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  text-align: center; }

/* line 960, _styles.scss */
.benefits i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  border: 2px solid #22aae1;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: 0.2s; }

/* line 961, _styles.scss */
.benefits i img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto; }

/* line 962, _styles.scss */
.benefits .row i {
  margin: 5px 10px 5px 0px; }

/* line 963, _styles.scss */
.benefit {
  position: relative;
  z-index: 1; }

/* line 964, _styles.scss */
.benefit-description {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  max-width: 300px;
  opacity: 0;
  visibility: hidden;
  padding-top: 15px;
  white-space: normal;
  font-size: 14px;
  line-height: 18px;
  transition: 0.2s; }

/* line 965, _styles.scss */
.benefit-data {
  position: relative;
  top: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  transition: 0.2s; }

/* line 966, _styles.scss */
.benefit-data:before, .benefit-data:after {
  content: '';
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* line 967, _styles.scss */
.benefit-data:before {
  z-index: 2;
  border-bottom: 8px solid #fff; }

/* line 968, _styles.scss */
.benefit-data:after {
  z-index: 1;
  margin-top: -1px;
  border-bottom: 8px solid #ddd; }

/* line 969, _styles.scss */
.benefit-data p {
  margin: 5px 0px; }

/* line 970, _styles.scss */
.benefit.active {
  z-index: 2; }

/* line 971, _styles.scss */
.benefit.active table {
  color: #22aae1; }

/* line 972, _styles.scss */
.benefit.active i:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1; }

/* line 973, _styles.scss */
.benefit.active .benefit-description {
  opacity: 1;
  visibility: visible; }

/* line 974, _styles.scss */
.benefit.active .benefit-data {
  top: 0px; }

@media screen and (min-width: 768px) {
  /* line 977, _styles.scss */
  .benefit-alt .benefit-description {
    left: auto;
    right: 100%;
    top: 50%;
    width: 300px;
    padding: 0px 15px 0px 0px;
    transform: translate(0, -50%); }

  /* line 978, _styles.scss */
  .benefit-alt .benefit-data {
    top: 0px;
    right: 10px; }

  /* line 979, _styles.scss */
  .benefit-alt .benefit-data:before, .benefit-alt .benefit-data:after {
    left: auto;
    top: 50%;
    right: -8px;
    border: none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translate(0, -50%); }

  /* line 980, _styles.scss */
  .benefit-alt .benefit-data:before {
    z-index: 2;
    border-left: 8px solid #fff; }

  /* line 981, _styles.scss */
  .benefit-alt .benefit-data:after {
    z-index: 1;
    margin-top: 0px;
    margin-right: -1px;
    border-left: 8px solid #ddd; }

  /* line 982, _styles.scss */
  .benefit-alt.active .benefit-data {
    right: 0px; } }
/* line 985, _styles.scss */
.benefits-inner .title {
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0px;
  color: #222; }

/* line 986, _styles.scss */
.benefits-inner .item {
  margin: 20px 0px; }

/* line 987, _styles.scss */
.benefits-inner table {
  font-size: 14px;
  line-height: 18px; }

/*---*/
/* line 990, _styles.scss */
.stickytop {
  position: fixed !important;
  top: 0px !important;
  left: 50%;
  transform: translate(-50%);
  max-width: 1160px;
  width: 100% !important;
  z-index: 1000; }

/*навигация по каталогу*/
/* line 1001, _styles.scss */
.navigator {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
  background-color: #22aae1;
  width: 100%; }

/* line 1002, _styles.scss */
.navigator:before {
  content: "";
  display: inline-block;
  background-color: #22aae1;
  width: 100%;
  height: 50px;
  position: absolute;
  -ms-right: 100%;
  right: 100%;
  -ms-top: 0px;
  top: 0px; }

/* line 1014, _styles.scss */
.navigator:after {
  content: "";
  display: inline-block;
  background-color: #22aae1;
  width: 100%;
  height: 50px;
  position: absolute;
  -ms-left: 100%;
  left: 100%;
  top: 0px; }

/* line 1026, _styles.scss */
.navigator ul {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap; }

/* line 1027, _styles.scss */
.navigator ul.navigator-ul-center {
  justify-content: center;
  text-align: center; }

/* line 1028, _styles.scss */
.navigator-vertical ul.navigator-ul-center {
  justify-content: start;
  text-align: left; }

/* line 1029, _styles.scss */
.navigator li {
  float: left; }

/* line 1030, _styles.scss */
.navigator li > a {
  display: block;
  padding: 0px 18px 0px;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  transition: 0.2s;
  color: #fff; }

/* line 1031, _styles.scss */
.navigator li > .item-collection {
  position: relative;
  white-space: nowrap; }

/*.navigator li .item-collection--all {color: $color-primary;}*/
/* line 1033, _styles.scss */
.navigator li > .item-collection > .item-icon {
  display: none; }

/* line 1034, _styles.scss */
.navigator li > a.active, .navigator li:hover > a {
  background-color: #0084b3;
  color: #fff; }

/* line 1035, _styles.scss */
.navigator li:hover > .item-collection {
  z-index: 3; }

/* line 1036, _styles.scss */
.navigator .fa {
  margin-right: 5px; }

/* line 1037, _styles.scss */
.navigator .item-nashe-proizvodstvo {
  background: #0084b3 !important; }

@media (max-width: 1200px) {
  /* line 1040, _styles.scss */
  .mobile-hidden {
    display: none !important; } }
/* line 1053, _styles.scss */
.navigator li > .item-blogs-actions .item-icon,
.navigator li > .item-blogs-news .item-icon,
.navigator li > .item-blogs-smi .item-icon,
.navigator li > .item-blogs-works .item-icon,
.navigator li > .item-blogs-webinar .item-icon,
.navigator li > .item-bestsellers .item-icon,
.navigator li > .item-new .item-icon,
.navigator li > .item-sale .item-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 0; }
/* line 1054, _styles.scss */
.navigator li > .item-blogs-actions .item-icon:before, .navigator li > .item-blogs-actions .item-icon:after,
.navigator li > .item-blogs-news .item-icon:before,
.navigator li > .item-blogs-news .item-icon:after,
.navigator li > .item-blogs-smi .item-icon:before,
.navigator li > .item-blogs-smi .item-icon:after,
.navigator li > .item-blogs-works .item-icon:before,
.navigator li > .item-blogs-works .item-icon:after,
.navigator li > .item-blogs-webinar .item-icon:before,
.navigator li > .item-blogs-webinar .item-icon:after,
.navigator li > .item-bestsellers .item-icon:before,
.navigator li > .item-bestsellers .item-icon:after,
.navigator li > .item-new .item-icon:before,
.navigator li > .item-new .item-icon:after,
.navigator li > .item-sale .item-icon:before,
.navigator li > .item-sale .item-icon:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  background: center no-repeat;
  background-size: 30px; }
/* line 1055, _styles.scss */
.navigator li > .item-blogs-actions .item-icon:after,
.navigator li > .item-blogs-news .item-icon:after,
.navigator li > .item-blogs-smi .item-icon:after,
.navigator li > .item-blogs-works .item-icon:after,
.navigator li > .item-blogs-webinar .item-icon:after,
.navigator li > .item-bestsellers .item-icon:after,
.navigator li > .item-new .item-icon:after,
.navigator li > .item-sale .item-icon:after {
  display: none; }

/* line 1057, _styles.scss */
.navigator li > .item-blogs-actions > .item-icon:before {
  background-image: url(https://static-ru.insales.ru/files/1/1254/9233638/original/icon_new_action.png); }

/* line 1058, _styles.scss */
.navigator li > .item-blogs-actions > .item-icon:after {
  background-image: url(icon-actions-dark.png); }

/* line 1059, _styles.scss */
.navigator li > .item-blogs-news > .item-icon:before {
  background-image: url(https://static.insales-cdn.com/files/1/7769/21347929/original/pngegg__6_.png); }

/* line 1060, _styles.scss */
.navigator li > .item-blogs-webinar > .item-icon:before {
  background-image: url(https://static-sl.insales.ru/files/1/6547/14809491/original/Вебинар1.png); }

/* line 1061, _styles.scss */
.navigator li > .item-blogs-smi > .item-icon:before {
  background-image: url(https://static-sl.insales.ru/files/1/4090/14643194/original/Сми_30х30.png); }

/* line 1062, _styles.scss */
.navigator li > .item-blogs-works > .item-icon:before {
  background-image: url(https://static-sl.insales.ru/files/1/4409/14848313/original/Наши_работы.png); }

/* line 1063, _styles.scss */
.navigator li > .item-bestsellers > .item-icon:before {
  background-image: url(https://static-ru.insales.ru/files/1/1253/9233637/original/icon_new_popular.png); }

/* line 1064, _styles.scss */
.navigator li > .item-bestsellers > .item-icon:after {
  background-image: url(icon-bestsellers-dark.png); }

/* line 1065, _styles.scss */
.navigator li > .item-new > .item-icon:before {
  background-image: url(https://static-ru.insales.ru/files/1/1255/9233639/original/icon_new_new.png); }

/* line 1066, _styles.scss */
.navigator li > .item-new > .item-icon:after {
  background-image: url(icon-new-dark.png); }

/* line 1067, _styles.scss */
.navigator li > .item-sale > .item-icon:before {
  background-image: url(https://static-eu.insales.ru/files/1/1252/9233636/original/icon_new_sales.png); }

/* line 1068, _styles.scss */
.navigator li > .item-sale > .item-icon:after {
  background-image: url(icon-sale-dark.png); }

/* line 1070, _styles.scss */
.navigator li .sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0px;
  width: 100%;
  transition: 0.4s;
  border: 2px solid #22aae1;
  padding: 0px 20px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  max-height: 0px;
  overflow: hidden; }

/* line 1071, _styles.scss */
.navigator li .sub-data {
  position: relative;
  margin: 0px -10px;
  padding: 0px 10px; }

/* line 1072, _styles.scss */
.navigator li .sub-data:before {
  content: '';
  position: absolute;
  top: 20px;
  width: 1px;
  height: calc(100% - 40px);
  background: #ddd;
  margin-left: 10px; }

/* line 1073, _styles.scss */
.navigator li .sub-data-1:before {
  left: 25%; }

/* line 1074, _styles.scss */
.navigator li .sub-data-2:before {
  left: 50%; }

/* line 1075, _styles.scss */
.navigator li .sub-data-3:before {
  left: 75%; }

/* line 1076, _styles.scss */
.navigator li .sub-data-4:before {
  display: none; }

/* line 1077, _styles.scss */
.navigator li:hover {
  z-index: 2; }

/* line 1078, _styles.scss */
.navigator li:hover .sub {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  max-height: 550px;
  overflow: visible; }

/* line 1079, _styles.scss */
.navigator li .sub-collections {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0px; }

/* line 1080, _styles.scss */
.navigator li .sub-collections .sub-item {
  display: block;
  padding: 8px 0px; }

/* line 1081, _styles.scss */
.navigator li .sub-collections .sub-item-title {
  font-size: 14px;
  text-transform: uppercase; }

/* line 1082, _styles.scss */
.navigator li .sub-collections .sub-item-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin: 15px 0px 0px;
  background: #ddd; }

/* line 1083, _styles.scss */
.navigator li .sub-collections .sub-item-title-hidden {
  opacity: 0;
  visibility: hidden; }

/* line 1084, _styles.scss */
.navigator li .sub-collections .sub-item-title a.active {
  font-weight: 700; }

/* line 1085, _styles.scss */
.navigator li .sub-collections a {
  color: #222; }

/* line 1086, _styles.scss */
.navigator li .sub-collections a.last {
  border-bottom-style: none; }

/* line 1087, _styles.scss */
.navigator li .sub-collections a:hover, .navigator li .sub-collections a.active {
  color: #22aae1; }

/* line 1088, _styles.scss */
.navigator li .sub-products .product {
  margin: 20px 0px 20px 20px; }

/* line 1089, _styles.scss */
.navigator li .sub-products .product-bages {
  left: 0px !important;
  display: none; }

/* line 1090, _styles.scss */
.navigator li .sub-products .product-thumb-block {
  padding-top: 90% !important; }

/* line 1091, _styles.scss */
.navigator li .sub-products .product-title {
  font-size: 14px !important; }

/* line 1092, _styles.scss */
.navigator li .sub-products .product-price {
  margin: 2px 0px 0px !important; }

/* line 1094, _styles.scss */
.navigator li .sub-collections-top {
  padding: 13px 0px 0px; }

/* line 1095, _styles.scss */
.navigator li .sub-collections-top .sub-item {
  padding: 8px 0px 0px; }

/* line 1096, _styles.scss */
.navigator li .sub-collections-top .sub-item-title-products:after {
  margin: 15px auto 0px; }

/* line 1098, _styles.scss */
.navigator-compact li {
  position: relative; }

/* line 1099, _styles.scss */
.navigator-compact li:hover .sub {
  max-height: none; }

/* line 1100, _styles.scss */
.navigator-compact li .sub {
  width: 250px;
  border: 2px solid #22aae1;
  padding: 0px 15px;
  overflow: visible; }

/* line 1101, _styles.scss */
.navigator-compact li .sub-item {
  position: relative;
  display: block;
  padding: 0px; }

/* line 1102, _styles.scss */
.navigator-compact li .sub-item + .sub-item {
  border-top: 1px dotted #ddd; }

/* line 1103, _styles.scss */
.navigator-compact li .sub-item a {
  display: block;
  color: #222;
  padding: 10px 0px; }

/* line 1104, _styles.scss */
.navigator-compact li .sub-item a:hover, .navigator-compact li .sub-item a.active {
  color: #22aae1; }

/* line 1106, _styles.scss */
.navigator-compact li .sub-item .sub-item-withsub span {
  position: relative;
  z-index: 5;
  padding-right: 20px; }

/* line 1107, _styles.scss */
.navigator-compact li .sub-item .sub-item-withsub span:before {
  content: '\f3d3';
  position: absolute;
  top: 50%;
  right: 0px;
  font-family: "Ionicons";
  font-weight: normal;
  font-size: 20px;
  margin-top: -10px;
  transition: 0.2s;
  transform: rotate(0deg); }

/* line 1108, _styles.scss */
.navigator-compact li .sub-item .sub-item-withsub span i {
  position: absolute;
  top: 29px;
  left: 9px;
  width: 16px;
  height: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s; }

/* line 1109, _styles.scss */
.navigator-compact li .sub-item .sub-item-withsub span i:after, .navigator-compact li .sub-item .sub-item-withsub span i:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* line 1110, _styles.scss */
.navigator-compact li .sub-item .sub-item-withsub span i:before {
  z-index: 2;
  border-bottom: 8px solid #fff; }

/* line 1111, _styles.scss */
.navigator-compact li .sub-item .sub-item-withsub span i:after {
  z-index: 1;
  margin-top: -1px;
  border-bottom: 8px solid #ddd; }

/* line 1112, _styles.scss */
.navigator-compact li .sub-item .sub {
  visibility: hidden;
  opacity: 0;
  left: 15px;
  top: 100%;
  transition: 0.2s;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 209px;
  transform: translate(0, 6px); }

/* line 1113, _styles.scss */
.navigator-compact li .sub-item:hover {
  z-index: 7; }

/* line 1114, _styles.scss */
.navigator-compact li .sub-item:hover .sub-item-withsub {
  color: #22aae1; }

/* line 1115, _styles.scss */
.navigator-compact li .sub-item:hover .sub-item-withsub span:before {
  transform: rotate(90deg); }

/* line 1116, _styles.scss */
.navigator-compact li .sub-item:hover .sub-item-withsub span i {
  visibility: visible;
  opacity: 1;
  top: 19px; }

/* line 1117, _styles.scss */
.navigator-compact li .sub-item:hover .sub-item-inner {
  visibility: visible; }

/* line 1118, _styles.scss */
.navigator-compact li .sub-item:hover .sub {
  visibility: visible;
  opacity: 1;
  transform: translate(0, -4px); }

/* line 1120, _styles.scss */
.navigator-extended li .sub .sub {
  width: 250px;
  border: 2px solid #22aae1;
  padding: 10px 15px;
  overflow: visible; }

/* line 1121, _styles.scss */
.navigator-extended li .sub-item {
  position: relative; }

/* line 1123, _styles.scss */
.navigator-extended li .sub-item .sub-item-withsub span {
  position: relative;
  z-index: 5;
  padding-right: 20px; }

/* line 1124, _styles.scss */
.navigator-extended li .sub-item .sub-item-withsub span:before {
  content: '\f3d3';
  position: absolute;
  top: 50%;
  right: 0px;
  font-family: "Ionicons";
  font-weight: normal;
  font-size: 20px;
  margin-top: -10px;
  transition: 0.2s;
  transform: rotate(0deg); }

/* line 1125, _styles.scss */
.navigator-extended li .sub-item .sub-item-withsub span i {
  position: absolute;
  top: 29px;
  left: 9px;
  width: 16px;
  height: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s; }

/* line 1126, _styles.scss */
.navigator-extended li .sub-item .sub-item-withsub span i:after, .navigator-extended li .sub-item .sub-item-withsub span i:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* line 1127, _styles.scss */
.navigator-extended li .sub-item .sub-item-withsub span i:before {
  z-index: 2;
  border-bottom: 8px solid #fff; }

/* line 1128, _styles.scss */
.navigator-extended li .sub-item .sub-item-withsub span i:after {
  z-index: 1;
  margin-top: -1px;
  border-bottom: 8px solid #ddd; }

/* line 1129, _styles.scss */
.navigator-extended li .sub-item .sub-item-inner {
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden; }

/* line 1130, _styles.scss */
.navigator-extended li .sub-item .sub {
  visibility: hidden;
  opacity: 0;
  left: 26px;
  top: 10px;
  transition: 0.2s;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 240px; }

/* line 1131, _styles.scss */
.navigator-extended li .sub-item:hover {
  z-index: 7; }

/* line 1132, _styles.scss */
.navigator-extended li .sub-item:hover .sub-item-withsub {
  color: #22aae1; }

/* line 1133, _styles.scss */
.navigator-extended li .sub-item:hover .sub-item-withsub span:before {
  transform: rotate(90deg); }

/* line 1134, _styles.scss */
.navigator-extended li .sub-item:hover .sub-item-withsub span i {
  visibility: visible;
  opacity: 1;
  top: 19px; }

/* line 1135, _styles.scss */
.navigator-extended li .sub-item:hover .sub-item-inner {
  visibility: visible; }

/* line 1136, _styles.scss */
.navigator-extended li .sub-item:hover .sub {
  visibility: visible;
  opacity: 1;
  top: 0px; }

/*.navigator-light li > .item-collection > .item-icon:before {opacity: 0; visibility: hidden; transition: 0.2s;}
.navigator-light li > .item-collection > .item-icon:after {display: block; position: absolute; left: 0px; top: 0px; opacity: 1; visibility: visible; transition: 0.2s;}
.navigator-light li > .item-collections > .item-icon:before {opacity: 0; visibility: hidden; transition: 0.2s;}
.navigator-light li > .item-collections > .item-icon:after {display: block; position: absolute; left: 0px; top: 0px; opacity: 1; visibility: visible; transition: 0.2s;}
.navigator li > a.active > .item-icon:before, .navigator li:hover > a > .item-icon:before {opacity: 1; visibility: visible;}
.navigator li > a.active > .item-icon:after, .navigator li:hover > a > .item-icon:after {opacity: 0; visibility: hidden;}*/
/* line 1145, _styles.scss */
.navigator-vertical {
  height: 50px; }

/* line 1150, _styles.scss */
.navigator-li-collections {
  position: relative;
  flex: 0 0 auto;
  flex-basis: 20%;
  text-align: center; }
  /* line 1155, _styles.scss */
  .navigator-li-collections > a {
    padding: 0px 20px !important;
    text-transform: uppercase;
    font-weight: 700;
    background: #22aae1;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    color: #fff !important; }
    /* line 1164, _styles.scss */
    .navigator-li-collections > a span {
      display: inline-block;
      position: relative;
      padding-left: 30px; }
    /* line 1169, _styles.scss */
    .navigator-li-collections > a .hamburger {
      position: absolute;
      left: 0px;
      top: 50%;
      margin-top: -2px; }
    /* line 1175, _styles.scss */
    .navigator-li-collections > a .i-menu {
      opacity: 1;
      transform: scale(1); }
    /* line 1179, _styles.scss */
    .navigator-li-collections > a .i-close {
      opacity: 0;
      top: -10px;
      transform: scale(0.5); }
/* line 1186, _styles.scss */
.navigator-li-sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 100%;
  width: 100%;
  background: #fff;
  border: 2px solid #22aae1;
  padding: 8px 20px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  max-height: 0px;
  text-align: left;
  transition: 0.4s; }
  /* line 1201, _styles.scss */
  .navigator-li-sub:before {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0px;
    right: 0px;
    background: #fff;
    width: 10px;
    height: 100%; }
  /* line 1211, _styles.scss */
  .navigator-li-sub-item {
    /*border-top: 1px solid #eee;
    &:first-child {
    	border-top: none;
    }*/ }
    /* line 1216, _styles.scss */
    .navigator-li-sub-item > a {
      position: relative;
      color: #222;
      padding: 7px 20px 7px 0px;
      display: block; }
      /* line 1221, _styles.scss */
      .navigator-li-sub-item > a:hover, .navigator-li-sub-item > a.active, .navigator-li-sub-item > a.is-active {
        color: #22aae1; }
      /* line 1224, _styles.scss */
      .navigator-li-sub-item > a .ion-ios-arrow-right {
        position: absolute;
        top: 50%;
        right: 0px;
        font-size: 18px;
        margin-top: -10px; }
  /* line 1233, _styles.scss */
  .navigator-li-sub-sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: 100%;
    width: 898px;
    border: 2px solid #22aae1;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    min-height: calc(100% + 4px);
    transition: 0.4s; }
    /* line 1245, _styles.scss */
    .navigator-li-sub-sub-data {
      padding: 0px 20px 20px; }
    /* line 1248, _styles.scss */
    .navigator-li-sub-sub.is-open {
      visibility: visible;
      opacity: 1; }
    /* line 1252, _styles.scss */
    .navigator-li-sub-sub a {
      color: #222; }
      /* line 1254, _styles.scss */
      .navigator-li-sub-sub a:hover, .navigator-li-sub-sub a.active, .navigator-li-sub-sub a.is-active {
        color: #22aae1; }
    /* line 1258, _styles.scss */
    .navigator-li-sub-sub .level-1 {
      margin: 15px 0px 0px; }
    /* line 1261, _styles.scss */
    .navigator-li-sub-sub .level-2 {
      margin: 10px 0px 0px 15px;
      font-size: 12px;
      line-height: 16px; }
/* line 1269, _styles.scss */
.navigator-li-collections:hover .navigator-li-sub {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  max-height: 1000px; }
/* line 1275, _styles.scss */
.navigator-li-collections:hover > a .i-menu {
  top: 10px !important;
  opacity: 0 !important;
  transform: scale(0.5) !important; }
/* line 1280, _styles.scss */
.navigator-li-collections:hover > a .i-close {
  top: 0px !important;
  opacity: 1 !important;
  transform: scale(1) !important; }
/* line 1286, _styles.scss */
.navigator-li-menu {
  /*text-align: center;*/
  flex: 1 0 auto;
  height: 50px;
  padding: 0px 15px; }
  /* line 1291, _styles.scss */
  .navigator-li-menu:hover a, .navigator-li-menu a {
    display: inline-block !important;
    background: none !important; }
    /* line 1294, _styles.scss */
    .navigator-li-menu:hover a.hidden, .navigator-li-menu a.hidden {
      display: none !important; }
  /* line 1298, _styles.scss */
  .navigator-li-menu a:hover, .navigator-li-menu a.active {
    background: rgba(255, 255, 255, 0.15) !important; }
  /* line 1301, _styles.scss */
  .navigator-li-menu a.active {
    font-weight: 700; }

/* line 1308, _styles.scss */
.navigator-ul-center .navigator-li-menu {
  text-align: center; }

/* line 1310, _styles.scss */
.navigator-vertical.navigator-light li > a.active, .navigator-vertical.navigator-light li:hover > a {
  color: #474747; }

/* line 1313, _styles.scss */
.navigator-vertical.navigator-light li > a.active > .item-icon:before, .navigator-vertical.navigator-light li:hover > a > .item-icon:before {
  opacity: 0;
  visibility: hidden; }

/* line 1314, _styles.scss */
.navigator-vertical.navigator-light li > a.active > .item-icon:after, .navigator-vertical.navigator-light li:hover > a > .item-icon:after {
  opacity: 1;
  visibility: visible; }

/* line 1315, _styles.scss */
.navigator-vertical.navigator-light .navigator-li-menu a:hover, .navigator-vertical.navigator-light .navigator-li-menu a.active {
  background: rgba(0, 0, 0, 0.15) !important; }

/* line 1316, _styles.scss */
.navigator-vertical .nav-item-more .nav-more-sub-content p a, .navigator-vertical.navigator-light .nav-item-more .nav-more-sub-content p a {
  background: none !important; }

/* line 1318, _styles.scss */
.nav-hidden {
  overflow: hidden; }

/* line 1319, _styles.scss */
.nav-item-more {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 5; }
  /* line 1324, _styles.scss */
  .nav-item-more .nav-more {
    display: block;
    cursor: pointer;
    padding: 0px 15px;
    width: 50px;
    text-align: center; }
    /* line 1330, _styles.scss */
    .nav-item-more .nav-more i {
      font-size: 30px;
      line-height: 50px;
      color: #fff; }
  /* line 1336, _styles.scss */
  .nav-item-more .nav-more-sub {
    position: absolute;
    top: 44px;
    right: 0px;
    padding-top: 10px;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    white-space: nowrap;
    text-align: left; }
    /* line 1347, _styles.scss */
    .nav-item-more .nav-more-sub-content {
      border: 1px solid #ddd;
      border-radius: 2px;
      padding: 5px 15px;
      background: #fff;
      box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); }
      /* line 1353, _styles.scss */
      .nav-item-more .nav-more-sub-content:before, .nav-item-more .nav-more-sub-content:after {
        content: '';
        position: absolute;
        top: 3px;
        right: 16px;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent; }
      /* line 1354, _styles.scss */
      .nav-item-more .nav-more-sub-content:before {
        z-index: 2;
        border-bottom: 8px solid #fff; }
      /* line 1355, _styles.scss */
      .nav-item-more .nav-more-sub-content:after {
        z-index: 1;
        margin-top: -1px;
        border-bottom: 8px solid #ddd; }
      /* line 1356, _styles.scss */
      .nav-item-more .nav-more-sub-content p {
        margin: 10px 0px;
        font-size: 14px;
        line-height: 18px; }
        /* line 1360, _styles.scss */
        .nav-item-more .nav-more-sub-content p a {
          color: #474747;
          background: none !important; }
          /* line 1363, _styles.scss */
          .nav-item-more .nav-more-sub-content p a:hover {
            color: #999; }
  /* line 1371, _styles.scss */
  .nav-item-more:hover .nav-more-sub {
    top: 34px;
    opacity: 1;
    visibility: visible; }

/* line 1378, _styles.scss */
.navigator-vertical.navigator-light .nav-item-more .nav-more i {
  color: #474747; }

/* line 1380, _styles.scss */
.hamburger {
  display: inline-block;
  width: 20px;
  transition: 0.4s; }
  /* line 1384, _styles.scss */
  .hamburger i {
    display: block;
    height: 2px;
    background: #fff;
    transition: 0.4s; }
  /* line 1390, _styles.scss */
  .hamburger:before, .hamburger:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: 0.4s; }
  /* line 1400, _styles.scss */
  .hamburger:before {
    top: -7px; }
  /* line 1403, _styles.scss */
  .hamburger:after {
    bottom: -7px; }

/* line 1408, _styles.scss */
.navigator-li-collections:hover .hamburger {
  transform: rotate(-90deg); }
  /* line 1410, _styles.scss */
  .navigator-li-collections:hover .hamburger i {
    opacity: 0;
    transform: translate(5px, 0px); }
  /* line 1414, _styles.scss */
  .navigator-li-collections:hover .hamburger:before {
    transform: translate(2px, 1px) rotate(-45deg);
    width: 18px; }
  /* line 1418, _styles.scss */
  .navigator-li-collections:hover .hamburger:after {
    transform: translate(2px, -1px) rotate(45deg);
    width: 18px; }

/* line 1425, _styles.scss */
.navigator-empty {
  height: 0px;
  overflow: hidden; }

/* line 1427, _styles.scss */
.window-obj-menu {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px !important; }

/* line 1428, _styles.scss */
.window-obj-menu .menu-item-more {
  display: none; }

/* line 1429, _styles.scss */
.window-obj-menu .menu-title {
  font-size: 20px;
  line-height: 24px;
  color: #222;
  margin: 10px 0px; }

/* line 1430, _styles.scss */
.window-obj-menu li {
  display: block !important;
  position: relative;
  margin: 10px 0px; }

/* line 1431, _styles.scss */
.window-obj-menu li img, .window-obj-menu li .item-icon {
  display: none; }

/* line 1432, _styles.scss */
.window-obj-menu a {
  color: #222; }

/* line 1433, _styles.scss */
.window-obj-menu a:hover {
  color: #999; }

/* line 1434, _styles.scss */
.window-obj-menu a.active {
  color: #22aae1;
  font-weight: 700; }

/* line 1435, _styles.scss */
.window-obj-menu .item-collection {
  padding-right: 30px;
  display: inline-block; }

/* line 1436, _styles.scss */
.window-obj-menu .sub-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer; }

/* line 1437, _styles.scss */
.window-obj-menu .sub {
  font-size: 14px;
  line-height: 18px;
  display: none;
  width: 100% !important; }

/* line 1438, _styles.scss */
.window-obj-menu .sub-data {
  margin: 0px;
  padding: 0px; }

/* line 1439, _styles.scss */
.window-obj-menu .sub-data:before {
  display: none; }

/* line 1440, _styles.scss */
.window-obj-menu .sub-open {
  display: block; }

/* line 1441, _styles.scss */
.window-obj-menu .sub-item {
  display: block;
  margin: 10px 0px 0px 20px; }

/* line 1442, _styles.scss */
.window-obj-menu ul + ul {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 3px solid #ddd; }

/* line 1443, _styles.scss */
.window-obj-menu .fa {
  margin-right: 5px; }

/* line 1444, _styles.scss */
.window-obj-menu .sub-item-inner .sub {
  display: block; }

/* line 1445, _styles.scss */
.window-type-menu .window-data .window-close {
  z-index: 5;
  color: #000; }

/* line 1447, _styles.scss */
.menu-geo {
  background: #eee;
  margin: -10px -20px 20px;
  padding: 10px 20px 10px;
  border: none !important;
  position: relative;
  z-index: 2; }

/* line 1448, _styles.scss */
.menu-geo .phone {
  color: #000;
  font-weight: 700; }

/* line 1449, _styles.scss */
.menu-geo .phone-text a {
  float: none !important;
  display: inline-block;
  margin: 3px 0px 0px; }

/* line 1450, _styles.scss */
.menu-geo .phone-text a span {
  border-bottom: 1px dotted currentColor;
  vertical-align: middle;
  font-size: 14px; }

/* line 1451, _styles.scss */
.menu-geo .phone-text a i {
  font-size: 20px;
  margin: 0px 8px 0px 0px;
  vertical-align: middle;
  width: 15px;
  text-align: center; }

/* line 1452, _styles.scss */
.menu-geo .geo-city-header {
  padding: 0px 0px 0px 20px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  width: 100%; }

/* line 1453, _styles.scss */
.menu-geo .geo-city-header:before {
  position: absolute;
  left: 0px;
  top: 1px;
  content: "\f0d1";
  font: normal normal normal 14px/1 FontAwesome; }

/*---*/
/*библиотека знаний*/
/* line 1457, _styles.scss */
.library {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  margin: -5px 0px 20px;
  text-align: center; }

/* line 1458, _styles.scss */
.library li {
  display: inline-block;
  margin: 20px 0px 0px; }

/* line 1459, _styles.scss */
.library li a {
  display: inline-block;
  color: #999;
  max-width: 200px; }

/* line 1460, _styles.scss */
.library li a i {
  position: relative;
  display: block;
  margin: 0px auto 10px;
  width: 120px;
  height: 120px; }

/* line 1461, _styles.scss */
.library li a i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #22aae1;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: 0.2s; }

/* line 1462, _styles.scss */
.library li a span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  margin: -45px 0px 0px -45px;
  background: center bottom no-repeat;
  background-size: contain;
  overflow: hidden; }

/* line 1463, _styles.scss */
.library li a:hover {
  color: #22aae1; }

/* line 1464, _styles.scss */
.library li a:hover i:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1; }

/*---*/
/*отзывы на главной*/
/* line 1468, _styles.scss */
.index-reviews {
  margin: 40px 0px 30px;
  padding: 20px;
  background: #eee; }

/* line 1469, _styles.scss */
.index-reviews .page-title {
  font-size: 30px;
  line-height: 34px;
  margin: 0px; }

/* line 1470, _styles.scss */
.index-review {
  margin: 20px 10px 0px; }

/* line 1471, _styles.scss */
.index-review-thumb {
  display: block;
  width: 100px;
  height: 100px;
  background: center no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin: 0px auto; }

/* line 1472, _styles.scss */
.index-review-title {
  font-size: 16px;
  line-height: 18px;
  color: #222;
  margin: 10px 0px;
  font-weight: 700; }

/* line 1473, _styles.scss */
.index-review-rating {
  margin: 10px 0px;
  color: #fdb700;
  font-size: 16px;
  line-height: 20px; }

/* line 1474, _styles.scss */
.index-review-rating .fa {
  margin: 0px 5px; }

/* line 1475, _styles.scss */
.index-review-rating .fa-color-grey {
  color: #999; }

/* line 1476, _styles.scss */
.index-review-content {
  color: #222;
  line-height: 20px; }

/* line 1477, _styles.scss */
.index-review-all {
  margin: 20px 0px 0px; }

/* line 1478, _styles.scss */
.index-review-all a + a {
  margin-left: 20px; }

/*---*/
/*вкладки на главной*/
/* line 1482, _styles.scss */
.collection-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0px; }

/* line 1483, _styles.scss */
.collection-tabs li {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 0px 15px; }

/* line 1484, _styles.scss */
.collection-tabs li a {
  display: inline-block;
  padding: 8px 0px;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  color: #222;
  transition: 0.2s; }

/* line 1485, _styles.scss */
.collection-tabs li a:hover {
  color: #999; }

/* line 1486, _styles.scss */
.collection-tabs li.active a {
  font-weight: 700;
  border-bottom-color: #22aae1;
  color: #22aae1 !important; }

/*---*/
/*блоки в левой колонке*/
/* line 1490, _styles.scss */
.block {
  position: relative;
  margin: 20px 0px;
  border: 1px solid #ddd;
  border-bottom-width: 3px;
  padding: 5px 15px;
  background: #fff; }

/* line 1491, _styles.scss */
.block-clear {
  margin: 20px 0px; }

/* line 1492, _styles.scss */
.block-title {
  color: #222;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 10px 0px; }

/* line 1494, _styles.scss */
.block-menu {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0px;
  padding-left: 20px; }

/* line 1495, _styles.scss */
.block-menu .block-menu {
  font-size: 13px;
  line-height: 16px; }

/* line 1496, _styles.scss */
.block-menu a {
  display: inline-block;
  color: #222; }

/* line 1497, _styles.scss */
.block-menu a:hover, .block-menu a.active {
  color: #22aae1; }

/* line 1498, _styles.scss */
.block-menu a.active {
  font-weight: 700;
  text-decoration: none; }

/* line 1499, _styles.scss */
.block-menu li {
  position: relative;
  margin: 10px 0px; }

/* line 1500, _styles.scss */
.block-menu-title {
  text-transform: uppercase;
  padding: 0px; }

/* line 1502, _styles.scss */
.block-menu .block-menu-item-withsub a {
  padding-right: 30px; }

/* line 1503, _styles.scss */
.block-menu .sub-toggle {
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer; }

/* line 1504, _styles.scss */
.block-menu .sub ul {
  margin-bottom: 0px; }

/* line 1505, _styles.scss */
.block-menu .sub ul li {
  margin-bottom: 0px; }

/* line 1506, _styles.scss */
.block-menu .counter {
  color: #999;
  font-weight: 400;
  padding-left: 4px; }

/* line 1507, _styles.scss */
.block-menu .counter:before {
  content: '('; }

/* line 1508, _styles.scss */
.block-menu .counter:after {
  content: ')'; }

/* line 1510, _styles.scss */
.block-submit-table {
  width: 100%; }

/* line 1511, _styles.scss */
.block-submit-table th {
  width: 1%; }

/* line 1512, _styles.scss */
.block-submit-table td {
  text-align: left;
  padding-left: 10px; }

/* line 1513, _styles.scss */
.block-submit-table td a {
  font-size: 12px;
  line-height: 16px;
  color: #999; }

/* line 1514, _styles.scss */
.block-submit-table td a:hover {
  color: #22aae1; }

/*---*/
/*Фильтры*/
/* line 1518, _styles.scss */
.block-filter {
  padding: 0px 15px; }

/* line 1519, _styles.scss */
.block-filter .block-title {
  position: relative;
  margin: 0px -15px;
  padding: 10px 15px;
  background: #eee; }

/* line 1520, _styles.scss */
.block-filter .block-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 40px;
  width: 40px;
  height: 20px;
  text-align: center;
  color: #999;
  transition: 0.2s; }

/* line 1521, _styles.scss */
.block-filter .block-close:hover {
  color: #000; }

/* line 1522, _styles.scss */
.block-filter .hidden {
  display: none; }

/* line 1523, _styles.scss */
.filter-reset {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 10px; }

/* line 1525, _styles.scss */
.filter-item {
  margin: 15px 0px; }

/* line 1526, _styles.scss */
.filter-item + .filter-item {
  border-top: 1px dotted #ccc;
  padding-top: 15px; }

/* line 1527, _styles.scss */
.filter-item .filter-title {
  font-weight: 700;
  color: #222; }

/* line 1528, _styles.scss */
.filter-item .checkbox {
  position: relative;
  margin: 5px 0px;
  padding-left: 20px;
  min-height: 16px;
  font-size: 12px;
  line-height: 16px; }

/* line 1529, _styles.scss */
.filter-item .checkbox input {
  position: absolute;
  left: 0px;
  top: 2px;
  opacity: 0;
  visibility: hidden; }

/* line 1530, _styles.scss */
.filter-item .checkbox label {
  margin: 0px;
  cursor: pointer; }

/* line 1531, _styles.scss */
.filter-item .checkbox label:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  background: #fff;
  transition: all 0.2s ease-out 0s; }

/* line 1532, _styles.scss */
.filter-item .checkbox label:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
  background: #22aae1;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out 0s; }

/* line 1533, _styles.scss */
.filter-item .checkbox label:hover:after {
  border-color: #22aae1; }

/* line 1534, _styles.scss */
.filter-item .checkbox label:hover:before {
  opacity: 0.2;
  visibility: visible;
  background: #22aae1; }

/* line 1535, _styles.scss */
.filter-item .checkbox-checked label, .filter-item .checkbox-checked label a {
  color: #222;
  font-weight: 700; }

/* line 1536, _styles.scss */
.filter-item .checkbox-checked label:after {
  border-color: #22aae1; }

/* line 1537, _styles.scss */
.filter-item .checkbox-checked label:before {
  opacity: 1 !important;
  visibility: visible; }

/* line 1538, _styles.scss */
.filter-item .property-counter {
  color: #999;
  font-weight: 400;
  padding-left: 4px; }

/* line 1539, _styles.scss */
.filter-item .property-counter:before {
  content: '('; }

/* line 1540, _styles.scss */
.filter-item .property-counter:after {
  content: ')'; }

/* line 1541, _styles.scss */
.filter-item .filter-title .property-counter {
  display: none; }

/* line 1543, _styles.scss */
.filter-item-hidden {
  display: none; }

/* line 1545, _styles.scss */
.filter-item .checkbox-disabled label, .filter-item .checkbox-disabled label a {
  cursor: default;
  color: #999; }

/* line 1547, _styles.scss */
.filter-price-range {
  width: 100%;
  text-align: center;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 12px; }

/* line 1548, _styles.scss */
.filter-price table {
  width: 100%;
  margin: 5px 0px 0px; }

/* line 1549, _styles.scss */
.filter-price td {
  width: 1%; }

/* line 1550, _styles.scss */
.filter-price th {
  padding: 0px 4px;
  vertical-align: middle; }

/* line 1552, _styles.scss */
.filter-submit {
  margin: 15px 0px; }

/* line 1554, _styles.scss */
.filter-count {
  position: absolute;
  z-index: 5;
  display: none;
  white-space: nowrap;
  background: #313131;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  cursor: pointer; }

/* line 1555, _styles.scss */
.filter-count strong {
  text-decoration: underline; }

/* line 1556, _styles.scss */
.filter-count .fa-caret-left {
  position: absolute;
  left: -8px;
  font-size: 30px;
  height: 30px;
  top: 4px;
  color: #313131; }

/* line 1557, _styles.scss */
.sidebar-left .filter-count {
  left: 100%;
  margin-left: -5px; }

/* line 1558, _styles.scss */
.sidebar-right .filter-count {
  right: 100%;
  margin-right: -5px; }

/* line 1559, _styles.scss */
.sidebar-right .filter-count .fa-caret-left {
  left: auto;
  right: -8px;
  transform: rotate(180deg); }

/* line 1561, _styles.scss */
.drag-place {
  position: relative;
  margin: 15px 0px;
  height: 3px;
  background-color: #ccc; }

/* line 1562, _styles.scss */
.drag {
  position: relative;
  height: 3px; }

/* line 1563, _styles.scss */
.drag .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -6px;
  margin-left: -7px;
  width: 15px;
  height: 15px;
  background: #22aae1;
  outline: none;
  background-size: contain;
  cursor: pointer;
  border-radius: 50%; }

/* line 1564, _styles.scss */
.drag .ui-slider-handle:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 1px;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%; }

/* line 1565, _styles.scss */
.drag .ui-slider-range {
  position: absolute;
  z-index: 1;
  top: 0px;
  height: 3px;
  background-color: #22aae1; }

/* line 1566, _styles.scss */
.drag .ui-slider-range-min {
  left: 0px; }

/* line 1567, _styles.scss */
.drag .ui-slider-range-max {
  right: 0px; }

/* line 1569, _styles.scss */
.block-filter-sidebar.block-filter-disabled:before {
  content: '';
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5; }

/* line 1572, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-hidden {
  display: none; }
/* line 1574, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-more {
  margin: 5px 0px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  display: block !important; }
/* line 1575, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-more.hidden {
  display: none !important; }
/* line 1576, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-more span {
  color: #222;
  border-bottom: 1px dotted currentColor;
  cursor: pointer; }
/* line 1577, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-more span:hover {
  color: #22aae1; }
/* line 1578, _styles.scss */
.block-filter-sidebar .filter-data button {
  display: none; }
/* line 1579, _styles.scss */
.block-filter-sidebar .filter-item .filter-title span {
  display: none; }
/* line 1580, _styles.scss */
.block-filter-sidebar .filter-current-reset {
  display: none; }
/* line 1581, _styles.scss */
.block-filter-sidebar .filter-item-reset {
  display: none; }
/* line 1583, _styles.scss */
.block-filter-sidebar .filter-item-hidden-show {
  display: none !important; }
/* line 1584, _styles.scss */
.block-filter-sidebar .filter-item-hidden {
  display: block !important; }
/* line 1585, _styles.scss */
.block-filter-sidebar .filter-item-hidden.hidden {
  display: none !important; }

/* line 1588, _styles.scss */
.block-filter-content.block-filter-disabled .filter-scroll:before {
  content: '';
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5; }

/* line 1589, _styles.scss */
.block-filter-content {
  position: relative;
  z-index: 5;
  padding: 0px;
  margin: -1px 0px 20px;
  border: none;
  min-height: 30px; }
  /* line 1592, _styles.scss */
  .block-filter-content .filter {
    position: relative;
    min-height: 40px; }
  /* line 1594, _styles.scss */
  .block-filter-content .filter-item .checkbox-more {
    display: none !important; }
  /* line 1596, _styles.scss */
  .block-filter-content .block-title-content {
    position: absolute;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    left: 0px;
    top: 10px; }
  /* line 1597, _styles.scss */
  .block-filter-content .filter-data {
    position: absolute;
    top: 100%;
    left: 0px;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 0px 15px 15px;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    width: 240px;
    margin: 20px 0px 0px 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s; }
  /* line 1598, _styles.scss */
  .block-filter-content .filter-data:before, .block-filter-content .filter-data:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 15px;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; }
  /* line 1599, _styles.scss */
  .block-filter-content .filter-data:before {
    z-index: 2;
    border-bottom: 8px solid #fff; }
  /* line 1600, _styles.scss */
  .block-filter-content .filter-data:after {
    z-index: 1;
    margin-top: -1px;
    border-bottom: 8px solid #ddd; }
  /* line 1601, _styles.scss */
  .block-filter-content .filter-scroll {
    margin: 0px -15px 15px;
    padding: 10px 15px;
    overflow: auto;
    max-height: 236px;
    border-bottom: 1px solid #ddd; }
  /* line 1602, _styles.scss */
  .block-filter-content .filter-item {
    float: left;
    position: relative;
    margin: 10px 10px 0px 0px;
    border: none;
    padding: 0px; }
  /* line 1603, _styles.scss */
  .block-filter-content .filter-item .filter-title {
    position: relative;
    padding: 5px 24px 5px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-weight: 400;
    color: #222;
    cursor: pointer;
    background: #fff; }
  /* line 1604, _styles.scss */
  .block-filter-content .filter-item .filter-title:before {
    content: '\f3d0';
    display: inline-block;
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 7px; }
  /* line 1605, _styles.scss */
  .block-filter-content .filter-item .filter-title:hover {
    color: #999; }
  /* line 1607, _styles.scss */
  .block-filter-content .filter-item-active {
    z-index: 3; }
  /* line 1608, _styles.scss */
  .block-filter-content .filter-item-active .filter-data {
    opacity: 1;
    visibility: visible;
    margin-top: 10px; }
  /* line 1610, _styles.scss */
  .block-filter-content .filter-item-filtered {
    padding-right: 31px; }
    /* line 1612, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-current-reset {
      position: absolute;
      top: 0px;
      right: 0px;
      background: #313131;
      border-radius: 0px 2px 2px 0px;
      width: 30px;
      height: 30px;
      text-align: center;
      color: #fff;
      cursor: pointer;
      transition: 0.2s; }
    /* line 1613, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-current-reset:hover {
      background: #22aae1;
      color: #fff; }
    /* line 1614, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-current-reset:before {
      content: '\f404';
      display: inline-block;
      font-family: "Ionicons";
      font-size: 26px;
      line-height: 30px;
      font-style: normal; }
    /* line 1615, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-title {
      background: #313131;
      border: none;
      margin: 0px;
      padding: 6px 11px;
      border-radius: 2px 0px 0px 2px;
      color: #fff !important; }
    /* line 1616, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-title:before {
      display: none; }
  /* line 1618, _styles.scss */
  .block-filter-content .filter-submit {
    display: none !important; }
  /* line 1619, _styles.scss */
  .block-filter-content .filter-count {
    display: none !important; }
  /* line 1620, _styles.scss */
  .block-filter-content .filter-item-reset {
    float: right;
    margin-right: 0px !important; }
  /* line 1621, _styles.scss */
  .block-filter-content .filter-item-reset .link-alt {
    color: #22aae1;
    line-height: 30px;
    border-bottom: 1px dotted currentColor; }
  /* line 1623, _styles.scss */
  .block-filter-content .filter-item-hidden-show {
    margin-right: 0px; }
  /* line 1624, _styles.scss */
  .block-filter-content .filter-item-hidden-show .filter-title {
    background: transparent;
    border-color: #22aae1;
    color: #22aae1 !important; }
  /* line 1625, _styles.scss */
  .block-filter-content .filter-item-hidden-show .filter-title:before {
    transform: rotate(-90deg); }
  /* line 1626, _styles.scss */
  .block-filter-content .filter-item-hidden-show .filter-title.active:before {
    transform: rotate(-180deg); }
  /* line 1628, _styles.scss */
  .block-filter-content .filter-stick-content {
    background: #effaff;
    padding: 0px 10px 10px; }
  /* line 1629, _styles.scss */
  .block-filter-content .filter-stick-content.is_stuck {
    padding-bottom: 10px; }

/* line 1632, _styles.scss */
.products-sort {
  margin: 10px 0px;
  position: relative;
  z-index: 6; }

/* line 1633, _styles.scss */
.products-sort-margin {
  margin: 20px 0px; }

/* line 1634, _styles.scss */
.products-sort .products-filter {
  float: right;
  margin: -6px 0px; }

/* line 1635, _styles.scss */
.products-sort .products-filter li {
  display: inline-block; }

/* line 1636, _styles.scss */
.products-sort .products-filter li + li {
  margin-left: 5px; }

/* line 1638, _styles.scss */
.drop-selector {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
  text-align: left;
  color: #222; }
  /* line 1645, _styles.scss */
  .drop-selector .drop-selector-item {
    position: relative;
    z-index: 10;
    display: inline-block; }
  /* line 1646, _styles.scss */
  .drop-selector .drop-selector-more {
    cursor: pointer;
    position: relative;
    border-bottom: 1px dotted currentColor; }
  /* line 1647, _styles.scss */
  .drop-selector .drop-selector-more i {
    position: absolute;
    top: -1px;
    right: -15px;
    font-size: 18px; }
  /* line 1648, _styles.scss */
  .drop-selector .drop-selector-more:hover {
    color: #999; }
  /* line 1649, _styles.scss */
  .drop-selector .drop-selector-sub {
    position: absolute;
    left: 50%;
    top: 28px;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    white-space: nowrap;
    transform: translate(-50%, 0); }
  /* line 1650, _styles.scss */
  .drop-selector .drop-selector-sub li {
    display: block;
    margin: 5px 0px; }
  /* line 1651, _styles.scss */
  .drop-selector .drop-selector-sub li span {
    cursor: pointer;
    position: relative;
    padding-left: 15px; }
  /* line 1652, _styles.scss */
  .drop-selector .drop-selector-sub li span:hover {
    color: #999; }
  /* line 1653, _styles.scss */
  .drop-selector .drop-selector-sub li span.active {
    color: #222 !important;
    font-weight: 700; }
  /* line 1654, _styles.scss */
  .drop-selector .drop-selector-sub li span.active:before {
    content: '\f121';
    font-family: "Ionicons";
    position: absolute;
    left: -3px;
    top: 0px;
    font-size: 12px;
    font-weight: normal; }
  /* line 1655, _styles.scss */
  .drop-selector .drop-selector-sub-content {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 15px;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); }
  /* line 1656, _styles.scss */
  .drop-selector .drop-selector-sub-content:before, .drop-selector .drop-selector-sub-content:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; }
  /* line 1657, _styles.scss */
  .drop-selector .drop-selector-sub-content:before {
    z-index: 2;
    border-bottom: 8px solid #fff; }
  /* line 1658, _styles.scss */
  .drop-selector .drop-selector-sub-content:after {
    z-index: 1;
    margin-top: -1px;
    border-bottom: 8px solid #ddd; }
  /* line 1659, _styles.scss */
  .drop-selector .drop-selector-item.drop-selector-active .drop-selector-sub {
    top: 18px;
    opacity: 1;
    visibility: visible; }
  /* line 1660, _styles.scss */
  .drop-selector-order {
    float: left;
    z-index: 3; }
  /* line 1664, _styles.scss */
  .drop-selector-page_size {
    float: right;
    z-index: 2; }

/*---*/
/*Сравнение*/
/* line 1672, _styles.scss */
.block-compare {
  font-size: 12px;
  line-height: 16px;
  margin: 15px 0px; }

/* line 1673, _styles.scss */
.block-compare a {
  color: #222; }

/* line 1674, _styles.scss */
.block-compare a:hover, .block-compare a.active {
  color: #22aae1; }

/* line 1675, _styles.scss */
.block-compare a.active {
  font-weight: 700;
  text-decoration: none; }

/* line 1676, _styles.scss */
.block-compare li {
  position: relative;
  margin: 5px 0px;
  padding-right: 20px; }

/* line 1677, _styles.scss */
.block-compare .compare-remove {
  position: absolute;
  right: 0px;
  top: -5px;
  font-size: 26px;
  color: #999; }

/* line 1678, _styles.scss */
.block-compare .compare-remove:hover {
  color: #f30; }

/* line 1679, _styles.scss */
.block-compare .wishlist-remove {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #999; }

/* line 1680, _styles.scss */
.block-compare .wishlist-remove:hover {
  color: #f30; }

/* line 1681, _styles.scss */
.compare-submit {
  margin: 15px 0px 10px;
  border-top: 1px dotted #ccc;
  padding-top: 15px; }

/* line 1683, _styles.scss */
.compare-page {
  margin: 20px 0px; }

/* line 1684, _styles.scss */
.compare-table {
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
  line-height: 16px; }

/* line 1685, _styles.scss */
.compare-table td, .compare-table th {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center; }

/* line 1686, _styles.scss */
.compare-table tbody th {
  text-align: left;
  font-weight: 700;
  color: #222; }

/* line 1687, _styles.scss */
.compare-show-similar, .compare-hide-similar {
  display: none; }

/* line 1688, _styles.scss */
.compare-item-title {
  vertical-align: top; }

/* line 1689, _styles.scss */
.compare-item-title .compare-remove {
  color: #999;
  font-weight: normal;
  line-height: 24px; }

/* line 1690, _styles.scss */
.compare-item-title .compare-remove i {
  margin-right: 5px;
  font-size: 24px;
  vertical-align: middle; }

/* line 1691, _styles.scss */
.compare-item-title .compare-remove:hover {
  color: #f50; }

/* line 1692, _styles.scss */
.compare-item-thumb {
  display: block;
  width: 160px;
  height: 160px;
  background: center no-repeat;
  background-size: contain;
  margin: 10px auto; }

/* line 1693, _styles.scss */
.compare-item-price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #222; }

/* line 1695, _styles.scss */
.compare-table-4 {
  width: 100%; }

/* line 1696, _styles.scss */
.compare-table-3 {
  width: 80%; }

/* line 1697, _styles.scss */
.compare-table-2 {
  width: 60%; }

/* line 1698, _styles.scss */
.compare-table-1 {
  width: 40%; }

/*---*/
/*Избранное*/
/* line 1702, _styles.scss */
.block-wishlist {
  overflow: hidden;
  margin: -10px; }

/* line 1703, _styles.scss */
.block-wishlist li {
  float: left;
  padding: 10px;
  width: 33.3%; }

/* line 1704, _styles.scss */
.block-wishlist li a {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center; }

/* line 1705, _styles.scss */
.block-wishlist li img {
  display: inline-block;
  max-height: 100%;
  width: auto; }

/*---*/
/*Контент*/
/* line 1709, _styles.scss */
.text {
  margin: 20px 0px; }

/* line 1710, _styles.scss */
.text a {
  text-decoration: underline; }

/* line 1711, _styles.scss */
.text p {
  margin: 20px 0px; }

/* line 1712, _styles.scss */
.text h1, .text .h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0px;
  color: #222; }

/* line 1713, _styles.scss */
.text h2, .text .h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0px;
  color: #222; }

/* line 1714, _styles.scss */
.text h3, .text .h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0px;
  color: #222;
  font-weight: 700; }

/* line 1715, _styles.scss */
.text ul, .text ol {
  margin: 20px 0px 20px 20px;
  list-style-position: outside; }

/* line 1716, _styles.scss */
.text li {
  margin: 5px 0px; }

/* line 1717, _styles.scss */
.text ul {
  list-style-type: square; }

/* line 1718, _styles.scss */
.text ol {
  list-style-type: decimal; }

/* line 1719, _styles.scss */
.text img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

/* line 1721, _styles.scss */
.text .h1 {
  margin: 20px 0px; }

/* line 1722, _styles.scss */
.text .h1 h1 {
  margin: 0px 20px 0px 0px;
  display: inline;
  vertical-align: middle; }

/* line 1723, _styles.scss */
.text .h1 span {
  font-size: 24px;
  line-height: 28px;
  color: #999;
  font-weight: 100;
  display: none;
  white-space: nowrap;
  margin-right: 20px;
  vertical-align: middle; }

/* line 1724, _styles.scss */
.text .h1 .js-filter-full-reset {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
  vertical-align: text-bottom;
  white-space: nowrap; }

/* line 1726, _styles.scss */
.page-title {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0px;
  color: #222; }

/* line 1727, _styles.scss */
.page-title span {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle; }

/* line 1728, _styles.scss */
.page-title span a {
  color: #999;
  text-decoration: underline; }

/* line 1729, _styles.scss */
.page-title span a:hover {
  color: #22aae1; }

/* line 1730, _styles.scss */
.text-center {
  text-align: center; }

/* line 1731, _styles.scss */
.text-right {
  text-align: right; }

/* line 1732, _styles.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 1734, _styles.scss */
.page-title-extra {
  position: relative;
  font-size: 40px;
  line-height: 44px;
  margin: 40px 0px 30px;
  color: #222; }

/* line 1735, _styles.scss */
.page-title-extra:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 0px;
  border-top: 1px solid #ddd; }

/* line 1736, _styles.scss */
.page-title-extra span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0px 20px; }

/* line 1737, _styles.scss */
.page-title-extra i {
  font-style: normal; }

/* line 1738, _styles.scss */
.page-title-extra a {
  color: #222;
  text-decoration: underline; }

/* line 1739, _styles.scss */
.page-title-extra a:hover {
  color: #999; }

/* line 1741, _styles.scss */
.page-title-extra-background {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  margin: 40px 0px 20px;
  color: #222;
  padding: 15px 20px; }

/* line 1742, _styles.scss */
.page-title-extra-background span {
  position: relative;
  z-index: 2; }

/* line 1743, _styles.scss */
.page-title-extra-background:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #22aae1;
  opacity: 0.15; }

/* line 1745, _styles.scss */
.text-index {
  margin: 40px 0px; }

/* line 1746, _styles.scss */
.text-index .hr {
  margin: 40px 0px; }

/* line 1748, _styles.scss */
.text-hidden {
  position: relative;
  z-index: 1;
  height: 250px;
  overflow: hidden;
  margin: -20px 0 0px; }

/* line 1749, _styles.scss */
.text-show {
  height: auto;
  padding-bottom: 30px; }

/* line 1750, _styles.scss */
.text-hidden .text-trigger {
  position: absolute;
  z-index: 51;
  left: 0px;
  bottom: 0px; }

/* line 1751, _styles.scss */
.text-hidden:after {
  content: '';
  position: absolute;
  z-index: 50;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%); }

/* line 1756, _styles.scss */
.text-show:after {
  display: none; }

/* line 1758, _styles.scss */
.text .seo-links {
  margin: -10px 0px 20px; }

/* line 1759, _styles.scss */
.text .seo-links a {
  color: #222; }

/* line 1760, _styles.scss */
.text .seo-links a:hover {
  color: #999; }

/* line 1761, _styles.scss */
.text .seo-links a, .text .seo-links span {
  display: inline-block;
  white-space: nowrap;
  margin: 10px 0px 0px; }

/* line 1762, _styles.scss */
.text .seo-links a.is-active {
  font-weight: 700; }

/* line 1764, _styles.scss */
.sitemap {
  margin: -20px 0px 0px; }

/* line 1765, _styles.scss */
.sitemap ul ul {
  margin: 0px 0px 0px 20px; }

/* line 1766, _styles.scss */
.sitemap a {
  color: #222;
  text-decoration: none; }

/* line 1767, _styles.scss */
.sitemap a:hover {
  color: #22aae1; }

/*---*/
/*Каталог*/
/* line 1771, _styles.scss */
.subcollections {
  margin-bottom: 0px; }

/* line 1772, _styles.scss */
.subcollection {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px; }

/* line 1773, _styles.scss */
.subcollection-item {
  position: relative; }

/* line 1774, _styles.scss */
.subcollection-data {
  position: relative;
  z-index: 2;
  overflow: hidden; }

/* line 1775, _styles.scss */
.subcollection-thumb-block {
  position: relative;
  padding-top: 100%; }

/* line 1776, _styles.scss */
.subcollection-thumb {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  font-size: 0px; }

/* line 1777, _styles.scss */
.subcollection-thumb:after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle; }

/* line 1778, _styles.scss */
.subcollection-thumb img {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

/* line 1779, _styles.scss */
.subcollection-title {
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  overflow: hidden; }

/* line 1780, _styles.scss */
.subcollection-title a {
  display: block;
  color: #222; }

/* line 1781, _styles.scss */
.subcollection-title a:hover {
  color: #999; }

/* line 1782, _styles.scss */
.subcollection-shade {
  position: absolute;
  z-index: 1;
  left: -10px;
  top: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: 0.2s;
  background-color: #fff;
  visibility: hidden;
  padding: 9px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 1784, _styles.scss */
.subcollection:hover .subcollection-shade {
  display: block;
  top: -10px;
  opacity: 1;
  visibility: visible; }

/* line 1786, _styles.scss */
.products {
  margin: 20px 0px 0px; }

/* line 1787, _styles.scss */
.product {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px; }

/* line 1788, _styles.scss */
.product-item {
  position: relative; }

/* line 1789, _styles.scss */
.product-data {
  position: relative;
  z-index: 2; }

/* line 1791, _styles.scss */
.product-thumb-block {
  position: relative;
  padding-top: 100%; }

/*.product-thumb-block-loading:after {content: ''; position: absolute; left: 50%; top: 50%; width: 60px; height: 60px; margin: -30px 0px 0px -30px; border: 3px solid transparent; border-top: 3px solid #fff; border-bottom: 3px solid #fff; border-radius: 50%; animation: loader 1s ease-in-out infinite; visibility: visible; opacity: 1; transition: 0.2s;}
.product-thumb-block-loading:before {content: ''; position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; margin: -20px 0px 0px -20px; border: 3px solid transparent; border-left: 3px solid $color-primary; border-right: 3px solid $color-primary; border-radius: 50%; animation: loader2 1s ease-in-out infinite; visibility: visible; opacity: 1; transition: 0.2s;}*/
/* line 1794, _styles.scss */
.product-thumb-block-loading .product-thumb {
  visibility: hidden;
  opacity: 0; }

/*.product-thumb-block-loaded:after {visibility: hidden; opacity: 0;}
.product-thumb-block-loaded:before {visibility: hidden; opacity: 0;}*/
/* line 1797, _styles.scss */
.product-thumb-block-loaded .product-thumb {
  visibility: visible;
  opacity: 1; }

/* line 1799, _styles.scss */
.product-thumb {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  font-size: 0px;
  transition: 0.4s; }

/* line 1800, _styles.scss */
.product-thumb:after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle; }

/* line 1801, _styles.scss */
.product-thumb img {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  transition: 0.4s; }

/* line 1802, _styles.scss */
.product-thumb .product-image-second {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%); }

/* line 1803, _styles.scss */
.product-title {
  height: 52px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  overflow: hidden; }

/* line 1804, _styles.scss */
.product-title a {
  display: block;
  color: #222; }

/* line 1805, _styles.scss */
.product-title a:hover {
  color: #999; }

/* line 1806, _styles.scss */
.product-price {
  margin: 10px 0px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  letter-spacing: -0.5px;
  overflow: hidden; }

/* line 1807, _styles.scss */
.product-price-sale {
  color: #222;
  font-weight: 700; }

/* line 1808, _styles.scss */
.product-price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px; }

/* line 1809, _styles.scss */
.product-price-hide {
  color: transparent;
  font-size: 14px;
  display: none; }

/* line 1810, _styles.scss */
.product-data table {
  width: 100%; }

/* line 1811, _styles.scss */
.product-data th {
  width: 1%;
  padding: 0px 10px; }

/* line 1812, _styles.scss */
.product-data td {
  text-align: center;
  vertical-align: middle; }

/* line 1813, _styles.scss */
.product-data .wishlist-remove {
  position: absolute;
  z-index: 3;
  right: -10px;
  top: -10px;
  color: #999;
  font-size: 34px;
  width: 34px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s; }

/* line 1814, _styles.scss */
.product-data .wishlist-remove:hover {
  color: #222; }

/* line 1816, _styles.scss */
.product-shade {
  position: absolute;
  z-index: 1;
  left: -10px;
  top: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: 0.2s;
  background-color: #fff;
  visibility: hidden;
  padding: 9px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 1817, _styles.scss */
.product:hover .product-shade {
  display: block;
  top: -10px;
  opacity: 1;
  visibility: visible; }

/* line 1819, _styles.scss */
.product-quickview {
  position: absolute;
  left: 50%;
  bottom: 20px;
  opacity: 0;
  transform: translate(-50%, 0); }

/* line 1820, _styles.scss */
.product:hover .product-quickview {
  bottom: 10px;
  opacity: 0.5; }

/* line 1821, _styles.scss */
.product:hover .product-quickview:hover {
  opacity: 0.9; }

/* line 1823, _styles.scss */
.product-bages {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  transition: 0.2s; }

/* line 1824, _styles.scss */
.product-bages span {
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 2px;
  padding: 3px 3px 3px 8px;
  background: #ffc112;
  color: #fff;
  font-size: 12px;
  line-height: 16px; }

/* line 1825, _styles.scss */
.product-bages .product-bage-sale {
  background: #ff5515; }

/* line 1826, _styles.scss */
.product-bages .product-bage-new {
  background: #c7dc14; }

/* line 1827, _styles.scss */
.product-bages .product-bage-bestsellers {
  background: #3eb5f1; }

/* line 1829, _styles.scss */
.product-bages span:before, .product-bages span:after {
  position: absolute;
  right: -9px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid; }

/* line 1830, _styles.scss */
.product-bages span:before {
  top: 0px;
  border-width: 16px 10px 0px 0px;
  border-color: #ffc112 transparent transparent transparent; }

/* line 1831, _styles.scss */
.product-bages span:after {
  bottom: 0px;
  border-width: 16px 0px 0px 10px;
  border-color: transparent transparent transparent #ffc112; }

/* line 1832, _styles.scss */
.product-bages .product-bage-sale:before {
  border-top-color: #ff5515; }

/* line 1833, _styles.scss */
.product-bages .product-bage-sale:after {
  border-left-color: #ff5515; }

/* line 1834, _styles.scss */
.product-bages .product-bage-new:before {
  border-top-color: #c7dc14; }

/* line 1835, _styles.scss */
.product-bages .product-bage-new:after {
  border-left-color: #c7dc14; }

/* line 1836, _styles.scss */
.product-bages .product-bage-bestsellers:before {
  border-top-color: #3eb5f1; }

/* line 1837, _styles.scss */
.product-bages .product-bage-bestsellers:after {
  border-left-color: #3eb5f1; }

/* line 1838, _styles.scss */
.product:hover .product-bages {
  left: -9px; }

/* line 1840, _styles.scss */
.product-variants {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -9px;
  left: -9px;
  z-index: 8;
  background: #fff;
  padding: 9px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

/* line 1841, _styles.scss */
.product:hover .product-variants {
  opacity: 1;
  visibility: visible; }

/* line 1842, _styles.scss */
.product-variants-loading:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0px 0px -30px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 50%;
  animation: loader 1s ease-in-out infinite;
  visibility: visible;
  opacity: 1;
  transition: 0.2s; }

/* line 1843, _styles.scss */
.product-variants-loading:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0px 0px -20px;
  border: 3px solid transparent;
  border-left: 3px solid #22aae1;
  border-right: 3px solid #22aae1;
  border-radius: 50%;
  animation: loader2 1s ease-in-out infinite;
  visibility: visible;
  opacity: 1;
  transition: 0.2s; }

/* line 1844, _styles.scss */
.product-variants-data {
  width: 100%; }

/* line 1845, _styles.scss */
.product-variants .close {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  color: #999;
  font-size: 34px;
  width: 34px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s; }

/* line 1846, _styles.scss */
.product-variants .close:hover {
  color: #222; }

/* line 1847, _styles.scss */
.product-variants p {
  font-size: 16px;
  line-height: 20px;
  color: #222;
  margin: 0px 0px 30px;
  text-transform: uppercase; }

/* line 1848, _styles.scss */
.product-variants .product-variant {
  max-width: 160px !important;
  margin: 0px auto 35px; }

/* line 1850, _styles.scss */
.product .wishlist-add, .product .compare-add {
  position: relative;
  top: -20px;
  color: #999;
  opacity: 0;
  transition: 0.2s; }

/* line 1851, _styles.scss */
.product:hover .wishlist-add, .product:hover .compare-add {
  top: 0px;
  opacity: 1; }

/* line 1852, _styles.scss */
.product .compare-add:hover {
  color: #48729e; }

/* line 1853, _styles.scss */
.product .wishlist-add:hover {
  color: #f30; }

/* line 1854, _styles.scss */
.product .compare-in {
  color: #48729e; }

/* line 1855, _styles.scss */
.product .wishlist-in {
  color: #f30; }

/* line 1856, _styles.scss */
.product form th .button {
  overflow: hidden;
  height: 30px; }

@media (max-width: 1199px) {
  /* line 1858, _styles.scss */
  .product form th .button {
    white-space: nowrap; } }
/* line 1861, _styles.scss */
.product-compact .product-item form {
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s; }

/* line 1862, _styles.scss */
.product-compact:hover {
  z-index: 2; }

/* line 1863, _styles.scss */
.product-compact:hover .product-item form {
  bottom: -40px;
  opacity: 1;
  visibility: visible; }

/* line 1864, _styles.scss */
.product-compact .product-item .product-shade {
  padding-bottom: 49px; }

/* line 1865, _styles.scss */
.product-compact .wishlist-add, .product-compact .compare-add {
  top: 0px;
  opacity: 1; }

/* line 1866, _styles.scss */
.product-compact .product-variants {
  padding: 29px 9px; }

/* line 1868, _styles.scss */
.product .product-rating {
  margin: 5px 0px -5px !important; }

/* line 1869, _styles.scss */
.product .product-rating .fa {
  margin: 0px 2px !important; }

/* line 1870, _styles.scss */
.product .product-rating a {
  margin: 0px !important;
  padding: 0px !important; }

/* line 1872, _styles.scss */
.products-all {
  margin: 20px 0px; }

/* line 1874, _styles.scss */
.products-scroll {
  margin: 20px 0px !important;
  padding: 0px 40px; }

/* line 1875, _styles.scss */
.products-scroll .product {
  margin: 0px !important; }

/* line 1876, _styles.scss */
.products-scroll .product:hover .product-bages {
  left: 0px !important; }

/* line 1877, _styles.scss */
.products-scroll .owl-prev, .products-scroll .owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  height: 40px;
  margin-top: -20px;
  width: 40px;
  text-align: center; }

/* line 1878, _styles.scss */
.products-scroll .owl-prev {
  left: -45px; }

/* line 1879, _styles.scss */
.products-scroll .owl-next {
  right: -45px; }

/* line 1880, _styles.scss */
.products-scroll .product-variants {
  left: 0px !important;
  top: 0px !important;
  padding: 0px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #ddd;
  border: none !important; }

/* line 1882, _styles.scss */
.viewed-products {
  display: none; }

/* line 1883, _styles.scss */
.viewed-products .page-title-extra {
  font-size: 20px;
  line-height: 24px; }

/* line 1884, _styles.scss */
.viewed-products .product-price-old {
  display: block;
  margin: 0px; }

/* line 1886, _styles.scss */
.collection-data {
  transition: 0.2s; }

/* line 1887, _styles.scss */
.collection-data-loading {
  opacity: 0.2; }

/*---*/
/*brands*/
/* line 1891, _styles.scss */
.collection-brands-letters {
  margin: 20px 0px; }

/* line 1892, _styles.scss */
.collection-brands-letters span {
  font-weight: 700;
  color: #000; }

/* line 1893, _styles.scss */
.collection-brands-letters span, .collection-brands-letters a {
  margin-right: 4px; }

/* line 1894, _styles.scss */
.collection-brands-letter {
  padding: 5px 10px;
  background: #f0f0f0;
  font-weight: 700;
  color: #000; }

/* line 1895, _styles.scss */
.collection-brands-items {
  margin: 0px 0px 20px; }

/* line 1896, _styles.scss */
.collection-brands-item {
  margin-top: 10px; }

/* line 1898, _styles.scss */
.collection-brands-logos {
  margin: 20px 0px;
  padding: 40px 30px 20px;
  border: 1px solid #ddd;
  border-bottom-width: 3px; }

/* line 1899, _styles.scss */
.collection-brands-logo {
  margin: 0px 10px 20px; }

/*---*/
/*Товар*/
/* line 1903, _styles.scss */
.product-page {
  margin: 20px 0px -20px; }

/* line 1904, _styles.scss */
.product-page .product-sku {
  margin-top: -20px;
  font-style: italic;
  color: #999; }

/* line 1905, _styles.scss */
.product-page .product-brand-url {
  margin-top: -20px;
  font-style: italic;
  color: #999; }

/* line 1906, _styles.scss */
.product-page .product-brand-url a {
  color: currentColor; }

/* line 1908, _styles.scss */
.product-image {
  margin-bottom: 20px; }

/* line 1909, _styles.scss */
.product-image-place {
  position: relative;
  z-index: 1;
  text-align: center; }

/* line 1910, _styles.scss */
.product-image-place .product-bages {
  transition: 0.2s;
  transition-delay: 0.4s; }

/* line 1911, _styles.scss */
.product-image-place:hover .product-bages {
  opacity: 0;
  transition-delay: 0s; }

/* line 1913, _styles.scss */
.product-images-list {
  margin: 0px -5px; }

/* line 1914, _styles.scss */
.product-images-item {
  padding: 10px 5px 0px;
  width: 16.6%;
  float: left;
  overflow: hidden; }

/* line 1915, _styles.scss */
.product-images-list a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: center no-repeat;
  background-size: contain;
  box-shadow: inset 0px 0px 0px 1px #fff;
  transition: 0.25s; }

/* line 1916, _styles.scss */
.product-images-list a:hover, .product-images-list a.mz-thumb-selected, .product-images-list a.mz-video-selected {
  border-color: #22aae1; }

/* line 1917, _styles.scss */
.product-images-list a.mz-thumb-unselected {
  border-color: #ddd; }

/* line 1918, _styles.scss */
.product-images-list span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 23px;
  color: #fff;
  background: #22aae1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  text-indent: 2px;
  margin: -18px 0px 0px -18px;
  opacity: 0.8;
  transform: scale(1);
  transition: 0.25s; }

/* line 1919, _styles.scss */
.product-images-list a:hover span {
  opacity: 1;
  transform: scale(1.15); }

/* line 1920, _styles.scss */
.product-video {
  position: absolute;
  z-index: 15;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000 center no-repeat;
  background-size: contain; }

/* line 1921, _styles.scss */
.product-video .embed-responsive {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%; }

/* line 1923, _styles.scss */
.product-images-list .product-page-video-item {
  position: relative;
  background-size: cover;
  color: #cd201f; }

/* line 1924, _styles.scss */
.product-images-list .product-page-video-item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%); }

/* line 1925, _styles.scss */
.product-images-list .product-page-video-item svg .ytp-large-play-button-bg {
  fill: #1f1f1f;
  fill-opacity: 0.81;
  transition: 0.2s; }

/* line 1926, _styles.scss */
.product-images-list .product-page-video-item.mz-thumb-selected .ytp-large-play-button-bg, .product-page-image-thumb .product-page-video-item:hover svg .ytp-large-play-button-bg {
  fill: #cc181e;
  fill-opacity: 1; }

/* line 1928, _styles.scss */
.product-info {
  margin-bottom: 20px; }

/* line 1929, _styles.scss */
.product-info .text {
  margin: 0px; }

/* line 1930, _styles.scss */
.product-info .text h1 {
  margin-top: 0px; }

/* line 1931, _styles.scss */
.product-info .product-brand {
  position: relative;
  display: block;
  max-width: 120px;
  width: 100%;
  margin: 5px 0px 15px auto; }

/* line 1932, _styles.scss */
.product-info .product-brand img {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto; }

/* line 1933, _styles.scss */
.product-info .product-rating {
  margin-top: 0px; }

/* line 1934, _styles.scss */
.product-info .product-short-description-title {
  margin: 20px 0px 10px;
  text-transform: uppercase;
  color: #222; }

/* line 1935, _styles.scss */
.product-info .product-short-description {
  margin: 10px 0px;
  color: #222; }

/* line 1936, _styles.scss */
.product-info .product-bundle {
  margin-bottom: 20px; }

/* line 1937, _styles.scss */
.product-info .product-bundle .product-bundle-title {
  font-weight: 700;
  color: #222; }

/* line 1938, _styles.scss */
.product-info .product-bundle .product-bundle-price {
  margin-top: 10px;
  color: #222; }

/* line 1939, _styles.scss */
.product-info .product-bundle .product-bundle-price span {
  font-weight: 700; }

/* line 1940, _styles.scss */
.product-info .product-bundle .product-bundle-item {
  position: relative;
  padding-left: 60px;
  margin-top: 10px;
  min-height: 50px;
  color: #999; }

/* line 1941, _styles.scss */
.product-info .product-bundle .product-bundle-item-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: center no-repeat;
  background-size: contain; }

/* line 1942, _styles.scss */
.product-info .product-bundle .product-bundle-item-free {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #65bc54; }

/* line 1943, _styles.scss */
.product-info .product-bundle .product-bundle-item-price {
  margin-top: 2px;
  font-weight: 700;
  color: #222; }

/* line 1945, _styles.scss */
.product-info .product-bundle li span {
  color: #999;
  font-size: 12px; }

/* line 1946, _styles.scss */
.product-info .product-price {
  margin: 0px 0px 20px;
  line-height: 28px; }

/* line 1947, _styles.scss */
.product-info .product-price-sale {
  font-size: 24px; }

/* line 1949, _styles.scss */
.product-form .input-medium {
  width: 36px;
  padding: 8px 0px;
  text-align: center; }

/* line 1950, _styles.scss */
.product-form .button-medium {
  margin: 0px 10px 10px 0px; }

/* line 1951, _styles.scss */
.product-form .winbox {
  vertical-align: middle;
  white-space: nowrap; }

/* line 1952, _styles.scss */
.product-form .winbox i {
  margin-right: 5px; }

/* line 1954, _styles.scss */
.product-variant {
  margin-bottom: 20px;
  background: #f0f0f0;
  padding: 20px 15px 5px 20px; }

/* line 1955, _styles.scss */
.product-variant .selector-wrapper {
  margin-bottom: 10px; }

/* line 1956, _styles.scss */
.product-variant .selector-wrapper label {
  display: block;
  margin: 0px 0px 3px;
  font-size: 14px;
  line-height: 18px;
  color: #222; }

/* line 1958, _styles.scss */
.product-variant .select-wrapper {
  margin-bottom: 15px; }

/* line 1959, _styles.scss */
.product-variant .select-wrapper label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #222; }

/* line 1961, _styles.scss */
.product-page-video {
  margin: 0px 0px -20px; }

/* line 1962, _styles.scss */
.product-page-video .item {
  margin: 0px 0px 20px; }

/* line 1964, _styles.scss */
.variant-span {
  display: inline-block;
  vertical-align: middle;
  color: #22aae1;
  border: 1px solid #22aae1;
  background: transparent;
  margin: 5px 5px 0px 0px;
  cursor: pointer;
  transition: 0.2s;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px; }

/* line 1965, _styles.scss */
.variant-span:hover {
  opacity: 0.8; }

/* line 1966, _styles.scss */
.variant-span--active {
  position: relative;
  border-width: 3px;
  color: #22aae1;
  font-weight: 700;
  padding: 4px 13px; }

/* line 1967, _styles.scss */
.variant-span--active:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #22aae1;
  opacity: 0.1;
  overflow: hidden;
  border-radius: 30px; }

/* line 1968, _styles.scss */
.variant-span--unavailable {
  color: #999;
  border-color: #ddd; }

/* line 1969, _styles.scss */
.variant-span--unavailable.variant-span--active {
  color: #999;
  border-color: #ccc; }

/* line 1970, _styles.scss */
.variant-span--unavailable.variant-span--active:before {
  background-color: #999; }

/* line 1972, _styles.scss */
.variant-select {
  background-color: #fff;
  margin: 5px 0px 0px;
  max-width: 300px; }

/* line 1974, _styles.scss */
.product-quantity {
  margin: -10px 0px 20px; }

/* line 1977, _styles.scss */
.product-addons p {
  margin-top: 10px;
  display: inline-block;
  margin-right: 15px;
  white-space: nowrap; }

/* line 1978, _styles.scss */
.product-addons a {
  color: #222;
  text-decoration: none; }

/* line 1979, _styles.scss */
.product-addons i {
  margin-right: 5px;
  color: #999; }

/* line 1980, _styles.scss */
.product-addons a:hover {
  color: #22aae1; }

/* line 1981, _styles.scss */
.product-addons a:hover i {
  color: #22aae1; }

/* line 1982, _styles.scss */
.product-addons .wishlist-in i {
  color: #f30 !important; }

/* line 1983, _styles.scss */
.product-addons .compare-in i {
  color: #48729e !important; }

/* line 1984, _styles.scss */
.product-addons .product-variant-quantity i {
  color: #65bc54; }

/* line 1985, _styles.scss */
.product-addons .product-variant-quantity-null i {
  color: #f30; }

/* line 1987, _styles.scss */
.product-share {
  margin-top: 20px; }

/* line 1989, _styles.scss */
.product-page-url {
  display: none; }

/* line 1991, _styles.scss */
.product-properties {
  margin: 0px 0px 20px;
  color: #222; }

/* line 1992, _styles.scss */
.product-properties p {
  margin: 5px 0px; }

/* line 1993, _styles.scss */
.product-properties span {
  color: #999; }

/* line 1995, _styles.scss */
.product-properties .product-property-hidden {
  display: none; }

/* line 1996, _styles.scss */
.product-properties .product-property-more {
  color: #222;
  border-bottom: 1px dotted currentColor;
  cursor: pointer; }

/* line 1997, _styles.scss */
.product-properties .product-property-more:hover {
  color: #22aae1; }

/* line 1999, _styles.scss */
.tabs {
  border-bottom: 1px solid #ddd;
  margin: 20px 0px;
  height: 39px; }

/* line 2000, _styles.scss */
.tabs .tab {
  float: left;
  padding: 10px 15px 8px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer; }

/* line 2001, _styles.scss */
.tabs .tab span {
  margin-left: 5px; }

/* line 2002, _styles.scss */
.tabs .tab:hover {
  color: #22aae1; }

/* line 2003, _styles.scss */
.tabs .tab-active {
  border: 1px solid #ddd;
  border-bottom-width: 0px;
  background: #fff;
  color: #22aae1;
  cursor: default;
  padding: 10px 15px 8px; }

/* line 2004, _styles.scss */
.tabs .tab-active:hover {
  color: #22aae1; }

/*---*/
/*Количество товара*/
/* line 2008, _styles.scss */
.cart-item-quantity {
  position: relative;
  padding-right: 19px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 10px 0px; }

/* line 2009, _styles.scss */
.cart-item-quantity .cart-item-count {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 0px; }

/* line 2010, _styles.scss */
.cart-item-quantity .cart-item-count-minus {
  top: auto;
  bottom: 0px; }

/* line 2012, _styles.scss */
.cart-item-count.item-quantity-minus {
  border-radius: 30px 0px 0px 30px !important; }

/* line 2013, _styles.scss */
.cart-item-count.item-quantity-plus {
  border-radius: 0px 30px 30px 0px !important; }

/* line 2014, _styles.scss */
.cart-item-quantity-input {
  margin: 0px -1px;
  text-align: center;
  width: 40px !important; }

/*---*/
/*Блог и статьи*/
/* line 2018, _styles.scss */
.blogs {
  margin: 20px 0px 0px; }
  /* line 2020, _styles.scss */
  .blogs .page-title-extra {
    margin-bottom: 30px; }
  /* line 2021, _styles.scss */
  .blogs .page-title-extra a {
    color: #222;
    text-decoration: none; }
  /* line 2022, _styles.scss */
  .blogs .page-title-extra a:hover {
    color: #22aae1; }
  /* line 2023, _styles.scss */
  .blogs .blog-item {
    margin: 0px 0px 20px; }
  /* line 2024, _styles.scss */
  .blogs .blog-item img {
    margin: 0px;
    object-fit: cover;
    width: 100%;
    display: block; }
  /* line 2025, _styles.scss */
  .blogs .blog-item p {
    margin: 0px; }
  /* line 2026, _styles.scss */
  .blogs .blog-item-title {
    margin: 10px 0px; }
  /* line 2027, _styles.scss */
  .blogs .blog-item-title a {
    color: #222;
    text-decoration: none; }
  /* line 2028, _styles.scss */
  .blogs .blog-item-title a:hover {
    color: #22aae1; }
  @media screen and (min-width: 992px) {
    /* line 2030, _styles.scss */
    .blogs .blog-item-image img {
      margin: 0px; }
    /* line 2031, _styles.scss */
    .blogs .blog-item-description {
      padding-left: 0px; }
    /* line 2032, _styles.scss */
    .blogs .blog-item-description .blog-item-title {
      margin-top: 0px; }
    /* line 2034, _styles.scss */
    .blogs .blog-item-compact .blog-item-preview {
      position: relative;
      max-height: 54px;
      overflow: hidden; }
    /* line 2035, _styles.scss */
    .blogs .blog-item-compact .blog-item-preview:after {
      content: '';
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 100px;
      height: 18px;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%); }
    /* line 2037, _styles.scss */
    .blogs .blog-item-animate {
      display: block;
      position: relative;
      background: #22aae1; }
    /* line 2038, _styles.scss */
    .blogs .blog-item-animate img {
      transition: 0.4s; }
    /* line 2039, _styles.scss */
    .blogs .blog-item-animate:hover img {
      opacity: 0.5; }
    /* line 2040, _styles.scss */
    .blogs .blog-item-animate:after {
      content: 'Читать';
      position: absolute;
      z-index: 3;
      left: 50%;
      top: 50%;
      margin: -21px 0px 0px -50px;
      width: 100px;
      height: 42px;
      transform: scale(2);
      padding: 10px 0px;
      border: 2px solid #fff;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 2px;
      opacity: 0;
      transition: 0.4s; }
    /* line 2041, _styles.scss */
    .blogs .blog-item-animate:hover:after {
      opacity: 1;
      transform: scale(1); }
    /* line 2042, _styles.scss */
    .blogs .blog-item-animate:after:hover {
      border-color: #22aae1;
      color: #22aae1; }
    /* line 2043, _styles.scss */
    .blogs .blog-item-actions .blog-item-animate:after {
      content: 'Смотреть';
      width: 120px;
      margin-left: -60px; } }
  /* line 2045, _styles.scss */
  .blogs .hr {
    margin: 0px 0px 40px; }
  /* line 2046, _styles.scss */
  .blogs .paging {
    margin: 40px 0px; }
  /* line 2047, _styles.scss */
  .blogs .blog-item-inner {
    margin: 0px;
    text-align: center; }
  /* line 2048, _styles.scss */
  .blogs .blog-item-short {
    margin: 0px; }
  /* line 2049, _styles.scss */
  .blogs .products-all {
    margin-top: 20px; }
  /* line 2050, _styles.scss */
  .blogs .blog-tags {
    margin: -5px 0px 20px; }
  /* line 2051, _styles.scss */
  .blogs .blog-tags a {
    margin: 5px 5px 0px 0px; }

/* line 2054, _styles.scss */
.blog-item-back {
  margin: 0px !important; }

/* line 2055, _styles.scss */
.blog-item-share {
  float: right; }

/* line 2056, _styles.scss */
.blog-item-share .product-share {
  margin: 0px; }

/* line 2058, _styles.scss */
.blog-item-meta {
  color: #999;
  margin: 10px 0px 0px;
  font-size: 12px;
  line-height: 16px; }

/* line 2059, _styles.scss */
.blog-item-meta a {
  color: #999;
  text-decoration: none; }

/* line 2060, _styles.scss */
.blog-item-meta a:hover {
  color: #22aae1; }

/* line 2061, _styles.scss */
.blog-item-meta span {
  margin: 0px 10px 0px 0px; }

/* line 2062, _styles.scss */
.blog-item-meta span .active {
  font-weight: 700;
  color: #22aae1; }

/* line 2064, _styles.scss */
.blogs-last {
  padding: 20px 20px 0px;
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  margin: 20px 0px; }

/* line 2065, _styles.scss */
.blogs-last > .h2 {
  color: #222;
  margin: 0px 0px 20px; }

/* line 2066, _styles.scss */
.blogs-last .blog-item {
  margin: 0px 0px 20px;
  padding-top: 20px;
  border-top: 1px dotted #ddd; }

/* line 2068, _styles.scss */
.blog-item-timer {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding: 5px;
  background: #eee;
  color: #222;
  text-align: center;
  margin: 1px 0px 0px; }

/* line 2069, _styles.scss */
.blog-item-timer strong {
  font-weight: 400;
  display: block;
  white-space: nowrap; }

/* line 2070, _styles.scss */
.blog-item-timer i {
  font-style: normal; }

/* line 2071, _styles.scss */
.blog-item-timer span {
  white-space: nowrap;
  display: inline-block; }

/* line 2072, _styles.scss */
.blog-item-timer span + span {
  margin-left: 8px; }

/* line 2073, _styles.scss */
.blog-item-inner .blog-item-timer {
  padding: 10px 15px;
  background: none;
  display: inline-block;
  margin: 20px 0px 0px;
  border: 1px solid #313131; }

/* line 2074, _styles.scss */
.blog-item-inner .blog-item-timer strong {
  display: inline; }

/* line 2075, _styles.scss */
.blog-item-short .blog-item-timer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  padding: 0px;
  background: none;
  color: #999;
  text-align: left;
  margin: -5px 0px 0px; }

/* line 2076, _styles.scss */
.blog-item-short .blog-item-timer strong {
  display: none; }

/* line 2077, _styles.scss */
.blog-item-short .blog-item-timer span + span {
  margin-left: 6px; }

/* line 2078, _styles.scss */
.blog-item-short .blog-item-timer-finish strong {
  display: block; }

/* line 2079, _styles.scss */
.blog-item-short .blog-item-timer-finish span {
  display: none; }

/* line 2081, _styles.scss */
.site-review {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
  margin: 20px 0px; }

/* line 2082, _styles.scss */
.site-review .site-review-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100px;
  height: 100px;
  background: center no-repeat;
  background-size: cover;
  border-radius: 50px; }

/* line 2083, _styles.scss */
.site-review .site-review-title {
  margin: 0px;
  color: #222; }

/* line 2084, _styles.scss */
.site-review .site-review-meta {
  margin: 5px 0px 0px;
  font-size: 12px;
  line-height: 16px;
  color: #999; }

/* line 2085, _styles.scss */
.site-review .site-review-content p {
  margin: 5px 0px 0px; }

/* line 2086, _styles.scss */
.site-review .site-review-rating {
  margin: 5px 0px;
  color: #fdb700;
  font-size: 16px;
  line-height: 20px; }

/* line 2087, _styles.scss */
.site-review .site-review-rating .fa {
  margin: 0px 5px 0px 0px; }

/* line 2088, _styles.scss */
.site-review .site-review-rating .fa-color-grey {
  color: #ccc; }

/* line 2089, _styles.scss */
.site-review .site-review-date {
  color: #999;
  font-size: 12px;
  vertical-align: top;
  padding: 3px 0px 3px 15px;
  border-left: 1px solid #ddd;
  margin-left: 10px; }

/* line 2091, _styles.scss */
.site-review .product-info {
  background: #f0f0f0;
  padding: 10px;
  margin: 10px 0px 0px; }

/* line 2092, _styles.scss */
.site-review .product-info .product-bundle {
  margin: 0px;
  line-height: 16px; }

/* line 2093, _styles.scss */
.site-review .product-info .product-bundle .product-bundle-title {
  margin: 0px; }

/* line 2094, _styles.scss */
.site-review .product-info a {
  text-decoration: none; }

/* line 2095, _styles.scss */
.site-review .product-info .product-bundle-item-thumb {
  background-color: #fff;
  border-radius: 50%; }

/* line 2097, _styles.scss */
.block-reviews .block-title {
  margin: 10px 0px 15px;
  text-align: center; }

/* line 2098, _styles.scss */
.block-reviews .site-review-all {
  margin: 15px 0px 10px;
  border-top: 1px dotted #ccc;
  padding-top: 15px; }

/* line 2099, _styles.scss */
.block-reviews .owl-nav {
  display: none; }

/* line 2100, _styles.scss */
.block .site-review {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  text-align: center; }

/* line 2101, _styles.scss */
.block .site-review .site-review-thumb {
  position: relative;
  margin: 0px auto 5px; }

/* line 2102, _styles.scss */
.block .site-review .site-review-title {
  font-size: 16px;
  line-height: 20px;
  color: #222; }

/* line 2103, _styles.scss */
.block .site-review .site-review-meta {
  margin: 0px; }

/* line 2104, _styles.scss */
.block .site-review .site-review-rating {
  margin: 5px 0px;
  font-size: 14px;
  line-height: 18px; }

/* line 2105, _styles.scss */
.block .site-review .site-review-rating .fa {
  margin: 0px 2px; }

/* line 2106, _styles.scss */
.block .site-review .site-review-content {
  margin-top: 5px; }

/*---*/
/*Отзывы и комментарии*/
/* line 2110, _styles.scss */
.product-reviews {
  margin: 20px 0px; }

/* line 2111, _styles.scss */
.product-reviews .review {
  margin: 20px 0px;
  padding-top: 20px;
  border-top: 1px dotted #ccc; }

/* line 2112, _styles.scss */
#comments-place .product-reviews .review:first-child {
  padding-top: 0px;
  border-top-style: none; }

/* line 2114, _styles.scss */
.review-author {
  color: #999;
  overflow: hidden; }

/* line 2115, _styles.scss */
.review-author span {
  color: #222;
  font-weight: 700; }

/* line 2116, _styles.scss */
.review-author .review-rating {
  float: right; }

/* line 2117, _styles.scss */
.review-content {
  font-style: italic;
  margin-top: 5px; }

/* line 2119, _styles.scss */
.review-rating .fa-star {
  color: #fdb700;
  margin-left: 2px; }

/* line 2120, _styles.scss */
.review-rating .fa-star-o {
  color: #ccc;
  margin-left: 2px; }

/* line 2121, _styles.scss */
.review-rating .fa-color-grey {
  color: #ccc; }

/* line 2122, _styles.scss */
.review-rating .fa-times-circle-o {
  color: #999;
  cursor: pointer; }

/* line 2123, _styles.scss */
.review-rating .fa-times-circle-o:hover {
  color: #f30; }

/* line 2125, _styles.scss */
.product-rating {
  margin: 20px 0px 20px -2px; }

/* line 2126, _styles.scss */
.product-rating .review-rating {
  display: inline-block;
  font-size: 16px;
  line-height: 20px; }

/* line 2127, _styles.scss */
.product-rating .rating-link {
  display: inline-block;
  padding-left: 10px; }

/* line 2129, _styles.scss */
.form-inner {
  margin: 20px 0px; }

/* line 2130, _styles.scss */
.form-inner label {
  display: block;
  margin: 0px 0px 2px;
  font-size: 12px;
  line-height: 16px;
  color: #222; }

/* line 2131, _styles.scss */
.form-inner .form-alert {
  margin-top: 5px; }

/* line 2132, _styles.scss */
.form-inner .form-item {
  margin: 0px 0px 10px; }

/* line 2133, _styles.scss */
.form-inner .form-captcha table {
  width: 100%; }

/* line 2135, _styles.scss */
.review-form-place textarea {
  height: 134px; }

/* line 2136, _styles.scss */
.review-form-place textarea.form-item-plus {
  height: 192px; }

/* line 2137, _styles.scss */
.comment-form-place textarea {
  height: 88px; }

/* line 2138, _styles.scss */
.comment-form-place textarea.form-item-plus {
  height: 146px; }

/* line 2139, _styles.scss */
.form-captcha th {
  width: 170px; }

/* line 2140, _styles.scss */
#captcha_challenge {
  position: relative;
  width: 160px;
  height: 48px;
  padding-right: 34px;
  overflow: hidden; }

/* line 2141, _styles.scss */
#captcha_challenge a {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px; }

/* line 2142, _styles.scss */
.form-alert .fa {
  margin-right: 5px; }

/* line 2144, _styles.scss */
.form-inner.review-form {
  display: none; }

/* line 2145, _styles.scss */
.button.review-form-toggle {
  position: relative;
  padding-right: 30px !important; }

/* line 2146, _styles.scss */
.button.review-form-toggle i {
  position: absolute;
  top: 8px;
  right: 13px;
  font-size: 18px;
  transition: 0.2s; }

/* line 2147, _styles.scss */
.button.review-form-toggle-active i {
  transform: rotate(90deg); }

/* line 2149, _styles.scss */
.reviews .text {
  margin: -20px 0px; }

/* line 2150, _styles.scss */
.reviews .form-inner {
  padding: 20px 20px 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); }

/* line 2151, _styles.scss */
#comments-place .text {
  margin: 20px 0px 0px; }

/* line 2152, _styles.scss */
#comments-place .text > h2 {
  margin: 0px; }

/* line 2153, _styles.scss */
.rating-lines {
  margin: 20px 0px !important; }

/* line 2154, _styles.scss */
.rating-lines li {
  overflow: hidden;
  margin: 5px 0px 0px !important; }

/* line 2155, _styles.scss */
.rating-lines a {
  float: left; }

/* line 2156, _styles.scss */
.rating-lines a:hover .rating-line-star {
  text-decoration: underline; }

/* line 2157, _styles.scss */
.rating-lines span {
  float: left;
  font-size: 12px;
  line-height: 18px; }

/* line 2158, _styles.scss */
.rating-lines .rating-line-star {
  width: 80px; }

/* line 2159, _styles.scss */
.rating-lines strong {
  float: left;
  position: relative;
  width: 170px;
  height: 10px;
  margin: 4px 5px 0px 0px;
  background: #e6e6e6; }

/* line 2160, _styles.scss */
.rating-lines strong i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #fdb700; }

/* line 2161, _styles.scss */
.rating-lines .review-show-rated-0 {
  cursor: default;
  color: #999; }

/* line 2162, _styles.scss */
.rating-lines .review-show-rated-0:hover .rating-line-star {
  text-decoration: none; }

/* line 2164, _styles.scss */
.js-review-form .form-submit {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px 0px 5px; }

/* line 2165, _styles.scss */
.js-review-form .form-submit button {
  margin: 0px 15px 10px 0px; }

/* line 2166, _styles.scss */
.js-review-form .form-submit label {
  flex: 1;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 10px 0px;
  min-width: 250px; }

/*---*/
/*FAQ*/
/* line 2171, _styles.scss */
.text .faq {
  list-style-type: none;
  margin: 20px 0px; }
  /* line 2174, _styles.scss */
  .text .faq-item {
    margin: 20px 0px; }
  /* line 2177, _styles.scss */
  .text .faq-title {
    margin: 0px;
    border-bottom: 1px dotted currentColor;
    cursor: pointer; }
    /* line 2181, _styles.scss */
    .text .faq-title:hover, .text .faq-title-active {
      color: #22aae1;
      border-bottom-color: #22aae1; }
  /* line 2186, _styles.scss */
  .text .faq-content {
    display: none;
    padding: 0px 0px 1px;
    margin: 0px 0px -21px; }

/*--*/
/*Корзина*/
/* line 2196, _styles.scss */
.cart-page {
  margin: 20px 0px; }

/* line 2198, _styles.scss */
.cart-item {
  padding: 20px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px; }

/* line 2199, _styles.scss */
.cart-item-title {
  font-size: 16px;
  line-height: 20px; }

/* line 2200, _styles.scss */
.cart-item-title .cart-item-variant {
  display: block;
  font-style: italic;
  color: #999; }

/* line 2201, _styles.scss */
.cart-item-title ul {
  font-size: 14px;
  line-height: 18px; }

/* line 2202, _styles.scss */
.cart-item-title ul li {
  margin-top: 5px; }

/* line 2203, _styles.scss */
.cart-item-title ul li span {
  color: #999;
  font-size: 12px; }

/* line 2204, _styles.scss */
.cart-item-price {
  color: #999;
  text-align: right; }

/* line 2205, _styles.scss */
.cart-item-price p {
  color: #000;
  font-size: 16px;
  line-height: 20px; }

/* line 2207, _styles.scss */
.cart-item-thumb {
  display: block;
  background: #fff;
  width: 100%;
  /* height: 140px; line-height: 140px;*/ }

/* line 2208, _styles.scss */
.cart-item-thumb img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

/* line 2209, _styles.scss */
.cart-item-delete {
  float: right;
  width: 36px;
  height: 36px;
  font-size: 34px;
  line-height: 36px;
  /*border: 1px solid #ddd;*/
  border-radius: 18px;
  color: #999;
  text-align: center;
  transition: 0.2s;
  background: none;
  padding: 0px; }

/* line 2210, _styles.scss */
.cart-item-delete:hover {
  color: #f30;
  /*border-color: #f30;*/ }

/* line 2212, _styles.scss */
.cart-footer {
  margin-top: 20px; }

/* line 2213, _styles.scss */
.cart-coupon table {
  margin: 5px 0px;
  width: 100%; }

/* line 2214, _styles.scss */
.cart-coupon th {
  width: 1%; }

/* line 2215, _styles.scss */
.cart-coupon .button {
  margin-left: 10px; }

/* line 2216, _styles.scss */
.cart-create-order p {
  margin: 0px 0px 10px;
  position: relative;
  font-size: 20px;
  line-height: 24px; }

/* line 2217, _styles.scss */
.cart-create-order p strong {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #222; }

/* line 2218, _styles.scss */
.cart-create-order p span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #999; }

/* line 2219, _styles.scss */
.cart-create-order p.cart-discounts {
  font-size: 16px;
  line-height: 20px; }

/* line 2221, _styles.scss */
.cart-create-order button {
  width: 100%; }

/* line 2224, _styles.scss */
.cart-fastorder .form {
  padding: 15px 20px 20px;
  border: 2px solid #ddd; }

/* line 2225, _styles.scss */
.cart-fastorder .form p {
  text-align: center; }

/* line 2226, _styles.scss */
.cart-fastorder .form p strong {
  font-size: 16px;
  color: #222; }

/* line 2227, _styles.scss */
.cart-fastorder table {
  width: 100%; }

/* line 2228, _styles.scss */
.cart-fastorder th {
  width: 1%; }

/* line 2229, _styles.scss */
.cart-fastorder label {
  display: block;
  margin: 15px 0px 5px; }

/* line 2230, _styles.scss */
.cart-fastorder button {
  margin-left: 10px; }

/* line 2231, _styles.scss */
.cart-fastorder .fast-status {
  margin: 10px 0px 0px;
  display: none; }

/* line 2232, _styles.scss */
.cart-fastorder .fast-status i {
  margin-right: 5px; }

/* line 2234, _styles.scss */
#cartform h1 {
  margin: 0px; }

/* line 2235, _styles.scss */
#cartform .text button {
  margin: -6px 0px;
  width: 100%; }

/* line 2236, _styles.scss */
#cartform .text .hidden-lg button {
  margin: 20px 0px 0px; }

/* line 2239, _styles.scss */
.cart-page-half .cart-item:last-child {
  margin-bottom: 0px;
  border-bottom-style: none;
  padding-bottom: 0px; }
/* line 2240, _styles.scss */
.cart-page-half .cart-footer {
  margin: 0px;
  border: 1px solid #ddd;
  padding: 0px; }
/* line 2242, _styles.scss */
.cart-page-half .cart-coupon {
  margin: 0px;
  padding: 15px; }
/* line 2244, _styles.scss */
.cart-page-half .cart-create-order {
  margin: 0px;
  padding: 15px;
  background: #eee; }
/* line 2246, _styles.scss */
.cart-page-half .cart-fastorder {
  margin: 0px;
  padding: 15px; }
/* line 2247, _styles.scss */
.cart-page-half .cart-fastorder .form {
  padding: 0px;
  border-style: none; }

/*--*/
/*Подвал*/
/* line 2252, _styles.scss */
.footer {
  padding: 20px 0px 17px;
  background-color: #effaff;
  border-bottom: 3px solid #ddd;
  color: #474747; }

/* line 2253, _styles.scss */
.footer a {
  color: #474747; }

/* line 2254, _styles.scss */
.footer a:hover {
  color: #999; }

/* line 2255, _styles.scss */
.footer a.active {
  font-weight: 700; }

/* line 2257, _styles.scss */
.footer-title {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 1px solid #474747; }

/* line 2258, _styles.scss */
.footer-title i {
  display: inline-block;
  width: 33px;
  text-align: center;
  background: #313131;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 3px 0px 0px;
  margin-right: 10px;
  vertical-align: middle; }

/* line 2259, _styles.scss */
.footer-menu {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px; }

/* line 2260, _styles.scss */
.footer-menu li {
  margin-top: 10px; }

/* line 2261, _styles.scss */
.footer-menu small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  color: #999; }

/* line 2262, _styles.scss */
.footer-menu small a {
  color: #999;
  text-decoration: underline; }

/* line 2264, _styles.scss */
.footer-payment-and-delivery {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-bottom: 20px; }

/* line 2266, _styles.scss */
.footer-copyright-0 {
  overflow: hidden;
  padding: 20px 0px 0px;
  font-size: 12px;
  line-height: 16px;
  border-top: 1px solid #ddd; }

/* line 2267, _styles.scss */
.footer-copyright {
  overflow: hidden;
  padding-top: 20px;
  font-size: 12px;
  line-height: 16px; }

/* line 2268, _styles.scss */
.footer-copyright p {
  float: left; }

/* line 2269, _styles.scss */
.footer-copyright p + p {
  float: right; }

/* line 2270, _styles.scss */
.footer-copyright a {
  text-decoration: underline; }

/* line 2272, _styles.scss */
.footer-empty .footer-copyright {
  border-top-style: none;
  padding: 0px; }

/* line 2274, _styles.scss */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 56px;
  width: 60px;
  height: 60px;
  font: 900 34px/60px 'magictoolbox-thin' !important;
  background-color: transparent;
  border: 1px solid rgba(180, 180, 180, 0);
  border-radius: 100%;
  transform: scale(0.85) rotate(90deg);
  color: #b4b4b4;
  text-align: center;
  transition: color 0.25s, border-color 0.25s, transform 0.25s;
  cursor: pointer; }

/* line 2275, _styles.scss */
.scroll-top:before {
  content: "\a002"; }

/* line 2276, _styles.scss */
.scroll-top:hover {
  color: #969696;
  border-color: rgba(150, 150, 150, 0.6);
  transform: scale(1) rotate(90deg); }

/*---*/
/*Всплывающие окна*/
/* line 2280, _styles.scss */
.window {
  position: fixed;
  z-index: 11;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: auto; }

/* line 2281, _styles.scss */
.window-height {
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle; }

/* line 2282, _styles.scss */
.window-shade {
  position: fixed;
  display: none;
  z-index: 10;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 2283, _styles.scss */
.window-fake-shade {
  position: fixed;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

/* line 2285, _styles.scss */
.window-data {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.2s, transform 0.2s;
  border-radius: 20px; }

/* line 2286, _styles.scss */
.window-data .window-close {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  color: #999;
  font-size: 34px;
  width: 34px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s; }

/* line 2287, _styles.scss */
.window-data .window-close:hover {
  color: #222; }

/* line 2288, _styles.scss */
.window-tohide .window-data {
  transform: scale(0.7);
  opacity: 0; }

/* line 2290, _styles.scss */
.window-content {
  width: 500px;
  max-width: 100%;
  padding: 20px 30px;
  background-image: url("https://static-ru.insales.ru/files/1/5734/10376806/original/left-top-background.png"), url("https://static-ru.insales.ru/files/1/5735/10376807/original/right-bottom-background.png");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: left 10px top 5px, right 5px bottom 5px; }

/* line 2296, _styles.scss */
.window-content .window-title {
  font-size: 20px;
  padding: 10px 20px;
  background: #2dabde;
  border-radius: 10px;
  line-height: 24px;
  color: white;
  margin: 10px 0px 10px;
  text-align: center; }

/* line 2297, _styles.scss */
.window-content .window-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #222;
  margin: 0px 0px 10px;
  font-weight: 700; }

/* line 2298, _styles.scss */
.window-content .window-description {
  margin: 10px 0px; }

/* line 2300, _styles.scss */
.window-content .window-form-item {
  margin: 20px 0px; }

/* line 2301, _styles.scss */
.window-content .window-form-item label {
  display: block;
  margin: 0px 0px 2px;
  font-size: 12px;
  line-height: 16px;
  color: #222; }

/* line 2302, _styles.scss */
.window-content .window-form-item-image {
  position: relative;
  height: 0px;
  padding-top: 100%; }

/* line 2303, _styles.scss */
.window-content .window-form-item-image img {
  position: absolute;
  top: 50%;
  max-height: 100%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* line 2304, _styles.scss */
.window-content .new_orange_action_button {
  padding: 13px 50px;
  margin: 20px 0px;
  font-size: 18px;
  left: 50%;
  transform: translate(-50%); }

/* line 2313, _styles.scss */
.status {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

/* line 2314, _styles.scss */
.status i {
  margin-right: 5px; }

/* line 2315, _styles.scss */
.status-block {
  display: block;
  margin: 0px; }

/* line 2316, _styles.scss */
.status-block span {
  display: inline-block;
  margin: 10px 0px 0px; }

/* line 2317, _styles.scss */
.text-red {
  color: #f30; }

/* line 2318, _styles.scss */
.text-grey {
  color: #999; }

/* line 2319, _styles.scss */
.text-green {
  color: #65bc54; }

/* line 2321, _styles.scss */
.window-obj-alert button {
  min-width: 160px;
  margin-top: 10px; }

/*---*/
/*Быстрый заказ*/
/* line 2325, _styles.scss */
.window-obj-quickorder {
  width: 540px; }

/* line 2326, _styles.scss */
.window-obj-quickorder .window-description {
  margin-top: 0px; }

/* line 2327, _styles.scss */
.window-obj-quickorder .window-product {
  margin: 20px -20px;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

/* line 2328, _styles.scss */
.window-obj-quickorder .window-product-title {
  font-size: 16px;
  line-height: 20px;
  color: #222; }

/* line 2329, _styles.scss */
.window-obj-quickorder .window-product-quantity {
  margin-top: 10px; }

/* line 2330, _styles.scss */
.window-obj-quickorder .window-product-quantity button {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  float: none;
  margin: 0px !important; }

/* line 2331, _styles.scss */
.window-obj-quickorder .window-product-quantity button:hover {
  border-color: #22aae1;
  background: #22aae1;
  color: #fff; }

/* line 2332, _styles.scss */
.window-obj-quickorder .window-product-price {
  color: #222;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  text-align: right; }

/* line 2334, _styles.scss */
.window-obj-quickorder .window-product-quantity input {
  margin: 0px -1px;
  vertical-align: middle;
  text-align: center;
  width: 40px; }

/*---*/
/*Быстрый просмотр*/
/* line 2338, _styles.scss */
.window-obj-quickview {
  width: 1000px; }

/* line 2339, _styles.scss */
.window-obj-quickview .product-page {
  margin: 0px 0px -20px; }

/* line 2340, _styles.scss */
.window-obj-quickview .text {
  margin: 0px; }

/* line 2341, _styles.scss */
.window-obj-quickview .text h1 {
  margin-top: 0px;
  padding-right: 20px; }

/* line 2342, _styles.scss */
.window-obj-quickview .product-images-item {
  width: 20%; }

/* line 2343, _styles.scss */
.window-prev, .window-next {
  display: none;
  position: fixed;
  z-index: 12;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  font: 900 44px/80px 'magictoolbox-thin' !important;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
  transform: scale(0.85);
  color: #fff;
  text-align: center;
  transition: color 0.25s, border-color 0.25s, transform 0.25s; }

/* line 2344, _styles.scss */
.window-prev:before {
  content: "\a002"; }

/* line 2345, _styles.scss */
.window-next:before {
  content: "\a003"; }

/* line 2346, _styles.scss */
.window-prev:hover, .window-next:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1); }

/* line 2347, _styles.scss */
.window-prev {
  left: 50%;
  margin-left: -600px; }

/* line 2348, _styles.scss */
.window-prev .ion {
  display: none; }

/* line 2349, _styles.scss */
.window-next {
  right: 50%;
  margin-right: -600px; }

/* line 2350, _styles.scss */
.window-next .ion {
  display: none; }

/* line 2351, _styles.scss */
.window-obj-quickview .geo-mini {
  display: none; }

/* line 2352, _styles.scss */
.window-obj-quickview .product-share {
  display: none; }

/* line 2353, _styles.scss */
.window-obj-quickview .product-page-url {
  display: block; }

/* line 2355, _styles.scss */
.window-type-quickview:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0px 0px -30px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 50%;
  animation: loader 1s ease-in-out infinite;
  visibility: visible;
  opacity: 1;
  transition: 0.2s; }

/* line 2356, _styles.scss */
.window-type-quickview:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0px 0px -20px;
  border: 3px solid transparent;
  border-left: 3px solid #22aae1;
  border-right: 3px solid #22aae1;
  border-radius: 50%;
  animation: loader2 1s ease-in-out infinite;
  visibility: visible;
  opacity: 1;
  transition: 0.2s; }

/* line 2357, _styles.scss */
.window-type-quickview-active:after {
  visibility: hidden;
  opacity: 0; }

/* line 2358, _styles.scss */
.window-type-quickview-active:before {
  visibility: hidden;
  opacity: 0; }

/*---*/
/*GEO*/
/* line 2362, _styles.scss */
.window-obj-geo {
  width: 800px; }

/* line 2363, _styles.scss */
.window-obj-geo .window-title {
  line-height: 30px; }

/* line 2364, _styles.scss */
.window-obj-geo .window-title .geo-city-short {
  margin-right: 20px;
  vertical-align: middle; }

/* line 2365, _styles.scss */
.window-obj-geoMap {
  width: 800px; }

/* line 2366, _styles.scss */
.window-obj-geoMap .window-title {
  line-height: 30px; }

/* line 2367, _styles.scss */
.window-obj-geoMap .window-title .geo-city-short {
  margin-right: 20px;
  vertical-align: middle; }

/* line 2368, _styles.scss */
.ymaps-2-1-48-copyrights-pane {
  display: none !important; }

/*---*/
/*login*/
/* line 2372, _styles.scss */
.window-obj-login .window-form-item {
  margin-bottom: 0px; }

/* line 2373, _styles.scss */
.window-obj-login button, .window-obj-login .button {
  margin-top: 10px; }

/* line 2374, _styles.scss */
.window-obj-login button {
  margin-right: 10px; }

/*---*/
/*Корзина*/
/* line 2378, _styles.scss */
.window-type-cart {
  overflow: hidden; }

/* line 2379, _styles.scss */
.window-type-cart:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0px 0px -30px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 50%;
  animation: loader 1s ease-in-out infinite;
  visibility: visible;
  opacity: 1;
  transition: 0.2s; }

/* line 2380, _styles.scss */
.window-type-cart:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0px 0px -20px;
  border: 3px solid transparent;
  border-left: 3px solid #22aae1;
  border-right: 3px solid #22aae1;
  border-radius: 50%;
  animation: loader2 1s ease-in-out infinite;
  visibility: visible;
  opacity: 1;
  transition: 0.2s; }

/* line 2381, _styles.scss */
.window-type-cart-active:after {
  visibility: hidden;
  opacity: 0; }

/* line 2382, _styles.scss */
.window-type-cart-active:before {
  visibility: hidden;
  opacity: 0; }

/* line 2383, _styles.scss */
.window-obj-cart {
  width: 700px;
  max-width: 700px; }

/* line 2385, _styles.scss */
.window-type-cart form {
  position: relative; }

/* line 2386, _styles.scss */
.window-type-cart form:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: -20px;
  top: 0px;
  width: calc(100% + 40px);
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
  opacity: 0;
  visibility: hidden; }

/* line 2387, _styles.scss */
.window-type-cart form.disabled:before {
  opacity: 1;
  visibility: visible; }

/* line 2389, _styles.scss */
.window-cart-items {
  margin: 20px -20px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-height: 300px;
  overflow: auto; }

/* line 2390, _styles.scss */
.window-cart-items-main {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  margin: 0px 0px -1px; }

/* line 2391, _styles.scss */
.window-cart-items-main + .window-cart-items-other {
  margin: 0px; }

/* line 2392, _styles.scss */
.window-cart-items-other {
  padding: 20px;
  border-top: 1px solid #ddd;
  margin: -1px 0px 0px; }

/* line 2393, _styles.scss */
.window-cart-items-other > p {
  font-weight: 700;
  color: #222; }

/* line 2394, _styles.scss */
.window-cart-items-other .window-cart-item {
  margin: 20px 0px 0px; }

/* line 2396, _styles.scss */
.window-cart-item-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%; }

/* line 2397, _styles.scss */
.window-cart-item-image {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); }

/* line 2398, _styles.scss */
.window-cart-item-price {
  text-align: right;
  font-weight: 700;
  color: #222; }

/* line 2399, _styles.scss */
.window-cart-item-quantity {
  text-align: right;
  color: #999; }

@keyframes loader {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(180deg) scale(0.7);
    border-top-color: #22aae1;
    border-bottom-color: #22aae1; }
  100% {
    transform: rotate(360deg) scale(1); } }
@keyframes loader2 {
  0% {
    transform: rotate(360deg) scale(1); }
  50% {
    transform: rotate(180deg) scale(0.7);
    border-left-color: #fff;
    border-right-color: #fff; }
  100% {
    transform: rotate(0deg) scale(1); } }
/*---*/
/*Пейджинг*/
/* line 2414, _styles.scss */
.paging {
  margin: 20px 0px;
  text-align: center; }

/* line 2415, _styles.scss */
.paging-pages > a, .paging-pages > em, .paging-pages > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 32px;
  margin: 0px -1px 0px 0px;
  text-decoration: none;
  transition: 0.2s;
  border: 1px solid #ddd;
  color: #222; }

/* line 2416, _styles.scss */
.paging-pages > .paging-first {
  border-radius: 2px 0px 0px 2px; }

/* line 2417, _styles.scss */
.paging-pages > .paging-last {
  border-radius: 0px 2px 2px 0px; }

/* line 2418, _styles.scss */
.paging-pages > a:hover {
  background: #22aae1;
  color: #fff;
  border-color: #22aae1;
  z-index: 3; }

/* line 2419, _styles.scss */
.paging-pages > span {
  z-index: 2;
  background: #f0f0f0;
  color: #22aae1;
  font-weight: 700; }

/* line 2420, _styles.scss */
.paging-back i {
  margin-right: 5px; }

/* line 2422, _styles.scss */
.paging .paging-previous, .paging .paging-next {
  width: auto;
  padding: 0px 10px;
  margin: 0px 5px;
  border-radius: 2px; }
/* line 2423, _styles.scss */
.paging .paging-previous .fa, .paging .paging-next .fa {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -2px; }
/* line 2424, _styles.scss */
.paging .paging-previous .fa {
  margin-right: 5px; }
/* line 2425, _styles.scss */
.paging .paging-next .fa {
  margin-left: 5px; }

/* line 2427, _styles.scss */
.paging-pages-count {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }

/* line 2428, _styles.scss */
.paging-pages-count div {
  margin: 5px auto 0px;
  background: #f0f0f0;
  width: 200px; }

/* line 2429, _styles.scss */
.paging-pages-count div i {
  display: block;
  width: 0px;
  height: 3px;
  background: #22aae1; }

/* line 2430, _styles.scss */
.paging-pages-load {
  position: relative;
  margin: 15px 0px 0px;
  width: 100%;
  max-width: 300px;
  font-weight: 700; }

/* line 2431, _styles.scss */
.paging-pages-load:after {
  border-width: 2px; }

/* line 2432, _styles.scss */
.paging-pages-load i {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0px 0px -15px; }

/* line 2433, _styles.scss */
.paging-pages-load i:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 50%;
  animation: loader 1s ease-in-out infinite;
  visibility: visible;
  opacity: 1;
  transition: 0.2s; }

/* line 2434, _styles.scss */
.paging-pages-load i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0px 0px -10px;
  border: 2px solid transparent;
  border-left: 3px solid #22aae1;
  border-right: 3px solid #22aae1;
  border-radius: 50%;
  animation: loader2 1s ease-in-out infinite;
  visibility: visible;
  opacity: 1;
  transition: 0.2s; }

/* line 2435, _styles.scss */
.paging-pages-load.is-active {
  color: transparent !important; }

/* line 2436, _styles.scss */
.paging-pages-load.is-active i {
  opacity: 1; }

/* line 2437, _styles.scss */
.paging-pages--hybrid {
  margin-top: 15px; }

/*---*/
/*Хлебные крошки*/
/* line 2441, _styles.scss */
.bread {
  font-size: 12px;
  line-height: 16px;
  margin: 20px 0px 0px;
  color: #999; }

/* line 2442, _styles.scss */
.bread a {
  color: #999; }

/* line 2443, _styles.scss */
.bread a:hover {
  text-decoration: none; }

/* line 2444, _styles.scss */
.bread strong {
  font-weight: normal; }

/*---*/
/*Автозавершение поиска*/
/* line 2448, _styles.scss */
.ui-autocomplete {
  z-index: 5;
  width: 100% !important;
  border: 1px solid #ddd;
  background-color: #fff;
  border-top-style: none;
  list-style: none;
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
  max-height: 294px;
  overflow: auto;
  text-align: left;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); }

/* line 2449, _styles.scss */
.ui-autocomplete li + li {
  border-top: 1px solid #ddd; }

/* line 2450, _styles.scss */
.ui-autocomplete a {
  position: relative;
  display: block;
  padding: 5px 10px 5px 58px;
  min-height: 58px;
  text-decoration: none;
  color: #474747; }

/* line 2451, _styles.scss */
.ui-autocomplete a:hover {
  color: #22aae1; }

/* line 2452, _styles.scss */
.ui-autocomplete a strong {
  color: #22aae1; }

/* line 2453, _styles.scss */
.ui-autocomplete a strong.price {
  color: #000; }

/* line 2454, _styles.scss */
.ui-autocomplete span {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 48px;
  height: 48px;
  background: center no-repeat; }

/* line 2455, _styles.scss */
.ui-autocomplete li.ui-state-focus a {
  color: #22aae1; }

/* line 2456, _styles.scss */
.ui-autocomplete-loading {
  background: url(autocomplete-loading.gif) center no-repeat !important;
  background-size: cover !important; }

/* line 2457, _styles.scss */
.ui-helper-hidden-accessible {
  display: none; }

/*---*/
/*Оплата и доставка*/
/* line 2461, _styles.scss */
.footer-payment, .footer-delivery {
  line-height: 30px; }

/* line 2462, _styles.scss */
.footer-pnd-icon {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin-left: 10px; }

/* line 2463, _styles.scss */
.footer-pnd-icon img {
  display: block;
  width: auto;
  height: 30px; }

/*---*/
/*popGrowl*/
/* line 2467, _styles.scss */
.pop-growl.pop-growl-bottom-right {
  bottom: 0px;
  right: 10px; }

/* line 2468, _styles.scss */
.pop-growl .pop-growl-notification {
  border-style: none;
  cursor: default; }

/* line 2469, _styles.scss */
.pop-growl .pop-growl-notification img {
  max-width: 100%; }

/* line 2470, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added {
  display: block; }

/* line 2471, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .title {
  position: relative;
  padding: 10px;
  color: #222;
  font-weight: 700;
  background: #eee; }

/* line 2472, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .title .notification-close {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 26px;
  color: #999;
  transition: 0.2s; }

/* line 2473, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .title:hover .notification-close {
  color: #000; }

/* line 2474, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .data {
  display: block;
  padding: 10px 10px 10px 68px;
  overflow: hidden;
  min-height: 68px;
  position: relative;
  text-decoration: none;
  color: #474747; }

/* line 2475, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .line-item-image {
  display: block;
  width: 48px;
  height: 48px;
  background: center no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 10px; }

/* line 2476, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .type-error {
  font-size: 20px;
  line-height: 48px;
  background: #f30;
  color: #fff;
  text-align: center;
  border-radius: 4px; }

/* line 2477, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .type-info {
  background: #22aae1;
  color: #fff; }

/* line 2479, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .cart-details span {
  color: #999;
  font-style: italic; }

/* line 2480, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .cart-details p {
  text-decoration: underline;
  color: #999;
  font-size: 12px;
  line-height: 16px; }

/* line 2481, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .data:hover .cart-details p {
  color: #22aae1; }

/* line 2482, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .data-privacy p {
  margin: 0px 0px 5px;
  font-size: 12px;
  line-height: 16px; }

/*---*/
/* line 2485, _styles.scss */
.privacy-info {
  display: block;
  margin-top: 15px;
  position: relative;
  font-size: 12px;
  line-height: 16px; }

/* line 2486, _styles.scss */
.privacy-info a {
  text-decoration: underline;
  color: currentColor; }

/* line 2487, _styles.scss */
.privacy-info-checkbox {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  color: silver; }
  /* line 2492, _styles.scss */
  .privacy-info-checkbox:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 7px;
    height: 7px;
    background: #999;
    z-index: 2;
    opacity: 0;
    transition: all 0.2s ease-out 0s; }
  /* line 2504, _styles.scss */
  .privacy-info-checkbox:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    width: 11px;
    height: 11px;
    border: 1px solid #999;
    transition: all 0.2s ease-out 0s; }
  /* line 2514, _styles.scss */
  .privacy-info-checkbox input {
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 1px; }

/* line 2522, _styles.scss */
.privacy-info-checkbox:hover:before {
  opacity: 0.2; }

/* line 2527, _styles.scss */
.privacy-info-checked:before {
  opacity: 1 !important; }

/*Разности*/
/* line 2533, _styles.scss */
.sticky-column {
  position: static; }

/* line 2534, _styles.scss */
.item-quantity > * {
  vertical-align: top; }

/* line 2536, _styles.scss */
.table-scroll {
  overflow: auto;
  overflow-y: hidden;
  margin: 20px 0px; }

/* line 2537, _styles.scss */
.table-scroll table {
  margin: 0px; }

/* line 2539, _styles.scss */
.clear {
  clear: both;
  height: 0px;
  overflow: hidden; }

/* line 2540, _styles.scss */
.clear-float {
  clear: both; }

/* line 2541, _styles.scss */
.hidden {
  display: none; }

/* line 2542, _styles.scss */
.ancor {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden; }

/* line 2543, _styles.scss */
.ya-share2__list {
  margin: 0px !important; }

/* line 2545, _styles.scss */
#add_product_notification, #add_product_wait, #own_preloader {
  display: none !important; }

/* line 2546, _styles.scss */
.rucaptcha-image {
  height: 100%; }

/*---*/
/* line 2, _checkout.scss */
.template-checkout .b {
  font-weight: normal; }
/* line 3, _checkout.scss */
.template-checkout .set h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0px;
  color: #222;
  font-weight: 700; }
/* line 4, _checkout.scss */
.template-checkout .set #order_form h3 {
  margin-bottom: 0px; }
/* line 6, _checkout.scss */
.template-checkout .message {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin: 20px 0px; }
/* line 7, _checkout.scss */
.template-checkout .message .notice {
  color: #39a912; }
/* line 8, _checkout.scss */
.template-checkout .message .error {
  color: #f30; }
/* line 9, _checkout.scss */
.template-checkout div.error {
  font-size: 14px;
  color: #f30;
  line-height: 18px;
  display: block;
  margin: 20px 0px; }
/* line 10, _checkout.scss */
.template-checkout .green {
  font-weight: 700;
  color: #39a912; }
/* line 11, _checkout.scss */
.template-checkout .red {
  font-weight: 700;
  color: #f30; }
/* line 13, _checkout.scss */
.template-checkout #regular_client + div {
  margin-left: 10px; }
/* line 15, _checkout.scss */
.template-checkout #registered_client small {
  display: none;
  vertical-align: middle;
  margin-left: 10px; }
/* line 16, _checkout.scss */
.template-checkout #registered_client img {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0px 0px; }
/* line 17, _checkout.scss */
.template-checkout #registered_client h3, .template-checkout #regular_client h3 {
  margin: 0px; }
/* line 18, _checkout.scss */
.template-checkout .service_logins img {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0px 0px; }
/* line 19, _checkout.scss */
.template-checkout #contacts label b {
  font-weight: 700;
  color: #222; }
/* line 20, _checkout.scss */
.template-checkout #contacts .field-content div {
  font-size: 12px;
  line-height: 16px; }
/* line 22, _checkout.scss */
.template-checkout .field {
  margin: 10px 0px 0px; }
/* line 23, _checkout.scss */
.template-checkout .field .field-label {
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 3px;
  color: #222; }
/* line 24, _checkout.scss */
.template-checkout .field .field-label .warning {
  color: #f30; }
/* line 25, _checkout.scss */
.template-checkout .field .field-content {
  width: 100%; }
/* line 26, _checkout.scss */
.template-checkout .field .field-content select {
  width: 100%; }
/* line 27, _checkout.scss */
.template-checkout .field .field-content .small {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin-top: 2px;
  font-style: italic; }
/* line 28, _checkout.scss */
.template-checkout textarea.textfield {
  height: 76px; }
/* line 29, _checkout.scss */
.template-checkout .textfield {
  max-width: 415px; }
/* line 30, _checkout.scss */
.template-checkout #order_client_bonus_points {
  max-width: 160px;
  display: block; }
/* line 32, _checkout.scss */
.template-checkout .wide_set .field-content {
  max-width: 300px; }
/* line 33, _checkout.scss */
.template-checkout .field-content #captcha_challenge {
  margin-bottom: 5px; }
/* line 34, _checkout.scss */
.template-checkout .wide_set .field-content small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin-top: 2px;
  font-style: italic; }
/* line 36, _checkout.scss */
.template-checkout .fieldWithErrors .textfield {
  border-color: #f30 !important;
  background: #ffe1da; }
/* line 38, _checkout.scss */
.template-checkout .side-left {
  float: left;
  width: 710px; }
/* line 39, _checkout.scss */
.template-checkout .side-left .set {
  margin: -20px 0px; }
/* line 40, _checkout.scss */
.template-checkout .side-right {
  float: right;
  width: 250px; }
/* line 41, _checkout.scss */
.template-checkout .wide_set .set-title {
  display: none; }
/* line 43, _checkout.scss */
.template-checkout .set {
  margin: 20px 0px; }
/* line 44, _checkout.scss */
.template-checkout .wide_set {
  margin: 20px 0px; }
/* line 45, _checkout.scss */
.template-checkout .set .set-title {
  clear: both;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0px;
  color: #222; }
/* line 46, _checkout.scss */
.template-checkout .set .set-block:after {
  content: "";
  display: table;
  clear: both; }
/* line 48, _checkout.scss */
.template-checkout .set-block + .set-title, .template-checkout .set-title + .set-title {
  border-top: 1px solid #ccc;
  padding-top: 20px; }
/* line 50, _checkout.scss */
.template-checkout .past_step {
  float: right;
  font-size: 12px;
  background: #eee;
  padding: 0px 10px;
  overflow: hidden; }
/* line 51, _checkout.scss */
.template-checkout .past_step a {
  float: right;
  margin-left: 10px;
  color: #999; }
/* line 52, _checkout.scss */
.template-checkout .past_step a:hover {
  color: #22aae1; }
/* line 53, _checkout.scss */
.template-checkout .past_step span {
  max-width: 300px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 56, _checkout.scss */
.template-checkout .set-sidebar p {
  margin: 0px; }
/* line 57, _checkout.scss */
.template-checkout .set-sidebar .icon {
  display: none; }
/* line 58, _checkout.scss */
.template-checkout .set-sidebar .set-title {
  display: block;
  margin: 10px 0px; }
/* line 59, _checkout.scss */
.template-checkout .set-list {
  margin: 15px 0px -5px; }
/* line 60, _checkout.scss */
.template-checkout .set-list li {
  position: relative;
  display: block;
  padding-left: 55px;
  min-height: 59px;
  margin: 10px 0px 0px;
  padding-top: 10px;
  border-top: 1px dotted #ccc; }
/* line 61, _checkout.scss */
.template-checkout .set-list li .img {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 48px;
  height: 48px;
  background: center no-repeat; }
/* line 62, _checkout.scss */
.template-checkout .set-list li .description {
  font-size: 12px;
  line-height: 16px; }
/* line 63, _checkout.scss */
.template-checkout .set-list li .description p + p {
  font-weight: 700; }
/* line 65, _checkout.scss */
.template-checkout .set-meta {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ccc; }
/* line 66, _checkout.scss */
.template-checkout .set-meta .fc {
  margin-bottom: 10px;
  overflow: hidden;
  color: #222; }
/* line 67, _checkout.scss */
.template-checkout .set-meta .fc .fl {
  float: left; }
/* line 68, _checkout.scss */
.template-checkout .set-meta .fc .fr {
  float: right;
  font-weight: 700; }
/* line 69, _checkout.scss */
.template-checkout .set-meta .b, .template-checkout .set-meta b {
  font-weight: 700; }
/* line 71, _checkout.scss */
.template-checkout #order_form h4, .template-checkout #payment h4 {
  display: block;
  margin: 20px 0px 0px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #222; }
/* line 72, _checkout.scss */
.template-checkout #order_form #create_order, .template-checkout #payment #create_order {
  margin: 20px 0px 0px !important;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 19px; }
/* line 73, _checkout.scss */
.template-checkout #order_form #create_order {
  margin-bottom: 20px !important; }
/* line 75, _checkout.scss */
.template-checkout #payment_gateways .field-content {
  width: 100% !important; }
/* line 76, _checkout.scss */
.template-checkout #payment_gateways .field-content textarea {
  width: 100% !important; }
/* line 78, _checkout.scss */
.template-checkout #order_captcha_solution {
  width: 100%;
  margin: 10px 0px 2px; }
/* line 79, _checkout.scss */
.template-checkout #feedback_content {
  height: 76px;
  width: 100% !important;
  margin: 0px !important; }
/* line 81, _checkout.scss */
.template-checkout table {
  width: 100%; }
/* line 83, _checkout.scss */
.template-checkout .variants {
  width: 100%;
  table-layout: fixed; }
/* line 84, _checkout.scss */
.template-checkout .variants td {
  vertical-align: top;
  padding-bottom: 10px; }
/* line 85, _checkout.scss */
.template-checkout #order_form .variants td {
  padding-bottom: 0px;
  padding-top: 10px; }
/* line 86, _checkout.scss */
.template-checkout .variants label {
  color: #222; }
/* line 87, _checkout.scss */
.template-checkout .variants label small {
  font-weight: normal;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-style: italic; }
/* line 88, _checkout.scss */
.template-checkout .variants label small p {
  margin: 0px; }
/* line 89, _checkout.scss */
.template-checkout .variants .radio {
  width: 20px; }
/* line 90, _checkout.scss */
.template-checkout .variants .radio input {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px; }
/* line 91, _checkout.scss */
.template-checkout .variants .price {
  width: 100px;
  text-align: right; }
/* line 93, _checkout.scss */
.template-checkout .text-cabinet em {
  font-style: italic;
  color: #999; }
/* line 94, _checkout.scss */
.template-checkout .text-cabinet small {
  display: block;
  font-size: 12px;
  line-height: 16px; }
/* line 95, _checkout.scss */
.template-checkout .text-cabinet strong {
  color: #222; }
/* line 97, _checkout.scss */
.template-checkout .table {
  width: 100%;
  margin: 20px 0px;
  font-size: 14px;
  line-height: 18px; }
/* line 98, _checkout.scss */
.template-checkout .table th, .template-checkout .table td {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left; }
/* line 99, _checkout.scss */
.template-checkout .table th {
  white-space: nowrap;
  background-color: #eee;
  color: #222;
  font-weight: 700; }
/* line 100, _checkout.scss */
.template-checkout .table .count-field {
  text-align: center; }
/* line 101, _checkout.scss */
.template-checkout .table .price-field {
  text-align: right; }
/* line 102, _checkout.scss */
.template-checkout .table .thumb-field span {
  display: block;
  width: 48px;
  height: 48px;
  background: center no-repeat;
  background-size: cover; }
/* line 103, _checkout.scss */
.template-checkout .table tfoot {
  font-size: 16px;
  line-height: 20px;
  color: #222; }
/* line 104, _checkout.scss */
.template-checkout .table .min-field, .template-checkout .table .thumb-field, .template-checkout .table .sku-field, .template-checkout .table .count-field, .template-checkout .table .price-field {
  width: 1%;
  white-space: nowrap; }
/* line 106, _checkout.scss */
.template-checkout .table-scroll {
  overflow: auto;
  overflow-y: hidden;
  margin: 20px 0px; }
/* line 107, _checkout.scss */
.template-checkout .table-scroll table {
  margin: 0px; }
/* line 109, _checkout.scss */
.template-checkout .green_status td {
  background-color: #C5FFBC; }
/* line 110, _checkout.scss */
.template-checkout .grey_status {
  background-color: #eee;
  opacity: 0.5; }
/* line 112, _checkout.scss */
.template-checkout .not_available {
  display: none; }
/* line 114, _checkout.scss */
.template-checkout .twitter-typeahead {
  width: 100%; }
/* line 115, _checkout.scss */
.template-checkout .tt-dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: -1px;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); }
/* line 116, _checkout.scss */
.template-checkout .tt-suggestion {
  padding: 5px 10px;
  cursor: pointer; }
/* line 117, _checkout.scss */
.template-checkout .tt-suggestion:hover {
  background: #eee; }
/* line 118, _checkout.scss */
.template-checkout .tt-dropdown-menu .empty-message {
  padding: 5px 10px; }
/* line 120, _checkout.scss */
.template-checkout .ac_results {
  border: 1px solid #ddd;
  background: #fff;
  width: 100% !important;
  margin-top: -1px; }
/* line 121, _checkout.scss */
.template-checkout .ac_results li {
  padding: 5px 10px;
  cursor: pointer; }
/* line 122, _checkout.scss */
.template-checkout .ac_results li:hover {
  background: #eee; }
/* line 124, _checkout.scss */
.template-checkout #order_client_bonus_points {
  margin: 5px 0px; }
/* line 125, _checkout.scss */
.template-checkout .variants-bonus tr td:first-child {
  width: 20px; }

@media (max-width: 998px) {
  /* line 2, _responsive.scss */
  body {
    min-width: 100%; }

  /* line 3, _responsive.scss */
  .body {
    padding: 0px; }

  /* line 4, _responsive.scss */
  .page {
    width: 100%;
    box-shadow: none; } }
@media (max-width: 1199px) {
  /* line 8, _responsive.scss */
  .header-table .logo img {
    min-width: 180px;
    max-width: 100%;
    height: auto; }

  /* line 9, _responsive.scss */
  .header .contacts {
    padding: 0px 20px;
    min-width: 290px; }

  /* line 10, _responsive.scss */
  .header .header-info {
    position: absolute;
    top: 0px;
    white-space: nowrap; } }
@media (min-width: 992px) {
  /* line 14, _responsive.scss */
  .filter-count-fixed {
    display: none !important; } }
@media (max-width: 991px) {
  /* line 18, _responsive.scss */
  .minwidth {
    z-index: 6; }

  /* line 20, _responsive.scss */
  .page {
    border-top-style: none;
    padding-top: 40px; }

  /* line 22, _responsive.scss */
  .header {
    border-bottom: 3px solid #ddd;
    padding-top: 37px; }

  /* line 24, _responsive.scss */
  .menu-more {
    display: none; }

  /* line 26, _responsive.scss */
  .sidebar {
    z-index: 7; }

  /* line 28, _responsive.scss */
  .search {
    width: 100%; }

  /* line 30, _responsive.scss */
  .template-index .block-vk {
    margin-top: 40px; }

  /* line 32, _responsive.scss */
  .block-filter {
    margin: 0px;
    position: fixed;
    z-index: 20;
    left: 0px;
    top: 0px;
    width: 260px;
    height: 100%;
    overflow: auto;
    border-width: 0px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    transform: translate(-110%, 0px);
    transition: 0.2s;
    display: block !important; }

  /* line 33, _responsive.scss */
  .block-filter.is-active {
    transform: translate(0px, 0px); }

  /* line 34, _responsive.scss */
  .filter-shade {
    position: fixed;
    z-index: 19;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none; }

  /* line 35, _responsive.scss */
  .filter-item .filter-title {
    font-size: 16px;
    line-height: 20px; }

  /* line 36, _responsive.scss */
  .filter-item .checkbox {
    margin: 8px 0px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 18px; }

  /* line 37, _responsive.scss */
  .filter-item .checkbox label:after {
    width: 16px;
    height: 16px; }

  /* line 38, _responsive.scss */
  .filter-item .checkbox label:before {
    width: 12px;
    height: 12px; }

  /* line 39, _responsive.scss */
  .filter-item .checkbox-more {
    margin: 8px 0px;
    font-size: 14px;
    line-height: 18px; }

  /* line 40, _responsive.scss */
  .filter-count-absolute {
    display: none !important; }

  /* line 41, _responsive.scss */
  .filter-count-fixed {
    position: fixed;
    z-index: 21;
    left: 0px !important;
    right: 0px;
    top: auto !important;
    bottom: 0px;
    width: 260px;
    padding: 14px 20px;
    border-radius: 0px;
    margin: 0px !important;
    text-align: center; }

  /* line 42, _responsive.scss */
  .filter-count .fa-caret-left {
    display: none; }

  /* line 43, _responsive.scss */
  .filter-price .filter-title, .filter-price label, .filter-price table, .filter-price .drag-place {
    max-width: 220px; }

  /* line 45, _responsive.scss */
  .subcollection .subcollection-shade {
    display: none !important; }

  /* line 47, _responsive.scss */
  .text .h1 .button {
    display: none !important; }

  /* line 48, _responsive.scss */
  .products-sort {
    text-align: center; }

  /* line 49, _responsive.scss */
  .drop-selector {
    float: left;
    margin: 0px 20px 0px 0px; }

  /* line 51, _responsive.scss */
  .product .product-shade {
    display: none !important; }

  /* line 52, _responsive.scss */
  .product .product-variants {
    border: 1px solid #ddd;
    left: -11px;
    top: -11px;
    padding: 10px;
    opacity: 1;
    visibility: visible; }

  /* line 53, _responsive.scss */
  .product-quickview {
    display: none; }

  /* line 54, _responsive.scss */
  .product-data td {
    font-size: 18px;
    line-height: 22px; }

  /* line 55, _responsive.scss */
  .product-bages {
    left: 0px !important;
    top: 0px; }

  /* line 56, _responsive.scss */
  .product .wishlist-add, .product .compare-add {
    top: 0px;
    opacity: 1; }

  /* line 57, _responsive.scss */
  .product-compact .product-item form {
    display: none; }

  /* line 59, _responsive.scss */
  .products-scroll .products {
    margin: 0px !important; }

  /* line 61, _responsive.scss */
  .cart-item-price {
    text-align: left;
    margin: 10px 0px; }

  /* line 62, _responsive.scss */
  .cart-coupon {
    margin-bottom: 20px; }

  /* line 64, _responsive.scss */
  .compare-page {
    overflow: auto;
    overflow-y: hidden; }

  /* line 65, _responsive.scss */
  .compare-table {
    width: auto !important; }

  /* line 67, _responsive.scss */
  .compare-table .compare-item-head p {
    width: 130px; }

  /* line 69, _responsive.scss */
  .window-type-menu {
    padding: 0px; }

  /* line 70, _responsive.scss */
  .window-type-menu .window-shade {
    display: none !important; }

  /* line 71, _responsive.scss */
  .window-type-menu .window-data {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 260px;
    height: 100%;
    overflow: auto;
    transform: scale(1) translate(0, 0);
    opacity: 1; }

  /* line 72, _responsive.scss */
  .window-type-menu .window-content {
    width: auto; }

  /* line 73, _responsive.scss */
  .window-type-menu.window-tohide .window-data {
    transform: scale(1) translate(-100%, 0);
    opacity: 1; }

  /* line 74, _responsive.scss */
  .window-type-menu.window-tohide-menu .window-data {
    transform: scale(1) translate(0, 0);
    opacity: 0; }

  /* line 76, _responsive.scss */
  .window-type-quickview .window-data {
    width: 100%; }

  /* line 77, _responsive.scss */
  .window-obj-quickview {
    width: auto;
    max-width: none; }

  /* line 79, _responsive.scss */
  .window-type-geo .window-data {
    width: 100%; }

  /* line 80, _responsive.scss */
  .window-obj-geo {
    width: auto;
    max-width: none; }

  /* line 81, _responsive.scss */
  .window-type-geoMap .window-data {
    width: 100%; }

  /* line 82, _responsive.scss */
  .window-obj-geoMap {
    width: auto;
    max-width: none; }

  /* line 84, _responsive.scss */
  .window-prev {
    display: none; }

  /* line 85, _responsive.scss */
  .window-next {
    display: none; }

  /* line 87, _responsive.scss */
  #registered_client {
    margin-bottom: 20px; }

  /* line 88, _responsive.scss */
  .set-list {
    display: none; }

  /* line 89, _responsive.scss */
  .set-title-past {
    padding-bottom: 20px; }

  /* line 90, _responsive.scss */
  .set-title-past .past_step {
    width: 100%;
    margin-bottom: -55px;
    margin-top: 30px; }

  /* line 91, _responsive.scss */
  #order_form #create_order {
    margin-bottom: 0px !important; }

  /* line 93, _responsive.scss */
  #insales-panel {
    display: none !important; }

  /* line 94, _responsive.scss */
  html {
    margin: 0px !important;
    padding: 0px !important; }

  /* line 96, _responsive.scss */
  .window-fake-shade {
    cursor: pointer; } }
@media (max-width: 767px) {
  /* line 100, _responsive.scss */
  body {
    cursor: pointer; }

  /* line 101, _responsive.scss */
  a:hover {
    color: #22aae1; }

  /* line 103, _responsive.scss */
  .body > .container {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 104, _responsive.scss */
  .body > .container > .footer {
    margin: 0px -10px; }

  /* line 105, _responsive.scss */
  .body > .container > .footer > .container {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 107, _responsive.scss */
  .header-table {
    padding: 10px 0px; }

  /* line 108, _responsive.scss */
  .header-table td {
    display: block;
    width: 100% !important;
    text-align: center; }

  /* line 109, _responsive.scss */
  .header-table td.col1 {
    padding: 0px 0px 12px; }

  /* line 110, _responsive.scss */
  .header-table td.col2 {
    padding: 0px; }

  /* line 111, _responsive.scss */
  .header .contacts {
    min-width: 230px;
    padding: 0px; }

  /* line 112, _responsive.scss */
  .header .contacts .phone {
    font-size: 21px;
    line-height: 25px; }

  /* line 113, _responsive.scss */
  .header .contacts .phone-text {
    font-size: 13px;
    line-height: 17px; }

  /* line 114, _responsive.scss */
  .template-checkout .header-table td.col2 {
    padding: 0px; }

  /* line 115, _responsive.scss */
  .header-table .logo img {
    margin: 0px auto;
    width: 250px; }

  /* line 116, _responsive.scss */
  #minigeo {
    display: none !important; }

  /* line 118, _responsive.scss */
  .page-title-extra, .index-reviews .page-title, .page-title-extra-background {
    font-size: 32px;
    line-height: 36px; }

  /* line 120, _responsive.scss */
  .products-sort .products-filter {
    margin: 0px;
    float: none; }

  /* line 121, _responsive.scss */
  .drop-selector {
    float: none;
    margin: 0px 10px 10px; }

  /* line 123, _responsive.scss */
  .product-data td {
    display: none; }

  /* line 124, _responsive.scss */
  .product-data th {
    padding: 0px; }

  /* line 125, _responsive.scss */
  .product-title {
    font-size: 14px; }

  /* line 127, _responsive.scss */
  .product-images-item {
    width: 12.5%; }

  /* line 129, _responsive.scss */
  .blog-item-back {
    text-align: center; }

  /* line 130, _responsive.scss */
  .blog-item-share {
    float: none;
    margin: 20px 0px 0px;
    text-align: center; }

  /* line 132, _responsive.scss */
  #cartform .text .cart-create-order button {
    margin: 20px 0px 0px; }

  /* line 133, _responsive.scss */
  .cart-fastorder {
    margin: 30px 0px 0px; }

  /* line 135, _responsive.scss */
  .window-type-cart .window-data {
    width: 100%; }

  /* line 136, _responsive.scss */
  .window-obj-cart {
    width: 100%; }

  /* line 137, _responsive.scss */
  .window-cart-item-price {
    text-align: left;
    margin-top: 5px; }

  /* line 138, _responsive.scss */
  .window-cart-item-quantity {
    text-align: left; }

  /* line 139, _responsive.scss */
  .window-cart-item-quantity-row {
    margin-top: 7px; }

  /* line 141, _responsive.scss */
  .footer-payment, .footer-delivery {
    text-align: center; }

  /* line 142, _responsive.scss */
  .footer-pnd-title {
    display: block;
    line-height: 18px; }

  /* line 143, _responsive.scss */
  .footer-pnd-icon {
    margin: 10px 5px 0px; }

  /* line 145, _responsive.scss */
  .footer-copyright {
    text-align: center; }

  /* line 146, _responsive.scss */
  .footer-copyright p {
    float: none; }

  /* line 147, _responsive.scss */
  .footer-copyright p + p {
    float: none;
    margin-top: 5px; } }
@media (max-width: 450px) {
  /* line 151, _responsive.scss */
  .page-title-extra, .index-reviews .page-title, .page-title-extra-background {
    font-size: 26px;
    line-height: 30px; }

  /* line 152, _responsive.scss */
  .page-title-extra span {
    padding: 0px 5px; }

  /* line 154, _responsive.scss */
  .product-data .product-price {
    font-size: 14px;
    line-height: 18px; }

  /* line 155, _responsive.scss */
  .product-data .product-price-old {
    margin-left: 5px; }

  /* line 157, _responsive.scss */
  .button-extra {
    font-size: 14px;
    line-height: 18px;
    width: 100%; }

  /* line 159, _responsive.scss */
  .bar .pull-right a {
    padding: 0px 7px; }

  /* line 161, _responsive.scss */
  .bar .search {
    width: auto;
    position: static; }

  /* line 162, _responsive.scss */
  .bar .search-place {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #f0f0f0;
    top: 0px;
    left: 0px;
    padding: 6px 40px 6px 0px; }

  /* line 163, _responsive.scss */
  .bar .search-mobile {
    display: block; }

  /* line 164, _responsive.scss */
  .bar .search.active .search-place {
    display: block; }

  /* line 165, _responsive.scss */
  .bar .search.active .search-place button {
    right: 40px; }

  /* line 166, _responsive.scss */
  .bar .search.active .search-mobile {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f0f0f0;
    z-index: 11; }

  /* line 167, _responsive.scss */
  .bar .search.active .search-mobile span {
    padding: 0;
    width: 40px;
    text-align: center; }

  /* line 168, _responsive.scss */
  .bar .search.active .search-mobile .fa-search {
    display: none; }

  /* line 169, _responsive.scss */
  .bar .search.active .search-mobile .ion-ios-close-empty {
    display: block;
    display: inline-block;
    line-height: 40px;
    margin: 0px; }

  /* line 171, _responsive.scss */
  .collection-tabs {
    font-size: 16px;
    line-height: 20px; }

  /* line 173, _responsive.scss */
  .product-bages span {
    font-size: 11px;
    line-height: 11px;
    padding: 3px 0px 3px 5px; }

  /* line 175, _responsive.scss */
  .product-images-item {
    width: 20%; }

  /* line 177, _responsive.scss */
  .site-review {
    padding: 0px; }

  /* line 178, _responsive.scss */
  .site-review .site-review-thumb {
    position: relative;
    margin: 0px auto 10px; }

  /* line 179, _responsive.scss */
  .site-review .site-review-title {
    text-align: center; }

  /* line 180, _responsive.scss */
  .site-review .site-review-rating {
    text-align: center; }

  /* line 181, _responsive.scss */
  .site-review .product-info {
    margin: 8px 0px 0px; }

  /* line 183, _responsive.scss */
  .library li a {
    max-width: 150px; }

  /* line 185, _responsive.scss */
  .window {
    padding: 0px; }

  /* line 186, _responsive.scss */
  .window-data {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto; }

  /* line 187, _responsive.scss */
  .window-content {
    width: auto;
    max-width: 440px; }

  /* line 188, _responsive.scss */
  .status {
    display: block;
    margin: 10px 0px 0px 0px; }

  /* line 190, _responsive.scss */
  .window-obj-quickorder .window-product-price {
    text-align: left; } }
@media (max-width: 374px) {
  /* line 194, _responsive.scss */
  .product-images-item {
    width: 25%; }

  /* line 195, _responsive.scss */
  .product-info .product-brand img {
    position: relative; } }
@media screen and (min-width: 768px) {
  /* line 199, _responsive.scss */
  .product-properties th {
    width: 1%;
    white-space: nowrap; }

  /* line 201, _responsive.scss */
  .product .product-image-second {
    display: block; }

  /* line 202, _responsive.scss */
  .product:hover .product-image-first {
    visibility: hidden;
    opacity: 0; }

  /* line 203, _responsive.scss */
  .product:hover .product-image-second {
    visibility: visible;
    opacity: 1; }

  /* line 205, _responsive.scss */
  .window-obj-quickorder .window-form-item label {
    margin: 0px;
    line-height: 30px; } }
@media (min-width: 1200px) {
  /* line 209, _responsive.scss */
  .cart-page-half > .row > .col-lg-9 {
    width: 73%; }

  /* line 210, _responsive.scss */
  .cart-page-half > .row > .col-lg-3 {
    width: 27%; } }
@media (max-width: 991px) and (min-width: 667px) {
  /* line 213, _responsive.scss */
  .cart-page-half .cart-footer {
    border: none;
    padding-top: 20px;
    border-top: 1px solid #ddd; }

  /* line 214, _responsive.scss */
  .cart-page-half .cart-coupon {
    width: 50%;
    padding: 0px 10px 0px 0px; }

  /* line 215, _responsive.scss */
  .cart-page-half .cart-create-order {
    width: 50%;
    padding: 0px 0px 0px 10px;
    background: none; }

  /* line 216, _responsive.scss */
  .cart-page-half .cart-create-order-center {
    width: 50%;
    padding: 0px;
    background: none;
    margin: 0px 25%; }

  /* line 217, _responsive.scss */
  .cart-page-half .cart-fastorder {
    border: 2px solid #ddd;
    margin: 20px 0px 0px; }

  /* line 218, _responsive.scss */
  .cart-page-half .cart-fastorder .form {
    max-width: 400px;
    margin: 0 auto; } }
@media (max-width: 666px) {
  /* line 222, _responsive.scss */
  .cart-table {
    margin: 0px 0px 20px; } }
/* line 1, _modul-geo.scss */
.geo-data {
  position: relative;
  margin: 20px 0px;
  min-height: 60px; }

/* line 7, _modul-geo.scss */
.geo-loader {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8); }
  /* line 16, _modul-geo.scss */
  .geo-loader:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0px 0px -30px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 50%;
    animation: loader 1s ease-in-out infinite;
    visibility: visible;
    opacity: 1;
    transition: 0.2s; }
  /* line 17, _modul-geo.scss */
  .geo-loader:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px -20px;
    border: 3px solid transparent;
    border-left: 3px solid #22aae1;
    border-right: 3px solid #22aae1;
    border-radius: 50%;
    animation: loader2 1s ease-in-out infinite;
    visibility: visible;
    opacity: 1;
    transition: 0.2s; }

/* line 20, _modul-geo.scss */
.geo-city {
  max-width: 200px;
  width: 160px; }
  /* line 23, _modul-geo.scss */
  .geo-city a {
    text-decoration: none;
    color: #222;
    border-bottom: 1px dotted #222; }
    /* line 27, _modul-geo.scss */
    .geo-city a:hover {
      color: #999;
      border-color: currentColor; }
  /* line 32, _modul-geo.scss */
  .geo-city span {
    display: none;
    white-space: nowrap; }
  /* line 37, _modul-geo.scss */
  .geo-city-short span {
    color: #22aae1; }
  /* line 41, _modul-geo.scss */
  .geo-city-list {
    margin: -10px 0px 0px; }
    /* line 43, _modul-geo.scss */
    .geo-city-list li {
      margin: 5px 0px 0px; }
    /* line 46, _modul-geo.scss */
    .geo-city-list span {
      color: #22aae1;
      text-decoration: underline;
      cursor: pointer; }
      /* line 50, _modul-geo.scss */
      .geo-city-list span:hover {
        color: #999; }

/* line 57, _modul-geo.scss */
.geo-countries {
  margin: 20px 0px -10px; }

/* line 60, _modul-geo.scss */
.geo-country {
  display: inline-block;
  margin: 0px 20px 10px 0px;
  white-space: nowrap;
  text-decoration: underline; }
  /* line 65, _modul-geo.scss */
  .geo-country i {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 24px;
    margin-right: 5px;
    background: center center no-repeat;
    background-size: contain;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #b4b4b4; }
  /* line 76, _modul-geo.scss */
  .geo-country.active {
    color: #222;
    font-weight: 700;
    text-decoration: none; }

/* line 83, _modul-geo.scss */
.geo-search {
  position: relative;
  z-index: 5;
  margin: 20px 0px;
  max-width: 360px; }
  /* line 88, _modul-geo.scss */
  .geo-search-results {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    max-height: 260px;
    overflow: auto;
    border: 1px solid #ddd;
    margin: -1px 0px 0px !important;
    padding: 0px !important;
    list-style: none;
    background: #fff; }
    /* line 101, _modul-geo.scss */
    .geo-search-results li + li {
      border-top: 1px solid #ddd; }
  /* line 105, _modul-geo.scss */
  .geo-search-result {
    display: block;
    margin: 0px !important;
    padding: 0px !important; }
    /* line 109, _modul-geo.scss */
    .geo-search-result a {
      display: block;
      padding: 5px 10px;
      text-decoration: none; }
      /* line 113, _modul-geo.scss */
      .geo-search-result a:hover {
        color: #22aae1;
        background: #f0f0f0; }
    /* line 118, _modul-geo.scss */
    .geo-search-result span {
      display: block; }
    /* line 123, _modul-geo.scss */
    .geo-search-result-subtitle {
      color: #999; }

/* line 129, _modul-geo.scss */
.geo-popular {
  margin: 20px 0px; }
  /* line 131, _modul-geo.scss */
  .geo-popular-title {
    color: #222;
    font-size: 20px;
    line-height: 24px;
    margin: 0px !important; }
  /* line 137, _modul-geo.scss */
  .geo-popular-item {
    display: inline-block;
    margin: 5px 0px 0px;
    cursor: pointer;
    color: #22aae1;
    text-decoration: underline; }
    /* line 143, _modul-geo.scss */
    .geo-popular-item:hover {
      color: #999; }

/* line 149, _modul-geo.scss */
.geo-table {
  margin: 20px 0px; }
  /* line 151, _modul-geo.scss */
  .geo-table-title {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-width: 1px 0px;
    background: #f0f0f0;
    font-weight: 700;
    color: #222; }
  /* line 159, _modul-geo.scss */
  .geo-table-item {
    display: none;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-width: 1px 0px;
    margin: -1px 0px 0px; }
    /* line 165, _modul-geo.scss */
    .geo-table-item p {
      margin: 10px 0px 0px; }
    /* line 166, _modul-geo.scss */
    .geo-table-item-p {
      margin: 10px 0px 0px; }
      /* line 168, _modul-geo.scss */
      .geo-table-item-p:first-child {
        margin: 0px; }
    /* line 172, _modul-geo.scss */
    .geo-table-item-p-title {
      color: #222; }
    /* line 175, _modul-geo.scss */
    .geo-table-item-title-toggle {
      border-bottom: 1px dotted #222;
      cursor: pointer; }
      /* line 178, _modul-geo.scss */
      .geo-table-item-title-toggle:hover, .geo-table-item-title-toggle.active {
        color: #999;
        border-color: currentColor; }
    /* line 183, _modul-geo.scss */
    .geo-table-item-description {
      display: none; }

/* line 189, _modul-geo.scss */
.geo-mini {
  position: relative;
  margin: 20px 0px;
  padding: 10px;
  border: 1px solid #ddd; }
  /* line 194, _modul-geo.scss */
  .geo-mini a {
    text-decoration: none;
    border-bottom: 1px dotted currentColor; }
  /* line 198, _modul-geo.scss */
  .geo-mini-table-item-map {
    margin-top: 2px; }
  /* line 201, _modul-geo.scss */
  .geo-mini .link-bold {
    color: #999;
    border-bottom: 2px solid currentColor;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px; }
    /* line 208, _modul-geo.scss */
    .geo-mini .link-bold:hover {
      color: #22aae1;
      border-color: currentColor; }
  /* line 213, _modul-geo.scss */
  .geo-mini-title {
    font-weight: 700;
    color: #222; }
  /* line 218, _modul-geo.scss */
  .geo-mini-table-item {
    margin: 10px 0px 0px; }
  /* line 222, _modul-geo.scss */
  .geo-mini:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10%;
    width: 0px;
    height: 80%;
    border-right: 1px solid #ddd; }
  /* line 231, _modul-geo.scss */
  .geo-mini .col-sm-6 {
    padding: 5px 15px !important; }

/* line 236, _modul-geo.scss */
.geo-map {
  margin-top: 20px; }

/* line 240, _modul-geo.scss */
.geo-pvz-list {
  border: 1px solid #ddd;
  margin-right: 1px;
  max-height: 500px;
  overflow: auto;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 10px; }
  /* line 248, _modul-geo.scss */
  .geo-pvz-list-item {
    margin: 0px; }
    /* line 250, _modul-geo.scss */
    .geo-pvz-list-item a {
      display: block;
      padding: 10px 0px;
      color: #222; }
      /* line 254, _modul-geo.scss */
      .geo-pvz-list-item a:hover {
        color: #22aae1; }
  /* line 259, _modul-geo.scss */
  .geo-pvz-list-item + .geo-pvz-list-item {
    border-top: 1px solid #ddd; }

/* line 263, _modul-geo.scss */
.geo-pvz-select {
  margin-bottom: 10px; }

@media (max-width: 1199px) {
  /* line 268, _modul-geo.scss */
  .geo-city {
    width: 165px;
    padding-right: 10px; } }
@media (max-width: 767px) {
  /* line 274, _modul-geo.scss */
  .geo-city {
    width: 200px;
    padding-right: 0px; }

  /* line 281, _modul-geo.scss */
  .geo-table-item-title .geo-table-item-p-title {
    font-size: 16px;
    line-height: 20px; }
  /* line 286, _modul-geo.scss */
  .geo-table-item-price {
    margin-top: 10px; }
  /* line 289, _modul-geo.scss */
  .geo-table-item-terms {
    margin-top: 10px; }
  /* line 292, _modul-geo.scss */
  .geo-table-item-payments {
    margin-top: 10px; }

  /* line 298, _modul-geo.scss */
  .geo-mini:before {
    display: none; }

  /* line 303, _modul-geo.scss */
  .geo-mini-payments .geo-mini-title {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ddd; } }
/* Это всё в топку ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* line 20, contact.css */
.cbaner {
  text-align: center;
  min-height: 600px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  line-height: 1;
  margin-top: -40px; }
  /* line 26, contact.css */
  .cbaner .cbaner {
    text-align: center;
    min-height: 600px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    line-height: 1;
    margin-top: -40px; }
  /* line 37, contact.css */
  .cbaner .cbaner .container {
    right: 10px;
    position: relative; }
  /* line 42, contact.css */
  .cbaner .cb {
    right: 10px;
    position: relative; }
  /* line 47, contact.css */
  .cbaner .cbaner a, .cbaner .cb a {
    text-decoration: none; }
  /* line 51, contact.css */
  .cbaner .cbaner ul li {
    display: block; }
  /* line 55, contact.css */
  .cbaner .cbaner ul li:not(:last-of-type) {
    margin-bottom: 15px; }
  /* line 59, contact.css */
  .cbaner .cbaner ul li:first-of-type a {
    color: #2e2d2c;
    text-decoration: none; }
  /* line 64, contact.css */
  .cbaner .cbaner ul li:last-of-type a {
    color: #ff541a;
    text-decoration: none; }
  /* line 69, contact.css */
  .cbaner .cbaner ul li a {
    font-size: 44px;
    display: inline-block;
    text-decoration: none; }
  @media screen and (max-width: 1199px) {
    /* line 76, contact.css */
    .cbaner .cbaner ul li a {
      font-size: 35px;
      text-decoration: none; } }
  @media screen and (max-width: 991px) {
    /* line 83, contact.css */
    .cbaner .cbaner ul li a {
      font-size: 25px;
      text-decoration: none; } }
  /* line 89, contact.css */
  .cbaner .cbaner ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    /* line 96, contact.css */
    .cbaner .cbaner ul li a img {
      max-width: 50px; } }
  /* line 101, contact.css */
  .cbaner .cbaner p {
    text-transform: uppercase;
    font-size: 44px;
    color: #ff541a;
    margin-top: 40px;
    margin-bottom: 10px; }
  @media screen and (max-width: 1199px) {
    /* line 110, contact.css */
    .cbaner .cbaner p {
      font-size: 35px; } }
  @media screen and (max-width: 991px) {
    /* line 116, contact.css */
    .cbaner .cbaner p {
      font-size: 25px;
      margin-top: 20px; } }
  /* line 122, contact.css */
  .cbaner .cbaner__title {
    color: #ffffff;
    margin-top: 70px;
    margin-bottom: 100px;
    background-color: #ff541a;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 10px;
    font-size: 38px;
    line-height: 1;
    text-align: center; }
  @media screen and (max-width: 991px) {
    /* line 136, contact.css */
    .cbaner .cbaner__title {
      font-size: 25px;
      margin-bottom: 50px; } }
  /* line 142, contact.css */
  .cbaner .cb .socList {
    text-align: center;
    margin-bottom: 60px; }
  /* line 147, contact.css */
  .cbaner .cb .socList li {
    display: inline-block;
    padding: 0;
    margin: 0 10px; }
  @media screen and (max-width: 991px) {
    /* line 154, contact.css */
    .cbaner .cb .socList li:first-of-type {
      width: 100%;
      margin-bottom: 15px;
      display: block; } }
  /* line 161, contact.css */
  .cbaner .cb .socList li a {
    font-size: 44px;
    text-transform: uppercase;
    color: #2e2d2c;
    text-decoration: none; }
  @media screen and (max-width: 1199px) {
    /* line 169, contact.css */
    .cbaner .cb .socList li a {
      font-size: 35px;
      text-decoration: none; } }
  @media screen and (max-width: 991px) {
    /* line 176, contact.css */
    .cbaner .cb .socList li a {
      font-size: 25px; } }
  @media screen and (max-width: 767px) {
    /* line 182, contact.css */
    .cbaner .cb .socList li a {
      font-size: 20px;
      text-decoration: none; }
    /* line 187, contact.css */
    .cbaner .cbaner .container {
      right: 0px;
      position: relative; }
    /* line 192, contact.css */
    .cbaner .cb {
      right: 0px;
      position: relative; } }
  /* line 198, contact.css */
  .cbaner .cb .socList li a img {
    margin: 0 10px;
    display: inline-block; }
  @media screen and (max-width: 767px) {
    /* line 204, contact.css */
    .cbaner .cb .socList li a img {
      max-width: 40px;
      margin-left: 0; } }
  /* line 210, contact.css */
  .cbaner .cb .title__1 {
    color: #1b80b7;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 60px;
    text-align: center; }
  @media screen and (max-width: 1199px) {
    /* line 220, contact.css */
    .cbaner .cb .title__1 {
      font-size: 32px; } }
  @media screen and (max-width: 991px) {
    /* line 226, contact.css */
    .cbaner .cb .title__1 {
      font-size: 25px; } }
  /* line 231, contact.css */
  .cbaner .cb .item {
    text-align: center;
    margin-bottom: 50px; }
  /* line 236, contact.css */
  .cbaner .cb .item__green .item__name {
    background-color: #cad63d; }
  /* line 240, contact.css */
  .cbaner .cb .item__green .item__title {
    color: #cad63d; }
  /* line 244, contact.css */
  .cbaner .cb .item__orange .item__name {
    background-color: #ff541a; }
  /* line 248, contact.css */
  .cbaner .cb .item__orange .item__title {
    color: #ff541a; }
  /* line 252, contact.css */
  .cbaner .cb .item__blue .item__name {
    background-color: #1b80b7; }
  /* line 256, contact.css */
  .cbaner .cb .item__blue .item__title {
    color: #1b80b7; }
  /* line 260, contact.css */
  .cbaner .cb .item__bg {
    margin: 0 auto;
    width: 285px;
    height: 285px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center; }
  /* line 271, contact.css */
  .cbaner .cb .item__bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7); }
  /* line 282, contact.css */
  .cbaner .cb .item__name {
    margin-top: -15px;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    border-radius: 8em;
    height: 60px;
    position: relative;
    z-index: 1;
    line-height: 60px;
    margin-bottom: 25px;
    min-width: 290px;
    display: inline-block; }
  /* line 297, contact.css */
  .cbaner .cb .item__title {
    font-size: 23px;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: uppercase; }
  /* line 304, contact.css */
  .cbaner .cb .item__mailto {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    font-size: 16px; }
  /* line 311, contact.css */
  .cbaner .cb .item__mailto:hover {
    text-decoration: underline; }
  /* line 315, contact.css */
  .cbaner .cb .callback {
    text-align: center; }
  /* line 319, contact.css */
  .cbaner .cb .callback__title {
    color: #1b80b7;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1; }
  @media screen and (max-width: 991px) {
    /* line 327, contact.css */
    .cbaner .cb .callback__title {
      font-size: 25px; } }
  /* line 332, contact.css */
  .cbaner .cb .callback__title span {
    color: #ff541a; }
  /* line 336, contact.css */
  .cbaner .cb .callback__btn {
    margin-bottom: 30px;
    margin-top: 30px; }
  /* line 341, contact.css */
  .cbaner .cb .callback__btn a {
    font-size: 44px;
    line-height: 90px;
    height: 90px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 8em;
    background-color: #1b80b7;
    min-width: 450px;
    display: inline-block;
    text-decoration: none; }
  /* line 353, contact.css */
  .cbaner .cb .callback__btn a:hover {
    background-color: #185171; }
  @media screen and (max-width: 1199px) {
    /* line 357, contact.css */
    .cbaner .cb .callback__btn a {
      font-size: 35px;
      height: 70px;
      line-height: 70px;
      min-width: 400px;
      text-decoration: none; } }
  @media screen and (max-width: 991px) {
    /* line 367, contact.css */
    .cbaner .cb .callback__btn a {
      font-size: 25px;
      min-width: 300px;
      height: 50px;
      line-height: 50px;
      text-decoration: none; } }

/* line 380, contact.css */
.cbaner .container {
  right: 10px;
  position: relative; }

/* line 385, contact.css */
.cb {
  right: 10px;
  position: relative; }

/* line 390, contact.css */
.cbaner a, .cb a {
  text-decoration: none; }

/* line 394, contact.css */
.cbaner ul li {
  display: block; }

/* line 398, contact.css */
.cbaner ul li:not(:last-of-type) {
  margin-bottom: 15px; }

/* line 402, contact.css */
.cbaner ul li:first-of-type a {
  color: #2e2d2c;
  text-decoration: none; }

/* line 407, contact.css */
.cbaner ul li:last-of-type a {
  color: #ff541a;
  text-decoration: none; }

/* line 412, contact.css */
.cbaner ul li a {
  font-size: 44px;
  display: inline-block;
  text-decoration: none; }

@media screen and (max-width: 1199px) {
  /* line 419, contact.css */
  .cbaner ul li a {
    font-size: 35px;
    text-decoration: none; } }
@media screen and (max-width: 991px) {
  /* line 426, contact.css */
  .cbaner ul li a {
    font-size: 25px;
    text-decoration: none; } }
/* line 432, contact.css */
.cbaner ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

@media screen and (max-width: 767px) {
  /* line 439, contact.css */
  .cbaner ul li a img {
    max-width: 50px; } }
/* line 444, contact.css */
.cbaner p {
  text-transform: uppercase;
  font-size: 44px;
  color: #ff541a;
  margin-top: 40px;
  margin-bottom: 10px; }

@media screen and (max-width: 1199px) {
  /* line 453, contact.css */
  .cbaner p {
    font-size: 35px; } }
@media screen and (max-width: 991px) {
  /* line 459, contact.css */
  .cbaner p {
    font-size: 25px;
    margin-top: 20px; } }
/* line 465, contact.css */
.cbaner__title {
  color: #ffffff;
  margin-top: 70px;
  margin-bottom: 100px;
  background-color: #ff541a;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 10px;
  font-size: 38px;
  line-height: 1;
  text-align: center; }

@media screen and (max-width: 991px) {
  /* line 479, contact.css */
  .cbaner__title {
    font-size: 25px;
    margin-bottom: 50px; } }
/* line 485, contact.css */
.cb .socList {
  text-align: center;
  margin-bottom: 60px; }

/* line 490, contact.css */
.cb .socList li {
  display: inline-block;
  padding: 0;
  margin: 0 10px; }

@media screen and (max-width: 991px) {
  /* line 497, contact.css */
  .cb .socList li:first-of-type {
    width: 100%;
    margin-bottom: 15px;
    display: block; } }
/* line 504, contact.css */
.cb .socList li a {
  font-size: 44px;
  text-transform: uppercase;
  color: #2e2d2c;
  text-decoration: none; }

@media screen and (max-width: 1199px) {
  /* line 512, contact.css */
  .cb .socList li a {
    font-size: 35px;
    text-decoration: none; } }
@media screen and (max-width: 991px) {
  /* line 519, contact.css */
  .cb .socList li a {
    font-size: 25px; } }
@media screen and (max-width: 767px) {
  /* line 525, contact.css */
  .cb .socList li a {
    font-size: 20px;
    text-decoration: none; }

  /* line 530, contact.css */
  .cbaner .container {
    right: 0px;
    position: relative; }

  /* line 535, contact.css */
  .cb {
    right: 0px;
    position: relative; } }
/* line 541, contact.css */
.cb .socList li a img {
  margin: 0 10px;
  display: inline-block; }

@media screen and (max-width: 767px) {
  /* line 547, contact.css */
  .cb .socList li a img {
    max-width: 40px;
    margin-left: 0; } }
/* line 553, contact.css */
.cb .title__1 {
  color: #1b80b7;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center; }

@media screen and (max-width: 1199px) {
  /* line 563, contact.css */
  .cb .title__1 {
    font-size: 32px; } }
@media screen and (max-width: 991px) {
  /* line 569, contact.css */
  .cb .title__1 {
    font-size: 25px; } }
/* line 574, contact.css */
.cb .item {
  text-align: center;
  margin-bottom: 50px; }

/* line 579, contact.css */
.cb .item__green .item__name {
  background-color: #cad63d; }

/* line 583, contact.css */
.cb .item__green .item__title {
  color: #cad63d; }

/* line 587, contact.css */
.cb .item__orange .item__name {
  background-color: #ff541a; }

/* line 591, contact.css */
.cb .item__orange .item__title {
  color: #ff541a; }

/* line 595, contact.css */
.cb .item__blue .item__name {
  background-color: #1b80b7; }

/* line 599, contact.css */
.cb .item__blue .item__title {
  color: #1b80b7; }

/* line 603, contact.css */
.cb .item__bg {
  margin: 0 auto;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center; }

/* line 614, contact.css */
.cb .item__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7); }

/* line 625, contact.css */
.cb .item__name {
  margin-top: -15px;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
  border-radius: 8em;
  height: 60px;
  position: relative;
  z-index: 1;
  line-height: 60px;
  margin-bottom: 25px;
  min-width: 290px;
  display: inline-block; }

/* line 640, contact.css */
.cb .item__title {
  font-size: 23px;
  margin-bottom: 25px;
  line-height: 1;
  text-transform: uppercase; }

/* line 647, contact.css */
.cb .item__mailto {
  display: inline-block;
  font-weight: 600;
  color: #000000;
  font-size: 16px; }

/* line 654, contact.css */
.cb .item__mailto:hover {
  text-decoration: underline; }

/* line 658, contact.css */
.cb .callback {
  text-align: center; }

/* line 662, contact.css */
.cb .callback__title {
  color: #1b80b7;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1; }

@media screen and (max-width: 991px) {
  /* line 670, contact.css */
  .cb .callback__title {
    font-size: 25px; } }
/* line 675, contact.css */
.cb .callback__title span {
  color: #ff541a; }

/* line 679, contact.css */
.cb .callback__btn {
  margin-bottom: 30px;
  margin-top: 30px; }

/* line 684, contact.css */
.al_container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 772px; }

/* line 691, contact.css */
.iskl {
  margin-bottom: 15px !important;
  font-weight: 700;
  font-size: 14px; }

/*digits_facts_block*/
/* line 697, contact.css */
.digits_facts_all p {
  margin: 0px !important; }

/* line 700, contact.css */
.digits_facts_all h3 {
  margin: 0px !important; }

/* line 703, contact.css */
.digits_facts_all a {
  text-decoration: none; }

/* line 707, contact.css */
.digits_facts_all ul, .digits_facts_all ol {
  margin: 0px !important;
  list-style: none;
  line-height: 12px; }

/* line 713, contact.css */
.digits_facts_bl {
  text-align: left;
  margin-bottom: 46px; }

/* line 719, contact.css */
.digits_facts_bl .all_text_center_sect_text {
  font-size: 16px; }

/* line 722, contact.css */
.digits_facts h2.all_text_center_sect {
  color: #f35b41;
  text-align: center;
  margin-bottom: 5px;
  margin-left: 0; }

/* line 729, contact.css */
p.all_text_center_sect_text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 19px;
  text-align: center; }

/* line 736, contact.css */
h2.all_text_center_sect {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #00b7f4;
  margin-left: 60px; }

/* line 743, contact.css */
ul.list_digits_facts {
  width: 100%;
  max-width: 375px;
  list-style: none; }

/* line 748, contact.css */
ul.list_digits_facts li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000; }

/* line 756, contact.css */
ul.list_digits_facts li span {
  font-weight: 700; }

/* line 759, contact.css */
ul.list_digits_facts li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ff541a;
  left: 0;
  top: 3px;
  border-radius: 50%; }

/* line 769, contact.css */
ul.list_digits_facts li:nth-child(2)::before,
ul.list_digits_facts li:nth-child(6)::before {
  background: #65be56; }

/* line 773, contact.css */
ul.list_digits_facts li:nth-child(3)::before,
ul.list_digits_facts li:nth-child(7)::before {
  background: #fabc36; }

/* line 777, contact.css */
ul.list_digits_facts li:nth-child(4)::before {
  background: #00b7f4; }

/*digits_facts_block*/
/*main_partners_block*/
/* line 783, contact.css */
.main_partners {
  padding-top: 28px;
  border-top: 3px dotted #a4a4a4;
  padding-bottom: 15px;
  border-bottom: 3px dotted #a4a4a4; }

/* line 789, contact.css */
.main_partners h2.all_text_center_sect {
  margin-left: 0;
  color: #00b7f4 !important; }

/* line 795, contact.css */
.main_partners_block {
  text-align: center; }

/* line 798, contact.css */
.main_partners_block h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-align: center; }

/* line 805, contact.css */
.main_partners_block p.all_text_center_sect_text {
  margin-bottom: 24px; }

/* line 808, contact.css */
.main_partners_bl {
  width: 100%;
  max-width: 780px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 823, contact.css */
.item_main_partners {
  width: 100%;
  max-width: 370px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 14px;
  margin-left: 1px; }

/* line 840, contact.css */
.icon_imp {
  width: 100%;
  max-width: 35px;
  height: 35px;
  border: 2px solid #f35b41;
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f35b41 !important;
  font-weight: 400;
  font-size: 25px;
  margin-right: 17px; }

/* line 867, contact.css */
.item_main_partners_text {
  width: 100%;
  max-width: 330px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 16px; }

/* line 875, contact.css */
.item_main_partners_text span {
  font-weight: 700; }

/*main_partners_block*/
/*advantages_block*/
/* line 881, contact.css */
.advantages {
  padding-top: 25px;
  padding-bottom: 25px; }

/* line 885, contact.css */
.advantages_bl {
  width: 100%;
  max-width: 680px;
  margin-left: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 901, contact.css */
.item_advantages {
  width: 100%;
  max-width: 128px;
  text-align: center; }

/* line 906, contact.css */
.icon_adv {
  position: relative;
  overflow: hidden;
  width: 97px;
  height: 97px;
  margin: 0 auto 21px auto;
  background-position: center;
  background-repeat: no-repeat; }

/* line 915, contact.css */
.icon_adv_text {
  width: 97px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 16px;
  font-weight: 700;
  color: #fff; }

/* line 927, contact.css */
.item_advantages_text p {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 400; }

/*advantages_block*/
/*mission_block*/
/* line 936, contact.css */
.mission_block {
  padding-top: 50px;
  padding-bottom: 25px; }

/* line 940, contact.css */
.mission_block_bl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 6px; }

/* line 954, contact.css */
.item_mission_block_text {
  width: 100%;
  max-width: 393px;
  color: #000;
  line-height: 16px; }

/* line 960, contact.css */
.item_mission_block_text h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  margin-bottom: 16px;
  margin-top: 0px; }

/* line 971, contact.css */
.item_mission_block_text strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px; }

/* line 977, contact.css */
.item_mission_block_text p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 7px; }

/* line 982, contact.css */
p.text_for_list {
  margin-bottom: 0px; }

/* line 985, contact.css */
.item_mission_block_text ul li {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px; }

/* line 992, contact.css */
.item_mission_block_text ul li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #65be56;
  left: 0;
  top: 3px;
  border-radius: 50%; }

/* line 1002, contact.css */
.item_mission_block_text ul li:nth-child(2)::before {
  background: #fabc36; }

/* line 1005, contact.css */
.item_mission_block_text ul li:nth-child(3)::before {
  background: #ff541a; }

/*mission_block*/
/*we_useful_block*/
/* line 1011, contact.css */
.we_useful {
  padding-top: 20px;
  padding-bottom: 25px; }

/* line 1015, contact.css */
.we_useful h2.all_text_center_sect {
  color: #ff541a;
  margin-left: 59px;
  margin-bottom: 22px; }

/* line 1020, contact.css */
.we_useful_bl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 1033, contact.css */
.item_we_useful {
  width: 100%;
  max-width: 315px;
  margin-left: 39px; }

/* line 1038, contact.css */
.item_we_useful2 {
  margin-left: 0;
  margin-right: 20px; }

/* line 1042, contact.css */
.item_we_useful_glav_text {
  width: 100%;
  max-width: 70px;
  border-radius: 10px;
  background: #ff541a;
  padding: 5px 0px 5px 7px;
  margin-bottom: 8px;
  margin-left: 20px; }

/* line 1051, contact.css */
.item_we_useful_glav_text2 {
  background: #00a4da; }

/* line 1054, contact.css */
.item_we_useful_glav_text h3 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 14px; }

/* line 1060, contact.css */
.item_we_useful ul li {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 14px;
  padding-left: 21px;
  margin-bottom: 6px; }

/* line 1069, contact.css */
.item_we_useful ul li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ff541a;
  left: 0;
  top: 3px;
  border-radius: 50%; }

/* line 1079, contact.css */
.item_we_useful ul li:nth-child(2)::before {
  background: #65be56; }

/* line 1082, contact.css */
.item_we_useful ul li:nth-child(3)::before {
  background: #fabc36; }

/* line 1085, contact.css */
.item_we_useful ul li:nth-child(4)::before {
  background: #00b7f4; }

/*we_useful_block*/
/*exclusive_product_block*/
/* line 1091, contact.css */
.exclusive_product {
  padding-top: 21px;
  padding-bottom: 35px;
  border-top: 3px dotted #a4a4a4;
  border-bottom: 3px dotted #a4a4a4; }

/* line 1097, contact.css */
.exclusive_product h2.all_text_center_sect {
  margin-bottom: 25px;
  margin-left: 60px; }

/* line 1101, contact.css */
.exclusive_product_bl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 17px 21px 17px; }

/* line 1114, contact.css */
.item_exclusive_product {
  width: 100%;
  max-width: 235px; }

/* line 1118, contact.css */
.item_exclusive_product_text {
  width: 100%;
  max-width: 140px;
  padding: 5px 5px 5px 5px;
  background: #ff541a;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
  margin: 0 auto; }

/* line 1128, contact.css */
.item_exclusive_product_text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #fff; }

/* line 1134, contact.css */
.icon_exp {
  width: 218px;
  height: 165px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto; }

/* line 1141, contact.css */
.exclusive_product_last_text {
  font-size: 12px;
  color: #000;
  line-height: 14px;
  margin-left: 60px; }

/* line 1147, contact.css */
.exclusive_product_last_text strong {
  display: block;
  font-weight: 700;
  margin-bottom: 15px; }

/* line 1152, contact.css */
.exclusive_product_last_text p {
  font-weight: 400; }

/*exclusive_product_block*/
/*design_manufacture_block*/
/* line 1158, contact.css */
.design_manufacture {
  padding-top: 32px;
  padding-bottom: 25px; }

/* line 1162, contact.css */
.design_manufacture h2.all_text_center_sect {
  color: #ff541a;
  margin-bottom: 25px; }

/* line 1166, contact.css */
.design_manufacture_bl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 11px; }

/* line 1180, contact.css */
.item_design_manufacture {
  width: 100%;
  max-width: 385px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 5px; }

/* line 1196, contact.css */
.design_manufacture_bl_left {
  width: 100%;
  max-width: 385px; }

/* line 1200, contact.css */
.design_manufacture_bl_right {
  width: 100%;
  max-width: 340px; }

/* line 1204, contact.css */
.item_design_manufacture .icon_imp {
  border: 2px solid #009fe3;
  color: #009fe3; }

/* line 1208, contact.css */
.item_design_manufacture_text {
  width: 100%;
  max-width: 350px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 16px; }

/*design_manufacture_block*/
/*production_power_block*/
/* line 1219, contact.css */
.production_power {
  padding-top: 41px;
  padding-bottom: 25px; }

/* line 1223, contact.css */
.production_power h2.all_text_center_sect {
  margin-bottom: 31px;
  color: #00b7f4 !important; }

/* line 1227, contact.css */
.production_power_bl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 1239, contact.css */
.item_production_power {
  position: relative;
  width: 100%;
  max-width: 230px; }

/* line 1244, contact.css */
.item_production_power img {
  vertical-align: bottom; }

/* line 1247, contact.css */
.item_production_power_text {
  width: 100%;
  background: #ff541a;
  padding: 11px 5px 11px 30px; }

/* line 1252, contact.css */
.item_production_power_text p {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 400; }

/*production_power_block*/
/*domestic_manufacturer_block*/
/* line 1261, contact.css */
.domestic_manufacturer {
  padding-top: 47px;
  padding-bottom: 42px; }

/* line 1265, contact.css */
.domestic_manufacturer h2.all_text_center_sect {
  margin-bottom: 24px;
  color: #00b7f4 !important; }

/* line 1269, contact.css */
.domestic_manufacturer_bl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 47px; }

/* line 1282, contact.css */
.item_domestic_manufacturer {
  width: 100%;
  max-width: 158px; }

/* line 1286, contact.css */
.icon_dm {
  width: 158px;
  height: 158px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 18px auto; }

/* line 1293, contact.css */
.item_domestic_manufacturer_text p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000; }

/*domestic_manufacturer_block*/
/*certificates_block*/
/* line 1302, contact.css */
.certificate {
  padding-top: 58px;
  padding-bottom: 25px;
  border-top: 3px dotted #a4a4a4;
  border-bottom: 3px dotted #a4a4a4; }

/* line 1308, contact.css */
.certificate h2.all_text_center_sect {
  color: #ff541a;
  margin-bottom: 34px; }

/* line 1312, contact.css */
.certificate_bl {
  width: 100%;
  max-width: 545px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 1327, contact.css */
.item_certificate img {
  vertical-align: bottom; }

/*certificates_block*/
/*gallery_block*/
/* line 1333, contact.css */
.gallery {
  padding-top: 29px;
  padding-bottom: 30px; }

/* line 1337, contact.css */
.gallery_bl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*gallery_block*/
/*call_back_block*/
/* line 1352, contact.css */
.call_back {
  padding-top: 44px;
  padding-bottom: 25px; }

/* line 1356, contact.css */
.call_back h2.all_text_center_sect {
  font-size: 21px;
  color: #ff541a;
  margin-bottom: 47px; }

/* line 1361, contact.css */
.call_back h2.all_text_center_sect span {
  color: #00b7f4;
  font-weight: 400; }

/* line 1365, contact.css */
.call_back_blok {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 1376, contact.css */
.item_call_back {
  width: 100%;
  max-width: 150px;
  text-align: center; }

/* line 1381, contact.css */
.icon_cb {
  width: 97px;
  height: 97px;
  margin: 0 auto 22px auto;
  background-repeat: no-repeat;
  background-position: center; }

/* line 1388, contact.css */
.item_call_back_text,
.item_department_work_text {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-align: left;
  margin-bottom: 15px; }

/* line 1396, contact.css */
.item_call_back_text b,
.item_department_work_text strong {
  font-weight: 700; }

/* line 1400, contact.css */
.item_call_back_text p,
.item_department_work_text p {
  font-weight: 400; }

/* line 1404, contact.css */
.btn {
  position: relative;
  display: inline-block;
  padding: 2px 9px;
  background: #ff541a;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border: 2px solid transparent;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 2; }

/* line 1419, contact.css */
.btn:hover {
  background: #cb4113;
  color: #fff; }

/* line 1423, contact.css */
.item_call_back .knob {
  position: relative; }

/* line 1426, contact.css */
.item_call_back .knob::before {
  content: '';
  position: absolute;
  width: 590px;
  height: 1px;
  background: #a0a0a0;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*call_back_block*/
/*department_work_block*/
/* line 1441, contact.css */
.department_work {
  padding-top: 15px;
  padding-bottom: 25px; }

/* line 1445, contact.css */
.department_work h2.all_text_center_sect {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-left: 0;
  margin-bottom: 31px; }

/* line 1452, contact.css */
.department_work_bl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 25px 33px 25px; }

/* line 1468, contact.css */
.item_department_work {
  width: 100%;
  max-width: 125px; }

/* line 1472, contact.css */
.icon_dw {
  width: 97px;
  height: 97px;
  margin: 0 auto 9px auto;
  background-repeat: no-repeat;
  background-position: center; }

/* line 1479, contact.css */
.item_department_work_text {
  margin-bottom: 8px; }

/* line 1482, contact.css */
.department_work_block h3 {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
  margin-left: 78px;
  margin-top: 50px; }

/* line 1490, contact.css */
.department_work_block h3 span {
  font-weight: 700; }

@media only screen and (max-width: 800px) {
  /* line 1495, contact.css */
  .item_main_partners {
    width: 100%;
    max-width: 330px; }

  /* line 1499, contact.css */
  .item_main_partners_text br {
    display: none; }

  /* line 1502, contact.css */
  .item_exclusive_product {
    width: 100%;
    max-width: 225px; } }
@media only screen and (max-width: 750px) {
  /* line 1508, contact.css */
  .item_mission_block_text {
    max-width: 100%; }

  /* line 1511, contact.css */
  .mission_block_bl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-left: 0; }

  /* line 1517, contact.css */
  p.all_text_center_sect_text {
    text-align: center; }

  /* line 1520, contact.css */
  .digits_facts_bl {
    margin-left: 0; }

  /* line 1523, contact.css */
  .main_partners_block {
    margin-left: 0; }

  /* line 1526, contact.css */
  .item_main_partners {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 1533, contact.css */
  .advantages_bl {
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around; }

  /* line 1539, contact.css */
  .item_advantages {
    margin-bottom: 25px; }

  /* line 1542, contact.css */
  .mission_block {
    padding-top: 25px;
    padding-bottom: 25px; }

  /* line 1546, contact.css */
  .item_mission_block_text {
    max-width: 100%;
    text-align: center; }

  /* line 1550, contact.css */
  .item_mission_block_text ul li {
    display: inline-block;
    text-align: left; }

  /* line 1554, contact.css */
  .item_mission_block_text br {
    display: none; }

  /* line 1557, contact.css */
  .item_mission_block_photo {
    margin-bottom: 25px; }

  /* line 1560, contact.css */
  h2.all_text_center_sect {
    margin-left: 0;
    text-align: center; }

  /* line 1564, contact.css */
  .digits_facts h2.all_text_center_sect {
    margin-left: 0;
    text-align: center; }

  /* line 1568, contact.css */
  .main_partners_block p.all_text_center_sect_text {
    margin-bottom: 24px;
    text-align: center; }

  /* line 1572, contact.css */
  .main_partners_block p.all_text_center_sect_text br,
  .exclusive_product h2.all_text_center_sect br {
    display: none; }

  /* line 1576, contact.css */
  .item_we_useful {
    margin: 0 auto 25px auto; }

  /* line 1579, contact.css */
  .item_we_useful2 {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto; }

  /* line 1584, contact.css */
  .we_useful h2.all_text_center_sect {
    margin-left: 0; }

  /* line 1587, contact.css */
  .exclusive_product h2.all_text_center_sect {
    margin-bottom: 25px;
    margin-left: 0;
    color: #00b7f4 !important; }

  /* line 1592, contact.css */
  .item_exclusive_product {
    margin-bottom: 25px; }

  /* line 1595, contact.css */
  .exclusive_product_last_text {
    text-align: center;
    margin-left: 0; }

  /* line 1599, contact.css */
  .design_manufacture_bl {
    margin-left: 0; }

  /* line 1602, contact.css */
  .item_design_manufacture {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }

  /* line 1607, contact.css */
  .item_production_power {
    margin-bottom: 25px; }

  /* line 1610, contact.css */
  .item_domestic_manufacturer {
    margin-bottom: 25px;
    text-align: center; }

  /* line 1614, contact.css */
  .item_gallery {
    width: 50%;
    text-align: center; }

  /* line 1618, contact.css */
  .call_back h2.all_text_center_sect br {
    display: none; }

  /* line 1621, contact.css */
  .item_call_back_text, .item_department_work_text {
    text-align: center; }

  /* line 1624, contact.css */
  .item_department_work {
    width: 100%;
    max-width: 50%;
    text-align: center;
    margin-bottom: 20px; }

  /* line 1630, contact.css */
  .department_work_block h3 {
    margin-left: 0;
    text-align: center; }

  /* line 1634, contact.css */
  .department_work_block h3 br {
    display: none; }

  /* line 1637, contact.css */
  .item_call_back .knob::before {
    width: 300px; }

  /* line 1640, contact.css */
  p.all_text_center_sect_text br {
    display: none; } }
@media only screen and (max-width: 550px) {
  /* line 1645, contact.css */
  h2.all_text_center_sect {
    font-size: 18px; }

  /* line 1648, contact.css */
  p.all_text_center_sect_text {
    font-size: 13px;
    text-align: center; }

  /* line 1652, contact.css */
  .design_manufacture {
    padding-top: 32px;
    padding-bottom: 5px; }

  /* line 1656, contact.css */
  .production_power {
    padding-top: 25px;
    padding-bottom: 10px; }

  /* line 1660, contact.css */
  .domestic_manufacturer {
    padding-top: 25px;
    padding-bottom: 25px; }

  /* line 1664, contact.css */
  .item_certificate {
    margin-bottom: 15px; }

  /* line 1667, contact.css */
  .item_gallery {
    width: 49%; }

  /* line 1670, contact.css */
  .department_work_bl {
    margin: 0 0 33px 0; } }
@media only screen and (max-width: 480px) {
  /* line 1675, contact.css */
  .site-review-img2 {
    width: 62% !important; } }
@media only screen and (min-width: 981px) {
  /* line 1683, contact.css */
  .site-review-img2 {
    width: 85% !important; } }
/* line 1689, contact.css */
.block-title2 {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 10px 0px;
  text-align: center;
  position: relative;
  top: 5px; }

/* line 1700, contact.css */
.block-title3 {
  color: #222;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  margin: 15px 0px;
  text-align: center; }

/* line 1708, contact.css */
.block-reviews2 {
  padding: 0px;
  background: url(https://static-internal.insales.ru/files/1/7961/5562137/original/back_mangr.png);
  border: 0px;
  height: 400px;
  background-size: 100% 100%; }

/* line 1718, contact.css */
.block .site-review .site-review-title2 {
  font-size: 17px;
  line-height: 20px;
  color: #222;
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: 5px; }

/* line 1729, contact.css */
.site-review-img2 {
  width: 85%;
  margin: 0 auto; }

/* line 1735, contact.css */
.site-review-footer-line-1 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  top: 10px; }

/* line 1745, contact.css */
.site-review-footer-line-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 15px; }

/* line 1756, contact.css */
.site-review-footer-btn {
  text-align: center;
  width: 100%;
  margin-bottom: 13px; }

/* line 1763, contact.css */
.site-review-footer-btn a {
  background: url(https://static-internal.insales.ru/files/1/7989/5562165/original/btn.png) no-repeat;
  color: #fff;
  width: 204px;
  height: 37px;
  position: relative;
  padding: 10px 30px 15px 40px;
  font-weight: 500; }

/* line 1781, contact.css */
.site-review-footer-btn a:hover {
  background: url(https://static-internal.insales.ru/files/1/8098/5562274/original/btn2222.png) no-repeat; }

/* line 1786, contact.css */
.zchbWidgetSmall {
  width: 210px !important; }

/* line 1789, contact.css */
.zchbSmall > big {
  font-size: 11px !important;
  margin-left: 0 !important; }

/* line 1795, contact.css */
.oferta_footer {
  text-decoration: underline;
  font-size: 12px; }

@media (max-width: 768px) {
  /* line 2, about.css */
  .trouble-container {
    width: 90%; } }
@media (max-width: 1000px) {
  /* line 8, about.css */
  #meteo-scheme {
    transform: scale(0.8);
    margin-top: -50px; } }
@media (max-width: 800px) {
  /* line 14, about.css */
  #meteo-scheme {
    transform: scale(0.6);
    margin-top: -150px;
    margin-bottom: -100px; } }
@media (max-width: 600px) {
  /* line 21, about.css */
  #meteo-scheme {
    transform: scale(0.4);
    margin-bottom: -200px;
    margin-top: -180px; } }
/* line 28, about.css */
#meteo-scheme-button-wrapper {
  background-image: url(https://static-ru.insales.ru/files/1/8027/9174875/original/background_form2.png), linear-gradient(to right, #d9fafd, #ebf5ff);
  padding: 3% 10%;
  margin-bottom: 50px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px; }

/* line 38, about.css */
.smooth-scroll.new_orange_action_button {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 28%;
  z-index: 1000; }

/* line 46, about.css */
body {
  display: flex;
  justify-content: center; }

/* line 50, about.css */
#meteo-scheme {
  position: relative;
  width: 1000px;
  height: 760px;
  background-size: cover;
  background-image: url(https://static-ru.insales.ru/files/1/4475/12317051/original/scheme_main.png); }

/* line 57, about.css */
.meteo-element {
  position: absolute;
  transition: 0.3s ease-out; }

/* line 61, about.css */
.meteo-element:hover {
  -webkit-filter: drop-shadow(0px 0px 20px white);
  filter: drop-shadow(0px 0px 5px #22aae1) drop-shadow(0px 0px 5px #22aae1) drop-shadow(0px 0px 5px #22aae1) saturate(1.5);
  cursor: pointer; }

/* line 66, about.css */
#meteo-scheme #vizual {
  display: block;
  top: 310px;
  left: 145px;
  width: 125px;
  height: 255px;
  background-image: url(https://static-eu.insales.ru/files/1/4471/12317047/original/scheme_vizual.png);
  z-index: 0; }

/* line 75, about.css */
#meteo-scheme #catcher {
  display: block;
  background-image: url(https://static-eu.insales.ru/files/1/4470/12317046/original/scheme_catcher.png);
  width: 90px;
  height: 208px;
  top: 409px;
  left: 129px;
  z-index: 1; }

/* line 84, about.css */
#meteo-scheme #freezemeter {
  display: block;
  background-image: url(https://static-ru.insales.ru/files/1/5596/12498396/original/scheme_freezemeter.png);
  width: 62px;
  height: 311px;
  z-index: 2;
  right: 151px;
  top: 280px; }

/* line 93, about.css */
#meteo-scheme #table {
  display: block;
  background-image: url(https://static-ru.insales.ru/files/1/7864/12320440/original/scheme_table1.png);
  width: 205px;
  height: 164px;
  top: 557px;
  left: 97px;
  z-index: 2; }

/* line 102, about.css */
#meteo-scheme #fence-left {
  display: block;
  background-image: url(https://static-eu.insales.ru/files/1/4468/12317044/original/scheme_left.png);
  width: 334px;
  height: 146px;
  top: 610px;
  left: 1px;
  z-index: 3; }

/* line 111, about.css */
#meteo-scheme #cabin {
  display: block;
  background-image: url(https://static-eu.insales.ru/files/1/4466/12317042/original/scheme_cabin.png);
  width: 66px;
  height: 149px;
  top: 310px;
  left: 457px; }

/* line 119, about.css */
#meteo-scheme #petushara {
  display: block;
  background-image: url(https://static-eu.insales.ru/files/1/4467/12317043/original/scheme_fluger.png);
  width: 93px;
  height: 311px;
  left: 205px; }

/* line 126, about.css */
#meteo-scheme #sleeve {
  display: block;
  background-image: url(https://static-eu.insales.ru/files/1/4473/12317049/original/scheme_wind.png);
  width: 188px;
  height: 440px;
  right: 212px;
  top: 57px;
  z-index: 1; }

/* line 135, about.css */
#meteo-scheme #bucket {
  display: block;
  background-image: url(https://static-eu.insales.ru/files/1/4465/12317041/original/scheme_bucket.png);
  width: 71px;
  height: 199px;
  z-index: 2;
  right: 353px;
  bottom: 219px; }

/* line 144, about.css */
#meteo-scheme #watch {
  display: block;
  background-image: url(https://static-eu.insales.ru/files/1/7853/12320429/original/scheme_watch1.png);
  width: 108px;
  height: 107px;
  z-index: 3;
  right: 258px;
  bottom: 140px; }

/* line 153, about.css */
#meteo-scheme #board {
  display: block;
  background-image: url(https://static-eu.insales.ru/files/1/4464/12317040/original/scheme_board.png);
  width: 66px;
  height: 375px;
  z-index: 1;
  right: 55px;
  bottom: 36px; }

/* line 162, about.css */
#meteo-scheme #fence-right {
  display: block;
  background-image: url(https://static-eu.insales.ru/files/1/4474/12317050/original/scheme_right.png);
  width: 332px;
  height: 138px;
  top: 619px;
  right: 20px;
  z-index: 5; }

/* line 171, about.css */
#meteo-scheme #title {
  display: block;
  background-image: url(https://static-ru.insales.ru/files/1/4889/12317465/original/scheme_title.png);
  width: 347px;
  height: 96px;
  z-index: 10;
  top: 168px;
  left: 321px; }

/* line 181, about.css */
.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  min-width: 300px; }

/* line 191, about.css */
.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.9;
  display: none !important; }

/* line 199, about.css */
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: 0.2s ease;
  opacity: 0.8;
  border-radius: 6px; }

/* line 209, about.css */
.youtube .play-button:hover {
  background-color: #00A5E9; }

/* line 212, about.css */
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff; }

/* line 218, about.css */
.youtube img,
.youtube .play-button {
  cursor: pointer; }

/* line 222, about.css */
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute; }

/* line 228, about.css */
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

/* line 234, about.css */
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

/* line 241, about.css */
.cosmo_background-second {
  background-image: url(https://static-ru.insales.ru/files/1/1966/9619374/original/cosmo-second-background.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain; }

/* line 247, about.css */
.cosmo_background {
  background-image: url(https://static-ru.insales.ru/files/1/1965/9619373/original/cosmo-main-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media (max-width: 768px) {
  /* line 254, about.css */
  .cosmo_background-second, .cosmo_background {
    background: white; } }
/* line 257, about.css */
.window-obj-cosmo-form-catalog img {
  width: 90%;
  height: auto; }

/* line 258, about.css */
.window-obj-cosmo-form-catalog {
  width: 100% !important;
  max-width: 900px; }

/* line 259, about.css */
.window-obj-cosmo-form-catalog h2 {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding-top: 30px; }

/* line 265, about.css */
.window-obj-cosmo-form-catalog h3 {
  font-size: 20px;
  padding: 30px 0px 0px 20px;
  margin-bottom: -20px; }

/* line 270, about.css */
.window-obj-cosmo-form-catalog p {
  padding: 0px 0px 20px 30px;
  margin-top: -30px; }

/* line 275, about.css */
.cosmo-yellow-numbers .white-container:before {
  content: "";
  position: absolute;
  height: 70px;
  width: 70px;
  left: -20px;
  top: 50%;
  transform: translate(0px, -50%);
  background-size: cover;
  border-radius: 50%; }

/* line 286, about.css */
.cosmo-yellow-numbers > div:nth-child(1) .white-container:nth-child(1):before {
  background-image: url(https://static-ru.insales.ru/files/1/2487/9611703/original/orange-number-1.png); }

/* line 289, about.css */
.cosmo-yellow-numbers > div:nth-child(1) .white-container:nth-child(2):before {
  background-image: url(https://static-ru.insales.ru/files/1/2486/9611702/original/orange-number-2.png); }

/* line 292, about.css */
.cosmo-yellow-numbers > div:nth-child(1) .white-container:nth-child(3):before {
  background-image: url(https://static-eu.insales.ru/files/1/2488/9611704/original/orange-number-3.png); }

/* line 295, about.css */
.cosmo-yellow-numbers > div:nth-child(2) .white-container:nth-child(1):before {
  background-image: url(https://static-ru.insales.ru/files/1/2490/9611706/original/orange-number-4.png); }

/* line 298, about.css */
.cosmo-yellow-numbers > div:nth-child(2) .white-container:nth-child(2):before {
  background-image: url(https://static-ru.insales.ru/files/1/2489/9611705/original/orange-number-5.png); }

/* line 301, about.css */
.cosmo-yellow-numbers > div:nth-child(2) .white-container:nth-child(3):before {
  background-image: url(https://static-ru.insales.ru/files/1/2485/9611701/original/orange-number-6.png); }

/* line 304, about.css */
.cosmo-yellow-numbers > div:nth-child(2) .white-container:nth-child(4):before {
  background-image: url(https://static-ru.insales.ru/files/1/2491/9611707/original/orange-number-7.png); }

/* line 308, about.css */
.cosmo-yellow-numbers .white-container {
  margin: 25px 0px 0px 20px;
  padding: 10px 10px 10px 60px !important; }

/* line 313, about.css */
.cosmo-company img {
  border-radius: 20px; }

/* line 314, about.css */
.cosmo-company {
  padding-top: 70px; }

@media (max-width: 768) {
  /* line 316, about.css */
  .cosmo-company {
    padding-top: 20px; } }
/* line 318, about.css */
.cosmo-numbered p.white-container {
  margin: 10px 0px;
  padding: 20px 20px 20px 70px;
  font-size: 16px;
  position: relative; }

/* line 324, about.css */
.cosmo-numbered p.white-container:before {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  left: -20px;
  top: 50%;
  transform: translate(0px, -50%);
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0px -4px 0px 10px white; }

/* ...  */
/* line 339, about.css */
p.button-description {
  text-align: center;
  padding: 30px 0px; }

/* line 343, about.css */
.cosmorocket:after, .cosmodom:after {
  width: 290px;
  height: 93px;
  content: "";
  position: absolute;
  bottom: -20px;
  z-index: 10;
  background-size: cover; }

/* line 352, about.css */
.cosmodom:after {
  background-image: url(https://static-eu.insales.ru/files/1/6036/9607060/original/cosmodom-cosmo-price.png);
  left: -20px; }

/* line 353, about.css */
.cosmorocket:after {
  background-image: url(https://static-ru.insales.ru/files/1/6037/9607061/original/rocket-cosmo-price.png);
  right: -20px; }

/* line 355, about.css */
.cosmogift {
  text-align: center; }

/* line 356, about.css */
.cosmogift img {
  height: 320px;
  width: auto; }

/* line 360, about.css */
.cosmogift h4 {
  color: #fd9a01;
  text-align: center;
  font-size: 20px;
  padding: 0px 0px 20px 0px !important; }

/* line 366, about.css */
.cosmo-elements {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 30px 0px; }

/* line 372, about.css */
.cosmo-elements > div {
  max-width: 90%;
  width: 350px; }

/* line 376, about.css */
.cosmo-elem-descr h4 {
  color: #009FE3;
  font-size: 16px !important; }

/* line 380, about.css */
.cosmo-elem-descr {
  padding: 10px 20px;
  font-size: 16px !important;
  background-color: #cfeffa;
  border-radius: 20px; }

/* line 386, about.css */
.cosmo-elem-pic {
  padding: 20px 0px;
  text-align: center; }

/* line 390, about.css */
.cosmo-elem-pic img {
  height: 250px; }

/* line 393, about.css */
.cosmo-presentation {
  background-image: url(https://static-ru.insales.ru/files/1/2111/9603135/original/Cosmo-background.jpg); }

/* line 396, about.css */
.cosmo-presentation h1 {
  line-height: 1.2;
  color: #FBF314;
  font-weight: bold;
  text-align: center;
  font-size: 40px; }

/* line 403, about.css */
.cosmo-presentation h3 {
  color: white;
  text-align: center;
  font-size: 25px !important; }

/* line 408, about.css */
.cosmo-presentation ul li {
  list-style-type: none;
  color: white;
  font-size: 18px;
  padding: 5px 0px 5px 60px;
  background-image: url(https://static-eu.insales.ru/files/1/4633/9392665/original/Крыжики_копия_3.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 25px;
  font-weight: bold; }

/* line 419, about.css */
.cosmo-presentation p {
  color: white;
  font-size: 18px;
  padding: 10px 10px 10px 100px;
  background-image: url(https://static-eu.insales.ru/files/1/131/9363587/original/%D0%9C%D0%B5%D0%B4%D0%B2%D0%B5%D0%B6%D0%BE%D0%BD%D0%BE%D0%BA.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  font-weight: bold; }

/* line 429, about.css */
.cosmo-presentation a {
  position: absolute;
  bottom: 5%; }

/* line 433, about.css */
#cosmo-gift {
  padding: 30px; }

/* line 437, about.css */
.light-clouds-bg {
  background-image: url(https://static-eu.insales.ru/files/1/7875/9576131/original/cloud-puzzles-background2.png); }

/* line 440, about.css */
.cosmo-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-family: Roboto;
  font-size: 18px;
  line-height: 1.2; }

/* line 448, about.css */
.cosmo-table th {
  text-align: center;
  background-color: #EBF4FF;
  border-radius: 10px;
  color: #0EAAE3;
  border: 7px solid white;
  border-radius: 20px;
  padding: 10px; }

/* line 457, about.css */
.cosmo-table td {
  padding: 10px 40px; }

/* line 460, about.css */
.cosmo-table td:nth-child(2), .cosmo-table td:nth-child(3) {
  background-size: 18px;
  background-position: left 5px center;
  background-repeat: no-repeat; }

/* line 465, about.css */
.cosmo-table td:nth-child(2) {
  background-image: url(https://static-ru.insales.ru/files/1/126/9601150/original/redroundicon.png); }

/* line 468, about.css */
.cosmo-table td:nth-child(3) {
  background-image: url(https://static-eu.insales.ru/files/1/141/9117837/original/green_check.png); }

/* line 471, about.css */
.cosmo-table tr {
  border-bottom: 2px dotted #B9CFF5; }

/* line 474, about.css */
.cosmo-table tr:first-child {
  border-bottom: 0; }

/* line 477, about.css */
.cosmo-table tr:last-child {
  border-bottom: 0; }

/*конец стилей космо */
/* line 482, about.css */
.pan-pad {
  padding: 16px 10px 0px 10px; }

@media (max-width: 720px) {
  /* line 487, about.css */
  .panels_functions .white-container {
    min-height: 0px; }

  /* line 488, about.css */
  .puzzles-slider .col-lg-7 p {
    padding-bottom: 10px; } }
/* line 491, about.css */
.panels-bottom-clouds {
  background-image: url(https://static-ru.insales.ru/files/1/7875/9576131/original/cloud-puzzles-background2.png); }

/* line 494, about.css */
.puzzles-background {
  background-image: url(https://static-ru.insales.ru/files/1/7928/9576184/original/puzzles-background2.png); }

/* line 496, about.css */
.personal-data {
  color: silver;
  font-size: 13px !important;
  padding: 5% 0px; }

/* line 497, about.css */
.personal-data a {
  color: silver; }

/* line 498, about.css */
#puzzles-book-form {
  text-align: center;
  padding: 0px 20px; }

/* line 499, about.css */
#puzzles-book-form input[type="text"], #puzzles-book-form select {
  margin: 15px auto; }

/* line 500, about.css */
#puzzles-book-form button {
  margin-top: 100px;
  width: 90%; }

/* line 501, about.css */
.small-button {
  padding: 15px 30px;
  font-size: 18px; }

/* line 502, about.css */
.cloud-puzzle-background {
  background-image: url(https://static-ru.insales.ru/files/1/4306/9572562/original/cloud-puzzles-background.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat; }

/* line 503, about.css */
.gallery-resized img {
  margin: 10px 0px; }

/* line 504, about.css */
div.panels_functions {
  background-color: #b7e6ff; }

/* line 505, about.css */
.panels_functions h2 {
  padding-bottom: 30px; }

/* line 506, about.css */
.panels_functions .white-container {
  width: 100%;
  height: 380px;
  text-align: center; }

/* line 507, about.css */
.panels_functions .white-container p {
  padding: 20px 0px; }

/* line 508, about.css */
.title-int-main {
  font-size: 40px; }

/* line 509, about.css */
.title-int-sec {
  font-size: 25px; }

/* line 510, about.css */
.puzzles-slider .col-lg-7 h4 {
  padding-bottom: 10px;
  color: #009FE3;
  font-size: 25px; }

/* line 511, about.css */
.puzzles-slider .col-lg-7 ul {
  margin: 0px; }

/* line 512, about.css */
.puzzles-slider .col-lg-7 {
  padding: 0px 25px; }

/* line 513, about.css */
.puzzles-slider .col-lg-7 p {
  padding-bottom: 15%; }

/* line 514, about.css */
.gallery-view {
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #ECECEC;
  border-radius: 10px;
  transition: 0.2s ease-out; }

/* line 515, about.css */
.gallery-small-item {
  margin: 10px 0px;
  border-radius: 10px;
  transition: 0.2s ease-out; }

/* line 516, about.css */
.gallery-small-item img {
  border-radius: 10px; }

/* line 517, about.css */
.gallery-view:hover, .gallery-small-item:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }

/* line 518, about.css */
.puzzle-list-1 ul li, .puzzle-list-2 ul li {
  padding: 7px 0px 7px 50px;
  background-size: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 18px;
  list-style-type: none;
  line-height: 1.2; }

/* line 519, about.css */
.puzzle-list-1 ul li:nth-child(1) {
  background-image: url(https://static-internal.insales.ru/files/1/1196/6685868/original/3-ступенчатая-предобработка-древесины.png); }

/* line 522, about.css */
.puzzle-list-1 ul li:nth-child(2) {
  background-image: url(https://static-eu.insales.ru/files/1/1187/6685859/original/для-стен-любых-размеров.png); }

/* line 525, about.css */
.puzzle-list-1 ul li:nth-child(3) {
  background-image: url(https://static-eu.insales.ru/files/1/1117/6685789/original/можно-закрепить-полки-и-любое-оборудование.png); }

/* line 528, about.css */
.puzzle-list-1 ul li:nth-child(4) {
  background-image: url(https://static-eu.insales.ru/files/1/1103/6685775/original/не-боится-влажной-уборки.png); }

/* line 531, about.css */
.puzzle-list-2 ul li:nth-child(1) {
  background-image: url(https://static-eu.insales.ru/files/1/1105/6685777/original/надежная-фиксация-на-стене.png); }

/* line 534, about.css */
.puzzle-list-2 ul li:nth-child(2) {
  background-image: url(https://static-eu.insales.ru/files/1/1193/6685865/original/безопасные-водные-краски.png); }

/* line 537, about.css */
.puzzle-list-2 ul li:nth-child(3) {
  background-image: url(https://static-internal.insales.ru/files/1/7593/6749609/original/МДФ_высшего_класса-22.png); }

/* line 540, about.css */
.puzzle-list-2 ul li:nth-child(4) {
  background-image: url(https://static-eu.insales.ru/files/1/1098/6685770/original/полезно_-красиво_-практично.png); }

/* line 544, about.css */
.panel-cart .new_orange_action_button {
  padding: 10px 30px; }

/* line 545, about.css */
.checked-video {
  position: relative;
  border-radius: 10px;
  overflow: visible;
  margin-bottom: 30px; }

/* line 551, about.css */
.checked-video:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  background-image: url(https://static-eu.insales.ru/files/1/141/9117837/original/green_check.png);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat; }

/* line 566, about.css */
.puzzles-slider {
  min-height: 530px;
  background-image: url(https://static-ru.insales.ru/files/1/7086/9567150/original/back_block124.jpg);
  background-attachment: fixed; }

/* line 567, about.css */
.panel-cart {
  position: relative;
  margin: 0px 5%;
  border-radius: 10px;
  padding: 20px;
  overflow: visible;
  transition: 0.2s ease-out;
  cursor: pointer;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); }

/* line 568, about.css */
.panel-cart > img {
  width: auto;
  max-width: 100%;
  height: auto; }

/* line 569, about.css */
.panel-cart-hover > img {
  width: auto;
  max-width: 100%;
  height: auto;
  text-align: center; }

/* line 570, about.css */
.panel-cart-hover {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  top: 0px;
  left: 0px;
  padding: 10px;
  z-index: 10; }

/* line 571, about.css */
.panel-cart-active {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }

/* line 575, about.css */
.wide-slider {
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

/* line 584, about.css */
.angle-left, .angle-right {
  cursor: pointer;
  display: block;
  font-size: 40px;
  width: 70px;
  padding: 13px;
  height: 70px;
  text-align: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  transition: 0.3s ease-out; }

@media (max-width: 992px) {
  /* line 601, about.css */
  .angle-left, .angle-right {
    width: 1px;
    overflow: hidden;
    height: 1px;
    opacity: 0;
    left: -1px; }

  /* line 608, about.css */
  div.slider-step h2 {
    padding-top: 15%;
    font-size: 30px !important; }

  /* line 612, about.css */
  div.slider-step h3 {
    font-size: 18px !important; } }
/* line 616, about.css */
.angle-left:hover, .angle-right:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.7); }

/* line 619, about.css */
.angle-left {
  left: 10%; }

/* line 622, about.css */
.angle-right {
  right: 10%; }

/* line 625, about.css */
.wide-slider .slider-step {
  min-height: 90vh; }

/* line 628, about.css */
.wide-slider {
  width: 100%; }

/* line 631, about.css */
div.slider-step h2 {
  color: white;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 1%; }

/* line 632, about.css */
div.slider-step h3 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 1%; }

/* line 633, about.css */
.slider-step {
  position: absolute;
  top: 0%;
  left: 100%;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 12% 0px 0px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* line 645, about.css */
.slider-step-1 {
  left: 0%;
  background-image: url(https://static-ru.insales.ru/files/1/2483/9562547/original/background-puzzles1.jpg); }

/* line 649, about.css */
.slider-step-2 {
  background-image: url(https://static-eu.insales.ru/files/1/2482/9562546/original/background-puzzles2.jpg); }

/* line 652, about.css */
.slider-step-3 {
  background-image: url(https://static-eu.insales.ru/files/1/2484/9562548/original/background-puzzles3.jpg); }

/* line 657, about.css */
.monitor-video {
  text-align: center;
  margin-top: 30px; }

/* line 658, about.css */
.monitor-video img {
  width: 80%;
  height: auto; }

/* line 662, about.css */
.teacher-card {
  width: 90%;
  margin: 20px 5%;
  min-height: 245px;
  padding: 20px;
  border-radius: 10px;
  background-color: white; }

/* line 670, about.css */
.teacher-card h4 {
  color: #009FE3;
  text-align: center; }

/* line 674, about.css */
.quiz-body {
  width: 100%;
  min-height: 500px;
  max-width: 1120px;
  box-sizing: border-box; }

/* line 680, about.css */
.quiz-step {
  opacity: 0;
  background-color: white;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  padding: 30px 5%;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  z-index: 0; }

/* line 695, about.css */
div.quiz-step-1 {
  z-index: 10;
  opacity: 1; }

/* line 696, about.css */
.quiz-step h3, .quiz-step h4 {
  padding-bottom: 50px;
  font-size: 25px !important;
  font-weight: bold !important;
  text-align: center !important; }

/* line 702, about.css */
#quiz-form-meteo {
  box-sizing: border-box;
  display: block;
  width: 100%; }

/* line 707, about.css */
.quiz-body {
  overflow: hidden;
  position: relative; }

/* line 711, about.css */
.quiz-body form {
  left: 0px;
  top: 0px;
  position: relative;
  height: 100%; }

/* line 717, about.css */
.quiz-next-step, .quiz-prev-step, .quiz-step button {
  position: absolute !important;
  bottom: 30px; }

@media (max-width: 500px) {
  /* line 722, about.css */
  .quiz-next-step, .quiz-prev-step, .quiz-step button {
    bottom: 0px; } }
/* line 726, about.css */
.quiz-next-step, .quiz-step button {
  right: 30%; }

/* line 729, about.css */
.quiz-prev-step {
  left: 30%; }

/* line 732, about.css */
.quiz-step .value {
  display: inline-block;
  border-radius: 5px;
  color: white;
  background-color: #009FE3;
  left: 0px;
  top: 27px;
  padding: 3px 5px; }

/* line 741, about.css */
.quiz-step label {
  display: inline-block;
  top: 4px;
  font-size: 20px;
  padding: 0px 5% 50px 0px;
  position: relative;
  font-weight: normal; }

/* line 749, about.css */
.quiz-step label input[type="checkbox"] {
  position: relative;
  bottom: 4px;
  right: 5px; }

/* line 754, about.css */
.quiz-step p {
  text-align: center;
  font-size: 20px; }

/* line 758, about.css */
.quiz-step span {
  padding-right: 30px; }

/* line 759, about.css */
.quiz-checkboxes {
  padding-top: 20px;
  text-align: center; }

/* line 763, about.css */
.quiz-checkboxes label {
  transition: 0.3s ease-out; }

/* line 764, about.css */
.quiz-checkboxes label:hover {
  color: #22aae1;
  cursor: pointer; }

/* line 768, about.css */
.quiz-alert {
  color: red;
  transition: 0.3s ease; }

/* line 773, about.css */
select.region-input {
  position: relative;
  background-image: url(https://static-ru.insales.ru/files/1/2169/9447545/original/arrow-down-solid.png);
  background-size: 25px;
  background-position: right 10px top 7px; }

/* line 780, about.css */
.tender-steps div p {
  padding: 7px 0px; }

/* line 783, about.css */
.tender-steps div h4 {
  color: black; }

/* line 786, about.css */
.tender-steps div ul li {
  font-size: 18px;
  list-style-type: none;
  padding: 5px 0px 5px 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url(https://static-eu.insales.ru/files/1/7048/9427848/original/roundkryjik.png); }

/* line 795, about.css */
.tender-steps div {
  padding: 15px 15px 15px 200px;
  background-position: left 20px top 15px;
  background-repeat: no-repeat;
  background-size: 140px; }

/* line 801, about.css */
.tender-steps div:nth-child(1) {
  background-image: url(https://static-eu.insales.ru/files/1/7059/9427859/original/step1.png); }

/* line 804, about.css */
.tender-steps div:nth-child(2) {
  background-image: url(https://static-eu.insales.ru/files/1/7058/9427858/original/step2.png); }

/* line 807, about.css */
.tender-steps div:nth-child(3) {
  background-image: url(https://static-eu.insales.ru/files/1/7056/9427856/original/step3.png); }

/* line 810, about.css */
.tender-steps div:nth-child(4) {
  background-image: url(https://static-eu.insales.ru/files/1/7057/9427857/original/step4.png); }

/* line 813, about.css */
.tender-steps div:nth-child(5) {
  background-image: url(https://static-eu.insales.ru/files/1/7060/9427860/original/step5.png); }

/* line 816, about.css */
.tender-steps div:nth-child(6) {
  background-image: url(https://static-eu.insales.ru/files/1/7055/9427855/original/step6.png); }

/* line 820, about.css */
.big-button {
  padding: 15px 40px;
  font-size: 20px;
  margin: 10px 20px !important;
  line-height: 1.4; }

/* line 826, about.css */
.white_container {
  background-color: white;
  border-radius: 30px;
  width: 100%;
  max-width: 1120px;
  padding: 30px; }

/* line 833, about.css */
.tender-list li {
  list-style-type: none;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 5px 0px 5px 40px;
  font-size: 18px; }

/* line 841, about.css */
.tender-list li:nth-child(1) {
  background-image: url(https://static-eu.insales.ru/files/1/5555/8689075/original/about_icon_pink.png); }

/* line 844, about.css */
.tender-list li:nth-child(2) {
  background-image: url(https://static-eu.insales.ru/files/1/5554/8689074/original/about_icon_yellow.png); }

/* line 847, about.css */
.tender-list li:nth-child(3) {
  background-image: url(https://static-eu.insales.ru/files/1/5557/8689077/original/about_icon_blue.png); }

/* line 853, about.css */
.landing-nav > li {
  display: inline-block;
  list-style-type: none;
  width: 32%;
  height: 86px;
  text-align: center;
  line-height: 86px;
  font-size: 18px; }

/* line 862, about.css */
.landing-nav > li > a {
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #4d4d4d;
  display: block;
  transition: 0.3s ease-out; }

/* line 870, about.css */
.landing-nav > li > a:hover {
  color: #19a9e6; }

/* line 874, about.css */
.landing-nav > li > a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #19a9e6;
  bottom: 25px;
  right: 50%;
  transition: 0.3s ease-out; }

/* line 884, about.css */
.landing-nav > li > a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #19a9e6;
  bottom: 25px;
  left: 50%;
  transition: 0.3s ease-out; }

/* line 894, about.css */
.landing-nav > li a:hover:after {
  width: 50px; }

/* line 897, about.css */
.landing-nav > li a:hover:before {
  width: 50px; }

/* line 900, about.css */
.sub-menu {
  height: 0px;
  width: 200px;
  overflow: hidden;
  position: absolute;
  transition: 0.3s ease-out;
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  line-height: 1.4;
  left: -30px; }

/* line 912, about.css */
.sub-menu > ul > li {
  list-style-type: none;
  padding: 5px 0px;
  line-height: 1.4; }

/* line 917, about.css */
.landing-menu {
  width: 100vw;
  height: auto;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  background: white;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }

/* line 927, about.css */
.landing-menu li:hover .sub-menu {
  height: 150px; }

/* line 930, about.css */
.sub-menu li {
  list-style-type: none; }

/* line 933, about.css */
.sub-menu li a {
  display: block;
  text-decoration: none;
  color: #4d4d4d;
  transition: 0.3s ease-out;
  font-size: 18px;
  padding: 10px 20px; }

/* line 941, about.css */
.sub-menu li a:hover {
  color: #19a9e6; }

@media (max-width: 992px) {
  /* line 949, about.css */
  .landing-menu {
    position: relative; }

  /* line 950, about.css */
  .landing-nav li {
    line-height: 1.4;
    height: auto; }

  /* line 951, about.css */
  .new_blue_action_button {
    margin: 0px 0px 15px 0px; }

  /* line 952, about.css */
  .landing-nav > li > a:before, .landing-nav > li > a:after {
    bottom: 0px; } }
/* line 954, about.css */
.new_blue_action_button {
  left: 50%;
  transform: translate(-50%);
  margin: 20px 0px;
  display: inline-block;
  text-decoration: none !important;
  background-color: #00A5E9;
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  border-radius: 50px;
  border-bottom: 3px solid #0184DD;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4), 0px 5px 20px rgba(33, 150, 255, 0.8), 0px 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-out;
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 10px 20px; }

/* line 974, about.css */
.new_blue_action_button:hover {
  background-color: #008FE2;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4), 0px 5px 20px rgba(0, 127, 224, 0.9), 0px 5px 20px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #0175C1;
  color: white; }

/* line 981, about.css */
.new_blue_action_button.vk-btn {
  position: relative;
  background-color: #4a76a8;
  left: 0px;
  border-radius: 10px;
  transform: none;
  font-size: 20px;
  padding: 20px 30px 20px 70px;
  margin-top: 10%; }

/* line 991, about.css */
.vk-btn:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-image: url(https://static-ru.insales.ru/files/1/4065/12324833/original/vklogo.png); }

/* line 1003, about.css */
.landing-logo {
  justify-content: center;
  display: flex;
  align-items: center; }

/* line 1008, about.css */
.landing-logo div {
  padding: 10px 0px;
  width: 115px;
  height: auto; }

/* line 1013, about.css */
.landing-logo div img {
  width: 100%;
  height: auto; }

/* line 1017, about.css */
.landing-menu-contacts {
  text-align: center;
  padding: 20px 5px; }

/* line 1021, about.css */
.landing-menu-email a {
  color: black;
  padding: 5px; }

/* line 1025, about.css */
.landing-menu-phone {
  white-space: nowrap;
  padding: 5px;
  color: #2196ff;
  font-size: 25px;
  text-align: center; }

/* line 1032, about.css */
.landing-logo p {
  text-align: left;
  line-height: 1.4;
  padding: 10px;
  font-size: 16px;
  font-family: Roboto;
  width: 70%; }

/* line 1041, about.css */
#landing-first-page {
  min-height: 90vh !important;
  padding: 7% 0px 120px 0px !important; }

/* line 1045, about.css */
.meteo_letters div {
  margin: 10px 5px; }

/* line 1048, about.css */
.meteo_letters {
  max-width: 90vw; }

/* line 1051, about.css */
.meteo-belkovich {
  height: auto;
  width: 90%; }

/* line 1055, about.css */
.belcovich-img {
  text-align: center; }

/* line 1058, about.css */
.meteo-belkovich iframe {
  width: 100%;
  margin: 0 5%;
  height: 300px; }

/* line 1063, about.css */
.meteo-video1 iframe {
  width: 100%;
  height: 400px; }

/* line 1067, about.css */
.meteo-video1 {
  border-radius: 20px;
  overflow: hidden;
  width: 80%;
  max-width: 710px; }

/* line 1073, about.css */
.meteo-video-item {
  border-radius: 10px;
  margin: 10px;
  overflow: hidden;
  width: 250px; }

/* line 1079, about.css */
.meteo-video-item iframes {
  width: 250px;
  height: 180px; }

/* line 1084, about.css */
.bottom-outer-form input[type="text"], .quiz-step input[type="text"], .quiz-step select, .bottom-outer-form select {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
  display: block;
  font-size: 18px;
  padding: 13px 5px; }

/* line 1092, about.css */
.bottom-outer-form .privacy-info, .quiz-step .privacy-info {
  text-align: left;
  max-width: 800px;
  margin: 20px auto;
  font-weight: normal;
  padding: 0px;
  display: block;
  font-size: 12px; }

/* line 1101, about.css */
.privacy-info input {
  position: relative; }

/* line 1105, about.css */
.bottom-outer-form {
  width: 100%;
  max-width: 1200px;
  text-align: center; }

/* line 1110, about.css */
.white-container {
  position: relative;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }

@media (max-width: 720px) {
  /* line 1118, about.css */
  .white-container {
    background-color: white;
    padding: 10px;
    border-radius: 0px;
    box-shadow: none; } }
/* line 1125, about.css */
.bottom-outer-form button {
  padding: 15px 30px;
  display: inline-block;
  font-family: Roboto;
  font-size: 18px; }

/* line 1131, about.css */
.meteo-yellow-containers div {
  border-radius: 30px;
  padding: 20px 20px 20px 60px;
  background-color: #ecf6ff;
  position: relative;
  width: 80%;
  max-width: 500px;
  margin: 20px 10px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 1144, about.css */
.meteo-yellow-containers div h4 {
  color: #009FE3; }

/* line 1147, about.css */
.meteo-yellow-containers div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translate(0, -50%);
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://static-ru.insales.ru/files/1/4633/9392665/original/Крыжики_копия_3.png); }

/* line 1159, about.css */
.meteo-factory-images img {
  max-width: 250px;
  width: 80%;
  height: auto;
  margin: 15px; }

/* line 1165, about.css */
.meteo_sertification > .flex_around_container > div {
  width: 80%;
  max-width: 400px;
  text-align: center; }

/* line 1170, about.css */
.meteo_sertification > .flex_around_container > div > .certificates_new {
  width: 100%; }

/* line 1173, about.css */
.meteo_sertification > .flex_around_container > div > img {
  height: 250px;
  margin-top: 50px; }

/* line 1177, about.css */
.meteo_sertification > .flex_around_container > div > ul li {
  list-style-type: none;
  padding: 5px 0px 5px 30px;
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 18px;
  font-family: Roboto; }

/* line 1187, about.css */
.meteo_sertification > .flex_around_container > div > ul li:nth-child(1) {
  background-image: url(https://static-eu.insales.ru/files/1/2203/9128091/original/2_копия.png); }

/* line 1190, about.css */
.meteo_sertification > .flex_around_container > div > ul li:nth-child(2) {
  background-image: url(https://static-eu.insales.ru/files/1/2204/9128092/original/5_копия.png); }

/* line 1193, about.css */
.meteo_sertification > .flex_around_container > div > ul li:nth-child(3) {
  background-image: url(https://static-eu.insales.ru/files/1/2202/9128090/original/1_копия.png); }

/* line 1197, about.css */
.meteo_complectation > div {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px; }

/* line 1205, about.css */
.meteo-scheme {
  left: 50%;
  transform: translate(-50%);
  width: 850px;
  height: 600px;
  background-image: url(https://static-ru.insales.ru/files/1/3255/9366711/original/scheme_background.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 70px 0px; }

@media (max-width: 900px) {
  /* line 1218, about.css */
  .meteo-scheme {
    display: none; } }
/* line 1220, about.css */
.meteo-scheme-mark {
  cursor: pointer;
  width: 38px;
  height: 40px;
  position: absolute;
  background-image: url(https://static-ru.insales.ru/files/1/3269/9366725/original/1325135.png);
  background-size: cover;
  overflow: visible;
  transition: 0.2s ease-out; }

/* line 1230, about.css */
.meteo-scheme-mark-orange:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  content: "";
  background-image: url(https://static-ru.insales.ru/files/1/5649/9369105/original/1325135orange.png); }

/* line 1240, about.css */
.meteo-scheme-item {
  text-align: center;
  cursor: normal;
  border-radius: 10px;
  background-color: white;
  z-index: 10;
  display: none;
  position: absolute;
  width: 270px;
  padding: 20px;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1); }

/* line 1255, about.css */
.meteo-scheme-item p {
  font-size: 16px !important; }

/* line 1258, about.css */
.meteo-scheme-item h4 {
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  color: #01A6EA;
  padding: 15px 0px; }

/* line 1265, about.css */
.meteo-scheme-item p {
  font-family: Roboto;
  text-align: left; }

/* line 1269, about.css */
.meteo-zabor {
  left: 12px;
  bottom: 110px; }

/* line 1273, about.css */
.meteo-lovec {
  left: 100px;
  bottom: 250px; }

/* line 1277, about.css */
.meteo-vizual {
  top: 210px;
  left: 160px; }

/* line 1281, about.css */
.meteo-fluger {
  top: -50px;
  left: 210px; }

/* line 1285, about.css */
.meteo-rukav {
  right: 260px;
  top: 30px; }

/* line 1289, about.css */
.meteo-budka {
  left: 400px;
  top: 215px; }

/* line 1293, about.css */
.meteo-clocks {
  right: 260px;
  bottom: 180px; }

/* line 1297, about.css */
.meteo-gorshki {
  bottom: 170px;
  left: 320px; }

/* line 1301, about.css */
.meteo-table {
  left: 200px;
  bottom: 140px; }

/* line 1305, about.css */
.meteo-birds {
  left: 245px;
  bottom: 320px; }

/* line 1309, about.css */
.meteo-osadkomer {
  right: 317px;
  top: 240px; }

/* line 1313, about.css */
.meteo-icemeter {
  right: 150px;
  top: 200px; }

/* line 1317, about.css */
.meteo-doska {
  right: 70px;
  top: 250px; }

/* line 1323, about.css */
.meteo-calculator {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  text-align: center; }

/* line 1329, about.css */
.meteo-calculator a {
  padding: 15px 50px;
  font-size: 18px;
  margin-top: 30px; }

/* line 1334, about.css */
#meteo_calc {
  width: 90%;
  max-width: 1000px;
  position: relative;
  left: 50%;
  transform: translate(-50%); }

/* line 1341, about.css */
#meteo_calc p {
  text-align: left;
  padding: 20px; }

/* line 1345, about.css */
#meteo_calc div {
  position: relative;
  margin: 15px 5px; }

/* line 1349, about.css */
#meteo_calc div .max-value {
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  border-radius: 5px;
  background-color: #DDDDDD;
  right: 0px;
  top: 26px; }

/* line 1359, about.css */
#meteo_calc div .value {
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  border-radius: 5px;
  color: white;
  background-color: #009FE3;
  left: -5px;
  top: 26px; }

/* line 1371, about.css */
#meteo_calc p span {
  float: right;
  display: block; }

/* line 1375, about.css */
#meteo_calc label {
  font-weight: normal;
  margin-bottom: 40px;
  text-align: left; }

/* line 1380, about.css */
.meteo_complect {
  margin: 20px 0px;
  position: relative;
  background-color: white;
  transition: 0.3s ease-out;
  padding: 30px 20px;
  text-align: center;
  max-width: 330px;
  width: 80%;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1); }

/* line 1392, about.css */
.meteo_complect:hover {
  background-color: #F7F7F7;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2); }

/* line 1396, about.css */
.meteo_complect img {
  height: 200px;
  width: auto; }

/* line 1400, about.css */
.meteo_complect img.meteo-badge-hit {
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 15px; }

/* line 1407, about.css */
.meteo_complect img.meteo-badge {
  height: 40px;
  position: relative;
  top: -20px; }

/* line 1412, about.css */
.meteo_complect a {
  display: inline-block;
  padding: 15px 40px;
  font-size: 18px; }

/* line 1417, about.css */
.meteo_complect ul li, .teacher-card ul li {
  font-size: 16px;
  padding: 3px 0px 3px 30px;
  list-style-type: none;
  text-align: left;
  background-image: url(https://static-ru.insales.ru/files/1/603/9372251/original/orangekryjick.png);
  background-size: 20px;
  background-position: left top 3px;
  background-repeat: no-repeat; }

/* line 1428, about.css */
p.meteo_blue_badge {
  width: 80%;
  max-width: 350px;
  padding: 10px 0px 10px 70px;
  background-image: url(https://static-ru.insales.ru/files/1/251/9371899/original/bigbluekryjik.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left top 20px;
  font-size: 16px !important; }

/* line 1438, about.css */
.meteo-bear img {
  width: auto;
  height: 300px; }

/* line 1442, about.css */
.meteo-bear {
  text-align: center;
  padding: 30px 10px; }

/* line 1447, about.css */
.meteo-bear-video {
  text-align: center;
  padding: 30px 10px;
  max-width: 555px; }

/* line 1452, about.css */
.meteo_block1 {
  background-image: url(https://static-ru.insales.ru/files/1/7857/9363121/original/background-meteo.jpg);
  background-size: cover;
  background-position: center; }

/* line 1457, about.css */
h1#meteo-h1 {
  color: white;
  font-size: 30px;
  text-align: center;
  font-family: Roboto;
  line-height: 1.4;
  font-weight: bold;
  max-width: 90%; }

/* line 1466, about.css */
.meteo_block1 p, .meteo_block1 li {
  color: white;
  font-weight: bold; }

/* line 1470, about.css */
.meteo_block1 .flex_around_container p {
  padding: 20px 0px 20px 80px;
  max-width: 400px;
  width: 80%;
  line-height: 1.8;
  background-image: url(https://static-eu.insales.ru/files/1/131/9363587/original/Медвежонок.png);
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: left center; }

/* line 1480, about.css */
.meteo_block1 ul li {
  list-style-type: none;
  padding: 5px 0px 5px 40px;
  font-size: 18px;
  background-image: url(https://static-ru.insales.ru/files/1/166/9363622/original/крыжик.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center; }

/* line 1491, about.css */
.method_meteo div {
  width: 30%;
  max-width: 240px; }

/* line 1495, about.css */
.method_meteo div img {
  width: 100%;
  height: auto; }

/* line 1499, about.css */
.method_meteo {
  background-image: url(https://static-ru.insales.ru/files/1/805/9364261/original/Фон123.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0px 7% 3% 7% !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap; }

/* line 1518, about.css */
input[type=range]::-moz-range-thumb {
  border: 2px solid #009FE3;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer; }

/* line 1526, about.css */
input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  background: #DDDDDD;
  /* Otherwise white in Chrome */
  height: 2px;
  width: 100%; }

/* line 1568, about.css */
.bottom_image_blue {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #009FE3;
  line-height: 1.6;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 0px; }

@media (max-width: 1050px) {
  /* line 1582, about.css */
  .arrow_right:after, .check-cards:after, .check-cards:before, .blue_arrow_button:after {
    display: none; }

  /* line 1585, about.css */
  .inner_container {
    padding: 30px 0px; } }
/* line 1588, about.css */
.video_background, .clouds_background {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* line 1593, about.css */
.video_background {
  background-image: url(https://static-ru.insales.ru/files/1/5107/9130995/original/video_background.png); }

/* line 1594, about.css */
.clouds_background {
  background-image: url(https://static-eu.insales.ru/files/1/5106/9130994/original/cloud_background.png); }

/* line 1597, about.css */
.inner_container > p {
  max-width: 90%; }

/* line 1598, about.css */
.partners_video_flex div {
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin: 20px 0px; }

/* line 1599, about.css */
.bottom-shit-items div {
  margin-bottom: 20px;
  width: 100%;
  max-width: 350px;
  background-color: white;
  border-radius: 20px;
  padding: 20px 20px 20px 100px;
  background-image: url(https://static-ru.insales.ru/files/1/3899/9129787/original/bluecheck.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: left 20px center; }

/* line 1612, about.css */
.blue_arrow_button:after {
  content: "";
  width: 200px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://static-ru.insales.ru/files/1/3678/9129566/original/blue_arrow.png);
  position: absolute;
  right: -230px;
  bottom: 25px;
  position: absolute; }

/* line 1624, about.css */
.check-cards, .bottom-shit-items {
  position: relative;
  align-items: stretch !important;
  margin-top: 50px; }

/* line 1625, about.css */
.check-cards:before {
  content: "";
  width: 70%;
  height: 127px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 20%;
  top: -80px;
  position: absolute;
  z-index: 3;
  background-image: url(https://static-eu.insales.ru/files/1/3473/9129361/original/blue_arrow1.png); }

/* line 1637, about.css */
.check-cards:after {
  content: "";
  width: 64%;
  height: 131px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 16.5%;
  bottom: 215px;
  position: absolute;
  z-index: 3;
  background-image: url(https://static-ru.insales.ru/files/1/3474/9129362/original/blue_arrow2.png); }

/* line 1649, about.css */
.check-cards div {
  position: relative;
  width: 100%;
  max-width: 350px;
  background-color: #e4f5fc;
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 80px; }

/* line 1658, about.css */
.check-cards div img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  width: 60px !important;
  height: auto; }

/* line 1666, about.css */
.check-cards div p {
  font-size: 14px; }

/* line 1667, about.css */
.check-cards div h4 {
  font-size: 17px;
  margin-bottom: 5px;
  color: #008fd0; }

/* line 1668, about.css */
.i_agree > div {
  text-align: center;
  width: 90%;
  max-width: 500px;
  margin-bottom: 20px; }

/* line 1669, about.css */
.i_agree div img {
  width: 100%;
  height: auto; }

/* line 1674, about.css */
.our_clients2 ul li {
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  list-style-type: none;
  padding: 10px 10px 10px 80px;
  position: relative;
  margin: 10px 0px; }

/* line 1684, about.css */
.our_clients2 ul li strong {
  color: black; }

/* line 1686, about.css */
.our_clients2 ul:nth-child(1) li:nth-child(1) {
  background-image: url(https://static-ru.insales.ru/files/1/572/9118268/original/Организации.png); }

/* line 1689, about.css */
.our_clients2 ul:nth-child(1) li:nth-child(2) {
  background-image: url(https://static-ru.insales.ru/files/1/574/9118270/original/Офлайн.png); }

/* line 1692, about.css */
.our_clients2 ul:nth-child(2) li:nth-child(1) {
  background-image: url(https://static-ru.insales.ru/files/1/573/9118269/original/Собственники.png); }

/* line 1695, about.css */
.our_clients2 ul:nth-child(2) li:nth-child(2) {
  background-image: url(https://static-ru.insales.ru/files/1/575/9118271/original/Представитель.png); }

/* line 1699, about.css */
ul.green-check li {
  font-size: 18px;
  line-height: 1.2;
  list-style-type: none;
  width: 100%;
  max-width: 230px;
  min-height: 60px;
  padding: 0px 0px 0px 70px;
  background-position: left top !important;
  background-size: 60px !important;
  background-repeat: no-repeat !important;
  background: url(https://static-ru.insales.ru/files/1/141/9117837/original/green_check.png); }

/* line 1713, about.css */
.partners_business_first, .our_clients2 {
  justify-content: center !important; }

/* line 1714, about.css */
.partners_business_first ul, .our_clients2 ul {
  width: 90%;
  max-width: 500px;
  margin: 0px !important; }

/* line 1716, about.css */
.partners_business_first ul li {
  font-size: 16px;
  list-style-type: none;
  padding: 10px 10px 10px 50px;
  position: relative;
  margin: 10px 0px; }

/* line 1723, about.css */
.partners_business_first ul li {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left center; }

/* line 1729, about.css */
.partners_business_first ul:nth-child(1) li:nth-child(1) {
  background-image: url(https://static-eu.insales.ru/files/1/2884/8702788/original/number-1.png); }

/* line 1732, about.css */
.partners_business_first ul:nth-child(1) li:nth-child(2) {
  background-image: url(https://static-eu.insales.ru/files/1/2886/8702790/original/number-2.png); }

/* line 1735, about.css */
.partners_business_first ul:nth-child(1) li:nth-child(3) {
  background-image: url(https://static-eu.insales.ru/files/1/2887/8702791/original/number-3.png); }

/* line 1738, about.css */
.partners_business_first ul:nth-child(2) li:nth-child(1) {
  background-image: url(https://static-eu.insales.ru/files/1/8007/9117511/original/555555.png); }

/* line 1741, about.css */
.partners_business_first ul:nth-child(2) li:nth-child(2) {
  background-image: url(https://static-ru.insales.ru/files/1/8008/9117512/original/5555555.png); }

/* line 1744, about.css */
.partners_business_first ul:nth-child(2) li:nth-child(3) {
  background-image: url(https://static-eu.insales.ru/files/1/8006/9117510/original/666666.png); }

/* line 1748, about.css */
.arrow_right:after {
  right: -190px;
  bottom: 10px;
  position: absolute;
  content: "";
  width: 157px;
  height: 54px;
  background-image: url(https://static-ru.insales.ru/files/1/8070/9117574/original/orange_arrow.png); }

/* line 1759, about.css */
.our_clients1 li {
  width: 100%;
  max-width: 200px;
  list-style-type: none;
  text-align: center; }

/* line 1765, about.css */
.our_clients1 li img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 10px; }

/* line 1775, about.css */
.inner_container .owl-carousel {
  width: 80%;
  max-width: 1120px; }

/* line 1779, about.css */
.inner_container .owl-carousel .owl-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5; }

/* line 1788, about.css */
.new_orange_action_button:active, .new_orange_action_button:focus {
  color: white !important;
  outline: none; }

/* line 1789, about.css */
.inner_container .products_carousel {
  margin-top: 30px; }

/* line 1790, about.css */
.inner_container .products_carousel .owl-item img {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: auto; }

/* line 1796, about.css */
.inner_container .partners_carousel .owl-item {
  height: 224px !important; }

/* line 1797, about.css */
.inner_container .partners_carousel .owl-item, .inner_container .photo-carousel .owl-item {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 1802, about.css */
.inner_container .photo-carousel {
  background-color: transparent !important; }

/* line 1803, about.css */
.inner_container .photo-carousel .owl-item a {
  padding: 10% 10px; }

/* line 1806, about.css */
.inner_container .photo-carousel .owl-item {
  height: 224px !important; }

/* line 1809, about.css */
.inner_container .photo-carousel .owl-item a img {
  border-radius: 15px; }

/* line 1812, about.css */
.inner_container .partners_carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  height: auto;
  position: relative;
  display: block; }

/* line 1819, about.css */
.inner_container .owl-carousel .owl-item {
  text-align: center;
  height: auto; }

/* line 1823, about.css */
.inner_container .owl-carousel .owl-item p {
  padding: 10px;
  font-size: 14px; }

/* line 1827, about.css */
.inner_container .products_carousel .owl-item > div {
  transition: 0.3s ease;
  height: 95%; }

/* line 1828, about.css */
.inner_container .products_carousel .owl-item > div:hover {
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 5; }

/* line 1834, about.css */
.inner_container .owl-carousel {
  background-color: white; }

/* line 1837, about.css */
.inner_container .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  color: transparent;
  z-index: 2; }

/* line 1846, about.css */
.inner_container .owl-carousel .owl-nav .owl-prev {
  left: -50px; }

/* line 1849, about.css */
.inner_container .owl-carousel .owl-nav .owl-next {
  right: -50px; }

/* line 1853, about.css */
.inner_container .owl-carousel .owl-nav .owl-prev:before, .inner_container .owl-carousel .owl-nav .owl-next:after {
  content: "";
  width: 30px;
  height: 30px;
  left: 0px;
  top: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain; }

/* line 1865, about.css */
.inner_container .blue-carousel .owl-nav .owl-prev:before {
  background-image: url(https://static-ru.insales.ru/files/1/798/9118494/original/blue_button.png); }

/* line 1868, about.css */
.inner_container .blue-carousel .owl-nav .owl-next:after {
  background-image: url(https://static-ru.insales.ru/files/1/816/9118512/original/blue_button2.png); }

/* line 1872, about.css */
.inner_container .orange_carousel .owl-nav .owl-prev:before {
  background-image: url(https://static-eu.insales.ru/files/1/4263/9130151/original/orange_button_1.png); }

/* line 1875, about.css */
.inner_container .orange_carousel .owl-nav .owl-next:after {
  background-image: url(https://static-ru.insales.ru/files/1/820/9118516/original/orange_button2.png); }

/* line 1880, about.css */
.worker_photo img {
  border-radius: 45%; }

/* line 1884, about.css */
.container-step {
  background-color: white;
  padding: 10px;
  border-radius: 30px;
  position: relative; }

/* line 1891, about.css */
#blue_steps_arrow {
  position: absolute;
  left: -70px;
  top: 20px;
  z-index: 100;
  height: 1300px;
  width: auto; }

/* line 1899, about.css */
.agree_cloud_background {
  background-image: url(https://static-ru.insales.ru/files/1/4968/9130856/original/Фон_8_блок.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat; }

/* line 1905, about.css */
ul.colored_list > li {
  list-style-type: none;
  position: relative;
  padding: 5px 5px 5px 50px;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
  background-position: left center !important; }

/* line 1913, about.css */
.blue_background {
  position: relative; }

/* line 1917, about.css */
.colored_list li:nth-child(1) {
  background: url(https://static-eu.insales.ru/files/1/5555/8689075/original/about_icon_pink.png); }

/* line 1920, about.css */
.colored_list li:nth-child(2) {
  background: url(https://static-eu.insales.ru/files/1/5557/8689077/original/about_icon_blue.png); }

/* line 1923, about.css */
.colored_list li:nth-child(3) {
  background: url(https://static-eu.insales.ru/files/1/5554/8689074/original/about_icon_yellow.png); }

/* line 1926, about.css */
.colored_list li:nth-child(4) {
  background: url(https://static-eu.insales.ru/files/1/5556/8689076/original/about_icon_green.png); }

/* line 1930, about.css */
.margin-8 {
  padding-top: 30px; }

/* line 1933, about.css */
h3.step-title {
  padding: 5px 15px 15px 260px;
  font-size: 25px;
  line-height: 1.4;
  color: #6CB62D;
  position: relative; }

@media (max-width: 800px) {
  /* line 1942, about.css */
  .inner_container .owl-carousel, .mobile_hidden {
    display: none !important; }

  /* line 1945, about.css */
  .partners_video_flex div {
    width: 90%; }

  /* line 1946, about.css */
  .partners_video_flex div iframe {
    width: 100%;
    height: 200px; }

  /* line 1950, about.css */
  h3.step-title {
    padding: 5px;
    text-align: center; }

  /* line 1954, about.css */
  h3.step-title:before {
    background: none !important; }

  /* line 1957, about.css */
  .container-step {
    border-radius: 0px; }

  /* line 1960, about.css */
  ul.colored_list > li {
    padding: 5px 5px 5px 37px; }

  /* line 1963, about.css */
  .blue_background {
    background-color: white !important;
    margin-bottom: 0px; }

  /* line 1967, about.css */
  .blue_background:before, .blue_background:after {
    display: none; }

  /* line 1970, about.css */
  .video_background, .clouds_background {
    background-image: none; } }
/* line 1974, about.css */
h3.step-title:before {
  content: "";
  width: 177px;
  height: 50px;
  top: -3px;
  left: 70px;
  background-size: contain !important;
  background-repeat: no-repeat;
  position: absolute; }

/* line 1984, about.css */
h3.step1:before {
  background: url(https://static-eu.insales.ru/files/1/3066/8956922/original/Шаг_1.png); }

/* line 1987, about.css */
h3.step2:before {
  background: url(https://static-eu.insales.ru/files/1/3067/8956923/original/Шаг_2.png); }

/* line 1990, about.css */
h3.step3:before {
  background: url(https://static-eu.insales.ru/files/1/3068/8956924/original/ШАг_3.png); }

/* line 1993, about.css */
h3.step4:before {
  background: url(https://static-eu.insales.ru/files/1/3069/8956925/original/Шаг_4.png); }

/* line 1997, about.css */
.blue_background .container-step > .colored_list li {
  background-position: left top 10px !important; }

/* line 2000, about.css */
.colored_list li small {
  color: silver; }

/* line 2004, about.css */
.colored_list li h4 {
  font-size: 23px;
  font-family: Roboto;
  font-weight: bold; }

/* line 2009, about.css */
div.container-step > p {
  padding: 5px 5px 5px 70px; }

/* line 2014, about.css */
.contacts_blue_container {
  background-color: #CFEFFA;
  border-radius: 20px;
  padding: 50px 20px; }

/* line 2019, about.css */
.contacts_blue_container:after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -20px;
  background-image: url(https://static-ru.insales.ru/files/1/1722/8808122/original/bottom_blue_border.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }

/* line 2030, about.css */
.contacts_blue_container div {
  max-width: 400px;
  width: 80%; }

/* line 2032, about.css */
.contacts_blue_container div p {
  padding: 10px 0px 10px 45px;
  position: relative; }

/* line 2036, about.css */
.contacts_blue_container div p:before {
  content: "";
  background-size: cover;
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%; }

/* line 2047, about.css */
.contacts_blue_container .adress_email:before {
  background-image: url(https://static-eu.insales.ru/files/1/5683/8803891/original/mail_contacts_icon.png); }

/* line 2050, about.css */
.contacts_blue_container .adress_offices:before {
  background-image: url(https://static-eu.insales.ru/files/1/5356/8803564/original/smartphone_icon.png); }

/* line 2053, about.css */
.contacts_blue_container .working_days:before {
  background-image: url(https://static-eu.insales.ru/files/1/5355/8803563/original/clocks_icon.png); }

/* line 2056, about.css */
.contacts_blue_container div p > span {
  color: #009FE3;
  font-weight: bold; }

/* line 2060, about.css */
.flex_around_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px 0px;
  max-width: 1160px;
  width: 100%;
  position: relative; }

/* line 2070, about.css */
.flex_center_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0px;
  max-width: 1160px;
  width: 100%;
  position: relative; }

/* line 2081, about.css */
.extra_phone_numbers {
  margin: 20px 0px;
  position: relative;
  max-width: 990px; }

/* line 2086, about.css */
.extra_phone_numbers p {
  position: relative;
  padding: 10px 0px 10px 40px;
  width: 100%;
  max-width: 330px; }

/* line 2092, about.css */
.extra_phone_numbers p:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* line 2102, about.css */
.extra_phone_numbers .first_extra:before {
  background-image: url(https://static-ru.insales.ru/files/1/5359/8803567/original/number_111.png); }

/* line 2105, about.css */
.extra_phone_numbers .second_extra:before {
  background-image: url(https://static-eu.insales.ru/files/1/5358/8803566/original/number_222.png); }

/* line 2108, about.css */
.extra_phone_numbers .third_extra:before {
  background-image: url(https://static-eu.insales.ru/files/1/5357/8803565/original/number_333.png); }

/* line 2111, about.css */
.new_orange_action_button {
  margin: 10px 0px;
  display: inline-block;
  text-decoration: none !important;
  background-color: #fd9a01;
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  border-radius: 50px;
  border-bottom: 3px solid #fc8001;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4), 0px 5px 20px rgba(252, 128, 1, 0.8), 0px 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-out;
  cursor: pointer;
  position: relative;
  text-align: center; }

/* line 2128, about.css */
.big_new_orange_button {
  padding: 20px 30px;
  font-size: 20px; }

@media (max-width: 720px) {
  /* line 2132, about.css */
  .big_new_orange_button {
    padding: 15px 20px;
    font-size: 18px; } }
/* line 2133, about.css */
.small_new_orange_button, .contacts_worker_item .new_orange_action_button {
  padding: 10px 30px;
  font-size: 16px; }

/* line 2137, about.css */
.new_orange_action_button:hover {
  background-color: #ff6600;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4), 0px 5px 20px rgba(252, 128, 1, 0.9), 0px 5px 20px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #bc4b00;
  color: white; }

/* line 2144, about.css */
.contacts_channel_icons {
  background-color: white;
  border-radius: 20px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-bottom: -300px;
  z-index: 5; }

/* line 2156, about.css */
.contacts_channel_icons div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%; }

/* line 2162, about.css */
.inner_icons {
  max-width: 1120px;
  flex-wrap: wrap; }

/* line 2166, about.css */
.inner_icons div {
  width: 320px; }

/* line 2169, about.css */
.inner_icons p {
  padding: 0px 20px; }

@media (max-width: 720px) {
  /* line 2171, about.css */
  .inner_icons p {
    width: 100%;
    padding-top: 30px; } }
/* line 2176, about.css */
.inner_icons a, .inner_icons p {
  margin: 5px;
  text-align: center;
  text-decoration: none; }

/* line 2177, about.css */
.contacts_channel_icons img, .contacts_channel_icons span {
  display: block;
  margin: 190px;
  font-size: 20px; }

/* line 2182, about.css */
.inner_icons img {
  width: 60px;
  height: 60px;
  transition: 0.3s ease; }

/* line 2187, about.css */
.inner_icons a:hover img {
  -ms-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3)) contrast(120%);
  -moz-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3)) contrast(120%);
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3)) contrast(120%);
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3)) contrast(120%); }

/* line 2193, about.css */
.contacts_channel_icons span {
  line-height: 50px; }

/* line 2196, about.css */
.contacts_physical_adress {
  padding: 40px 10px 40px 110px;
  width: 100%;
  max-width: 830px;
  position: relative; }

/* line 2202, about.css */
.contacts_physical_adress:before {
  content: "";
  background-image: url(https://static-eu.insales.ru/files/1/5684/8803892/original/post_adress_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 80px;
  height: 80px; }

/* line 2214, about.css */
p.small_text {
  font-size: 14px !important;
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding: 20px; }

/* line 2221, about.css */
div.contacts_map {
  padding: 20px;
  border-radius: 20px;
  background-color: #cfeffa;
  display: block; }

/* line 2227, about.css */
div.map_switch_buttons {
  display: block;
  position: relative;
  border-radius: 10px;
  top: 20px;
  left: 10%;
  width: 260px;
  overflow: hidden; }

/* line 2236, about.css */
.map_switch_buttons button {
  margin: 0px -2px;
  position: relative;
  background-color: #6fb535;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  cursor: pointer;
  width: 130px; }

/* line 2248, about.css */
.map_switch_buttons button:hover {
  box-shadow: none;
  background-color: #459300; }

/* line 2252, about.css */
.active_contacts_button {
  background-color: #438c04 !important; }

/* line 2255, about.css */
.hide_map {
  display: none; }

/* line 2258, about.css */
.contacts_worker_item {
  margin-bottom: 20px;
  max-width: 330px;
  width: 30%;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 0px; }

/* line 2267, about.css */
div.contacts_worker_item p {
  font-size: 18px;
  line-height: 1.7 !important;
  margin-top: 10px; }

/* line 2272, about.css */
.worker_item_email, .worker_item_phone {
  padding: 0px 0px 0px 30px;
  position: relative;
  white-space: nowrap; }

/* line 2277, about.css */
.worker_item_email:before, .worker_item_phone:before {
  content: "";
  left: 0px;
  top: 1px;
  width: 22px;
  height: 22px;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  overflow: visible; }

/* line 2288, about.css */
.worker_item_email:before {
  background-image: url(https://static-ru.insales.ru/files/1/807/8807207/original/mail_yellow.png); }

/* line 2291, about.css */
.worker_item_phone:before {
  background-image: url(https://static-ru.insales.ru/files/1/808/8807208/original/phone_yellow.png); }

/* line 2294, about.css */
.bottom_social_block {
  margin-top: 100px; }

/* line 2297, about.css */
.bottom_social_block a img {
  width: 70px;
  height: 70px;
  margin: 10px;
  transition: 0.3s ease; }

@media (max-width: 800px) {
  /* line 2304, about.css */
  .contacts_channel_icons span {
    display: none; }

  /* line 2306, about.css */
  .contacts_worker_item {
    width: 100%; } }
@media (max-width: 600px) {
  /* line 2312, about.css */
  .contacts_physical_adress {
    padding: 20px 0px; }

  /* line 2315, about.css */
  .contacts_physical_adress:before, .inner_container .owl-carousel {
    display: none; }

  /* line 2318, about.css */
  div.map_switch_buttons {
    top: 0px;
    left: 50%;
    transform: translate(-50%); }

  /* line 2323, about.css */
  .bottom_social_block a img {
    height: 60px;
    width: 60px; }

  /* line 2327, about.css */
  .contacts_channel_icons {
    padding: 50px 10px; }

  /* line 2330, about.css */
  .contacts_blue_container, .contacts_channel_icons {
    border-radius: 0px; } }
/* СТРАНИЦА О КОМПАНИИ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* line 2345, about.css */
.inner_container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px; }

/* line 2353, about.css */
.inner_container p, .container-step p, .container-step li {
  font-size: 18px;
  line-height: 1.3em;
  font-family: Roboto, sans-serif; }

/* line 2358, about.css */
.white_background li a, .blue_background li a {
  color: #009FE3; }

/* line 2361, about.css */
.title-left {
  width: 80%;
  max-width: 1120px;
  text-align: left !important; }

/* line 2362, about.css */
.inner_container h2, h2.blue_title {
  font-size: 30px;
  font-family: Roboto, sans-serif;
  margin: 10px;
  font-weight: bold;
  color: #009FE3;
  text-align: center;
  line-height: 1.3em; }

/* line 2371, about.css */
.inner_container h3 {
  font-size: 20px;
  margin: 0px 0px 20px 0px;
  font-weight: normal;
  line-height: 1.3em;
  text-align: center; }

/* line 2378, about.css */
.inner_container h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  margin: 10px 0px 0px 0px; }

/* line 2384, about.css */
.inner_container p {
  margin: 0px; }

/* line 2387, about.css */
.video_facts {
  padding: 30px;
  background-image: url(https://static-ru.insales.ru/files/1/3225/8686745/original/Фон_1__1_.jpg);
  background-size: cover;
  background-position: top 48px left 0px;
  background-repeat: no-repeat; }

/* line 2394, about.css */
.inner_container div.video {
  overflow: hidden;
  max-width: 900px;
  box-shadow: 0px 0px 0px 20px white;
  margin: 20px 0px 30px 0px;
  background-color: white;
  border-radius: 20px;
  width: 100%; }

/* line 2404, about.css */
.company_facts ul {
  padding: 20px 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  max-width: 1160px;
  flex-wrap: wrap; }

/* line 2413, about.css */
.company_facts ul li {
  padding: 0px 20px;
  text-align: center;
  transition: 0.2s ease;
  max-width: 190px; }

/* line 2419, about.css */
.company_facts ul li img {
  border-radius: 50%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }

/* line 2424, about.css */
.blue_background {
  background-color: #CFEFFA;
  margin-bottom: 30px; }

/* line 2428, about.css */
.blue_background:before {
  background-size: cover;
  position: absolute;
  left: 0px;
  top: -25px;
  content: "";
  background-image: url("https://static-ru.insales.ru/files/1/1175/8701079/original/blue_crop_top.png");
  height: 25px;
  width: 100%;
  min-width: 1400px; }

/* line 2439, about.css */
.blue_background:after {
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: -29px;
  content: "";
  background-image: url(https://static-eu.insales.ru/files/1/1174/8701078/original/blue_crop_bottom.png);
  height: 29px;
  width: 100%;
  z-index: 1; }

/* line 2450, about.css */
div.facts_outer_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
  width: 80%;
  max-width: 1160px;
  position: relative;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); }

/* line 2464, about.css */
div.facts_outer_container ul {
  list-style-type: none;
  padding: 0px;
  width: 500px;
  margin: 0px; }

/* line 2470, about.css */
div.facts_outer_container ul li {
  display: flex;
  margin: 15px 5px; }

/* line 2474, about.css */
div.facts_outer_container ul li img {
  height: 40px;
  margin-right: 20px; }

/* line 2480, about.css */
.white_background {
  background-color: white;
  background-image: url("https://static-ru.insales.ru/files/1/387/8700291/original/Фон_прозрачный.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

/* line 2487, about.css */
.director_speech {
  position: relative;
  background-color: white;
  border: 6px dotted #009FE3;
  border-radius: 50px;
  padding: 30px 40px;
  width: 80%;
  max-width: 1160px;
  margin-top: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }

/* line 2498, about.css */
.director_speech div {
  width: 50%;
  float: left; }

/* line 2502, about.css */
.director_speech div p {
  padding: 10px 0px;
  text-indent: 20px; }

/* line 2507, about.css */
.director_speech img {
  width: 55%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: -10%; }

/* line 2514, about.css */
.director_speech p.director_name {
  position: relative;
  width: 300px;
  right: 0px;
  text-align: right;
  font-weight: 600; }

/* line 2521, about.css */
.company_mission {
  background-color: white;
  margin: 0px 40px 0px 30%;
  border-radius: 40px;
  padding: 20px 50px 30px 7%;
  width: 50%;
  max-width: 600px;
  position: relative;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }

/* line 2531, about.css */
.company_mission div {
  display: flex;
  align-items: center; }

/* line 2535, about.css */
.company_mission > div > img {
  height: 25px;
  margin: 5px 15px; }

/* line 2539, about.css */
.company_mission div > p {
  font-size: 1.1em; }

/* line 2542, about.css */
.company_mission > p {
  padding: 5px 0px;
  text-indent: 20px; }

/* line 2546, about.css */
.company_mission .company_group_photo {
  position: absolute;
  width: 500px;
  height: auto;
  left: -75%;
  top: 12%;
  background: #98BFCE;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 5px white; }

/* line 2556, about.css */
.company_mission .company_group_photo > img {
  z-index: 3;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 30px; }

/* line 2564, about.css */
.company_mission .company_group_photo:after {
  content: "";
  position: absolute;
  width: 105%;
  height: 105%;
  background-image: url("https://static-ru.insales.ru/files/1/1953/8701857/original/рамка_2_фото.png");
  background-size: cover;
  top: -30px;
  right: 15px;
  z-index: 0; }

/* line 2575, about.css */
p.blue_font {
  color: #009FE3;
  font-family: Roboto, serif;
  font-size: 20px; }

/* line 2580, about.css */
.numbered_containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  max-width: 1160px;
  margin-top: 20px; }

/* line 2588, about.css */
.numbered_container {
  width: 100%;
  max-width: 500px;
  background-color: #E4F5FC;
  border-radius: 40px;
  margin: 10px 0px;
  padding-left: 10px;
  position: relative;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12); }

/* line 2598, about.css */
.numbered_container p {
  padding: 20px 30px 20px 60px; }

/* line 2601, about.css */
.numbered_container:before {
  content: "";
  position: absolute;
  height: 90px;
  width: 90px;
  left: -45px;
  top: 50%;
  transform: translate(0px, -50%);
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0px -4px 0px 10px white; }

/* line 2613, about.css */
.number_one:before {
  background-image: url("https://static-eu.insales.ru/files/1/2884/8702788/original/number-1.png"); }

/* line 2616, about.css */
.number_two:before {
  background-image: url("https://static-ru.insales.ru/files/1/2886/8702790/original/number-2.png"); }

/* line 2619, about.css */
.number_three:before {
  background-image: url("https://static-ru.insales.ru/files/1/2887/8702791/original/number-3.png"); }

/* line 2622, about.css */
.number_four:before {
  background-image: url("https://static-ru.insales.ru/files/1/2885/8702789/original/number-4.png"); }

/* line 2625, about.css */
.number_five:before {
  background-image: url("https://static-eu.insales.ru/files/1/2883/8702787/original/number-5.png"); }

/* line 2628, about.css */
div.company_benefit {
  background-color: #b4e8fd; }

/* line 2631, about.css */
div.company_benefit > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  max-width: 1160px; }

/* line 2639, about.css */
.yes_sir, .no_sir {
  margin-top: 50px;
  width: 500px;
  padding: 50px 30px 30px 30px;
  background-color: white;
  border-radius: 30px;
  position: relative;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }

/* line 2648, about.css */
.yes_sir div, .no_sir div {
  display: flex;
  padding: 5px 0px; }

/* line 2652, about.css */
.yes_sir > div > img, .no_sir > div > img {
  height: 25px;
  margin: 5px 10px; }

/* line 2656, about.css */
.yes_sir > img, .no_sir > img {
  position: absolute;
  width: 216px;
  height: 61px;
  top: 0px;
  left: 130px;
  transform: translate(0, -50%); }

/* line 2664, about.css */
.reasons_container {
  background-image: url(https://static-ru.insales.ru/files/1/7364/8707268/original/Фон_3.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

/* line 2670, about.css */
.reason_why {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  height: 560px;
  width: 100%;
  max-width: 1160px;
  padding: 30px 0px; }

/* line 2681, about.css */
.reason_why > div {
  display: flex;
  width: 100%;
  max-width: 500px;
  height: 80px;
  border-radius: 65px;
  align-items: center;
  padding: 5px 0px 5px 65px;
  margin: 10px 0px;
  position: relative; }

/* line 2692, about.css */
.reason_why div:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  background-size: cover;
  left: 0px;
  top: 10%;
  transform: translate(-50%, 0);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }

/* line 2704, about.css */
.reason_why div:first-child:before {
  background-image: url(https://static-eu.insales.ru/files/1/1299/8709395/original/wba1.png); }

/* line 2707, about.css */
.reason_why div:nth-child(2):before {
  background-image: url(https://static-eu.insales.ru/files/1/1295/8709391/original/wba2.png); }

/* line 2710, about.css */
.reason_why div:nth-child(3):before {
  background-image: url(https://static-eu.insales.ru/files/1/1292/8709388/original/wba3.png); }

/* line 2713, about.css */
.reason_why div:nth-child(4):before {
  background-image: url(https://static-eu.insales.ru/files/1/1296/8709392/original/wba4.png); }

/* line 2716, about.css */
.reason_why div:nth-child(5):before {
  background-image: url(https://static-eu.insales.ru/files/1/1293/8709389/original/wba5.png); }

/* line 2719, about.css */
.reason_why div:nth-child(6):before {
  background-image: url(https://static-eu.insales.ru/files/1/1294/8709390/original/wba6.png); }

/* line 2722, about.css */
.reason_why div:nth-child(7):before {
  background-image: url(https://static-eu.insales.ru/files/1/1298/8709394/original/wba7.png); }

/* line 2725, about.css */
.reason_why div:nth-child(8):before {
  background-image: url(https://static-eu.insales.ru/files/1/1300/8709396/original/wba8.png); }

/* line 2728, about.css */
.reason_why div:nth-child(9):before {
  background-image: url(https://static-eu.insales.ru/files/1/1297/8709393/original/wba9.png); }

/* line 2733, about.css */
.our_products_a, .company_powers, .russian_manufacturer, .certificates_new, .bottom_photos {
  padding: 50px 0px;
  display: flex;
  width: 80%;
  max-width: 1160px;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative; }

/* line 2742, about.css */
.our_products_a div {
  position: relative;
  width: 100%;
  max-width: 320px;
  border-radius: 30px;
  border: 5px dotted #FBBB01;
  padding: 30px;
  background-color: white;
  transition: 0.3s ease-out;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1); }

/* line 2753, about.css */
.our_products_a div:hover {
  transform: translate(0, -3px);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }

/* line 2758, about.css */
.our_products_a img.product_header_y {
  position: absolute;
  top: -30px;
  left: 50px;
  width: 200px; }

/* line 2764, about.css */
img.product_photo_x {
  border-radius: 30px; }

/* line 2767, about.css */
.reasons_container > p {
  width: 80%;
  text-align: center;
  max-width: 1160px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4; }

/* line 2776, about.css */
.company_powers div, .russian_manufacturer div {
  max-width: 330px;
  width: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-out; }

/* line 2784, about.css */
.company_powers div:hover {
  transform: translate(0, -3px); }

/* line 2787, about.css */
.company_powers div > img {
  z-index: 10;
  border-radius: 30px; }

/* line 2791, about.css */
.company_powers div:before {
  content: "";
  background: url("https://static-ru.insales.ru/files/1/4494/8720782/original/рамка_производство.png");
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block; }

/* line 2801, about.css */
.company_powers div:first-child:before {
  top: -20px;
  left: -20px; }

/* line 2805, about.css */
.company_powers div:nth-child(2):before {
  transform: scaleY(-1);
  bottom: -20px;
  left: -20px; }

/* line 2810, about.css */
.company_powers div:nth-child(3):before {
  transform: scaleX(-1);
  top: -15px;
  right: -15px; }

/* line 2816, about.css */
.russian_manufacturer div p {
  text-align: center;
  padding: 30px 0px; }

/* line 2820, about.css */
.russian_manufacturer div img {
  border-radius: 20px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); }

/* line 2824, about.css */
.certificates_new > a > img {
  width: 150px;
  border-radius: 5px; }

/* line 2829, about.css */
.certificates_new > a {
  display: block;
  padding: 10px 15px;
  background-image: url(https://static-ru.insales.ru/files/1/5748/8722036/original/оболочка_сертификат.png);
  background-size: cover;
  transition: 0.3s ease-out; }

/* line 2836, about.css */
.certificates_new > a:hover {
  transform: scale(1.05); }

/* line 2839, about.css */
.bottom_photos {
  align-items: flex-start; }

/* line 2842, about.css */
.bottom_photos img {
  width: 100%;
  height: auto;
  max-width: 330px;
  border-radius: 30px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); }

/* line 2849, about.css */
.bottom_photos_2 {
  position: relative;
  top: -100px;
  margin: -150px; }

/* line 2854, about.css */
.bottom_background_block {
  background-image: url(https://static-ru.insales.ru/files/1/6546/8722834/original/фон_нижний.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

@media (max-width: 1275px) {
  /* line 2861, about.css */
  .bottom_photos {
    display: none; }

  /* line 2864, about.css */
  .company_mission .company_group_photo {
    width: 400px;
    left: -65%; } }
@media (max-width: 1000px) {
  /* line 2870, about.css */
  .reason_why {
    height: 100%; }

  /* line 2873, about.css */
  .our_products_a div, .company_powers div, .yes_sir, .no_sir {
    margin: 20px 0px !important; }

  /* line 2876, about.css */
  .director_speech div {
    width: 100%;
    margin: 0px; }

  /* line 2880, about.css */
  .company_mission .company_group_photo {
    position: static;
    width: 100%; }

  /* line 2884, about.css */
  .director_speech img {
    display: none; }

  /* line 2887, about.css */
  .company_mission {
    width: 80%;
    margin: 0px; }

  /* line 2891, about.css */
  .company_mission .company_group_photo::after {
    display: none; } }
@media (max-width: 720px) {
  /* line 2897, about.css */
  .inner_container div.video iframe {
    width: 400px;
    max-width: 100vw;
    height: 225px; }

  /* line 2902, about.css */
  .video_facts, .reasons_container, .bottom_background_block {
    background-image: none;
    background: linear-gradient(to bottom, white, #7AD9F9); }

  /* line 2906, about.css */
  .company_facts ul, div.company_benefit > div {
    flex-wrap: wrap; }

  /* line 2909, about.css */
  div.facts_outer_container, .director_speech, .director_speech div, .company_mission, .company_mission .company_group_photo, div.company_benefit > div, .yes_sir, .no_sir {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0; }

  /* line 2915, about.css */
  .director_speech {
    border: none; }

  /* line 2918, about.css */
  .director_speech img, .company_mission .company_group_photo, .blue_background:before, .blue_background:after {
    display: none; }

  /* line 2921, about.css */
  .company_mission .company_group_photo > img {
    position: static; }

  /* line 2924, about.css */
  .reason_why > div {
    width: 100%;
    height: auto; }

  /* line 2928, about.css */
  .reason_why div:before {
    width: 50px;
    height: 50px;
    left: 28px; }

  /* line 2933, about.css */
  .numbered_container {
    left: 20px; }

  /* line 2936, about.css */
  p.blue_font {
    text-align: center; }

  /* line 2939, about.css */
  .inner_container h2 {
    font-size: 23px; }

  /* line 2942, about.css */
  .inner_container p {
    font-size: 16px; }

  /* line 2945, about.css */
  .company_facts ul li img {
    width: 50px; }

  /* line 2948, about.css */
  .company_facts ul li h4, .company_facts ul li p {
    font-size: 14px; }

  /* line 2951, about.css */
  .company_facts ul li {
    max-width: 150px;
    padding: 0px 5px; }

  /* line 2955, about.css */
  .white_background {
    background-image: none; } }
/* -- NEW STYLES --*/
/* line 2972, about.css */
.video_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

/* line 2977, about.css */
.video_container iframe {
  margin: 20px 0px; }

/* line 2981, about.css */
.founder_speech_container {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px; }

/* line 2986, about.css */
.founder_speech_text, .founder_speech_image {
  padding: 10px;
  width: 100%;
  position: relative;
  border-radius: 20px; }

/* line 2992, about.css */
.founder_speech_image {
  position: relative;
  right: 10px; }

/* line 2993, about.css */
.founder_speech_image img {
  border-radius: 20px; }

/* line 2994, about.css */
.founder_speech_text {
  background-color: #f4f2f2;
  padding: 25px 20px;
  height: 100%;
  top: 10px; }

/* line 3001, about.css */
.founder_speech_text p {
  font-style: italic;
  text-indent: 20px; }

/* line 3005, about.css */
.founder_speech_text:before {
  content: "«";
  position: absolute;
  color: silver;
  left: 0px;
  top: 30px;
  font-size: 2em; }

/* line 3013, about.css */
.founder_speech_text:after {
  content: "»";
  position: absolute;
  color: silver;
  right: 0px;
  bottom: 30px;
  font-size: 2em; }

/* line 3021, about.css */
#founder_speech_autor {
  font-weight: bold;
  position: absolute;
  bottom: -65px;
  right: 10px;
  text-align: right;
  font-style: normal; }

/* line 3030, about.css */
.menu .menu-sub2 {
  position: absolute;
  left: 0px;
  top: 34px;
  padding-top: 10px;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  white-space: nowrap;
  z-index: 99999; }

/* line 3041, about.css */
.window-obj-feedback8 {
  min-width: 700px; }

/* line 3044, about.css */
.menu .menu-sub2 .menu-sub-content {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25); }

/* line 3052, about.css */
.menu .menu-sub2 li {
  float: none;
  margin: 10px 0px; }

/* line 3053, about.css */
.menu .menu-item-more2:hover .menu-sub2 {
  top: 27px;
  opacity: 1;
  visibility: visible; }

/* line 3055, about.css */
.menu-sub22 .menu-item-more2 .menu-sub2 {
  left: 100px !important; }

/* line 3060, about.css */
#top-menu-1-1, #top-menu-2-2, #top-menu-3-3, #top-menu-4-4, #top-menu-5-5, #top-menu-6-6, #top-menu-7-7, #top-menu-8-8, #top-menu-9-9, #top-menu-10-10 {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px solid; }

/* line 3066, about.css */
.cont1 {
  text-align: center;
  min-height: 600px;
  background-image: url(../img/cp1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  line-height: 1;
  padding: 40px 0;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 3092, about.css */
.ico_prop2 {
  margin-bottom: 10px;
  width: 33.33333%;
  float: left;
  min-height: 20px; }

/* line 3099, about.css */
.ico_prop2 span {
  float: left; }

/* line 3103, about.css */
.ico_prop2 .ico_prop_txt {
  margin-top: -10px;
  padding-right: 10px;
  left: 5px;
  position: relative;
  font-size: 12px; }

/* line 3110, about.css */
.footer-delivery {
  margin-top: 40px; }

/* line 3114, about.css */
.ico_prop2 .benefit-description {
  left: -340px !important;
  right: 0 !important;
  top: 50%;
  width: 300px;
  padding: 0px 15px 0px 0px;
  transform: translate(0, -50%); }

/* line 3122, about.css */
.right_col_title {
  font-size: 22px;
  padding: 20px 0; }

/* line 3128, about.css */
.right_col_video {
  padding-bottom: 20px;
  margin-top: -100px; }

/* line 3132, about.css */
#right_col_text1 {
  display: block; }

/* line 3135, about.css */
#right_col_text2 {
  display: none; }

/* line 3138, about.css */
#right_col_text1_2 {
  display: block; }

/* line 3141, about.css */
#right_col_text2_2 {
  display: none; }

/* line 3144, about.css */
#right_col_text1_3 {
  display: block; }

/* line 3147, about.css */
#right_col_text2_3 {
  display: none; }

/* line 3150, about.css */
.right_col_btn {
  width: 100%;
  text-align: center;
  margin-top: 20px; }

/* line 3156, about.css */
.right_col_img {
  width: 260px;
  height: auto; }

/* line 3161, about.css */
.right_col_img_play {
  width: 100px;
  height: auto;
  position: relative;
  top: 125px;
  left: 33%; }

@media (max-width: 767px) {
  /* line 3171, about.css */
  .cont1 {
    padding: 25px 0;
    margin: 15px 0; } }
/* line 3177, about.css */
.cont1 h2 {
  margin-bottom: 50px; }

@media (max-width: 991px) {
  /* line 3182, about.css */
  .cont1 h2 {
    margin-bottom: 30px; } }
/* line 3187, about.css */
.cont1__left {
  width: 300px;
  margin-bottom: 15px; }

/* line 3192, about.css */
.cont1__left img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

/* line 3198, about.css */
.cont1__right {
  width: 540px;
  text-align: left; }

/* line 3203, about.css */
.cont1__right li {
  height: 146px;
  background-size: cover;
  margin-bottom: 20px;
  position: relative; }

@media (max-width: 767px) {
  /* line 3211, about.css */
  .cont1__right li {
    height: auto;
    text-align: center; } }
/* line 3217, about.css */
.cont1__right li:nth-of-type(1) {
  background-image: url(../img/ct1.png); }

/* line 3221, about.css */
.cont1__right li:nth-of-type(1) em {
  background-color: #38a2dc; }

/* line 3225, about.css */
.cont1__right li:nth-of-type(1) strong {
  color: #38a2dc; }

/* line 3229, about.css */
.cont1__right li:nth-of-type(2) {
  background-image: url(../img/ct2.png); }

/* line 3233, about.css */
.cont1__right li:nth-of-type(2) em {
  background-color: #ff541a; }

/* line 3237, about.css */
.cont1__right li:nth-of-type(2) strong {
  color: #ff541a; }

/* line 3241, about.css */
.cont1__right li:nth-of-type(3) {
  background-image: url(../img/ct3.png); }

/* line 3245, about.css */
.cont1__right li:nth-of-type(3) em {
  background-color: #cad63d; }

/* line 3249, about.css */
.cont1__right li:nth-of-type(3) strong {
  color: #cad63d; }

@media (max-width: 767px) {
  /* line 3254, about.css */
  .cont1__right li {
    background-image: none !important; } }
/* line 3259, about.css */
.cont1__right li em {
  display: none;
  width: 110px;
  height: 110px;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 110px;
  border-radius: 40px;
  border-bottom-right-radius: 0;
  font-style: normal;
  text-align: center; }

@media (max-width: 767px) {
  /* line 3275, about.css */
  .cont1__right li em {
    display: block; } }
/* line 3280, about.css */
.cont1__right li div {
  display: inline-block; }

@media screen and (min-width: 768px) {
  /* line 3285, about.css */
  .cont1__right li div {
    position: absolute;
    width: 330px;
    right: 25px;
    top: 43px; } }
/* line 3293, about.css */
.cont1__right li div strong {
  font-size: 28px;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase; }

/* line 3300, about.css */
.cont1__right li div p {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 3305, about.css */
.wl {
  line-height: 1;
  color: #000000;
  margin: 50px auto; }

@media (max-width: 991px) {
  /* line 3312, about.css */
  .wl {
    margin: 25px auto; } }
/* line 3317, about.css */
.wl__left img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

@media (max-width: 991px) {
  /* line 3324, about.css */
  .wl__left img {
    margin-bottom: 15px; } }
/* line 3329, about.css */
.wl__right h2 {
  margin-bottom: 40px;
  text-align: left; }

/* line 3334, about.css */
.wl__right p {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  line-height: 1.2; }

/* line 3341, about.css */
.wl__right span {
  text-align: right;
  display: block; }

/* line 3346, about.css */
.wl__right span strong {
  display: block;
  font-weight: bold;
  font-size: 21px !important; }

/* line 3352, about.css */
.mTitle {
  font-size: 55px !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1 !important;
  font-family: 'Roboto', Arial, sans-serif; }

@media (max-width: 1199px) {
  /* line 3362, about.css */
  .mTitle {
    font-size: 45px !important; } }
@media (max-width: 991px) {
  /* line 3368, about.css */
  .mTitle {
    font-size: 35px !important; } }
/* line 3373, about.css */
.mTitle span {
  display: block; }

/* line 3377, about.css */
.orange {
  color: #ff541a !important; }

/* line 3381, about.css */
.blue {
  color: #38a2dc !important; }

/* line 3385, about.css */
.kmb {
  padding: 50px 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media (max-width: 991px) {
  /* line 3391, about.css */
  .kmb {
    display: none; } }
/* line 3396, about.css */
.kmb h2 {
  text-align: center;
  margin-bottom: 50px; }

/* line 3401, about.css */
.kmb__graf {
  padding-top: 50px;
  position: relative;
  padding-bottom: 255px; }

/* line 3407, about.css */
.kmb__graf--1 {
  padding-bottom: 15px;
  border-bottom: 3px solid #cad63d;
  padding-left: 160px;
  top: 16px;
  left: 39%; }

/* line 3415, about.css */
.kmb__graf--2 {
  bottom: 0;
  padding-left: 30px;
  border-left: 3px solid #38a2dc;
  left: 17%;
  padding-top: 150px; }

@media (max-width: 1199px) {
  /* line 3424, about.css */
  .kmb__graf--2 {
    left: 10%; } }
/* line 3429, about.css */
.kmb__graf--3 {
  right: 0;
  padding-top: 170px;
  bottom: 0;
  padding-left: 30px;
  border-left: 3px solid #ff541a; }

@media (max-width: 1199px) {
  /* line 3438, about.css */
  .kmb__graf--3 {
    right: -6%; } }
/* line 3443, about.css */
.kmb__graf img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

/* line 3449, about.css */
.kmb__graf--it {
  line-height: 1.1;
  font-size: 23px;
  font-weight: lighter;
  position: absolute; }

/* line 3456, about.css */
.ww {
  padding: 50px 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.1; }

@media (max-width: 991px) {
  /* line 3464, about.css */
  .ww {
    padding: 25px 15px; } }
/* line 3469, about.css */
.ww__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 50px; }

/* line 3476, about.css */
.ww h2 {
  margin-bottom: 65px; }

/* line 3480, about.css */
.ww .item {
  text-align: center;
  margin-bottom: 65px; }

/* line 3485, about.css */
.ww .item img {
  display: block;
  margin: 0 auto; }

/* line 3490, about.css */
.ww .item span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  display: block;
  margin-top: 40px;
  margin-bottom: 15px; }

/* line 3499, about.css */
.ww .item p {
  font-size: 25px; }

/* line 3503, about.css */
.kach {
  text-align: center;
  line-height: 1.1;
  padding: 50px 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media (max-width: 991px) {
  /* line 3511, about.css */
  .kach {
    padding: 25px 15px; } }
/* line 3516, about.css */
.kach img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

/* line 3522, about.css */
.kach p {
  font-size: 25px;
  margin-top: 30px; }

/* line 3527, about.css */
.sert {
  margin: 50px auto;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 30px 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.1; }

@media (max-width: 991px) {
  /* line 3538, about.css */
  .sert {
    padding: 20px 15px; } }
/* line 3543, about.css */
.sert__title {
  background-color: #cad63d;
  color: #ffffff;
  padding: 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px; }

@media (max-width: 991px) {
  /* line 3556, about.css */
  .sert__title {
    font-size: 35px; } }
@media (max-width: 767px) {
  /* line 3562, about.css */
  .sert__title {
    font-size: 25px; } }
/* line 3567, about.css */
.sert p {
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 45px; }

@media (max-width: 991px) {
  /* line 3576, about.css */
  .sert p {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  /* line 3582, about.css */
  .sert p {
    margin-bottom: 20px; } }
/* line 3587, about.css */
.sert__list {
  text-align: center; }

/* line 3591, about.css */
.sert__list li {
  display: inline-block;
  margin: 10px 15px; }

/* line 3596, about.css */
.cbaner {
  text-align: center;
  min-height: 600px;
  margin-bottom: 40px;
  background-image: url(../img/cbaner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  line-height: 1; }

/* line 3607, about.css */
.cbaner ul li {
  display: block; }

/* line 3611, about.css */
.cbaner ul li:not(:last-of-type) {
  margin-bottom: 15px; }

/* line 3615, about.css */
.cbaner ul li:first-of-type a {
  color: #2e2d2c; }

/* line 3619, about.css */
.cbaner ul li:last-of-type a {
  color: #ff541a; }

/* line 3623, about.css */
.cbaner ul li a {
  font-size: 44px;
  display: inline-block; }

@media screen and (max-width: 1199px) {
  /* line 3629, about.css */
  .cbaner ul li a {
    font-size: 35px; } }
@media screen and (max-width: 991px) {
  /* line 3635, about.css */
  .cbaner ul li a {
    font-size: 25px; } }
/* line 3640, about.css */
.cbaner ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

@media screen and (max-width: 767px) {
  /* line 3647, about.css */
  .cbaner ul li a img {
    max-width: 50px; } }
/* line 3652, about.css */
.cbaner p {
  text-transform: uppercase;
  font-size: 44px;
  color: #ff541a;
  margin-top: 40px;
  margin-bottom: 10px; }

@media screen and (max-width: 1199px) {
  /* line 3661, about.css */
  .cbaner p {
    font-size: 35px; } }
@media screen and (max-width: 991px) {
  /* line 3667, about.css */
  .cbaner p {
    font-size: 25px;
    margin-top: 20px; } }
/* line 3673, about.css */
.cbaner__title {
  color: #ffffff;
  margin-top: 70px;
  margin-bottom: 100px;
  background-color: #ff541a;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 10px;
  font-size: 38px;
  line-height: 1;
  text-align: center; }

@media screen and (max-width: 991px) {
  /* line 3687, about.css */
  .cbaner__title {
    font-size: 25px;
    margin-bottom: 50px; } }
/* line 3693, about.css */
.cb.cbN {
  padding: 50px 15px; }

/* line 3697, about.css */
.cb .socList {
  text-align: center;
  margin-bottom: 60px; }

/* line 3702, about.css */
.cb .socList li {
  display: inline-block;
  padding: 0;
  margin: 0 10px; }

@media screen and (max-width: 991px) {
  /* line 3709, about.css */
  .cb .socList li:first-of-type {
    width: 100%;
    margin-bottom: 15px;
    display: block; } }
/* line 3716, about.css */
.cb .socList li a {
  font-size: 44px;
  text-transform: uppercase;
  color: #2e2d2c; }

@media screen and (max-width: 1199px) {
  /* line 3723, about.css */
  .cb .socList li a {
    font-size: 35px; } }
@media screen and (max-width: 991px) {
  /* line 3729, about.css */
  .cb .socList li a {
    font-size: 25px; } }
@media screen and (max-width: 767px) {
  /* line 3735, about.css */
  .cb .socList li a {
    font-size: 20px; } }
/* line 3740, about.css */
.cb .socList li a img {
  margin: 0 10px;
  display: inline-block; }

@media screen and (max-width: 767px) {
  /* line 3746, about.css */
  .cb .socList li a img {
    max-width: 40px;
    margin-left: 0; } }
/* line 3752, about.css */
.cb .title__1 {
  color: #1b80b7;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center; }

@media screen and (max-width: 1199px) {
  /* line 3762, about.css */
  .cb .title__1 {
    font-size: 32px; } }
@media screen and (max-width: 991px) {
  /* line 3768, about.css */
  .cb .title__1 {
    font-size: 25px; } }
/* line 3773, about.css */
.cb .item {
  text-align: center;
  margin-bottom: 50px; }

/* line 3778, about.css */
.cb .item__green .item__name {
  background-color: #cad63d; }

/* line 3782, about.css */
.cb .item__green .item__title {
  color: #cad63d; }

/* line 3786, about.css */
.cb .item__orange .item__name {
  background-color: #ff541a; }

/* line 3790, about.css */
.cb .item__orange .item__title {
  color: #ff541a; }

/* line 3794, about.css */
.cb .item__blue .item__name {
  background-color: #1b80b7; }

/* line 3798, about.css */
.cb .item__blue .item__title {
  color: #1b80b7; }

/* line 3802, about.css */
.cb .item__bg {
  margin: 0 auto;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center; }

/* line 3813, about.css */
.cb .item__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7); }

/* line 3824, about.css */
.cb .item__name {
  margin-top: -15px;
  text-transform: uppercase;
  font-size: 23px;
  color: #ffffff;
  border-radius: 8em;
  height: 60px;
  position: relative;
  z-index: 1;
  line-height: 60px;
  margin-bottom: 25px;
  min-width: 290px;
  display: inline-block; }

/* line 3839, about.css */
.cb .item__title {
  font-size: 23px;
  margin-bottom: 25px;
  line-height: 1;
  text-transform: uppercase; }

/* line 3846, about.css */
.cb .item__mailto {
  display: inline-block;
  margin-top: 15px;
  color: #000000; }

/* line 3852, about.css */
.cb .item__mailto:hover {
  text-decoration: underline; }

/* line 3856, about.css */
.cb .callback {
  text-align: center; }

/* line 3860, about.css */
.cb .callback__title {
  color: #1b80b7;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1; }

@media screen and (max-width: 991px) {
  /* line 3868, about.css */
  .cb .callback__title {
    font-size: 25px; } }
/* line 3873, about.css */
.cb .callback__title span {
  color: #ff541a; }

/* line 3877, about.css */
.cb .callback__btn {
  margin-bottom: 30px;
  margin-top: 30px; }

/* line 3882, about.css */
.cb .callback__btn a {
  font-size: 44px;
  line-height: 103px;
  height: 105px;
  text-transform: uppercase;
  color: #ffffff;
  background-image: url(https://static-internal.insales.ru/files/1/6416/3995920/original/btn1.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 460px;
  display: inline-block; }

/* line 3895, about.css */
.cb .callback__btn a:hover {
  background-image: url(https://static-internal.insales.ru/files/1/6417/3995921/original/btn1_hov.png); }

@media screen and (max-width: 1199px) {
  /* line 3900, about.css */
  .cb .callback__btn a {
    font-size: 35px;
    height: 92px;
    line-height: 90px;
    min-width: 400px; } }
@media screen and (max-width: 991px) {
  /* line 3909, about.css */
  .cb .callback__btn a {
    font-size: 25px;
    min-width: 300px;
    height: 50px;
    line-height: 50px;
    background-image: none !important;
    border-radius: 8em;
    background-color: #1b80b7; } }
/* line 3920, about.css */
.zak {
  text-align: center;
  line-height: 1.1;
  padding: 50px 15px; }

@media (max-width: 991px) {
  /* line 3927, about.css */
  .zak {
    padding: 25px 15px; } }
/* line 3932, about.css */
.zak h2 {
  margin-bottom: 50px; }

/* line 3936, about.css */
.zak li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px; }

@media (max-width: 991px) {
  /* line 3943, about.css */
  .zak li {
    margin-bottom: 20px; } }
/* line 3948, about.css */
.zak li:nth-of-type(1) strong {
  background-color: #1B80B7; }

/* line 3952, about.css */
.zak li:nth-of-type(2) strong {
  background-color: #cad63d; }

/* line 3956, about.css */
.zak li:nth-of-type(3) strong {
  background-color: #ff541a; }

/* line 3960, about.css */
.zak li:nth-of-type(4) strong {
  background-color: #fec107; }

/* line 3964, about.css */
.zak li:nth-of-type(5) strong {
  background-color: #a4af23; }

/* line 3968, about.css */
.zak li strong {
  display: block;
  width: 155px;
  height: 155px;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 150px;
  border-radius: 40px;
  border-bottom-right-radius: 0; }

@media (max-width: 1199px) {
  /* line 3982, about.css */
  .zak li strong {
    width: 140px;
    height: 140px;
    line-height: 140px; } }
@media (max-width: 991px) {
  /* line 3990, about.css */
  .zak li strong {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  /* line 3996, about.css */
  .zak li strong {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 40px; } }
/* line 4004, about.css */
.zak li span {
  font-size: 28px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  /* line 4010, about.css */
  .zak li span {
    font-size: 19px; } }
/* line 4015, about.css */
.zay {
  text-align: center;
  line-height: 1.1;
  padding: 50px 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media (max-width: 991px) {
  /* line 4023, about.css */
  .zay {
    padding: 25px 15px; } }
/* line 4028, about.css */
.zay h2 {
  font-size: 46px;
  margin-bottom: 25px; }

@media (max-width: 1199px) {
  /* line 4034, about.css */
  .zay h2 {
    font-size: 40px; } }
@media (max-width: 991px) {
  /* line 4040, about.css */
  .zay h2 {
    font-size: 35px; } }
/* line 4045, about.css */
.zay__tel {
  font-size: 55px;
  font-family: 'Roboto', Arial, sans-serif;
  color: #ff541a;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: none !important; }

@media (max-width: 1199px) {
  /* line 4055, about.css */
  .zay__tel {
    font-size: 45px; } }
@media (max-width: 991px) {
  /* line 4061, about.css */
  .zay__tel {
    font-size: 40px; } }
/* line 4066, about.css */
.zay p {
  font-size: 30px;
  margin-bottom: 45px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  /* line 4073, about.css */
  .zay p {
    font-size: 20px; } }
/* line 4078, about.css */
.zay__call {
  font-size: 34px;
  line-height: 103px;
  height: 105px;
  text-transform: uppercase;
  color: #ffffff !important;
  background-image: url(https://static-internal.insales.ru/files/1/6425/3995929/original/btn2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 620px;
  font-family: 'Roboto', Arial, sans-serif;
  display: inline-block;
  text-decoration: none !important; }

/* line 4093, about.css */
.zay__call:hover {
  background-image: url(https://static-internal.insales.ru/files/1/6434/3995938/original/btn2_hov.png); }

@media screen and (max-width: 1199px) {
  /* line 4098, about.css */
  .zay__call {
    font-size: 30px; } }
@media screen and (max-width: 991px) {
  /* line 4104, about.css */
  .zay__call {
    font-size: 30px;
    width: 540px;
    height: 60px;
    line-height: 60px;
    background-image: none !important;
    border-radius: 8em;
    background-color: #1b80b7; } }
@media (max-width: 767px) {
  /* line 4116, about.css */
  .zay__call {
    width: 300px;
    height: auto;
    padding: 5px 0;
    line-height: 1.1; } }
/* line 4124, about.css */
.gs {
  text-align: center;
  padding: 50px 15px;
  line-height: 1.1; }

@media (max-width: 991px) {
  /* line 4131, about.css */
  .gs {
    padding: 25px 15px; } }
/* line 4136, about.css */
.gs h2 {
  font-size: 46px; }

@media (max-width: 1199px) {
  /* line 4141, about.css */
  .gs h2 {
    font-size: 42px; } }
@media (max-width: 991px) {
  /* line 4147, about.css */
  .gs h2 {
    font-size: 35px; } }
@media (max-width: 767px) {
  /* line 4153, about.css */
  .gs h2 {
    font-size: 30px; } }
/* line 4158, about.css */
.gs .map {
  width: 100%;
  height: 400px;
  border-radius: 20px; }

@media (max-width: 767px) {
  /* line 4165, about.css */
  .gs .map {
    height: 280px; } }
/* line 4170, about.css */
.gs p {
  display: block;
  margin-top: 20px;
  font-size: 34px;
  color: #ff541a;
  text-transform: uppercase; }

@media (max-width: 767px) {
  /* line 4179, about.css */
  .gs p {
    font-size: 25px; } }
/* line 4184, about.css */
.off {
  text-align: center;
  line-height: 1.1;
  padding: 50px 15px; }

@media (max-width: 991px) {
  /* line 4191, about.css */
  .off {
    padding: 25px 15px; } }
/* line 4196, about.css */
.off h2 {
  font-size: 48px;
  margin-bottom: 40px; }

@media (max-width: 1199px) {
  /* line 4202, about.css */
  .off h2 {
    font-size: 42px; } }
@media (max-width: 991px) {
  /* line 4208, about.css */
  .off h2 {
    font-size: 35px; } }
/* line 4213, about.css */
.off a {
  margin-bottom: 20px;
  font-size: 43px;
  line-height: 103px;
  height: 105px;
  text-transform: uppercase;
  color: #ffffff !important;
  background-image: url(https://static-internal.insales.ru/files/1/6403/3995907/original/btn3.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 620px;
  font-family: 'Roboto', Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  padding-left: 50px; }

/* line 4230, about.css */
.off a:hover {
  background-image: url(https://static-internal.insales.ru/files/1/6412/3995916/original/btn3_hov.png); }

@media screen and (max-width: 1199px) {
  /* line 4235, about.css */
  .off a {
    font-size: 35px;
    height: 92px;
    line-height: 90px;
    width: 533px; } }
@media screen and (max-width: 991px) {
  /* line 4244, about.css */
  .off a {
    font-size: 30px;
    width: 100%;
    max-width: 400px;
    height: 60px;
    line-height: 60px;
    background-image: none !important;
    border-radius: 8em;
    background-color: #ff541a; } }
@media (max-width: 767px) {
  /* line 4257, about.css */
  .off a {
    max-width: 300px;
    line-height: 1.1;
    padding: 10px 10px;
    height: auto; } }
/* line 4265, about.css */
.off p {
  font-size: 40px;
  text-transform: uppercase;
  color: #ff541a; }

@media (max-width: 991px) {
  /* line 4272, about.css */
  .off p {
    font-size: 32px; } }
@media (max-width: 767px) {
  /* line 4278, about.css */
  .off p {
    font-size: 28px; } }
/* line 4283, about.css */
.tov {
  background-image: url(https://static-internal.insales.ru/files/1/6468/3995972/original/tov.png);
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.1;
  border-radius: 40px;
  margin: 50px auto;
  padding: 20px 15px; }

/* line 4293, about.css */
.tov h2 {
  font-size: 48px;
  margin-bottom: 50px; }

@media (max-width: 1199px) {
  /* line 4299, about.css */
  .tov h2 {
    font-size: 42px; } }
@media (max-width: 991px) {
  /* line 4305, about.css */
  .tov h2 {
    font-size: 33px;
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  /* line 4312, about.css */
  .tov h2 {
    font-size: 30px; } }
/* line 4317, about.css */
.tov ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 60px; }

@media (max-width: 1199px) {
  /* line 4337, about.css */
  .tov ul {
    padding: 0 20px; } }
@media (max-width: 767px) {
  /* line 4343, about.css */
  .tov ul {
    padding: 0 5px; } }
/* line 4348, about.css */
.tov .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  /* line 4369, about.css */
  .tov .item {
    width: 100%; } }
@media (max-width: 767px) {
  /* line 4375, about.css */
  .tov .item {
    margin-bottom: 15px; } }
/* line 4380, about.css */
.tov .item p {
  font-size: 23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: calc(100% - 105px); }

@media (max-width: 767px) {
  /* line 4388, about.css */
  .tov .item p {
    width: calc(100% - 85px); } }
/* line 4393, about.css */
.tov .item:nth-of-type(1) span {
  background-color: #fec107; }

/* line 4397, about.css */
.tov .item:nth-of-type(2) span {
  background-color: #38a2dc; }

/* line 4401, about.css */
.tov .item:nth-of-type(3) span {
  background-color: #cad63d; }

/* line 4405, about.css */
.tov .item:nth-of-type(4) span {
  background-color: #ff541a; }

/* line 4409, about.css */
.tov .item:nth-of-type(5) span {
  background-color: #38a2dc; }

/* line 4413, about.css */
.tov .item:nth-of-type(6) span {
  background-color: #fec107; }

/* line 4417, about.css */
.tov .item span {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 25px; }

@media (max-width: 767px) {
  /* line 4428, about.css */
  .tov .item span {
    width: 70px;
    margin-right: 15px;
    height: 70px; } }
/* line 4435, about.css */
.tov .item span::before {
  content: url(https://static-internal.insales.ru/files/1/6483/3995987/original/gal.png);
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 4444, about.css */
.bes {
  background-image: url(https://static-internal.insales.ru/files/1/6505/3996009/original/bes.png);
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.1;
  margin: 50px auto;
  padding: 50px 15px;
  text-align: center;
  border-radius: 40px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0; }

@media (max-width: 991px) {
  /* line 4458, about.css */
  .bes {
    padding: 25px 0;
    margin: 25px auto; } }
/* line 4464, about.css */
.bes h2 {
  margin-bottom: 80px; }

@media (max-width: 1199px) {
  /* line 4469, about.css */
  .bes h2 {
    margin-bottom: 50px; } }
@media (max-width: 767px) {
  /* line 4475, about.css */
  .bes h2 {
    margin-bottom: 30px; } }
/* line 4480, about.css */
.bes ul {
  overflow: hidden;
  list-style: none; }

/* line 4485, about.css */
.bes ul li {
  vertical-align: top;
  padding: 0 10px;
  width: 33%;
  float: left; }

@media (max-width: 767px) {
  /* line 4493, about.css */
  .bes ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 25px; } }
/* line 4500, about.css */
.bes ul li:nth-of-type(1) strong {
  background-color: #ff541a; }

/* line 4504, about.css */
.bes ul li:nth-of-type(2) strong {
  background-color: #38a2dc; }

/* line 4508, about.css */
.bes ul li:nth-of-type(3) strong {
  background-color: #fec107; }

/* line 4512, about.css */
.bes ul li strong {
  display: block;
  width: 155px;
  height: 155px;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 150px;
  border-radius: 40px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0; }

@media (max-width: 767px) {
  /* line 4527, about.css */
  .bes ul li strong {
    margin-bottom: 15px; } }
/* line 4532, about.css */
.bes ul li p {
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 4537, about.css */
.bes a {
  font-size: 43px;
  line-height: 106px;
  height: 105px;
  text-transform: uppercase;
  color: #ffffff !important;
  background-image: url(https://static-internal.insales.ru/files/1/6425/3995929/original/btn2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 620px;
  font-family: 'Roboto', Arial, sans-serif;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none; }

/* line 4553, about.css */
.bes a:hover {
  background-image: url(https://static-internal.insales.ru/files/1/6434/3995938/original/btn2_hov.png); }

@media screen and (max-width: 1199px) {
  /* line 4558, about.css */
  .bes a {
    font-size: 35px;
    height: 92px;
    line-height: 90px;
    width: 533px; } }
@media screen and (max-width: 991px) {
  /* line 4567, about.css */
  .bes a {
    font-size: 30px;
    max-width: 400px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-image: none !important;
    border-radius: 8em;
    background-color: #1b80b7; } }
@media (max-width: 767px) {
  /* line 4580, about.css */
  .bes a {
    max-width: 300px;
    height: auto;
    padding: 10px;
    line-height: 1.1; } }
/* line 4588, about.css */
.cl {
  line-height: 1.1;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 50px 15px; }

@media (max-width: 991px) {
  /* line 4596, about.css */
  .cl {
    padding: 25px 15px; } }
/* line 4601, about.css */
.cl h2 {
  margin-bottom: 20px; }

/* line 4605, about.css */
.cl__after {
  font-size: 24px; }

/* line 4609, about.css */
.cl__after img {
  display: block;
  margin: 0 auto;
  margin-top: 15px; }

/* line 4615, about.css */
.cl__list {
  margin-top: 35px; }

/* line 4619, about.css */
.cl__list li {
  width: 33%;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top; }

@media (max-width: 991px) {
  /* line 4627, about.css */
  .cl__list li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px; } }
/* line 4634, about.css */
.cl__list li:nth-of-type(odd) {
  margin-top: -125px; }

@media (max-width: 991px) {
  /* line 4639, about.css */
  .cl__list li:nth-of-type(odd) {
    margin-top: 0; } }
/* line 4644, about.css */
.cl__list li emmg {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }

/* line 4650, about.css */
.cl__list li p {
  font-size: 24px; }

/* line 4654, about.css */
.ttb {
  text-align: center;
  line-height: 1.1;
  padding: 50px 15px; }

@media (max-width: 991px) {
  /* line 4661, about.css */
  .ttb {
    padding: 25px 15px; } }
/* line 4666, about.css */
.ttb span {
  display: block;
  margin-bottom: 5px; }

/* line 4671, about.css */
#map_ya_rest {
  margin: 0 auto;
  max-width: 900px;
  border-radius: 30px; }

/* line 4678, about.css */
.al_container p {
  margin: 0; }

/* line 4681, about.css */
.al_container a {
  text-decoration: none; }

/* line 4684, about.css */
.al_container img {
  max-width: 100%;
  height: auto; }

/* line 4688, about.css */
.al_container ul li {
  list-style: none; }

/* line 4691, about.css */
.al_container ul {
  margin: 0;
  padding-left: 0; }

/* line 4695, about.css */
.al_container h1, .al_container h2, .al_container h3, .al_container h4, .al_container h5, .al_container h6 {
  margin: 0; }

/* line 4698, about.css */
.al_container .hidden {
  display: none; }

/*manufacturer_block*/
/* line 4703, about.css */
.manufacturer {
  padding-top: 0px;
  padding-bottom: 23px;
  border-bottom: 3px dotted #a4a4a4; }

/* line 4708, about.css */
h2.glav_text_center {
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  color: #ff541a;
  text-align: center;
  margin-bottom: 20px; }

/* line 4716, about.css */
.manufacturer_bl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 19px; }

/* line 4722, about.css */
.comfort_business_item {
  width: 100%;
  max-width: 315px;
  margin-top: 10px; }

/* line 4727, about.css */
.comfort_business_item p {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 16px;
  margin-bottom: 16px;
  padding-left: 25px; }

/* line 4735, about.css */
.comfort_business_item ul li {
  position: relative;
  font-size: 12px;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  padding-left: 23px; }

/* line 4743, about.css */
.comfort_business_item ul li span {
  font-weight: 700; }

/* line 4746, about.css */
.comfort_business_item ul li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ff541a;
  left: 0;
  top: 3px;
  border-radius: 50%; }

/* line 4756, about.css */
.comfort_business_item ul li:nth-child(2)::before,
.comfort_business_item ul li:nth-child(6)::before {
  background: #65be56; }

/* line 4760, about.css */
.comfort_business_item ul li:nth-child(3)::before {
  background: #fabc36; }

/* line 4763, about.css */
.comfort_business_item ul li:nth-child(4)::before {
  background: #00b7f4; }

/* line 4766, about.css */
.head_department_item {
  width: 100%;
  max-width: 299px; }

/* line 4770, about.css */
.head_department {
  position: relative; }

/* line 4773, about.css */
.head_department img {
  vertical-align: bottom; }

/* line 4776, about.css */
.head_department_text {
  width: 100%;
  background: #e5e5e5;
  padding: 3px 7px 3px 7px; }

/* line 4781, about.css */
.head_department_text p {
  font-size: 8px;
  font-weight: 400;
  text-align: center;
  line-height: 14px;
  color: #000; }

/* line 4788, about.css */
.manufacturer_info_bl {
  text-align: center; }

/* line 4791, about.css */
.manufacturer_info_text {
  margin-bottom: 15px; }

/* line 4794, about.css */
.manufacturer_info_text p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 16px; }

/* line 4800, about.css */
.manufacturer_info_text p span {
  font-size: 14px;
  font-weight: 700;
  color: #ff541a; }

/* line 4805, about.css */
.btn {
  display: inline-block;
  padding: 6px 30px 6px 30px;
  background: #ff541a;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 14px;
  font-weight: 700;
  transition: background 0.3s; }

/* line 4817, about.css */
.btn span {
  font-weight: 400;
  font-size: 12px; }

/* line 4821, about.css */
.btn:hover {
  background: #d4491a; }

/*manufacturer_block*/
/*favorably_block*/
/* line 4827, about.css */
.favorably {
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: 3px dotted #a4a4a4; }

/* line 4832, about.css */
.favorably h2.glav_text_center {
  color: #009fe3;
  margin-bottom: 23px; }

/* line 4836, about.css */
.favorably_bl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

/* line 4841, about.css */
.item_favorably {
  position: relative;
  width: 100%;
  max-width: 210px;
  padding-left: 50px; }

/* line 4847, about.css */
.icon_favorably {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  top: 7px;
  border-radius: 50%;
  border: 2px solid #009fe3;
  background-position: center;
  background-repeat: no-repeat; }

/* line 4859, about.css */
.item_favorably h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 16px;
  margin-bottom: 14px; }

/* line 4866, about.css */
.item_favorably_text p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 16px; }

/* line 4872, about.css */
.item_favorably_text p span {
  font-size: 12px;
  font-weight: 700; }

/*favorably_block*/
/*partnership_block*/
/* line 4879, about.css */
.partnership {
  padding-top: 30px;
  padding-bottom: 30px; }

/* line 4883, about.css */
.partnership h2.glav_text_center {
  margin-bottom: 10px; }

/* line 4886, about.css */
.partnership_center_text {
  margin-bottom: 25px; }

/* line 4889, about.css */
.partnership_center_text p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000; }

/* line 4896, about.css */
.partnership_center_text p span {
  font-weight: 700; }

/* line 4899, about.css */
.partnership_bl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 22px; }

/* line 4906, about.css */
.partnership_advantage_bl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 10px; }

/* line 4912, about.css */
.item_partnership_advantage {
  width: 100%;
  max-width: 270px;
  margin-left: 7px; }

/* line 4917, about.css */
.item_we_useful_glav_text {
  width: 100%;
  max-width: 70px;
  border-radius: 10px;
  background: #ff541a;
  padding: 3px 0px 5px 17px;
  margin-bottom: 15px;
  margin-left: 20px; }

/* line 4926, about.css */
.item_we_useful_glav_text h3 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 14px; }

/* line 4932, about.css */
.item_partnership_advantage ul li {
  position: relative;
  font-size: 12px;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  padding-left: 23px; }

/* line 4940, about.css */
.item_partnership_advantage ul li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ff541a;
  left: 0;
  top: 3px;
  border-radius: 50%; }

/* line 4950, about.css */
.item_partnership_advantage ul li:nth-child(2)::before,
.item_partnership_advantage ul li:nth-child(6)::before {
  background: #65be56; }

/* line 4954, about.css */
.item_partnership_advantage ul li:nth-child(3)::before {
  background: #fabc36; }

/* line 4957, about.css */
.item_partnership_advantage ul li:nth-child(4)::before {
  background: #00b7f4; }

/* line 4960, about.css */
.item_partnership_advantage_big {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  margin-right: 25px; }

/* line 4966, about.css */
.item_partnership_advantage_big ul {
  margin-bottom: 20px; }

/* line 4969, about.css */
.item_partnership_advantage_big ul li {
  position: relative;
  padding-left: 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #000; }

/* line 4977, about.css */
.item_partnership_advantage_big ul li::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 16px;
  left: 0;
  top: 0px;
  border-radius: 50%;
  border: 1px solid #ff551c;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://static-eu.insales.ru/files/1/2078/5908510/original/item_partnership_advantage_big_icon.png"); }

/* line 4990, about.css */
.item_partnership_advantage_big_text {
  padding-left: 23px; }

/* line 4993, about.css */
.item_partnership_advantage_big_text p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 18px; }

/*partnership_block*/
/*trend_toys_block*/
/* line 5002, about.css */
.trend_toys {
  padding-bottom: 30px;
  border-bottom: 3px dotted #a4a4a4; }

/* line 5006, about.css */
.trend_toys h2.glav_text_center {
  margin-bottom: 25px; }

/* line 5009, about.css */
.trend_toys_bl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px; }

/* line 5015, about.css */
.item_trend_toys {
  width: 100%;
  max-width: 130px;
  text-align: center; }

/* line 5020, about.css */
.icon_tt {
  width: 97px;
  height: 97px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 24px auto; }

/* line 5027, about.css */
.item_trend_toys_text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000; }

/* line 5033, about.css */
.trend_toys_text_bl {
  text-align: center; }

/* line 5036, about.css */
.trend_toys_text_bl h3 {
  font-size: 14px;
  font-weight: 700;
  color: #ff541a;
  line-height: 16px; }

/* line 5042, about.css */
.trend_toys_text_bl p {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 29px; }

/* line 5049, about.css */
.trend_toys_text_bl ul {
  padding-left: 30px;
  text-align: left; }

/* line 5053, about.css */
.trend_toys_text_bl ul li {
  position: relative;
  font-size: 12px;
  padding-left: 23px;
  line-height: 16px;
  font-weight: 400;
  color: #000; }

/* line 5061, about.css */
.trend_toys_text_bl ul li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ff541a;
  left: 0;
  top: 3px;
  border-radius: 50%; }

/* line 5071, about.css */
.trend_toys_text_bl ul li:nth-child(2)::before {
  background: #65be56; }

/* line 5074, about.css */
.trend_toys_text_bl ul li:nth-child(3)::before {
  background: #fabc36; }

/*trend_toys_block*/
/*in_business_block*/
/* line 5082, about.css */
.in_business {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 3px dotted #a4a4a4; }

/* line 5087, about.css */
.in_business_bl {
  margin-bottom: 47px; }

/* line 5090, about.css */
.in_business_text_bl {
  text-align: center;
  margin-bottom: 13px; }

/* line 5094, about.css */
.in_business_text_bl p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #ff541a; }

/* line 5100, about.css */
.in_business_text_bl p span {
  font-weight: 400;
  color: #000; }

/* line 5104, about.css */
.in_business_info_bl {
  width: 100%;
  max-width: 475px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto; }

/* line 5113, about.css */
.item_in_business_info {
  width: 100%;
  max-width: 200px; }

/* line 5117, about.css */
.item_in_business_info_number a {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #000; }

/*in_business_block*/
/*result_block*/
/* line 5126, about.css */
.result {
  padding-top: 40px;
  padding-bottom: 29px;
  border-bottom: 3px dotted #a4a4a4; }

/* line 5131, about.css */
.result h2.glav_text_center {
  color: #009fe3;
  margin-bottom: 40px; }

/* line 5135, about.css */
.result_bl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

/* line 5140, about.css */
.item_result {
  width: 100%;
  max-width: 201px;
  margin-bottom: 16px; }

/* line 5145, about.css */
.icon_result {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  border: 2px solid #009fe3; }

/* line 5154, about.css */
.item_result_text h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #ff541a;
  margin-bottom: 3px; }

/* line 5161, about.css */
.item_result_text p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 16px; }

/* line 5167, about.css */
.item_result_text p span {
  font-weight: 700;
  margin-bottom: 10px; }

/*result_block*/
/*department_work_block*/
/* line 5174, about.css */
.department_work {
  padding-top: 27px;
  padding-bottom: 20px; }

/* line 5178, about.css */
.department_work .al_container {
  max-width: 745px; }

/* line 5181, about.css */
.department_work h2.glav_text_center {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 26px; }

/* line 5186, about.css */
.department_work h2.glav_text_center span {
  font-weight: 700; }

/* line 5189, about.css */
.department_work h2.glav_text_center span.dop_glav_text_center {
  color: #009fe3;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400; }

/* line 5195, about.css */
.department_work_block h3 {
  font-size: 18px;
  color: #000;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px; }

/* line 5203, about.css */
.department_work_bl {
  width: 100%;
  max-width: 510px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 auto 38px auto; }

/* line 5212, about.css */
.item_department_work {
  width: 100%;
  max-width: 130px;
  text-align: center; }

/* line 5217, about.css */
.icon_dw {
  width: 97px;
  height: 97px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 11px auto; }

/* line 5224, about.css */
.item_department_work_text {
  font-size: 12px;
  color: #000;
  line-height: 14px;
  margin-bottom: 9px; }

/* line 5230, about.css */
.item_department_work_text span {
  font-weight: 700; }

/* line 5233, about.css */
.item_department_work_text p {
  font-weight: 400; }

/* line 5236, about.css */
.btn2 {
  position: relative;
  display: inline-block;
  padding: 4px 10px;
  background: #ff541a;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  transition: background 0.3s;
  z-index: 2; }

/* line 5248, about.css */
.btn2:hover {
  background: #d4491a; }

/* line 5251, about.css */
.department_work_block .knob {
  text-align: center; }

/* line 5254, about.css */
.department_work_block .knob .btn {
  background: #009fe3; }

/* line 5257, about.css */
.department_work_block .knob .btn:hover {
  background: #036893; }

/*department_work_block*/
@media only screen and (max-width: 770px) {
  /* line 5264, about.css */
  h2.glav_text_center {
    font-size: 20px;
    line-height: 23px; } }
@media only screen and (max-width: 745px) {
  /* line 5270, about.css */
  .item_partnership {
    width: 50%;
    text-align: center;
    margin-bottom: 15px; }

  /* line 5275, about.css */
  .comfort_business_item {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 25px; }

  /* line 5281, about.css */
  h2.glav_text_center {
    font-size: 18px;
    line-height: 20px; }

  /* line 5285, about.css */
  .manufacturer_info_text p br {
    display: none; }

  /* line 5288, about.css */
  .item_favorably {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }

  /* line 5294, about.css */
  .item_favorably h3 {
    margin-bottom: 5px; }

  /* line 5297, about.css */
  .item_partnership_advantage {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 15px; }

  /* line 5303, about.css */
  .item_partnership_advantage_big {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-right: 0; }

  /* line 5309, about.css */
  .item_trend_toys {
    width: 100%;
    max-width: 130px;
    text-align: center;
    margin-bottom: 15px; }

  /* line 5315, about.css */
  .reviews_bl {
    justify-content: space-around; }

  /* line 5318, about.css */
  .item_reviews {
    width: 100%;
    max-width: 45%;
    margin-bottom: 15px; }

  /* line 5323, about.css */
  .item_result {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    text-align: center; }

  /* line 5329, about.css */
  .item_result_text br {
    display: none; }

  /* line 5332, about.css */
  .department_work h2.glav_text_center {
    font-size: 19px; }

  /* line 5335, about.css */
  .department_work h2.glav_text_center br {
    display: none; } }
@media only screen and (max-width: 550px) {
  /* line 5340, about.css */
  h2.glav_text_center {
    font-size: 16px;
    line-height: 17px; }

  /* line 5344, about.css */
  .comfort_business_item p {
    padding-left: 0; }

  /* line 5347, about.css */
  .btn {
    font-size: 13px; }

  /* line 5350, about.css */
  .favorably h2.glav_text_center br {
    display: none; }

  /* line 5353, about.css */
  .item_favorably h3 {
    font-size: 13px;
    line-height: 14px; }

  /* line 5357, about.css */
  .favorably {
    padding-top: 30px;
    padding-bottom: 30px; }

  /* line 5361, about.css */
  .item_partnership {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  /* line 5366, about.css */
  .item_reviews_text p br {
    display: none; }

  /* line 5369, about.css */
  .reviews {
    padding-top: 30px;
    padding-bottom: 30px; }

  /* line 5373, about.css */
  .in_business_bl img {
    height: 220px; }

  /* line 5376, about.css */
  .in_business_info_bl {
    justify-content: space-around; }

  /* line 5379, about.css */
  .item_in_business_info_number {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }

  /* line 5384, about.css */
  .department_work h2.glav_text_center {
    font-size: 18px; }

  /* line 5387, about.css */
  .item_department_work {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  /* line 5393, about.css */
  .department_work_block h3 {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 25px; }

  /* line 5398, about.css */
  .department_work_bl {
    margin: 0 auto 20px auto; }

  /* line 5401, about.css */
  .item_partnership_advantage_big ul li {
    font-size: 13px; }

  /* line 5404, about.css */
  .trend_toys_text_bl ul {
    padding-left: 0;
    text-align: left; } }
/*dialogue_cooperation*/
/* line 5411, about.css */
.dialogue_cooperation {
  padding-top: 22px;
  padding-bottom: 25px;
  border-bottom: 3px dotted #a4a4a4; }

/* line 5416, about.css */
h2.glav_text_center {
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  color: #ff541a;
  text-align: center;
  margin-bottom: 20px; }

/* line 5424, about.css */
.dialogue_cooperation_bl h2.glav_text_center {
  margin-bottom: 5px; }

/* line 5427, about.css */
.glav_text_center_all p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 700;
  text-align: center; }

/* line 5434, about.css */
.glav_text_center_all {
  margin-bottom: 29px; }

/* line 5437, about.css */
.contacs_time_bl {
  width: 100%;
  max-width: 510px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 24px 113px; }

/* line 5445, about.css */
.item_contacs_time {
  width: 100%;
  max-width: 280px; }

/* line 5449, about.css */
.item_contacs_time p {
  font-size: 14px;
  line-height: 18px;
  color: #009fe3;
  font-weight: 700;
  padding-left: 40px; }

/* line 5456, about.css */
.item_contacs_phone {
  position: relative; }

/* line 5459, about.css */
.item_contacs_time ul {
  padding-left: 40px; }

/* line 5462, about.css */
.item_contacs_time ul li,
.item_contacs_time ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000; }

/* line 5469, about.css */
.item_contacs_time ul li a:hover {
  text-decoration: underline; }

/* line 5472, about.css */
.icon_contacs_phone {
  content: '';
  position: absolute;
  width: 22px;
  height: 38px;
  left: 0;
  top: 3px; }

/* line 5480, about.css */
.item_contacs_time.item_contacs_time2 {
  max-width: 185px; }

/* line 5483, about.css */
.item_contacs_time.item_contacs_time2 ul {
  padding-left: 50px; }

/* line 5486, about.css */
.item_contacs_adreess {
  position: relative; }

/* line 5489, about.css */
.item_contacs_time.item_contacs_time2 p {
  padding-left: 50px; }

/* line 5492, about.css */
.icon_contacs_adress {
  content: '';
  position: absolute;
  width: 37px;
  height: 37px;
  left: 0;
  top: 3px; }

/* line 5500, about.css */
.call_back_bl {
  width: 100%;
  text-align: center; }

/* line 5504, about.css */
.call_back_bl ul {
  margin-bottom: 23px; }

/* line 5507, about.css */
.call_back_bl ul li {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  font-weight: 400; }

/* line 5513, about.css */
.btn {
  display: inline-block;
  padding: 13px 40px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 20px;
  font-weight: 700;
  color: #fff;
  background: #ff541a;
  transition: background 0.3s;
  text-align: center; }

/* line 5525, about.css */
.btn:hover {
  background: #d4491a; }

/*dialogue_cooperation*/
/*message_office*/
/* line 5531, about.css */
.message_office {
  padding-top: 46px;
  padding-bottom: 25px; }

/* line 5535, about.css */
.message_office_bl h2.glav_text_center {
  color: #009fe3;
  margin-bottom: 17px; }

/* line 5539, about.css */
.write_us {
  width: 100%;
  max-width: 455px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 3px auto; }

/* line 5548, about.css */
.item_write_mail {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 45px;
  margin-left: 16px; }

/* line 5558, about.css */
.item_write_mail a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  margin-top: 5px; }

/* line 5566, about.css */
.icon_item_write_mail {
  content: '';
  position: absolute;
  width: 33px;
  height: 38px;
  left: -3px;
  top: -14px; }

/* line 5574, about.css */
.item_soc_write_us_bl {
  width: 100%;
  max-width: 150px; }

/* line 5578, about.css */
.item_soc_write_us_bl ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/* line 5583, about.css */
.item_soc_write_us_bl ul li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .9s; }

/* line 5591, about.css */
.item_soc_write_us_bl ul li a:hover {
  transform: rotate(360deg); }

/* line 5594, about.css */
.message_office_bl p {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 29px;
  text-align: center; }

/* line 5602, about.css */
.adress_office_bl {
  width: 100%;
  max-width: 527px;
  margin: 0 auto 10px auto; }

/* line 5607, about.css */
.adress_office_bl ul {
  position: relative; }

/* line 5610, about.css */
.item_adress_office {
  position: relative;
  padding-left: 50px;
  margin-left: 73px; }

/* line 5615, about.css */
.icon_item_adress_office {
  content: '';
  position: absolute;
  width: 23px;
  height: 38px;
  left: 4px;
  top: 6px; }

/* line 5623, about.css */
.adress_office_bl ul li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000; }

/* line 5629, about.css */
.adress_office_bl ul li span {
  font-weight: 700; }

/* line 5632, about.css */
.map {
  width: 100%;
  max-width: 640px;
  margin: 0 auto; }

/* line 5637, about.css */
#open_map {
  height: 245px;
  width: 100%; }

/*message_office*/
/*contact_us*/
/* line 5644, about.css */
.contact_us {
  padding-top: 2px;
  padding-bottom: 25px; }

/* line 5648, about.css */
.contact_us .al_container {
  max-width: 760px; }

/* line 5651, about.css */
.contact_us_block h2.glav_text_center {
  margin-bottom: 30px; }

/* line 5654, about.css */
.contact_us_bl {
  width: 100%;
  max-width: 510px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 42px auto; }

/* line 5662, about.css */
.item_contact_us {
  width: 100%;
  max-width: 255px;
  text-align: center; }

/* line 5667, about.css */
.icon_cu {
  width: 97px;
  height: 97px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 13px auto; }

/* line 5674, about.css */
.item_contact_us_text {
  color: #000;
  font-size: 14px;
  line-height: 14px;
  margin: 0 auto; }

/* line 5680, about.css */
.item_contact_us_text span {
  display: block;
  font-weight: 700;
  margin-bottom: 14px; }

/* line 5685, about.css */
.item_contact_us_text_mail p {
  padding-left: 25px;
  font-weight: 400; }

/* line 5689, about.css */
.item_contact_us_text_mail {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-weight: 400; }

/* line 5695, about.css */
.icon_item_contact_us_text_mail {
  position: absolute;
  width: 16px;
  height: 11px;
  left: 0;
  top: 1px; }

/* line 5702, about.css */
.item_contact_us_text_phone {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-weight: 400; }

/* line 5708, about.css */
.icon_item_contact_us_text_phone {
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 1px; }

/* line 5715, about.css */
.experts_development_block {
  margin-bottom: 43px; }

/* line 5718, about.css */
.experts_development_block_glav_text {
  text-align: center;
  margin-bottom: 33px; }

/* line 5722, about.css */
.experts_development_block_glav_text h2 {
  font-size: 20px;
  color: #ff541a;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 5px; }

/* line 5729, about.css */
.experts_development_block_glav_text p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  color: #009fe3; }

/* line 5735, about.css */
.experts_development_bl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/* line 5740, about.css */
.item_experts_development {
  width: 100%;
  max-width: 155px;
  text-align: center; }

/* line 5745, about.css */
.icon_ed {
  width: 97px;
  height: 97px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 7px auto; }

/* line 5752, about.css */
.item_experts_development_text span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px; }

/* line 5760, about.css */
.item_experts_development_number,
.item_experts_development_mail {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
  padding-left: 12px; }

/* line 5770, about.css */
.item_experts_development_mail {
  padding-left: 25px; }

/* line 5773, about.css */
.icon_edn {
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 1px; }

/* line 5780, about.css */
.icon_edm {
  position: absolute;
  width: 16px;
  height: 11px;
  left: 0;
  top: 1px; }

/* line 5787, about.css */
.dealer_network_bl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 34px; }

/* line 5793, about.css */
.dealer_network_block .experts_development_block_glav_text {
  text-align: center;
  margin-bottom: 21px; }

/* line 5797, about.css */
.dealer_network_block p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  text-align: center; }

/*contact_us*/
/*issues*/
/* line 5807, about.css */
.issues {
  padding-top: 51px;
  padding-bottom: 25px; }

/* line 5811, about.css */
.issues_block .knob {
  text-align: center;
  margin-bottom: 25px; }

/* line 5815, about.css */
.issues_block h2.glav_text_center {
  font-size: 20px;
  margin-bottom: 19px; }

/* line 5819, about.css */
.issues_block .knob .btn {
  padding: 14px 53px;
  text-transform: uppercase; }

/* line 5823, about.css */
.issues_soc ul {
  width: 100%;
  max-width: 210px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto; }

/* line 5831, about.css */
.issues_soc ul li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .9s; }

/* line 5839, about.css */
.issues_soc ul li a:hover {
  transform: rotate(360deg); }

@media only screen and (max-width: 780px) {
  /* line 5844, about.css */
  .contacs_time_bl {
    width: 100%;
    max-width: 510px;
    justify-content: space-around;
    margin: 0 auto 24px auto; }

  /* line 5850, about.css */
  .btn {
    font-size: 13px; } }
@media only screen and (max-width: 735px) {
  /* line 5855, about.css */
  .item_soc_write_us_bl {
    width: 100%;
    max-width: 100%; }

  /* line 5859, about.css */
  .item_soc_write_us_bl ul {
    justify-content: space-around; }

  /* line 5862, about.css */
  .item_contacs_time.item_contacs_time2 {
    max-width: 100%; }

  /* line 5865, about.css */
  .item_contacs_time {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px; }

  /* line 5870, about.css */
  .item_contacs_time ul {
    padding-left: 50px; }

  /* line 5873, about.css */
  .item_contacs_time p {
    padding-left: 50px; }

  /* line 5876, about.css */
  .write_us {
    justify-content: space-around; }

  /* line 5879, about.css */
  .item_write_mail {
    margin-bottom: 15px;
    margin-left: 0; }

  /* line 5883, about.css */
  .item_adress_office {
    margin-left: 0; }

  /* line 5886, about.css */
  .adress_office_bl {
    width: 100%;
    max-width: 100%; }

  /* line 5890, about.css */
  .contact_us_block h2.glav_text_center br {
    display: none; }

  /* line 5893, about.css */
  .item_contact_us {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }

  /* line 5898, about.css */
  .item_experts_development {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }

  /* line 5903, about.css */
  .icon_contacs_phone {
    left: 8px; } }
@media only screen and (max-width: 550px) {
  /* line 5908, about.css */
  .block-reviews2 {
    height: auto; }

  /* line 5913, about.css */
  .site-review-footer-btn {
    margin-bottom: 10px; }

  /* line 5916, about.css */
  .site-review-footer-line-1 {
    display: none; }

  /* line 5919, about.css */
  .site-review-footer-line-2 {
    font-size: 0px; }

  /* line 5923, about.css */
  .adress_office_bl ul li {
    font-size: 13px; }

  /* line 5926, about.css */
  h2.glav_text_center {
    font-size: 20px;
    line-height: 21px; }

  /* line 5930, about.css */
  .issues {
    padding-top: 15px;
    padding-bottom: 25px; }

  /* line 5934, about.css */
  .experts_development_block_glav_text h2 br {
    display: none; } }
/* line 5939, about.css */
.fa-viber {
  width: 14px;
  background: url("https://static-internal.insales.ru/files/1/6658/6208002/original/viber.png");
  height: 14px;
  left: -22px;
  top: 0px; }

/* line 5947, about.css */
.fa-li {
  top: 0; }

/* line 5952, about.css */
.imagev img {
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

/* line 5959, about.css */
.imagev img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1); }

/* line 5966, about.css */
.desired_equipment {
  padding-top: 31px;
  padding-bottom: 31px; }

/* line 5970, about.css */
.desired_equipment h1 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 700;
  color: #ff541a;
  text-align: center;
  margin-bottom: 29px; }

/* line 5978, about.css */
h2.glav_text_center {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px; }

/* line 5986, about.css */
h2.glav_text_center .spanone {
  display: inline-block;
  color: #fff;
  padding: 8px 15px 9px 15px;
  border-radius: 25px;
  background: #009fe3;
  margin-right: -43px;
  position: relative; }

/* line 5995, about.css */
h2.glav_text_center .spantwo {
  display: inline-block;
  color: #fff;
  padding: 8px 32px 9px 47px;
  border-radius: 25px;
  background: #ff541a;
  text-align: center;
  position: unset;
  margin-right: 0; }

/* line 6005, about.css */
.desired_equipment_bl ul li {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 14px; }

/* line 6014, about.css */
.desired_equipment_bl ul li span {
  font-weight: 700; }

/* line 6017, about.css */
.desired_equipment_bl ul li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ff541a;
  left: 0;
  top: 8px;
  border-radius: 50%; }

/* line 6027, about.css */
.desired_equipment_bl ul li:nth-child(2)::before {
  background: #65be56;
  top: 2px; }

/* line 6031, about.css */
.desired_equipment_bl ul li:nth-child(3)::before {
  background: #fabc36; }

/* line 6034, about.css */
.desired_equipment_bl ul li:nth-child(4)::before {
  background: #00b7f4; }

/* line 6037, about.css */
.desired_equipment_bl {
  margin-bottom: 24px;
  margin-left: 50px; }

/* line 6041, about.css */
.desired_equipment .knob a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #ff541a;
  text-decoration: underline; }

/* line 6048, about.css */
.desired_equipment .knob a:hover {
  text-decoration: none; }

/* line 6051, about.css */
.desired_equipment .knob {
  text-align: center; }

/* line 6054, about.css */
.step_two_equipment {
  padding-top: 17px;
  padding-bottom: 8px; }

/* line 6058, about.css */
.step_two_equipment h2.glav_text_center {
  margin-bottom: 34px; }

/* line 6061, about.css */
.step_two_equipment h2.glav_text_center .spantwo {
  padding: 8px 19px 9px 47px; }

/* line 6064, about.css */
.step_two_equipment h2.glav_text_center::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  top: 17px;
  border-bottom: 2px dotted #a4a4a4;
  transform: translate(-50%, 0);
  z-index: -1; }

/* line 6075, about.css */
.step_two_equipment_bl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 73px;
  margin-right: 11px; }

/* line 6082, about.css */
.item_step_two_equipment {
  width: 100%;
  max-width: 294px; }

/* line 6086, about.css */
.item_step_two_equipment.item_step_two_equipment2 {
  max-width: 360px; }

/* line 6089, about.css */
.icon_step_two {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid #009fe3;
  background-position: center;
  background-repeat: no-repeat; }

/* line 6101, about.css */
.item_step_two_equipment_first_text {
  position: relative;
  padding-left: 50px;
  min-height: 30px;
  padding-top: 11px;
  margin-bottom: 17px; }

/* line 6108, about.css */
.item_step_two_equipment.item_step_two_equipment2 .item_step_two_equipment_first_text {
  padding-top: 3px;
  margin-bottom: -6px; }

/* line 6112, about.css */
.item_step_two_equipment_first_text h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 16px;
  margin-bottom: 14px; }

/* line 6119, about.css */
.item_step_two_equipment_two_text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000; }

/* line 6125, about.css */
.item_step_two_equipment_two_text span {
  font-weight: 700; }

/* line 6128, about.css */
.item_step_two_equipment_two_text a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #ff541a;
  text-decoration: underline; }

/* line 6135, about.css */
.item_step_two_equipment_two_text a:hover {
  text-decoration: none; }

/* line 6138, about.css */
.item_step_two_equipment_two_text p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000; }

/* line 6144, about.css */
.item_step_two_equipment_two_text .knob {
  margin-top: 5px; }

/* line 6147, about.css */
.list_partners {
  padding-top: 0;
  padding-bottom: 25px; }

/* line 6151, about.css */
.list_partners_bl {
  position: relative;
  text-align: center;
  padding-top: 50px;
  color: #000; }

/* line 6157, about.css */
.list_partners_bl::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  top: 17px;
  border-bottom: 2px dotted #a4a4a4;
  transform: translate(-50%, 0); }

/* line 6167, about.css */
.list_partners_bl h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 6px; }

/* line 6173, about.css */
.list_partners_bl p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400; }

/* line 6178, about.css */
.step_three_equipment {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 6182, about.css */
.step_three_equipment h2.glav_text_center {
  margin-bottom: 32px; }

/* line 6185, about.css */
.step_three_equipment h2.glav_text_center::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  top: 17px;
  border-bottom: 2px dotted #a4a4a4;
  transform: translate(-50%, 0);
  z-index: -1; }

/* line 6196, about.css */
.step_three_equipment h2.glav_text_center .spantwo {
  padding: 8px 16px 9px 47px; }

/* line 6199, about.css */
.step_three_equipment .desired_equipment_bl ul li::before {
  top: 3px; }

/* line 6202, about.css */
.step_three_equipment ul li:nth-child(2)::before {
  top: 10px; }

/* line 6205, about.css */
.step_three_equipment ul li:nth-child(3)::before {
  top: 10px; }

/* line 6208, about.css */
.step_three_equipment ul li:nth-child(4)::before {
  top: 10px; }

/* line 6211, about.css */
.step_four_equipment {
  padding-top: 25px;
  padding-bottom: 25px; }

/* line 6215, about.css */
.step_four_equipment h2.glav_text_center {
  margin-bottom: 28px; }

/* line 6218, about.css */
.step_four_equipment h2.glav_text_center::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  top: 17px;
  border-bottom: 2px dotted #a4a4a4;
  transform: translate(-50%, 0);
  z-index: -1; }

/* line 6229, about.css */
.step_four_equipment h2.glav_text_center .spantwo {
  padding: 8px 16px 9px 47px; }

/* line 6232, about.css */
.step_four_equipment_bl {
  text-align: center; }

/* line 6235, about.css */
.step_four_equipment_bl p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 11px; }

/* line 6242, about.css */
.step_four_equipment_bl p span {
  font-weight: 700; }

/* line 6245, about.css */
.step_four_equipment_bl .knob a {
  display: inline-block;
  padding: 6px 75px;
  border-radius: 20px;
  background: #009fe3;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 14px;
  font-weight: 700;
  transition: background 0.3s; }

/* line 6257, about.css */
.step_four_equipment_bl .knob {
  margin-top: 29px; }

/* line 6260, about.css */
.step_four_equipment_bl .knob a:hover {
  background: #036893; }

@media only screen and (max-width: 800px) {
  /* line 6264, about.css */
  .step_two_equipment_bl {
    justify-content: space-around;
    margin-left: 35px; } }
@media only screen and (max-width: 759px) {
  /* line 6270, about.css */
  .desired_equipment_bl {
    margin-left: 0; }

  /* line 6273, about.css */
  .step_two_equipment_bl {
    margin-left: 0;
    margin-right: 0; }

  /* line 6277, about.css */
  .item_step_two_equipment {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }

  /* line 6282, about.css */
  .item_step_two_equipment br {
    display: none; }

  /* line 6285, about.css */
  .item_step_two_equipment.item_step_two_equipment2 {
    max-width: 100%; }

  /* line 6288, about.css */
  .item_step_two_equipment.item_step_two_equipment2 .item_step_two_equipment_first_text {
    padding-top: 11px;
    margin-bottom: 0; }

  /* line 6292, about.css */
  .desired_equipment_bl ul li br {
    display: none; }

  /* line 6295, about.css */
  .desired_equipment_bl ul li::before {
    top: 7px; }

  /* line 6298, about.css */
  .desired_equipment_bl ul li:nth-child(2)::before {
    top: 7px; } }
@media only screen and (max-width: 550px) {
  /* line 6303, about.css */
  h2.glav_text_center {
    font-size: 12px; }

  /* line 6306, about.css */
  .window-obj-feedback4 {
    width: auto !important; } }
@media only screen and (max-width: 330px) {
  /* line 6311, about.css */
  h2.glav_text_center {
    font-size: 10px; } }
/* line 6316, about.css */
.site-review-img23 {
  width: 100%;
  height: auto; }

/* line 6320, about.css */
.window-obj-feedback4 {
  width: 640px; }

/* line 6324, about.css */
.window-title2 {
  background: #2dabde;
  padding: 15px 0px 15px 15px;
  color: white;
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  border-radius: 10px; }

/* line 6335, about.css */
#feedback_form5 .text-grey {
  display: none; }

/* line 6340, about.css */
#feedback_form5 .window-form-item {
  margin-bottom: 15px; }

/* line 6345, about.css */
#categ_in_9676808 {
  display: none; }

/* line 6348, about.css */
.has-caption {
  display: block !important; }

/* line 6351, about.css */
.has-caption2 {
  display: block; }

/* line 6355, about.css */
#spoiler9676808 {
  color: #3eb5f1;
  cursor: pointer; }

/* line 6360, about.css */
.geo-mini-title2 {
  font-weight: 700;
  color: #222; }

/*utility_room_block*/
/* line 6368, about.css */
.utility_room {
  padding-top: 33px;
  padding-bottom: 31px;
  border-bottom: 3px dotted #a4a4a4; }

/* line 6373, about.css */
h2.glav_text_center {
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  color: #ff541a;
  text-align: center;
  margin-bottom: 50px; }

/* line 6381, about.css */
.utility_room_bl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 15px; }

/* line 6387, about.css */
.item_utility_room {
  position: relative;
  width: 100%;
  max-width: 350px;
  padding-left: 47px;
  margin-bottom: 12px; }

/* line 6394, about.css */
.item_utility_room:nth-child(2) {
  margin-top: -5px; }

/* line 6397, about.css */
.icon_utility {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  top: 10px;
  border-radius: 50%;
  border: 2px solid #6cb52d;
  background-position: center;
  background-repeat: no-repeat; }

/* line 6409, about.css */
.item_utility_room_text p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 14px; }

/* line 6415, about.css */
.item_utility_room_text p span {
  font-weight: 700; }

/* line 6418, about.css */
.item_utility_room:nth-child(2) .icon_utility {
  border: 2px solid #09a2e4; }

/* line 6421, about.css */
.item_utility_room:nth-child(3) .icon_utility {
  border: 2px solid #ff541a; }

/* line 6424, about.css */
.item_utility_room:nth-child(4) .icon_utility {
  border: 2px solid #fac400; }

/*utility_room_block*/
/*design_project_block*/
/* line 6430, about.css */
.design_project {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 3px dotted #a4a4a4; }

/* line 6435, about.css */
.design_project h2.glav_text_center {
  color: #009fe3;
  margin-bottom: 21px; }

/* line 6439, about.css */
.design_project .al_container {
  max-width: 820px; }

/* line 6442, about.css */
.design_project_bl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px; }

/* line 6448, about.css */
.item_design_project {
  margin-bottom: 15px;
  margin-right: 15px; }

/* line 6452, about.css */
.design_project_list_bl {
  width: 100%;
  max-width: 590px;
  margin: 0 auto; }

/* line 6457, about.css */
.design_project_list_bl ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/* line 6462, about.css */
.design_project_list_bl ul li {
  width: 100%;
  max-width: 255px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 14px;
  padding-left: 21px;
  margin-bottom: 12px;
  margin-right: 25px; }

/* line 6474, about.css */
.design_project_list_bl ul li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ff541a;
  left: 0;
  top: 38%;
  border-radius: 50%; }

/* line 6484, about.css */
.design_project_list_bl ul li p span {
  font-weight: 700; }

/* line 6487, about.css */
.design_project_list_bl ul li:nth-child(2)::before,
.design_project_list_bl ul li:nth-child(3)::before {
  background: #65be56; }

/* line 6491, about.css */
.design_project_list_bl ul li:nth-child(4)::before,
.design_project_list_bl ul li:nth-child(5)::before {
  background: #fabc36; }

/*design_project_block*/
/*your_dream_block*/
/* line 6498, about.css */
.your_dream {
  padding-top: 19px;
  padding-bottom: 25px; }

/* line 6502, about.css */
.your_dream h2.glav_text_center {
  margin-bottom: 25px; }

/* line 6505, about.css */
.your_dream_bl {
  margin-bottom: 45px;
  margin-left: 60px; }

/* line 6509, about.css */
.item_your_dream {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px; }

/* line 6516, about.css */
.icon_yd {
  width: 100%;
  max-width: 20px;
  height: 20px;
  margin-right: 17px; }

/* line 6522, about.css */
.item_your_dream_text {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 14px; }

/* line 6528, about.css */
.item_your_dream_text p span {
  font-weight: 700; }

/* line 6531, about.css */
.your_dream .knob {
  text-align: center; }

/*gallery_bottom_block*/
/* line 6537, about.css */
.gallery_bottom {
  padding-top: 10px;
  padding-bottom: 25px; }

/* line 6541, about.css */
.gallery_bottom .al_container {
  max-width: 820px; }

/* line 6544, about.css */
.gallery_bottom_bl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

/* line 6549, about.css */
.item_gallery_bottom {
  margin-bottom: 15px;
  margin-right: 15px; }

/*gallery_bottom_block*/
/* line 6554, about.css */
.fancybox-bg {
  background: #6e5f4e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

/* line 6561, about.css */
.fancybox-is-open .fancybox-bg {
  opacity: 0.97;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

/* line 6566, about.css */
.ico_prop {
  display: flex;
  align-items: center; }

@media only screen and (max-width: 600px) {
  /* line 6572, about.css */
  h2.glav_text_center {
    font-size: 21px;
    margin-bottom: 25px; }

  /* line 6576, about.css */
  .utility_room_bl {
    justify-content: space-around;
    margin-left: 0; }

  /* line 6580, about.css */
  h2.glav_text_center br {
    display: none; }

  /* line 6583, about.css */
  .design_project_list_bl ul {
    justify-content: space-around; }

  /* line 6586, about.css */
  .your_dream_bl {
    margin-bottom: 45px;
    margin-left: 0; } }
@media only screen and (max-width: 1200px) {
  /* line 6593, about.css */
  .footer-pnd-icon img {
    height: 15px !important;
    margin-top: 5px; } }
/* line 6601, about.css */
.p_footer_1 {
  position: relative;
  top: 10px; }

/* line 6605, about.css */
.p_footer_2 {
  position: relative;
  bottom: 20px; }

@media only screen and (max-width: 750px) {
  /* line 6613, about.css */
  .window-obj-feedback8 {
    min-width: auto; }

  /* line 6617, about.css */
  .ico_prop2 {
    width: 100% !important; }

  /* line 6624, about.css */
  .footer-pnd-icon img {
    height: 30px !important; }

  /* line 6628, about.css */
  .p_footer_1 {
    top: 0px; }

  /* line 6632, about.css */
  .p_footer_2 {
    bottom: 0px; }

  /* line 6636, about.css */
  .zchbWidgetSmall {
    float: none !important;
    margin: 0 auto !important; } }
@media only screen and (max-width: 500px) {
  /* line 6651, about.css */
  .footer-delivery {
    margin-top: 20px; }

  /* line 6658, about.css */
  h2.glav_text_center {
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 25px; }

  /* line 6663, about.css */
  .btn {
    font-size: 13px; }

  /* line 6667, about.css */
  .zapros_kp {
    margin-top: 20px; } }
/* line 6673, about.css */
.ico_prop {
  margin-bottom: 10px;
  width: 50%;
  float: left;
  min-height: 50px; }

/* line 6680, about.css */
.ico_prop img {
  float: left; }

/* line 6686, about.css */
.ico_prop_txt {
  padding-top: 6px;
  left: 5px;
  position: relative; }

/* line 6694, about.css */
.oferta_footer2 {
  margin-left: 10px; }

/* line 6697, about.css */
.footer-pnd-icon img {
  height: 20px !important; }

/* line 6701, about.css */
.footer-pnd-title {
  font-weight: 600 !important; }

/* line 6707, about.css */
.footer-left-txt {
  line-height: 13px !important;
  font-size: 12px !important; }

/* line 6711, about.css */
.zchbLink {
  text-decoration: none !important; }

/* line 6714, about.css */
.zchbWidgetSmall {
  float: right;
  background: #f0f0f0 !important;
  border: none !important; }

/* line 6719, about.css */
.foot_reg {
  width: 30px;
  height: auto; }

/* line 6723, about.css */
.footer-reg-txt {
  font-size: 12px !important;
  line-height: 13px !important; }

/* line 6728, about.css */
.right_col_title p {
  font-size: 20px !important;
  line-height: 24px !important;
  color: #222 !important; }

/* line 6736, about.css */
.right_col_text p {
  font-size: 14px !important;
  line-height: 18px !important; }

/* line 6743, about.css */
.right_col_text p:hover {
  color: #e67100 !important; }

@media only screen and (max-width: 1200px) {
  /* line 6748, about.css */
  .navigator li > .item-collection {
    font-size: 14px; } }
/* line 6754, about.css */
.ico_prop i::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 49%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 2px solid #e67100;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: 0.2s; }

/* line 6768, about.css */
.ico_prop:hover i::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1; }

/* line 6774, about.css */
.hidden2 {
  display: none; }

@media only screen and (max-width: 320px) {
  /* line 6778, about.css */
  .ico_prop i::before {
    top: 49%;
    width: 45px;
    height: 45px; } }
/* line 6784, about.css */
.ico_tab {
  float: left; }

/* line 6787, about.css */
.ico_tab img {
  width: 28px;
  height: auto; }

/* line 6791, about.css */
.ico_tab1 img {
  width: 28px;
  height: auto;
  position: relative;
  bottom: 4px;
  margin-bottom: -10px; }

/* line 6798, about.css */
.ico_tab2 img {
  width: 20px;
  height: auto;
  margin-bottom: -10px; }

/* line 6805, about.css */
.header-icons-item-popup2 {
  position: absolute;
  top: 250px;
  left: 10px;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  padding-top: 10px;
  z-index: 99999; }

/* line 6816, about.css */
.header-icons-item-popup-content2 {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  z-index: 1000; }

@media only screen and (max-width: 480px) {
  /* line 6827, about.css */
  .header-icons-item-popup2 {
    top: 280px;
    width: 96%; } }
@media only screen and (max-width: 380px) {
  /* line 6837, about.css */
  .header-icons-item-popup2 {
    top: 350px;
    width: 94%; } }
/* line 1, zakupki.css */
.zTitle {
  font-size: calc( (100vw - 480px)/(1280 - 480) * (28 - 16) + 16px) !important;
  font-family: 'Arial', sans-serif !important;
  text-align: center;
  line-height: 1.2 !important;
  color: #FF541A !important;
  padding-bottom: 5vh;
  font-weight: bold !important; }

/* line 10, zakupki.css */
.zPoint {
  padding: 0vh 5vw 5vh 5vw; }

/* line 14, zakupki.css */
.z_text_1, .z_text_2, .z_text_3, .z_text_4 {
  font-size: calc( (100vw - 480px)/(1280 - 480) * (18 - 16) + 16px);
  font-family: 'Arial', sans-serif;
  background-size: 15px;
  padding-left: 40px; }

/* line 20, zakupki.css */
.z_text_1 {
  background: url("http://umnichkatpk.ru/wp-content/uploads/2018/10/krug_kr1.png") no-repeat left 35%; }

/* line 23, zakupki.css */
.z_text_2 {
  background: url("http://umnichkatpk.ru/wp-content/uploads/2018/10/krug_zel1.png") no-repeat left 35%; }

/* line 26, zakupki.css */
.z_text_3 {
  background: url("http://umnichkatpk.ru/wp-content/uploads/2018/10/krug_zel2.png") no-repeat left 35%; }

/* line 29, zakupki.css */
.z_text_4 {
  background: url("http://umnichkatpk.ru/wp-content/uploads/2018/10/krug_zel3.png") no-repeat left 35%; }

/* line 32, zakupki.css */
.z_button_container {
  text-align: center;
  line-height: 1.4;
  font-weight: bold; }

/* line 37, zakupki.css */
.z_button {
  padding: 1vw 3vw 1vw 3vw;
  background-color: #00afe9;
  border-radius: 25px;
  font-size: calc( (100vw - 480px)/(1280 - 480) * (20 - 16) + 16px);
  font-family: 'Arial', sans-serif;
  text-align: center;
  color: white;
  text-decoration: none !important;
  border-bottom: 5px solid #3387C4;
  border-right: 5px solid #3387C4; }

/* line 49, zakupki.css */
.z_button a {
  text-decoration: none !important; }

/* line 50, zakupki.css */
.z_button:hover {
  background-color: #3897DC !important;
  color: white !important; }

/* line 54, zakupki.css */
.z_button p {
  font-size: 18px; }

/* line 56, zakupki.css */
.z_blue {
  color: #00afe9; }

/* line 59, zakupki.css */
.z_orange {
  color: #FF541A; }

/* line 62, zakupki.css */
.zStep {
  font-size: calc( (100vw - 480px)/(1280 - 480) * (22 - 16) + 16px) !important;
  font-family: 'Arial', sans-serif !important;
  font-weight: bold !important; }

/* line 67, zakupki.css */
.z_text {
  font-size: calc( (100vw - 480px)/(1280 - 480) * (18 - 16) + 16px);
  font-family: 'Arial', sans-serif;
  padding: 0 10vw 4vh 5vw;
  line-height: 1.4; }

/* line 73, zakupki.css */
.z_text p {
  margin-left: 20px; }

/* line 77, zakupki.css */
.zTable, .zLogo {
  margin: 0 auto;
  text-align: center; }

/* line 81, zakupki.css */
.zLogo {
  width: auto;
  max-width: 20vw; }

/* line 85, zakupki.css */
.zLast {
  text-align: center; }

/* line 1, lightbox.css */
.lightbox {
  box-sizing: border-box;
  padding: 20px !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 15000 !important; }

/* line 23, lightbox.css */
.lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 80%;
  max-height: 80%; }

/* line 43, lightbox.css */
.lightbox-title {
  display: block;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 10%;
  left: 10%;
  right: 10%;
  bottom: 0px;
  font-size: 14px;
  line-height: 1.4;
  color: white;
  text-align: center; }

/* line 71, lightbox.css */
.lightbox-close {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 50px;
  width: 50px;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  outline: none !important; }

/* line 101, lightbox.css */
.lightbox-close:before {
  content: '';
  display: block;
  position: absolute;
  height: 36px;
  width: 2px;
  left: 24px;
  top: 7px;
  background: white;
  border-radius: 1px; }

/* line 123, lightbox.css */
.lightbox-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 2px;
  top: 24px;
  left: 7px;
  background: white;
  border-radius: 1px; }

/* line 145, lightbox.css */
.lightbox-prev, .lightbox-next {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 30%;
  top: 70px;
  bottom: 70px;
  outline: none !important; }

/* line 163, lightbox.css */
.lightbox-prev.lightbox-inactive, .lightbox-next.lightbox-inactive {
  opacity: 0.2; }

/* line 169, lightbox.css */
.lightbox-prev {
  left: 0px; }

/* line 175, lightbox.css */
.lightbox-next {
  right: 0px; }

/* line 181, lightbox.css */
.lightbox-prev:before,
.lightbox-prev:after,
.lightbox-next:before,
.lightbox-next:after {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  top: 50%;
  background: white;
  border-radius: 1px; }

/* line 207, lightbox.css */
.lightbox-prev:before,
.lightbox-prev:after {
  left: 16.6%;
  margin-left: -16px; }

/* line 219, lightbox.css */
.lightbox-next:before,
.lightbox-next:after {
  right: 16.6%;
  margin-right: -16px; }

/* line 231, lightbox.css */
.lightbox-prev:before,
.lightbox-next:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 249, lightbox.css */
.lightbox-prev:after,
.lightbox-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 267, lightbox.css */
.lightbox-prev:before,
.lightbox-next:after {
  margin-top: -11px; }

/* line 277, lightbox.css */
.lightbox-prev:after,
.lightbox-next:before {
  margin-top: 11px; }

/* line 1, owl.carousel.min.css */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

/* line 1, owl.carousel.min.css */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  /*display:none*/ }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .2s; }

/* line 1, owl.carousel.min.css */
.owl-carousel.owl-loaded {
  display: block; }

/* line 1, owl.carousel.min.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

/* line 1, owl.carousel.min.css */
.owl-carousel.owl-hidden {
  opacity: 0; }

/* line 1, owl.carousel.min.css */
.owl-carousel.owl-refresh .owl-item {
  display: none; }

/* line 1, owl.carousel.min.css */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1, owl.carousel.min.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

/* line 1, owl.carousel.min.css */
.owl-carousel.owl-rtl {
  direction: rtl; }

/* line 1, owl.carousel.min.css */
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* line 1, owl.carousel.min.css */
.no-js .owl-carousel {
  display: block; }

/* line 1, owl.carousel.min.css */
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-animated-in {
  z-index: 0; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-animated-out {
  z-index: 1; }

/* line 1, owl.carousel.min.css */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* line 1, owl.carousel.min.css */
.owl-height {
  transition: height .5s ease-in-out; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* line 1, owl.carousel.min.css */
.owl-carousel .owl-nav .disabled {
  opacity: 0;
  visibility: hidden; }

/* line 1, custom.css */
.warning-my-content {
  margin-top: 10px;
  font-size: small; }

@media screen and (max-width: 767px) {
  /* line 6, custom.css */
  .additional-warning {
    display: none; } }
/* line 12, custom.css */
.warning-my-content {
  display: flex; }

/* line 16, custom.css */
.warning-my-content .reward_icon {
  height: 19px; }

/* line 20, custom.css */
.inner_container .products_carousel .owl-item img {
  width: 179px !important;
  height: 179px !important;
  object-fit: cover; }

/* line 25, custom.css */
.russian_manufacturer {
  padding: 50px 0px;
  display: flex;
  width: 80%;
  max-width: 1160px;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative; }

/*
.russian_manufacturer {
 display:grid;
  grid-template-columns: repeat(4, 200px);
    gap: 10px;
}*/
@media (max-width: 1024px) {
  /* line 41, custom.css */
  .russian_manufacturer {
    grid-template-columns: repeat(3, auto); } }
@media (max-width: 980px) {
  /* line 47, custom.css */
  .russian_manufacturer {
    grid-template-columns: repeat(2, auto);
    text-align: center; } }
@media (max-width: 480px) {
  /* line 53, custom.css */
  .russian_manufacturer {
    grid-template-columns: repeat(1, auto);
    text-align: center; } }
/* line 58, custom.css */
.inner_container .photo-carousel .owl-item a img {
  height: 100%;
  object-fit: cover; }

/* line 63, custom.css */
.flex_around_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px 0px;
  max-width: 1920px;
  width: 100%;
  position: relative; }

/* line 74, custom.css */
.russian_manufacturer div p {
  text-align: center;
  padding: 30px 0px; }

/* line 80, custom.css */
.inner_container .partners_carousel .owl-item img {
  padding: 10px; }

/* line 84, custom.css */
.inner_container h1, h1.blue_title {
  font-size: 30px;
  font-family: Roboto, sans-serif;
  margin: 10px;
  font-weight: bold;
  color: #009FE3;
  text-align: center;
  line-height: 1.3em; }

/* line 94, custom.css */
.collection-novinki {
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0px;
  color: #222;
  text-align: center; }

/* line 102, custom.css */
span.product-bage-komfort {
  background: #1484F4; }

/* line 106, custom.css */
.product-bages .product-bage-komfort::after {
  border-color: transparent transparent transparent #1484F4; }

/* line 111, custom.css */
.product-bages .product-bage-komfort::before {
  border-color: #1484F4 transparent transparent transparent; }

/* line 115, custom.css */
.product-bages--position-new {
  bottom: 30%;
  top: auto; }

/* line 120, custom.css */
.header-phone,
.header-email {
  width: 100%;
  font-size: 19px; }

/* line 126, custom.css */
.footer-menu span.js-geo-phone-2.js-mobile-phone {
  font-size: 20px; }

/* line 129, custom.css */
.email-footer {
  font-size: 17px; }

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("ionicons.eot");
  src: url("ionicons.eot") format("embedded-opentype"), url("ionicons.ttf") format("truetype"), url("ionicons.woff") format("woff"), url("ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 14, ionicons.scss */
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 16, ionicons.scss */
.ion-alert:before {
  content: "\f101"; }

/* line 18, ionicons.scss */
.ion-alert-circled:before {
  content: "\f100"; }

/* line 20, ionicons.scss */
.ion-android-add:before {
  content: "\f2c7"; }

/* line 22, ionicons.scss */
.ion-android-add-circle:before {
  content: "\f359"; }

/* line 24, ionicons.scss */
.ion-android-alarm-clock:before {
  content: "\f35a"; }

/* line 26, ionicons.scss */
.ion-android-alert:before {
  content: "\f35b"; }

/* line 28, ionicons.scss */
.ion-android-apps:before {
  content: "\f35c"; }

/* line 30, ionicons.scss */
.ion-android-archive:before {
  content: "\f2c9"; }

/* line 32, ionicons.scss */
.ion-android-arrow-back:before {
  content: "\f2ca"; }

/* line 34, ionicons.scss */
.ion-android-arrow-down:before {
  content: "\f35d"; }

/* line 36, ionicons.scss */
.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

/* line 38, ionicons.scss */
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

/* line 40, ionicons.scss */
.ion-android-arrow-dropleft:before {
  content: "\f361"; }

/* line 42, ionicons.scss */
.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

/* line 44, ionicons.scss */
.ion-android-arrow-dropright:before {
  content: "\f363"; }

/* line 46, ionicons.scss */
.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

/* line 48, ionicons.scss */
.ion-android-arrow-dropup:before {
  content: "\f365"; }

/* line 50, ionicons.scss */
.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

/* line 52, ionicons.scss */
.ion-android-arrow-forward:before {
  content: "\f30f"; }

/* line 54, ionicons.scss */
.ion-android-arrow-up:before {
  content: "\f366"; }

/* line 56, ionicons.scss */
.ion-android-attach:before {
  content: "\f367"; }

/* line 58, ionicons.scss */
.ion-android-bar:before {
  content: "\f368"; }

/* line 60, ionicons.scss */
.ion-android-bicycle:before {
  content: "\f369"; }

/* line 62, ionicons.scss */
.ion-android-boat:before {
  content: "\f36a"; }

/* line 64, ionicons.scss */
.ion-android-bookmark:before {
  content: "\f36b"; }

/* line 66, ionicons.scss */
.ion-android-bulb:before {
  content: "\f36c"; }

/* line 68, ionicons.scss */
.ion-android-bus:before {
  content: "\f36d"; }

/* line 70, ionicons.scss */
.ion-android-calendar:before {
  content: "\f2d1"; }

/* line 72, ionicons.scss */
.ion-android-call:before {
  content: "\f2d2"; }

/* line 74, ionicons.scss */
.ion-android-camera:before {
  content: "\f2d3"; }

/* line 76, ionicons.scss */
.ion-android-cancel:before {
  content: "\f36e"; }

/* line 78, ionicons.scss */
.ion-android-car:before {
  content: "\f36f"; }

/* line 80, ionicons.scss */
.ion-android-cart:before {
  content: "\f370"; }

/* line 82, ionicons.scss */
.ion-android-chat:before {
  content: "\f2d4"; }

/* line 84, ionicons.scss */
.ion-android-checkbox:before {
  content: "\f374"; }

/* line 86, ionicons.scss */
.ion-android-checkbox-blank:before {
  content: "\f371"; }

/* line 88, ionicons.scss */
.ion-android-checkbox-outline:before {
  content: "\f373"; }

/* line 90, ionicons.scss */
.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

/* line 92, ionicons.scss */
.ion-android-checkmark-circle:before {
  content: "\f375"; }

/* line 94, ionicons.scss */
.ion-android-clipboard:before {
  content: "\f376"; }

/* line 96, ionicons.scss */
.ion-android-close:before {
  content: "\f2d7"; }

/* line 98, ionicons.scss */
.ion-android-cloud:before {
  content: "\f37a"; }

/* line 100, ionicons.scss */
.ion-android-cloud-circle:before {
  content: "\f377"; }

/* line 102, ionicons.scss */
.ion-android-cloud-done:before {
  content: "\f378"; }

/* line 104, ionicons.scss */
.ion-android-cloud-outline:before {
  content: "\f379"; }

/* line 106, ionicons.scss */
.ion-android-color-palette:before {
  content: "\f37b"; }

/* line 108, ionicons.scss */
.ion-android-compass:before {
  content: "\f37c"; }

/* line 110, ionicons.scss */
.ion-android-contact:before {
  content: "\f2d8"; }

/* line 112, ionicons.scss */
.ion-android-contacts:before {
  content: "\f2d9"; }

/* line 114, ionicons.scss */
.ion-android-contract:before {
  content: "\f37d"; }

/* line 116, ionicons.scss */
.ion-android-create:before {
  content: "\f37e"; }

/* line 118, ionicons.scss */
.ion-android-delete:before {
  content: "\f37f"; }

/* line 120, ionicons.scss */
.ion-android-desktop:before {
  content: "\f380"; }

/* line 122, ionicons.scss */
.ion-android-document:before {
  content: "\f381"; }

/* line 124, ionicons.scss */
.ion-android-done:before {
  content: "\f383"; }

/* line 126, ionicons.scss */
.ion-android-done-all:before {
  content: "\f382"; }

/* line 128, ionicons.scss */
.ion-android-download:before {
  content: "\f2dd"; }

/* line 130, ionicons.scss */
.ion-android-drafts:before {
  content: "\f384"; }

/* line 132, ionicons.scss */
.ion-android-exit:before {
  content: "\f385"; }

/* line 134, ionicons.scss */
.ion-android-expand:before {
  content: "\f386"; }

/* line 136, ionicons.scss */
.ion-android-favorite:before {
  content: "\f388"; }

/* line 138, ionicons.scss */
.ion-android-favorite-outline:before {
  content: "\f387"; }

/* line 140, ionicons.scss */
.ion-android-film:before {
  content: "\f389"; }

/* line 142, ionicons.scss */
.ion-android-folder:before {
  content: "\f2e0"; }

/* line 144, ionicons.scss */
.ion-android-folder-open:before {
  content: "\f38a"; }

/* line 146, ionicons.scss */
.ion-android-funnel:before {
  content: "\f38b"; }

/* line 148, ionicons.scss */
.ion-android-globe:before {
  content: "\f38c"; }

/* line 150, ionicons.scss */
.ion-android-hand:before {
  content: "\f2e3"; }

/* line 152, ionicons.scss */
.ion-android-hangout:before {
  content: "\f38d"; }

/* line 154, ionicons.scss */
.ion-android-happy:before {
  content: "\f38e"; }

/* line 156, ionicons.scss */
.ion-android-home:before {
  content: "\f38f"; }

/* line 158, ionicons.scss */
.ion-android-image:before {
  content: "\f2e4"; }

/* line 160, ionicons.scss */
.ion-android-laptop:before {
  content: "\f390"; }

/* line 162, ionicons.scss */
.ion-android-list:before {
  content: "\f391"; }

/* line 164, ionicons.scss */
.ion-android-locate:before {
  content: "\f2e9"; }

/* line 166, ionicons.scss */
.ion-android-lock:before {
  content: "\f392"; }

/* line 168, ionicons.scss */
.ion-android-mail:before {
  content: "\f2eb"; }

/* line 170, ionicons.scss */
.ion-android-map:before {
  content: "\f393"; }

/* line 172, ionicons.scss */
.ion-android-menu:before {
  content: "\f394"; }

/* line 174, ionicons.scss */
.ion-android-microphone:before {
  content: "\f2ec"; }

/* line 176, ionicons.scss */
.ion-android-microphone-off:before {
  content: "\f395"; }

/* line 178, ionicons.scss */
.ion-android-more-horizontal:before {
  content: "\f396"; }

/* line 180, ionicons.scss */
.ion-android-more-vertical:before {
  content: "\f397"; }

/* line 182, ionicons.scss */
.ion-android-navigate:before {
  content: "\f398"; }

/* line 184, ionicons.scss */
.ion-android-notifications:before {
  content: "\f39b"; }

/* line 186, ionicons.scss */
.ion-android-notifications-none:before {
  content: "\f399"; }

/* line 188, ionicons.scss */
.ion-android-notifications-off:before {
  content: "\f39a"; }

/* line 190, ionicons.scss */
.ion-android-open:before {
  content: "\f39c"; }

/* line 192, ionicons.scss */
.ion-android-options:before {
  content: "\f39d"; }

/* line 194, ionicons.scss */
.ion-android-people:before {
  content: "\f39e"; }

/* line 196, ionicons.scss */
.ion-android-person:before {
  content: "\f3a0"; }

/* line 198, ionicons.scss */
.ion-android-person-add:before {
  content: "\f39f"; }

/* line 200, ionicons.scss */
.ion-android-phone-landscape:before {
  content: "\f3a1"; }

/* line 202, ionicons.scss */
.ion-android-phone-portrait:before {
  content: "\f3a2"; }

/* line 204, ionicons.scss */
.ion-android-pin:before {
  content: "\f3a3"; }

/* line 206, ionicons.scss */
.ion-android-plane:before {
  content: "\f3a4"; }

/* line 208, ionicons.scss */
.ion-android-playstore:before {
  content: "\f2f0"; }

/* line 210, ionicons.scss */
.ion-android-print:before {
  content: "\f3a5"; }

/* line 212, ionicons.scss */
.ion-android-radio-button-off:before {
  content: "\f3a6"; }

/* line 214, ionicons.scss */
.ion-android-radio-button-on:before {
  content: "\f3a7"; }

/* line 216, ionicons.scss */
.ion-android-refresh:before {
  content: "\f3a8"; }

/* line 218, ionicons.scss */
.ion-android-remove:before {
  content: "\f2f4"; }

/* line 220, ionicons.scss */
.ion-android-remove-circle:before {
  content: "\f3a9"; }

/* line 222, ionicons.scss */
.ion-android-restaurant:before {
  content: "\f3aa"; }

/* line 224, ionicons.scss */
.ion-android-sad:before {
  content: "\f3ab"; }

/* line 226, ionicons.scss */
.ion-android-search:before {
  content: "\f2f5"; }

/* line 228, ionicons.scss */
.ion-android-send:before {
  content: "\f2f6"; }

/* line 230, ionicons.scss */
.ion-android-settings:before {
  content: "\f2f7"; }

/* line 232, ionicons.scss */
.ion-android-share:before {
  content: "\f2f8"; }

/* line 234, ionicons.scss */
.ion-android-share-alt:before {
  content: "\f3ac"; }

/* line 236, ionicons.scss */
.ion-android-star:before {
  content: "\f2fc"; }

/* line 238, ionicons.scss */
.ion-android-star-half:before {
  content: "\f3ad"; }

/* line 240, ionicons.scss */
.ion-android-star-outline:before {
  content: "\f3ae"; }

/* line 242, ionicons.scss */
.ion-android-stopwatch:before {
  content: "\f2fd"; }

/* line 244, ionicons.scss */
.ion-android-subway:before {
  content: "\f3af"; }

/* line 246, ionicons.scss */
.ion-android-sunny:before {
  content: "\f3b0"; }

/* line 248, ionicons.scss */
.ion-android-sync:before {
  content: "\f3b1"; }

/* line 250, ionicons.scss */
.ion-android-textsms:before {
  content: "\f3b2"; }

/* line 252, ionicons.scss */
.ion-android-time:before {
  content: "\f3b3"; }

/* line 254, ionicons.scss */
.ion-android-train:before {
  content: "\f3b4"; }

/* line 256, ionicons.scss */
.ion-android-unlock:before {
  content: "\f3b5"; }

/* line 258, ionicons.scss */
.ion-android-upload:before {
  content: "\f3b6"; }

/* line 260, ionicons.scss */
.ion-android-volume-down:before {
  content: "\f3b7"; }

/* line 262, ionicons.scss */
.ion-android-volume-mute:before {
  content: "\f3b8"; }

/* line 264, ionicons.scss */
.ion-android-volume-off:before {
  content: "\f3b9"; }

/* line 266, ionicons.scss */
.ion-android-volume-up:before {
  content: "\f3ba"; }

/* line 268, ionicons.scss */
.ion-android-walk:before {
  content: "\f3bb"; }

/* line 270, ionicons.scss */
.ion-android-warning:before {
  content: "\f3bc"; }

/* line 272, ionicons.scss */
.ion-android-watch:before {
  content: "\f3bd"; }

/* line 274, ionicons.scss */
.ion-android-wifi:before {
  content: "\f305"; }

/* line 276, ionicons.scss */
.ion-aperture:before {
  content: "\f313"; }

/* line 278, ionicons.scss */
.ion-archive:before {
  content: "\f102"; }

/* line 280, ionicons.scss */
.ion-arrow-down-a:before {
  content: "\f103"; }

/* line 282, ionicons.scss */
.ion-arrow-down-b:before {
  content: "\f104"; }

/* line 284, ionicons.scss */
.ion-arrow-down-c:before {
  content: "\f105"; }

/* line 286, ionicons.scss */
.ion-arrow-expand:before {
  content: "\f25e"; }

/* line 288, ionicons.scss */
.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

/* line 290, ionicons.scss */
.ion-arrow-graph-down-right:before {
  content: "\f260"; }

/* line 292, ionicons.scss */
.ion-arrow-graph-up-left:before {
  content: "\f261"; }

/* line 294, ionicons.scss */
.ion-arrow-graph-up-right:before {
  content: "\f262"; }

/* line 296, ionicons.scss */
.ion-arrow-left-a:before {
  content: "\f106"; }

/* line 298, ionicons.scss */
.ion-arrow-left-b:before {
  content: "\f107"; }

/* line 300, ionicons.scss */
.ion-arrow-left-c:before {
  content: "\f108"; }

/* line 302, ionicons.scss */
.ion-arrow-move:before {
  content: "\f263"; }

/* line 304, ionicons.scss */
.ion-arrow-resize:before {
  content: "\f264"; }

/* line 306, ionicons.scss */
.ion-arrow-return-left:before {
  content: "\f265"; }

/* line 308, ionicons.scss */
.ion-arrow-return-right:before {
  content: "\f266"; }

/* line 310, ionicons.scss */
.ion-arrow-right-a:before {
  content: "\f109"; }

/* line 312, ionicons.scss */
.ion-arrow-right-b:before {
  content: "\f10a"; }

/* line 314, ionicons.scss */
.ion-arrow-right-c:before {
  content: "\f10b"; }

/* line 316, ionicons.scss */
.ion-arrow-shrink:before {
  content: "\f267"; }

/* line 318, ionicons.scss */
.ion-arrow-swap:before {
  content: "\f268"; }

/* line 320, ionicons.scss */
.ion-arrow-up-a:before {
  content: "\f10c"; }

/* line 322, ionicons.scss */
.ion-arrow-up-b:before {
  content: "\f10d"; }

/* line 324, ionicons.scss */
.ion-arrow-up-c:before {
  content: "\f10e"; }

/* line 326, ionicons.scss */
.ion-asterisk:before {
  content: "\f314"; }

/* line 328, ionicons.scss */
.ion-at:before {
  content: "\f10f"; }

/* line 330, ionicons.scss */
.ion-backspace:before {
  content: "\f3bf"; }

/* line 332, ionicons.scss */
.ion-backspace-outline:before {
  content: "\f3be"; }

/* line 334, ionicons.scss */
.ion-bag:before {
  content: "\f110"; }

/* line 336, ionicons.scss */
.ion-battery-charging:before {
  content: "\f111"; }

/* line 338, ionicons.scss */
.ion-battery-empty:before {
  content: "\f112"; }

/* line 340, ionicons.scss */
.ion-battery-full:before {
  content: "\f113"; }

/* line 342, ionicons.scss */
.ion-battery-half:before {
  content: "\f114"; }

/* line 344, ionicons.scss */
.ion-battery-low:before {
  content: "\f115"; }

/* line 346, ionicons.scss */
.ion-beaker:before {
  content: "\f269"; }

/* line 348, ionicons.scss */
.ion-beer:before {
  content: "\f26a"; }

/* line 350, ionicons.scss */
.ion-bluetooth:before {
  content: "\f116"; }

/* line 352, ionicons.scss */
.ion-bonfire:before {
  content: "\f315"; }

/* line 354, ionicons.scss */
.ion-bookmark:before {
  content: "\f26b"; }

/* line 356, ionicons.scss */
.ion-bowtie:before {
  content: "\f3c0"; }

/* line 358, ionicons.scss */
.ion-briefcase:before {
  content: "\f26c"; }

/* line 360, ionicons.scss */
.ion-bug:before {
  content: "\f2be"; }

/* line 362, ionicons.scss */
.ion-calculator:before {
  content: "\f26d"; }

/* line 364, ionicons.scss */
.ion-calendar:before {
  content: "\f117"; }

/* line 366, ionicons.scss */
.ion-camera:before {
  content: "\f118"; }

/* line 368, ionicons.scss */
.ion-card:before {
  content: "\f119"; }

/* line 370, ionicons.scss */
.ion-cash:before {
  content: "\f316"; }

/* line 372, ionicons.scss */
.ion-chatbox:before {
  content: "\f11b"; }

/* line 374, ionicons.scss */
.ion-chatbox-working:before {
  content: "\f11a"; }

/* line 376, ionicons.scss */
.ion-chatboxes:before {
  content: "\f11c"; }

/* line 378, ionicons.scss */
.ion-chatbubble:before {
  content: "\f11e"; }

/* line 380, ionicons.scss */
.ion-chatbubble-working:before {
  content: "\f11d"; }

/* line 382, ionicons.scss */
.ion-chatbubbles:before {
  content: "\f11f"; }

/* line 384, ionicons.scss */
.ion-checkmark:before {
  content: "\f122"; }

/* line 386, ionicons.scss */
.ion-checkmark-circled:before {
  content: "\f120"; }

/* line 388, ionicons.scss */
.ion-checkmark-round:before {
  content: "\f121"; }

/* line 390, ionicons.scss */
.ion-chevron-down:before {
  content: "\f123"; }

/* line 392, ionicons.scss */
.ion-chevron-left:before {
  content: "\f124"; }

/* line 394, ionicons.scss */
.ion-chevron-right:before {
  content: "\f125"; }

/* line 396, ionicons.scss */
.ion-chevron-up:before {
  content: "\f126"; }

/* line 398, ionicons.scss */
.ion-clipboard:before {
  content: "\f127"; }

/* line 400, ionicons.scss */
.ion-clock:before {
  content: "\f26e"; }

/* line 402, ionicons.scss */
.ion-close:before {
  content: "\f12a"; }

/* line 404, ionicons.scss */
.ion-close-circled:before {
  content: "\f128"; }

/* line 406, ionicons.scss */
.ion-close-round:before {
  content: "\f129"; }

/* line 408, ionicons.scss */
.ion-closed-captioning:before {
  content: "\f317"; }

/* line 410, ionicons.scss */
.ion-cloud:before {
  content: "\f12b"; }

/* line 412, ionicons.scss */
.ion-code:before {
  content: "\f271"; }

/* line 414, ionicons.scss */
.ion-code-download:before {
  content: "\f26f"; }

/* line 416, ionicons.scss */
.ion-code-working:before {
  content: "\f270"; }

/* line 418, ionicons.scss */
.ion-coffee:before {
  content: "\f272"; }

/* line 420, ionicons.scss */
.ion-compass:before {
  content: "\f273"; }

/* line 422, ionicons.scss */
.ion-compose:before {
  content: "\f12c"; }

/* line 424, ionicons.scss */
.ion-connection-bars:before {
  content: "\f274"; }

/* line 426, ionicons.scss */
.ion-contrast:before {
  content: "\f275"; }

/* line 428, ionicons.scss */
.ion-crop:before {
  content: "\f3c1"; }

/* line 430, ionicons.scss */
.ion-cube:before {
  content: "\f318"; }

/* line 432, ionicons.scss */
.ion-disc:before {
  content: "\f12d"; }

/* line 434, ionicons.scss */
.ion-document:before {
  content: "\f12f"; }

/* line 436, ionicons.scss */
.ion-document-text:before {
  content: "\f12e"; }

/* line 438, ionicons.scss */
.ion-drag:before {
  content: "\f130"; }

/* line 440, ionicons.scss */
.ion-earth:before {
  content: "\f276"; }

/* line 442, ionicons.scss */
.ion-easel:before {
  content: "\f3c2"; }

/* line 444, ionicons.scss */
.ion-edit:before {
  content: "\f2bf"; }

/* line 446, ionicons.scss */
.ion-egg:before {
  content: "\f277"; }

/* line 448, ionicons.scss */
.ion-eject:before {
  content: "\f131"; }

/* line 450, ionicons.scss */
.ion-email:before {
  content: "\f132"; }

/* line 452, ionicons.scss */
.ion-email-unread:before {
  content: "\f3c3"; }

/* line 454, ionicons.scss */
.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

/* line 456, ionicons.scss */
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

/* line 458, ionicons.scss */
.ion-eye:before {
  content: "\f133"; }

/* line 460, ionicons.scss */
.ion-eye-disabled:before {
  content: "\f306"; }

/* line 462, ionicons.scss */
.ion-female:before {
  content: "\f278"; }

/* line 464, ionicons.scss */
.ion-filing:before {
  content: "\f134"; }

/* line 466, ionicons.scss */
.ion-film-marker:before {
  content: "\f135"; }

/* line 468, ionicons.scss */
.ion-fireball:before {
  content: "\f319"; }

/* line 470, ionicons.scss */
.ion-flag:before {
  content: "\f279"; }

/* line 472, ionicons.scss */
.ion-flame:before {
  content: "\f31a"; }

/* line 474, ionicons.scss */
.ion-flash:before {
  content: "\f137"; }

/* line 476, ionicons.scss */
.ion-flash-off:before {
  content: "\f136"; }

/* line 478, ionicons.scss */
.ion-folder:before {
  content: "\f139"; }

/* line 480, ionicons.scss */
.ion-fork:before {
  content: "\f27a"; }

/* line 482, ionicons.scss */
.ion-fork-repo:before {
  content: "\f2c0"; }

/* line 484, ionicons.scss */
.ion-forward:before {
  content: "\f13a"; }

/* line 486, ionicons.scss */
.ion-funnel:before {
  content: "\f31b"; }

/* line 488, ionicons.scss */
.ion-gear-a:before {
  content: "\f13d"; }

/* line 490, ionicons.scss */
.ion-gear-b:before {
  content: "\f13e"; }

/* line 492, ionicons.scss */
.ion-grid:before {
  content: "\f13f"; }

/* line 494, ionicons.scss */
.ion-hammer:before {
  content: "\f27b"; }

/* line 496, ionicons.scss */
.ion-happy:before {
  content: "\f31c"; }

/* line 498, ionicons.scss */
.ion-happy-outline:before {
  content: "\f3c6"; }

/* line 500, ionicons.scss */
.ion-headphone:before {
  content: "\f140"; }

/* line 502, ionicons.scss */
.ion-heart:before {
  content: "\f141"; }

/* line 504, ionicons.scss */
.ion-heart-broken:before {
  content: "\f31d"; }

/* line 506, ionicons.scss */
.ion-help:before {
  content: "\f143"; }

/* line 508, ionicons.scss */
.ion-help-buoy:before {
  content: "\f27c"; }

/* line 510, ionicons.scss */
.ion-help-circled:before {
  content: "\f142"; }

/* line 512, ionicons.scss */
.ion-home:before {
  content: "\f144"; }

/* line 514, ionicons.scss */
.ion-icecream:before {
  content: "\f27d"; }

/* line 516, ionicons.scss */
.ion-image:before {
  content: "\f147"; }

/* line 518, ionicons.scss */
.ion-images:before {
  content: "\f148"; }

/* line 520, ionicons.scss */
.ion-information:before {
  content: "\f14a"; }

/* line 522, ionicons.scss */
.ion-information-circled:before {
  content: "\f149"; }

/* line 524, ionicons.scss */
.ion-ionic:before {
  content: "\f14b"; }

/* line 526, ionicons.scss */
.ion-ios-alarm:before {
  content: "\f3c8"; }

/* line 528, ionicons.scss */
.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

/* line 530, ionicons.scss */
.ion-ios-albums:before {
  content: "\f3ca"; }

/* line 532, ionicons.scss */
.ion-ios-albums-outline:before {
  content: "\f3c9"; }

/* line 534, ionicons.scss */
.ion-ios-americanfootball:before {
  content: "\f3cc"; }

/* line 536, ionicons.scss */
.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

/* line 538, ionicons.scss */
.ion-ios-analytics:before {
  content: "\f3ce"; }

/* line 540, ionicons.scss */
.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

/* line 542, ionicons.scss */
.ion-ios-arrow-back:before {
  content: "\f3cf"; }

/* line 544, ionicons.scss */
.ion-ios-arrow-down:before {
  content: "\f3d0"; }

/* line 546, ionicons.scss */
.ion-ios-arrow-forward:before {
  content: "\f3d1"; }

/* line 548, ionicons.scss */
.ion-ios-arrow-left:before {
  content: "\f3d2"; }

/* line 550, ionicons.scss */
.ion-ios-arrow-right:before {
  content: "\f3d3"; }

/* line 552, ionicons.scss */
.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

/* line 554, ionicons.scss */
.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

/* line 556, ionicons.scss */
.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

/* line 558, ionicons.scss */
.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

/* line 560, ionicons.scss */
.ion-ios-arrow-up:before {
  content: "\f3d8"; }

/* line 562, ionicons.scss */
.ion-ios-at:before {
  content: "\f3da"; }

/* line 564, ionicons.scss */
.ion-ios-at-outline:before {
  content: "\f3d9"; }

/* line 566, ionicons.scss */
.ion-ios-barcode:before {
  content: "\f3dc"; }

/* line 568, ionicons.scss */
.ion-ios-barcode-outline:before {
  content: "\f3db"; }

/* line 570, ionicons.scss */
.ion-ios-baseball:before {
  content: "\f3de"; }

/* line 572, ionicons.scss */
.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

/* line 574, ionicons.scss */
.ion-ios-basketball:before {
  content: "\f3e0"; }

/* line 576, ionicons.scss */
.ion-ios-basketball-outline:before {
  content: "\f3df"; }

/* line 578, ionicons.scss */
.ion-ios-bell:before {
  content: "\f3e2"; }

/* line 580, ionicons.scss */
.ion-ios-bell-outline:before {
  content: "\f3e1"; }

/* line 582, ionicons.scss */
.ion-ios-body:before {
  content: "\f3e4"; }

/* line 584, ionicons.scss */
.ion-ios-body-outline:before {
  content: "\f3e3"; }

/* line 586, ionicons.scss */
.ion-ios-bolt:before {
  content: "\f3e6"; }

/* line 588, ionicons.scss */
.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

/* line 590, ionicons.scss */
.ion-ios-book:before {
  content: "\f3e8"; }

/* line 592, ionicons.scss */
.ion-ios-book-outline:before {
  content: "\f3e7"; }

/* line 594, ionicons.scss */
.ion-ios-bookmarks:before {
  content: "\f3ea"; }

/* line 596, ionicons.scss */
.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

/* line 598, ionicons.scss */
.ion-ios-box:before {
  content: "\f3ec"; }

/* line 600, ionicons.scss */
.ion-ios-box-outline:before {
  content: "\f3eb"; }

/* line 602, ionicons.scss */
.ion-ios-briefcase:before {
  content: "\f3ee"; }

/* line 604, ionicons.scss */
.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

/* line 606, ionicons.scss */
.ion-ios-browsers:before {
  content: "\f3f0"; }

/* line 608, ionicons.scss */
.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

/* line 610, ionicons.scss */
.ion-ios-calculator:before {
  content: "\f3f2"; }

/* line 612, ionicons.scss */
.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

/* line 614, ionicons.scss */
.ion-ios-calendar:before {
  content: "\f3f4"; }

/* line 616, ionicons.scss */
.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

/* line 618, ionicons.scss */
.ion-ios-camera:before {
  content: "\f3f6"; }

/* line 620, ionicons.scss */
.ion-ios-camera-outline:before {
  content: "\f3f5"; }

/* line 622, ionicons.scss */
.ion-ios-cart:before {
  content: "\f3f8"; }

/* line 624, ionicons.scss */
.ion-ios-cart-outline:before {
  content: "\f3f7"; }

/* line 626, ionicons.scss */
.ion-ios-chatboxes:before {
  content: "\f3fa"; }

/* line 628, ionicons.scss */
.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

/* line 630, ionicons.scss */
.ion-ios-chatbubble:before {
  content: "\f3fc"; }

/* line 632, ionicons.scss */
.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

/* line 634, ionicons.scss */
.ion-ios-checkmark:before {
  content: "\f3ff"; }

/* line 636, ionicons.scss */
.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

/* line 638, ionicons.scss */
.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

/* line 640, ionicons.scss */
.ion-ios-circle-filled:before {
  content: "\f400"; }

/* line 642, ionicons.scss */
.ion-ios-circle-outline:before {
  content: "\f401"; }

/* line 644, ionicons.scss */
.ion-ios-clock:before {
  content: "\f403"; }

/* line 646, ionicons.scss */
.ion-ios-clock-outline:before {
  content: "\f402"; }

/* line 648, ionicons.scss */
.ion-ios-close:before {
  content: "\f406"; }

/* line 650, ionicons.scss */
.ion-ios-close-empty:before {
  content: "\f404"; }

/* line 652, ionicons.scss */
.ion-ios-close-outline:before {
  content: "\f405"; }

/* line 654, ionicons.scss */
.ion-ios-cloud:before {
  content: "\f40c"; }

/* line 656, ionicons.scss */
.ion-ios-cloud-download:before {
  content: "\f408"; }

/* line 658, ionicons.scss */
.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

/* line 660, ionicons.scss */
.ion-ios-cloud-outline:before {
  content: "\f409"; }

/* line 662, ionicons.scss */
.ion-ios-cloud-upload:before {
  content: "\f40b"; }

/* line 664, ionicons.scss */
.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

/* line 666, ionicons.scss */
.ion-ios-cloudy:before {
  content: "\f410"; }

/* line 668, ionicons.scss */
.ion-ios-cloudy-night:before {
  content: "\f40e"; }

/* line 670, ionicons.scss */
.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

/* line 672, ionicons.scss */
.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

/* line 674, ionicons.scss */
.ion-ios-cog:before {
  content: "\f412"; }

/* line 676, ionicons.scss */
.ion-ios-cog-outline:before {
  content: "\f411"; }

/* line 678, ionicons.scss */
.ion-ios-color-filter:before {
  content: "\f414"; }

/* line 680, ionicons.scss */
.ion-ios-color-filter-outline:before {
  content: "\f413"; }

/* line 682, ionicons.scss */
.ion-ios-color-wand:before {
  content: "\f416"; }

/* line 684, ionicons.scss */
.ion-ios-color-wand-outline:before {
  content: "\f415"; }

/* line 686, ionicons.scss */
.ion-ios-compose:before {
  content: "\f418"; }

/* line 688, ionicons.scss */
.ion-ios-compose-outline:before {
  content: "\f417"; }

/* line 690, ionicons.scss */
.ion-ios-contact:before {
  content: "\f41a"; }

/* line 692, ionicons.scss */
.ion-ios-contact-outline:before {
  content: "\f419"; }

/* line 694, ionicons.scss */
.ion-ios-copy:before {
  content: "\f41c"; }

/* line 696, ionicons.scss */
.ion-ios-copy-outline:before {
  content: "\f41b"; }

/* line 698, ionicons.scss */
.ion-ios-crop:before {
  content: "\f41e"; }

/* line 700, ionicons.scss */
.ion-ios-crop-strong:before {
  content: "\f41d"; }

/* line 702, ionicons.scss */
.ion-ios-download:before {
  content: "\f420"; }

/* line 704, ionicons.scss */
.ion-ios-download-outline:before {
  content: "\f41f"; }

/* line 706, ionicons.scss */
.ion-ios-drag:before {
  content: "\f421"; }

/* line 708, ionicons.scss */
.ion-ios-email:before {
  content: "\f423"; }

/* line 710, ionicons.scss */
.ion-ios-email-outline:before {
  content: "\f422"; }

/* line 712, ionicons.scss */
.ion-ios-eye:before {
  content: "\f425"; }

/* line 714, ionicons.scss */
.ion-ios-eye-outline:before {
  content: "\f424"; }

/* line 716, ionicons.scss */
.ion-ios-fastforward:before {
  content: "\f427"; }

/* line 718, ionicons.scss */
.ion-ios-fastforward-outline:before {
  content: "\f426"; }

/* line 720, ionicons.scss */
.ion-ios-filing:before {
  content: "\f429"; }

/* line 722, ionicons.scss */
.ion-ios-filing-outline:before {
  content: "\f428"; }

/* line 724, ionicons.scss */
.ion-ios-film:before {
  content: "\f42b"; }

/* line 726, ionicons.scss */
.ion-ios-film-outline:before {
  content: "\f42a"; }

/* line 728, ionicons.scss */
.ion-ios-flag:before {
  content: "\f42d"; }

/* line 730, ionicons.scss */
.ion-ios-flag-outline:before {
  content: "\f42c"; }

/* line 732, ionicons.scss */
.ion-ios-flame:before {
  content: "\f42f"; }

/* line 734, ionicons.scss */
.ion-ios-flame-outline:before {
  content: "\f42e"; }

/* line 736, ionicons.scss */
.ion-ios-flask:before {
  content: "\f431"; }

/* line 738, ionicons.scss */
.ion-ios-flask-outline:before {
  content: "\f430"; }

/* line 740, ionicons.scss */
.ion-ios-flower:before {
  content: "\f433"; }

/* line 742, ionicons.scss */
.ion-ios-flower-outline:before {
  content: "\f432"; }

/* line 744, ionicons.scss */
.ion-ios-folder:before {
  content: "\f435"; }

/* line 746, ionicons.scss */
.ion-ios-folder-outline:before {
  content: "\f434"; }

/* line 748, ionicons.scss */
.ion-ios-football:before {
  content: "\f437"; }

/* line 750, ionicons.scss */
.ion-ios-football-outline:before {
  content: "\f436"; }

/* line 752, ionicons.scss */
.ion-ios-game-controller-a:before {
  content: "\f439"; }

/* line 754, ionicons.scss */
.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

/* line 756, ionicons.scss */
.ion-ios-game-controller-b:before {
  content: "\f43b"; }

/* line 758, ionicons.scss */
.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

/* line 760, ionicons.scss */
.ion-ios-gear:before {
  content: "\f43d"; }

/* line 762, ionicons.scss */
.ion-ios-gear-outline:before {
  content: "\f43c"; }

/* line 764, ionicons.scss */
.ion-ios-glasses:before {
  content: "\f43f"; }

/* line 766, ionicons.scss */
.ion-ios-glasses-outline:before {
  content: "\f43e"; }

/* line 768, ionicons.scss */
.ion-ios-grid-view:before {
  content: "\f441"; }

/* line 770, ionicons.scss */
.ion-ios-grid-view-outline:before {
  content: "\f440"; }

/* line 772, ionicons.scss */
.ion-ios-heart:before {
  content: "\f443"; }

/* line 774, ionicons.scss */
.ion-ios-heart-outline:before {
  content: "\f442"; }

/* line 776, ionicons.scss */
.ion-ios-help:before {
  content: "\f446"; }

/* line 778, ionicons.scss */
.ion-ios-help-empty:before {
  content: "\f444"; }

/* line 780, ionicons.scss */
.ion-ios-help-outline:before {
  content: "\f445"; }

/* line 782, ionicons.scss */
.ion-ios-home:before {
  content: "\f448"; }

/* line 784, ionicons.scss */
.ion-ios-home-outline:before {
  content: "\f447"; }

/* line 786, ionicons.scss */
.ion-ios-infinite:before {
  content: "\f44a"; }

/* line 788, ionicons.scss */
.ion-ios-infinite-outline:before {
  content: "\f449"; }

/* line 790, ionicons.scss */
.ion-ios-information:before {
  content: "\f44d"; }

/* line 792, ionicons.scss */
.ion-ios-information-empty:before {
  content: "\f44b"; }

/* line 794, ionicons.scss */
.ion-ios-information-outline:before {
  content: "\f44c"; }

/* line 796, ionicons.scss */
.ion-ios-ionic-outline:before {
  content: "\f44e"; }

/* line 798, ionicons.scss */
.ion-ios-keypad:before {
  content: "\f450"; }

/* line 800, ionicons.scss */
.ion-ios-keypad-outline:before {
  content: "\f44f"; }

/* line 802, ionicons.scss */
.ion-ios-lightbulb:before {
  content: "\f452"; }

/* line 804, ionicons.scss */
.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

/* line 806, ionicons.scss */
.ion-ios-list:before {
  content: "\f454"; }

/* line 808, ionicons.scss */
.ion-ios-list-outline:before {
  content: "\f453"; }

/* line 810, ionicons.scss */
.ion-ios-location:before {
  content: "\f456"; }

/* line 812, ionicons.scss */
.ion-ios-location-outline:before {
  content: "\f455"; }

/* line 814, ionicons.scss */
.ion-ios-locked:before {
  content: "\f458"; }

/* line 816, ionicons.scss */
.ion-ios-locked-outline:before {
  content: "\f457"; }

/* line 818, ionicons.scss */
.ion-ios-loop:before {
  content: "\f45a"; }

/* line 820, ionicons.scss */
.ion-ios-loop-strong:before {
  content: "\f459"; }

/* line 822, ionicons.scss */
.ion-ios-medical:before {
  content: "\f45c"; }

/* line 824, ionicons.scss */
.ion-ios-medical-outline:before {
  content: "\f45b"; }

/* line 826, ionicons.scss */
.ion-ios-medkit:before {
  content: "\f45e"; }

/* line 828, ionicons.scss */
.ion-ios-medkit-outline:before {
  content: "\f45d"; }

/* line 830, ionicons.scss */
.ion-ios-mic:before {
  content: "\f461"; }

/* line 832, ionicons.scss */
.ion-ios-mic-off:before {
  content: "\f45f"; }

/* line 834, ionicons.scss */
.ion-ios-mic-outline:before {
  content: "\f460"; }

/* line 836, ionicons.scss */
.ion-ios-minus:before {
  content: "\f464"; }

/* line 838, ionicons.scss */
.ion-ios-minus-empty:before {
  content: "\f462"; }

/* line 840, ionicons.scss */
.ion-ios-minus-outline:before {
  content: "\f463"; }

/* line 842, ionicons.scss */
.ion-ios-monitor:before {
  content: "\f466"; }

/* line 844, ionicons.scss */
.ion-ios-monitor-outline:before {
  content: "\f465"; }

/* line 846, ionicons.scss */
.ion-ios-moon:before {
  content: "\f468"; }

/* line 848, ionicons.scss */
.ion-ios-moon-outline:before {
  content: "\f467"; }

/* line 850, ionicons.scss */
.ion-ios-more:before {
  content: "\f46a"; }

/* line 852, ionicons.scss */
.ion-ios-more-outline:before {
  content: "\f469"; }

/* line 854, ionicons.scss */
.ion-ios-musical-note:before {
  content: "\f46b"; }

/* line 856, ionicons.scss */
.ion-ios-musical-notes:before {
  content: "\f46c"; }

/* line 858, ionicons.scss */
.ion-ios-navigate:before {
  content: "\f46e"; }

/* line 860, ionicons.scss */
.ion-ios-navigate-outline:before {
  content: "\f46d"; }

/* line 862, ionicons.scss */
.ion-ios-nutrition:before {
  content: "\f470"; }

/* line 864, ionicons.scss */
.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

/* line 866, ionicons.scss */
.ion-ios-paper:before {
  content: "\f472"; }

/* line 868, ionicons.scss */
.ion-ios-paper-outline:before {
  content: "\f471"; }

/* line 870, ionicons.scss */
.ion-ios-paperplane:before {
  content: "\f474"; }

/* line 872, ionicons.scss */
.ion-ios-paperplane-outline:before {
  content: "\f473"; }

/* line 874, ionicons.scss */
.ion-ios-partlysunny:before {
  content: "\f476"; }

/* line 876, ionicons.scss */
.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

/* line 878, ionicons.scss */
.ion-ios-pause:before {
  content: "\f478"; }

/* line 880, ionicons.scss */
.ion-ios-pause-outline:before {
  content: "\f477"; }

/* line 882, ionicons.scss */
.ion-ios-paw:before {
  content: "\f47a"; }

/* line 884, ionicons.scss */
.ion-ios-paw-outline:before {
  content: "\f479"; }

/* line 886, ionicons.scss */
.ion-ios-people:before {
  content: "\f47c"; }

/* line 888, ionicons.scss */
.ion-ios-people-outline:before {
  content: "\f47b"; }

/* line 890, ionicons.scss */
.ion-ios-person:before {
  content: "\f47e"; }

/* line 892, ionicons.scss */
.ion-ios-person-outline:before {
  content: "\f47d"; }

/* line 894, ionicons.scss */
.ion-ios-personadd:before {
  content: "\f480"; }

/* line 896, ionicons.scss */
.ion-ios-personadd-outline:before {
  content: "\f47f"; }

/* line 898, ionicons.scss */
.ion-ios-photos:before {
  content: "\f482"; }

/* line 900, ionicons.scss */
.ion-ios-photos-outline:before {
  content: "\f481"; }

/* line 902, ionicons.scss */
.ion-ios-pie:before {
  content: "\f484"; }

/* line 904, ionicons.scss */
.ion-ios-pie-outline:before {
  content: "\f483"; }

/* line 906, ionicons.scss */
.ion-ios-pint:before {
  content: "\f486"; }

/* line 908, ionicons.scss */
.ion-ios-pint-outline:before {
  content: "\f485"; }

/* line 910, ionicons.scss */
.ion-ios-play:before {
  content: "\f488"; }

/* line 912, ionicons.scss */
.ion-ios-play-outline:before {
  content: "\f487"; }

/* line 914, ionicons.scss */
.ion-ios-plus:before {
  content: "\f48b"; }

/* line 916, ionicons.scss */
.ion-ios-plus-empty:before {
  content: "\f489"; }

/* line 918, ionicons.scss */
.ion-ios-plus-outline:before {
  content: "\f48a"; }

/* line 920, ionicons.scss */
.ion-ios-pricetag:before {
  content: "\f48d"; }

/* line 922, ionicons.scss */
.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

/* line 924, ionicons.scss */
.ion-ios-pricetags:before {
  content: "\f48f"; }

/* line 926, ionicons.scss */
.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

/* line 928, ionicons.scss */
.ion-ios-printer:before {
  content: "\f491"; }

/* line 930, ionicons.scss */
.ion-ios-printer-outline:before {
  content: "\f490"; }

/* line 932, ionicons.scss */
.ion-ios-pulse:before {
  content: "\f493"; }

/* line 934, ionicons.scss */
.ion-ios-pulse-strong:before {
  content: "\f492"; }

/* line 936, ionicons.scss */
.ion-ios-rainy:before {
  content: "\f495"; }

/* line 938, ionicons.scss */
.ion-ios-rainy-outline:before {
  content: "\f494"; }

/* line 940, ionicons.scss */
.ion-ios-recording:before {
  content: "\f497"; }

/* line 942, ionicons.scss */
.ion-ios-recording-outline:before {
  content: "\f496"; }

/* line 944, ionicons.scss */
.ion-ios-redo:before {
  content: "\f499"; }

/* line 946, ionicons.scss */
.ion-ios-redo-outline:before {
  content: "\f498"; }

/* line 948, ionicons.scss */
.ion-ios-refresh:before {
  content: "\f49c"; }

/* line 950, ionicons.scss */
.ion-ios-refresh-empty:before {
  content: "\f49a"; }

/* line 952, ionicons.scss */
.ion-ios-refresh-outline:before {
  content: "\f49b"; }

/* line 954, ionicons.scss */
.ion-ios-reload:before {
  content: "\f49d"; }

/* line 956, ionicons.scss */
.ion-ios-reverse-camera:before {
  content: "\f49f"; }

/* line 958, ionicons.scss */
.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

/* line 960, ionicons.scss */
.ion-ios-rewind:before {
  content: "\f4a1"; }

/* line 962, ionicons.scss */
.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

/* line 964, ionicons.scss */
.ion-ios-rose:before {
  content: "\f4a3"; }

/* line 966, ionicons.scss */
.ion-ios-rose-outline:before {
  content: "\f4a2"; }

/* line 968, ionicons.scss */
.ion-ios-search:before {
  content: "\f4a5"; }

/* line 970, ionicons.scss */
.ion-ios-search-strong:before {
  content: "\f4a4"; }

/* line 972, ionicons.scss */
.ion-ios-settings:before {
  content: "\f4a7"; }

/* line 974, ionicons.scss */
.ion-ios-settings-strong:before {
  content: "\f4a6"; }

/* line 976, ionicons.scss */
.ion-ios-shuffle:before {
  content: "\f4a9"; }

/* line 978, ionicons.scss */
.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

/* line 980, ionicons.scss */
.ion-ios-skipbackward:before {
  content: "\f4ab"; }

/* line 982, ionicons.scss */
.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

/* line 984, ionicons.scss */
.ion-ios-skipforward:before {
  content: "\f4ad"; }

/* line 986, ionicons.scss */
.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

/* line 988, ionicons.scss */
.ion-ios-snowy:before {
  content: "\f4ae"; }

/* line 990, ionicons.scss */
.ion-ios-speedometer:before {
  content: "\f4b0"; }

/* line 992, ionicons.scss */
.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

/* line 994, ionicons.scss */
.ion-ios-star:before {
  content: "\f4b3"; }

/* line 996, ionicons.scss */
.ion-ios-star-half:before {
  content: "\f4b1"; }

/* line 998, ionicons.scss */
.ion-ios-star-outline:before {
  content: "\f4b2"; }

/* line 1000, ionicons.scss */
.ion-ios-stopwatch:before {
  content: "\f4b5"; }

/* line 1002, ionicons.scss */
.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

/* line 1004, ionicons.scss */
.ion-ios-sunny:before {
  content: "\f4b7"; }

/* line 1006, ionicons.scss */
.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

/* line 1008, ionicons.scss */
.ion-ios-telephone:before {
  content: "\f4b9"; }

/* line 1010, ionicons.scss */
.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

/* line 1012, ionicons.scss */
.ion-ios-tennisball:before {
  content: "\f4bb"; }

/* line 1014, ionicons.scss */
.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

/* line 1016, ionicons.scss */
.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

/* line 1018, ionicons.scss */
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

/* line 1020, ionicons.scss */
.ion-ios-time:before {
  content: "\f4bf"; }

/* line 1022, ionicons.scss */
.ion-ios-time-outline:before {
  content: "\f4be"; }

/* line 1024, ionicons.scss */
.ion-ios-timer:before {
  content: "\f4c1"; }

/* line 1026, ionicons.scss */
.ion-ios-timer-outline:before {
  content: "\f4c0"; }

/* line 1028, ionicons.scss */
.ion-ios-toggle:before {
  content: "\f4c3"; }

/* line 1030, ionicons.scss */
.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

/* line 1032, ionicons.scss */
.ion-ios-trash:before {
  content: "\f4c5"; }

/* line 1034, ionicons.scss */
.ion-ios-trash-outline:before {
  content: "\f4c4"; }

/* line 1036, ionicons.scss */
.ion-ios-undo:before {
  content: "\f4c7"; }

/* line 1038, ionicons.scss */
.ion-ios-undo-outline:before {
  content: "\f4c6"; }

/* line 1040, ionicons.scss */
.ion-ios-unlocked:before {
  content: "\f4c9"; }

/* line 1042, ionicons.scss */
.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

/* line 1044, ionicons.scss */
.ion-ios-upload:before {
  content: "\f4cb"; }

/* line 1046, ionicons.scss */
.ion-ios-upload-outline:before {
  content: "\f4ca"; }

/* line 1048, ionicons.scss */
.ion-ios-videocam:before {
  content: "\f4cd"; }

/* line 1050, ionicons.scss */
.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

/* line 1052, ionicons.scss */
.ion-ios-volume-high:before {
  content: "\f4ce"; }

/* line 1054, ionicons.scss */
.ion-ios-volume-low:before {
  content: "\f4cf"; }

/* line 1056, ionicons.scss */
.ion-ios-wineglass:before {
  content: "\f4d1"; }

/* line 1058, ionicons.scss */
.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

/* line 1060, ionicons.scss */
.ion-ios-world:before {
  content: "\f4d3"; }

/* line 1062, ionicons.scss */
.ion-ios-world-outline:before {
  content: "\f4d2"; }

/* line 1064, ionicons.scss */
.ion-ipad:before {
  content: "\f1f9"; }

/* line 1066, ionicons.scss */
.ion-iphone:before {
  content: "\f1fa"; }

/* line 1068, ionicons.scss */
.ion-ipod:before {
  content: "\f1fb"; }

/* line 1070, ionicons.scss */
.ion-jet:before {
  content: "\f295"; }

/* line 1072, ionicons.scss */
.ion-key:before {
  content: "\f296"; }

/* line 1074, ionicons.scss */
.ion-knife:before {
  content: "\f297"; }

/* line 1076, ionicons.scss */
.ion-laptop:before {
  content: "\f1fc"; }

/* line 1078, ionicons.scss */
.ion-leaf:before {
  content: "\f1fd"; }

/* line 1080, ionicons.scss */
.ion-levels:before {
  content: "\f298"; }

/* line 1082, ionicons.scss */
.ion-lightbulb:before {
  content: "\f299"; }

/* line 1084, ionicons.scss */
.ion-link:before {
  content: "\f1fe"; }

/* line 1086, ionicons.scss */
.ion-load-a:before {
  content: "\f29a"; }

/* line 1088, ionicons.scss */
.ion-load-b:before {
  content: "\f29b"; }

/* line 1090, ionicons.scss */
.ion-load-c:before {
  content: "\f29c"; }

/* line 1092, ionicons.scss */
.ion-load-d:before {
  content: "\f29d"; }

/* line 1094, ionicons.scss */
.ion-location:before {
  content: "\f1ff"; }

/* line 1096, ionicons.scss */
.ion-lock-combination:before {
  content: "\f4d4"; }

/* line 1098, ionicons.scss */
.ion-locked:before {
  content: "\f200"; }

/* line 1100, ionicons.scss */
.ion-log-in:before {
  content: "\f29e"; }

/* line 1102, ionicons.scss */
.ion-log-out:before {
  content: "\f29f"; }

/* line 1104, ionicons.scss */
.ion-loop:before {
  content: "\f201"; }

/* line 1106, ionicons.scss */
.ion-magnet:before {
  content: "\f2a0"; }

/* line 1108, ionicons.scss */
.ion-male:before {
  content: "\f2a1"; }

/* line 1110, ionicons.scss */
.ion-man:before {
  content: "\f202"; }

/* line 1112, ionicons.scss */
.ion-map:before {
  content: "\f203"; }

/* line 1114, ionicons.scss */
.ion-medkit:before {
  content: "\f2a2"; }

/* line 1116, ionicons.scss */
.ion-merge:before {
  content: "\f33f"; }

/* line 1118, ionicons.scss */
.ion-mic-a:before {
  content: "\f204"; }

/* line 1120, ionicons.scss */
.ion-mic-b:before {
  content: "\f205"; }

/* line 1122, ionicons.scss */
.ion-mic-c:before {
  content: "\f206"; }

/* line 1124, ionicons.scss */
.ion-minus:before {
  content: "\f209"; }

/* line 1126, ionicons.scss */
.ion-minus-circled:before {
  content: "\f207"; }

/* line 1128, ionicons.scss */
.ion-minus-round:before {
  content: "\f208"; }

/* line 1130, ionicons.scss */
.ion-model-s:before {
  content: "\f2c1"; }

/* line 1132, ionicons.scss */
.ion-monitor:before {
  content: "\f20a"; }

/* line 1134, ionicons.scss */
.ion-more:before {
  content: "\f20b"; }

/* line 1136, ionicons.scss */
.ion-mouse:before {
  content: "\f340"; }

/* line 1138, ionicons.scss */
.ion-music-note:before {
  content: "\f20c"; }

/* line 1140, ionicons.scss */
.ion-navicon:before {
  content: "\f20e"; }

/* line 1142, ionicons.scss */
.ion-navicon-round:before {
  content: "\f20d"; }

/* line 1144, ionicons.scss */
.ion-navigate:before {
  content: "\f2a3"; }

/* line 1146, ionicons.scss */
.ion-network:before {
  content: "\f341"; }

/* line 1148, ionicons.scss */
.ion-no-smoking:before {
  content: "\f2c2"; }

/* line 1150, ionicons.scss */
.ion-nuclear:before {
  content: "\f2a4"; }

/* line 1152, ionicons.scss */
.ion-outlet:before {
  content: "\f342"; }

/* line 1154, ionicons.scss */
.ion-paintbrush:before {
  content: "\f4d5"; }

/* line 1156, ionicons.scss */
.ion-paintbucket:before {
  content: "\f4d6"; }

/* line 1158, ionicons.scss */
.ion-paper-airplane:before {
  content: "\f2c3"; }

/* line 1160, ionicons.scss */
.ion-paperclip:before {
  content: "\f20f"; }

/* line 1162, ionicons.scss */
.ion-pause:before {
  content: "\f210"; }

/* line 1164, ionicons.scss */
.ion-person:before {
  content: "\f213"; }

/* line 1166, ionicons.scss */
.ion-person-add:before {
  content: "\f211"; }

/* line 1168, ionicons.scss */
.ion-person-stalker:before {
  content: "\f212"; }

/* line 1170, ionicons.scss */
.ion-pie-graph:before {
  content: "\f2a5"; }

/* line 1172, ionicons.scss */
.ion-pin:before {
  content: "\f2a6"; }

/* line 1174, ionicons.scss */
.ion-pinpoint:before {
  content: "\f2a7"; }

/* line 1176, ionicons.scss */
.ion-pizza:before {
  content: "\f2a8"; }

/* line 1178, ionicons.scss */
.ion-plane:before {
  content: "\f214"; }

/* line 1180, ionicons.scss */
.ion-planet:before {
  content: "\f343"; }

/* line 1182, ionicons.scss */
.ion-play:before {
  content: "\f215"; }

/* line 1184, ionicons.scss */
.ion-playstation:before {
  content: "\f30a"; }

/* line 1186, ionicons.scss */
.ion-plus:before {
  content: "\f218"; }

/* line 1188, ionicons.scss */
.ion-plus-circled:before {
  content: "\f216"; }

/* line 1190, ionicons.scss */
.ion-plus-round:before {
  content: "\f217"; }

/* line 1192, ionicons.scss */
.ion-podium:before {
  content: "\f344"; }

/* line 1194, ionicons.scss */
.ion-pound:before {
  content: "\f219"; }

/* line 1196, ionicons.scss */
.ion-power:before {
  content: "\f2a9"; }

/* line 1198, ionicons.scss */
.ion-pricetag:before {
  content: "\f2aa"; }

/* line 1200, ionicons.scss */
.ion-pricetags:before {
  content: "\f2ab"; }

/* line 1202, ionicons.scss */
.ion-printer:before {
  content: "\f21a"; }

/* line 1204, ionicons.scss */
.ion-pull-request:before {
  content: "\f345"; }

/* line 1206, ionicons.scss */
.ion-qr-scanner:before {
  content: "\f346"; }

/* line 1208, ionicons.scss */
.ion-quote:before {
  content: "\f347"; }

/* line 1210, ionicons.scss */
.ion-radio-waves:before {
  content: "\f2ac"; }

/* line 1212, ionicons.scss */
.ion-record:before {
  content: "\f21b"; }

/* line 1214, ionicons.scss */
.ion-refresh:before {
  content: "\f21c"; }

/* line 1216, ionicons.scss */
.ion-reply:before {
  content: "\f21e"; }

/* line 1218, ionicons.scss */
.ion-reply-all:before {
  content: "\f21d"; }

/* line 1220, ionicons.scss */
.ion-ribbon-a:before {
  content: "\f348"; }

/* line 1222, ionicons.scss */
.ion-ribbon-b:before {
  content: "\f349"; }

/* line 1224, ionicons.scss */
.ion-sad:before {
  content: "\f34a"; }

/* line 1226, ionicons.scss */
.ion-sad-outline:before {
  content: "\f4d7"; }

/* line 1228, ionicons.scss */
.ion-scissors:before {
  content: "\f34b"; }

/* line 1230, ionicons.scss */
.ion-search:before {
  content: "\f21f"; }

/* line 1232, ionicons.scss */
.ion-settings:before {
  content: "\f2ad"; }

/* line 1234, ionicons.scss */
.ion-share:before {
  content: "\f220"; }

/* line 1236, ionicons.scss */
.ion-shuffle:before {
  content: "\f221"; }

/* line 1238, ionicons.scss */
.ion-skip-backward:before {
  content: "\f222"; }

/* line 1240, ionicons.scss */
.ion-skip-forward:before {
  content: "\f223"; }

/* line 1242, ionicons.scss */
.ion-social-android:before {
  content: "\f225"; }

/* line 1244, ionicons.scss */
.ion-social-android-outline:before {
  content: "\f224"; }

/* line 1246, ionicons.scss */
.ion-social-angular:before {
  content: "\f4d9"; }

/* line 1248, ionicons.scss */
.ion-social-angular-outline:before {
  content: "\f4d8"; }

/* line 1250, ionicons.scss */
.ion-social-apple:before {
  content: "\f227"; }

/* line 1252, ionicons.scss */
.ion-social-apple-outline:before {
  content: "\f226"; }

/* line 1254, ionicons.scss */
.ion-social-bitcoin:before {
  content: "\f2af"; }

/* line 1256, ionicons.scss */
.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

/* line 1258, ionicons.scss */
.ion-social-buffer:before {
  content: "\f229"; }

/* line 1260, ionicons.scss */
.ion-social-buffer-outline:before {
  content: "\f228"; }

/* line 1262, ionicons.scss */
.ion-social-chrome:before {
  content: "\f4db"; }

/* line 1264, ionicons.scss */
.ion-social-chrome-outline:before {
  content: "\f4da"; }

/* line 1266, ionicons.scss */
.ion-social-codepen:before {
  content: "\f4dd"; }

/* line 1268, ionicons.scss */
.ion-social-codepen-outline:before {
  content: "\f4dc"; }

/* line 1270, ionicons.scss */
.ion-social-css3:before {
  content: "\f4df"; }

/* line 1272, ionicons.scss */
.ion-social-css3-outline:before {
  content: "\f4de"; }

/* line 1274, ionicons.scss */
.ion-social-designernews:before {
  content: "\f22b"; }

/* line 1276, ionicons.scss */
.ion-social-designernews-outline:before {
  content: "\f22a"; }

/* line 1278, ionicons.scss */
.ion-social-dribbble:before {
  content: "\f22d"; }

/* line 1280, ionicons.scss */
.ion-social-dribbble-outline:before {
  content: "\f22c"; }

/* line 1282, ionicons.scss */
.ion-social-dropbox:before {
  content: "\f22f"; }

/* line 1284, ionicons.scss */
.ion-social-dropbox-outline:before {
  content: "\f22e"; }

/* line 1286, ionicons.scss */
.ion-social-euro:before {
  content: "\f4e1"; }

/* line 1288, ionicons.scss */
.ion-social-euro-outline:before {
  content: "\f4e0"; }

/* line 1290, ionicons.scss */
.ion-social-facebook:before {
  content: "\f231"; }

/* line 1292, ionicons.scss */
.ion-social-facebook-outline:before {
  content: "\f230"; }

/* line 1294, ionicons.scss */
.ion-social-foursquare:before {
  content: "\f34d"; }

/* line 1296, ionicons.scss */
.ion-social-foursquare-outline:before {
  content: "\f34c"; }

/* line 1298, ionicons.scss */
.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

/* line 1300, ionicons.scss */
.ion-social-github:before {
  content: "\f233"; }

/* line 1302, ionicons.scss */
.ion-social-github-outline:before {
  content: "\f232"; }

/* line 1304, ionicons.scss */
.ion-social-google:before {
  content: "\f34f"; }

/* line 1306, ionicons.scss */
.ion-social-google-outline:before {
  content: "\f34e"; }

/* line 1308, ionicons.scss */
.ion-social-googleplus:before {
  content: "\f235"; }

/* line 1310, ionicons.scss */
.ion-social-googleplus-outline:before {
  content: "\f234"; }

/* line 1312, ionicons.scss */
.ion-social-hackernews:before {
  content: "\f237"; }

/* line 1314, ionicons.scss */
.ion-social-hackernews-outline:before {
  content: "\f236"; }

/* line 1316, ionicons.scss */
.ion-social-html5:before {
  content: "\f4e3"; }

/* line 1318, ionicons.scss */
.ion-social-html5-outline:before {
  content: "\f4e2"; }

/* line 1320, ionicons.scss */
.ion-social-instagram:before {
  content: "\f351"; }

/* line 1322, ionicons.scss */
.ion-social-instagram-outline:before {
  content: "\f350"; }

/* line 1324, ionicons.scss */
.ion-social-javascript:before {
  content: "\f4e5"; }

/* line 1326, ionicons.scss */
.ion-social-javascript-outline:before {
  content: "\f4e4"; }

/* line 1328, ionicons.scss */
.ion-social-linkedin:before {
  content: "\f239"; }

/* line 1330, ionicons.scss */
.ion-social-linkedin-outline:before {
  content: "\f238"; }

/* line 1332, ionicons.scss */
.ion-social-markdown:before {
  content: "\f4e6"; }

/* line 1334, ionicons.scss */
.ion-social-nodejs:before {
  content: "\f4e7"; }

/* line 1336, ionicons.scss */
.ion-social-octocat:before {
  content: "\f4e8"; }

/* line 1338, ionicons.scss */
.ion-social-pinterest:before {
  content: "\f2b1"; }

/* line 1340, ionicons.scss */
.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

/* line 1342, ionicons.scss */
.ion-social-python:before {
  content: "\f4e9"; }

/* line 1344, ionicons.scss */
.ion-social-reddit:before {
  content: "\f23b"; }

/* line 1346, ionicons.scss */
.ion-social-reddit-outline:before {
  content: "\f23a"; }

/* line 1348, ionicons.scss */
.ion-social-rss:before {
  content: "\f23d"; }

/* line 1350, ionicons.scss */
.ion-social-rss-outline:before {
  content: "\f23c"; }

/* line 1352, ionicons.scss */
.ion-social-sass:before {
  content: "\f4ea"; }

/* line 1354, ionicons.scss */
.ion-social-skype:before {
  content: "\f23f"; }

/* line 1356, ionicons.scss */
.ion-social-skype-outline:before {
  content: "\f23e"; }

/* line 1358, ionicons.scss */
.ion-social-snapchat:before {
  content: "\f4ec"; }

/* line 1360, ionicons.scss */
.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

/* line 1362, ionicons.scss */
.ion-social-tumblr:before {
  content: "\f241"; }

/* line 1364, ionicons.scss */
.ion-social-tumblr-outline:before {
  content: "\f240"; }

/* line 1366, ionicons.scss */
.ion-social-tux:before {
  content: "\f2c5"; }

/* line 1368, ionicons.scss */
.ion-social-twitch:before {
  content: "\f4ee"; }

/* line 1370, ionicons.scss */
.ion-social-twitch-outline:before {
  content: "\f4ed"; }

/* line 1372, ionicons.scss */
.ion-social-twitter:before {
  content: "\f243"; }

/* line 1374, ionicons.scss */
.ion-social-twitter-outline:before {
  content: "\f242"; }

/* line 1376, ionicons.scss */
.ion-social-usd:before {
  content: "\f353"; }

/* line 1378, ionicons.scss */
.ion-social-usd-outline:before {
  content: "\f352"; }

/* line 1380, ionicons.scss */
.ion-social-vimeo:before {
  content: "\f245"; }

/* line 1382, ionicons.scss */
.ion-social-vimeo-outline:before {
  content: "\f244"; }

/* line 1384, ionicons.scss */
.ion-social-whatsapp:before {
  content: "\f4f0"; }

/* line 1386, ionicons.scss */
.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

/* line 1388, ionicons.scss */
.ion-social-windows:before {
  content: "\f247"; }

/* line 1390, ionicons.scss */
.ion-social-windows-outline:before {
  content: "\f246"; }

/* line 1392, ionicons.scss */
.ion-social-wordpress:before {
  content: "\f249"; }

/* line 1394, ionicons.scss */
.ion-social-wordpress-outline:before {
  content: "\f248"; }

/* line 1396, ionicons.scss */
.ion-social-yahoo:before {
  content: "\f24b"; }

/* line 1398, ionicons.scss */
.ion-social-yahoo-outline:before {
  content: "\f24a"; }

/* line 1400, ionicons.scss */
.ion-social-yen:before {
  content: "\f4f2"; }

/* line 1402, ionicons.scss */
.ion-social-yen-outline:before {
  content: "\f4f1"; }

/* line 1404, ionicons.scss */
.ion-social-youtube:before {
  content: "\f24d"; }

/* line 1406, ionicons.scss */
.ion-social-youtube-outline:before {
  content: "\f24c"; }

/* line 1408, ionicons.scss */
.ion-soup-can:before {
  content: "\f4f4"; }

/* line 1410, ionicons.scss */
.ion-soup-can-outline:before {
  content: "\f4f3"; }

/* line 1412, ionicons.scss */
.ion-speakerphone:before {
  content: "\f2b2"; }

/* line 1414, ionicons.scss */
.ion-speedometer:before {
  content: "\f2b3"; }

/* line 1416, ionicons.scss */
.ion-spoon:before {
  content: "\f2b4"; }

/* line 1418, ionicons.scss */
.ion-star:before {
  content: "\f24e"; }

/* line 1420, ionicons.scss */
.ion-stats-bars:before {
  content: "\f2b5"; }

/* line 1422, ionicons.scss */
.ion-steam:before {
  content: "\f30b"; }

/* line 1424, ionicons.scss */
.ion-stop:before {
  content: "\f24f"; }

/* line 1426, ionicons.scss */
.ion-thermometer:before {
  content: "\f2b6"; }

/* line 1428, ionicons.scss */
.ion-thumbsdown:before {
  content: "\f250"; }

/* line 1430, ionicons.scss */
.ion-thumbsup:before {
  content: "\f251"; }

/* line 1432, ionicons.scss */
.ion-toggle:before {
  content: "\f355"; }

/* line 1434, ionicons.scss */
.ion-toggle-filled:before {
  content: "\f354"; }

/* line 1436, ionicons.scss */
.ion-transgender:before {
  content: "\f4f5"; }

/* line 1438, ionicons.scss */
.ion-trash-a:before {
  content: "\f252"; }

/* line 1440, ionicons.scss */
.ion-trash-b:before {
  content: "\f253"; }

/* line 1442, ionicons.scss */
.ion-trophy:before {
  content: "\f356"; }

/* line 1444, ionicons.scss */
.ion-tshirt:before {
  content: "\f4f7"; }

/* line 1446, ionicons.scss */
.ion-tshirt-outline:before {
  content: "\f4f6"; }

/* line 1448, ionicons.scss */
.ion-umbrella:before {
  content: "\f2b7"; }

/* line 1450, ionicons.scss */
.ion-university:before {
  content: "\f357"; }

/* line 1452, ionicons.scss */
.ion-unlocked:before {
  content: "\f254"; }

/* line 1454, ionicons.scss */
.ion-upload:before {
  content: "\f255"; }

/* line 1456, ionicons.scss */
.ion-usb:before {
  content: "\f2b8"; }

/* line 1458, ionicons.scss */
.ion-videocamera:before {
  content: "\f256"; }

/* line 1460, ionicons.scss */
.ion-volume-high:before {
  content: "\f257"; }

/* line 1462, ionicons.scss */
.ion-volume-low:before {
  content: "\f258"; }

/* line 1464, ionicons.scss */
.ion-volume-medium:before {
  content: "\f259"; }

/* line 1466, ionicons.scss */
.ion-volume-mute:before {
  content: "\f25a"; }

/* line 1468, ionicons.scss */
.ion-wand:before {
  content: "\f358"; }

/* line 1470, ionicons.scss */
.ion-waterdrop:before {
  content: "\f25b"; }

/* line 1472, ionicons.scss */
.ion-wifi:before {
  content: "\f25c"; }

/* line 1474, ionicons.scss */
.ion-wineglass:before {
  content: "\f2b9"; }

/* line 1476, ionicons.scss */
.ion-woman:before {
  content: "\f25d"; }

/* line 1478, ionicons.scss */
.ion-wrench:before {
  content: "\f2ba"; }

/* line 1480, ionicons.scss */
.ion-xbox:before {
  content: "\f30c"; }
