

/* Start:/bitrix/templates/nsella/stylesheet/app.css?1749324826295430*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: normal;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #414141;
  font-weight: 500;
  font-size: 16px;
}

input::-ms-clear {
  display: none;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

button:focus {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

.column,
.container,
.row,
body,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.fluid {
  max-width: none;
}

.container.edge {
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: 15px;
}

.row:not(.gutter-remove) {
  margin-left: -15px;
  margin-right: -15px;
}

.row.wrap-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.wrap-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

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

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

.row.direction-down {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.direction-up {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.row.align-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row.align-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.align-equally {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

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

.row.valign-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.row.valign-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.valign-wrapped-top {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.row.valign-wrapped-bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.row.valign-wrapped-middle {
  -ms-flex-line-pack: center;
  align-content: center;
}

.row.valign-wrapped-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.valign-wrapped-justify {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.row.valign-wrapped-equally {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.column {
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.column.valign-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.valign-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.valign-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.valign-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.column.valign-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.column.xs-auto {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.column.xs-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.column.xs-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.column.xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.column.xs-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.column.xs-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.column.xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.column.xs-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.column.xs-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.column.xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.column.xs-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.column.xs-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.column.xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 600px) {
  .column.sm-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .column.sm-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .column.sm-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .column.sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .column.sm-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .column.sm-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .column.sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .column.sm-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .column.sm-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .column.sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .column.sm-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .column.sm-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .column.sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  .column.md-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .column.md-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .column.md-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .column.md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .column.md-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .column.md-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .column.md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .column.md-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .column.md-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .column.md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .column.md-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .column.md-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .column.md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .column.lg-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .column.lg-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .column.lg-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .column.lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .column.lg-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .column.lg-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .column.lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .column.lg-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .column.lg-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .column.lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .column.lg-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .column.lg-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .column.lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1500px) {
  .column.xl-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .column.xl-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .column.xl-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .column.xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .column.xl-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .column.xl-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .column.xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .column.xl-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .column.xl-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .column.xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .column.xl-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .column.xl-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .column.xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.row.gutter-remove .column {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 599px) {
  .xs-hide {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .sm-hide {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .md-hide {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .lg-hide {
    display: none;
  }
}

@media (min-width: 1500px) {
  .xl-hide {
    display: none;
  }
}

@media (min-width: 600px) {
  .xs-show {
    display: none;
  }
}

@media (max-width: 599px), (min-width: 900px) {
  .sm-show {
    display: none;
  }
}

@media (max-width: 899px), (min-width: 1200px) {
  .md-show {
    display: none;
  }
}

@media (max-width: 1199px), (min-width: 1500px) {
  .lg-show {
    display: none;
  }
}

@media (max-width: 1499px) {
  .xl-show {
    display: none;
  }
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Days One;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/DaysOne-Regular.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/DaysOne-Regular.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/DaysOne-Regular.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/DaysOne-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light_1.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light_1.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light_1.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light_1.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic_1.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic_1.eot?#iefix)
      format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic_1.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic_1.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold_1.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold_1.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold_1.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold_1.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic_1.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic_1.eot?#iefix)
      format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic_1.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic_1.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic_1.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic_1.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic_1.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic_1.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular_1.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular_1.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular_1.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular_1.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular_2.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular_2.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular_2.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Regular_2.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold_2.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold_2.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold_2.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Bold_2.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light_2.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light_2.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light_2.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Light_2.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic_2.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic_2.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic_2.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-Italic_2.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic_2.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic_2.eot?#iefix)
      format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic_2.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-LightItalic_2.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic_2.eot);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic_2.eot?#iefix)
      format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic_2.woff) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/OpenSans-BoldItalic_2.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: FontAwesome;
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(/bitrix/templates/nsella/stylesheet/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(/bitrix/templates/nsella/stylesheet/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: ab 2s infinite linear;
  animation: ab 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: ab 1s infinite steps(8);
  animation: ab 1s infinite steps(8);
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
  -webkit-transform: scaleY(1.3);
  transform: scaleY(1.3);
  display: block;
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

.animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-250 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-500 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-750 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-1000 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-1250 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-1500 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-1750 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-2000 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-2500 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-3000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-3500 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX,
.flipInY,
.rollIn,
.rotateDownUpRight,
.rotateIn,
.rotateInDownLeft,
.rotateInUpLeft,
.rotateInUpRight {
  opacity: 0;
}

.lightSpeedInLeft,
.lightSpeedInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

@-webkit-keyframes a {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes a {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn.go {
  -webkit-animation-name: a;
  animation-name: a;
}

@-webkit-keyframes b {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes b {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight.go {
  -webkit-animation-name: b;
  animation-name: b;
}

@-webkit-keyframes c {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes c {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft.go {
  -webkit-animation-name: c;
  animation-name: c;
}

@-webkit-keyframes d {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes d {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp.go {
  -webkit-animation-name: d;
  animation-name: d;
}

@-webkit-keyframes e {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes e {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown.go {
  -webkit-animation-name: e;
  animation-name: e;
}

@-webkit-keyframes f {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}

@keyframes f {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}

.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: f;
  animation-name: f;
}

@-webkit-keyframes g {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes g {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  -webkit-animation-name: g;
  animation-name: g;
}

@-webkit-keyframes h {
  0%,
  to {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes h {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake.go {
  -webkit-animation-name: h;
  animation-name: h;
}

@-webkit-keyframes i {
  0%,
  to {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
  }
}

@keyframes i {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.shakeUp.go {
  -webkit-animation-name: i;
  animation-name: i;
}

@-webkit-keyframes j {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes j {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: j;
  animation-name: j;
}

@-webkit-keyframes k {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes k {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: k;
  animation-name: k;
}

@-webkit-keyframes l {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes l {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: l;
  animation-name: l;
}

@-webkit-keyframes m {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes m {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: m;
  animation-name: m;
}

@-webkit-keyframes n {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes n {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn.go {
  -webkit-animation-name: n;
  animation-name: n;
}

@-webkit-keyframes o {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes o {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft.go {
  -webkit-animation-name: o;
  animation-name: o;
}

@-webkit-keyframes p {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes p {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft.go {
  -webkit-animation-name: p;
  animation-name: p;
}

@-webkit-keyframes q {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes q {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight.go {
  -webkit-animation-name: q;
  animation-name: q;
}

@-webkit-keyframes r {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes r {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight.go {
  -webkit-animation-name: r;
  animation-name: r;
}

@-webkit-keyframes s {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }
}

@keyframes s {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

.rollIn.go {
  -webkit-animation-name: s;
  animation-name: s;
}

@-webkit-keyframes t {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0);
  }
  to {
    -webkit-transform: skewX(0);
  }
}

@keyframes t {
  0% {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
  to {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}

.wiggle.go {
  -webkit-animation-name: t;
  animation-name: t;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes u {
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}

@keyframes u {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: u;
  animation-name: u;
}

@-webkit-keyframes v {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes v {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada.go {
  -webkit-animation-name: v;
  animation-name: v;
}

@-webkit-keyframes w {
  0% {
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  to {
    -webkit-transform: translateX(0);
  }
}

@keyframes w {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble.go {
  -webkit-animation-name: w;
  animation-name: w;
}

@-webkit-keyframes x {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes x {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse.go {
  -webkit-animation-name: x;
  animation-name: x;
}

@-webkit-keyframes y {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

@keyframes y {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

.lightSpeedInRight.go {
  -webkit-animation-name: y;
  animation-name: y;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes z {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

@keyframes z {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(15deg);
    transform: translateX(0) skewX(15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

.lightSpeedInLeft.go {
  -webkit-animation-name: z;
  animation-name: z;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes A {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(1turn) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes A {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(1turn) scale(0.95);
    transform: perspective(400px) rotateY(1turn) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: A;
  backface-visibility: visible !important;
  animation-name: A;
}

@-webkit-keyframes B {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

@keyframes B {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: B;
  backface-visibility: visible !important;
  animation-name: B;
}

@-webkit-keyframes C {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

@keyframes C {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: C;
  backface-visibility: visible !important;
  animation-name: C;
}

@-webkit-keyframes D {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@keyframes D {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut.goAway {
  -webkit-animation-name: D;
  animation-name: D;
}

@-webkit-keyframes E {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes E {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp.goAway {
  -webkit-animation-name: E;
  animation-name: E;
}

@-webkit-keyframes F {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes F {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown.goAway {
  -webkit-animation-name: F;
  animation-name: F;
}

@-webkit-keyframes G {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes G {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft.goAway {
  -webkit-animation-name: G;
  animation-name: G;
}

@-webkit-keyframes H {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes H {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight.goAway {
  -webkit-animation-name: H;
  animation-name: H;
}

@-webkit-keyframes I {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes I {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut.goAway {
  -webkit-animation-name: I;
  animation-name: I;
}

@-webkit-keyframes J {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes J {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUp.goAway {
  -webkit-animation-name: J;
  animation-name: J;
}

@-webkit-keyframes K {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes K {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDown.goAway {
  -webkit-animation-name: K;
  animation-name: K;
}

@-webkit-keyframes L {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes L {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeft.goAway {
  -webkit-animation-name: L;
  animation-name: L;
}

@-webkit-keyframes M {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes M {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRight.goAway {
  -webkit-animation-name: M;
  animation-name: M;
}

@-webkit-keyframes N {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes N {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX.goAway {
  -webkit-animation-name: N;
  -webkit-backface-visibility: visible !important;
  animation-name: N;
  backface-visibility: visible !important;
}

@-webkit-keyframes O {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes O {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: O;
  backface-visibility: visible !important;
  animation-name: O;
}

@-webkit-keyframes P {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes P {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOutRight.goAway {
  -webkit-animation-name: P;
  animation-name: P;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes Q {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

@keyframes Q {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: Q;
  animation-name: Q;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes R {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes R {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut.goAway {
  -webkit-animation-name: R;
  animation-name: R;
}

@-webkit-keyframes S {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes S {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  to {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft.goAway {
  -webkit-animation-name: S;
  animation-name: S;
}

@-webkit-keyframes T {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes T {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft.goAway {
  -webkit-animation-name: T;
  animation-name: T;
}

@-webkit-keyframes U {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes U {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight.goAway {
  -webkit-animation-name: U;
  animation-name: U;
}

@-webkit-keyframes V {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes V {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut.goAway {
  -webkit-animation-name: V;
  animation-name: V;
}

@-webkit-keyframes W {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes W {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: W;
  animation-name: W;
}

@-webkit-keyframes X {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes X {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: X;
  animation-name: X;
}

@-webkit-keyframes Y {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes Y {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: Y;
  animation-name: Y;
}

@-webkit-keyframes Z {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes Z {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: Z;
  animation-name: Z;
}

body {
  font-family: Open Sans;
  font-weight: 500;
  color: #414141;
  overflow-x: hidden;
}

.ui-title {
  background-color: #7fffd4;
  padding: 10px 20px;
}

a {
  transition: all 0.3s;
  cursor: pointer;
  color: #3e3e3e;
  text-decoration: none;
  outline: 0 !important;
}

input[type="data"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"] {
  height: 37px;
  line-height: 37px;
  line-height: 1;
  padding: 0 17px;
  border: 1px solid #5e5e5d;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  color: #5e5e5d;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  background-color: #fff;
}

input[type="tel"]::-webkit-input-placeholder {
  color: #5e5e5d;
}

input[type="tel"]::-moz-placeholder {
  color: #5e5e5d;
}

input[type="tel"]:-ms-input-placeholder {
  color: #5e5e5d;
}

input[type="text"]::-webkit-input-placeholder {
  color: #5e5e5d;
}

input[type="text"]::-moz-placeholder {
  color: #5e5e5d;
}

input[type="text"]:-ms-input-placeholder {
  color: #5e5e5d;
}

input[type="text"]:-moz-placeholder {
  color: #5e5e5d;
}

input[type="search"]::-webkit-input-placeholder {
  color: #5e5e5d;
}

input[type="search"]::-moz-placeholder {
  color: #5e5e5d;
}

input[type="search"]:-ms-input-placeholder {
  color: #5e5e5d;
}

input[type="search"]:-moz-placeholder {
  color: #5e5e5d;
}

input[type="data"]::-webkit-input-placeholder {
  color: #5e5e5d;
}

input[type="data"]::-moz-placeholder {
  color: #5e5e5d;
}

input[type="data"]:-ms-input-placeholder {
  color: #5e5e5d;
}

input[type="data"]:-moz-placeholder {
  color: #5e5e5d;
}

input[type="number"]::-webkit-input-placeholder {
  color: #5e5e5d;
}

input[type="number"]::-moz-placeholder {
  color: #5e5e5d;
}

input[type="number"]:-ms-input-placeholder {
  color: #5e5e5d;
}

input[type="number"]:-moz-placeholder {
  color: #5e5e5d;
}

input[type="email"]::-webkit-input-placeholder {
  color: #5e5e5d;
}

input[type="email"]::-moz-placeholder {
  color: #5e5e5d;
}

input[type="email"]:-ms-input-placeholder {
  color: #5e5e5d;
}

input[type="email"]:-moz-placeholder {
  color: #5e5e5d;
}

textarea {
  min-height: 96px;
  line-height: 37px;
  line-height: 1;
  padding: 10px 17px;
  border: 1px solid #5e5e5d;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  color: #5e5e5d;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  background-color: #fff;
}

textarea::-webkit-input-placeholder {
  color: #5e5e5d;
}

textarea::-moz-placeholder {
  color: #5e5e5d;
}

textarea:-ms-input-placeholder {
  color: #5e5e5d;
}

textarea:-moz-placeholder {
  color: #5e5e5d;
}

.title {
  font-weight: 300;
  position: relative;
  font-size: 30px;
  padding: 0 0 6px;
  margin: 0 0 15px;
}

@media (max-width: 1024px) {
  .title {
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 0 12px;
  }
}

.title:after {
  position: absolute;
  content: "";
  display: none;
  width: 76px;
  height: 2px;
  bottom: 0;
  background-color: #fcb426;
}

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

.title--decorated:after {
  display: block;
  left: 0;
}

.title--decorated.title--centered:after {
  display: block;
  left: 50%;
  margin-left: -38px;
}

/*.title--store {*/
/*font-size: 30px;*/
/*padding: 0 0 6px;*/
/*margin: 0 0 15px;*/
/*}*/

/*@media (max-width: 1024px) {*/
/*.title--store {*/
/*font-size: 20px;*/
/*padding: 0 0 10px;*/
/*margin: 0 0 12px*/
/*}*/
/*}*/

.dk-select,
.dk-select *,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi :after,
.dk-select-multi :before,
.dk-select :after,
.dk-select :before {
  box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  max-width: 200px;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #414141;
  border-radius: 5px;
  padding: 0 40px 0 20px;
  text-overflow: ellipsis;
  color: #999;
  font-size: 14px;
}

.dk-selected:hover {
  color: #414141;
}

.dk-selected:after,
.dk-selected:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}

.dk-selected:before {
  top: 50%;
  width: 12px;
  height: 7px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-select-arrow.png) 50% no-repeat;
  right: 12px;
  margin: -3px 0 0;
}

.dk-selected-disabled {
  color: #bbb;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%;
}

.dk-select-open-down .dk-selected:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 2;
}

.dk-option-selected {
  background-color: #feaf3f;
  color: #414141;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 3px 20px;
  color: #999;
  font-size: 14px;
  line-height: 1.15;
}

.dk-select-options .dk-option-highlight {
  background-color: #feaf3f;
  color: #414141;
}

.dk-select-options .dk-option-disabled {
  color: #bbb;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #ccc;
  border-width: 1px 0;
  padding: 0.25em 0;
}

.dk-optgroup,
.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #bbb;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: 700;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #414141;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #414141;
}

.dk-select-open-down .dk-selected:before,
.dk-select-open-up .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #414141;
}

.dk-select-open-down .dk-selected:after,
.dk-select-open-up .dk-selected:after {
  border-left-color: #414141;
}

.dk-select-multi:focus .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-open-up .dk-select-options {
  display: block;
  border-color: #414141;
}

.dk-select-multi:focus,
.dk-select-multi:hover {
  outline: 0;
}

.dk-selected:focus,
.dk-selected:hover {
  outline: 0;
  border-color: #414141;
}

.dk-selected:focus:before,
.dk-selected:hover:before {
  border-top-color: #414141;
}

.dk-selected:focus:after,
.dk-selected:hover:after {
  border-left-color: #414141;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #bbb;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:focus,
.dk-select-disabled .dk-selected:hover {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:focus:before,
.dk-select-disabled .dk-selected:hover:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:focus:after,
.dk-select-disabled .dk-selected:hover:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

.icon-basket,
.icon-basket-white,
.icon-campare,
.icon-clock,
.icon-description,
.icon-detail-slider-arrow,
.icon-download-arrow,
.icon-facebook,
.icon-marker,
.icon-menu-arrow,
.icon-phone,
.icon-scroll-down,
.icon-select-arrow,
.icon-slide-1,
.icon-slide-2,
.icon-slide-3,
.icon-slide-4,
.icon-slide-5,
.icon-slider-arrow-next-active,
.icon-slider-prev,
.icon-user,
.icon-view-1,
.icon-vk,
.icon-zoom {
  display: inline-block;
  vertical-align: middle;
  background: url(/bitrix/templates/nsella/stylesheet/../images/sprite.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.icon-slide-1 {
  background-position: 0 0;
  width: 101px;
  height: 76px;
}

.services__link.is-active .icon-slide-1,
.services__link:hover .icon-slide-1 {
  background: url(/bitrix/templates/nsella/stylesheet/../images/action-slider-icon1.png) 1px 1px no-repeat;
}

.icon-slide-2 {
  background: url(/bitrix/templates/nsella/stylesheet/../images/action-slider-1.png) no-repeat;
  width: 101px;
  height: 85px;
}

.services__link.is-active .icon-slide-2,
.services__link:hover .icon-slide-2 {
  background-position: -1px -76px;
  background-image: url(/bitrix/templates/nsella/stylesheet/../images/sprite.png);
}

.icon-slide-4 {
  background-position: 0 -161px;
  width: 86px;
  height: 85px;
}

.services__link.is-active .icon-slide-4,
.services__link:hover .icon-slide-4 {
  background: url(/bitrix/templates/nsella/stylesheet/../images/action-slider-icon4.png) 0px 0px no-repeat;
}

.icon-slide-3 {
  background-position: 0 -246px;
  width: 85px;
  height: 85px;
}

.services__link.is-active .icon-slide-3,
.services__link:hover .icon-slide-3 {
  background: url(/bitrix/templates/nsella/stylesheet/../images/action-slider-icon3.png) 1px 1px no-repeat;
}

.icon-slide-5 {
  background-position: 0 -331px;
  width: 84px;
  height: 85px;
}

.services__link.is-active .icon-slide-5,
.services__link:hover .icon-slide-5 {
  background: url(/bitrix/templates/nsella/stylesheet/../images/action-slider-icon5.png) 0px 1px no-repeat;
}

.icon-slider-arrow-next-active {
  background-position: 0 -416px;
  width: 44px;
  height: 32px;
}

.icon-slider-prev {
  background-position: -44px -416px;
  width: 44px;
  height: 32px;
}

.icon-facebook {
  background-position: 0 -448px;
  width: 43px;
  height: 43px;
}

.icon-vk {
  background-position: -43px -448px;
  width: 43px;
  height: 43px;
}

.icon-view-1 {
  background-position: 0 -491px;
  width: 36px;
  height: 36px;
}

.icon-detail-slider-arrow {
  background-position: -36px -491px;
  width: 30px;
  height: 16px;
}

.icon-basket {
  background: url("/bitrix/templates/nsella/stylesheet/../images/ns-cart.svg") center center no-repeat;
  width: 28px;
  height: 26px;
}

.icon-phone {
  background: url(/bitrix/templates/nsella/stylesheet/../images/phone.svg)
    center center;
  background-size: contain;
  width: 29px;
  height: 29px;
}

.icon-scroll-down {
  background-position: -60px -517px;
  width: 24px;
  height: 13px;
}

.icon-basket-white {
  background-position: 0 -527px;
  width: 21px;
  height: 19px;
}

.icon-clock {
  background: url(/bitrix/templates/nsella/stylesheet/../images/time.svg) 100% 100%;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.icon-zoom {
  background-position: -80px -530px;
  width: 19px;
  height: 19px;
}

.icon-campare {
  background-position: -86px -161px;
  width: 15px;
  height: 11px;
}

.icon-description {
  background-position: -86px -172px;
  width: 15px;
  height: 15px;
}

.icon-marker {
  background-position: -86px -187px;
  width: 14px;
  height: 14px;
}

.icon-select-arrow {
  background-position: -86px -201px;
  width: 12px;
  height: 7px;
}

.icon-user {
  background: url(/bitrix/templates/nsella/stylesheet/../images/ns-user.svg) 100% 100%;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.icon-download-arrow {
  background-position: -86px -225px;
  width: 11px;
  height: 11px;
}

.icon-download-arrow-2 {
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-download-arrow-2.png);
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.icon-menu-arrow {
  background-position: -86px -236px;
  width: 7px;
  height: 4px;
}

.icon-mail {
  height: 24px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/mail.svg) 100% 100%;
  background-size: cover;
}

.icon-location,
.icon-mail {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

.icon-location {
  height: 25px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/map.svg) 100% 100%;
  background-size: cover;
}

.btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  padding: 14px 35px;
  line-height: 12px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn.btn--default {
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #e3161c;
  background-image: linear-gradient(180deg, #e30613 0, #a31008);
  transition: all 0.3s;
  text-align: center;
  outline: none;
}

.btn.btn--default:active,
.btn.btn--default:focus {
  outline: none;
}

.btn.btn--default:hover {
  background-color: #eb4f4d;
  background-image: linear-gradient(180deg, #eb4f4d 0, #c05645);
}

.btn.btn--warning {
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  background-color: #e20613;
  background-image: linear-gradient(0deg, #d65e0e 0, #ffd300);
}

.btn.btn--warning b {
  margin: -4px 0 -4px 17px;
}

.btn.btn--warning:hover {
  background-color: #eb4f4d;
  background-image: linear-gradient(0deg, #ea7222 0, #ffe461);
}

.btn.btn--light {
  border: 1px solid #668bc1;
  color: #668bc1;
  padding: 14px 15px;
  white-space: nowrap;
}

.btn.btn--light:hover {
  border: 1px solid #668bc1;
  background-color: #668bc1;
  color: #fff;
}

.btn.btn--light:hover .icon-blue-button-arrow {
  background: url(/bitrix/templates/nsella/stylesheet/../images/ns-arrownew.svg);
}

.btn.btn--blue {
  padding: 14px 15px;
  white-space: nowrap;
  border: 1px solid #668bc1;
  background-color: #668bc1;
  color: #fff;
}

.btn.btn--blue:hover {
  border: 1px solid #0db7ff;
  background-color: #0db7ff;
  color: #fff;
}
.btn.btn--blue .icon-blue-button-arrow {
  background: url(/bitrix/templates/nsella/stylesheet/../images/ns-arrownew.svg);
}

.btn.btn--secondary {
  background-color: #d7d6d6;
}

.btn.btn--secondary b {
  margin-left: 10px;
}

.btn.btn--secondary:hover {
  background-color: #feaf3f;
}

.btn.btn--addrow {
  background-color: #d7d6d6;
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
}
.btn.btn--sm{
  font-size: 8px;
  padding: 7px 10px;
}

.btn.btn--addrow:hover {
  background-color: #feaf3f;
}

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

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

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

.header {
  position: relative;
  z-index: 100;
}

.header__top {
  background-color: #f4f4f4;
  padding: 15px 0 13px 0;
  line-height: 16px;
}

.header__top * {
  vertical-align: middle;
  font-size: 14px;
}

.nav {
  padding-bottom: 5px;
}

.nav__list {
  margin: 0;
  padding: 0;
}

.nav__item {
  display: inline-block;
}

.nav__item + .nav__item {
  margin-left: 20px;
}

.nav__link {
  color: #3e3e3e;
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
  font-weight: 300;
}

.nav__link:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  /*bottom: 0;*/
  left: 50%;
  background-color: #e3161c;
  transition: all 0.3s;
}

.nav__link.is-active,
.nav__link:hover {
  color: #e3161c;
  text-decoration: none;
}

.nav__link.is-active:after,
.nav__link:hover:after {
  width: 100%;
  left: 0;
}

.nav-link.is-active {
  color: #e3161c;
}

.nav-link.is-active:after {
  width: 100%;
  left: 0;
}

.auth b {
  margin: 0 20px 0 0;
}

.auth__divider {
  color: #d1d1d1;
  margin: 0 10px;
}

.auth__link {
  position: relative;
  padding-bottom: 3px;
  font-weight: 500;
}

.auth__link:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #e3161c;
  transition: all 0.3s;
}

.auth__link:hover {
  color: #e3161c;
  text-decoration: none;
}

.auth__link:hover:after {
  width: 100%;
  left: 0;
}

.header__middle {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}

.header__search input {
  height: 37px;
  line-height: 37px;
  line-height: 1;
  padding: 0 40px 0 17px;
  border: 1px solid #5e5e5d;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
  background: url(/bitrix/templates/nsella/stylesheet/../images/ns-magnifier.svg) right 12px center no-repeat #fff;
  background-size: 18px;
}
.header__search-wrapper--new {
  width: 420px;
}

.basket,
.phone,
.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket b,
.phone b,
.schedule b {
  margin: 0 17px 0 0;
}

.basket a,
.phone a,
.schedule a {
  color: #414141;
  text-decoration: none;
  position: relative;
}

.basket a:hover,
.phone a:hover,
.schedule a:hover {
  color: #e3161c;
}

.basket a:after,
.phone__line a:after,
.schedule a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #e3161c;
  transition: all 0.3s;
}

.basket a:hover:after,
.phone__line a:hover:after,
.schedule a:hover:after {
  width: 100%;
  left: 0;
}

.basket p,
.phone p,
.schedule p {
  margin: 0;
  font-size: 14px;
}

.phone a strong {
  font-size: 16px;
  font-weight: 600;
}

.phone a small {
  font-weight: 400;
}

.basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.basket:before {
  content: attr(data-cost);
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fcbd1c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 20px;
  top: -10px;
  line-height: 20px;
  text-align: center;
  z-index: 1;
}

.header-middle .column {
  max-width: 265px;
}

.rouble {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  text-transform: uppercase;
  margin-left: 5px;
}

.rouble:after {
  content: "–";
  position: absolute;
  top: 11%;
  left: 0;
}

.rouble:before {
  content: "-";
  font-size: 0.9em;
  position: absolute;
  top: 4%;
}

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

.header-bottom .container {
  overflow: visible;
}

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

.header__bottom .container {
  overflow: visible;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__item {
  /*min-width: 260px;*/
  line-height: 35px;
  position: relative;
  padding: 0 3px;
  border-bottom: 3px solid transparent;
}

.catalog__item--promotions.catalog__item:last-child {
  width: 110px;
}

.catalog__item:hover .catalog__link > span {
  color: #feaf3f;
}

.catalog__item:last-child:hover {
  border-bottom: 3px solid #dd0612;
  color: #dd0612;
}

.catalog__item:last-child:hover .catalog__link > span {
  color: #dd0612;
}

@media (min-width: 1200px) {
  .catalog__item.is-active .catalog-list,
  .catalog__item:hover .catalog-list {
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  .catalog__item.is-active .catalog__link span:before,
  .catalog__item:hover .catalog__link span:before {
    background: url(/bitrix/templates/nsella/stylesheet/../images/icon-menu-arrow-active.png);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .catalog__link > span:before {
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    right: -15px;
    top: 45%;
    z-index: 100;
    background: url(/bitrix/templates/nsella/stylesheet/../images/icon-menu-arrow.png);
  }

  .catalog__item.is-empty .catalog__link > span:before {
    display: none;
  }

  .catalog__item.is-active .catalog__link,
  .catalog__item:hover {
    color: #feaf3f;
    border-bottom: 3px solid #feaf3f;
  }
}

.catalog__item:after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  right: -10%;
  top: 20px;
  background-color: #ddd;
}

/*@media (max-width: 1350px) {*/

/*.catalog__item:after {*/
/*right: -10%;*/
/*}*/
/*}*/

@media (max-width: 1290px) {
  .catalog__item:after {
    right: -5%;
  }
}

.catalog__item:last-child:after {
  display: none;
}

.catalog__item.catalog__item--promotions .catalog__link {
  color: #dd0612;
}

.catalog__link {
  color: #414141;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  line-height: 47px;
  /*border-bottom: 3px solid transparent;*/
  box-sizing: border-box;
  display: block;
  /*padding-left: 15px;*/
  padding-right: 15px;
  max-height: 50px;
}

.catalog__link > span {
  display: inline-block;
  /*padding: 9px 0;*/
  line-height: 16px;
  vertical-align: middle;
  position: relative;
  max-height: 35px;
  max-width: 200px;
}

.catalog__item:first-child > .catalog__link {
  padding-left: 0;
}

.catalog__item.catalog__item--promotions > .catalog__link {
  color: #d90711;
  padding-right: 0;
}

.catalog__item.catalog__item--promotions > .catalog__link span:before {
  display: none;
}

/*.catalog__item.catalog__item--promotions > .catalog__link:hover {*/
/*border-bottom: 3px solid #dd0612;*/
/*}*/

.catalog-list {
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: -38px;
  right: -100px;
  margin: 0;
  text-align: left;
  padding: 0;
  background-color: #fff;
  z-index: 101;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  /*transition: all .3s;*/
}

.catalog-list__item {
  list-style-type: none;
}

.catalog-list__link {
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.catalog-list__link.is-active,
.catalog-list__link:hover {
  background-color: #fcb13c;
}

.catalog-list__link span {
  display: inline-block;
}

.catalog-list__item + .catalog-list__item {
  border-top: 1px solid #ececec;
}

.navbar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 23px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1px;
  margin-top: -4px;
  transition: all 0.3s;
  margin-right: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-toggle span {
  transition: all 0.3s;
  display: block;
  position: relative;
}

.navbar-toggle.is-active,
.navbar-toggle.is-active span {
  transition: all 0.3s;
}

.navbar-toggle.is-active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  left: 2px;
}

.navbar-toggle.is-active span:nth-child(2) {
  display: none;
}

.navbar-toggle.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -6px;
}

.header-mobile {
  display: none;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.header-mobile__navigation {
  padding: 17px 10px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  height: 50px;
}

.header-mobile__navigation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo img {
  width: 200px;
  max-height: 48px;
}

.header-mobile .logo {
  display: block;
  overflow: hidden;
}

.header-mobile .logo img {
  max-width: 100%;
}

.header-mobile .header__search {
  position: relative;
  width: 40px;
  height: 40px;
  float: right;
}

.header-mobile .header__search input {
  border: none;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 40px;
  padding: 0 3px;
  text-indent: -999px;
  overflow: hidden;
}

.header-mobile .header__search input:focus {
  width: 150px;
  border: 1px solid #5e5e5d;
  z-index: 1;
  color: #343434;
  text-indent: 0;
}

.header-mobile .icon-basket {
  margin-right: 3px;
}

.header-mobile .basket__link {
  font-size: 13px;
  white-space: nowrap;
}

.header-mobile__dropdown {
  position: relative;
  top: 0;
  left: 0;
  max-width: 300px;
  padding: 20px;
  background-color: #fff;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.header-mobile__dropdown.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
  overflow-y: scroll;
}

/*.header-mobile__item + .header-mobile__item {
    margin-top: 25px
}*/

.header-mobile > .catalog {
  text-align: left;
}

.header-mobile .catalog__link {
  padding-left: 0;
}

@media (max-width: 1200px) {
  .catalog__item {
    text-align: left;
  }

  .catalog__link {
    padding-left: 0;
  }

  .catalog__item:after {
    content: none;
  }
}

.header-mobile .nav__list {
  margin-bottom: 0;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.carousel__img,
.slider__img {
  border: 1px solid #dad4d4;
}

/*.slider__item.slick-slide.slick-current {*/
/*border: 1px solid #dad4d4;*/
/*}*/

/*@media (min-width: 1200px) {*/
/*.slick-track > .slider__item.slick-slide.slick-current {*/
/*width: 600px !important;*/
/*}*/
/*}*/

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-list {
  padding: 0 !important;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*.slick-loading .slick-list {
    background: #fff url(/bitrix/templates/nsella/stylesheet/ajax-loader.gif) 50% no-repeat
}*/

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: 0 0;
  color: transparent;
  outline: 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

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

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-slide,
.slick-slide * {
  outline: 0 !important;
}

.intro__wrapper {
  position: relative;
  max-height: 505px;
  overflow: hidden;
}

.intro__item {
  margin: 0;
}

.intro__caption {
  position: absolute;
  top: 146px;
  left: 115px;
}

.intro__title {
  font-size: 36px;
  color: #fff;
  margin: 0;
  max-width: 540px;
}

.intro__subtitle,
.intro__title {
  font-family: Days One;
  font-weight: 300;
}

.intro__subtitle {
  font-size: 24px;
  color: #fcbd1c;
  margin: 0 0 45px;
}

.intro .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -999px;
  margin-top: -40px;
}

.intro .slick-prev {
  left: 10px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/slider-left-arrow.png) 50% no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.intro .slick-prev:hover {
  -webkit-transform: none;
  transform: none;
  background: url(/bitrix/templates/nsella/stylesheet/../images/slider-arrow-active.png) 50% no-repeat;
}

.intro .slick-next {
  right: 10px;
  margin-top: 0;
  background: url(/bitrix/templates/nsella/stylesheet/../images/slider-left-arrow.png) 50% no-repeat;
}

.intro .slick-next:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -25px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/slider-arrow-active.png) 50% no-repeat;
}

@media (max-width: 768px) {
  .intro .slick-arrow {
    display: none !important;
  }

  /*.title {*/
  /*font-size: 20px;*/
  /*font-weight: 300;*/
  /*position: relative;*/
  /*padding: 15px 0;*/
  /*margin: 0 0 50px*/
  /*}*/
}

.services {
  text-align: center;
}

.services .container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.services__header {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

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

.services__title {
  display: block;
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  white-space: nowrap;
  transition: all 0.3s;
}

.services__link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 10px 0 50px;
  position: relative;
  min-width: 150px;
  border: 1px solid transparent;
}

.services__link.is-active,
.services__link:hover {
  border: 1px solid #d1d2d4;
}

.services__link.is-active span,
.services__link:hover span {
  color: #fcbd1c;
}

.services__link + .services__link:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 70px;
  background-color: #d1d2d4;
  left: -2px;
  top: 18px;
}

.services__link + .services__link.is-active:hover:before,
.services__link + .services__link:hover:before {
  display: none;
}

.services__body {
  position: relative;
}

.services__content {
  padding: 25px 0 60px;
}

/*.services__text {*/
/*color: #7d7d7d;*/
/*font-size: 18px;*/
/*}*/

.services__tab {
  overflow: hidden;
  max-height: 107px;
  box-sizing: content-box;
  display: none;
}

.services__tab.is-active {
  display: block;
}

.services__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 0;
  background-color: #fff;
  text-align: center;
}

.services__footer a {
  padding: 5pc 10px;
}

.directions {
  background-color: #f4f4f4;
  padding: 70px 0;
}

.directions .container {
  overflow: visible;
}

.directions__wrapper {
  position: relative;
}

.directions__wrapper:before {
  content: "";
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  position: absolute;
  left: -27px;
  top: -29px;
  bottom: 30px;
  right: 30px;
}

.directions .row {
  margin: 0 0 15px;
}

.directions .column {
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.directions__link {
  display: block;
  min-height: 100%;
}

.directions__img {
  margin: 0;
  overflow: hidden;
  min-height: 140px;
}

.directions__img:hover img {
  -webkit-filter: inherit;
  filter: inherit;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.directions__caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fcbd1c;
  font-size: 24px;
  font-weight: 700;
}

.directions img {
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: grayscale(100%) brightness(0.5);
  filter: grayscale(100%) brightness(0.5);
  transition: all 1s;
  margin: 0;
  display: block;
}

.directions .box > .row > .column.xs-12:not(.md-6) {
  padding: 0;
}

.directions .pl0 {
  padding-left: 0;
}

.directions .pr0 {
  padding-right: 0;
}

.directions .mb0 {
  margin-bottom: 0;
}

.directions .valign-stretch .directions__img,
.directions .valign-stretch .directions__link {
  height: 100%;
}

.actions {
  border-bottom: 1px solid #cacaca;
}

.actions-slider__item-wrapper {
  position: relative;
}

.actions-slider__item-wrapper.slick-slide.slick-active
  + .actions-slider__item-wrapper.slick-slide:not(.slick-active)
  .actions-slider__item:before,
.actions-slider__item-wrapper.slick-slide.slick-active
  + .actions-slider__item-wrapper.slick-slide:not(.slick-active)
  .actions-slider__term-block {
  display: none;
}

.actions-slider__item {
  display: block;
  max-width: 488px;
  position: relative;
  margin: 0 auto;
  padding-top: 57px;
}

.actions-slider__item:before {
  content: "";
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  position: absolute;
  left: -41px;
  top: -29px;
  bottom: 30px;
  right: 30px;
}

.actions-slider__image {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 0 -50px;
  top: 0;
}

.actions-slider img {
  width: 100%;
}

.actions-slider__term-block {
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #fcbd1c;
  padding: 5px 10px;
  z-index: 1;
  top: 33px;
  left: -6px;
}

.actions-slider__term {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.actions-slider__term:after {
  content: "\2014";
  display: inline-block;
  margin-left: 8px;
}

.actions .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 1px solid #626262;
  border-radius: 0 3px 0 3px;
}

.actions .slick-dots li.slick-active button {
  background-color: #5b5b5b;
}

.actions .slick-dots li button:before {
  display: none;
}

.actions .slick-dotted.slick-slider {
  padding-bottom: 35px;
  margin-bottom: 70px;
}

.actions .slick-list {
  min-height: 335px;
}

.pattern--light {
  background-color: #f4f4f4;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 45px;
}

.pattern--light .slick-list {
  min-height: inherit;
}

.pattern--light .actions-slider__item {
  padding: 30px 30px 0 0;
}

.pattern--light .actions-slider__item:before {
  left: -34px;
}

.new {
  position: relative;
}

.new__time {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

.new__time:after {
  content: "\2014";
  display: inline-block;
  margin-left: 8px;
}

.new__title {
  font-size: 14px;
  font-weight: 700;
}

.new__body {
  font-size: 14px;
  font-weight: 400;
}

.new__link {
  color: #e3161c;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  float: right;
  margin-top: 7px;
}

.new__link:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 6px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAr0lEQVQoU2NkIAAeKSj4MzEyssrcv78GWSkjIY0g+ccKCvYMTEyWMnJyPYwHDvwBiRGlEaxZRkaagY0t7/f//31K9++/JFojSPNVbW023m/fyhj//9/N+Exe3ugPI6MeMU4Gq2Fk5GZkYIgmycYnCgoG/5mYAhl+/eogWuMjBYUIRkZGbtn79+cSFTggf/F/+1bCyMR0UPru3aMwLxG08bGCgsff//8vKjx8+Bw5HACzWzJzQlcuvQAAAABJRU5ErkJggg==);
}

.new__link:hover {
  text-decoration: underline;
}

.brands {
  border-bottom: 1px solid #cacaca;
  padding: 50px 0 0;
  text-align: center;
}

.brands__item {
  display: block;
  margin-bottom: 36px;
}

.brands__item img {
  max-width: 100%;
  max-height: 150px;
}

.subscribe {
  padding: 25px 0;
  background-color: #fffbd6;
  border-top: 1px solid #cacaca;
}

.subscribe__title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.subscribe input {
  height: 37px;
  line-height: 37px;
  line-height: 1;
  padding: 0 40px 0 17px;
  border: 1px solid #5e5e5d;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 260px;
  /*background: url(/bitrix/templates/nsella/stylesheet/../images/icon-zoom.png) right 12px center no-repeat #fff;*/
}

.subscribe .btn {
  padding: 12px 35px;
  top: 0;
  position: relative;
  margin-left: 10px;
}

#subscribe_form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 10px;
}

@media (max-width: 768px) {
  #subscribe_form {
    display: block;
  }
}

.footer {
  background-color: #e7e7e7;
  font-weight: 400;
}

.footer__list {
  margin: 0 0 20px;
  padding: 0;
}

.footer__nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
}

.footer__column:first-child {
  -webkit-box-flex: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
}

.footer__column:first-child .footer__list {
  -webkit-column-count: 2;
  column-count: 2;
}

.footer__column:last-child {
  padding-left: 7rem;
}

.footer__item {
  list-style-type: none;
  line-height: 25px;
}

.footer__link {
  position: relative;
}

.footer__link:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #feaf3f;
  transition: all 0.3s;
}

.footer__link:hover {
  color: #feaf3f;
}

.footer__link:hover:after {
  width: 100%;
  left: 0;
}

.footer__item:before {
  content: "\25CF";
  font-size: 13px;
  display: inline-block;
  margin: -4px 4px 0 0;
  vertical-align: middle;
}

.footer__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 14px;
  margin: 0 0 10px;
}

.footer p {
  margin: 0;
  width: 100%;
}

.footer p.copy {
  margin: 0 0 10px;
}

.footer small {
  display: block;
  margin-bottom: 15px;
}

a.footer__title {
  position: relative;
}

a.footer__title:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #e3161c;
  transition: all 0.3s;
}

a.footer__title:hover {
  color: #e3161c;
}

a.footer__title:hover:after {
  width: 100%;
  left: 0;
}

.social {
  margin-top: 10px;
  /* display: flex; */
  justify-content: center;
}
.social__wrap{
  display: flex;
}
.social__item {
  margin-right: 17px;
}

.web {
  color: #3e3e3e;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.web strong {
  color: #334b61;
  font-size: 13px;
  display: block;
}

.web strong:before {
  content: "< ";
  color: #ff141f;
}

.web strong:after {
  content: " >";
  color: #ff141f;
}

.web span {
  color: #ff141f;
  font-size: 10px;
  display: block;
}

.footer-bottom {
  padding-bottom: 20px;
}

.conf {
  text-decoration: underline;
}

.conf:hover {
  text-decoration: none;
  color: #feaf3f;
}

@media (max-width: 380px) {
  .footer__column:first-child .footer__list {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .detail .description__header {
     flex-wrap: wrap !important;
  }
}

@media (min-width: 600px) {
  .sm-text-left {
    text-align: left;
  }

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

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

}

@media (max-width: 768px) {
  .main {
    padding-top: 140px !important;
  }

  /*.header {
        display: none
    }*/
  .header-mobile,
  .nav__item {
    display: block;
    padding-bottom: 7px;
  }

  .nav__item + .nav__item {
    margin-left: 0;
  }

  .intro__caption {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 15px;
  }

  .intro__wrapper {
    max-height: 350px;
  }

  .intro__title {
    font-size: 20px;
  }

  .intro__subtitle {
    font-size: 15px;
  }

  .directions__caption {
    font-size: 17px;
  }

  .subscribe input {
    display: block;
    margin: 10px auto;
  }

  .subscribe .btn {
    display: block;
    margin: 0 auto;
  }

  .footer__list {
    padding: 0 0 20px;
  }

  .footer__item {
    list-style-type: none;
    line-height: 20px;
    font-size: 13px;
  }

  .catalog-list {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .actions-slider__term-block {
    left: 0px;
    bottom: 30px;
    height: inherit;
  }

  .actions-slider__item {
    padding-left: 8px;
  }

  .actions-slider__item:before {
    content: "";
    background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
    position: absolute;
    left: 0;
    top: -29px;
    bottom: 30px;
    right: 30px;
  }

  .actions .slick-dotted.slick-slider {
    padding-bottom: 0;
  }

  .actions .slick-list {
    min-height: 280px;
  }

  .footer-bottom p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .actions .slick-list {
    min-height: 240px;
  }
}

@media (max-width: 320px) {
  .actions .slick-list {
    min-height: 220px;
  }
}

@media (min-width: 900px) {
  .md-text-left {
    text-align: left;
  }

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

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

}

@media (max-width: 1200px) {
  .lg-text-left {
    text-align: left;
  }

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

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

@media (max-width: 1024px) and (min-width: 769px) {
  .nav__list {
    margin: 0;
    padding: 0;
  }

  .nav__item {
    margin-bottom: 0;
  }

  .nav__item + .nav__item {
    margin-left: 5px;
  }

  .header__middle .column {
    padding-right: 0;
  }

  .footer__column:last-child {
    padding-left: 2rem;
  }
}

@media (max-width: 1024px) {
  .services__tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services__link + .services__link:before {
    display: none;
  }

  .directions .row > div {
    margin: 0 0 15px;
  }

  .directions .mb0,
  .directions .pl0,
  .directions .pr0 {
    margin: inherit;
    padding: inherit;
  }

  .directions .box > .row:first-child,
  .directions .column.xs-12.sm-12.md-8,
  .directions .row > div.pr0,
  .directions > .row:nth-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 1100px) {
  .header-middle .row.row--auto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-middle .row.row--auto .column {
    margin-bottom: 20px;
  }
}

@media (min-width: 1500px) {
  .xl-text-left {
    text-align: left;
  }

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

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

@media (max-width: 1024px) {
  .footer__nav {
    font-size: 14px;
  }

  .footer__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__column:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer__column:first-child + .footer__column,
  .footer__column:last-child {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 0;
  }

  .footer__column:first-child .footer__list {
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}

@media (max-width: 480px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__column:last-child {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  height: 15px;
  bottom: 0;
}

.ps__rail-x,
.ps__rail-y {
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}

.ps__rail-y {
  display: none;
  width: 15px;
  right: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:focus,
.ps__rail-x:hover,
.ps__rail-y:focus,
.ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x {
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}

.ps__thumb-y {
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}

.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}

.ps__rail-x {
  display: none;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

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

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

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

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

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

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

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

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

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

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

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

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px 0;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: 0 0;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

/*.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}*/

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: 0 0;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

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

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: 0 0;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: 0;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: 0 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: ab 0.8s infinite linear;
  animation: ab 0.8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes ab {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ab {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

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

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

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

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: 0 0;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: 0 0;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

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

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

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

.breadcrumb {
  font-weight: 400;
  font-size: 14px;
  /*line-height: 24px;*/
  padding: 0;
}

.breadcrumb__wrapper {
  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;
  margin: 15px 0 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._bc_middle_btn {
  margin-right: 10px;
}

.breadcrumb__item {
  list-style-type: none;
  display: inline;
  color: #414141;
}

.breadcrumb__link {
  color: #d7d6d6;
  text-decoration: none;
}

.breadcrumb__item + .breadcrumb__item:before {
  content: "/";
  display: inline-block;
  color: #d7d6d6;
  margin: 0 10px 0 8px;
}

.icon-blue-button-arrow {
  display: inline-block;
  margin-left: 15px;
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/ns-arrowblue.svg);
  vertical-align: bottom;
}

.btn:hover .icon-blue-button-arrow {
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-blue-button-arrow-hover.png);
}

label {
  color: #414141;
  font-size: 18px;
}

.ns_store {
  padding: 20px 0;
}

/*.store__wrapper {*/
/*border-bottom: 1px solid #cacaca*/
/*}*/

.store__intro p {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}

.store__aside {
  overflow: hidden;
  margin-bottom: 55px;
}

.store__aside,
.store__sort-by {
  border: 1px solid #dbdbdb;
  background-color: #f4f4f4;
  border-radius: 0 15px 0 15px;
}

.store__sort-by {
  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;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.store__sort-by--cost .dk-select {
  min-width: 200px;
}

.store__sort-by--views {
  white-space: nowrap;
  margin-top: -8px;
}

.ns_store fieldset {
  padding: 0;
  border: none;
  display: inline-block;
  margin-right: 15px;
}

.ns_store label {
  display: inline-block;
  margin-right: 20px;
}

.ns_store .submenu label {
  padding-left: 25px;
}

.store__footer {
  text-align: center;
  padding: 0 0 25px;
}

.store__body.store__body--promotions {
  padding-top: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.store__body.store__body--promotions .product {
  margin-top: 10px;
  padding-bottom: 30px;
}

.store__body.store__body--promotions:not(.is-list) .product {
  height: 410px;
  padding-bottom: 130px;
}

@media (max-width: 1240px) {
  .ns_store fieldset + fieldset {
    margin-top: 10px;
  }
}

@media (max-width: 670px) {
  .ns_store label {
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {
  .store__sort-by {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ns_store fieldset {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .store__sort-by--views {
    display: none;
  }

  .ns_store label {
    margin-right: 0;
  }
}

.view-link {
  font-size: 30px;
  color: #ccc;
}

.view-link + .view-link {
  margin-left: 20px;
  font-size: 35px;
}

.view-link:not(.is-active) {
  opacity: 0.4;
}

.view-link:not(.is-active):hover {
  opacity: 1;
}

.menu {
  margin: 0;
  padding: 0;
}

.menu * {
  box-sizing: border-box;
}

.menu__item {
  list-style-type: none;
  clear: both;
}

.smartfilter {
  border-top: 1px solid #dbdbdb;
}

.menu__item + .menu__item {
  border-top: 1px solid #dbdbdb;
}

.menu__link {
  color: #414141;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 15px 35px;
  position: relative;
}

.menu__link.is-active + .submenu {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin: -5px 0 0;
  padding: 10px 35px 20px 34px;
}

.menu__link.is-active span:after {
  -webkit-transform: none;
  transform: none;
}

.menu__link > span:after {
  content: "";
  background-position: -86px -201px;
  background-image: url(/bitrix/templates/nsella/stylesheet/../images/sprite.png);
  width: 12px;
  height: 7px;
  position: absolute;
  right: 35px;
  top: 25px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.submenu {
  display: none;
  list-style: none;
  transition: all 0.3s;
}

.submenu * {
  box-sizing: border-box;
}

.submenu__item {
  list-style-type: none;
  position: relative;
  border-top: 1px solid #e8e8e8;
  padding: 10px 0;
}

/*.submenu__item.is-has-submenu .submenu__link span:after {
    content: "\2715";
    position: absolute;
    color: #feaf3f;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.submenu__item.is-has-submenu .submenu__link.is-active span:after {
    -webkit-transform: none;
    transform: none;
    content: "\2015";
    right: -2px;
    margin-top: -1px
}*/

.submenu__link {
  color: #414141;
  display: block;
  max-width: 80%;
}

.submenu__link.is-active + .submenu2 {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin: 0;
  padding: 0;
}

.submenu__link > span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: relative;
}

.submenu__link:hover span {
  color: #feaf3f;
}

/*.submenu__item + .submenu__item > .submenu__link > span {
    border-top: 1px solid #e8e8e8;
    padding-top: 8px
}*/

.submenu2 {
  display: none;
  transition: all 0.3s;
}

.submenu2 * {
  box-sizing: border-box;
}

.submenu2__item {
  list-style-type: none;
  position: relative;
}

.submenu2__link {
  display: inline-block;
  padding: 10px 35px 10px 0;
}

.submenu2__link > span {
  font-size: 14px;
  height: 14px;
  display: block;
  position: relative;
  padding-right: 15px;
}

.submenu2__link.is-active span,
.submenu2__link:hover span {
  color: #feaf3f;
}

@media (max-width: 800px) {
  .store__intro p {
    font-size: 14px;
    line-height: 20px;
  }
}

.expand-block {
  overflow: hidden;
  max-height: 125px;
  box-sizing: content-box;
  padding-left: 60px;
}

@media (max-width: 600px) {
  .expand-block {
    padding-left: 0;
  }
}

.expand-block__footer {
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
}

.expand-block__footer--seo {
  border-bottom: none;
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
}

.container--brd {
  padding-top: 35px;
  width: 100%;
  border-top: 1px solid #d5d5d5;
}

.expand-block__footer--active .icon-scroll-down {
  transform: rotate(180deg);
}

.expand-block.is-active {
  max-height: inherit;
}

.product {
  border: 1px solid #dbdbdb;
  border-radius: 0 15px 0 15px;
  padding: 15px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  /*margin-bottom: 30px;*/
  /*overflow: hidden;*/
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  line-height: 0.9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__promotion {
  position: absolute;
  top: 10px;
  left: -60px;
  background: #d30007;
  background: linear-gradient(180deg, #d30007 0, #c63336);
  font-weight: 100;
  color: #fff;
  display: block;
  padding: 4px 0 7px;
  min-width: 200px;
  text-align: center;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.product__image {
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 120px;
}

.product__image:empty {
  background: url(/bitrix/templates/nsella/stylesheet/../images/no-preview.jpg)
    no-repeat center center;
  background-size: contain;
}

.product__image img {
  min-width: 100%;
  min-height: 100%;
}

.product__title {
  margin: 0;
  /*text-transform: uppercase;*/
  color: #414141;
  font-weight: 400;
  font-size: 16px;
  min-height: 30px;
  overflow: hidden;
  padding-bottom: 3px;
  line-height: 23px;
  letter-spacing: -0.3px;
  text-align: center;
}

.product__link--title {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d6d5d5;
  min-height: 30px;
}

.product__manufacturer {
  padding: 15px 0 0px;
  margin: 0;
  display: block;
  line-height: 1.2;
  /* margin-bottom: 10px; */
  font-size: 12px;
}

.product__manufacturer dt {
  font-weight: 700;
  float: left;
}

.product__manufacturer dt:after {
  content: ":";
}

.product__manufacturer dd {
  display: inline;
  margin: 0 0 0 5px;
}

.product__cost {
  font-size: 14px;
  letter-spacing: -1px;
  display: block;
  text-align: left;
}

.product__cost--old {
  display: block;
  font-size: 16px;
  color: #666;
  text-align: left;
}

.product .btn--secondary {
  color: #fff;
  float: right;
  line-height: 17px;
}

.product .btn--secondary:hover {
  color: #fff;
  background-color: #feaf3f;
}

.product .btn--warning {
  position: relative;
  /*top: -3px;*/
}

.product .btn {
  padding: 14px 10px 13px;
  white-space: nowrap;
}

.product .btn b {
  margin: 0 0 0 10px;
}

.product__footer {
  /*padding-top: 15px;*/
  text-align: center;
}

.product .row {
  margin: 15px 0;
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagination__wrapper {
  margin-top: 30px;
}

.pagination__item {
  display: inline;
  list-style-type: none;
  margin: 0 9px;
}

.pagination__link {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #d0d0d0;
  color: #525252;
  border-radius: 0 8px 0 8px;
  font-weight: 500;
  line-height: 35px;
  background-color: #fff;
}

.pagination__link.is-active,
.pagination__link:hover {
  border-color: #feaf3f;
  color: #feaf3f;
}

.is-list .product {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 250px;
  flex-direction: row;
}

.is-list .product__column {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.is-list .product__link--image {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  max-width: 260px;
  margin-right: 30px;
}

.is-list .product__link--title {
  height: auto;
  padding-bottom: 15px;
}

.is-list .product__image {
  margin-bottom: 0;
}

.is-list .product__body {
  width: 100%;
}

.is-list .product .row {
  margin-bottom: 0;
  position: static;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.is-list .product__title {
  height: auto;
}

.is-list .product__footer,
.is-list .product__info {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.is-list .product__footer {
  text-align: right;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.is-list .product .btn.btn--warning {
  margin-top: 25px;
}

@media (max-width: 480px) {
  .menu__link {
    font-size: 16px;
    padding: 15px 25px;
  }

  .menu__link > span:after {
    right: 20px;
    top: 20px;
  }

  .submenu__link {
    padding: 10px 0;
    font-size: 12px;
  }

  .menu__link.is-active + .submenu {
    padding: 10px 18px 10px 27px;
  }

  .product,
  .product__cost,
  .product__cost--old,
  .product__manufacturer {
    font-size: 13px;
  }

  .product .btn {
    padding: 10px 6px 8px;
    font-size: 10px;
  }

  .pagination__wrapper {
    margin-top: 15px;
  }

  .pagination__item {
    margin: 0 3px;
  }

  .pagination__link {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0 5px 0 5px;
    line-height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .is-list .product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .is-list .product__footer,
  .is-list .product__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .is-list .product .row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .is-list .product__footer {
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 670px) {
  .is-list .product__content {
    display: block;
  }

  .is-list .product__footer,
  .is-list .product__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .is-list .product__footer {
    text-align: center;
  }

  .is-list .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .is-list .btn.btn--warning {
    padding: 11px 14px;
  }

  .is-list .product__link--image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 19px;
  }
}

.related {
  background-color: #f4f4f4;
  /*border-bottom: 1px solid #d5d5d5;*/
  padding-top: 5px;
}

.related--promotions {
  padding-top: 20px;
}

.related--promotions .product {
  margin-top: 10px;
}

.detail {
  padding-bottom: 50px;
}

.slider__container {
  margin-left: 175px;
}

.slider__wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}

.slider__img {
  margin: 0;
  overflow: hidden;
  height: 480px;
  line-height: 500px;
  text-align: center;
}

.slider__img:empty {
  background: url(/bitrix/templates/nsella/stylesheet/../images/detail-no-preview.png) center center no-repeat;
  background-size: contain;
}

.slider__img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.carousel {
  width: 150px;
  float: left;
}

.carousel__item {
  margin: 0;
}

.carousel__img {
  height: 150px;
  line-height: 147px;
  overflow: hidden;
  /*border: 1px solid #f1f1f1;*/
  text-align: center;
  margin-bottom: 8px;
  cursor: pointer;
}

.carousel__img:empty {
  background: url(/bitrix/templates/nsella/stylesheet/../images/detail-no-preview-mini.png) center center no-repeat;
  background-size: contain;
}

.carousel__img > img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  /*min-width: 100%;*/
}

/*!*.carousel .slick-current .carousel__img,*!*/
/*.carousel__img:hover {*/
/*border: 1px solid #feaf3f;*/
/*}*/

.carousel .slick-next.slick-arrow,
.carousel .slick-prev.slick-arrow {
  position: absolute;
  display: block;
  height: 50px;
  width: 100%;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: 0;
  background: url(/bitrix/templates/nsella/stylesheet/../images/carousel__arrow--not-active.png) 50% no-repeat #fff;
  z-index: 1;
  overflow: hidden;
  text-indent: -999px;
}

.carousel .slick-next.slick-arrow:before,
.carousel .slick-prev.slick-arrow:before {
  display: none;
}

.carousel .slick-next.slick-arrow:hover,
.carousel .slick-prev.slick-arrow:hover {
  background: url(/bitrix/templates/nsella/stylesheet/../images/carousel__arrow.png) 50% no-repeat #fff;
}

.carousel .slick-next.slick-arrow {
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carousel .slick-prev.slick-arrow {
  bottom: -25px;
  top: inherit;
}

.description__item {
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.description__item.is-active {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 500px) {
  .slider__container {
    margin-left: 0;
    margin-top: 10px;
  }

  .carousel {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .carousel__item {
    margin: 0;
  }

  .carousel__img {
    padding-top: 5px;
    height: 90px;
    line-height: 87px;
  }

  .carousel .slick-next.slick-arrow,
  .carousel .slick-prev.slick-arrow {
    position: absolute;
    display: block;
    height: 100%;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: 0;
    background: url(/bitrix/templates/nsella/stylesheet/../images/carousel__arrow-mobile--not-active.png) 50%
      no-repeat transparent;
    z-index: 1;
    overflow: hidden;
    text-indent: -999px;
  }

  .carousel .slick-next.slick-arrow:before,
  .carousel .slick-prev.slick-arrow:before {
    display: none;
  }

  .carousel .slick-next.slick-arrow:hover,
  .carousel .slick-prev.slick-arrow:hover {
    background: url(/bitrix/templates/nsella/stylesheet/../images/carousel__arrow-mobile.png) 50% no-repeat
      transparent;
  }

  .carousel .slick-next.slick-arrow {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .carousel .slick-prev.slick-arrow {
    bottom: inherit;
    right: 1px;
    left: inherit;
    top: 49px;
  }
}

@media (min-width: 500px) {
  .slider__img {
    margin: 0 auto;
    width: 95%;
  }
}

@media (max-width: 400px) {
  .slider__img {
    height: 200px;
    line-height: 200px;
  }
}

.brief {
  margin-bottom: 10px;
}

.brief__list {
  line-height: 36px;
  margin: 0;
}

.brief__param {
  font-weight: 700;
  line-height: 36px;
  float: left;
}

.brief__param:after {
  content: ":";
  display: inline-block;
  margin: 0 7px 0 0;
}

.brief__value {
  font-weight: 400;
  margin: 0;
}

.brief__value:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.brief__download {
  color: #882580;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
  margin: 5px 0;
}

.brief__download:last-child {
  margin-bottom: 10px;
}

.brief__download:hover {
  color: #fcb426;
}

.brief__download b {
  margin: 0 6px 0 0;
}

.brief__download span {
  display: inline-block;
  vertical-align: middle;
}

.promotion-block {
  border: 1px solid #dad4d4;
  padding: 27px 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.promotion-block__label {
  position: absolute;
  top: 10px;
  left: -60px;
  background: #c10000;
  background: linear-gradient(180deg, #c10000 0, #d13439);
  font-weight: 100;
  color: #fff;
  display: block;
  padding: 10px 0;
  min-width: 200px;
  text-align: center;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.promotion-block .row {
  margin-left: -5px;
  margin-right: -5px;
}

.promotion-block .column {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

.promotion-block .btn {
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.promotion-block .btn.btn--secondary {
  color: #fff;
}

.promotion-block__list {
  padding: 10px 5px;
  line-height: 36px;
}

.promotion-block__param {
  font-size: 18px;
  font-weight: 700;
  float: left;
}

.promotion-block__param:after {
  content: ":";
  display: inline-block;
  margin: 0 5px 0 0;
}

.promotion-block__value {
  margin: 0;
}

.promotion-block__value:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.promotion-block__value s {
  color: #d6d5d5;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: -1px;
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}

.promotion-block__value strong {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: -1.5px;
  vertical-align: top;
  margin-top: -3px;
}

.promotion-block__value span {
  color: #d7d6d6;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  /*padding-left: 150px;*/
  letter-spacing: -1px;
  margin: -5px 0 -20px;
}
.description{
  max-width: 1400px;
  margin: 0 auto;

}
.description__header {
  display: flex;
  flex-wrap: wrap;
}

.description__link {
  flex-grow: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 1rem 1rem;
  /*min-width: 200px;*/
  min-height: 30px;
  text-align: center;
  color: #999;
  font-weight: 400;
  border: 1px solid #999;
  border-radius: 0 10px 0 10px;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.media__description .description__link {
  padding: 0 10px;
}

a.description__link {
  transition: all 0s;
}
.description a:hover {
  text-decoration: none;
  opacity: .6 !important;
}
.description__link.is-active,
.description__link:hover {
  background-color: #feaf3f;
  border-color: #feaf3f;
  color: #fff !important;
}

.description__body {
  border: 1px solid #d1d2d4;
  padding: 25px 55px;
  margin: 0 1rem;
}

@media (max-width: 768px) {
  .description__link {
    width: 100%;
    margin: 0;
    margin-bottom: 16px;
  }

  .description__body {
    margin: 0;
  }
}

.description__item {
  height: 0;
  overflow: hidden;
  /*transition: all .3s;*/
}

.description__item.is-active {
  height: auto;

}

.description__content li,
.description__content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.description__content ul {
  margin: 0;
}

.description__content .product {
  height: 370px;
}

.description__content .product__title {
  height: 55px;
}

.description__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.detail li {
  list-style-type: none;
  position: relative;
}

.detail li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -40px;
  top: 5px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png) 50% no-repeat;
}

@media (max-width: 1200px) {
  .promotion-block__value span {
    padding-left: 0;
  }
}

.container--promotions-list {
  max-width: 1480px;
  padding-left: 50px;
}

.promotions {
  margin-top: 65px;
}

.promotions__footer {
  text-align: center;
  margin-bottom: 35px;
}

.promotion__item {
  position: relative;
  margin-right: 20px;
  margin-top: 85px;
}

.promotion__item:before {
  content: "";
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  position: absolute;
  left: -50px;
  top: -45px;
  bottom: 30px;
  right: 30px;
  max-width: 505px;
}

.promotion__label {
  display: block;
  position: absolute;
  width: 230px;
  height: 200px;
  background-color: #fcbd1c;
  padding: 5px 10px;
  z-index: 1;
  top: -30px;
  left: -10px;
  white-space: nowrap;
  font-size: 15px;
}

.promotion__label:after {
  content: "\2014";
  display: inline-block;
  margin-left: 10px;
}

.promotion__wrapper {
  overflow: hidden;
  border-radius: 0 15px 0 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.promotion__link {
  display: block;
  height: 100%;
}

.promotion__image {
  margin: 0;
  overflow: hidden;
  border-radius: 0 15px 0 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  max-height: 500px;
  height: 100%;
}

.promotion__image img {
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.promotions .promotion__wrapper .promotion__image {
  background: center center no-repeat;
}

.promotions .promotion__content .btn {
  margin-bottom: 10px;
}

.promotion__content {
  margin-right: 30px;
}

.promotion__title {
  font-size: 20px;
  color: #3e3e3e;
  padding-left: 20px;
}

.promotion__text {
  font-weight: 500;
  overflow: hidden;
  height: 95px;
}

.promotions-intro__footer {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0;
  margin-top: -1px;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
}

.promotions-intro__footer p {
  margin: 0;
}

.promotions-intro__footer span:after {
  content: "\2014";
  margin-left: 20px;
  color: #cacaca;
}

@media (max-width: 900px) {
  .promotion__content {
    padding: 0 30px 30px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .promotion__image {
    max-height: 160px;
  }

  .promotion__title {
    font-size: 15px;
  }

  .promotion__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    overflow: hidden;
    height: 80px;
  }

  .promotion__label {
    display: block;
    position: absolute;
    width: 170px;
    height: 100px;
    background-color: #fcbd1c;
    padding: 5px 10px;
    z-index: 1;
    top: -22px;
    font-size: 12px;
    left: -10px;
    white-space: nowrap;
  }

  .container--promotions-list {
    padding-left: 20px;
  }

  .promotion__item + .promotion__item {
    margin: 80px 0 0;
  }

  .promotion__item .btn.btn--warning {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .promotion__item .btn.btn--warning b,
  .promotion__item:before {
    display: none;
  }

  .promotion__item {
    margin-right: 0px;
  }
}

.engineer-call {
  margin: 50px 175px;
  border: 1px solid #dbdbdb;
  border-radius: 0 15px 0 15px;
  padding: 0 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: relative;
}

.engineer-call:before {
  content: "";
  display: block;
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  left: -40px;
  top: -30px;
  bottom: 45px;
  right: 45px;
  position: absolute;
  z-index: -1;
}

.engineer-call__textinput {
  font-family: Open Sans;
  padding: 0 40px;
}

.engineer-call__label {
  color: #5e5e5d;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
}

.engineer-call__label--checkboxes {
  cursor: pointer;
}

.engineer-call__label input[type="checkbox"] {
  z-index: 1;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  opacity: 0;
}

.engineer-call__label
  input[type="checkbox"]:checked
  + .engineer-call__forcheckbox:before {
  background: url(/bitrix/templates/nsella/stylesheet/../images/checkbox-active.png) 0 100% no-repeat;
}

/* radio */

.catalog__checkbox--radiobuttons {
  cursor: pointer;
}

.engineer-call__label input[type="radio"] {
  z-index: 1;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  opacity: 0;
}

.engineer-call__forradio:before {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1.5px #5e5e5d;
  left: 0;
  top: 3px;
}

.engineer-call__label
  input[type="radio"]:checked
  + .engineer-call__forradio:before {
  background-color: #fcbd1c;
}

.engineer-call__row p {
  margin: 0;
}

.engineer-call__row p + p {
  margin: 10px 0 0;
}

.engineer-call__row + .engineer-call__row {
  margin-top: 20px;
}

.engineer-call__section {
  padding: 25px 0;
}

.engineer-call__section + .engineer-call__section {
  border-top: 1px solid #d5d5d5;
}

.engineer-call__forcheckbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/checkbox.png) 0 100% no-repeat;
}

.engineer-call__table {
  width: 100%;
}

.engineer-call__th {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  line-height: 15px;
  padding-bottom: 10px;
}

.engineer-call__td {
  padding-bottom: 15px;
}

.engineer-call__td:not(:last-child) {
  padding-right: 30px;
}

.engineer-call__tbody .engineer-call__td:first-child {
  color: #feaf3f;
  font-size: 24px;
  font-weight: 400;
}

.engineer-call__textarea {
  display: block;
  line-height: 1;
  padding: 10px 17px;
  border: 1px solid #5e5e5d;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  color: #5e5e5d;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  min-height: 140px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .engineer-call {
    margin: 50px 0;
  }

  .engineer-call__tr {
    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;
  }

  .engineer-call__td:not(:last-child) {
    padding-right: 0;
  }

  .engineer-call__td:before {
    content: attr(data-title);
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding-bottom: 5px;
  }
}

.contacts__tab {
  display: inline-block;
  margin: 0 16px 16px 0;
  width: 215px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #999;
  border-radius: 0 10px 0 10px;
}

.contacts__tab.is-active,
.contacts__tab:hover {
  /*border-color: #feaf3f;*/
  /*color: #feaf3f;*/
  background-color: #feaf3f;
  border-color: #feaf3f;
  color: #fff;
}

@media (max-width: 500px) {
  .contacts__tab {
    width: 100%;
  }
}

.contacts__body {
  border: 1px solid #d1d2d4;
  padding: 35px 55px;
}

.contacts__item {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.contacts__item.is-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

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

.contacts__icon-wrapper {
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
  min-width: 45px;
}

.contacts__p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.contacts__link:hover {
  color: #feaf3f;
}

.contacts__description {
  padding-bottom: 45px;
}

.contacts__section {
  padding: 30px 0;
}

.contacts__section:first-child {
  padding: 0;
  border-bottom: 1px solid #d1d2d4;
}

.contacts__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}

.contacts__list {
  margin: 0;
  padding: 0 0 0 35px;
}

.contacts__info {
  list-style-type: none;
  position: relative;
}

.contacts__info:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -35px;
  top: 5px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png) 50% no-repeat;
}

.contacts__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}

.contacts__metro {
  overflow: hidden;
  height: 97px;
}

.contacts__metro.is-active {
  height: auto;
  margin-bottom: 1em;
}

.contacts__metro-link {
  padding: 3px 5px;
}

.contacts__metro-footer {
  text-align: center;
  padding: 10px 0;
}

.contacts__address {
  font-style: normal;
  display: inline;
}

.contacts__map {
  text-decoration: underline;
}

.contacts__map:hover {
  text-decoration: none;
}

/*.map {*/
/*border-bottom: 1px solid #cacaca*/
/*}*/

/*.map .title {*/
/*font-size: 24px;*/
/*font-weight: 300;*/
/*padding-bottom: 10px;*/
/*margin-bottom: 30px;*/
/*margin-left: 10px*/
/*}*/

.map__wrapper {
  position: relative;
  height: 580px;
}

.map__item {
  min-height: 580px;
  width: 100%;
  z-index: 0;
}

.map__item.is-active {
  z-index: 1;
}

.map__item + .map__item {
  /*margin-top: -580px;*/
}

.map .leaflet-popup {
  left: -106px !important;
  width: 209px !important;
}

.map .leaflet-popup-content-wrapper,
.map .leaflet-popup-tip {
  background-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 0;
}

.map .leaflet-popup-close-button {
  display: none;
}

.contacts__hidden-map {
  width: 100%;
  height: 90vh;
}

@media (max-width: 480px) {
  .contacts__body {
    padding: 25px;
  }

  .contacts__p {
    font-size: 14px;
  }

  .contacts__description {
    padding-bottom: 25px;
  }

  .contacts__subtitle {
    font-size: 14px;
  }

  .contacts__metro {
    line-height: 14px;
    font-size: 12px;
  }
}

/* @media (max-width: 768px) {
  .map__wrapper {
    padding: 0 30px 30px;
  }
} */

/*.journal .title {*/
/*color: #3e3e3e;*/
/*font-size: 30px;*/
/*font-weight: 300;*/
/*margin: 0 0 30px*/
/*}*/

.journal__intro {
  margin-left: 70px;
  margin-right: 70px;
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: justify;
}

.journal__intro p {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}

.journal-qr {
  background-color: #f4f4f4;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 25px 0 0;
}

.journal-qr__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 0;
  text-align: center;
}

.journal-qr__item {
  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;
  min-height: 180px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  padding: 0 0 2.5rem;
}

.journal-qr__item strong {
  font-size: 13px;
  font-weight: 700;
}

.journal-body {
  padding-bottom: 30px;
}

.journal-body img {
  max-width: 100%;
}

.journal-body__img {
  margin: 0 0 20px;
  position: relative;
}

.journal-body__img:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  top: -25px;
  right: 135px;
  bottom: 30px;
  left: -30px;
  z-index: -1;
}

.journal-body .title {
  margin-bottom: 45px;
}

.journal-body h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.journal-body__content ul {
  margin: 0;
  padding: 0 0 35px 35px;
}

.journal-body__content ul li {
  list-style-type: none;
  position: relative;
  font-weight: 400;
  line-height: 24px;
}

.journal-body__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -40px;
  top: 5px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png) 50% no-repeat;
}

.journal-body__content ul li + li {
  margin-top: 15px;
}

.journal__footer {
  background-color: #f4f4f4;
  border-top: 1px solid #d5d5d5;
  /*border-bottom: 1px solid #d5d5d5;*/
  padding: 30px 0 10px;
}

.journal-people {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.journal-people--mail {
  display: block;
}

.journal-people--mail .journal-people__position {
  margin-bottom: 12px;
  font-weight: 400;
}

.journal-people--mail .journal-people__name {
  margin-bottom: 12px;
  font-weight: 600;
}

.journal-people--mail .journal-people__name b {
  margin-right: 10px;
}

.journal-people--mail .journal-people__name a:hover {
  color: #e3161c;
}

.journal-people__position {
  font-weight: 600;
}

.journal-people__name {
  font-weight: 400;
  margin: 0;
}

.journal-people__name span {
  margin-left: 3px;
}

@media (max-width: 768px) {
  .journal__intro {
    margin-left: 0;
    font-size: 16px;
  }

  .journal-body__content .btn {
    font-size: 11px;
    padding: 10px;
    line-height: 1;
    white-space: nowrap;
    display: block;
    width: 230px;
    margin: 0 auto;
  }

  .journal-people {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.icon-google-play {
  width: 23px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-google-play.png) 50% no-repeat;
}

.icon-app-store,
.icon-google-play {
  display: inline-block;
  height: 26px;
  min-height: 26px;
}

.icon-app-store {
  width: 28px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-app-store.png) 50% no-repeat;
}

.icon-pdf {
  display: inline-block;
  margin: -7px 0 -7px 12px !important;
  width: 20px;
  height: 20px;
  min-height: 26px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-pdf.png) 50% no-repeat;
}

.manufacturer {
  padding-bottom: 45px;
}

.manufacturer > .container {
  overflow: visible;
}

.manufacturer__title {
  color: #3e3e3e;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px;
  position: relative;
}

.manufacturer__title:after {
  position: absolute;
  content: "";
  width: 76px;
  left: 0;
  height: 2px;
  bottom: -13px;
  background-color: #fcb426;
}

.manufacturer__img {
  margin: 0 0 20px;
  position: relative;
}

.manufacturer__img span {
  overflow: hidden;
  display: block;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  /*max-height: 374px;*/
}

.manufacturer__img:after {
/*  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  top: -25px;
  right: 30px;
  bottom: 30px;
  left: -30px;
  z-index: -1;*/
}

.manufacturer__img img {
  width: 100%;
  display: block;
}

.manufacturer p {
  font-weight: 500;
}

.manufacturer__subtitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}

.manufacturer__subtitle:after {
  position: absolute;
  content: "";
  display: none;
  width: 76px;
  height: 2px;
  bottom: 0;
  background-color: #fcb426;
}

.manufacturer__content {
  line-height: 30;
}

.manufacturer__list {
  margin: 0;
  padding: 0;
}

.manufacturer__list + .manufacturer__subtitle {
  margin-top: 2rem;
}

.manufacturer__item {
  list-style-type: none;
}

.manufacturer__item + .manufacturer__item {
  margin-top: 10px;
}

.manufacturer__link {
  font-weight: 500;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.manufacturer__link b {
  margin: 7px 20px 0 0;
}

.manufacturer__link:hover {
  color: #feaf3f;
}

.manufacturer__description {
  background-color: #f4f4f4;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 40px 0;
}

/*.manufacturer__description .title {*/
/*color: #3e3e3e;*/
/*font-size: 30px;*/
/*font-weight: 300;*/
/*margin: 0 0 30px*/
/*}*/

.manufacturer__description .description__body {
  background-color: #fff;
}

.manufacturer__description .description__link {
  min-width: 200px;
  /*width: auto;*/
  white-space: nowrap;
  padding: 0 26px;
  box-sizing: border-box;
  margin-bottom: 40px;
  line-height: 45px;
}

.manufacturer__description .description__link + .description__link {
  margin-left: 25px;
  padding-left: 45px;
  padding-right: 45px;
}

@media (max-width: 992px) {
  .manufacturer__subtitle {
    font-size: 15px;
  }

  .description__body {
    padding: 15px 25px;
  }

  /*.description__link {*/
  /*font-size: 14px*/
  /*}*/

  .description__content li,
  .description__content p {
    font-size: 14px;
  }

  .description__content li + li {
    margin-top: 1rem;
  }

  .manufacturer__description .description__link + .description__link {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .manufacturer__description {
    padding: 20px 0;
  }

  .manufacturer__description .description__link {
    margin-bottom: 20px;
  }

  /*.manufacturer__description .description__link {*/
  /*height: 30px;*/
  /*}*/
}

.media {
  padding-bottom: 25px;
}

.media * {
  outline: 0;
}

/*.media .title {*/
/*font-size: 30px;*/
/*font-weight: 300;*/
/*margin: 0 0 30px;*/
/*padding: 0 0 10px;*/
/*}*/

/*.media h2.title {*/
/*font-size: 24px;*/
/*margin: 0 0 50px;*/
/*}*/

/*.media p {*/
/*font-weight: 500;*/
/*}*/

.media__intro {
  margin-left: 70px;
  margin-right: 70px;
  /*padding-bottom: 20px;*/
  text-align: justify;
}

/*.media__intro p {*/
/*color: #7d7d7d;*/
/*font-size: 18px;*/
/*font-weight: 300;*/
/*line-height: 24px;*/
/*margin-bottom: 15px;*/
/*text-align: justify;*/
/*}*/

.media__intro p {
  text-align: justify;
}

/*.media__intro p,*/
/*.media article.row h3 {*/
/*font-size: 18px;*/
/*margin-top: 0;*/
/*color: #7d7d7d;*/
/*font-size: 18px;*/
/*font-weight: 300;*/
/*line-height: 24px;*/
/*margin-bottom: 15px;*/
/*}*/

.media__description {
  background-color: #f4f4f4;
  border-top: 1px solid #d1d2d4;
  padding-bottom: 40px;
}

.media__description .description__body {
  padding: 0 55px 35px;
  background-color: #fff;
}

.media__description .description__content {
  margin-top: 40px;
}

/*.media__description .title {*/
/*font-size: 24px;*/
/*font-weight: 300;*/
/*margin: 30px 0;*/
/*padding: 0 0 10px;*/
/*}*/

/*.media__description .description__link {
    margin: 0 16px 40px 0
}*/

.media__description p {
  font-weight: 500;
}

.media__description ul {
  padding-left: 40px;
  margin: 0;
}

.media__description li {
  list-style-type: none;
  position: relative;
}

.media__description li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -40px;
  top: 5px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png) 50% no-repeat;
}

/*.media__description li:not(.pagination__item) {
    display: none !important;
}*/

.media__description h4 {
  margin-bottom: 10px;
}

.media__video {
  position: relative;
  margin: 20px;
}

.media__video:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  top: -30px;
  right: 37px;
  bottom: 30px;
  left: -37px;
}

.media__video span {
  display: block;
  height: 340px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0 8px 0 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.media__video span:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(/bitrix/templates/nsella/stylesheet/../images/icon-play.png);
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.media__video:hover span:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.media__video img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}

.media .btn {
  margin-bottom: 50px;
}

.photos * {
  outline: 0;
}

.photos__item {
  display: block;
  padding: 5px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}

.photos__item:before {
  /*content: "";*/
  /*display: block;*/
  /*position: absolute;*/
  /*background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);*/
  /*top: -20px;*/
  /*right: 25px;*/
  /*bottom: 20px;*/
  /*left: -22px;*/
  /*background-size: 15%;*/
  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  top: -22px;
  right: 45px;
  bottom: 25px;
  left: -22px;
  background-size: 15%;
}

.photos .column.xs-12.sm-6.md-4:nth-child(n + 4) .photos__item {
  margin-top: 60px;
}

.photos__img {
  max-height: 216px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0 8px 0 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.photos__img img {
  max-width: 100%;
}

.photos__footer {
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .media__description .description__link {
    margin-bottom: 15px;
  }

  .media__intro {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .photos .column.xs-12.sm-6.md-4:nth-child(n + 4) .photos__item {
    margin-top: inherit;
  }

  .photos .photos__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .media__description .description__body {
    padding: 0 25px 35px;
  }
}

.course {
  position: relative;
}

.course__list {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.course__list-wrapper {
  border: 1px solid #dad4d4;
  padding: 35px 42px;
}

.course__list-online-pay {
  border: 1px solid #dad4d4;
  padding: 10px 10px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

.course__list-wrapper .btn {
  margin-bottom: 0;
}

.course__list--cost .course__dt {
  line-height: 1;
}

.course__list--cost .course__dd {
  font-size: 30px;
  display: block;
  letter-spacing: -1px;
  margin-bottom: 45px;
}

.course__dt,
.course__list--cost .course__dd {
  font-weight: 700;
  line-height: 36px;
}

.course__dd {
  line-height: 24px;
  margin-bottom: 15px;
}

.course-form {
  background-color: #f4f4f4;
  padding: 50px 55px;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}

.course-form:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  top: -30px;
  right: 32px;
  bottom: 20px;
  left: -40px;
  z-index: -1;
}

.course-form__wrapper {
  padding: 0 0 50px;
  border-bottom: 1px solid #cacaca;
}

.course-form__wrapper .container {
  padding-bottom: 5px;
}

.course-form__title {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  margin: 20px 0 50px;
  padding-bottom: 15px;
}

.course-form__title:after {
  content: "";
  position: absolute;
  width: 76px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fcb426;
}

.course-form__row + .course-form__row {
  margin-top: 22px;
}

.course-form--username {
  background: url(/bitrix/templates/nsella/stylesheet/../images/user.svg) 13px no-repeat;
  background-size: auto 50%;
}

.course-form--userphone {
  background: url(/bitrix/templates/nsella/stylesheet/../images/phone.svg) 11px no-repeat;
  background-size: auto 60%;
}

.course-form--usermessage {
  background: url(/bitrix/templates/nsella/stylesheet/../images/ns-chat.svg) 11px 9px no-repeat #fff;
  -ms-background-size: auto 19%;
  background-size: auto 19%;
}

.course-form--usermessage,
.course-form--username,
.course-form--userphone {
  padding-left: 44px !important;
}

.course-form__file-download {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}

.course-form__file-download input {
  position: absolute;
  width: 100%;
  height: 25px;
  z-index: 1;
  opacity: 0;
  top: 0;
}

.course-form__file-download span {
  display: block;
  margin-top: 5px;
}

.course-form .btn {
  float: right;
}

@media (max-width: 900px) {
  .course-form .btn {
    margin-bottom: 22px;
  }

  .course-form__file-download span {
    margin-bottom: 15px;
  }

  .btn.btn--light,
  .btn.btn--warning {
    padding: 9px 14px;
    line-height: 17px;
  }

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

  .course-form {
    padding: 50px 55px 80px;
  }

  .course-form__row--send {
    position: absolute;
    bottom: 0;
    left: 55px;
    right: 55px;
  }

  .course-form--usermessage {
    margin-top: 20px;
  }

  .course-form .column {
    position: static;
  }
}

@media (max-width: 600px) {
  .course-form .btn {
    float: none;
  }

  .course__list-wrapper {
    padding: 15px 22px;
  }

  .breadcrumb__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 10px;
  }

  .breadcrumb {
    margin-top: 0;
  }

  .course-form {
    padding: 50px 55px 100px;
  }
}

@media (max-width: 480px) {
  .course-form {
    padding: 20px 25px 120px;
  }

  .course-form__row--send {
    left: 25px;
  }

  .product .btn.btn--warning {
    width: 100%;
    box-sizing: border-box;
  }
}

/*.vacancies .title {*/
/*color: #3e3e3e;*/
/*font-size: 30px;*/
/*font-weight: 300;*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/

.vacancies__intro {
  margin-left: 70px;
  margin-right: 70px;
  text-align: justify;
}

@media (max-width: 992px) {
  .vacancies__intro {
    margin-left: 0px;
  }
}

.vacancies__intro p {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}

.vacancies__bg {
  height: 230px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/vacancies.jpg) 100% 100%;
}

.vacancies__advantages {
  border-bottom: 1px solid #e3e3e3;
}

.vacancies__advantages .title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 50px;
  padding-bottom: 15px;
}

.vacancies__item {
  max-width: 300px;
  margin-bottom: 50px;
}

.vacancies__item strong {
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 100%;
}

.vacancies__description {
  padding-top: 20px;
  background: #f4f4f4;
}

.vacancies__description h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px;
}

.vacancies__description ul {
  margin: 0;
  padding: 0 0 0 40px;
}

.vacancies__description li {
  margin: 16px 0;
  list-style-type: none;
  position: relative;
}

.vacancies__description li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -40px;
  top: 5px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png) 50% no-repeat;
}

.vacancies__description a {
  text-decoration: underline;
}

.vacancies__description a:hover {
  text-decoration: none;
}

/*.vacancies__description .mb45 {*/
/*margin-bottom: 45px;*/
/*}*/

.vacancies__list {
  counter-reset: a;
}

/*.vacancies__list .title {*/
/*font-size: 24px;*/
/*font-weight: 300;*/
/*margin: 0 0 50px;*/
/*padding-bottom: 15px;*/
/*}*/

.vacancies__article {
  position: relative;
  padding: 0 0 40px;
}

.vacancies__article + .vacancies__article {
  border-top: 1px solid #cacaca;
  padding: 40px 0;
}

.vacancies__article:before {
  counter-increment: a;
  content: counter(a) ".";
  color: #feaf3f;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
}

/*.vacancies__article .title {*/
/*font-size: 24px;*/
/*font-weight: 300;*/
/*margin: 0 0 50px;*/
/*padding-bottom: 15px;*/
/*}*/

.vacancies__article h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px 40px;
}

.vacancies__article h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px;
}

.vacancies__article ul {
  margin: 0;
  padding: 0 0 0 40px;
}

.vacancies__article li {
  margin: 0 0 20px;
  list-style-type: none;
  position: relative;
}

.vacancies__article li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -40px;
  top: 5px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png) 50% no-repeat;
}

.vacancies__article p {
  font-weight: 500;
}

.vacancies__footer {
  border-bottom: 1px solid #cacaca;
  padding: 50px 0;
}

.vacancies__footer h4 {
  font-size: 18px;
  margin: 0 0 20px;
}

.vacancies__footer p {
  font-style: italic;
  margin: 0;
}

.icon-vacancies {
  display: inline-block;
  width: 91px;
  height: 102px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-salary.png) 50% no-repeat;
  margin: 0 auto 15px;
}

.license {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 45px;
}

/*.license .title {*/
/*font-size: 24px;*/
/*margin: 25px 0;*/
/*padding: 0 0 12px*/
/*}*/

.license ul {
  margin: 0;
  padding: 0 0 0 40px;
}

.license li {
  margin: 0 0 15px;
  list-style-type: none;
  position: relative;
}

.license li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -40px;
  top: 5px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png) 50% no-repeat;
}

.numered,
.vacancies__description .numered {
  counter-reset: b;
}

.numered li,
.vacancies__description .numered li {
  /*margin: 0 0 20px;*/
  list-style-type: none;
  position: relative;
}

.numered li:before,
.vacancies__description .numered li:before {
  counter-increment: b;
  content: counter(b) ". ";
  font-size: 24px;
  color: #feaf3f;
  background: 0 0;
  position: absolute;
  top: -3px;
}

.repairs {
  background-color: #f4f4f4;
  padding-bottom: 45px;
}

/*.repairs .title {*/
/*font-size: 24px;*/
/*margin: 25px 0;*/
/*padding: 0 0 12px*/
/*}*/

@media (max-width: 992px) {
  .vacancies__bg {
    height: 100px;
  }

  .engineer-call__thead {
    display: none;
  }
}

@media (max-width: 480px) {
  .vacancies__intro {
    margin: 0 0 40px;
  }

  .engineer-call__form .column.xs-12.sm-6.md-5 {
    margin-top: 20px;
  }
}

.media__description .pagination__item:before {
  display: none;
}

/*.deliviery .title {*/
/*font-size: 30px;*/
/*font-weight: 300;*/
/*margin: 0 0 30px;*/
/*padding: 0 0 10px*/
/*}*/

.deliviery__intro {
  margin-left: 70px;
  margin-right: 70px;
  text-align: justify;
}

.deliviery__intro p {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}

.deliviery__item {
  margin-bottom: 40px;
  text-align: justify;
  padding: 0 15px;
}

.deliviery__item p {
  text-align: justify;
}

.deliviery p {
  color: #7d7d7d;
}

.deliviery__bg img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 768px) {
  .deliviery__bg {
    height: 150px;
    background: url(/bitrix/templates/nsella/stylesheet/../images/deliviery-intro.png) 100% 100%;
    background-size: cover;
  }

  .deliviery__bg img {
    display: none;
  }
}

.deliviery__list {
  padding: 30px 0;
}

.deliviery__list ul {
  margin: 0;
}

.deliviery__list li {
  margin: 16px 0;
  position: relative;
  list-style-type: none;
  text-align: justify;
}

.deliviery__list li:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(/bitrix/templates/nsella/stylesheet/../images/sprite.png) no-repeat -86px -187px;
  position: absolute;
  left: 0;
  top: 3px;
}

.deliviery__title {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 600;
}

.payment {
  background-color: #f4f4f4;
  border-top: 1px solid #d5d5d5;
}

/*.payment .title {*/
/*color: #3e3e3e;*/
/*font-size: 24px;*/
/*font-weight: 500;*/
/*margin: 0 0 30px*/
/*}*/

.payment__item {
  margin-bottom: 40px;
}

.payment__title {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 600;
}

.payment__list {
  counter-reset: c;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.payment li {
  position: relative;
  padding-left: 40px;
}

.payment li + li {
  margin-top: 20px;
}

.payment li:after {
  counter-increment: c;
  content: counter(c) ".";
  color: #fcb426;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: -7px;
}

/*.requisites {*/
/*border-bottom: 1px solid #d5d5d5*/
/*}*/

/*.requisites .title {*/
/*color: #3e3e3e;*/
/*font-size: 24px;*/
/*font-weight: 500;*/
/*margin: 0 0 30px*/
/*}*/

.requisites__term {
  float: left;
}

.requisites__term:after {
  content: ": ";
  display: inline-block;
  margin: 0 8px 0 0;
}

.requisites__list {
  margin: 0;
}

.requisites__definition {
  margin: 0 0 5px;
}

.requisites__item {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .deliviery__intro {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .footer p.copy {
    text-align: center;
  }
}

.promotion-detail {
  padding: 20px 0;
  position: relative;
}

.promotion-detail__item {
  position: relative;
}

.promotion-detail__item + .promotion-detail__item {
  margin-top: 5rem;
}

.promotion-detail__label {
  display: block;
  position: absolute;
  width: 230px;
  height: 200px;
  background-color: #fcbd1c;
  padding: 5px 10px;
  z-index: 1;
  top: -45px;
  left: -10px;
  white-space: nowrap;
}

.promotion-detail__link {
  position: relative;
}

.promotion-detail__link:before {
  content: "";
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  position: absolute;
  left: -28px;
  top: -45px;
  bottom: 30px;
  right: 30px;
  max-width: 505px;
}

.promotion-detail__image {
  overflow: hidden;
  border-radius: 0 15px 0 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin: 0;
}

.promotion-detail__image img {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

.promotion-detail__images {
  overflow: hidden;
  border-radius: 0 15px 0 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin: 0;
  min-height: 210px;
  background: center center no-repeat;
}

.promotion-detail__images span {
  position: absolute;
  max-width: 50%;
  height: 100%;
  overflow: hidden;
  left: 0;
}

.promotion-detail__images span + span {
  right: 0;
  left: inherit;
}

.promotion-detail__images span + span img {
  vertical-align: top;
}

.promotion-detail__images img {
  max-width: 100%;
  vertical-align: bottom;
}

.promotion-detail .icon-gift {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.promotion-detail__text {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}

.container--promotions {
  overflow: visible;
}

/*.container--promotions p {*/
/*color: #7d7d7d;*/
/*font-weight: 500;*/
/*}*/

.icon-gift {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-gift.png) 50% no-repeat;
}

@media (max-width: 900px) {
  .promotion-detail__images {
    max-width: 300px;
  }

  .actions .slick-dotted.slick-slider {
    padding-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .promotion-detail__images {
    min-height: 170px;
  }

  .promotion-detail__images span {
    line-height: 130px;
  }

  .promotion-detail__label {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .media p + .btn.btn--warning {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

.header__search--wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

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

@media (max-width: 900px) and (min-width: 480px) {
  .brief__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .brief__row .brief {
    margin-bottom: 10px;
    min-width: 40%;
    margin-right: 10px;
  }
}

.fancybox-slide > div {
  border-radius: 0 15px 0 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}

.fancybox-close-small:after,
.fancybox-close-small:hover:after {
  background-color: #e3161c;
  color: #fff;
  font-size: 14px;
  width: 25px;
  height: 25px;
  top: 12px;
  right: 12px;
  content: "\2715";
  line-height: 26px;
  transition: all 0.3s;
}

.fancybox-close-small:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #dc484c;
}

.modal__body {
  width: 735px;
  padding: 11px 41px;
  box-sizing: border-box;
}

.modal__body h3,
.modal__body .h3 {
  font-size: 30px;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 25px;
  font-weight: 300;
}

.modal__body h3:after,
.modal__body .h3:after {
  position: absolute;
  left: 0;
  content: "";
  width: 76px;
  height: 2px;
  bottom: 0;
  background-color: #fcb426;
}

.modal__body p {
  margin-bottom: 20px;
  font-weight: 500;
}

.modal__body label {
  font-size: 14px;
}

.modal__body input {
  padding-left: 45px;
}

.modal__body input[type="text"] {
  background: url(/bitrix/templates/nsella/stylesheet/../images/ns-user.svg) 11px no-repeat;
  background-size: auto 50%;
}

.modal__body input[type="tel"] {
  background: url(/bitrix/templates/nsella/stylesheet/../images/phone.svg) 8px no-repeat;
  background-size: auto 60%;
}

.modal__body input[type="email"] {
  background: url(/bitrix/templates/nsella/stylesheet/../images/ns-mail.svg) 11px 12px no-repeat;
  -ms-background-size: auto 50%;
  background-size: auto 50%;
}

.modal__body input[type="password"] {
  background: url(/bitrix/templates/nsella/stylesheet/../images/password.svg) 11px no-repeat;
  background-size: auto 60%;
}

.modal-form__row + .modal-form__row {
  margin-top: 15px;
}

.modal-form__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-form__row small {
  font-size: 11px;
  font-weight: 700;
  line-height: 0.8;
}

.modal-form__row small a {
  text-decoration: underline;
  color: #d2691e;
}

.modal-form__row small a:hover {
  text-decoration: none;
}

.modal-form__row .checkbox__wrapper {
  width: 100%;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .modal__body {
    max-width: 480px;
  }

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

  .modal__body .btn.btn--warning {
    display: block;
    width: 180px;
    margin: 0 auto 10px;
  }

  .modal__body .btn.btn--secondary {
    display: block;
    width: 225px;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .modal__body h3,
  .modal__body .h3 {
    font-size: 20px;
  }

  .modal-form__row.row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .modal-form__row.row .g-recaptcha {
    margin-left: -5px;
  }

  .modal__body {
    max-width: 350px;
    padding: 15px;
  }

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

  #registration .modal-form__row:nth-child(4),
  #consult .modal-form__row:nth-child(5),
  #callback .modal-form__row:nth-child(4) {
    position: relative;
  }

  #registration .modal-form__row:nth-child(4) > .column,
  #consult .modal-form__row:nth-child() > .column,
  #callback .modal-form__row:nth-child(4) > .column {
    position: absolute;
    padding: 0;
    padding-top: 20px;
    left: -19px;
    bottom: -45px;
  }
}

@media (max-width: 480px) {
  .modal__body label {
    margin-bottom: 5px;
    display: inline-block;
  }
}

@media (max-width: 380px) {
  .modal__body {
    max-width: 300px;
    padding: 15px;
  }

  .modal-form__row.row .g-recaptcha {
    margin-left: -34px;
  }
}

/*.specialists {*/
/*border-bottom: 1px solid #cacaca;*/
/*padding: 25px 0 0*/
/*}*/

.specialists__title {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  /*margin: 0 0 25px;*/
}

.specialists__row {
  counter-reset: d;
}

.specialists__column {
  padding-bottom: 25px;
}

.specialists__column .specialists__subtitle:before {
  counter-increment: d;
  content: counter(d) ". ";
  font-size: 24px;
  color: #feaf3f;
  background: 0 0;
  position: absolute;
  font-weight: 400;
  top: -2px;
  left: 0;
}

.specialists__subtitle {
  position: relative;
  padding-left: 30px;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 18px;
}

.specialists__block {
  padding-left: 30px;
}

.specialists__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.specialists__item + .specialists__item {
  margin-top: 20px;
}

.specialists__icon {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
}

.specialists__description a {
  font-weight: 600;
}

.specialists__description a:hover {
  color: #e3161c;
}

.specialists__description small {
  font-size: 12.3px;
  display: block;
}

.service__bg {
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
}

.service__bg img {
  width: 100%;
}

@media (max-width: 480px) {
  .vacancies__intro {
    margin-left: 0;
    margin-right: 0;
  }

  .service__bg img {
    width: inherit;
    max-height: 100px;
  }
}

.help-block {
  position: absolute;
  font-size: 12px;
}

.help-block,
[data-validation].error {
  color: #b94a48;
}

.lecturers__item {
  margin: 70px 50px 0 0;
}

.lecturers__image {
  position: relative;
  margin: 0 0 30px;
  max-width: 250px;
}

.lecturers__image span {
  display: block;
  max-width: 250px;
  height: 225px;
  border: 1px solid #c1c1c1;
  border-radius: 0 15px 0 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.lecturers__image:before {
  content: "";
  position: absolute;
  left: -35px;
  top: -30px;
  right: 35px;
  bottom: 30px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
}

.lecturers__image img {
  min-width: 100%;
  min-height: 100%;
}

.lecturers__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

.lecturers__subtitle {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 15px;
}

.lecturers__info {
  margin: 0;
  padding: 0 0 0 37px;
}

.lecturers__param {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  list-style-type: none;
}

.lecturers__param:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png);
  position: absolute;
  left: -35px;
  top: 0;
}

.lecturers__footer {
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  .lecturers__item {
    margin: 60px 0 0 0;
  }

  .promotion-block .btn.btn--secondary {
    padding: 10px 10px 8px;
    line-height: 17px;
  }
}

.vendors {
}

.vendors__intro {
  margin: 0 70px;
  text-align: justify;
}

.vendors__intro p {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}

.vendors__body {
  background-color: #f4f4f4;
  border-top: 1px solid #d5d5d5;
  /*border-bottom: 1px solid #d5d5d5;*/
}

.vendors__item {
  padding: 30px 0;
  overflow: hidden;
}

.vendors__item + .vendors__item {
  border-top: 1px solid #d5d5d5;
}

.vendors__image {
  float: left;
  width: 140px;
  overflow: hidden;
  margin: 0;
}

.vendors__image img {
  max-width: 100%;
}

.vendors__content {
  margin: 0 0 0 175px;
}

@media (max-width: 992px) {
  .vendors__intro {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 450px) {
  .vendors__image {
    float: none;
    width: 140px;
    margin: 0 0 15px;
  }

  .vendors__content {
    margin: 0;
  }
}

.vendors__content a {
  margin: 15px 0 0 0;
}

.vendors__footer {
  padding: 20px 0;
  text-align: center;
}

.vendors__expand {
  padding: 5px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/vendors-more.png) center center no-repeat;
}

.vendors__expand:hover {
  background: url(/bitrix/templates/nsella/stylesheet/../images/vendors-more--hover.png) center center no-repeat;
}

/**********************************/
/**********************************/
/**********************************/
/**********************************/
/* ----- К О С Т Ы Л И  ----------*/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/

.engineer-call__section:last-child .engineer-call__label {
  margin-bottom: 8px;
  display: block;
}

.engineer-call__section:last-child textarea {
  margin-top: 0px;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  .engineer-call {
    margin: 50px auto 50px auto;
  }
}

@media (max-width: 1145px) and (min-width: 992px) {
  .engineer-call__section:last-child .btn {
    padding: 14px 20px;
  }
}

/*@media (max-width: 768px) {*/
/*.g-recaptcha > div {*/
/*float: right;*/
/*}*/
/*}*/

@media (max-width: 480px) {
  .g-recaptcha > div {
    float: left;
    margin-bottom: 15px;
  }

  .engineer-call__section:last-child .btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

input._error {
  border-color: rgb(185, 74, 72);
  color: rgb(185, 74, 72);
}

textarea._error {
  border-color: rgb(185, 74, 72);
  color: rgb(185, 74, 72);
}

input._error::-webkit-input-placeholder {
  color: rgb(185, 74, 72);
}

textarea._error::-webkit-input-placeholder {
  color: rgb(185, 74, 72);
}

input._error::-moz-placeholder {
  color: rgb(185, 74, 72);
}

textarea._error::-moz-placeholder {
  color: rgb(185, 74, 72);
}

input._error:-moz-placeholder {
  color: rgb(185, 74, 72);
}

textarea._error:-moz-placeholder {
  color: rgb(185, 74, 72);
}

input._error:-ms-input-placeholder {
  color: rgb(185, 74, 72);
}

textarea._error:-ms-input-placeholder {
  color: rgb(185, 74, 72);
}

.captcha--info {
  color: rgb(185, 74, 72);
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600;
}

.training__intro,
.about__intro,
.leasing__intro {
  margin: 0 70px;
  text-align: justify;
}

.training__bg,
.about__bg,
.leasing__bg {
  height: 225px;
  overflow: hidden;
  border-top: 1px solid #d5d5d5;
}

.training__bg img,
.about__bg img,
.leasing__bg img {
  width: 100%;
}

.training__body {
  padding: 30px 0;
}

/*.training__body ~ .media__description {
    margin-bottom: -1px;
    padding-bottom: 0px;
}*/

.leasing__body ~ .course-form__wrapper {
  margin-bottom: -1px;
}

.about__bg ~ .vacancies__advantages {
  margin-bottom: -1px;
  padding-bottom: 30px;
}

.training__body .container {
  overflow: visible;
}

/*.training__body .title {*/
/*font-size: 24px;*/
/*padding-top: 0;*/
/*padding-bottom: 15px;*/
/*margin-bottom: 80px;*/
/*}*/

/*.training__item {
    margin-bottom: 50px;
}*/

.training__image {
  margin: 0;
  position: relative;
  margin: 20px 0 20px 20px;
}

.column.column--training {
  -ms-flex-preferred-size: 47%;
  flex-basis: 49%;
  padding-top: 20px;
}

.training__image:before {
  content: "";
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png);
  position: absolute;
  left: -40px;
  top: -39px;
  bottom: 55px;
  right: 79px;
  width: 150px;
}

.training__image-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 0 10px 0 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  height: 150px;
  width: 150px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.training__image img {
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.training__caption {
  position: absolute;
  background-color: #ebebeb;
  box-sizing: border-box;
  padding: 4px 10px;
  color: #3e3e3e;
  top: -26px;
  right: 50px;
  bottom: 30px;
  left: -25px;
  width: 150px;
  white-space: nowrap;
  font-size: 13px;
}

.training__content {
  margin-bottom: 20px;
}

.training__title {
  font-size: 18px;
}

.leasing__body {
  padding: 30px 0;
  font-size: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}

.leasing__body h3,
.leasing__body p,
.leasing__body li {
  margin: 0 0 15px;
}

.leasing__body ul {
  padding: 0;
}

.leasing__body li {
  padding-left: 35px;
  position: relative;
  list-style-type: none;
}

.leasing__body li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png) 50% no-repeat;
}

.about__intro,
.training__intro,
.leasing__intro {
  margin-bottom: 10px;
  text-align: justify;
}

.column.column--about {
  max-width: 25%;
  flex-basis: 25%;
}

@media (max-width: 1440px) {
  .training__item--padding-left {
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  .column.column--training {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 992px) {
  .training__intro,
  .about__intro,
  .leasing__intro {
    margin: 0 30px;
  }

  .training__bg,
  .leasing__bg,
  .about__bg {
    height: 100px;
  }

  .training__bg img,
  .about__bg img,
  .leasing__bg img {
    height: 100px;
  }

  .media__description ul {
    padding-left: 0px;
  }

  /*.training__body .title {*/
  /*margin-bottom: 60px;*/
  /*}*/

  .column.column--about {
    max-width: 33%;
    flex-basis: 33%;
  }
}

@media (max-width: 600px) {
  .column.column--about {
    max-width: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 480px) {
  .column.column--about {
    max-width: 100%;
    flex-basis: 1000%;
  }
}

[data-disabled="y"] {
  background: grey !important;
  pointer-events: none;
}

/*Переключатель подменюшек*/

div.catalog__dropdown {
  position: absolute;
  top: 50%;
  z-index: 99;
  color: #feaf3f;
  font-size: 20px;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translate3d(0, -50%, 0);
  background: url("/bitrix/templates/nsella/stylesheet/../images/plus.png") no-repeat center center;
  background-size: contain;
}

.active__sub-menu {
  background: url("/bitrix/templates/nsella/stylesheet/../images/minus.png") no-repeat center center !important;
  top: 18px !important;
}

.active__sub-menu + .submenu,
.active__sub-menu + .submenu2,
.active__sub-menu + .submenu3 {
  display: block;
  padding-left: 20px;
}

.is-active + .submenu {
  display: block;
}

/*
12.01.18
*/

.product:hover {
  box-shadow: none;
  border: 1px solid #fccb6a;
}

.filter__wrap > .filter__price--input {
  width: 70%;
  padding: 0 12px;
}

.filter__wrap {
  width: 50%;
  padding: 10px 0;
  min-width: 122px;
  margin-bottom: 15px;
}

.filter__float {
  float: left;
}

.filter__label {
  margin-top: 7px;
  margin-right: 8px !important;
  margin-left: 2px;
}

.filter__radiobtn {
  padding: 10px 0;
}

label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="checkbox"].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 25px;
  /*height: 17px;*/
  height: auto;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  background-position: 0 -19px;
  margin-bottom: 5px;
}

input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 0 0;
  background-image: url(/bitrix/templates/nsella/stylesheet/../images/checkbox-active.png);
}

.css-label {
  background-image: url(/bitrix/templates/nsella/stylesheet/../images/checkbox__filter.png);
}

.checkbox__wrapper {
  padding: 10px 0;
}

.catalog__checkbox--label {
  color: #5e5e5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.catalog__checkbox--label--checkboxes {
  cursor: pointer;
}

.catalog__checkbox--label input[type="checkbox"] {
  z-index: 1;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  opacity: 0;
}

.catalog__checkbox--label
  input[type="checkbox"]:checked
  + .engineer-call__forcheckbox:before {
  background: url(/bitrix/templates/nsella/stylesheet/../images/checkbox-active.png) 0 100% no-repeat;
}

/* radio */

.catalog__checkbox--label--radiobuttons {
  cursor: pointer;
}

.catalog__checkbox--label input[type="radio"] {
  z-index: 1;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  opacity: 0;
}

.catalog__checkbox--forradiobuttons:before {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1.5px #5e5e5d;
  left: -22px;
  top: 3px;
}

.catalog__checkbox--label
  input[type="radio"]:checked
  + .catalog__checkbox--forradiobuttons:before {
  background-color: #fcbd1c;
}

.catalog__overflow {
  overflow: visible;
}

.ajaxloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
}

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

.ajaxloader__visible {
  visibility: visible;
}

.ajaxloader:after {
  content: "";
  text-align: center;
  background-image: url("/bitrix/templates/nsella/stylesheet/../images/ajaxloader.svg");
  background-size: contain;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-left: -25px;
  animation: spin 3s infinite;
  z-index: 999;
}

.btn__detail--card {
  padding: 14px 0px;
}

/*@media (max-width: 1300px) {

    .btn.btn--warning b {
        margin: -4px 0 -4px 5px;
    }
}

@media (min-width: 1200px) {

    .btn.btn--warning b {
        margin: -4px 0 -4px 17px;
    }
}*/

@media (max-width: 1300px) {
  .btn.btn--warning b {
    margin: -4px 0 -4px 5px;
  }
}

.header-mobile__item > .container {
  padding-left: 0;
}

.header-mobile__item {
  border-top: 1px solid #dbdbdb;
  padding: 10px 0;
}

.header-mobile__item:nth-child(1) {
  border-top: none;
}

/*
Страница сравнения
17/01/18
 */

.compare {
  margin-bottom: 30px;
}

.compare__buttons {
  display: inline-block;
  margin: 0 16px 16px 0;
  width: 260px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #999;
  border-radius: 0 10px 0 10px;
}

.compare__buttons.is-active,
.compare__buttons:hover {
  border-color: #feaf3f;
  color: #feaf3f;
}

.compare__parameters,
.orders__info {
  border: 1px solid #d1d2d4;
}

.compare__parameters--list {
  padding-left: 0;
display: grid;
flex-direction: column;
width: auto;
grid-template-columns: repeat(2, 1fr);
}

.compare__parameters--list .checkbox__wrapper {
  display: block;
  padding: 10px;
}

.compare__parameters--head {
  width: 600px;
  padding-top: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: start;
  font-weight: bold;
}

.compare__parameters--head li {
  list-style-type: none;
}

.compare__content {
  padding-left: 26px;
  overflow-x: auto;
}

.compare__list {
  display: flex;
  flex-wrap: nowrap;
}

.compare__item {
  padding: 10px 0 !important;
  font-weight: 500;
  text-align: center;
  min-width: 300px;
  display: table-cell;
  max-width: 300px;
  /* overflow: hidden; */
}
.compare__list .compare__item {
  border-bottom: 1px solid #d1d2d4;
  text-align: left;
  font-size: 16px;
}

.compare__item.is-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.compare__section {
  display: table;
}

.compare__item:first-child {
  min-width: 300px;
  font-weight: bold;
  text-align: left;
}

.compare__item--name {
  padding-top: 100px;
 visibility: hidden;
}

.compare__item .btn--secondary {
  color: #fff;
  text-align: center;
}

.compare__item .btn--secondary:hover {
  color: #fff;
  background-color: #feaf3f;
  text-align: center;
}

.compare__btn {
  margin-top: 10px;
  padding: 10px 25px;
  width: 195px;
  max-height: 32px;
  font-size: 14px;
}

.compare__item span {
  display: inline-block;
  width: 88%;
}
.compare__item._tech p{
  font-size: 16px !important;
}
.compare__item._tech p span{
  font-size: 16px !important;
}
.main__accordion {
  position: relative;
  z-index: 5;
}
.compare__accord-btn {
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 36px;
  position: relative;
  z-index: 5;
  margin-left: 25px;
}
/*.active,*/
.main__btn:hover {
  opacity: 0.6;
}
.compare__accord-btn:after {
  content: "+";
  color: #000;
  font-weight: normal;
  /* float: right; */
  margin-left: 5px;
}
.active:after {
  content: "−";
}
.main__panel {
  padding-left: 21px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;

}
@media (max-width: 900px) {
  .compare__option {
    text-align: center;
    margin: 0 0 16px;
  }

  .compare__item {
    padding-bottom: 12px;
  }
}

.compare__section:last-child .compare__item {
  border-bottom: none;
}


li .checkbox__row {
  padding-left: 20px;
}

.checkbox__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: 15px;
}

@media (max-width: 500px) {
  .checkbox__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .checkbox__wrapper {
    width: 77%;
    float: left;
  }
}

@media (max-width: 600px) {
  .checkbox__wrapper {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .product .btn {
    padding: 10px 6px 8px;
    font-size: 10px;
  }
}

/*
18/01/18
 */

div .title-search-result {
  padding: 0 5px 5px;
}

.title-search-result {
  background-color: #fff;
  z-index: 999;
}

.title-search-result > .title-search-result {
  border: 1px solid #5e5e5d;
}

.title-search-result a:hover {
  text-decoration: underline;
}

.title-search-result tr:nth-child(even) td {
  background-color: #dbdbdb;
}

.title-search-result tr:last-child a {
  color: #ea7222;
}

.title-search-result a {
  display: block;
  padding: 5px;
}

@media (max-width: 900px) {
  textarea.course-form--usermessage {
    margin-top: 10px;
  }
}

button:focus {
  outline: 0;
}

.g-recaptcha {
  padding: 15px 0;
}

/*
18/01
 */

.header__hamb,
.header__search--wrapper {
  display: none;
}

.header__shedule,
.header__searching,
.header__top {
  display: block;
}

@media (max-width: 900px) {
  .phone__line--callbck {
    display: block;
    height: 35px;
    max-width: 105px;
  }

  .phone__content--hidden,
  #title-search {
    display: none;
  }

  .header__search--wrapper {
    display: block;
  }
}

@media (max-width: 768px) {
  .main {
    padding-top: 110px;
  }

  .header__wrapper {
    display: flex;
    justify-content: flex-start;
    align-content: center;
  }

  .breadcrumb__wrapper {
    margin: 0 0 20px;
  }

  .header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    top: 0;
  }

  .header__hamb,
  .header__search--wrapper {
    display: block;
  }

  .header__shedule,
  .header__top,
  .header__bottom,
  .phone__content--hidden,
  .basket__content,
  .header__searching {
    display: none;
  }

  .basket a:after {
    content: "";
  }

  .basket a:hover:after {
    width: 0;
  }

  .compare__buttons {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .header__shedule,
  .header__bottom,
  .header__top {
    display: none;
  }

  .header__hamb {
    display: block;
  }

  .nav__new {
    width: 100%;
  }

  .header,
  .header-mobile__dropdown {
    z-index: 200;
    background-color: #fff;
  }

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

  .catalog-list {
    left: 0;
    right: 0;
  }

  .catalog__link > span:before {
    width: 35px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: url(/bitrix/templates/nsella/stylesheet/../images/icon-menu-arrow.png)
      right 5px no-repeat;
  }

  .catalog__item.is-active .catalog__link span:before,
  .catalog__item:hover .catalog__link span:before {
    background: url(/bitrix/templates/nsella/stylesheet/../images/icon-menu-arrow-active.png)
      left 15px no-repeat;
  }

  .catalog__link > span {
    max-width: 225px;
    width: 100%;
  }
}

@media (max-width: 670px) {
  .header__search--wrapper {
    display: none;
  }
  .compare__parameters,
  .orders__info {
    border: none;
  }
  .compare__content {
    padding-left: 0;
  }
  .compare__accord-btn {
    margin-left: 0;
  }
  .main__panel {
    padding-left: 8px;
  }
  .compare__list .compare__item {
    font-size: 14px;
  }
  .compare__parameters--head{
    width: 428px;
  }
  .compare__parameters--head span{
    font-size: 14px;
  }
  .compare__parameters--list .checkbox__wrapper {
    padding-left: 0;
  }

  .checkbox__wrapper {
    width: 100%;
  }
  .compare__item:first-child {
    min-width: 159px;
  }
  .compare__item {
    width: 154px;
  }
  .compare__item figure {
    width: 70% !important;
    height: 136px;
  }
  .compare__section:first-child .compare__item--inside {
    padding: 10px !important;
  }
  .btn {
    padding: 10px;
  }
  .compare__item._tech p{
    font-size: 14px !important;
  }
  .compare__item._tech p span{
    font-size: 14px !important;
  }
  .mobileRow {
    top: 141px !important;
  }
  .filter {
    top: 181px !important;
  }
}

@media (max-width: 500px) {
  .header__callbck {
    display: none;
  }
  .compare__parameters--head{
    width: 288px;
  }
  .compare__parameters--list {
    grid-template-columns: repeat(1, 1fr);
  }
  input[type="checkbox"].css-checkbox + label.css-label {
    font-size: 14px;
  }

  .compare__btn {
    margin-top: 0;
  }
  .compare__item--inside a > span {
    height: 62px;
  }
}

.header-mobile__dropdown {
  display: none;
}

.header-mobile__dropdown.is-active {
  display: block;
  position: absolute;
  top: 73px;
  z-index: 200;
}

.header-mobile__navigation-item {
  padding-left: 10px;
}

/*
19/01/18
 */

.nav__new {
  display: block;
  list-style-type: none;
  white-space: nowrap;
  padding: 5px 8px;
  margin: 0 !important;
  position: relative;
}

.nav__list--new {
  display: flex;
  flex-wrap: wrap;
}

.auth {
  position: relative;
  padding-top: 5px;
}

.basket > .basket__icon:after {
  content: none;
}

.basket__icon:after {
  content: none;
}

/*
ПЕРСОНАЛЬНАЯ СТРАНИЦА
 */

.orders__info {
  width: 100%;
  display: table;
}

@media (max-width: 1300px) {
  .orders__info {
    width: 1070px;
    overflow-x: scroll;
  }

  .orders .lg-10 {
    overflow-x: scroll;
  }
}

.orders__head {
  border-bottom: 1px solid #d1d2d4;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  background-color: #fee3b4;
  font-weight: bold;
  display: table-row;
}

.orders__row--wrap {
  padding: 0 20px;
}

.orders__row {
  border-bottom: 1px solid #d1d2d4;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-row;
}

.orders__item {
  display: table-cell;
  padding: 20px 15px;
  text-align: center;
  vertical-align: middle;
}

.orders__row > .orders__item {
  border-bottom: 1px solid #d1d2d4;
}

.orders__row:last-child > .orders__item {
  border-bottom: none;
}

.orders__item:first-child {
  text-align: left;
}

.orders__more {
  font-size: 13px;
  text-decoration: underline;
  display: block;
  float: left;
  padding-top: 2px;
  font-weight: 300;
}

.color_green {
  display: block;
  height: 27px;
  text-transform: uppercase;
  background-color: #e3f0bd;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #bed277;
  color: #597707;
  font-weight: 400;
  font-size: 15px;
}

.color_green:after {
  content: "✓";
  color: #597707;
  font-weight: bold;
  font-size: 17px;
  padding-left: 5px;
}

.color_blue {
  display: block;
  text-transform: uppercase;
  background-color: #f3f4f5;
  padding: 0 0 2px 25px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  color: #535c69;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  line-height: 1;
  height: 27px;
}

.color_blue-span {
  font-size: 10px;
}

.orders__status span:after {
  content: "◴";
  color: #535c69;
  font-weight: bold;
  font-size: 22px;
  padding-left: 5px;
  position: absolute;
  top: -14px;
}

.color_red {
  display: block;
  height: 20px;
  text-transform: uppercase;
  background-color: #f3f4f5;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #b94a48;
  color: #b94a48;
  font-weight: 400;
  font-size: 15px;
}

.color_red:after {
  content: "X";
  color: #b94a48;
  font-weight: bold;
  font-size: 17px;
  padding-left: 5px;
}

.orders__icon {
  width: 23px;
  height: 20px;
}

.orders__status span {
  display: block;
  font-size: 10px;
  width: 125px;
  height: 10px;
  margin: 0;
  position: relative;
}

/*
ЛИЧНЫЙ КАБИНЕТ
 */

.photos__img {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 200px;
  height: 180px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

.photos__item:hover > .photos__img {
  box-shadow: none;
  border: 1px solid #fccb6a;
}

.figcaption__image {
  top: -10px;
  right: 56px;
  bottom: 35px;
  left: -10px;
}

.sale-order-detail-back-to-list-link-down,
.sale-order-detail-back-to-list-link-up {
  padding: 20px 0 20px 0;
}

.sale-order-detail-general-head {
  background-color: #fee3b4;
  border-bottom: 1px solid #d1d2d4;
}

.sale-order-detail-general {
  border: 1px solid #d1d2d4;
}

.sale-order-detail-general-head > .sale-order-detail-general-item {
  color: #2f3435;
}

.sale-order-detail-about-order-inner-container-repeat-button,
.sale-order-detail-payment-options-methods-button-element {
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  background-color: #e20613;
  background-image: linear-gradient(0deg, #d65e0e 0, #ffd300);
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

.sale-order-detail-about-order-inner-container-repeat-button:hover,
.sale-order-detail-payment-options-methods-button-element.active-button:hover {
  background-color: #eb4f4d;
  background-image: linear-gradient(0deg, #ea7222 0, #ffe461);
  text-decoration: none;
}

div.sale-order-detail-payment-options-methods {
  padding: 20px 20px 26px 0;
}

.sale-order-detail-order-section {
  margin: 10px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  padding: 0 5px 5px;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #5e5e5d;
  width: 270px !important;
  padding: 0 !important;
}

.ui-menu-item {
  list-style-type: none;
  padding: 5px;
}

.ui-menu-item:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ui-menu-item:nth-child(even) {
  background-color: #dbdbdb;
}

.detail h1 {
  margin-bottom: 10px;
}

/*
КОРЗИНА
 */

#basket_quantity_control {
  width: 10px;
  height: 13px;
  position: absolute;
  left: 35px;
  top: 35px;
}

.basket_quantity_control {
  display: inline-block;
  left: 0;
  margin: 0;
  padding: 0;
  height: 37px;
}

.basket__item--quantity {
  position: relative;
  width: 100px;
}

.basket__item--quantity input {
  max-width: 50px;
  display: block;
  float: left;
}

#basket_quantity_control a {
  border: none;
  height: 18px;
  width: 15px;
}

.basket__item--quantity span {
  display: block;
  padding-top: 5px;
}

.basket__wrapper {
  padding-bottom: 30px;
}

.basket__wrapper--container {
  border: 1px solid #d1d2d4;
  position: relative;
  margin: 25px 0;
}

.basket__header--ghost {
  border-collapse: collapse;
  position: absolute;
  width: 100%;
  z-index: -3;
  top: -1px;
  height: 40px;
  background-color: #ffe6b6;
  border: 1px solid #ead1a2;
  border-bottom: none;
}

.basket__container {
  display: table;
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
  color: #3e3e3e;
  box-sizing: border-box;
}

.basket__header,
.basket__product {
  display: table-row;
  width: 100%;
}

.basket__product {
  border-bottom: 1px solid #d1d2d4;
}

.basket__product > .basket__item {
  padding: 30px 0;
}

.basket__header {
  border-bottom: none;
  font-weight: bold;
}

.basket__item {
  display: table-cell;
  text-align: center;
  padding: 10px;
  padding-left: 0;
}

.basket__item--icon {
  width: 23px;
  height: 20px;
  display: inline-block;
  margin-bottom: -4px;
}

.basket__total--wrapper {
  width: 95%;
  margin: 0 auto;
  border-top: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 30px;
  color: #5e5e5d;
  position: relative;
}

.basket__promo--span {
  display: block;
  margin-bottom: 5px;
}

.basket__promo-code > .basket__promo--input {
  max-width: 305px;
  float: left;
  height: 40px;
}

.basket__promo-code {
  width: 45%;
}

.basket__promo--btn {
  margin: 0 10px;
  padding: 14px 20px;
  float: left;
}

.basket__promo-code > .basket__promo--btn {
  margin-right: 0;
}

.basket__total--text {
  text-align: right;
  padding-top: 5px;
  font-size: 20px;
}

.basket__total--summ {
  min-width: 120px;
  padding-left: 10px;
  display: block;
  float: right;
  color: #414141;
}

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

.basket__item--image {
  width: 120px;
  height: 120px;
  margin: 0 10px 0 0;
  float: left;
  border: 1px solid #d1d2d4;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (max-width: 1200px) {
  .photos__min {
    min-height: 280px;
  }
}

.basket__order--wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px;
}

.basket__order--text {
  color: #999999;
  font-size: 12px;
}

.basket__item--button {
  display: block;
}

.basket__item--desc p {
  line-height: 1;
  text-align: left;
  font-size: 14px;
}

.basket__item--desc a {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.basket__item--summ {
  font-weight: bold;
  color: #414141;
}

.basket__total--wrapper .bx_ordercart_coupon input.good {
  position: relative;
  border: 1px solid #59a62a;
  background: rgba(89, 166, 42, 0.16);
}

.bx_ordercart_coupon {
  clear: both;
  padding-top: 15px;
}

.basket__total--wrapper .bx_ordercart_coupon input {
  height: 34px;
  border: 1px solid #bababa;
  border-radius: 3px;
  color: #000;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
  outline: none !important;
}

.basket__total--wrapper .bx_ordercart_coupon span.good {
  background: url(/bitrix/templates/nsella/stylesheet/../images/coupon__good.png) no-repeat center;
}

.basket__total--wrapper .bx_ordercart_coupon span.good,
.basket__total--wrapper .bx_ordercart_coupon span.bad,
.basket__total--wrapper .bx_ordercart_coupon span.disabled {
  display: inline-block;
  width: 22px;
  height: 34px;
  vertical-align: middle;
  margin: 0 0 0 5px;
  cursor: pointer;
}

.basket__total--wrapper .bx_ordercart_coupon span {
  display: block;
  margin-bottom: 13px;
  color: #7f7f7f;
  font-size: 13px;
}

.basket__total--wrapper .bx_ordercart_coupon {
  position: relative;
  white-space: nowrap;
  margin-bottom: 4px;
}

.basket__total--wrapper .bx_ordercart_coupon_notes {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: none;
  opacity: 0;
  white-space: normal;
  border: 1px solid #ddd;
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 270px;
  padding: 10px;
  background: #fff;
  z-index: 1010;
  border-radius: 5px;
  font-size: 13px;
  line-height: 17px;
}

.basket__total--wrapper .bx_ordercart_coupon input.bad {
  border: 1px solid #e16565;
  background: rgba(225, 101, 101, 0.16);
}

.basket__total--wrapper .bx_ordercart_coupon span.good:hover,
.basket__total--wrapper .bx_ordercart_coupon span.bad,
.basket__total--wrapper .bx_ordercart_coupon span.disabled {
  background: url(/bitrix/templates/nsella/stylesheet/../images/coupon__delete.png) no-repeat center;
}

.basket__total--wrapper .bx_ordercart_coupon span.bad:hover {
  background: url(/bitrix/templates/nsella/stylesheet/../images/coupon__bad.png) no-repeat center;
}

.product__image--promo {
  position: relative;
  width: 100%;
  height: 100%;
}

.compare__item figure {
  width: 70%;
  height: 137px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.compare__section:first-child {
  padding-top: 10px;
}

.compare__item--inside {
  border: 1px solid #dbdbdb;
  border-radius: 0 15px 0 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 20px;
  position: relative;
  /* overflow: hidden; */
  max-width: 90%;
  height: 385px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.compare__item--inside a  {
   max-height: 200px;
}
.compare__item--inside a > span {
  font-size: 14px;
  max-height: 110px;
  /* overflow: hidden; */
  text-overflow: ellipsis;
}

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

.submenu__link.is-active span,
.submenu__link:hover span {
  color: #feaf3f;
}

.ns_search_icon {
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-zoom.png)
    right 12px center no-repeat #fff;
}

@media (max-width: 1100px) {
  .basket__header--ghost,
  .basket__header,
  .basket__item--price,
  .basket__item--sale,
  .current_price {
    display: none;
  }

  .basket__total--wrapper {
    flex-wrap: wrap;
  }

  .basket__promo-code {
    width: 100%;
  }

  .basket__total {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .basket__item--desc p {
    display: none;
  }
}

@media (max-width: 600px) {
  .basket__product > .basket__item {
    padding: 5px 0;
  }

  .basket__container {
    display: block;
  }

  .basket__product > .basket__header--ghost,
  .basket__product > .basket__header,
  .basket__product > .basket__item--price,
  .basket__product > .basket__item--sale,
  .basket__product > .current_price {
    display: none;
  }

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

  .basket__product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .basket__item--image {
    display: none;
  }

  .basket__item--desc a {
    margin: 0;
    text-align: center;
  }

  #basket_quantity_control {
    top: 10px;
  }

  .basket__promo-code > .basket__promo--btn {
    margin: 10px 0;
    float: none;
  }
  .basket__promo-code > .basket__promo--input {
    float: none;
  }

  .basket__item--quantity {
    width: 20%;
  }
}

@media (max-width: 480px) {
  .basket__item--quantity {
    width: 40%;
  }
  .mobileRow {
    top: 135px !important;
  }
  .filter {
    top: 175px !important;
  }
}

/*
ПРОФИЛЬ
 */

.profile {
  padding: 30px;
  position: relative;
}

.profile:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png) repeat;
  top: 0px;
  right: 65px;
  bottom: 60px;
  left: -5px;
}

.profile__container {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0 8px 0 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 10px 30px;
}

.btn.btn--secondary {
  border: none;
  color: white;
}

.profile .btn--secondary:hover {
  color: #fff;
  background-color: #feaf3f;
}

.profile input {
  width: 300px;
}

.profile textarea {
  width: 300px;
}

@media (max-width: 1100px) {
  .profile input {
    width: 100%;
  }
}

h3.title {
  font-size: 25px;
  margin: 10px 0;
  padding: 10px 0;
  font-weight: bold;
  clear: both;
}

.column.title:nth-child(2) {
  border-top: 1px solid #ebd2a5;
}

.profile__info--input {
  float: right;
  margin-bottom: 30px;
}

.profile__info--block {
  border-bottom: 1px solid #ebd2a5;
}

.profile__info--block:nth-child(3) {
  border-bottom: none;
}

.form-group {
  padding-bottom: 15px;
  min-height: 50px;
  position: relative;
}

.form-group:last-child {
  border: none;
}

.dk-select.form-control {
  margin: 0 10px;
}

.red {
  color: red;
}

.profile__info--label {
  padding: 10px 0;
  display: inline-block;
  float: left;
  clear: both;
  color: #5e5e5d;
  font-size: 14px;
  font-weight: bold;
}

.profile__info--block:last-child {
  /*border-bottom: ;*/
}

button:focus {
  outline: 0;
}

.personal-profile-btn-block {
  padding-top: 20px;
  border-top: 1px solid #cacaca;
}

.profile__type {
  display: block;
  float: left;
  font-size: 18px;
}

.profile__type:nth-child(2) {
  margin-left: 20px;
  font-weight: bold;
}

.profile__type.profile__type--input {
  margin-left: 70px;
}

.profile__type--label {
  padding-top: 5px;
}

.personal-profile-btn-block {
  padding-bottom: 20px;
}

.profile__button {
  margin: 5px auto;
}

.profile__wrapper .container > .container {
  padding: 0;
}

/*
MEDIA
 */

@media (max-width: 1200px) {
  .profile__info--label,
  .profile__info--input {
    float: none;
  }

  .profile__info--input {
    margin-bottom: 0;
  }

  .profile__info--label {
    float: none;
    margin: 0;
  }
}

@media (max-width: 1000px) {
  .profile textarea {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .profile:before {
    content: none;
  }

  .profile__container {
    padding: 0;
    border: none;
    box-shadow: none;
  }

  .profile {
    padding: 0;
  }

  .profile__button {
    width: 150px;
    display: block;
  }

  .personal-profile-btn-block {
    padding-bottom: 0;
  }
}

@media (max-width: 485px) {
  .profile__type {
    float: none;
  }

  .profile__type:nth-child(2) {
    margin-left: 0;
    margin-top: 5px;
  }

  .profile__type.profile__type--input {
    margin-left: 0;
    margin-top: 5px;
  }
}

/*
MODAL BASKET
 */

.basket__modal--image {
  background: url("/bitrix/templates/nsella/stylesheet/../images/icon-salary.png") center center no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  margin: 5px auto;
}

/*
ПРОФИЛЬ ГЛАВНАЯ
 */

.main-profile-block-shown {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0 8px 0 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 10px 30px;
}

.main-profile-block-shown:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/nsella/stylesheet/../images/bg-direction.png) repeat;
  top: -45px;
  right: 65px;
  bottom: 60px;
  left: -60px;
}

.profile__info--span {
  padding: 10px 0;
}

.profile__time:first-child {
  padding-top: 10px;
}

@media (max-width: 1300px) {
  .profile__info--label {
    max-width: 200px;
  }
}

/*
ПЕРСОНАЛЬНАЯ СТРАНИЦА
 */

.profiles__info {
  width: 100%;
  display: table;
}

.profiles__head {
  border-bottom: 1px solid #d1d2d4;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  background-color: #fee3b4;
  font-weight: bold;
  display: table-row;
}

.profiles__row--wrap {
  padding: 0 20px;
}

.profiles__row {
  border-bottom: 1px solid #d1d2d4;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-row;
}

.profiles__item {
  display: table-cell;
  padding: 20px 15px;
  text-align: center;
  vertical-align: middle;
}

.profiles__row > .profiles__item {
  border-bottom: 1px solid #d1d2d4;
  min-width: 125px;
}

.profiles__row:last-child > .orders__item {
  border-bottom: none;
}

.profiles__edit {
  font-size: 14px;
  text-decoration: underline;
  display: block;
  float: left;
  padding-top: 2px;
  font-weight: 300;
}

.profiles__icon {
  width: 23px;
  height: 20px;
}

.profiles__status span {
  display: block;
  font-size: 10px;
  width: 125px;
  height: 10px;
  margin: 0;
  position: relative;
}

.profiles {
  border: 1px solid #d1d2d4;
  margin: 30px 0;
  min-width: 1100px;
}

.sale-personal-profile-list-arrow-up,
.sale-personal-profile-list-arrow-down {
  display: block;
  color: #666666;
}

.profiles__arrows {
  max-width: 20px;
}

.profiles__arrows + span {
  display: block;
  padding-left: 10px;
}

.profiles__row:last-child > .profiles__item {
  border: none;
}

/*
СДЕЛАН ЗАКАЗ
 */

.ordermade {
  padding: 30px 0;
}

.ordermade__title {
  display: block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 25px;
}

.ordermade__image {
  background: url("/bitrix/templates/nsella/stylesheet/../images/icon-salary.png") center center no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  margin: 5px 0;
}

.basket__header > .basket__item:first-child {
  text-align: left;
}

.basket__total--wrapper.ordermade__total {
  justify-content: flex-end;
}

.ordermade__info > span {
  padding: 15px 0;
}

.ordermade__info > span,
.ordermade__info > span > span {
  display: block;
}

.ordermade__basket {
  border: 1px solid #d1d2d4;
  position: relative;
  margin: 25px 0;
}

/*@media (max-width: 900px) {*/

/*.ordermade__basket {*/
/*width: 850px;*/
/*}*/

/*.ordermade__scroll {*/
/*overflow-x: scroll;*/
/*}*/
/*}*/

.bx-soa-editstep:before {
  content: "изменить";
  text-decoration: underline;
  padding-left: 20px;
  background: url("/bitrix/templates/nsella/stylesheet/../images/icons/pencil.png") no-repeat 0 center;
  background-size: 15px 15px;
}

/*
29/01
 */

.profiles__item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
PROJECTING
 */

.projecting p {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}

.projecting__bg {
  max-height: 300px;
  overflow: hidden;
}

.projecting__bg img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 768px) {
  .projecting__bg {
    height: 150px;
    background: url(/bitrix/templates/nsella/stylesheet/../images/deliviery-intro.png) 100% 100%;
    background-size: cover;
  }

  .projecting__bg img {
    display: none;
  }
}

.projecting__properties-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 20px;
}

.projecting__icon {
  display: block;
  width: 91px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-salary.png)
    0 10px no-repeat;
  padding-top: 125px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .projecting__properties-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .projecting__icon {
    width: 100%;
    background-position: 50% 10px;
    text-align: center;
  }
}

.projecting__text {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 30px;
}

.projecting__slider {
  padding-bottom: 30px;
}

* {
  box-sizing: border-box;
}

@media (max-width: 500px) {
  .carousel .slick-next.slick-arrow,
  .carousel .slick-prev.slick-arrow {
    height: 99%;
  }
}

@media (max-width: 600px) {
  .promotion-block__value strong {
    line-height: 1;
  }

  .promotion-block__value span {
    padding-top: 10px;
  }

  .promotion-block__list {
    padding: 10px 5px;
  }
}

/*
СТРАНИЦА ОТМЕНЫ ЗАКАЗА
 */

.bx_my_order_cancel a {
  color: #feaf3f;
}

.bx_my_order_cancel input[type="submit"] {
  font-weight: 400;
  white-space: nowrap;
  color: #fff !important;
  text-shadow: none;
  background-color: #e20613;
  background-image: linear-gradient(0deg, #d65e0e 0, #ffd300);
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  padding: 14px 35px;
  line-height: 12px;
  cursor: pointer;
  transition: all 0.3s;
}

.bx_my_order_cancel input[type="submit"]:hover {
  background-color: #eb4f4d;
  background-image: linear-gradient(0deg, #ea7222 0, #ffe461);
}

.compare__buttons.is-active,
.compare__buttons:hover {
  background-color: #feaf3f;
  border-color: #feaf3f;
  color: #fff;
}

span.good:hover + .bx_ordercart_coupon_notes,
span.bad:hover + .bx_ordercart_coupon_notes,
span.disabled:hover + .bx_ordercart_coupon_notes {
  display: block;
  opacity: 1;
}

.product__not_available {
  font-size: 12px;
  color: #ccc;
}

input[type="checkbox"].css-checkbox + label.css-label a {
  text-decoration: underline;
}

input[type="checkbox"].css-checkbox + label.css-label a:hover {
  text-decoration: none;
  color: #feaf3f;
}

.engineer-call__forradio:hover {
  cursor: pointer;
}

.photos._personal {
  margin-top: 50px;
}

.about__intro p,
.about__intro,
.training__intro,
.leasing__intro {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}

/*
31/01/2018
ПРАВКИ ИЗ ДОКУМЕНТА (ЧИТАЙ: КОСТЫЛИ)
 */

.manufacturer_files_inner .manufacturer_files_inner {
  margin-left: 25px;
}
.manufacturer_files_inner
  .manufacturer_files_inner
  .manufacturer_files_inner
  h3 {
  font-size: 14px;
}
.manufacturer_files_inner .manufacturer_files_inner h3 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
}

.manufacturer_files_inner .manufacturer__subtitle {
  margin-top: 15px;
}

li.manufacturer__item {
  padding: 5px 0;
}

.breadcrumb__wrapper > .btn.btn--light {
  margin-top: 10px;
}

h2.title.title--decorated {
  margin-top: 15px;
  font-size: 25px;
}

h3.title.title--decorated {
  margin-top: 10px;
  font-size: 20px;
}

.engineer-call__section .checkbox__wrapper {
  width: 100%;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .store__body--promotions.is-list .column.lg-3 {
    flex-basis: 75%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1200px) {
  .store__body--promotions.is-list .column.lg-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.store__body--promotions.is-list .column.lg-3 .product {
  max-height: 440px;
}

.course-form__wrapper .checkbox__wrapper {
  width: 100%;
}

div.search-page input.search-query {
  background: url(/bitrix/templates/nsella/stylesheet/../images/ns-magnifier.svg)
    right 12px center no-repeat #fff;
  background-size: 18px;
}

div.search-page input.search-button {
  font-weight: 400;
  color: #fff;
  background-color: #e20613;
  background-image: linear-gradient(0deg, #d65e0e 0, #ffd300);
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  padding: 14px 35px;
  line-height: 12px;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  outline: none;
}

div.search-page input.search-button:hover {
  background-color: #eb4f4d;
  background-image: linear-gradient(0deg, #ea7222 0, #ffe461);
}

/*
1/02/2018
 */

.ui-helper-hidden-accessible {
  display: none;
}

.has-error input,
.has-error textarea {
  border-color: rgb(185, 74, 72);
}

@media (max-width: 1200px) {
  .course-form input[type="checkbox"].css-checkbox + label.css-label {
    /*margin-top: 40px;*/
    margin-bottom: 30px;
  }

  /*.course-form--usermessage {*/
  /*margin-top: 10px;*/
  /*}*/

  .course-form .column.lg-6:nth-child(3) {
    height: 75px;
  }
}

@media (max-width: 900px) {
  .course-form .column.lg-6:nth-child(3) {
    height: 160px;
  }

  .course-form .column.lg-6:nth-child(4) {
    height: 30px;
  }
  .auth__divider {
    display: none;
  }
}

@media (max-width: 400px) {
  .course-form {
    background-color: #fff;
    padding: 0;
    border: none;
    box-shadow: none;
  }

  .course-form:after {
    content: none;
  }

  .course-form .column.lg-6:nth-child(4) {
    height: 130px;
  }

  .course-form__row--send {
    left: 0;
  }
}

@media (max-width: 350px) {
  .course-form .g-recaptcha {
    margin-left: -20px;
  }
}

.fog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 150;
  opacity: 0.5;
}

.media article {
  padding-top: 40px;
}

._more_zed,
.fancybox-slide {
  z-index: 99995;
}

.webc__icon {
  display: block;
  width: 50px;
  max-height: 23px;
  fill: #3e3e3e;
}

.webc__icon:hover .cls-1 {
  fill: #334b61;
}

.webc__icon:hover .cls-2 {
  fill: #ff141f;
}

/*
2/02/2018
 */

.manufacturer__image--bg {
  background: center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.social__item--new {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  font-size: 22px;
  border-radius: 5%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding-top: 2px;
  transition: 0.5s;
}

.social__item--fb {
  /*background-color: #3b5998;*/
  background-color: #414141;
}

.social__item--vk {
  /*background-color: #4d76a1;*/
  background-color: #414141;
  margin-left: 20px;
}
.social__item--youtube {
  background-color: #414141;
  margin-left: 20px;
}
.social__item--instagram {
  background-color: #414141;
  margin-left: 20px;
}
.social__item--new:hover {
  background-color: #feaf3f;
}
#auth a,
.au_link {
  text-decoration: underline;
}

#auth a:hover,
.au_link:hover {
  text-decoration: none;
  color: #feaf3f;
}

@media (max-width: 768px) {
  .modal__body .checkbox__wrapper {
    height: 40px;
  }
}

@media (max-width: 500px) {
  .modal__body .checkbox__wrapper {
    height: 70px;
  }
}

.fancybox-button--download {
  text-transform: uppercase;
  width: 90px;
}

.journal-qr__image {
  height: 120px;
  margin-right: 10px;
}

@media (max-width: 500px) {
  .vacancies__advantages--flex > .column {
    width: 100%;
  }

  .icon-vacancies {
    display: block;
  }

  .vacancies__item {
    margin-bottom: 50px;
    margin: 0 auto 10px;
  }

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

body main p {
  margin: 16px 0;
}

.row__padded {
  padding-top: 40px;
}

article ul li {
  list-style-type: none;
  position: relative;
  margin: 16px 0;
}

.manufacturer li {
  list-style-type: none;
  position: relative;
  margin: 16px 0;
}

article .btn.btn--warning {
  margin-top: 15px;
}

article ul li:before,
.deliviery__list li:before,
.manufacturer li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -40px;
  top: 5px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icon-marker.png)
    50% no-repeat;
}

#media_articles article div > p {
  margin-bottom: 0;
}

#media_articles article h3 {
  font-size: 18px;
}

._photo_reports .description__link {
  font-size: 14px;
  text-align: left;
}

.media__seminar--next {
  position: absolute;
  right: 0;
  display: block;
  background: url(/bitrix/templates/nsella/stylesheet/../images/next-course.svg)
    no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
}

.media__seminar--prev {
  position: absolute;
  left: 0;
  display: block;
  background: url(/bitrix/templates/nsella/stylesheet/../images/prev-course.svg)
    no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
}

.media__seminar--prev:hover {
  opacity: 0.7;
}

.media__seminar--next:hover {
  opacity: 0.7;
}

.media .row.align-justify {
  position: relative;
  padding: 0 30px;
}

.training__image-wrapper > div {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
}

.standart__link {
  text-decoration: underline;
}

.standart__link:hover {
  text-decoration: none;
  color: #feaf3f;
}

.order__min {
  min-height: 200px;
  padding-top: 30px;
}

body {
  min-height: 100vh;
}

.order__error {
  background-color: #fbdbde;
  border: 1px solid #e85158;
  padding: 15px;
  display: inline-block;
}

.contacts__section--dealers {
  display: none;
}

.contacts__section--dealers-is-active {
  display: block;
}

.contacts__section--dealers0:hover {
  cursor: pointer;
}

h2.contacts__section--dealers0 {
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d2d4;
}

h2.contacts__section--dealers0:last-child {
  border: none;
}

.contacts__section--dealers .icon-dealer {
  height: 38px;
  background: url(/bitrix/templates/nsella/stylesheet/../images/icons/dealer-icon.svg)
    100% 100%;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

.contacts__section--dealers .contacts__description {
  padding-bottom: 30px;
}

.contacts__section--dealers .contacts__section {
  padding: 30px 0 10px;
}

.bx-soa-pp-delivery-cost {
  margin-top: 15px;
}

.intro__slide {
  display: block;
  min-height: 450px;
  background-size: cover;
}
.footer{
  padding-bottom: 95px;
}
.footer-info {
  padding-bottom: 20px;
}
.footer-info .column * {
  font-size: 12px;
}

@media (max-width: 1200px) {
  .intro__slide {
    min-height: 300px;
    background-size: contain !important;
  }
}

@media (max-width: 678px) {
  .intro__slider {
    display: none;
  }

  .services .container {
    padding-left: 0;
    padding-right: 0;
  }

  .main {
    padding-top: 110px;
  }

  .header__middle {
    padding: 10px 0;
  }
  .slider__img {
    height: 200px;
    line-height: 200px;
  }
  .promotion-block {
    margin-bottom: 18px;
    padding: 13px 10px;
  }
  .promotion-block__list {
    padding: 0 5px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .promotion-block .column {
    margin-top: 10px;
  }
  .brief__value,
  .brief__param {
    line-height: 24px;
  }
  .footer__nav {
    padding-top: 20px;
  }
  .footer__list {
    margin: 0;
    padding: 0;
  }
  .footer__column {
    margin-bottom: 14px;
  }
  .subscribe,
  .brands,
  .directions {
    padding: 14px 0;
  }
  .pattern--light {
    padding-top: 14px;
  }
  .actions .slick-dotted.slick-slider {
    margin-bottom: 38px;
  }
  .actions .slick-dotted.slick-slider {
    padding-bottom: 0;
  }
  .directions__img {
    min-height: 100px;
    max-height: 100px;
  }
  .directions img {
    max-width: 150%;
  }
  .services__content {
    padding: 14px 0 28px;
  }
  .main {
    padding-top: 110px;
  }
  .footer-info .column * {
    text-align: center;
  }
  .brands__item {
    margin-bottom: 6px;
  }
  .pattern--light .actions-slider__item {
    padding: 0;
  }
  .breadcrumb__wrapper {
    margin: 0;
  }
  .btn.btn--light,
  .btn.btn--warning {
    padding: 6px 8px;
  }
  .ns_store {
    padding: 20px 0px 14px 0px;
  }
  .store__aside,
  .store__sort-by {
    margin-bottom: 16px;
  }
  .submenu__item {
    padding: 0;
  }
  .submenu2__link {
    padding: 3px 35px 3px 0;
  }
  .menu__link {
    padding: 10px 25px;
  }
  .carousel__img {
    display: none;
  }
  .element_description p {
    margin-left: 0 !important;
  }
  .training__intro,
  .about__intro,
  .leasing__intro {
    margin: 0 6px;
  }
  .deliviery__intro {
    margin: 0;
  }
  .deliviery__item {
    padding: 0;
  }
  .deliviery__list li {
    margin: 6px 0;
  }
  .requisites__item,
  .deliviery__item {
    margin-bottom: 14px;
  }
  .vacancies__advantages--flex > .column {
    width: 50%;
  }
  .repairs,
  .journal-body {
    padding-bottom: 14px;
  }
  .journal__intro {
    margin: 0;
  }
  .journal-body__content ul {
    padding: 0 0 14px 35px;
  }
  .journal-body__content ul li + li {
    margin-top: 8px;
  }
  .media__intro {
    margin: 0;
  }
  .media__video span {
    height: 125px;
  }
  .media .btn {
    margin-bottom: 24px;
  }
  .contacts__section {
    padding: 14px 0;
  }
  .contacts__body {
    padding: 14px;
  }
  .brands .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 610px) {
  .store__body .column {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 4px;
  }
  .product__image {
    height: 80px;
  }
}
@media (max-width: 390px) {
  .store__body .column {
    /*flex-basis: 100%;*/
    /*max-width: 100%;*/
  }
  .gutter-remove .column {
    flex-basis: 100%;
    max-width: 100%;
  }
  .gutter-remove .column .btn.btn--secondary {
    width: 100%;
  }
  .product .gutter-remove .column .btn {
    padding: 5px 5px 4px;
  }
  .product__manufacturer {
    font-size: 11px;
  }
  .gutter-remove .column .product__cost {
    margin-bottom: 8px;
  }
}

.actions-slider__image_div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 50%;
  margin: 15px;
}

/*WebCenter*/

.mobileRow {
  width: 100%;
  height: 40px;
  background: #3e3e3e;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 150px;
  z-index: 10;
  padding: 0 15px;
}
.mobileRow__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.bg_active {
  display: block;
}
.acionLine {
  display: none;
}
.consultation {
  display: none;
}
.byuButton {
  display: none;
}
.detail__action {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-mobile__item:nth-child(1) {
    display: none;
  }
  .header-mobile__item:nth-child(2) {
    display: none;
  }
  .header-mobile__item:nth-child(3) {
    display: none;
  }
  .header-mobile__item:nth-child(4) {
    border-top: none;
  }
  .mobileRow {
    display: block;
  }
  .store__wrapper {
    padding-top: 40px;
  }
  .breadcrumb__wrapper {
    display: none !important;
  }
  .store__aside {
    display: none;
  }
  .store__sort-by {
    display: none;
  }
  .filter {
    background: #f5f5f5;
    left: -100%;
    right: 0;
    top: 190px;
    width: 100%;
    max-width: 280px;
    height: 70vh;
    overflow-y: scroll;
    position: fixed;
    padding: 18px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 15px 0px;
    transition: all 0.3s;
  }
  .filter_active {
    left: 0;
    transition: all 0.3s;
  }
  .filter .smartfilter {
    border: none;
  }
  .store__wrapper .ns_filters {
    border-bottom: none;
    margin: 0;
    display: block;
    padding: 0;
  }
  .store__wrapper .ns_filters li.menu__item {
    margin: 0;
    padding: 0 24px 5px;
  }
  .filter .ns_filters a.menu__link {
    padding-bottom: 5px;
  }
  .store__wrapper .ns_filters .menu__link.is-active + .submenu {
    position: relative;
    border: none;
    border-radius: 0;
    margin: 0 -24px;
    padding: 10px 39px;
  }
  .filter .checkbox__wrapper {
    float: none;
  }
  .mobileRow__button {
    border: none;
    color: #fff;
    background: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .mobileRow__button_filter {
    background: url("/bitrix/templates/nsella/stylesheet/../images/filter.png") no-repeat left center;
    padding: 0 0 0 25px;
    position: relative;
  }
  .mobileRow__button_close {
    background: none;
  }
  .mobileRow__button_close::before {
    content: "x";
    font-size: 20px;
    position: absolute;
    left: 6px;
    top: -6px;
  }
  .mobileRow__button_sort {
    text-align: center;
    padding: 0 0 0 12px;
    border: none;
    width: 100px;
    background: url("/bitrix/templates/nsella/stylesheet/../images/sort_icon.png") no-repeat left center;
  }
  .store__content .ns_sale-top {
    display: none;
  }
  .store__content .flex-badges--section {
    display: none;
  }
  .store__content .product__cost {
    font-size: 14px;
  }
  .store__content ._old {
    font-size: 10px;
  }
  .acionLine {
    display: flex;
    justify-content: space-between;
    margin: -15px -10px;
  }
  .acionLine__text {
    background: linear-gradient(180deg, #c10000 0, #d13439);
    display: block;
    color: #fff;
    width: 60px;
    text-align: center;
    padding: 5px 0;
  }
  .acionLine__badge {
    display: flex;
    align-items: center;
    margin: 10px 10px 10px 5px;
  }
  .acionLine__badge a.data-badge {
    width: 29px;
    height: 29px;
    margin: 0 0 0 5px;
  }
  .consultation {
    height: 40px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    display: block;
  }
  .consultation__link {
    text-decoration: none;
    color: #fcbd1c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .consultation__icon::before {
    content: "?";
    color: #fff;
    display: block;
    text-align: center;
    background: url("/bitrix/templates/nsella/stylesheet/../images/consultation_icon.png") no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .dk-select::before {
    content: "|";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .dk-select::after {
    content: "|";
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .dk-selected {
    background: none;
    color: #fff;
    font-size: 12px;
    width: 102px;
    padding: 0 0 0 12px;
    margin: 0 10px;
  }
  .dk-selected::before {
    background: url("/bitrix/templates/nsella/stylesheet/../images/sort_icon.png") no-repeat;
    left: 0;
    width: 8px;
    height: 15px;
    top: 13px;
  }
  .dk-selected::after {
    display: none;
  }
  .dk-selected:hover {
    color: #fff;
  }
  .mobileRow .input__search {
    height: 30px;
    padding: 0 10px;
    background: #fff;
    border-color: #3e3e3e;
  }
  .mobileRow .dk-select-options {
    width: 180px;
    top: 39px;
    left: -15px;
  }
  .mobileRow .dk-option-selected {
    background: none;
  }
  .mobileRow .dk-option {
    color: #000;
  }
  .data-badge_sravnenie {
    background: url("/bitrix/templates/nsella/stylesheet/../images/sravnenie_icon.png") no-repeat !important;
    border: none !important;
    background-color: inherit !important;
  }
  .data-badge_star {
    background: url("/bitrix/templates/nsella/stylesheet/../images/star_icon.png") no-repeat !important;
    border: none !important;
    background-color: inherit !important;
  }

  /*detail*/

  .detail .title {
    padding: 0;
  }
  .detail .promotion-block {
    border: none;
    padding: 0;
    margin-bottom: 13px;
  }
  .detail .ns_sale-top {
    display: none;
  }
  .detail .promotion-block__list {
    padding: 0;
  }
  .promotion-block__footer .row {
    display: none;
  }
  .detail__action {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    width: 86px;
    height: 30px;
    line-height: initial;
    justify-content: center;
    align-items: center;
    background: #df0612;
    color: #fff;
  }
  .byuButton {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .byuButton__cart {
    width: 48%;
    background: linear-gradient(180deg, #df0612 0%, #a81009 100%), #c4c4c4;
    border-radius: 5px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    outline: none;
    color: #fff;
  }
  .byuButton__cart::after {
    content: "";
    background: url("/bitrix/templates/nsella/stylesheet/../images/byuButton__cart.png") no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  .detail .btn.fastorder__button {
    width: 48%;
    background: linear-gradient(180deg, #fcbd1c 0%, #d8640d 100%), #ffffff;
    border-radius: 5px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    outline: none;
    color: #fff;
  }
  .detail .description__header {
    flex-wrap: nowrap;
  }
  .detail .description__link {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin: 0 2px 6px;
  }
  .detail a.data-badge {
    width: 31px;
    height: 31px;
    margin: 0 2px;
  }
  .detail .detail__consultation {
    color: #fcbd1c;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    border: none;
    padding: 0;
    line-height: initial;
    width: auto;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
  }
  .slider__img img {
    max-height: 80%;
  }

  .store__body .ns_sale-top {
    display: none;
  }
  .store__body .flex-badges--section {
    display: none;
  }
}

.detail .button_basket {
  background: linear-gradient(180deg, #df0612 0%, #a81009 100%), #c4c4c4;
}
.detail .button__one {
  background: linear-gradient(180deg, #fcbd1c 0%, #d8640d 100%), #ffffff !important;
}

/*CART*/
.cart {
  border-top: 2px solid #fcbd1c;
}
.cart_fixed {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-bottom: 10px;
}
.cart__text {
  display: block;
}
.cart__text_small {
  font-size: 80%;
}
.cart__text_line {
  font-size: 80%;
  text-decoration: line-through;
}
.cart__text_big {
  font-size: 100%;
}
.basket-checkout-container {
  padding: 0;
  border: none;
}
.basket-coupon-block-field-description {
  color: #3e3e33;
  margin-bottom: 5px;
}
.subscribe .btn {
  background: linear-gradient(180deg, #fcbd1c 0%, #d8640d 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
  color: #fff;
  border: none;
}
.basket__row {
  display: flex;
  align-items: center;
  width: 100%;
}

.basket__col_1 {
  width: 10%;
}
.basket__col_2 {
  width: 60%;
  padding: 0 5%;
  line-height: 1;
}
.basket__col_3 {
  width: 30%;
  line-height: 0.8;
  text-align: center;
}

.basket__img {
  width: 100%;
  border: 1px solid #c4c4c4;
}
.basket__name {
  font-size: 70%;
}
.basket__quantity {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket__price {
  font-size: 70%;
  text-align: center;
  font-weight: bold;
}
.cart__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
  flex-wrap: wrap;
}
.cart__row_button {
  height: 33px;
}
.cart__row_sum {
  padding: 10px 15px;
}
.cart__col_button {
  width: 48%;
  height: 100%;
}
.cart__button {
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 60%;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
  font-weight: bold;
}
.cart__button_order {
  background: linear-gradient(180deg, #df0612 0%, #a81009 100%), #c4c4c4;
}
.cart__image {
  width: 15px;
  height: 15px;
}
.cart__image_order {
  background: url("/bitrix/templates/nsella/stylesheet/../images/cart__button_order.png") no-repeat;
}
.cart__image_order2 {
  background: url("/bitrix/templates/nsella/stylesheet/../images/cart__button_order2.png") no-repeat;
}
.cart__button_one {
  background: linear-gradient(180deg, #fcbd1c 0%, #d8640d 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.cart__image_one {
  background: url("/bitrix/templates/nsella/stylesheet/../images/cart__button_one.png") no-repeat;
}
.dialog {
  width: 90%;
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 100000;
  top: 10vh;
  left: -250%;
  right: 0;
  border-radius: 0px 15px;
  transition: all 0.3s;
  padding: 22px;
  box-sizing: border-box;
}
.dialog_active {
  left: 0;
  margin: auto;
  transition: all 0.3s;
}
.dialog__title {
  margin: 0;
  color: #3e3e3e;
  font-size: 16px;
  position: relative;
}
.dialog__title::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100px;
  height: 2px;
  background: #fcbd1c;
  content: "";
}
.dialog__form {
  width: 100%;
  max-width: 284px;
  margin: 10px auto 0;
}
.dialog__close {
  background: url("/bitrix/templates/nsella/stylesheet/../images/dialog__close.png") no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.dialog__sucess {
  display: none;
}
.dialog__sucess_active {
  display: block;
  margin-top: 10px;
}
.form__button {
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 60%;
  text-transform: uppercase;
  width: 70%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
  font-weight: bold;
  background: linear-gradient(180deg, #df0612 0%, #a81009 100%), #c4c4c4;
  margin: 0 auto;
}

.form__button.disabled {
  background: linear-gradient(180deg, #999999 0%, #7d7777 100%), #c4c4c4;
}
.form__input {
  padding-left: 35px !important;
}
.form__input_name {
  background: url("/bitrix/templates/nsella/stylesheet/../images/ns-user.svg") 11px no-repeat;
  background-size: auto 50%;
}
.form__input_phone {
  background: url("/bitrix/templates/nsella/stylesheet/../images/phone.svg") 8px no-repeat;
  background-size: auto 60%;
}
.form__input_mail {
  background: url("/bitrix/templates/nsella/stylesheet/../images/ns-mail.svg") 11px 12px no-repeat;
  background-size: auto 50%;
}
.form__agree {
  font-size: 80%;
}
.form__agree_link {
  text-decoration: underline;
}
.dialog__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  flex-wrap: wrap;
}
.dialog__text_small {
  font-size: 80%;
}

@media screen and (max-width: 768px) {
  .basket-items-list-wrapper {
    border: none;
  }
  .basket-items-list {
    padding: 0;
  }
  .basket-item-actions-remove:after,
  .basket-item-actions-remove:before {
    height: 10px;
  }
  .basket-item-block-amount input[type="text"] {
    height: 15px;
    min-width: inherit;
    max-width: inherit;
    font-size: 55%;
    width: 40%;
    margin: 0;
    border-radius: 4px;
  }
  .basket-item-amount-field-description {
    position: relative;
    font-size: 45%;
    text-align: left;
    padding-left: 35%;
  }
  .basket-item-actions-remov {
    width: 100%;
    height: 100%;
  }
  .basket-item-block-amount > span {
    padding: 0;
    margin: 0;
    width: 10%;
  }
  .basket-item-amount-btn-minus:after {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .basket-item-amount-btn-plus:after {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .basket-item-actions-remove {
    margin-left: 10% !important;
  }
  .basket-coupon-block-field {
    width: 80%;
    min-width: auto;
  }
}

/*ORDER*/
#bx-soa-reg {
  padding: 0 20px;
}
#bx-soa-reg h3.title.title--decorated {
  border: none;
  padding: 0 0 20px;
  font-size: 16px;
  font-weight: normal;
}
#bx-soa-properties .alert {
  display: none;
}
.bx-soa-section-title-container {
  display: none;
}
.bx-soa-section {
  background: #f5f5f5;
  border: none;
  margin-bottom: 0;
}
#bx-soa-region {
  padding: 20px 0 10px;
}
#bx-soa-region .form-group {
  padding-bottom: 0;
  min-height: inherit;
}
#bx-soa-region .radio-inline {
  float: none;
  margin: 0 0 10px;
}
#bx-soa-region label {
  font-size: 14px;
}
.title--decorated:after {
  content: none;
}
h3.title.title--decorated {
  font-size: 18px;
  margin: 0;
  border-top: 2px solid #fcbd1c;
  padding: 20px 0;
}
.comments_border {
  border-top: 2px solid #fcbd1c;
}
.alert.alert-warning {
  display: none;
}
#bx-soa-reg p {
  margin: 0 0 20px;
}
#bx-soa-reg .au_link {
  color: #fcbd1c;
}
#bx-soa-delivery {
  padding-bottom: 15px;
}
#bx-soa-orderSave {
  margin-top: 20px;
}
#bx-soa-orderSave .btn {
  width: 207px;
  height: 33px;
  background: linear-gradient(180deg, #df0612 0%, #a81009 100%), #c4c4c4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
}
#bx-soa-orderSave .btn::after {
  background: url("/bitrix/templates/nsella/stylesheet/../images/order_btn.png") no-repeat;
}
#bx-soa-orderSave .checkbox__wrapper {
  padding: 0 20px;
  margin-bottom: 10px;
}
#bx-soa-orderSave label {
  font-size: 14px;
}
.has-error input,
.has-error textarea {
  background: #ffdbdb;
  border-color: #a0a09f;
}
@media screen and (max-width: 767px) {
  #bx-soa-reg p {
    margin: 20px 0;
  }
  #bx-soa-reg h3.title.title--decorated {
    padding: 20px 0;
  }
  h3.title.title--decorated {
    font-size: 16px;
  }
  .comments_border {
    padding-top: 10px;
  }
  .order__prop-wrapper {
    border: none;
    margin: 0;
    width: auto;
    min-height: inherit;
    padding: 0;
  }
  .bx-soa-pp-company-image {
    display: none;
  }
  #bx-soa-delivery {
    padding-bottom: 20px;
  }
  #bx-soa-paysystem {
    padding-bottom: 30px;
  }
  #bx-soa-orderSave .checkbox {
    overflow: hidden;
  }
  #bx-soa-orderSave .btn {
    float: none;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 320px) {
  .bx-soa-pp-company-graf-container {
    margin: 10px 0;
  }
}

.bannerNeodent {
  margin-bottom: 40px;
}
.bannerNeodent__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.mw-100 {
  max-width: 100%;
}
.pt-10 {
  padding-top: 10px;
}
.fd-rr {
  flex-direction: row-reverse;
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

/*nssupp-434*/
.actions-terms {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.action-terms {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

button#show_files {
  border: none;
  background: #fcbd1c;
  color: white;
  cursor: pointer;
  padding: 3px 6px;
  border-bottom: 1px solid #dddddd;
  font-size: 13px;
  border-radius: 3px;
  margin-left: 10px;
}

input#agree_terms {
  margin-left: 5px;
}
.action-terms a {
  color: #feaf3f;
  margin-left: 10px;
}
span.empty_error {
  color: red;
  font-size: 13px;
  margin: 5px;
}
ul.cat-files li {
  border: 1px solid #ff000000;
  margin-right: 50px;
  margin-bottom: 50px;
  background-color: white;
  width: 200px;
  height: 180px;
  border-radius: 0 8px 0 8px;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}
ul.cat-files {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
ul.cat-files a {
  width: 100%;
  height: 100%;
  display: block;
}

ul.cat-files img {
  padding-top: 10px;
  display: block;
  margin: 0 auto;
}
.cat-files-name {
  text-align: center;
  margin-top: 5px;
}

.no-photo {
  width: 120px;
  height: 120px;
}
ul.cat-files li:hover {
  box-shadow: none;
  border: 1px solid #fccb6a;
}

.wr-file-list {
  margin-bottom: 30px;
}

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

.filemat-item {
  padding: 10px;
  border-bottom: 1px solid #fccb6a;
}

.filemat-item:first-child {
  border-top: 1px solid #fccb6a;
}

.filemat-element-name {
  font-weight: bold;
  padding-bottom: 10px;
}

.filemat-name {
  font-weight: lighter;
  margin-bottom: 15px;
}

.wr-filemat-info {
  display: flex;
  flex-wrap: wrap;
}

.filemat-info {
  margin-right: 10px;
}

.filemat-info.filemat-type {
  font-style: italic;
}

.photos._personal > .row {
  display: flex;
  justify-content: left;
}

.link-terms a {
  color: #feaf3f;
}

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

.personal-mat {
  width: 280px;
  margin: 20px auto;
  border: 1px solid #8a2b6f;
}

.personal-mat:hover {
  background: #8a2b6f;
}

.personal-mat .personal-mat-img {
  background-size: cover;
  background-image: url(/bitrix/templates/nsella/images/icons/logo-neodent-blue.png);
  width: 180px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.personal-mat a:hover .personal-mat-img {
  background-image: url(/bitrix/templates/nsella/images/icons/logo-neodent.png);
}

.personal-mat a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 25px;
}

.personal-mat a .personal-mat-text {
  color: #8a2b6f;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.personal-mat a:hover .personal-mat-text {
  color: #fff;
}

.link-mat-neodent:hover .photos__img {
  background-color: #8a2b6f;
  border: none;
}
.link-mat-neodent:hover .photos__img span {
  color: #fff;
}

@media (max-width: 768px) {
  .action-terms {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }
  ul.cat-files {
    justify-content: center;
  }
  ul.cat-files li {
    margin-right: 0;
  }
  .link-terms {
    text-align: center;
  }
  .catalog__overflow {
    padding-top: 40px;
  }
  /*.description {*/
  /*  padding-left: 16px;*/
  /*  padding-right: 16px;*/
  /*}*/
}
/*nssupp-434*/

.auth_mobile .auth {
  height: auto;
}

.auth_mobile._active .auth a.auth__link:nth-child(2) {
  margin-bottom: 20px;
  display: block;
}
.auth_mobile._active .auth a.auth__link {
  color: black;
}
.list-label-wrap {
  right: 10px;
  position: absolute;
}
.list-label-wrap img {
  max-height: 22px;
  margin-left: 5px;
}
.detail-label-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
.detail-label-wrap img {
  max-height: 30px;
}
@media screen and (max-width: 767px) {
  .list-label-wrap {
    top: 45px;
  }
  .list-label-wrap img {
    height: 25px;
    margin-left: 0;
  }
  .detail-label-wrap {
    position: relative;
    margin-bottom: 15px;
  }
}

.bk_container p {
  color: #df0612;
  font-size: 12px;
}
.bk_buy_button {
  border-radius: 4px !important;
  line-height: 12px !important;
  font-size: 15px !important;
  border: none !important;
  padding: 14px 35px !important;
}
@media (max-width: 678px) {
  .bk_container {
    width: 100%;
  }
  .bk_buy_button {
    padding: 6px 8px !important;
    height: 33px !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .promotion-block__footer .row:nth-child(3) {
    display: block !important;
  }
  .directions__img img {
    height: auto !important;
    width: auto !important;
  }

}
@media (max-width: 768px) {
  .one-click-item{
    display: none;
  }
}
@media (max-width: 768px) {
    .detail .slick-slide img{
      display: inline-block;
    }
}

.media__video img{
  width: 100%;
}

.btn:disabled{
  opacity: 0.5;
}
/* End */


/* Start:/bitrix/templates/nsella/stylesheet/more_styles.css?175010465448176*/
textarea._error {
    border-color: rgb(185, 74, 72);
    color: rgb(185, 74, 72);
}

._error label, ._error label a {
    -webkit-text-decoration: underline !important;
    color: rgb(185, 74, 72);
}

._error label, ._error label a {
    text-decoration: underline rgb(185, 74, 72) !important;
}

.captcha_error:not(._error) {
    display: none;
}

.captcha_error._error {
    color: rgb(185, 74, 72);
}

[data-compare]:not(._done) ._add, [data-compare]._done ._remove {
    display: inline-block;
}

[data-compare]:not(._done) ._remove, [data-compare]._done ._add {
    display: none;
}
.form_error {
    color: rgb(185, 74, 72);
}
a.btn.btn--light._ns_more {
    border: 1px solid #fcbd1c;
    color: #fcbd1c;
    margin-top: 10px;
}
a.btn.btn--light._ns_more:hover {
    background: #fcbd1c;
    color: white;
}
._ns_vendor_desc figure.manufacturer__img {
    max-width: 300px;
    margin-bottom: 15px;

}
._ns_vendor_desc h2.manufacturer__title {
    display: inline-block;
}
._ns_vendor_desc ul:before {
    content: "";
    clear: both;
    display: block;
}
._photo_reports .description__body {
    position: relative;
}
._photo_reports .description__link {
    overflow: hidden;
}
a.photos_pagi {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: block;
    height: 18px;
    color: #fcbd1c;
}
a.photos_pagi._right {
    right: 25px;
}
a.photos_pagi._left {
    left: 25px;
}
.photos_desc {
    margin-bottom: 45px;
}
@media (max-width: 479px){
    a.photos_pagi._right {
        right: 5px;
    }
    a.photos_pagi._left {
        left: 5px;
    }
}
@media (min-width: 768px) {
    ._ns_vendor_desc figure.manufacturer__img {
        float: left;
        margin: 0 25px 15px 0;
    }
}
.description__content._element ul p br {
    /* display: none; */
}
.description__content._element .element_description p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.mb-30 {
    margin-bottom: 30px;
}

.description__content p,
.description__content li,
.description__content span {
    color: #414141 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: normal !important;
}

.description__content br {
    display: none !important;
}

 li,
.description__content p {
    font-weight: 500;
}

body .description__content p {
    margin: 12px 0;
}
.input__search{
    height: 37px;
    line-height: 37px;
    line-height: 1;
    padding: 0 40px 0 17px;
    border: 1px solid #5e5e5d;
    border-radius: 6px;
    box-sizing: border-box;
    max-width: 260px;
    background: url(/bitrix/templates/nsella/stylesheet/../images/ns-magnifier.svg) right 12px center no-repeat #fff;
    background-size: 18px;
}

.input__search-wrapper-new .input__search {
    background: #fff;
}

.input__search-wrapper-new {
    position: relative;
}

@media (max-width: 1419px) {

    .input__search-wrapper-new {
        margin-top: 15px;
    }
}

.input__search-search-icon {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 35px;
    height: 35px;
    background: url(/bitrix/templates/nsella/stylesheet/../images/ns-magnifier.svg) center no-repeat;
    background-size: 20px;
    cursor: pointer;
}

.store__sort-by--selects {
    margin: 0 auto;
}

@media (max-width: 670px) {
    .carousel__hidden {
        display: none;
    }
}

.normal-slider img {
    margin: 0 auto;
}

.normal-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    border: 1px solid #626262;
    border-radius: 0 3px 0 3px;
}

.normal-slider .slick-dots li.slick-active button {
    background-color: #5b5b5b;
}

.normal-slider .slick-dots li button:before {
    display: none
}

.social::after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

@media (min-width: 900px) {

    .footer-bottom {
        margin-top: -3.7em;
    }
}

.webc-wrap {
    margin-top: 15px;
}

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

.store__body.store__body--promotions:not(.is-list) .product {
    /* height: auto; */
    padding-bottom: 30px;
	height: 100%;
    min-height: 300px;
    max-height: 450px;
}

.compare__parameters--list .checkbox__wrapper {
    text-align: left;
}

.intro .slick-dots li button {
    width: 16px;
    height: 16px;
    border: 1px solid #626262;
    border-radius: 0 3px 0 3px;
}

.intro .slick-dots li button::before {
    display: none;
}

.intro .slick-dots li.slick-active button {
    background-color: #5b5b5b;
}

@media (max-width: 599px) {

    .actions-slider__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {

    .promotion__image_reset_height {
        max-height: none;
    }
}

.intro__slide {
    padding-bottom: 28.4%;
    min-height: 0;
}

.intro__slide-wrap {
    padding: 15px 0;
}

@media (max-width: 1200px) {

    .intro__slide {
        min-height: 0;
    }
}

@media (max-width: 678px) {

    .intro__slider {
        display: block;
    }
}

@media (max-width: 500px) {

    .store__sort-by {
        padding: 15px;
    }

    .store__sort-by--selects {
        display: flex;
        flex-wrap: wrap;
    }

    .ns_store .store__sort-by--cost {
        width: 65%;
        min-width: 0;
        padding-right: 10px;
    }

    .ns_store label {
        font-size: 12px;
    }

    .store__sort-by--selects .dk-select {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .ns_store fieldset:nth-child(2) {
        width: 35%;
        min-width: 0;
        margin-top: 0;
    }
}
span.badge__icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-size: contain;
    background-position: center;
}
.detail span.badge__icon {
	right: -15px;
    top: -15px;
    left: auto;
}
._overflowed {
	overflow: visible!important;
}
.detail span.badge__icon + .promotion-block__list {
    margin-top: 15px;
}
@media (max-width: 767px){
	.detail .promotion-block__label + .promotion-block__list {
		margin-top: 45px;
	}
}

.header__search {
    position: relative;
}

input.header__search-btn {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding: 0;
    border: 0;
    cursor: pointer;
}

/* SEARCH */
@media (max-width: 670px) {

    .header__search--wrapper {
        display: block;
        width: 37px;
        height: 37px;
        flex: none;
        padding: 0;
        background: url(/bitrix/templates/nsella/images/ns-magnifier.svg) no-repeat center / 70%;
        cursor: pointer;
    }

    .header__search {
        display: none;
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 15px;
        cursor: auto;
    }

    .header__search_visible {
        display: block;
    }

    .header__search input {
        max-width: none;
        border-radius: 0;
        border-color: #ddd;
    }

    input.header__search-btn {
        right: 15px;
    }

    .logo img {
        width: 150px;
    }
}
/* ===== */

/* nssupp-134 */

.row__sale {
    align-items: stretch;
}
.row__sale__block {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
}
.row__sale__item__wrapper, .row__sale__item {
    /*height: 100%;*/
}
.row__sale__item__figure {
    display: flex;
    flex-direction: column;
    max-height: none;
}
.row__sale__item__title{
    margin-bottom: auto;
}

.promotion-detail__images_new {
    width: 100%;
    height: 100%;
    text-align: center;
}
.promotion-detail__images_new img {
    width: 100%;
    /*max-height: 400px;*/
}

.promotion-detail__content promotion-detail__text, .promotion-detail__youtube, .promotion-detail__video {
    margin: 20px 0px;
}

/* /nssupp-134 */

@media (min-width: 900px) {
    ._full_width {
        -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
        max-width: 33% !important;
    }
}
@media (min-width: 1200px) {
    ._full_width {
        -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
        max-width: 20% !important;
    }
}

.webc-wrap a.web{
	display: flex;
}
.webc__icon {
	display: inline;
	margin-left: 10px;
}
@media (max-width: 900px) {
    .webc-wrap a.web {
    	justify-content: center;
	}
}

/* nssupp-196 */
    .text-align-center {
        text-align: center;
    }
    .journal__footer {
        padding-top: 10px;
    }
/* nssupp-196 END */

._mb_menu_hidden, ._mb_menu_hidden + span {
    display: none!important;
}
span.product__title {
    display: block;
}
.brand_products > .container {
    position: relative;
}
.title.vendor-catalog--h2 {
    text-align: left;
    padding-right: 150px;
}
.vendor-catalog--btn {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
}
@media (max-width: 479px) {
    .title.vendor-catalog--h2 {
        padding-right: 100px;
    }
    .btn.vendor-catalog--btn {
        padding: 10px 15px;
    }
}
.directions .directions__wrapper {
    max-height: 100%;
}
.actions .slick-dots, .brands .slick-dots {
    position: static;
}
@media (max-width: 600px) {
    [data-fancybox="testdrive"] {
        margin-bottom: 15px;
    }
}
/* card rework */
.fastorder__body {
    max-width: 500px
}
.fastorder__product {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.fastorder__product ~ div:not(:last-of-type) {
    margin-bottom: 8px;
    max-width: 450px;
}
.fastorder__product--image {
    flex: 0 0 140px;
    width: 140px;
    height: 140px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #5e5e5d;
    margin-bottom: 8px;
}
.fastorder__product--quantity {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.fastorder__product--quantity > .quantity-btn {
    flex: 0 0 24px;
    text-align: center;
    border: 1px solid #5e5e5d;
    line-height: 24px;
    cursor: pointer;
}
.fastorder__product--quantity > .quantity-num {
    flex: 0 0 50px;
}
.fastorder__product--quantity > .quantity-num input {
    padding: 0;
    text-align: center;
    width: 50px;
    height: 26px;
    margin: 0 2px;
    background: white;
    border: 1px solid #5e5e5d;
    outline: none;
    border-radius: 0;
    line-height: 26px;
}
.fastorder__form button.btn.btn--warning {
    outline: none;
    border: none;
}
.fastorder__product--cost, .fastorder__product--summ {
    font-weight: bold;
}
.btn.fastorder__button {
    /*background: #fcbd1c;*/
    background: #d7d6d6;
    color: white;
    font-size: 15px;
    padding-left: 4px;
    padding-right: 4px;
}
.btn.fastorder__button:hover, .btn.fastorder__button:focus {
    background: #feaf3f;
}
main .container .btn.btn-basket--new {
    padding-right: 30px;
    position: relative;
    /*background: #d7d6d6;*/
    /*color: white;*/
    font-size: 15px;
    padding-left: 4px;
}
main .container .btn.btn-basket--new:hover, main .container .btn.btn-basket--new:focus {
    /*background: #feaf3f;*/
}
main .container .btn.btn-basket--new .icon-basket-white {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 5px;
}
a.data-badge {
    position: relative;
    border: 1px solid #fcbd1c;
    color: #fcbd1c;
    line-height: 1;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
a.data-badge:hover {
    background: #feaf3f!important;
    color: white;
}
a.data-badge._done {
    background: #fcbd1c;
    color: white;
}
a.data-badge span {
    display: none!important;
    position: absolute;
    max-width: 80vw;
    white-space: nowrap;
    background: #d7d6d6;
    border-radius: 4px;
    padding: 6px 12px;
    color: white;
    top: 24px;
    left: 24px;
    z-index: 99;
    border-top-left-radius: 0;
}
a.data-badge:not(._done):hover span._add {
    display: block!important;
}
a.data-badge._done:hover span._remove {
    display: block!important;
}
.flex-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.flex-badges dl {
    flex: 0 0 100%;
}
.flex-badges footer {
    flex: 0 0 100%;
}
.flex-badges--section {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.flex-badges--section a.data-badge {
    margin: 0 2px;
}
.sale_overflow_none {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 145px;
    height: 90px;
}
.detail [data-fancybox] {
    cursor: zoom-in;
}
.store__body.store__body--promotions.delay_page .product {
    height: 100%;
    padding-bottom: 30px!important;
}
.delay_remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.delay_remove:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.delay_remove:hover:after {
    color: #555;
    background: #eee;
}
.delay_remove:after,
.delay_remove:hover:after {
    background-color: #e3161c;
    color: #fff;
    font-size: 14px;
    width: 25px;
    height: 25px;
    top: 12px;
    right: 12px;
    content: "\2715";
    line-height: 26px;
    transition: all .3s
}

.delay_remove:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #dc484c
}
@media (min-width: 1200px) {
    .flex-badges dl {
        flex: 1;
    }
    .flex-badges {
        justify-content: space-between;
    }
}
@media (max-width: 900px) {
    .btn.fastorder__button {
        padding: 9px 14px;
        line-height: 17px;
    }
}
@media (max-width: 767px){
    .detail .sale_overflow_none + .promotion-block__list {
        margin-top: 45px;
    }
}
@media (max-width: 678px) {
    .btn.fastorder__button {
        padding: 6px 8px;
    }
    .detail a.data-badge {
        margin-top: 15px;
    }
}
@media (max-width: 479px) {
    .store__body.store__body--promotions.delay_page .column.xs-12 {
        flex-basis: 100%!important;
        max-width: 100%!important;
    }
}
.flex-badges--head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}
.flex-badges--head a.data-badge {
    border: 1px solid #414141;
    color: #414141;
    background: white;
}
.flex-badges--head a.data-badge:hover, .flex-badges--head a.data-badge:focus {
    border: 1px solid #e3161c;
    background: white!important;
    color: #e3161c;
}
a.data-badge > span.data-count:not(:empty) {
    display: block!important;
    background: #fcbd1c;
    color: white;
    border: 1px solid #fcbd1c;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: -8px;
    font-size: 14px;
    right: -8px;
    left: auto;
}
@media (max-width: 1200px) {
    .flex-badges--head {
        order: 3;
        margin-right: 20px!important;
    }
    .flex-badges--head a.data-badge {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    a.data-badge > span.data-count:not(:empty) {
        top: -9px;
    }
}
@media (max-width: 767px) {
    .header__search-wrapper--new {
        padding-left: 0!important;
    }
}
@media (max-width: 399px) {
    .header__middle .header__search-wrapper--new, .header__middle .auth_mobile, .header__middle .flex-badges--head, .header__middle .header__middle-row .header__hamb {
        padding: 0!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}
/* !card rework */

/* nssupp-255 */

.mb-20 {
    margin-bottom: 20px;
}

/* nssupp-255 END */

.ns_sale-top {
    background: #c10000;
    background: linear-gradient(180deg, #c10000 0, #d13439);
    font-weight: 100;
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-align: center;
    margin: -15px -15px 0;
}
.detail .ns_sale-top {
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    right: 0;
}
@media (max-width: 678px) {
    .detail .ns_sale-top {
        position: static;
        width: 100%;
        margin: 0 0 12px;
    }
}
.is-list span.ns_sale-top {
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    max-width: 180px;
}

/* nssupp-323 */


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


/* nssupp-323 END */

.plitka {
    margin: 10px 0px;
}

/* страница Сервисный центр */
.service-page .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    color: #000000;
    padding: 0;
    margin: 0 0 30px;
}
.service-page-intro-links {
    margin-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-page-intro-links a {
    padding-left: 20px;
    position: relative;
    width: 25%;
    margin-bottom: 10px;
}
.service-page-intro-links a:before {
    content: '';
    display: block;
    width: 10px;
    height: 22px;
    background: url('/upload/service/intro_links_icon.png') center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.service-page-intro-links a span {
    background: linear-gradient(to right, #FFFFFF 0%, #D8630D 0.01%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #F7AE49;
    font-size: 16px;
    line-height: 140%;
    position: relative;
}
.service-page-intro-links a span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #FFFFFF 0%, #D8630D 0.01%, #F6B903 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-page-intro-links a:hover span {
    color: #F7AE49;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: unset;
    background: unset;
}
.service-page .service-page-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    margin: 0 0 25px;
    position: relative;
}
.service-page .service-page-title:after {
    content: '';
    display: block;
    width: 300px;
    height: 4px;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%), #F7AE49;
    border-radius: 4px;
    position: absolute;
    bottom: -12px;
    left: calc((100% - 300px) / 2);
}
.service-page .service-page-subtitle {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    margin: 0 0 30px;
}
.service-page-preim-block {
    margin-bottom: 120px;
}
.service-page-preim-block .preim-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-page-preim-block .preim-wrap > img {
    width: 500px;
    margin-left: 40px;
}
.service-page-preim-block .preim-wrap .preim-item {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}
.service-page-preim-block .preim-wrap .preim-item:after {
    content: '';
    display: block;
    width: 5px;
    height: calc(100% + 2px);
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%), #F7AE49;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: -1px;
    right: -1px;
}
.service-page-preim-block .preim-wrap .preim-item:last-child {
    margin-bottom: 0;
}
.service-page-preim-block .preim-wrap .preim-item p.bold {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin: 16px 0 4px 0;
}
.service-page-preim-block .preim-wrap .preim-item p {
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    margin: 0;
}
.service-page-licenses-block {
    background: #F4F4F4;
    padding: 25px 0 40px;
    margin-bottom: 120px;
}
.service-page-licenses-block .licenses-wrap {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.service-page-licenses-block .licenses-slider {
    max-width: 450px;
    margin: 0 200px;
}
.service-page-licenses-block .licenses-slider .slick-arrow {
    width: 32px;
    height: 32px;
}
.service-page-licenses-block .licenses-slider .slick-arrow.slick-prev {
    left: -62px;
    background: url('/upload/service/slider_prev.png') no-repeat;
    background-size: cover;
}
.service-page-licenses-block .licenses-slider .slick-arrow.slick-next {
    right: -62px;
    background: url('/upload/service/slider_next.png') no-repeat;
    background-size: cover;
}
.service-page-licenses-block .licenses-slider .slick-next:before,
.service-page-licenses-block .licenses-slider .slick-prev:before {
    content: unset;
}
.service-page-licenses-block .licenses-info {
    max-width: 380px;
}
.service-page-licenses-block .licenses-info p {
    margin: 0 0 50px;
    display: flex;
    align-items: center;
}
.service-page-licenses-block .licenses-info p .index {
    font-weight: 600;
    font-size: 42px;
    line-height: 110%;
    margin-right: 16px;
    background: linear-gradient(to right, #FFFFFF 0%, #D8630D 0.01%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #F7AE49;
}
.service-page-licenses-block .licenses-info p .text {
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.service-page-licenses-block .licenses-info .licenses-link {
    margin-top: 56px;
}
.service-page-licenses-block .licenses-info .licenses-link a {
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    border-radius: 4px;
    padding: 11px 62px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}
.service-page-licenses-block .licenses-info .licenses-link a:hover {
    background: #F6B903;
}
.service-page-warranty {
    margin-bottom: 100px;
}
.service-page-warranty .warranty-list {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-page-warranty .warranty-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16%;
}
.service-page-warranty .warranty-item img {
    max-width: 100%;
}
.service-page-warranty .warranty-item a:hover {
    border: 1px solid #d1d2d4;
}
.service-page-engineer {
    margin-bottom: 100px;
}
.service-page-engineer .engineer-block {
    margin-top: 56px;
    display: flex;
    align-items: center;
}
.service-page-engineer .engineer-block > img {
    width: 500px;
    margin-right: 20px;
}
.service-page-engineer .engineer-info p.engineer-info__title {
    font-size: 22px;
    line-height: 30px;
}
.service-page-engineer .engineer-info p {
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    margin: 0 0 15px;
}
.service-page-engineer .engineer-info p .bold {
    font-weight: bold;
}
.service-page-engineer .engineer-info .engineer-info__button {
    margin-top: 25px;
}
.service-page-engineer .engineer-info .engineer-info__button a {
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    border-radius: 4px;
    padding: 11px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    width: 41%;
    display: inline-block;
    vertical-align: top;
    text-align: center;

}
.service-page-engineer .engineer-info .engineer-info__button a:hover {
    background: #F6B903;
}
.service-page-order-repair {
    margin-bottom: 80px;
}
.service-page-order-repair .order-repair-block {
    margin: 40px 0 30px;
    display: flex;
}
.service-page-order-repair .order-repair-item {
    border: 1px solid #E5E5E5;
    padding: 20px;
    width: 50%;
    position: relative;
}
.service-page-order-repair .order-repair-item:first-child {
    border-right: none;
}
.service-page-order-repair .order-repair-item:first-child:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    transform: rotate(45deg);
    position: absolute;
    top: calc((100% - 40px) / 2);
    right: -21px;
    z-index: 1;
    border-left: none;
    border-bottom: none;
}
.service-page-order-repair .order-repair-item:last-child {
    padding-left: 40px;
}
.service-page-order-repair .order-repair-item p {
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    margin: 20px 0 0;
}
.service-page-order-repair .order-repair-item p a {
    background: linear-gradient(to right, #FFFFFF 0%, #D8630D 0.01%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #F7AE49;
    position: relative;
}
.service-page-order-repair .order-repair-item p a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #FFFFFF 0%, #D8630D 0.01%, #F6B903 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-page-order-repair .order-repair-button {
    text-align: center;
}
.service-page-order-repair .order-repair-button a {
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    border-radius: 4px;
    padding: 11px 44px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
.service-page-order-repair .order-repair-button a:hover {
    background: #F6B903;
}
.service-page-catalog {
    background: #F4F4F4;
    margin-bottom: 80px;
    padding: 80px 0 120px;
}
.service-page-catalog .catalog-block {
    display: flex;
}
.service-page-catalog .catalog-group {
    width: 67%;
    margin-left: 20px;
}
.service-page-catalog .catalog-item {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    width: 44%;
}
.service-page-catalog .catalog-item a {
    display: block;
    padding: 20px;
    position: relative;
    height: 100%;
}
.service-page-catalog .catalog-item a .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    display: block;
    margin-bottom: 6px;
    z-index: 1;
    position: relative;
}
.service-page-catalog .catalog-item a .count {
    font-size: 16px;
    line-height: 140%;
    background: linear-gradient(to right, #FFFFFF 0%, #D8630D 0.01%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #F7AE49;
    z-index: 1;
    position: relative;
}
.service-page-catalog .catalog-item a img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.service-page-catalog .catalog-item a:after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url('/upload/service/catalog_arrow.png') no-repeat;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.service-page-catalog .catalog-group .catalog-item {
    width: 100%;
    min-height: 190px;
    margin-bottom: 20px;
}
.service-page-catalog .catalog-group .catalog-item a {
    min-height: 190px;
}
.service-page-catalog .catalog-item a:hover {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 30%);
}
.service-page-catalog .catalog-group .catalog-item:last-child {
    margin-bottom: 0;
}
.service-page-bottom-banner {
    /*background: url('/upload/service/service_bg.png') center right no-repeat;*/
    background: #a3a19f;
    background-size: cover;
    padding: 80px 0;
}
.service-page-bottom-banner .bottom-banner-content {
    max-width: 58%;
}
.service-page-bottom-banner .service-page-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 110%;
    color: #FFFFFF;
    text-align: left;
    margin: 0 0 20px;
}
.service-page-bottom-banner .service-page-title:after {
    content: unset;
}
.service-page-bottom-banner .service-page-subtitle {
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    text-align: left;
}
.service-page-bottom-banner .bottom-banner-button a {
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    border-radius: 4px;
    padding: 11px 35px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}
.service-page-bottom-banner .bottom-banner-button a:hover {
    background: #F6B903;
}
.service-page-open-forms {
    margin-bottom: 80px;
}
.service-page-open-forms .open-forms-wrap {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-page-open-forms .open-forms-wrap:last-child {
    margin-bottom: 0;
}
.service-page-open-forms .open-forms-col {
    width: 49%;
}
.service-page-open-forms .open-forms-col > img {
    max-width: 100%;
}
.service-page .service-page-open-forms .service-page-title {
    text-align: left;
    margin: 0 0 35px;
}
.service-page .service-page-open-forms .service-page-subtitle {
    text-align: left;
    margin: 0 0 25px;
}
.service-page .service-page-open-forms #service_call_engineer .service-page-subtitle {
    margin: 0 0 15px;
}
.service-page .service-page-open-forms .service-page-title:after {
    left: 0;
}
.service-page .service-page-open-forms p:not(.service-page-subtitle) {
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.service-page .service-page-open-forms p .bold {
    font-weight: bold;
}
.service-page .service-page-open-forms p .open-forms-info {
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 3px;
    background: url('/upload/service/service_info_icon.png') no-repeat;
    cursor: pointer;
}
.service-page-open-forms .open-forms__group-fields {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-page-open-forms .open-forms__input {
    width: 32%;
}
.service-page-open-forms .open-forms__input input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 10px;
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 20px;
    color: #4E5255;
    height: auto;
    width: 100%;
}
.service-page-open-forms .open-forms__textarea {
    width: 100%;
}
.service-page-open-forms .open-forms__textarea textarea {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    font-family: Open Sans;
    font-size: 15px;
    line-height: 20px;
    color: #4E5255;
    min-height: 70px;
}
.service-page-open-forms .open-forms__policy {
    width: 37%;
}
.service-page-open-forms #service_call_engineer .open-forms__policy {
    width: 100%;
}
.service-page-open-forms .open-forms__policy .checkbox__wrapper {
    padding: 0;
}
.service-page-open-forms .open-forms__policy input[type=checkbox].css-checkbox + label.css-label,
.service-page-open-forms .open-forms__policy input[type=checkbox].css-checkbox:checked + label.css-label {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.service-page-open-forms #service_call_engineer .open-forms__policy input[type=checkbox].css-checkbox + label.css-label,
.service-page-open-forms #service_call_engineer .open-forms__policy input[type=checkbox].css-checkbox:checked + label.css-label {
    padding-bottom: 5px;
}
.service-page-open-forms .open-forms__policy input[type=checkbox].css-checkbox + label.css-label a {
    background: linear-gradient(to right, #FFFFFF 0%, #D8630D 0.01%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #F7AE49;
    position: relative;
    text-decoration: none;
}
.service-page-open-forms .open-forms__policy input[type=checkbox].css-checkbox + label.css-label a:hover {
    color: #F7AE49;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: unset;
    background: unset;
}
.service-page-open-forms .open-forms__policy input[type=checkbox].css-checkbox + label.css-label a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #FFFFFF 0%, #D8630D 0.01%, #F6B903 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-page-open-forms .open-forms-button a {
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    border-radius: 4px;
    padding: 11px 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
    display: inline-block;
}
.service-page-open-forms .open-forms-button a:hover {
    background: #F6B903;
}
.service-page-open-forms .open-forms__form {
    margin-top: 25px;
}
#open-forms-info-popup {
    max-width: 80%;
    padding: 30px;
}
.mobile_visible {
    display: none!important;
}
@media (max-width: 1850px) {
    .service-page-bottom-banner {
        background: #8e8c80;
    }
}
@media (max-width: 1450px) {
    .service-page-open-forms .open-forms__policy {
        width: 50%;
    }
}
@media (max-width: 1350px) {
    .service-page-licenses-block .licenses-slider {
        margin: 0 130px;
    }
}
@media (max-width: 1200px) {
    .service-page-intro-links a {
        width: 24%;
    }
    .service-page-licenses-block .licenses-slider {
        margin: 0 100px;
    }
    .service-page-open-forms .open-forms-button a {
        padding: 11px 20px;
    }
    .service-page-open-forms .open-forms__policy .checkbox__wrapper {
        width: 100%;
    }
    .service-page-bottom-banner .bottom-banner-content {
        max-width: 100%;
    }
    .service-page .service-page-subtitle br {
        display: none;
    }
}
@media (max-width: 1050px) {
    .service-page-open-forms .open-forms-button a {
        padding: 11px 10px;
    }
    /* .service-page-licenses-block .licenses-slider {
        margin: 0 70px;
        max-width: 400px;
    } */
    .service-page-open-forms .open-forms-wrap {
        flex-wrap: wrap;
    }
    .service-page-open-forms .open-forms-col {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .service-page-open-forms .open-forms-col > img {
        display: block;
        margin: 0 auto;
    }
    .service-page-preim-block .preim-wrap > img {
        width: 400px;
      }
    .service-page-engineer .engineer-block > img {
        width: 400px;
    }
    .service-page-licenses-block .licenses-slider {
        margin: 0 70px;
        max-width: 300px;
    }
}
@media (max-width: 900px) {
    .service-page-intro-links a {
        width: 50%;
    }
    .service-page-preim-block .preim-wrap > img,
    .service-page-engineer .engineer-block > img,
    .service-page-open-forms .open-forms-col > img {
        display: none;
    }

    .service-page-catalog .catalog-item a {
        overflow: hidden;
    }
    .service-page-open-forms .open-forms__button {
        width: 32%;
    }
    .service-page-open-forms .open-forms-button a {
        width: 250px;
    }
    .service-page-licenses-block .licenses-wrap {
        margin-top: 25px;
        flex-direction: column;
        overflow: hidden;
    }
    .service-page-licenses-block .licenses-info {
        max-width: 100%;
        margin-bottom: 16px;
      }
      .service-page-licenses-block .licenses-slider {
        max-width: 80%;
        margin: 0 0 24px;
        align-self: flex-start;
      }
}
@media (max-width: 670px) {
    .service-page .title {
        font-size: 28px;
        line-height: 110%;
        margin: 0 0 15px;
    }
    .service-page-intro-links {
        margin-bottom: 50px;
    }
    .service-page-intro-links a {
        width: 100%;
        margin-bottom: 20px;
    }
    .service-page-intro-links a:last-child {
        margin-bottom: 0;
    }
    .service-page-intro-links a span {
        font-weight: bold;
        font-size: 16px;
        line-height: 110%;
        color: #F7AE49;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: unset;
        background: unset;
    }
    .service-page-intro-links a span:after {
        content: unset;
    }
    .service-page .service-page-title {
        font-weight: 600;
        font-size: 28px;
        line-height: 110%;
        color: #000000;
        text-align: left;
        margin: 0 0 16px;
    }
    .service-page .service-page-title br {
        display: none;
    }
    .service-page .service-page-title:after {
        content: unset;
    }
    .service-page .service-page-title .orange {
        color: #F7AE49;
    }
    .service-page .service-page-subtitle {
        font-weight: 300;
        font-size: 18px;
        line-height: 120%;
        color: #505050;
        text-align: left;
        margin: 0 0 24px;
    }
    .service-page-preim-block .preim-wrap {
        margin-top: 40px;
    }
    .service-page-preim-block .preim-wrap .preim-item {
        padding: 24px 32px;
    }
    .service-page-preim-block .preim-wrap .preim-item:after {
        background: #F7AE49;
        width: 4px;
    }
    .service-page-preim-block {
        margin-bottom: 50px;
    }
    .service-page-licenses-block {
        background: transparent;
        padding: 0;
        margin-bottom: 50px;
    }

    .mobile_hidden {
        display: none!important;
    }
    .mobile_visible {
        display: block!important;
    }
    .service-page-licenses-block .licenses-info p {
        background: #F7F7FA;
        border: 1px solid #E5E5E5;
        box-sizing: border-box;
        border-radius: 4px;
        margin: 0 0 16px;
        padding: 24px 32px;
        position: relative;
    }
    .service-page-licenses-block .licenses-info p .index {
        position: absolute;
        right: 12px;
        font-weight: bold;
        font-size: 32px;
        line-height: 110%;
        text-align: right;
        color: #F7AE49;
        margin: 0;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: unset;
        background: unset;
        max-width: 19px;
        overflow: hidden;
    }

    .service-page-licenses-block .licenses-slider img {
        margin-right: 12px;
    }
    .service-page-licenses-block .licenses-slider .slick-list.draggable {
        overflow: visible;
    }
    .service-page-licenses-block .licenses-slider .slick-slide:not(.slick-active) {
        opacity: 0.5;
    }
    .service-page-licenses-block .licenses-info .licenses-link {
        width: 100%;
        margin-top: 30px;
    }
    .service-page-licenses-block .licenses-info .licenses-link a {
        background: #F7AE49;
        border-radius: 4px;
        display: block;
        padding: 16px;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF;
        text-align: center;
    }
    .service-page-warranty {
        margin-bottom: 50px;
    }
    .service-page-warranty .warranty-list {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .service-page-warranty .warranty-item {
        width: 49%;
    }
    .service-page-engineer {
        margin-bottom: 50px;
    }
    .service-page-engineer .engineer-block {
        margin-top: 0;
    }
    .service-page-engineer .engineer-info p.engineer-info__title {
        font-weight: 300;
        font-size: 18px;
        line-height: 120%;
        color: #505050;
        margin: 0 0 12px;
    }
    .service-page-engineer .engineer-info .engineer-info__button a {
        background: #F7AE49;
        border-radius: 4px;
        display: block;
        padding: 16px;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
    .service-page-order-repair {
        margin-bottom: 50px;
    }
    .service-page-order-repair .order-repair-block {
        margin: 25px 0;
        flex-direction: column;
    }
    .service-page-order-repair .order-repair-item {
        padding: 24px 32px;
        width: 100%;
    }
    .service-page-order-repair .order-repair-item:first-child {
        border-right: 1px solid #E5E5E5;
        border-bottom: none;
    }
    .service-page-order-repair .order-repair-item:first-child:after {
        width: 32px;
        height: 32px;
        transform: rotate(135deg);
        top: unset;
        right: calc((100% - 32px) / 2);
        bottom: -16px;
    }
    .service-page-order-repair .order-repair-item p {
        margin: 16px 0 0;
        font-size: 18px;
        line-height: 25px;
    }
    .service-page-order-repair .order-repair-item p a {
        font-weight: bold;
        text-decoration-line: underline;
        color: #F7AE49;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: unset;
        background: unset;
    }
    .service-page-order-repair .order-repair-item p a:after {
        content: unset;
    }
    .service-page-order-repair .order-repair-button a {
        background: #F7AE49;
        border-radius: 4px;
        padding: 16px;
        display: block;
    }
    .service-page-catalog {
        background: transparent;
        margin-bottom: 50px;
        padding: 0;
    }
    .service-page-catalog .catalog-block {
        flex-wrap: wrap;
    }
    .service-page-catalog .catalog-item {
        width: 100%;
        min-height: 160px;
        margin: 0 0 16px;
    }
    .service-page-catalog .catalog-group {
        width: 100%;
        margin-left: 0;
    }
    .service-page-catalog .catalog-group .catalog-item {
        min-height: 160px;
        margin-bottom: 16px;
    }
    .service-page-catalog .catalog-group .catalog-item a {
        min-height: 160px;
    }
    .service-page-catalog .catalog-item a {
        padding: 24px 32px;
    }
    .service-page-catalog .catalog-item a .name {
        margin-bottom: 10px;
    }
    .service-page-catalog .catalog-item a .count {
        color: #F7AE49;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: unset;
        background: unset;
    }
    .service-page-catalog .catalog-item a:after {
        content: unset;
    }
    .service-page-open-forms {
        margin-bottom: 50px;
    }
    .service-page-open-forms .open-forms-wrap {
        display: none;
    }
    .service-page-open-forms .open-forms-wrap.is-active {
        display: block;
    }
    .service-page .service-page-open-forms .service-page-title {
        text-align: left;
        margin: 0 0 25px;
    }
    .service-page-open-forms .open-forms-tabs {
        display: flex!important;
    }
    .service-page-open-forms .open-forms-tabs .open-forms-tabs__link {
        background: #F7F7FA;
        border: 1px solid #E5E5E5;
        padding: 16px 8px;
        width: 50%;
        font-size: 14px;
        line-height: 19px;
        color: #B4B4B4;
        text-align: center;
    }
    .service-page-open-forms .open-forms-tabs .open-forms-tabs__link.is-active {
        background: #F7AE49;
        color: #FFFFFF;
        font-weight: bold;
    }
    .service-page-open-forms .open-forms-tabs .open-forms-tabs__link:first-child {
        border-radius: 4px 0px 0px 4px;
    }
    .service-page-open-forms .open-forms-tabs .open-forms-tabs__link:last-child {
        border-radius: 0px 4px 4px 0px;
    }
    .service-page-open-forms .open-forms-wrap {
        margin-bottom: 0;
    }
    .service-page-open-forms .open-forms__group-fields {
        margin-bottom: 16px;
        flex-wrap: wrap;
    }
    .service-page-open-forms .open-forms__input {
        width: 100%;
        margin-bottom: 16px;
    }
    .service-page-open-forms .open-forms__input:last-child {
        margin-bottom: 0;
    }
    .service-page-open-forms .open-forms__input input,
    .service-page-open-forms .open-forms__textarea textarea {
        padding: 15px 24px;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
    }
    .service-page-open-forms .open-forms__input input::placeholder,
    .service-page-open-forms .open-forms__textarea textarea::placeholder {
        color: #B4B4B4;
    }
    .service-page-open-forms .open-forms__policy {
        width: 100%;
        order: 2;
        margin: 12px 0 0;
    }
    .service-page-open-forms .open-forms__policy input[type=checkbox].css-checkbox + label.css-label,
    .service-page-open-forms .open-forms__policy input[type=checkbox].css-checkbox:checked + label.css-label {
        font-size: 14px;
        line-height: 19px;
    }
    .service-page-open-forms .open-forms__policy input[type=checkbox].css-checkbox + label.css-label a {
        font-weight: bold;
        text-decoration-line: underline;
        color: #F7AE49;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: unset;
        background: unset;
    }
    .service-page-open-forms .open-forms__button {
        width: 100%;
        order: 1;
    }
    .service-page-open-forms .open-forms-button a {
        width: 100%;
        background: #F7AE49;
        padding: 16px;
    }
    .service-page-engineer .engineer-info .engineer-info__button {
        display: flex;
      }
      .service-page-engineer .engineer-info .engineer-info__button a:first-child{
        margin-right: 7px;
      }
      .service-page-engineer .engineer-info .engineer-info__button a{
        width: 50%;
        padding: 11px 0;
      }
}
/* страница Сервисный центр */


@media (max-width: 500px){
    .person-type-select { flex-direction: column; }
}

.vk_custom_btn .bk_buy_button { background-image: linear-gradient( 0deg, #d65e0e 0, #ffd300); background-color: #e20613; width: 100%; text-align: center; font-weight: 400; text-transform: uppercase; }
.vk_custom_btn .bk_buy_button:hover { background-color: #eb4f4d; background-image: linear-gradient(0deg, #ea7222 0, #ffe461); }

.btn_request_order{
    color: white;
    cursor: pointer !important;
}
.row_request_order{
    display: block !important;
}

.wr-custom-list-product-more {
    display: flex;
    justify-content: center;
}

a.custom-list-product-more-link {
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    background-color: #e20613;
    background-image: linear-gradient(0deg, #d65e0e 0, #ffd300);
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
    padding: 14px 35px;
    line-height: 12px;
    cursor: pointer;
    transition: all .3s;
}

a.custom-list-product-more-link:hover {
    background-color: #eb4f4d;
    background-image: linear-gradient(0deg, #ea7222 0, #ffe461);
}

.cart__button_desktop {
  border: none;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 30px;
  margin: 0 10px;
}
@media (max-width: 768px) {
   .cart__button_desktop { display: none; }
}

@media (min-width: 992px) and (max-width: 1246px) {
    .cart__button_desktop { margin-top: 10px }
    .basket-checkout-block-btn { display: flex; flex-direction:column; }
}


.dialog.desktop { width: 735px; }
.dialog__form.desktop { max-width: 484px; }
.dialog__row.desktop { margin: 10px 0 10px 0;  }

.description a{
    text-decoration: underline;
}

.description a:hover{
    text-decoration: none;
    color: #feaf3f;
}

.engineer-call__forradio { margin-left: 25px; }

.cart-header{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.share-link-wrap { display:flex; flex-direction:column; align-items:center; gap:20px; margin:20px 0; }
.share-link-wrap .link{ padding:20px; border:1px solid #ccc; background-color:#f4f4f4; cursor:pointer; }
.copy-share-link-btn { cursor:pointer; }

.copy-share-link-btn,
.share-table-btn { background: linear-gradient(180deg, #fcbd1c 0%, #d8640d 100%), linear-gradient(0deg, #ffffff, #ffffff);     padding: 14px 30px; color:#fff; }

@media (max-width: 560px) {
    .share-link-wrap .link{
        max-width: 250px;
        overflow: auto;
    }
}
body .nca-cookiesaccept-line.style-1{
    background: #fcbd1c;
}


.dzen__icon {
    width: 30px;
}

.social__item--dzen {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #414141;
    margin-left: 20px;
}
/* End */


/* Start:/bitrix/templates/nsella/stylesheet/fixes182.css?162586130515139*/
.logo > span {
    display: block;
    text-align: right;
    font-size: 11px;
    /*font-weight: 300;*/
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-top: -3px;
    color: #4e5255;
    font-weight: bold;
}
@media (max-width: 670px) {
    .logo > span {
        font-size: 9px;
        letter-spacing: 1.5px;
    }
}
#panel ~ .header {
    top: auto;
}
.auth_mobile {
    display: none;
}
.header-mobile__item .is-active + ul.catalog-list {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-left: 15px;
    border: none;
    box-shadow: none;
}
.header-mobile__item .is-active {
    /*color: #fcb13c;*/
}
.header-mobile__item .catalog-list__item {
    border: none;
}
.header-mobile__item .catalog-list__link, .header-mobile__item .catalog__link {
    background: none;
    padding: 6px;
    font-size: 14px;
    line-height: 1.3;
}
.title-middle {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.auth_mobile {
    display: none;
    position: relative;
}
.auth_mobile .auth {
    display: none;
}
.auth_mobile._active .auth {
    display: block;
}
.ns_filters a.menu__link.is-selected {
    text-decoration: underline;
    text-decoration-color: #feaf3f;
}
.phone a small {
    font-weight: 400;
    padding: 3px 6px;
    border-radius: 3px;
    color: white;
    background: #fcbd1c;
    display: inline-block;
    border-bottom: 1px solid #dddddd;
    margin-top: 2px;
    width: 100%;
    text-align: center;
}
.phone a:hover small {
    background: #fcb426;
    border-bottom-color: #fcb426;
}
.header__middle-row .phone__line strong a {
    letter-spacing: 0.2vw;
}
.header__middle-row .phone__line strong a > span {
    display: none;
}
@media (min-width: 1000px) {
    .header__middle-row .phone__line strong a {
        letter-spacing: 1px;
    }
    .header__middle-row .phone__line strong a > span {
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
    }
}
@media (max-width: 1200px) {
    .header__middle {
        padding: 6px 0 0;
    }
    .header__middle-row > * {
        margin: 6px 0;
    }
    .header__middle-row .header__shedule {
        display: block;
    }
    .header__middle-row .header__hamb > span {
        text-transform: uppercase;
        padding-left: 15px;
        cursor: pointer;
    }
    .header__middle-row .header__hamb {
        margin-right: 15px;
        height: 23px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        order: 1;
    }
    .header__middle-row .header__hamb a.navbar-toggle {
        margin-right: 0;
        margin-top: -2px;
    }
    .header-mobile__dropdown.is-active {
        top: auto!important;
        max-height: 75vh!important;
        padding-top: 5px;
        padding-bottom: 50px;
    }
    .header__search-wrapper--new {
        flex: 1 0;
        text-align: center;
        padding: 0 15px;
        display: block!important;
    }
    .header__middle-row .header__search input {
        max-width: 400px;
    }
    .header__middle-row .phone__line--callbck {
        max-width: 9999px;
        height: auto;
    }
    ._empty {
        order: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .header__middle-row .header__callbck {
        display: block;
    }
    .auth_mobile {
        display: block;
        order: 3;
    }
    .header__middle-row .header__basket {
        order: 4;
    }
    .header-mobile__item .icon-user {
        border: 1px solid #f18487;
        border-radius: 100%;
        width: 26px;
        height: 26px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 4px center;
        margin-right: 12px;
    }
    .header-mobile__item .auth {
        font-size: 14px;
    }
    .header__middle-row .basket__content {
        display: block;
    }
    .header-mobile__item .schedule .box {
        text-align: left;
    }
    .header-mobile__item .phone__line--callbck {
        max-width: 100%;
        height: auto;
    }
    .header-mobile__item .phone__line strong a {
        letter-spacing: 2px;
    }
    .header__middle-row #title-search {
        display: block;
    }
    .auth_mobile {
        margin-right: 30px!important;
        margin-left: auto!important;
    }
    .auth_mobile .auth {
        display: block;
        padding: 0;
    }
    .auth_mobile._active .auth .auth__link {
        white-space: nowrap;
    }
}
@media (max-width: 900px) {
    .header__search-wrapper--new {
        order: 2;
    }
    .auth_mobile {
        position: relative;
        width: 26px;
        height: 26px;
        background: url(/bitrix/templates/nsella/images/icons/ns-user-grey.svg);
        cursor: pointer;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 18px!important;
    }
    .auth_mobile .auth {
        display: none;
    }
    .auth_mobile._active .auth {
        display: block;
        position: absolute;
        right: -15px;
        top: 110%;
        background: white;
        border: 1px solid #dddddd;
        padding: 10px 15px;
    }
    .auth_mobile._active .auth .icon-user {
        display: none;
    }
}
@media (max-width: 768px) {
    .main {
        padding-top: 130px;
    }
}
@media (max-width: 670px) {
    .header__middle-row .header__search--wrapper {
        display: block;
    }
    .header__middle-row .header__callbck {
        padding: 0;
    }
    .header__middle-row .header__callbck .icon-phone {
        margin-right: 6px;
    }
    .header__middle-row .phone p, .header__middle-row .schedule p {
        margin: 0;
        font-size: 12px;
    }
    .header__middle-row .phone__line {
        line-height: 1.4;
    }
    .header__middle-row .icon-clock {
        display: none;
    }
    .header__middle-row .column {
        padding: 0;
    }
    .header__search-icon--mobile {
        display: block;
        width: 37px;
        height: 37px;
        flex: none;
        padding: 0;
        background: url(/bitrix/templates/nsella/stylesheet/../images/ns-magnifier.svg) no-repeat center / 70%;
        cursor: pointer;
        background-position: center 8px;
        margin: 0 0 0 auto;
    }
    .header__middle-row #title-search {
        position: absolute;
        left: 10%;
        right: 10%;
        padding-top: 6px;
    }
    .header__middle-row .header__search {
        position: relative;
    }
}
@media (max-width: 479px) {
    .header__middle-row .header__search--wrapper {
        margin-right: 15px;
        margin-left: auto;
        height: 26px;
        width: 26px;
        background-size: contain;
        background-position-y: 1px;
    }
    .header__middle-row .column.header__callbck {
        padding: 0;
    }
    .header__middle-row .column.header__callbck p {
        font-size: 11px;
    }
    .header__middle-row .icon-phone {
        margin-right: 8px;
    }
    .header__middle-row .header__shedule {
        display: none;
    }
    .header__middle-row .header__callbck .phone > a {
        position: absolute;
        top: 1px;
    }
    .header__middle-row .phone__line:not(.phone__line--callbck) {
        padding-left: 34px;
    }
    .header__middle-row .phone__line--callbck {
        text-align: center;
    }
    .header__middle-row .header__basket .basket__content {
        display: none;
    }
    .header__middle-row p.phone__line {
        min-height: 15px;
    }
}

.header_nav-mobile div {
    display: flex;
    width: 100%;
    flex: 1 1 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header_nav-mobile a {
    width: calc(100% - 30px);
    padding: 4px 5px 4px 0;
    line-height: 1.2;
}
.header_nav-mobile a + span {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
}
.header_nav-mobile div div {
    margin-left: 20px;
    display: none;
}
.header_nav-mobile a._active + span + div {
    display: flex;
}
.header_nav-mobile a + span:before {
    content: "";
    width: 20px;
    background: #e3161c;
    height: 2px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header_nav-mobile a:not(._active) + span:after {
    content: "";
    width: 2px;
    background: #e3161c;
    height: 20px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.header-mobile__item .nav__item {
    padding: 3px 0;
}
.header_nav-mobile a._selected span {
    color: #e3161c;
}
.header_nav-mobile > div > a span {
    text-transform: uppercase;
    font-weight: 400;
}
.header_nav-mobile > div > div > a span {
    font-weight: 400;
}
.breadcrumb__wrapper {
    display: flex;
}
.breadcrumb__wrapper .btn {
    margin-left: 10px;
}



li.submenu__item > a {
    text-transform: uppercase;
}
li.submenu2__item > a {
    font-weight: bold;
}
li.submenu2__item li.submenu2__item a {
    font-weight: normal;
}


header.store__sort-by {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
}
#smart_filter_block {
    width: 100%;
    flex: 1 0 100%;
}
#smart_filter_block form {
    border: none;
}
.ns_filters {
    border-bottom: 1px solid #feaf3f;
    margin: 0 -15px 15px;
    display: flex;
    flex-wrap: wrap;
}
.ns_filters li.menu__item {
    margin: 0 15px 15px;
    border: none;
}
.ns_filters a.menu__link {
    /*padding: 15px 25px 15px 0;*/
    padding: 0 25px 0 0;
}
.ns_filters .menu__link > span:after {
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: none;
    transform: none;
}
.ns_filters .menu__link.is-active > span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ns_filters .menu__link.is-active + .submenu {
    position: absolute;
    background: white;
    z-index: 1;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    border-top-left-radius: 0;
    margin-top: 5px;
    padding: 5px 10px 5px 20px;
}
.ns_filters .menu__link.is-active + .submenu li {
    padding: 5px 0;
}
#smart_filter_block ~ .store__sort-by--selects {
    /*flex: 1;*/
    /*justify-content: space-between;*/
    display: flex;
    margin: 0;
    flex: 1 1 78%;
    align-items: center;
    min-height: 52px;
}
#smart_filter_block ~ .store__sort-by--selects fieldset {
    margin: 0;
}
#smart_filter_block ~ .store__sort-by--views {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin: 0;
    flex: 1;
}
#smart_filter_block ~ .store__sort-by--selects .dk-selected {
    padding: 0 34px 0 10px;
}
#smart_filter_block ~ .store__sort-by--selects .store__sort-by--cost .dk-select {
    min-width: 180px;
}
header.store__sort-by > .store__sort-by--selects > *, header.store__sort-by > .store__sort-by--views > * {
    margin: 0 15px 15px 0!important;
}
#smart_filter_block ~ div .view-link--list {
    margin: 0 0 15px!important;
}
#smart_filter_block ~ div .input__search-wrapper-new {
    flex: 1;
}
#smart_filter_block ~ div .input__search-wrapper-new .input__search {
    padding: 0 35px 0 10px;
    width: 100%;
    max-width: 100%;
}
#smart_filter_block ~ .store__sort-by--selects label {
    margin-right: 5px;
}
.ns_sorter_button {
    display: none;
}
@media (min-width: 480px) and (max-width: 1199px) {
    #smart_filter_block ~ .store__sort-by--selects > div {
        position: relative;
    }
}
@media (max-width: 1199px) {
    #smart_filter_block ~ .store__sort-by--selects {
        position: relative;
    }
    #smart_filter_block ~ .store__sort-by--selects .ns_sorter_button._active + fieldset {
        display: block;
        position: absolute;
        right: 0;
        top: 100%;
        background: white;
        padding: 15px;
        z-index: 1;
        border: 1px solid #dbdbdb;
        border-radius: 8px;
        border-top-right-radius: 0;
        min-width: 220px;
    }
    .ns_sorter_button {
        display: flex;
        width: 32px;
        height: 32px;
        cursor: pointer;
        opacity: 0.4;
    }
    .ns_sorter_button:hover, .ns_sorter_button._active {
        opacity: 1;
    }
    .ns_sorter_button:before {
        display: block;
        font-size: 38px;
        line-height: 32px;
        color: #ccc;
        margin: auto;
    }
    .ns_sorter_button + fieldset {
        display: none;
    }
    #smart_filter_block ~ div .input__search-wrapper-new {
        order: -1;
    }
}
@media (max-width: 678px) {
    header.store__sort-by {
        padding-left: 27px;
        padding-right: 27px;
    }
}
@media (max-width: 670px) {
    .ns_store label {
        display: inline-flex;
    }
}
@media (max-width: 500px) {
    .store__sort-by--views {
        display: none !important;
    }
    .store__sort-by--selects span:last-of-type {
        margin-right: 0!important;
    }
    #smart_filter_block ~ .store__sort-by--selects {
        width: 100%;
    }
    .ns_filters li.menu__item {
        margin-bottom: 8px;
    }
    header.store__sort-by > .store__sort-by--selects > div:nth-of-type(2) {
        margin-right: 0!important;
    }
}
@media (max-width: 479px) {
    #smart_filter_block ~ .store__sort-by--selects .ns_sorter_button._active + fieldset {
        width: 100%;
    }
}
@media (max-width: 899px) {
    ._mobile-inactive + ul {
        display: none!important;
    }
}
.store__aside .submenu__item {
    padding: 10px 0!important;
}
.store__aside .submenu__link {
    padding: 0;
}
.store__aside .submenu2__link {
    padding: 10px 35px 10px 0!important;
}
/*test*/
.header_nav-mobile a {
    padding: 8px 5px 6px 10px;
}
.header_nav-mobile > div {
    background: #f8f8f8;
}
.header_nav-mobile > div > div {
    background: #f2f2f2;
}
.header_nav-mobile > div > div > div {
    background: #eaeaea;
}
.header_nav-mobile a + span:before {
    width: 16px;
}
.header_nav-mobile a:not(._active) + span:after {
    height: 16px;
}
@media (max-width: 670px) {
    .logo > span {
        margin-top: 1px;
    }
}
.title-search-result {
    width: 100%;
}
.nav__link._sale {
    color: #e3161c;
    text-decoration: none;
}
@media (max-width: 610px) {
    .store__body.store__body--promotions > div > div > .column {
        margin: auto;
        min-width: 260px;
    }
}
.ns_promo_fixed .actions-slider__term-block {
    padding-top: 0;
}
@media (max-width: 480px) {
    .ns_promo_fixed .actions-slider__item {
        padding-top: 25px;
        padding-left: 8px;
    }
    .ns_promo_fixed .actions-slider__term-block {
        top: 0;
    }
}
/* End */


/* Start:/bitrix/templates/nsella/stylesheet/style.min.css?162586130516614*/
@import url('/bitrix/templates/nsella/stylesheet/https: //fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap&subset=cyrillic-ext');



._container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}
.tsifrovye_resheniya .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 57px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border: 1px solid transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7ae49), to(#f7ae49));
    background: -o-linear-gradient(bottom, #f7ae49, #f7ae49);
    background: linear-gradient(0deg, #f7ae49, #f7ae49);
    border-radius: 4px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    white-space: nowrap;
}
.tsifrovye_resheniya .btn_white {
    background: #fff;
    color: #333;
}
._swiper {
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
._title {
    font-weight: 700;
    font-size: 40px;
    line-height: 105%;
    color: #333;
}
#banner {
    width: 100%;
    background: url(/bitrix/templates/nsella/images/home/fon.png) center no-repeat;
    background-size: cover;
}
#banner:before {
    content: '';
    width: 560px;
    height: 560px;
    display: inline-block;
    background: url(/bitrix/templates/nsella/images/home/tooth.png) right no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    right: 0;
}
.banner {
    padding: 136px 0;
    color: #fff;
}
.banner__title {
    font-weight: 800;
    font-size: 56px;
    line-height: 1;
    color: #fff;
    margin-bottom: 24px;
}
.banner__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
}
#subbanner {
    border-bottom: 4px solid #f2f2f2;
    position: relative;
    padding-top: 60px;
    margin-bottom: 60px;
}
#subbanner:before {
    content: '';
    left: 50%;
    top: 0;
    height: 100%;
    width: 4px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    z-index: 2;
    background: #f2f2f2;
}
.subbanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 480px;
    overflow: hidden;
}
.subbanner__item {
    width: 42%;
    padding: 64px 0;
    position: relative;
}
.subbanner .subbanner-left__title {
    margin-bottom: 46px;
}
.subbanner .subbanner-left__img {
    width: 100%;
    margin-bottom: 47px;
}
.subbanner .subbanner-left__img img {
    max-width: 100%;
    height: auto;
}
.subbanner .subbanner-left__btn {
    position: absolute;
    bottom: 64px;
}
.subbanner .subbanner-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.subbanner .subbanner-right__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 325px;
    flex: 1 0 325px;
}
.subbanner .subbanner-right__col_btn {
    position: absolute;
    bottom: 64px;
}
.subbanner .subbanner-right__title {
    margin-bottom: 87px;
}
.subbanner .subbanner-right__col2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.subbanner .subbanner-right__col2_img {
    max-height: 300px;
}
.subbanner .subbanner-right__col2_img .img__subbanner_m {
    display: none;
}
.subbanner .subbanner-right__col2_img img {
    max-width: 100%;
    max-height: 100%}
.offers {
    margin-bottom: 80px;
}
.offers__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}
.offers__item {
    width: calc((100% - 20px * 4)/ 4);
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    border-right: 4px solid #f7ae49;
    overflow: hidden;
    height: 126px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.offers__img {
    width: 64px;
    height: 64px;
    background: #f7ae49;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.offers__img img {
    max-width: 40px;
    max-height: 40px;
}
.offers__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #1c1c1c;
    margin-left: 16px;
}
.description {
    margin-bottom: 68px;
}
.description__title {
    position: relative;
    margin-bottom: 48px;
}
.description__title:after {
    content: '';
    width: 295px;
    height: 4px;
    position: absolute;
    bottom: -24px;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#d8630d), to(#f6b903)), #f7ae49;
    background: -o-linear-gradient(left, #d8630d 0, #f6b903 100%), #f7ae49;
    background: linear-gradient(90deg, #d8630d 0, #f6b903 100%), #f7ae49;
    border-radius: 4px;
    display: block;
}
.description__text p {
    font-size: 20px;
    line-height: 140%;
    color: #333;
    font-weight: 300;
    margin-bottom: 20px;
}
.description__text p:last-child {
    margin-bottom: 0;
}
.category {
    padding-bottom: 80px;
}
.category__items {
    display: grid;
    grid-template-rows: repeat(2, 200px);
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 18px;
    width: 100%;
    grid-template-areas: 'grid-1 grid-2  grid-3' 'grid-4 grid-5 grid-3'}
.category .category__item:nth-child(1) {
    grid-area: grid-1;
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_01.png) bottom right no-repeat;
}
.category .category__item:nth-child(2) {
    grid-area: grid-2;
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_02.png) bottom right no-repeat;
}
.category .category__item:nth-child(3) {
    grid-area: grid-3;
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_03.png) bottom right no-repeat;
}
.category .category__item:nth-child(4) {
    grid-area: grid-4;
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_04.png) bottom right no-repeat;
}
.category .category__item:nth-child(5) {
    grid-area: grid-5;
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_05.png) top right no-repeat;
}
.category__item {
    border: 2px solid #f7ae49;
    border-radius: 4px;
    padding: 24px 32px;
    background-size: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.category__item:hover {
    -webkit-box-shadow: 0 0 10px #f7ae49;
    box-shadow: 0 0 10px #f7ae49;
    border-color: transparent;
}
.category__item:hover .category__all {
    background: #f7ae49;
}
.category__item:hover .category__all:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.category__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 16px;
}
.category__all {
    width: 32px;
    height: 32px;
    border: 2px solid #f7ae49;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.category__all:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/bitrix/templates/nsella/images/home/icons/arrow.svg) center no-repeat;
    display: inline-block;
}
#feedbackblock {
    border-top: 4px solid #f2f2f2;
    position: relative;
}
#feedbackblock:before {
    content: '';
    left: 50%;
    top: 0;
    height: 100%;
    width: 4px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    z-index: 2;
    background: #f2f2f2;
}
.feedbackblock__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.feedbackblock__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
    padding: 64px 0;
}
.feedbackblock__item:last-child {
    padding-left: 144px;
}
.feedbackblock__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
    min-height: 102px;
    margin-bottom: 30px;
}
@media (min-width:992px) {
    .tsifrovye_resheniya .btn:hover {
    background: #eb4f4d;
}
.tsifrovye_resheniya .btn_white:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f7ae49), to(#f7ae49));
    background: -o-linear-gradient(bottom, #f7ae49, #f7ae49);
    background: linear-gradient(0deg, #f7ae49, #f7ae49);
    color: #fff;
}
}@media (max-width:1440px) {
    .tsifrovye_resheniya .btn {
    height: 50px;
    font-size: 18px;
    padding: 0 35px;
}
._title {
    font-size: 32px;
}
#banner:before {
    width: 400px;
    height: 400px;
}
.banner {
    padding: 80px 0;
}
.banner__title {
    font-size: 52px;
    margin-bottom: 18px;
}
.banner__subtitle {
    font-size: 20px;
}
#subbanner {
    padding-top: 0;
}
.subbanner {
    height: 360px;
}
.subbanner__item {
    padding: 40px 0;
}
.subbanner .subbanner-left__title {
    margin-bottom: 20px;
}
.subbanner .subbanner-left__btn {
    bottom: 40px;
}
.subbanner .subbanner-right__col_btn {
    bottom: 40px;
}
.offers__item {
    padding: 20px;
    height: 110px;
}
.offers__text {
    font-size: 16px;
    margin-left: 12px;
}
.description__text p {
    margin-bottom: 16px;
}
.category__item {
    padding: 18px 24px;
}
.feedbackblock__item:last-child {
    padding-left: 120px;
}
.feedbackblock__title {
    font-size: 24px;
    min-height: 90px;
}
}@media (max-width:1330px) {
    .category__items {
    grid-template-rows: repeat(3, 200px);
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'grid-1 grid-2' 'grid-4 grid-5' 'grid-3 grid-3'}
.category__item {
    background-size: auto 200px!important;
}
}@media (max-width:1220px) {
    .offers__item {
    height: 90px;
    padding: 20px 10px;
}
.offers__img {
    width: 52px;
    height: 52px;
}
.offers__img img {
    max-height: 34px;
}
.offers__text {
    margin-left: 8px;
}
.feedbackblock__item:last-child {
    padding-left: 40px;
}
.feedbackblock__title {
    font-size: 20px;
}
}@media (max-width:1100px) {
    ._title {
    font-size: 28px;
}
}@media (max-width:992px) {
    .tsifrovye_resheniya .btn {
    font-size: 16px;
    height: 46px;
}
#banner:before {
    width: 330px;
    height: 330px;
}
.banner__title {
    font-size: 42px;
}
.banner__subtitle {
    font-size: 16px;
}
.subbanner__item {
    width: 48%}
.offers__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.offers__item {
    width: calc((100% - 20px * 2)/ 2);
    margin-bottom: 10px;
}
.offers__item br {
    display: none;
}
.offers__text {
    margin-left: 16px;
}
}@media (max-width:880px) {
    .category__items {
    grid-template-rows: repeat(5, 200px);
    grid-template-columns: 1fr;
    grid-template-areas: 'grid-1' 'grid-2' 'grid-4' 'grid-5' 'grid-3';
    grid-gap: 16px;
}
#feedbackblock {
    border: 0;
}
#feedbackblock:before {
    width: 0;
}
.feedbackblock__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feedbackblock__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80%;
    flex: 1 0 80%}
.feedbackblock__item:last-child {
    padding-left: 20px;
}
}@media (max-width:780px) {
    #subbanner {
    border-bottom: 0;
}
#subbanner:before {
    display: none;
}
.subbanner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
.subbanner__item {
    width: 100%}
.subbanner .subbanner-left__img {
    padding: 0 20px;
    margin-bottom: 43px;
}
.subbanner .subbanner-left__btn {
    bottom: 0;
    position: relative;
}
}@media (max-width:640px) {
    #banner:before {
        width: 310px;
        height: 310px;
    }
}@media (max-width:576px) {
    .tsifrovye_resheniya .btn {
    font-size: 15px;
    border-radius: 0;
}
._title {
    font-weight: 600;
    font-size: 28px;
}
#banner {
    padding-top: 350px;
}
#banner:before {
    width: 330px;
    height: 330px;
    right: 0;
}
.banner {
    padding: 0 0 20px;
}
.banner__title {
    font-size: 28px;
    margin-bottom: 12px;
}
.banner__subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}
.banner__btn {
    width: 100%}
.subbanner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%}
.subbanner .subbanner-left__title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 24px;
}
.subbanner .subbanner-left__btn {
    width: 100%}
.subbanner .subbanner-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.subbanner .subbanner-right__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%}
.subbanner .subbanner-right__col_btn {
    position: relative;
    width: 100%;
    bottom: 0;
}
.subbanner .subbanner-right__title {
    margin-bottom: 24px;
}
.subbanner .subbanner-right__title br {
    display: none;
}
.subbanner .subbanner-right__col2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.subbanner .subbanner-right__col2_img .img__subbanner_m {
    display: block;
}
.subbanner .subbanner-right__col2_img .img__subbanner_d {
    display: none;
}
.offers__item {
    width: 100%;
    height: 178px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.offers__img {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}
.offers__img img {
    max-height: 40px;
}
.offers__text {
    margin-left: 0;
}
.description__title {
    margin-bottom: 12px;
}
.description__title:after {
    height: 0;
}
.description__text p {
    font-size: 20px;
}
.category__items {
    grid-template-rows: repeat(5, 160px);
}
.category__item {
    width: 100%;
    background-size: auto 160px!important;
    background-position: right bottom;
    padding: 24px 32px;
}
.category__title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.category__all {
    width: 24px;
    height: 24px;
}
.category__all:after {
    width: 10px;
    height: 10px;
}
.feedbackblock__item {
    padding: 40px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%}
.feedbackblock__item:last-child {
    padding-left: 0;
}
.feedbackblock__title br {
    display: none;
}
.feedbackblock__link {
    width: 100%}
}@media (max-width:575.98px) {
    ._container {
    padding: 0 15px;
}
}@media (max-width:360px) {
    .category__item {
    padding: 10px;
    grid-template-rows: repeat(5, 140px);
    background-size: auto 140px!important;
}
}.webp #banner {
    background: url(/bitrix/templates/nsella/images/home/fon.webp) center no-repeat;
}
.webp #banner:before {
    background: url(/bitrix/templates/nsella/images/home/tooth.webp) right no-repeat;
}
.webp .category .category__item:nth-child(1) {
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_01.webp) bottom right no-repeat;
}
.webp .category .category__item:nth-child(2) {
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_02.webp) bottom right no-repeat;
}
.webp .category .category__item:nth-child(3) {
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_03.webp) bottom right no-repeat;
}
.webp .category .category__item:nth-child(4) {
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_04.webp) bottom right no-repeat;
}
.webp .category .category__item:nth-child(5) {
    background: #f7f7fa url(/bitrix/templates/nsella/images/home/product_05.webp) top right no-repeat;
}
/* End */


/* Start:/bitrix/templates/nsella/stylesheet/restyle.css?167776368742955*/
/***************Обучение*******/
.breadcrumb__wrapper a[data-fancybox="consult"]{
    display: none;
}
.educat-head{
    background: #F4F4F4;
    position: relative;
    padding: 30px 0 100px 0;
    margin-bottom: 80px;
}
.educat-head .breadcrumb__wrapper{
    margin-top: 0px;
}
.educat-head .container .container{
    padding: 0;
}
.educat-text{
    display: flex;
    margin-bottom: 44px;
    padding-left: 20px;
}
.educat-text > div:first-child{
    margin-right: 50px;
}
.educat-text--ico{
    margin-bottom: 15px;
}
.educat-text--text{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.educat-text > div:first-child{
    width: 60%;
}
.educat-text > div:last-child{
    width: 40%;
}
h1.h1{
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 37px;
    margin-top: 0;
}
.educat-link{
    display: flex;
    margin-bottom: 10px;
}
.educat-link > div:first-child{
    margin-right: 22px;
}
.educat-link a{
    display: block;
    background: #FFFFFF;
    border: 1px solid #F7AE49;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 12px;
    color: #F7AE49;
    position: relative;
}
.educat-link a:after{
    content: "";
    background-image: url("/bitrix/templates/nsella/images/image/leftbtn.png");
    width: 10px;
    height: 14px;
    position: absolute;
    right: 17px;
    top: 15px;
}
.educat-link > div{
    width: 100%;
    max-width: 254px;
}
.educat-sbtext{
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}
.educat-wrap{
    display: flex;
}
.educat-left{
    margin-right: 100px;
    width: 55%;
}
.educat-right{
    width: 45%;
}
.educat-right img{
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}
.educat-brands{
    margin-bottom: 80px;
}
.educat-banners{
    margin-bottom: 40px;
}
.brands-wrap > a{
    display: block;
    width: calc(25% - 20px);
}
.brands-wrap img{
    width: 100%;
}
.brands-wrap{
    display: flex;
    justify-content: space-between;
}
.slick-custom-prev, .slick-custom-next{
    background-image: url("/bitrix/templates/nsella/images/image/ArrowCustom.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 9;
    top: 45%;
}
.slider-lectors-banner .slick-list{
    overflow: visible;
}
.slider-lectors-banner{
    max-width: 453px;
}
.slick-custom-prev{
    left: -21px;
}
.slick-custom-next{
    transform: rotate(180deg);
    right: -21px;
}
.slider-lectors .slick-custom-next{
    right: 10px;
}
.slider-lectors .lector-detail--img img, .slider-lectors-banner .educdetail-lector--img img{
    width: 420px;
}
.slider-lectors .slick-custom-prev{
    left: 10px;
}
.nearest-events{
    background: #F4F4F4;
    padding: 70px 0;
}
.education-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.education-list > .education-list--item{
    width: calc(33% - 10px);
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}
.education-list .education-data{
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.education-list--img{
    padding-bottom: 20px;
}
.education-data--lector-data,.education-data-date, .education-data-place, .education-data-name, .education-data--cost, .education-data--btns{
    margin-left: 20px;
    margin-right: 20px;
}
.education-data{
    background: #fff;
}
.education-list .education-list--img img{
    width: 100%;
    display: block;
}
.education-data-date{
    margin-bottom: 10px;
}
.education-data-place{
    margin-bottom: 20px;
}
.education-data-date, .education-data-place {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    padding-left: 30px;
    color: #333333;
}
.education-data-date::before{
    content: "";
    background-image: url("/bitrix/templates/nsella/images/clock.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}
.education-data-place::before{
    content: "";
    background-image: url("/bitrix/templates/nsella/images/place.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}
.education-data-name{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #333333;
}
.education-data--lector{
    display: flex;
    margin-bottom: 5px;
}
.education-data--lector-name{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-right: 10px;
}
.education-data--lector-link a{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #DA680D;
}
.education-data--subtext{
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.education-data--lector-data{
    margin-bottom: 16px;
}
.education-data--cost{
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}
.education-data--cost > div {
    margin-right: 10px;
}
.education-data--price{
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.education-data--costtext{
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.education-data--btns{
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}
.education-data--btns > div{
    width: calc(50% - 10px);
}
.education-data--btns > div a{
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 11px 0;
}
.education-data--btns > div:first-child a{
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    border-radius: 4px;
    color: #FFFFFF;
}
.education-data--btns > div:last-child a{
    background: #fff;
    border: 1px solid #F7AE49;
    border-radius: 4px;
    color: #F7AE49;
}
.newform-wrap #seminar{
    display: inline-block !important;
}
.section-title{
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.section-title > div{
    display: inline-block;
    position: relative;
}
.section-title > div:before{
    content: "";
    color: #fff;
    width: 295px;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%), #F7AE49;
    border-radius: 4px;
    height: 4px;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.education-list--linkall{
    margin: 0 auto;
    width: 100%;
    max-width: 454px;
}
.education-list--linkall a{
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #F7AE49;
    padding: 11px 0;
    background: #FFFFFF;
    border: 1px solid #F7AE49;
    box-sizing: border-box;
    border-radius: 4px;
}
.important-events{
    padding: 70px 0;
    background: #fff;
}
.important-event--btns{
    width: 100%;
    max-width: 215px;
}
.important-event--btns a{
    font-weight: bold;
    font-size: 15px;
    display: block;
    line-height: 20px;
    text-align: center;
    padding: 11px 0;
    color: #FFFFFF;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    border-radius: 4px;
}
.important-event-list--item{
    display: flex;
    /* align-items: center; */
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
}
.important-event--img{
    margin-right: 20px;
}
.important-event--img img{
    display: block;

    height: 100%;
    width: 100%;
    object-fit: contain;
}
.important-event--data > div{
    display: flex;
    flex-direction: column;
    padding: 24px 0;
}
.important-event--data > div > div{
    margin-left: 0;
}
.random-events{
    padding-bottom: 70px;
}
.ourevents{
    background: #F4F4F4;
    padding: 70px 0;
}
.morephoto-list .slick-slide img{
    width: 100%;
}
.morephoto-list .slick-slide.slick-current + .slick-slide.slick-active img {
    transform: scale(1.5);
}
.morephoto-list .slick-track{
    padding: 100px 0;
}
.morephoto-list .slick-custom-prev{
    left: -15%;
}
.morephoto-list .slick-custom-next{
    right: -15%;
}
.subscribe{
    display:none;
}
.js-educateslider .slick-dots li button:before, .js-importantslider .slick-dots li button:before,
.js-morephoto-slider .slick-dots li button:before{
    content: unset;
}
.js-morephoto-slider .slick-dots li button ,
.js-educateslider .slick-dots li button ,
.js-importantslider .slick-dots li button
{
    width: 12px;
    height: 12px;
    border: 1px solid #626262;
    border-radius: 0 3px 0 3px;
}
.js-morephoto-slider .slick-dots li.slick-active button ,
.js-educateslider .slick-dots li.slick-active button ,
.js-importantslider .slick-dots li.slick-active button
{
    background-color: #5b5b5b;
}
/***************\Обучение*******/

/**********Сортировщик*****************/
.list-filter-block{
    display: flex;
    align-items: flex-start;
}
.list-filter-block--events .education-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.list-filter-block--events .education-list > .education-list--item{
    width: 100%;
}
.list-filter-block--filter{
    margin-right: 46px;
    width: 30%;
}
.list-filter-block--events{
    width: 70%;
}
.list-filter-block--events .education-list--linkall{
    display: none;
}
.list-filter-block{
    margin-bottom: 138px;
}
.bx_filter.bx-filter-events .bx_filter_section{
    padding: 0;
    border: unset;
    border-radius: 0;
    background: none;
    text-shadow: unset;
}
.bx_filter.bx-filter-events .bx_filter_parameters_box_title{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    width: 100%;
    border: unset;
}
.bx_filter.bx-filter-events .smartfilter{
    border: none;
}
.bx_filter.bx-filter-events .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after,
.bx_filter.bx-filter-events .bx_filter_parameters_box_title:after
{
    background: url("/bitrix/templates/nsella/images/arrowfilter.png");
    width: 13px;
    background-size: contain;
    height: 9px;
    background-repeat: no-repeat;
}
.events-custom-chekbox, .bx_filter.bx-filter-events .bx_filter_button_box.active{
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.bx_filter.bx-filter-events .events-custom-chekbox + label{
    position: relative;
    display: flex;

}
.bx_filter.bx-filter-events .events-custom-chekbox + label .bx_filter_input_checkbox{
    width: 100%;
    padding: 0;
}
.bx_filter.bx-filter-events .bx_filter_input_checkbox .bx_filter_param_text{
    margin-left: 12px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.bx_filter.bx-filter-events .bx_filter_parameters_box.active{
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
}
.events-custom-chekbox:checked + label .custom-checked{
    background-position: 0 0;
    background-image: url("/bitrix/templates/nsella/images/checkbox__filter.png");

}
.events-custom-chekbox + label .custom-checked{
    position: relative;
    /* background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    width: 16px;
    height: 16px; */
    background-image: url("/bitrix/templates/nsella/images/checkbox__filter.png");
    background-position: 0 -19px;
    width: 17px;
    height: 17px;
    margin-top: 2px;
}
.events-custom-chekbox + label:before{

}
.filter-btn-custom{
    display: flex;
    margin-top: 20px;
}
.filter-btn-custom > div{
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
}
.filter-btn-custom > div{
    margin-right: 20px;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.custom-list-product{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.custom-list-product .custom-list-product--item{
    width: calc(25% - 10px);
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}
.custom-list-product .product__title{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 14px;
    height: 53px;
}
.custom-list-product .product__link--title{
    border-bottom: unset;
}
.custom-list-product .product__info{
    margin-bottom: 12px;
    height: 44px;
}
.custom-list-product .product__image{
    margin-bottom: 20px;
}
.product-custom-list{
    margin-bottom: 110px;
}
.product__info--item{
    display: flex;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.product__info--item > div{
    margin-right: 5px;
}
.product__info--item.product__manufacturer{
    padding: 0px;
}
.custom-list-product .product__cost{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #F38733;
    margin-bottom: 15px;
}
.custom-list-product .btn.btn--warning b{
    display: none;
}
.education-list--linkall.catalog-link{
    max-width: 295px;
}
.custom-list-product .btn.btn--warning{
    background: #F7AE49;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    padding: 11px 0;
    display: block;
    color: #FFFFFF;
}
.custom-list-product .product__cost .noprice{
    font-size: 14px;
}
.block-actionbtns{
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
}
.list-filter-event .custom-random-products{
    display: none;
}
.custom-list-product a.data-badge{
    background: #4E5255;
    border-radius: 2px;
    border: 1px solid #4E5255;
    color: #fff;
}
.custom-list-product a.data-badge.badge-compare b{
    background-image: url("/bitrix/templates/nsella/images/image/comp.png");
    width: 19px;
    height: 19px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-list-product a.data-badge.badge-delay b{
    background-image: url("/bitrix/templates/nsella/images/image/heard.png");
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bx_filter.bx-filter-events .bx_filter_param_text{
    white-space: break-spaces;
}
.toggle-filter{
    display: none;
}
.custom-list-product--item .acionLine{
    margin: 0;
}
/**************\Сортировщик*************/



/***********Лекторы**********************/
.lecturers-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.lecturers-list .lecturers-list--item{
    margin: 0 10px;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;

}
.lecturers-list > div{
    margin-bottom: 20px;
    /* width: calc(33% - 10px); */
    flex: 0 0 25%;
    max-width: 25%;

}
.lecturers-list--img img{
    width: 100%;
    /* height: 406px; */
    height: 250px;
    object-fit: cover;
}
.lecturers-list--img{
    margin-bottom: 20px;
}
.lecturers-list--name{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #333333;
}
.lecturers-list--subtext{
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.lecturers-list--btn{
    margin-top: auto;
}
.lecturers-list--btn a{
    display: block;
    padding: 11px 0;
    background: #FFFFFF;
    border: 1px solid #F7AE49;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #F7AE49;
}
.filter-list {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-end;
    border-bottom: 2px solid #E5E5E5;
}
.filter-list a {
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    position: relative;
    padding-bottom: 15px;
}
.filter-list a.active:after{
    content: '';
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%), #F7AE49;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.filter-list a.active{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pagination__wrapper-new{
    margin-bottom: 70px;
}
.pagination__wrapper-new ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.pagination__wrapper-new ul li a{
    font-weight: 600;
    font-size: 18px;
    line-height: 148.12%;
    /* display: flex;
    align-items: center;
    text-align: center; */
    display: block;
    margin: 0 5px;
    color: #F7AE49;
    padding: 11px;
    width: 48px;
}
.pagination__wrapper-new ul li a.is-active{
    color: #333333;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 50%;
}
.pagin-btn{
    background-image: url("/bitrix/templates/nsella/images/image/pagarrow.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
}
.pagin-btn.paging-right{
    transform: rotate(180deg);
}
.fancybox-slide > div.onelector-popup{
    padding: 0px;
    border-radius: 0;
}
.onelector-popup > div{
    max-width: 1100px;
    display: flex;
    padding: 20px;
    justify-content: space-between;
}
.onelector--img{
    width: 40%;
    margin-right: 20px;
}
.onelector--img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.onelector--subtext{
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #333333;
    margin-bottom: 10px;
}
.onelector--text{
    width: 60%;
}
.onelector--detailtext, .onelector--listtext > div{
    font-weight: normal;
    font-size: 13px;
    line-height: 170%;
    color: #000000;
}
.onelector--listtext > div{
    margin-bottom: 10px;
}
.onelector--name{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 6px;
    color: #333333;
}
.events-title{
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #333333;
    margin: 10px 0;
}
.near-events-list{
    display: flex;
    margin-bottom: 15px;
}
.near-date, .near-name{
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.near-date{
    margin-right: 20px;
    position: relative;
    font-weight: normal;
    padding-left: 25px;
    width: 30%;
}
.near-name{
    font-weight: bold;
    width: 70%;
}
.near-date::before {
    content: "";
    background-image: url("/bitrix/templates/nsella/images/clock.png");
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 1px;
    background-repeat: no-repeat;
}
.onelector-popup .fancybox-close-small:hover:after, .onelector-popup .fancybox-close-small:after{
    content: url("/bitrix/templates/nsella/images/image/fancy-close.png");
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: unset;
    transform: unset;
}
/*****************\Лекторы****************/


/***************Страница курса********************/
.educdetail-head{
    background-size: cover;
    /* padding: 117px 60px; */
    padding: 100px 60px;
    margin-top: -62px;
    position: relative;
}
.educdetail-head h1{
    margin-bottom: 17px;
}
.educdetal-date, .educdetal-local{
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    position: relative;
    padding-left: 25px;
}
.educdetal-date{
    margin-bottom: 8px;
}
.educdetal-local{
    margin-bottom: 17px;
}
.educdetal-date::before {
    content: "";
    background-image: url("/bitrix/templates/nsella/images/clock.png");
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 1px;
    background-repeat: no-repeat;
}
.educdetal-local::before {
    content: "";
    background-image: url("/bitrix/templates/nsella/images/place.png");
    width: 17px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 1px;
    background-repeat: no-repeat;
}
.educdetal-btn-seminar{
    max-width: 217px;
    width: 100%;
    margin-bottom: 19px;
}
.educdetal-btn-seminar a{
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    border-radius: 4px;
    display: block;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    padding: 11px 0;
    color: #FFFFFF;
}
.educdetal-info{
    margin-bottom: 21px;
}
.educdetal-info > div{
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}
.educdetal-time{
    display: flex;
}
.educdetal-time--img{
    margin-bottom: 7px;
}
.educdetal-time > div{
    width: 217px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    border-right: 4px solid #F7AE49;
}
.educdetal-time--value{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}
.educdetal-time--hour{
    margin-right: 20px;
}
.educdetail-lector--name{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 6px;
    color: #000000;
}
.educdetail-lector--subtext{
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.educdetail-lector--text{
    background: rgba(255,255,255, 0.8);
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding: 14px;
    width: 100%;
    max-width: 453px;
    margin-left: 30px;
    border-radius: 4px;
    position: relative;
    z-index: 9;
}
.educdetail-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.educdetail-left{
    width: 60%;
    margin-right: 50px;
}
.educdetail-right{
    width: 40%;
}
.educdetail-lector--img{
    position: absolute;
    /* bottom: -4px; */
    bottom: -98px;
    margin-left: 40px;
}
.slider-lectors-banner .slick-custom-next {
    right: auto;
    left: 104%;
}
section.section-detail{
    margin-bottom: 70px;
}
.conditions-wrap{
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
}
.section-title2{
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
.section-title2 > div:after{
    content: "";
    color: rgb(255, 255, 255);
    width: 295px;
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    background: linear-gradient(90deg, rgb(216, 99, 13) 0%, rgb(246, 185, 3) 100%), rgb(247, 174, 73);
    border-radius: 4px;
    margin: 0px auto;
}
.conditions-text, .conditions-text p{
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #333333;
}
.conditions-text p{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.aboutseminar{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.aboutseminar > div > div{
    margin: 0 10px 0 10px;
    padding: 20px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
}
.aboutseminar > div{
    margin-bottom: 20px;
    flex: 0 0 33%;
    max-width: 33%;
}
.aboutseminar .aboutseminar--img{
    margin-bottom: 16px;
}
.aboutseminar .aboutseminar--title{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 14px;
}
.aboutseminar--text{
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}
.lector-detail--subtext{
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #333333;
    margin-bottom: 15px;
}
.lector-detail{
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
}
.lector-detail--img{
    margin-right: 20px;
}
.lector-detail-listinfo .lector-detail-listinfo--list{
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 130%;
    color: #000000;
}
.section-lector, .section-event-place{
    background: #F4F4F4;
    padding: 80px 0;
}
.programm-list ul{
    list-style-type: none;
}
.programm-list ul li{
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
}
.programm-list ul li img{
    margin-right: 12px;
}
.programm-list ul li:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 4px;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%), #F7AE49;
    border-radius: 4px;
    left: 0;
}
.programm-list{
    display: flex;
    justify-content: center;
}
.programm-list ul li:last-child{
    margin-bottom: 0px;
}
.event-place{
    display: flex;
    align-items: center;
    background: #fff;
}
.event-place .event-place--img{
    margin-right: 20px;
}
.event-place--img img{
    display: block;
}
.event-place .event-place--data{
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    width: 60%;
    color: #1C1C1C;
}
.timer--item{
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 40px;
    width: 180px;
    text-align: center;
    padding: 20px;
}
.timer--item:last-child{
    margin-right: 0;
}
.timer--item > div:first-child{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#timer_to_event{
    display: flex;
    justify-content: center;
}
.timer--item > div:last-child{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #333333;
}
.recorgind-section{
    background: url("/bitrix/templates/nsella/images/image/Group1210.png");
    background-size: cover;
    padding: 50px 35px;
}
.recording-course--title{
    font-weight: 600;
    font-size: 42px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #000000;
}
.recording-course--subtitle{
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
    color: #000000;
}
.recording-course{
    display: flex;
    justify-content: space-between;
}
.recording-course > div:first-child{
    margin-right: 50px;
    width: 45%;
}
.recording-course > div:last-child{
    width: 55%;
}
.recording-course--btn{
    background: #D8630D;
    border-radius: 4px;
    max-width: 282px;
    width: 100%;
    margin-bottom: 15px;
}
.recording-course--btn a{
    font-weight: bold;
    font-size: 15px;
    padding: 11px 0;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #FFFFFF;
}
.recording-course--police, .recording-course--police a{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.recording-course--price, .recording-course--police a{
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.recording-course--text{
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #1C1C1C;
    margin-bottom: 12px;
}
.recording-course--price{
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 49px;

}
.recording-course-info{
    display: flex;
    justify-content: space-between;
}/*
.recording-course-info > div:first-child{
    margin-right: 28px;
} */
.recording-course-info > div{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    border-right: 4px solid #F7AE49;
    display: flex;
    align-items: center;
    width: calc(50% - 14px);
}
.recording-course-info > div > div:first-child{
    margin-right: 20px;
}/*
.recording-course-info > div{

} */
.recording-course--label{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #000000;
}
.recording-course--value{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}
/***************\Страница курса*******************/


/**********хлебные крошки*******************/
.breadcrumb__wrapper{
    position: relative;
    z-index: 9;
}
/**********\хлебные крошки*******************/

@media (max-width: 1600px){
    .educat-head{
        padding: 30px 0 50px 0;
    }
    .educat-right img{
        width: 48%;
        object-fit: cover;
    }
    .morephoto-list .slick-custom-prev{
        left: 0%;
    }
    .morephoto-list .slick-custom-next{
        right: 0%;
    }
    .js-educateslider .slick-slide img{
        width: 100%;
    }
}
@media (max-width: 1550px){
    .slider-lectors-banner .slick-custom-next {
        left: 105%;
    }
}
@media (max-width: 1280px){
    .event-place--img, .event-place--text{
        width: 100%;
    }
    .event-place--img img{
        width: 100%;
    }
}
@media (max-width: 1180px){
    .educdetail-wrap h1.h1, .recording-course--title{
        font-size: 38px;
    }
    .product__info--item.product__manufacturer{
        flex-direction: column;
    }
    .custom-list-product .product__info{
        height: 84px;
    }
    .educdetail-lector--img img{
        width: 100%;
    }
}
@media (max-width: 1024px){
    .lecturers-list > div {
        /* flex: 0 0 50%;
        max-width: 50%; */
        flex: 0 0 33%;
        max-width: 33%;
    }
    .list-filter-block--filter{
        display: none;
    }
    .list-filter-block--events{
        width: 100%;
    }
    .toggle-filter{
        display: block;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #F7AE49;
        padding: 11px 0;
        background: #FFFFFF;
        border: 1px solid #F7AE49;
        box-sizing: border-box;
        border-radius: 4px;
    }
    .list-filter-block--filter.active{
        display: block;
        margin-right: 0;
        width: 50%;
    }
    .list-filter-block--filter{
        border: 1px solid;
        position: absolute;
        background: #f9f9f9;
        padding: 15px;
        z-index: 99;
        left: 0;
        height: 100%;
        overflow: scroll;
    }
    .custom-list-product .custom-list-product--item {
        width: calc(33% - 10px);
        margin-bottom: 20px;
    }
}
@media (max-width: 990px){
    .lecturers-list--img img{
        /* height: 360px; */
    }
    .educat-wrap {
        flex-direction: column;
    }
    .educat-left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .educat-right {
        width: 100%;
    }
    .educat-right img {
        width: 100%;
        position: initial;
    }
    .education-list > .education-list--item {
        width: calc(50% - 10px);
    }
    .important-event--data {
        width: 70%;
    }
    .education-data--cost > div {
        margin-right: 10px;
        width: calc(50% - 10px);
    }
}
@media (max-width: 900px){
    .recording-course{
        flex-direction: column;
    }
    .educdetail-lector--img{
        bottom: -97px;
    }
    .educdetail-right {
        display: none;
    }
    .educdetail-left {
        width: 100%;
        margin-right: 0;
    }
    .educdetal-time > div {
        width: 50%;
    }
    .slider-lectors-banner .slick-custom-next {
        left: 100%;
    }
    .recording-course > div:first-child{
        margin-bottom: 15px;
    }
    .recording-course > div:last-child, .recording-course > div:first-child{
        width: 100%;
        margin-right: 0px;
    }
    .recording-course-pricewrap{
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .recording-course--text{
        margin-right: 20px;
    }
    .recording-course--text br{
        display: none;
    }
    .recording-course--text, .recording-course--price{
        margin-bottom: 0px;
    }
    section.section-detail, .product-custom-list {
        margin-bottom: 50px;
    }
    .educdetail-head{
        padding: 77px 20px;
    }
}
@media (max-width: 800px){
    .educdetail-left {
        width: 100%;
        margin-right: 0;
    }
    .educdetail-wrap, .lector-detail {
        flex-direction: column;
    }
}
@media (max-width: 768px){
    .lecturers-list > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .educdetail-right{
        display: none;
    }
    .onelector-popup > div{
        flex-direction: column;
    }
    .onelector--text {
        width: 100%;
    }
    .onelector--img{
        margin: 0 auto;
        width: 50%;
    }
    .list-filter-event{
        padding-top: 20px;
    }
    .custom-list-product .custom-list-product--item {
        width: calc(50% - 10px);
    }
    .ourevents, .nearest-events, .important-events {
        padding: 40px 0;
    }
    .random-events {
        padding-bottom: 40px;
    }
    .morephoto-list .slick-track {
        padding: 60px 0;
    }
    h1.h1, .educdetail-wrap h1.h1, .recording-course--title{
        font-size: 36px;
    }
    .educdetal-time > div {
        width: 50%;
    }
    .aboutseminar > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .timer--item {
        width: 120px;
    }
    .educat-head, .educat-brands{
        margin-bottom: 50px;
    }
    .brands-wrap{
        flex-wrap: wrap;
    }
    .brands-wrap > a {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
    .event-place{
        align-items: baseline;
        flex-direction: column;
    }
    .event-place--text{
        padding: 10px;
    }
}
@media (max-width: 700px){
    .timer--item > div:last-child {
        font-size: 18px;
    }
    .timer--item > div:first-child {
        font-size: 50px;
    }
    .filter-list a, .lecturers-list--subtext, .near-date, .near-name{
        font-size: 14px;
    }
    .lecturers-list--name, .onelector--name, .onelector--subtext, .events-title, .filter-list a.active{
        font-size: 16px;
    }
    .near-events-list{
        flex-direction: column;
    }
    .morephoto-list .slick-track {
        padding: 0px 0;
    }
    .morephoto-list .slick-slide.slick-current + .slick-slide.slick-active img {
        transform: unset;
    }
    .education-data--cost > div{
        width: 100%;
    }
    .education-data--cost, .important-event-list--item{
        flex-direction: column;
    }
    .important-event--img{
        margin-right: 0;
    }
    .important-event--data {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .product-custom-list, .list-filter-block {
        margin-bottom: 50px;
    }
    .lecturers-list--img img {
        /* height: 280px; */
    }
}
@media (max-width: 650px){
    .filter-list{
        flex-direction: column;
        align-items: flex-start;
    }
    .filter-list a{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .filter-list {
        margin-bottom: 10px;
        border-bottom: 0;
    }
    .pagination__wrapper-new ul li a{
        font-size: 14px;
    }
    .recording-course-info{
        flex-direction: column;
    }
    .recording-course-info > div{
        width: 100%;
        padding: 10px;
    }
    .recording-course-info--time{
        margin-bottom: 10px;
    }
}
@media (max-width: 500px){
    .slider-lectors .slick-custom-next {
        right: -19px;
        display: block !important;
    }
    .slider-lectors .slick-custom-prev {
        left: -19px;
        display: block !important;
    }
    .slider-lectors .lector-detail--img img {
        width: 100%;
    }
    .lecturers-list > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .educdetal-time > div{
        padding: 10px;
    }
    .programm-list ul li:before{
        top: 10px;
    }
    .programm-list{
        justify-content: flex-start;
    }
    .programm-list ul{
        padding-left: 0px;
    }
    .programm-list ul li{
        font-size: 14px;
        margin-bottom: 10px;
    }
    #timer_to_event{
        justify-content: space-between;
    }
    #timer_to_event .timer--item{
        width: calc(25% - 5px);
        margin-right: 0px;
        padding: 10px 0;
    }
    section.section-detail, .product-custom-list {
        margin-bottom: 40px;
    }
    .aboutseminar > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .educdetail-head {
        padding: 40px 0px;
        margin-top: 0;
    }
    .timer--item > div:first-child{
        font-size: 24px;
    }
    .timer--item > div:last-child{
        font-size: 14px;
    }
    .lecturers-list--img img {
        height: auto;
    }
    .lecturers-list .lecturers-list--item{
        padding: 15px;
    }
    .slick-custom-prev, .slick-custom-next{
        display: none !important;
    }
    h1.h1, .educdetail-wrap h1.h1, .recording-course--title {
        font-size: 28px;
    }
    .educat-text{
        flex-direction: column;
    }
    .list-filter-block--events .education-list{
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
    }
    .educat-text > div:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .educat-text > div:last-child, .list-filter-block--filter.active {
        width: 100%;
    }
    .educat-text{
        margin-bottom: 20px;
    }
    .educat-text > div{
        display: flex;
        align-items: center;
    }
    .educat-text--ico{
        margin-bottom: 0;
        margin-right: 15px;
    }
    .educat-text--text, .custom-list-product .product__title, .product__info--item, .custom-list-product .btn.btn--warning, .educdetal-date, .educdetal-local{
        font-size: 14px;
    }
    .custom-list-product .product__info{
        height: auto;
    }
    .custom-list-product .product__cost{
        font-size: 20px;
    }
    .custom-list-product .product__title{
        margin-bottom: 10px;
        height: auto;
    }
    .section-title, .section-title2{
        font-size: 24px;
    }
    .section-lector, .section-event-place{
        padding: 50px 0;
    }
    .education-list > .education-list--item , .list-filter-block--events .education-list > .education-list--item, .custom-list-product .custom-list-product--item{
        width: 100%;
    }
    .education-data-date,.education-data--costtext, .education-data-place, .education-data-name, .education-data--lector-name, .education-data--lector-link a{
        font-size: 14px;
    }
    .education-data--price{
        font-size: 18px;
    }
    .near-date, .near-name{
        width: 100%;
    }
    .educdetal-time--value, .lector-detail--subtext, .programm-list ul li, .event-place .event-place--data{
        font-size: 16px;
    }
    .lector-detail--img{
        margin-right: 0;
    }
    .lector-detail--img img, .event-place .event-place--data{
        width: 100%;
    }
    .recorgind-section{
        padding: 20px 0px;
    }
}
@media (max-width: 450px){
    .educat-link a:after{
        right: 11px;
        top: 16px;
    }
    .educat-link a{
        font-size: 14px;
    }
    .educat-link > div {
        max-width: unset;
    }
    .educat-link > div:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .educat-link{
        flex-direction: column;
    }
    .educat-text{
        padding-left: 0px;
    }
    h1.h1, .educdetail-wrap h1.h1, .recording-course--title {
        font-size: 24px;
    }
    .section-title, .section-title2 {
        font-size: 20px;
    }
    .educat-text--text {
        font-size: 12px;
    }
    .section-title > div:before, .section-title2 > div:after {
        width: 200px;
    }
    .onelector--img{
        width: 100%;
    }

}
.alert-info-red {
    color: red;
}
.basket-item-block-properties{
    display: none;
}

.vendors-page .store__sort-by .store__sort-by--selects .input__search-wrapper-new{
    max-width: 200px;
}
.vendors-page #smart_filter_block ~ div .view-link--list{
    margin: 0px !important;
    margin-left: 10px !important;
}
.vendors-page .store__sort-by--views{
    position: absolute;
    right: 50px;
}
.vendors-page .store__sort-by .store__sort-by--selects{
    width: 100%;
    justify-content: space-around;
}
.vendors-page .store__sort-by{
    display: flex;
    flex-direction: column;
}
/* End */


/* Start:/bitrix/components/arturgolubev/search.title/templates/buy/style.css?165271381814146*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/bitrix/components/arturgolubev/search.title/templates/buy/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/components/arturgolubev/search.title/templates/buy/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/bitrix/components/arturgolubev/search.title/templates/buy/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 80px;
	height: 80px;
	float:left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/bitrix/components/arturgolubev/search.title/templates/buy/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/components/arturgolubev/search.title/templates/buy/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/components/arturgolubev/search.title/templates/buy/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/components/arturgolubev/search.title/templates/buy/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/components/arturgolubev/search.title/templates/buy/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/components/arturgolubev/search.title/templates/buy/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
.searchaddbasket{
	/*margin-left: 5%; */
	/* margin-right: 5%; */
	/* width: 90%; */
	margin: 0 auto;
	max-width: 125px;
	font-weight: 400;
	white-space: nowrap;
	color: #fff;
	/*background-color: #e20613;*/
	/*background-image: linear-gradient(*/
			/*0deg*/
			/*, #d65e0e 0, #ffd300);*/
	display: block;
	text-align: center;
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.hidePrice{
	display: none !important;
}
/* End */
/* /bitrix/templates/nsella/stylesheet/app.css?1749324826295430 */
/* /bitrix/templates/nsella/stylesheet/more_styles.css?175010465448176 */
/* /bitrix/templates/nsella/stylesheet/fixes182.css?162586130515139 */
/* /bitrix/templates/nsella/stylesheet/style.min.css?162586130516614 */
/* /bitrix/templates/nsella/stylesheet/restyle.css?167776368742955 */
/* /bitrix/components/arturgolubev/search.title/templates/buy/style.css?165271381814146 */
