

/* Start:/local/templates/itel5/styles/twbs_3_c.css?150537600530058*/
/*! Bootstrap v3.3.6 */
/*! normalize.css v3.0.3 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #0064a5;
  text-decoration: none;
}

a:hover {
  color: #003659;
  text-decoration: underline;
}

figure {
  margin: 0;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(#000, 0);
  border: 0;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

small,
.small {
  font-size: 85%;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #777777;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

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

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  color: #363636;
  background-color: #fff;
  border-color: #19b5fe;
  border: 1px solid #19b5fe;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.btn:active, .btn.active,
.open > .btn.dropdown-toggle {
  background-image: none;
}

.btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus {
  background-color: #fff;
  border-color: #19b5fe;
}

.btn .badge {
  margin-left: 5px;
  background-color: #8bbe28;
  color: #fff;
}

.btn.blue {
  background-color: #19b5fe;
  color: #fff;
}

.btn:focus, .btn.focus {
  outline: none;
}

.btn:hover {
  color: #fff;
  background: #19b5fe;
  text-decoration: none;
  outline: none;
}

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

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn.green {
  border-color: #8bbe28;
}

.btn.green:hover {
  background: #8bbe28;
  color: #fff;
  border: 1px solid;
}

[data-view="is-tile"] .btn {
  color: #fff;
  background-color: #19b5fe;
}

.no-touchevents [data-view="is-tile"] .btn:hover {
  background-color: #28bafe;
}

.btn.catalog-item_add span {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.no-touchevents {
  display: block;
}

.btn.catalog-item_add .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -11px;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.no-touchevents .btn.catalog-item_add:hover span {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.no-touchevents .btn.catalog-item_add:hover .icon {
  opacity: 1;
}
.no-touchevents .card-product .btn.catalog-item_add.added:hover .icon {
    opacity: 0;
}

[data-view="is-tile"] .btn.catalog-item_add .icon {
  top: 0;
  left: -2px;
  margin: 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.btn-link {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.btn-link:hover {
  background-color: transparent;
  color: #363636;
}

.btn-link .icon {
  margin-right: 10px;
}

.btn-lg {
  padding: 10px 32px;
  font-size: 100%;
  line-height: 1.3333333;
  border-radius: 4px;
}

.btn-md {
  padding: 9px 24px;
  font-size: 100%;
  line-height: 1.428571429;
  border-radius: 4px;
}

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

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

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type="search"] {
  box-sizing: border-box;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #19b5fe;
  outline: none;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

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

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-horizontal .radio label,
.form-horizontal .checkbox label {
  margin-left: 6px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 10px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

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

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

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

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

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/itel5/styles/main.css?1681812575140361*/
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,300&amp;subset=latin,cyrillic);
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

[data-view="is-tile"] .catalog-item_price {
  font-size: 22px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
}

[data-view="is-tile"] .catalog-item_price__discount {
  width: 100%;
  color: #707070;
  font-size: 14px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row, .video-list, .catalog[data-view="is-tile"], [data-view="is-line"] .catalog-item {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .video-list:before, .catalog[data-view="is-tile"]:before, [data-view="is-line"] .catalog-item:before, .row:after, .video-list:after, .catalog[data-view="is-tile"]:after, [data-view="is-line"] .catalog-item:after {
  content: " ";
  display: table;
}

.row:after, .video-list:after, .catalog[data-view="is-tile"]:after, [data-view="is-line"] .catalog-item:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, [data-view="is-tile"] .catalog-item, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item, .col-xs-3, .col-sm-3, [data-view="is-tile"] .catalog-item, .col-md-3, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item, .col-lg-3, .filter_opened [data-view="is-tile"] .catalog-item, [data-view="is-line"] .catalog-item_footer, .col-xs-4, .col-sm-4, .video-item, .filter_opened [data-view="is-tile"] .catalog-item, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item, [data-view="is-line"] .catalog-item_footer, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, [data-view="is-tile"] .catalog-item, .filter_opened [data-view="is-tile"] .catalog-item, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, [data-view="is-line"] .catalog-item_header, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .filter_opened .content, .col-lg-9, [data-view="is-line"] .catalog-item_header, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, [data-view="is-line"] .catalog-item_header, [data-view="is-line"] .catalog-item_footer, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, [data-view="is-tile"] .catalog-item, .filter_opened [data-view="is-tile"] .catalog-item, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, [data-view="is-line"] .catalog-item_header, [data-view="is-line"] .catalog-item_footer {
  float: left;
}

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

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

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

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

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

.col-xs-6, [data-view="is-tile"] .catalog-item, .filter_opened [data-view="is-tile"] .catalog-item, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item {
  width: 50%;
}

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

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

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

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

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

.col-xs-12, [data-view="is-line"] .catalog-item_header, [data-view="is-line"] .catalog-item_footer {
  width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, [data-view="is-tile"] .catalog-item, .col-sm-4, .video-item, .filter_opened [data-view="is-tile"] .catalog-item, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item, [data-view="is-line"] .catalog-item_footer, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, [data-view="is-line"] .catalog-item_header, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3, [data-view="is-tile"] .catalog-item {
    width: 25%;
  }
  .col-sm-4, .video-item, .filter_opened [data-view="is-tile"] .catalog-item, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item, [data-view="is-line"] .catalog-item_footer {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8, [data-view="is-line"] .catalog-item_header {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .filter_opened .content, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9, .filter_opened .content {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, [data-view="is-tile"] .catalog-item, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item, .col-lg-3, .filter_opened [data-view="is-tile"] .catalog-item, [data-view="is-line"] .catalog-item_footer, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, [data-view="is-line"] .catalog-item_header, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2, [data-view="is-tile"] .catalog-item, .no-js .catalog__carousel [data-view="is-tile"] .catalog-item {
    width: 16.6666666667%;
  }
  .col-lg-3, .filter_opened [data-view="is-tile"] .catalog-item, [data-view="is-line"] .catalog-item_footer {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9, [data-view="is-line"] .catalog-item_header {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* html,
body {
  height: 100%;
} */

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.body--fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-root {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
}

.page {
  position: relative;
  left: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .page {
    min-height: 100%;
    /* padding-bottom: 178px; */
  }
}

@media (min-width: 992px) {
  .page {
    overflow: hidden;
    /* padding-bottom: 105px; */
  }
}

@media (min-width: 1200px) {
  .page {
    /* padding-bottom: 120px; */
  }
}

body._toggled {
  overflow: hidden;
}

body._toggled.is-mobile .page,
body._toggled.is-mobile .header {
  left: 185px;
}

@media (min-width: 300px) {
  body._toggled.is-mobile .page,
  body._toggled.is-mobile .header {
    left: 265px;
  }
}

@media (min-width: 768px) {
  body._toggled.is-mobile .page,
  body._toggled.is-mobile .header {
    left: 320px;
  }
}

.svg-arrow-a-left, .prev-page,
.svg-arrow-a-left\:regular, .svg-arrow-a-left:hover, .prev-page:hover,
.svg-arrow-a-left\:hover, .compare__carousel .slick-prev::before, .svg-arrow-a-right, .next-page, .city-select-list .link-arrow::before,
.svg-arrow-a-right\:regular, .svg-arrow-a-right:hover, .next-page:hover,
.svg-arrow-a-right\:hover, .compare__carousel .slick-next::before, .svg-cart-a, .catalog-item_add .icon, .svg-cart-s, .svg-cart-w, .svg-clock, .svg-close-a, .filter__toggler::before, .svg-delivery, .svg-eye, .pass-switcher._inactive, .svg-eye-active, .pass-switcher, .svg-fb, .svg-filter, .btn-filter_fix::after, .svg-geo, .svg-geo-a, .svg-info, .advice::before, .svg-like, .svg-logo-blue, .h__blue .bullet, .svg-logo-green, .h__green .bullet, .svg-logo-orange, .h__orange .bullet, .svg-logo-pink, .h__pink .bullet, .svg-logo-white, .h__white .bullet, .svg-lowprice, .about-item_image.icon-lowprice::after, .svg-money, .svg-payment, .svg-play, .svg-plus, .svg-search-a, .svg-search-b, .svg-search-c, .svg-slide-l, .slick-prev::before, .svg-slide-r, .slick-next::before, .svg-slide-wl, .video-list .slick-prev::before, .svg-slide-wr, .video-list .slick-next::before, .svg-star, .svg-star-a, .svg-star-b, .svg-tel, .svg-tel-a, .svg-trash, .remove-btn,
.svg-trash\:regular, .svg-trash:hover, .remove-btn:hover,
.svg-trash\:hover, .svg-user, .svg-vk {
  background-image: url(/local/templates/itel5/styles/../images/ui.svg);
  background-repeat: no-repeat;
  background-position: 223px 212px;
}

.svg-arrow-a-left, .prev-page,
.svg-arrow-a-left\:regular {
  display: inline-block;
  vertical-align: middle;
  background-position: 67.41851851851851% 18.09045226130653%;
  width: 7px;
  height: 13px;
}

.svg-arrow-a-left:hover, .prev-page:hover,
.svg-arrow-a-left\:hover,
.compare__carousel .slick-prev::before {
  display: inline-block;
  vertical-align: middle;
  background-position: 99.55601851851851% 32.1608040201005%;
  width: 7px;
  height: 13px;
}

.svg-arrow-a-right, .next-page, .city-select-list .link-arrow::before,
.svg-arrow-a-right\:regular {
  display: inline-block;
  vertical-align: middle;
  background-position: 86.86296296296295% 60.97688442211055%;
  width: 7px;
  height: 13px;
}

.svg-arrow-a-right:hover, .next-page:hover, .city-select-list .link-arrow:hover::before,
.svg-arrow-a-right\:hover,
.compare__carousel .slick-next::before {
  display: inline-block;
  vertical-align: middle;
  background-position: 98.6875% 87.35175879396985%;
  width: 7px;
  height: 13px;
}

.svg-cart-a, .catalog-item_add .icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 99.5205% 0;
  width: 23px;
  height: 20px;
}

.svg-cart-s {
  display: inline-block;
  vertical-align: middle;
  background-position: 81.28253968253968% 63.199999999999996%;
  width: 34px;
  height: 20px;
}

.svg-cart-w {
  display: inline-block;
  vertical-align: middle;
  background-position: 28.40909090909091% 57.396449704142015%;
  width: 47px;
  height: 43px;
}

.svg-clock {
  display: inline-block;
  vertical-align: middle;
  background-position: 85.82346368715083% 26.05977011494253%;
  width: 44px;
  height: 38px;
}

.svg-close-a, .filter__toggler::before {
  display: inline-block;
  vertical-align: middle;
  background-position: 95.29146479250846% 87.8479451777881%;
  width: 14.124px;
  height: 14.124px;
}

.svg-delivery {
  display: inline-block;
  vertical-align: middle;
  background-position: 57.95393939393939% 0;
  width: 58px;
  height: 36px;
}

.svg-eye, .pass-switcher._inactive {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 88.88888888888889%;
  width: 24px;
  height: 14px;
}

.svg-eye-active, .pass-switcher {
  display: inline-block;
  vertical-align: middle;
  background-position: 60.11256281407035% 36.86868686868687%;
  width: 24px;
  height: 14px;
}

.svg-fb {
  display: inline-block;
  vertical-align: middle;
  background-position: 99.02537313432835% 10.526315789473685%;
  width: 22px;
  height: 22px;
}

.svg-filter, .btn-filter_fix::after {
  display: inline-block;
  vertical-align: middle;
  background-position: 10.83743842364532% 98.95833333333333%;
  width: 20px;
  height: 20px;
}

.svg-geo {
  display: inline-block;
  vertical-align: middle;
  background-position: 96.15507246376811% 33.68421052631579%;
  width: 16px;
  height: 22px;
}

.svg-geo-a {
  display: inline-block;
  vertical-align: middle;
  background-position: 99.02537313432835% 45.26315789473684%;
  width: 22px;
  height: 22px;
}

.svg-info, .advice::before {
  display: inline-block;
  vertical-align: middle;
  background-position: 48.052261306532664% 38.829787234042556%;
  width: 24px;
  height: 24px;
}

.svg-like {
  display: inline-block;
  vertical-align: middle;
  background-position: 86.50828063497069% 0;
  width: 45.417px;
  height: 45.344px;
}

.svg-logo-blue, .h__blue .bullet {
  display: inline-block;
  vertical-align: middle;
  background-position: 62.17616580310881% 80.21978021978022%;
  width: 30px;
  height: 30px;
}

.svg-logo-green, .h__green .bullet {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 80.21978021978022%;
  width: 30px;
  height: 30px;
}

.svg-logo-orange, .h__orange .bullet {
  display: inline-block;
  vertical-align: middle;
  background-position: 15.544041450777202% 80.21978021978022%;
  width: 30px;
  height: 30px;
}

.svg-logo-pink, .h__pink .bullet {
  display: inline-block;
  vertical-align: middle;
  background-position: 31.088082901554404% 80.21978021978022%;
  width: 30px;
  height: 30px;
}

.svg-logo-white, .h__white .bullet {
  display: inline-block;
  vertical-align: middle;
  background-position: 50.259067357512954% 53.2967032967033%;
  width: 30px;
  height: 30px;
}

.svg-lowprice, .about-item_image.icon-lowprice::after {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 59.50920245398773%;
  width: 50px;
  height: 49px;
}

.svg-money {
  display: inline-block;
  vertical-align: middle;
  background-position: 85.34666666666666% 47.89885057471264%;
  width: 43px;
  height: 38px;
}

.svg-payment {
  display: inline-block;
  vertical-align: middle;
  background-position: 55.27398843930636% 20.571428571428573%;
  width: 50px;
  height: 37px;
}

.svg-play {
  display: inline-block;
  vertical-align: middle;
  background-position: 46.63212435233161% 80.21978021978022%;
  width: 30px;
  height: 30px;
}

.svg-plus {
  display: inline-block;
  vertical-align: middle;
  background-position: 76.53061224489795% 78.91891891891892%;
  width: 27px;
  height: 27px;
}

.svg-search-a {
  display: inline-block;
  vertical-align: middle;
  background-position: 29.12621359223301% 97.43589743589743%;
  width: 17px;
  height: 17px;
}

.svg-search-b {
  display: inline-block;
  vertical-align: middle;
  background-position: 37.28253869879098% 97.40492766402477%;
  width: 16.469px;
  height: 16.938px;
}

.svg-search-c {
  display: inline-block;
  vertical-align: middle;
  background-position: 99.02537313432835% 68.33157894736841%;
  width: 22px;
  height: 22px;
}

.svg-slide-l, .slick-prev::before {
  display: inline-block;
  vertical-align: middle;
  background-position: 24.014786985042242% 0;
  width: 23.906px;
  height: 97px;
}

.svg-slide-r, .slick-next::before {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
  width: 23.906px;
  height: 97px;
}

.svg-slide-wl, .video-list .slick-prev::before {
  display: inline-block;
  vertical-align: middle;
  background-position: 36.02218047756336% 0;
  width: 23.906px;
  height: 97px;
}

.svg-slide-wr, .video-list .slick-next::before {
  display: inline-block;
  vertical-align: middle;
  background-position: 12.007393492521121% 0;
  width: 23.906px;
  height: 97px;
}

.svg-star {
  display: inline-block;
  vertical-align: middle;
  background-position: 53.110047846889955% 63.5%;
  width: 14px;
  height: 12px;
}

.svg-star-a {
  display: inline-block;
  vertical-align: middle;
  background-position: 99.02537313432835% 56.79129200189304%;
  width: 22px;
  height: 21.83px;
}

.svg-star-b {
  display: inline-block;
  vertical-align: middle;
  background-position: 46.411483253588514% 63.5%;
  width: 14px;
  height: 12px;
}

.svg-tel {
  display: inline-block;
  vertical-align: middle;
  background-position: 20.48780487804878% 97.9381443298969%;
  width: 18px;
  height: 18px;
}

.svg-tel-a {
  display: inline-block;
  vertical-align: middle;
  background-position: 99.02537313432835% 22.105263157894736%;
  width: 22px;
  height: 22px;
}

.svg-trash, .remove-btn,
.svg-trash\:regular {
  display: inline-block;
  vertical-align: middle;
  background-position: 87.62376237623762% 78.07486631016043%;
  width: 21px;
  height: 25px;
}

.svg-trash:hover, .remove-btn:hover,
.svg-trash\:hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 62.87128712871287% 51.8716577540107%;
  width: 21px;
  height: 25px;
}

.svg-user {
  display: inline-block;
  vertical-align: middle;
  background-position: 99.02537313432835% 79.91052631578947%;
  width: 22px;
  height: 22px;
}

.svg-vk {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 100%;
  width: 22px;
  height: 22px;
}

@font-face {
  font-family: "PT Rouble Sans";
  src: url("/local/templates/itel5/styles/../fonts/subset-PTRoubleSans.eot");
  src: url("/local/templates/itel5/styles/../fonts/subset-PTRoubleSans.eot?#iefix") format("embedded-opentype"), url("/local/templates/itel5/styles/../fonts/subset-PTRoubleSans.woff") format("woff"), url("/local/templates/itel5/styles/../fonts/subset-PTRoubleSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ukrainian?Present';
  font-style: normal;
  font-weight: 400;
  src: local('Ukrainian?Present'), local('Ukrainian?Present-Regular'),
  url('/local/templates/itel5/styles/../fonts/ukrainianpresent.woff') format('woff'),
  url('/local/templates/itel5/styles/../fonts/ukrainianpresent.ttf') format('truetype');
}
.page-container ul:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list), .page-container
ol:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list) {
  margin-left: 10px;
  padding-left: 20px;
}

.page-container ul:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list) li, .page-container
ol:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list) li {
  display: block;
  position: relative;
  line-height: 1.2;
  list-style-type: none;
}

.page-container ul:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list) li + li, .page-container
ol:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list) li + li {
  margin-top: 6px;
}

.page-container ul:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list) li > ul, .page-container
ol:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list) li > ul {
  margin: 10px 0;
}

.page-container ul:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list) li:before, .page-container
ol:not(.filter-list_opt):not(.lk-menu):not(.pager-list):not(.categories-list):not(.accordeon__ul):not(.option-list) li:before {
  position: absolute;
  right: 100%;
  top: 5px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: #19b5fe;
  border-radius: 50%;
  content: "";
}

textarea {
  max-width: 100%;
}

.bordered, .image-carousel__item img {
  border: 1px solid #dadada;
}

.rounded, .image-carousel__item img {
  border-radius: 4px;
}

.rubl {
  margin-left: 3px;
  font-style: normal;
  font-family: "PT Rouble Sans";
  background-color: transparent;
}

.no-js .rubl {
  font-size: 0;
}

.no-js .rubl::before {
  display: inline;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "руб.";
}

.form-login-links {
  padding: 10px 0;
}

.form-login-links > a {
  margin-left: 10px;
}

.form-login-links > a:first-child {
  margin-left: 0;
  margin-right: 10px;
}

.link-down._inverse a::before {
  margin-top: -8px;
  border-color: transparent transparent #dadada;
}

.link-down a {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  line-height: 1.1;
  border-bottom: 1px solid;
  text-decoration: none !important;
  outline: none !important;
}

.link-down a::before {
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -2px 0 0 5px;
  border-width: 6px 4px;
  border-style: solid;
  border-color: #dadada transparent transparent;
  content: "";
}

.collapsed-content_group {
  display: none;
}

.btn-quickorder {
  margin: 2em 0;
}

.btn-long {
  padding: 12px 60px;
  font-size: 113%;
}

.btn-filter {
  color: #e1e1e1;
  background-color: #fff;
  border-color: #e1e1e1;
  width: 38px;
  height: 38px;
  padding: 4px 0;
  font-size: 0;
  white-space: normal;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
}

.btn-filter:active, .btn-filter.active,
.open > .btn-filter.dropdown-toggle {
  background-image: none;
}

.btn-filter.disabled:hover, .btn-filter.disabled:focus, .btn-filter.disabled.focus, .btn-filter[disabled]:hover, .btn-filter[disabled]:focus, .btn-filter[disabled].focus,
fieldset[disabled] .btn-filter:hover,
fieldset[disabled] .btn-filter:focus,
fieldset[disabled] .btn-filter.focus {
  background-color: #fff;
  border-color: #e1e1e1;
}

.btn-filter .badge {
  margin-left: 5px;
  background-color: #8bbe28;
  color: #fff;
}

.btn-filter:active, .btn-filter.active {
  background: #fff;
}

.btn-filter:hover, .btn-filter:focus, .btn-filter.focus {
  background: #fff;
  color: #c8c8c8;
  text-decoration: none;
  border-color: #c8c8c8;
  outline: none;
}

.btn-filter._active {
  color: #19b5fe;
  cursor: default;
}

.btn-filter-wrapper {
  display: none;
  margin-top: 1em;
}

@media (min-width: 992px) {
  .btn-filter-wrapper {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    width: 60%;
    height: 100%;
    margin-top: 0;
  }
}

.btn-filter-fixed {
  background-color: #19b5fe !important;
  color: #fff !important;
}

@media (min-width: 992px) {
  .btn-filter-fixed {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-left: 21px;
    margin-top: -18.5px;
  }
  .btn-filter-fixed::before {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-width: 6px 7px;
    border-style: solid;
    border-color: transparent #19b5fe transparent transparent;
    content: "";
  }
}

.show-filters {
  padding: 10px 0;
  font-size: 16px;
}

@media (min-width: 992px) {
  .show-filters {
    display: none !important;
  }
}

.btn-search {
  background-color: #19b5fe;
}

.btn-search:hover {
  background-color: #28bafe;
}

.btn-filter_fix {
  display: none;
  position: fixed;
  top: 50%;
  left: 40px;
  width: 260px;
  margin-top: -130px;
  padding: 10px 0;
  background-color: #19b5fe;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: 4px 4px 0 0;
}

.btn-filter_fix::after {
  position: relative;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.btn-filter_fix:hover {
  background-color: #28bafe;
}

.btn-blue {
  background-color: #19b5fe;
  color: #fff;
}

.btn-blue:hover {
  background-color: #01acfc;
  border-color: #01acfc;
}

.radio {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checked .radio-group .radio {
  display: block;
  margin-top: 7px;
}

@media (min-width: 992px) {
  .radio-group .radio {
    display: inline-block;
    margin-left: 30px;
  }
  .checked .radio-group .radio {
    display: inline-block;
    margin-top: 0;
  }
  .radio-group .radio:first-child {
    margin-left: 0;
  }
}

.checked .radio {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  overflow: hidden;
}

.checked .radio input {
  position: absolute;
  left: -99em;
}

.checked .radio input + label::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #dadada;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.checked .radio input + label::after {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 7px;
  height: 7px;
  z-index: 1;
  content: "";
  background: #8bbe28;
  border-radius: 50%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.checked .radio input:checked + label::after {
  opacity: 1;
}

.checked .radio label {
  margin: 0 0 0 9px;
  cursor: pointer;
}

.checkbox {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checked .checkbox {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  overflow: hidden;
}

.checked .checkbox input {
  position: absolute;
  left: -99em;
}

.checked .checkbox input + label::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background: #fff;
  content: "";
}

.checked .checkbox input + label::after {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 7px;
  height: 5px;
  z-index: 1;
  border-left: 2px solid #8bbe28;
  border-bottom: 2px solid #8bbe28;
  content: "";
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.checked .checkbox input:checked + label::after {
  opacity: 1;
}

.checked .checkbox label {
  margin-bottom: 0;
}

.dropdown {
  position: relative;
}

.dropdown .root-item {
  position: relative;
  padding-right: 12px;
  font-weight: 500;
  cursor: pointer;
  color: #363636;
}

.dropdown .root-item::before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border-color: #f39c12 transparent transparent;
  border-style: solid;
  border-width: 6px 4px 0;
  content: "";
}

.dropdown._opened .root-item::before {
  border-color: transparent transparent #f39c12;
  border-width: 0 4px 6px;
}

.drop {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dropmenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1010;
  min-width: 100%;
  margin-top: 10px;
  padding: 8px 29px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

._opened .dropmenu {
  display: block;
}

.dropmenu__item {
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  list-style-type: none;
}

.dropmenu__item._current {
  display: none;
}

.dropmenu__item > a {
  text-decoration: none !important;
}

.dropmenu__item > a:hover {
  color: #f39c12;
}

.username-active {
  color: #f39c12;
}

.icon-link {
  display: inline-block;
  color: #363636;
  vertical-align: middle;
}

.icon-link__head {
  padding-left: 26px !important;
}

.icon-link:hover {
  color: #363636;
  text-decoration: none;
}

.icon-link .icon {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: #f39c12;
  vertical-align: middle;
  border-radius: 100%;
}

.nav-toggle {
  display: block;
  height: 60px;
  padding: 0 15px;
  background-color: #fff;
  color: #19b5fe;
  text-align: center;
  border: 0;
  outline: none;
}

.nav-toggle.sidebar__toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}

@media (min-width: 992px) {
  .nav-toggle.sidebar__toggle {
    display: none;
  }
}

.nav-line {
  display: block;
  width: 24px;
  margin: 0 auto;
  border-top: 3px solid;
  border-radius: 3px;
}

.nav-line + .nav-line {
  margin-top: 4px;
}

.link-more {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 0 15px 0 50px;
  color: inherit !important;
  font-weight: 400;
  text-decoration: none !important;
  vertical-align: middle;
}

.link-more::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  content: "";
  border: 1px solid;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link-more::after {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid;
  border-right: 1px solid;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.go-back .link-more {
  -webkit-transform: none;
          transform: none;
}

.go-back .link-more::after {
  border: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
  left: 10px;
}

.link-more span {
  color: #363636;
  border-bottom: 1px solid;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-more:hover::before {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}

.link-more:hover::after {
  left: 12px;
}

.link-more:hover span {
  color: inherit;
  border-bottom-color: transparent;
}

.go-back {
  margin-top: 30px;
  color: #1ab5fe;
}

.breadcrumbs {
  margin-bottom: 20px;
  letter-spacing: 0;
  font-size: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .breadcrumbs {
    width: auto;
  }
}

.breadcrumb-item {
  display: inline;
  position: relative;
  padding-right: 8px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 2;
}

.breadcrumb-item::after {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  background: #19b5fe;
  vertical-align: middle;
  content: "";
  border-radius: 100%;
}

.breadcrumb-item a {
  text-decoration: none !important;
  border-bottom: 1px solid;
}

.breadcrumb-item:last-child {
  padding-right: 0;
  line-height: 1;
}

.breadcrumb-item:last-child::after {
  display: none;
}

.badge {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #8bbe28;
  color: #fff;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  border-radius: 20px;
  overflow: hidden;
}

.badge__cart {
  display: block;
  position: absolute;
  top: -6px;
  right: -9px;
  width: 18px;
  height: 18px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .badge__cart {
    top: -8px;
    right: 100%;
    width: 24px;
    height: 24px;
    line-height: 26px;
    margin-right: 8px;
  }
}

.select-box {
  position: relative;
  display: inline-block;
  height: 42px;
  border: 1px solid #dadada;
  border-radius: 4px;
}

.select-box::before {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-width: 6px 4px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #dadada;
  content: "";
  pointer-events: none;
}

.select-box select {
  display: block;
  height: 100%;
  padding: 0 37px 0 19px;
  border: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
  cursor: pointer;
}

.select-box select::-ms-expand {
  display: none;
}

.select-box:hover {
  border-color: #19b5fe;
}

.select-box:hover::before {
  border-top-color: #19b5fe;
}

.pager {
  margin-top: 50px;
  text-align: center;
}

.pager-list {
  margin: 0;
  padding: 0;
}

.pager-item {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #19b5fe;
  border-radius: 4px;
  overflow: hidden;
}

.pager-item a {
  display: block;
  padding: 0;
  color: #363636 !important;
  text-decoration: none !important;
}

.pager-item:hover a, .pager-item__current a {
  background-color: #19b5fe;
  color: #fff !important;
}

.pager-item__nav {
  width: 7px;
  height: 13px;
  border: 0;
  line-height: 1 !important;
  border-radius: 0;
}

.pager-item__nav a {
  padding: 0;
  background-color: transparent !important;
}

.next-page {
  display: block !important;
}

.prev-page {
  display: block !important;
}

.testimonial-block .share-block {
  height: 50px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .testimonial-block .share-block {
    float: right;
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .testimonial-block .share-block {
    width: 100%;
  }
}

.testimonial-block .share-block > div {
  margin-top: 5px;
}

.check-options {
  margin-top: 15px;
}

.bottom-panel {
  margin-top: 2em;
  text-align: right;
}

.i-tile {
  display: inline-block;
  width: 0;
  margin: 2px;
  border: 5px solid;
  border-radius: 2px;
}

.i-line {
  display: inline-block;
  width: 0;
  margin: 3px 0;
  border-width: 2px 12px;
  border-style: solid;
  border-radius: 2px;
}

.i-line:first-child {
  margin-top: 2px;
}

.num-list {
  margin-top: 2em;
  counter-reset: cc;
}

.num-list__item {
  position: relative;
  margin-top: 30px;
  padding: 1px 0 1px 45px;
}

@media (min-width: 992px) {
  .num-list__item {
    padding-left: 70px;
  }
}

.num-list__item::before {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: -45px;
  border-radius: 50%;
  background: #19b5fe;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  counter-increment: cc;
  content: counter(cc);
}

@media (min-width: 992px) {
  .num-list__item::before {
    width: 48px;
    height: 48px;
    margin-left: -70px;
    line-height: 48px;
  }
}

.num-list__title {
  margin: 9px 0 20px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .num-list__title {
    margin: 19px 0;
  }
}

.num-list > h3 {
  font-size: 18px;
}

.advice {
  position: relative;
  margin: 25px 0;
  padding: 1px 0 1px 30px;
}

@media (min-width: 992px) {
  .advice {
    padding-left: 40px;
  }
}

.advice h5 {
  margin-top: 4px;
  color: #f39c12;
  font-size: 18px;
  font-weight: 500;
}

.advice::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.ya-share2 ul {
  padding-left: 0 !important;
}

.ya-share2 ul li {
  display: inline-block !important;
  margin-top: 0 !important;
}

.ya-share2 ul li:before {
  display: none;
}

.form-helper {
  font-size: 12px;
  color: #9d9d9d;
}

.panel {
  margin-top: 2em;
  padding: 15px 0;
  border-top: 1px solid #dadada;
}

.panel .h {
  margin-bottom: 1.2em;
}

.embed-responsive-item {
  background: url(/local/templates/itel5/styles/../images/ajax-loader.gif) 50% 50% no-repeat;
}

.js-ajax {
  outline: none;
}

.star-required {
  position: relative;
}

.star-required i {
  float: right;
  margin-left: 2px;
  color: #19b5fe;
  font-style: normal;
}

a.star-required {
  text-decoration: underline;
}

.has-required {
  position: relative;
}

.has-required::after {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 1;
  display: block;
  width: 24px;
  padding-top: 13px;
  content: "*";
  color: #19b5fe;
  text-align: center;
  font-weight: 700;
  pointer-events: none;
}

.has-required.select-box::after {
  right: 10px;
}

.has-swicther {
  position: relative;
}

.pass-switcher {
  position: absolute;
  top: 15px;
  right: 25px;
  overflow: hidden;
  text-indent: 30em;
  white-space: nowrap;
}

.remove-btn {
  margin: 2px auto;
  overflow: hidden;
  text-indent: 50px;
}

.table-orders .remove-btn {
  float: right;
  margin: 2px 0 2px 30px;
}

input[data-eye="y"],
input[data-required="y"] {
  padding-right: 40px;
}

.tablist {
  padding: 0.5em 0 1.5em;
}

.image-carousel {
  margin-left: 40px;
  margin-right: 40px;
}

.image-carousel__item {
  padding: 0 15px;
  text-align: center;
}

.image-carousel .slick-prev {
  margin-right: 10px !important;
}

.image-carousel .slick-next {
  margin-left: 10px !important;
}

.favs-gallery {
  margin-top: 3em;
  margin-bottom: 3em;
}

.ui-corner-all {
  border-radius: 2px;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
  background: #ebebeb;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #19b5fe;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  outline: none !important;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #8bbe28;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -5px;
  margin-left: 0;
  margin-bottom: -6px;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-state-hover {
  background: #18a6e9;
}

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
.slider-range {
  float: left;
  width: 100%;
  margin: 20px 0 10px;
}

.slider-container {
  margin-right: 30px;
  margin-bottom: 10px;
}

.slider-container:before, .slider-container:after {
  content: " ";
  display: table;
}

.slider-container:after {
  clear: both;
}

.range-input {
  float: right;
  width: 70px;
  height: 32px;
  padding: 0;
  text-align: center;
}

.range-input:first-child {
  float: left;
}

[data-role="scroll_element"].is-fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}

.search-helper {
  display: none;
  position: absolute;
  z-index: 20;
}

@media (max-width: 991px) {
  .search-helper {
    top: 70px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .search-helper {
    text-align: center;
  }
}

.search-helper._mobile {
  position: fixed !important;
  top: 145px !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #fff;
}

.search-helper._mobile .search-helper__window {
  height: 100%;
}

.search-helper__window {
  padding: 15px;
  overflow-y: auto;
  background: #fff;
  -moz-text-align-last: auto;
       text-align-last: auto;
}

@media (min-width: 992px) {
  .search-helper__window {
    display: inline-block;
    max-height: 260px;
    width: 380px;
    border-radius: 4px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  }
}

.search-helper__table {
  margin: 0;
  text-align: left;
  font-size: 14px;
}

.search-helper__table > tbody > tr:first-child > td {
  border: 0;
}

.search-helper__table a {
  color: #707070;
  text-decoration: none !important;
}

.search-helper__table a b {
  color: #363636;
}

.search-helper__table .price {
  white-space: nowrap;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.3;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  min-width: 320px;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder .checkout__close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .checkout__close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #363636;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  width: 330px;
  margin: -0.8em auto 0;
  padding: 1em;
  background: #fff;
  border-radius: 4px;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.checkout__close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close, .checkout__close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .checkout__close:hover, .mfp-close:focus, .checkout__close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close, .mfp-close-btn-in .checkout__close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-image-holder .checkout__close,
.mfp-iframe-holder .mfp-close,
.mfp-iframe-holder .checkout__close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close, .mfp-iframe-holder .checkout__close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close, .mfp-img-mobile .checkout__close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.mfp-err_block {
  margin: auto;
  padding: 30px 15px;
  background: #fff;
  color: #363636;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .mfp-err_block {
    width: 300px;
  }
}

.mfp-err_block h3 {
  margin-top: 0;
}

.mfp-err_block a {
  color: #0064a5 !important;
}

.pop {
  position: relative;
  margin: 20px auto;
  background: #fff;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .pop {
    width: 660px;
  }
}

@media (min-width: 768px) {
  .pop--login {
    width: 550px;
  }
}

.pop__header {
  padding: 30px;
  border-bottom: 1px solid #dadada;
    margin: 0!important;
}

.pop__title {
  margin: 0;
}

.pop__inner {
  padding: 30px;
  font-size: 16px;
}

.pop__footer {
  padding: 0 30px 30px;
}

.has-error {
  position: relative;
}

.has-error input,
.has-error select,
.has-error textarea {
  border-color: #db4658;
}

.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus {
  outline: none;
}

.has-error input:focus + .tooltip,
.has-error select:focus + .tooltip,
.has-error textarea:focus + .tooltip {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(5px);
          transform: translateX(-50%) translateY(5px);
}

@media (min-width: 992px) {
  .has-error input:focus + .tooltip,
  .has-error select:focus + .tooltip,
  .has-error textarea:focus + .tooltip {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.tooltip {
  position: absolute;
  bottom: 100%;
  display: block;
  left: 50%;
  z-index: 1;
  margin-bottom: 7px;
  padding: 7px 8px;
  border-radius: 4px;
  background: #363636;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

@media (min-width: 992px) {
  .tooltip {
    bottom: 8px;
    left: 100%;
    margin: 0 0 0 3px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.tooltip::before {
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-width: 6px 4px;
  border-color: #363636 transparent transparent transparent;
  content: "";
}

@media (min-width: 992px) {
  .tooltip::before {
    top: 50%;
    left: auto;
    right: 100%;
    border-width: 4px 6px;
    margin-top: -3px;
  }
}

.tooltip--error {
  background: #db4658;
}

.tooltip--error::before {
  border-color: #db4658 transparent transparent transparent;
}

@media (min-width: 992px) {
  .tooltip--error::before {
    border-color: transparent #db4658 transparent transparent;
  }
}

.rounded, .image-carousel__item img {
  border-radius: 4px;
}

.muted {
  color: #707070;
}

.normalcase {
  text-transform: none !important;
}

h1,
h2,
.pop__title,
h3,
h4,
h5 {
  color: #363636;
  font-weight: 400;
}

h1,
h2.h,
.h.pop__title {
  font-size: 20px;
}

@media (min-width: 480px) {
  h1,
  h2.h,
  .h.pop__title {
    font-size: 36px;
  }
}

h2, .pop__title {
  font-size: 18px;
}

@media (min-width: 480px) {
  h2, .pop__title {
    font-size: 24px;
  }
}

h3 {
  font-size: 16px;
}

@media (min-width: 480px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 14px;
}

@media (min-width: 480px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 14px;
}

h1 + .row, h1 + .video-list, h1 + .catalog[data-view="is-tile"], [data-view="is-line"] h1 + .catalog-item {
  margin-top: 20px;
}

.inner_page h1 {
  margin-bottom: 30px;
}

.h {
  line-height: 0.9;
}

.h .bullet {
  display: inline-block;
  position: relative;
  bottom: -2px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: text-bottom;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media (min-width: 480px) {
  .h .bullet {
    margin-right: 10px;
    vertical-align: baseline;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 768px) {
  .h .bullet {
    margin-right: 20px;
  }
}

.h__small {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.h__small .bullet {
  bottom: auto;
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.h__small.h__green .bullet {
  background: #8bbe28;
}

.h__small.h__orange .bullet {
  background: #f39c12;
}

.h__small.h__pink .bullet {
  background: #ec80b2;
}

.h__small.h__blue .bullet {
  background: #19b5fe;
}

.h__small.h__darkblue .bullet {
  background: #0064a5;
}

.h__small.h__white .bullet {
  background: #fff;
}
.is-desktop .tagline {
    height: 40px;
    background: center 7px no-repeat #19b5fe;/*url(/img/tagline2.png) */
  font-family: 'Ukrainian?Present';
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
}
.is-desktop .header {
  /*box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);*/
  /*box-shadow: 0 1px 7px 0 #e2e2e2;*/
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}

.is-mobile .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__top {
  display: none;
  padding-top: 15px;
  padding-bottom: 25px;
}

@media (min-width: 992px) {
  .header__top {
    display: block;
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .header__top {
    width: 1170px;
  }
}

.header__bottom {
  position: relative;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  .header__bottom {
    width: 970px;
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  .header__bottom {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .header-shadow {
    height: 150px;
    padding-bottom: 25px;
    background: #fff;
    /*box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);*/
    z-index: 1;
  }
}

/*@media (min-width: 992px) and (min-width: 1200px) {
  .header-shadow {
    border-radius: 0 0 10px 10px;
  }
}*/

@media (min-width: 992px) {
  .header-in {
    position: relative;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
  /*.header-in::before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 563px;
    height: 192px;
    margin-right: -245px;
    background: url(/local/templates/itel5/styles/../images/header-l.png) no-repeat;
    content: "";
    z-index: -1;
  }
  .header-in::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 686px;
    height: 246px;
    margin-left: -340px;
    background: url(/local/templates/itel5/styles/../images/header-r.png) no-repeat;
    content: "";
    z-index: -1;
  }*/
}

.contacts,
.city-select,
.social-block,
.search-header {
  float: left;
}

.lk-block,
.lk-select {
  float: right;
}

.city-select .icon,
.social-block .icon,
.lk-select .icon,
.favs .icon {
  display: inline-block;
  margin-right: 7px;
  vertical-align: bottom;
}

.favs {
  color: #363636 !important;
  font-weight: 500;
}

.social-block {
  margin-left: 70px;
}

.social-block .icon {
  font-size: 0;
}

.lk-block .lk-select {
  margin-left: 30px;
}

.search__toggle {
  float: right;
  width: 40px;
  height: 40px;
  margin: -50px 34px 0 0;
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
}

@media (min-width: 992px) {
  .search__toggle {
    display: none;
  }
}

.search-header {
  display: none;
  position: absolute;
  top: 107%;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  background-color: #fff;
  z-index: 2;
}

.search-header.slided {
  display: block;
}

@media (min-width: 992px) {
  .search-header {
    float: left;
    position: relative;
    top: auto;
    display: block;
    width: 240px;
    margin: 0 20px 0 60px;
    padding: 8px 0;
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  .search-header {
    width: 380px;
    margin-left: 80px;
  }
}

.search-header .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  padding: 0;
}

.search-header .form-search {
  position: relative;
}

.contacts__header {
  margin-left: 30px;
  color: #717171;
  font-size: 12px;
}

.contacts__header .phone {
  color: #19b5fe;
  font-weight: 500;
  /*font-size: 22px;
  line-height: 1;*/
    font-size: 26px;
    line-height: 58px;
}

.logo {
  width: 112px;

  height: 26px;
  margin: 17px auto;
  background: transparent url(/local/templates/itel5/styles/../images/logo.png) no-repeat;/*logo.png*/
/*
  height: 35px;
  margin: 13px auto;
  background: transparent url(/local/templates/itel5/styles/../images/logo9may2.png) no-repeat;
*/
/*    width: 152px;
    height: 40px;
    margin: 10px auto;
    background: transparent url(/images/logo6_4.png) no-repeat;*/
  background-size: cover;
}
.dropdown.city-select {
    z-index: 11;
}
.logo.ny {
    width: 213px;
    height: 60px;
    margin: 0px auto;
    background: transparent url(/local/templates/itel5/styles/../images/logoNY2021m2.gif) no-repeat;
}
@media (min-width: 992px) {
  .logo {
    float: left;
    width: 245px;
    height: 58px;
    /*height: 70px;*/
    /*width: 263px;
    height: 72px;*/
    margin: 0;
  }
  .logo.ny {
    background: url(/local/templates/itel5/styles/../images/logoNY2021d.gif);
    width: 245px;
    height: 58px;
    margin: 0;
    /*position: relative;
    width: 326px;
    height: 150px;
    margin-left: -75px;
    margin-top: -62px;
    z-index: 10;*/
  }
}

.contacts {
  display: none;
}

@media (min-width: 992px) {
  .contacts {
    display: block;
  }
}

.cart-widget {
  float: right;
  position: relative;
  margin-top: -42px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .cart-widget {
    margin: 3px 0 0;
  }
}

@media (max-width: 991px) {
  .cart-widget .icon {
    width: 28px;
    height: 25px;
    background-size: 131px 130px;
  }
}

@media (min-width: 992px) {
  .cart-widget .icon {
    position: absolute;
    top: 2px;
    right: 100%;
    margin-right: 15px;
  }
}

.cart-widget p {
  display: none;
}

@media (min-width: 992px) {
  .cart-widget p {
    display: block;
  }
}

.cart-title {
  display: none;
  position: relative;
  margin-bottom: 2px;
  padding-bottom: 1px;
  color: #19b5fe;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 3px solid;
}

@media (min-width: 992px) {
  .cart-title {
    display: block;
  }
}

.cart-active_link {
  display: block;
  text-decoration: none !important;
}

.menu {
  position: relative;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
  .menu {
    font-size: 0;
    letter-spacing: 0;
  }
}

.menu__main {
  display: none;
  text-align: center;
}

@media (min-width: 992px) {
  .menu__main {
    display: block;
  }
}

/*@media (min-width: 992px) {
  .menu__bottom {
    float: left;
  }
}*/

.menu__sub {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -7px;
  margin-bottom: 10px;
  background-color: #fff;
  border-top: 1px solid;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  -webkit-transition: 0.1s 0.1s;
  transition: 0.1s 0.1s;
}

li.menu-list_item:hover .menu__sub {
    -webkit-transition: 0.4s 0.3s;
    transition: 0.4s 0.3s;
}

.menu__sub > .container {
  padding: 0;
  overflow: hidden;
}

.menu-list {
  margin: 30px -15px;
  padding: 0;
  display: table;
  width: 100%;
  border-spacing: 5px 0;
}

@media (min-width: 768px) {
  .menu-list {
    margin: 0;
    padding: 0 10px;
  }
}

.menu__main .menu-list:hover .menu-list_item__active .menu-list_item_link::before {
  border-top-width: 0;
  -webkit-transition: 0.1s 0.2s;
  transition: 0.1s 0.2s;
}

@media (min-width: 768px) {
  .menu__bottom .menu-list:hover .menu-list_item__active .menu-list_item_link::before {
    border-bottom-width: 0;
    -webkit-transition: 0.1s 0.2s;
    transition: 0.1s 0.2s;
  }
}

@media (min-width: 768px) {
  .menu-list:hover .menu-list_item__active .menu-list_item_link > span {
    color: #363636;
    -webkit-transition: color 0.1s 0.2s;
    transition: color 0.1s 0.2s;
  }
}

.menu-list_item {
  display: block;
  margin: 10px 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .menu-list_item {
    display: table-cell;
    margin: 0 0 0 3px;
    padding: 0;
    letter-spacing: normal;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .menu-list_item {
    margin: 0 0 0 6px;
  }
}

.menu__bottom .menu-list_item {
  padding: 0 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .menu__bottom .menu-list_item {
    padding: 0;
    margin-left: 6px;
  }
}

@media (min-width: 1200px) {
  .menu__bottom .menu-list_item {
    margin: 0 0 0 12px;
  }
}

.menu-list_item:first-child {
  margin-left: 0;
}

.menu-list_item:hover .menu-list_item_link {
  color: inherit;
  text-decoration: none;
}

.menu__main .menu-list_item:hover .menu-list_item_link::before {
  border-top-width: 40px !important;
  -webkit-transition: 0.1s 0.2s;
  transition: 0.1s 0.2s;
}

@media (min-width: 1200px) {
  .menu__main .menu-list_item:hover .menu-list_item_link::before {
    border-top-width: 55px !important;
  }
}

@media (min-width: 768px) {
  .menu__bottom .menu-list_item:hover .menu-list_item_link::before {
    border-bottom-width: 45px !important;
    -webkit-transition: 0.1s 0.2s;
    transition: 0.1s 0.2s;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .menu__bottom .menu-list_item:hover .menu-list_item_link::before {
    border-bottom-width: 62px !important;
  }
}

@media (min-width: 768px) {
  .menu-list_item:hover .menu-list_item_link > span {
    color: #fff !important;
    -webkit-transition: color 0.1s 0.2s;
    transition: color 0.1s 0.2s;
  }
}

.menu-list_item:hover .menu__sub {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.menu__main .menu-list_item__active .menu-list_item_link::before {
  border-top-width: 40px;
  -webkit-transition: 0.1s 0.2s;
  transition: 0.1s 0.2s;
}

@media (min-width: 1200px) {
  .menu__main .menu-list_item__active .menu-list_item_link::before {
    border-top-width: 55px;
  }
}

.menu__bottom .menu-list_item__active .menu-list_item_link::before {
  border-right-width: 800px;
  border-bottom-width: 0;
}

@media (min-width: 768px) {
  .menu__bottom .menu-list_item__active .menu-list_item_link::before {
    border-right-width: 0;
    border-bottom-width: 45px;
    -webkit-transition: 0.1s 0.2s;
    transition: 0.1s 0.2s;
  }
}

@media (min-width: 1200px) {
  .menu__bottom .menu-list_item__active .menu-list_item_link::before {
    border-bottom-width: 62px;
  }
}

.menu-list_item__active .menu-list_item_link > span {
  color: #fff;
  -webkit-transition: color 0.1s 0.2s;
  transition: color 0.1s 0.2s;
}

.menu-list_item_link {
  position: relative;
  display: block;
  padding: 8px 0;
  color: inherit;
  font-size: 12px;
}

@media (min-width: 768px) {
  .menu-list_item_link {
    padding: 14px 5px;
  }
}

@media (min-width: 1200px) {
  .menu-list_item_link {
    padding: 20px 6px;
    font-size: 14px;
  }
}

.menu-list_item_link::before {
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  border-right: 5px solid;
  border-radius: 0 5px 5px 0;
  content: "";
  -webkit-transform: translalez(0);
          transform: translalez(0);
  -webkit-transition: 0.1s 0.2s;
  transition: 0.1s 0.2s;
}

@media (min-width: 768px) {
  .menu-list_item_link::before {
    left: 0;
    right: 0;
  }
}

.menu__main .menu-list_item_link {
  z-index: 10;
}

.menu__main .menu-list_item_link::before {
  top: 0;
  bottom: auto;
  border-top: 0 solid;
  border-bottom: 4px solid;
  border-radius: 0 0 4px 4px;
}

@media (min-width: 768px) {
  .menu__bottom .menu-list_item_link::before {
    top: auto;
    bottom: 0;
    border-bottom: 0 solid;
    border-top: 4px solid;
    border-radius: 4px 4px 0 0;
  }
}

.menu-list_item_link > span {
  position: relative;
  color: #363636;
  -webkit-transition: color 0.1s 0.2s;
  transition: color 0.1s 0.2s;
}

.menu__main .menu-list_item_link .menu-list_item_link > span {
  z-index: 1;
}

.submenu-list {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 0;
  padding: 20px 15px;
  vertical-align: top;
  line-height: 1;
}

.submenu-list::before {
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 0;
  height: 3000px;
  content: "";
  border-left: 1px solid;
}

.submenu-list::after {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 2000px;
  height: 0;
  content: "";
  border-top: 1px solid;
}

.submenu-list_item {
  display: block;
  padding-left: 15px;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .submenu-list_item {
    font-size: 13px;
  }
}

.submenu-list_item:first-child {
  position: relative;
  margin-bottom: 15px;
}

.submenu-list_item:first-child::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  width: 0;
  height: 0;
  content: "";
  border-width: 6px;
  border-style: solid;
  border-radius: 100%;
}

.submenu-list_item + .submenu-list_item {
  margin-top: 8px;
}

.submenu-list_item_title {
  color: #363636;
  font-weight: 500;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .submenu-list_item_title {
    font-size: 14px;
  }
}

.submenu-list_item_link {
  color: #808080;
}

.submenu-list_item_link:hover {
  color: #808080;
}

.footer {
  box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .footer {
    /* position: absolute; */
    display: ;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 178px;
  }
}

@media (min-width: 992px) {
  .footer {
    height: 105px;
  }
}

@media (min-width: 1200px) {
  .footer {
    height: 120px;
  }
}

.phone-bottom {
  border: 0 !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .phone-bottom {
    margin-left: 60px;
  }
}

.footer-bottom {
  padding: 15px 0;
  background: #00274d;
  color: #fff;
  line-height: 2;
  overflow: hidden;
}

@media (min-width: 480px) {
  .footer-bottom {
    padding: 0;
    line-height: 60px;
  }
}

.footer-bottom a {
  display: inline-block;
  color: #fff;
  line-height: 1.1;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

@media (min-width: 480px) {
  .copyright {
    float: left;
  }
}

.pay-systems {
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  .pay-systems {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .pay-systems {
    float: right;
    padding: 7px 0 0;
  }
}

@media (min-width: 1200px) {
  .pay-systems {
    padding: 14px 0 13px;
  }
}

@media (min-width: 480px) {
  .webmaster {
    float: right;
  }
}

.webmaster a {
  display: inline-block;
  position: relative;
}

.webmaster a i {
  display: none;
}

.csstransitions .webmaster a i {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 100%;
  color: #f00;
  font-style: normal;
  text-shadow: 0 0 1px #f00;
  border-bottom: 1px solid;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.csstransitions .webmaster a:hover i {
  right: 0;
}

.sidebar__menu {
  position: fixed;
  left: -185px;
  width: 185px;
  height: 100%;
  background: #fff;
  overflow: hidden;
  z-index: 12;
}

@media (min-width: 300px) {
  .sidebar__menu {
    left: -265px;
    width: 265px;
  }
}

@media (min-width: 768px) {
  .sidebar__menu {
    left: -320px;
    width: 320px;
  }
}

@media (min-width: 992px) {
  .sidebar__menu {
    display: none;
  }
}

.sidebar__menu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  content: "";
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  z-index: 4;
}

._toggled .sidebar__menu {
  left: 0;
}

.sidebar__left {
  display: none;
  padding: 0 0 20px;
}

.filter_opened .sidebar__left {
  display: block;
}

.sidemenu .sidebar__left {
  display: none;
  margin-bottom: -1px;
  padding-bottom: 0;
}

.sidemenu .sidebar__left .filter__toggler {
  display: none;
}

.sidebar__right {
  padding-bottom: 20px;
}

/*@media (min-width: 992px) {
  .sidebar__right {
    float: right;
  }
}*/

.sidemenu {
  position: relative;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidemenu-inner {
  will-change: transform;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.sidemenu-list {
  margin: 0;
  padding: 0;
}

._active > .sidemenu-list {
  display: block;
}

.sidemenu-list__root {
  position: relative;
  margin: 0;
  padding: 15px 0;
}

.sidemenu-list__category {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.sidemenu-list_item {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
}

.sidemenu-list_item__page {
  position: relative;
  margin-bottom: 20px;
}

.sidemenu-list_item__page::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-right: 320px solid;
  content: "";
}

.sidemenu-list_item__page span {
  position: relative;
  display: block;
  padding: 7px 0 7px 25px;
  color: #fff;
}

.sidemenu-head {
  position: relative;
  height: 62px;
  padding: 0 16px;
  line-height: 62px;
  border-bottom: 1px solid #dadada;
}

.sidemenu-footer {
  padding: 15px 0 15px 30px;
  border-top: 1px solid #dadada;
}

.sidemenu-footer > div {
  margin-bottom: 15px;
}

.sidemenu-footer a {
  color: #363636 !important;
  text-decoration: none !important;
}

.sidemenu-footer .icon {
  margin-right: 12px;
}

.sidemenu-footer .social-block {
  float: none;
  margin: 0;
}

.sidemenu-list_item_title {
  position: relative;
  display: block;
  padding: 7px 0 7px 25px;
  color: inherit !important;
  text-decoration: none !important;
}

.sidemenu-list_item_title::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  border-right-width: 5px;
  border-right-style: solid;
  border-radius: 0 5px 5px 0;
  content: "";
}

.sidemenu-list_item_title > span {
  display: block;
  position: relative;
  color: #363636;
}

.link_head {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding: 0 16px;
  overflow: hidden;
  color: #363636 !important;
  text-decoration: none !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

[data-step="0"] .back-link__head {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.back-link__head .icon {
  margin: -2px 20px 0 0;
}

.icon-link__head {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

[data-step="0"] .icon-link__head {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.city-select-list {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}

.city-select-list__item {
  margin: 0;
  padding: 0;
}

.city-select-list__item > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  padding: 0 0 0 30px;
}

.city-select-list__item > ul li {
  display: block;
}

.city-select-list__item > ul h3 {
  margin: 10px 0 0;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 700;
}

.city-select-list__item > ul a {
  display: block;
  padding: 7px 0;
}

.city-select-list__item._active > ul {
  display: block;
}

.city-select-list .link-arrow {
  position: relative;
  display: block;
  margin-right: 35px;
}

.city-select-list .link-arrow::before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  content: "";
}

.lk-user-menu__item .lk-menu {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  border: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.lk-user-menu__item .lk-menu__item:last-child {
  border-bottom: 1px solid #dadada;
}

.lk-user-menu__item._active .lk-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

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

.slick-track::before, .slick-track::after {
  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 a {
  outline: none;
}

.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("/local/templates/itel5/styles/../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  top: 0;
  width: 23px;
  height: 100%;
  padding: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 50%;
  margin-top: -47.5px;
  content: "";
}

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

.slick-prev {
  right: 100%;
  margin-right: 10px;
}

@media (min-width: 1260px) {
  .slick-prev {
    margin-right: 30px;
  }
}

.slick-prev::before {
  left: 0;
}

.slick-next {
  left: 100%;
  margin-left: 10px;
}

@media (min-width: 1260px) {
  .slick-next {
    margin-left: 30px;
  }
}

.slick-next::before {
  right: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 3em;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 4px;
  cursor: pointer;
}

.slick-dots li button {
  border: 1px solid;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: #f39c12;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

li.slick-active > button {
  background: #f39c12;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slider--top {
  position: relative;
  margin: 1em 24px 0;
}

@media (min-width: 992px) {
  .slider--top {
    margin: 2em 0 0;
  }
}

.slider--top .slick-list {
  padding-bottom: 2em;
}

@media (min-width: 992px) {
  .slider--top .slick-list {
    padding-top: 2em;
    padding-bottom: 4em;
  }
}

.slider--top > canvas {
  top: 0;
  left: 0;
}

.slider__item {
  position: relative;
}

.slider__item_inner {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .slider__item_inner {
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
  }
}

.slider__item_inner__part {
  position: relative;
}

@media (min-width: 992px) {
  .slider__item_inner__part {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}

.is-mobile .slider__item_inner__part {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}

.is-mobile .slider__item_inner__part:first-child {
  position: relative;
  z-index: 2;
  padding-bottom: 65px;
}

.slider__item .gooey-animation {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.is-mobile .slider__item .gooey-animation {
  display: none !important;
}

.slider__brand {
  max-width: 50%;
  margin-bottom: 26px;
}

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

.slider__title {
  width: 60%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 992px) {
  .slider__title {
    width: 100%;
    font-size: 42px;
  }
}

.slider__image {
  float: right;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .slider__image {
    max-height: 100%;
  }
}

.slider__text {
  width: 60%;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .slider__text {
    width: 100%;
    font-size: 22px;
  }
}

.slider__btn {
  margin-top: 50px;
  font-size: 18px;
}

@media (min-width: 992px) {
  .slider__btn {
    position: static;
    display: block;
    width: 100%;
    padding: 10px 22px;
    font-size: 22px;
  }
}

.is-mobile .slider__btn {
  position: absolute;
  bottom: 0;
  left: 8.3333333333%;
  right: 8.3333333333%;
}

.slick-current .gooey-animation {
  display: block;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.gooey_blur {
  position: absolute;
  z-index: -1;
}

.action-list {
  display: none;
}

.action-list.slick-slider,
.no-js .action-list {
  display: block;
}

.action-item {
  position: relative;
  margin: 20px 0;
}

.action-item img {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
}

.action-item_link {
  position: relative;
  display: block;
  border-radius: 4px;
}

.action-item_link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  content: "";
  border-radius: 5px;
  box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.touchevents .action-item_link::before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
}

.no-js .action-item_link:hover::before,
.no-touchevents .action-item_link:hover::before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
}

.action-block {
  margin-top: 40px;
}

.action-block .h__small {
  font-size: 20px;
}

.cards-list {
  margin-bottom: 50px;
  overflow: hidden;
}

.cards-list__actions {
  color: #8bbe28;
}

.cards-list__bonus {
  color: #f39c12;
}

.card {
  margin-top: 30px;
}
/*
.card header {
  height: 156px;
  background-color: #eee;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #dadada;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  z-index: 1;
}
*/
.card header img {
  display: block;
  width: 100%;
  /*opacity: 0;*/
}

.card footer {
  height: 160px;
  padding: 20px 20px 65px;
  border: 1px solid #dadada;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}

.card__action header {
  position: relative;
}
/*
.card__action header a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
.card__article {
  overflow: hidden;
}

.card__article footer {
  height: 100px;
  padding: 20px 15px;
}

.card__article .link-more {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  z-index: 3;
}

.card__video header {
  position: relative;
}

.card__video header::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background: url(/local/templates/itel5/styles/../images/play.svg) 50% 50% no-repeat;
  content: "";
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: 2;
}

.card__video header::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

.card-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}

.card__article .card-title {
  line-height: 1.1;
  font-weight: 400;
}

.card__action .card-title {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-preview {
  height: 60px;
  margin: 0;
  color: #363636;
  overflow: hidden;
}

.about-list {
  margin-top: 30px;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.35);
}

.about-list.slick-initialized {
  margin: 30px 24px 0;
  padding: 20px;
  overflow: visible;
}

@media (min-width: 1200px) {
  .about-list.slick-initialized {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .about-list {
    padding: 40px;
    font-size: 0;
    letter-spacing: 0;
  }
}

.about-item {
  padding: 30px 15px 15px;
  color: #363636;
}

@media (max-width: 767px) {
  .no-js .about-item {
    border-top: 1px solid #dadada;
  }
  .no-js .about-item:first-child {
    padding-top: 15px;
    border: 0;
  }
}

@media (min-width: 768px) {
  .about-item {
    display: inline-block;
    width: 50%;
    padding: 15px 15px 15px 30px;
    vertical-align: top;
    font-size: 14px;
    border: 0;
  }
}

@media (min-width: 992px) {
  .about-item {
    width: 33.3333333333%;
  }
}

.about-item p {
  line-height: 22px;
}

.about-item_image {
  position: relative;
  width: 86px;
  height: 86px;
  margin-bottom: 30px;
  font-size: 0;
  line-height: 82px;
  text-align: center;
  border: 2px solid #f39c12;
  border-radius: 100%;
}

.about-item_image::after {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  content: "";
}

.about-item_image.icon-like::after {
  background: url(/local/templates/itel5/styles/../images/anim/like.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .about-item_image.icon-like::after {
    background-image: url(/local/templates/itel5/styles/../images/anim/like@2x.png);
    background-size: 300px;
  }
}

.about-item_image.icon-payment::after {
  background: url(/local/templates/itel5/styles/../images/anim/payment.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .about-item_image.icon-payment::after {
    background-image: url(/local/templates/itel5/styles/../images/anim/payment@2x.png);
    background-size: 300px;
  }
}

.about-item_image.icon-money::after {
  background: url(/local/templates/itel5/styles/../images/anim/money.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .about-item_image.icon-money::after {
    background-image: url(/local/templates/itel5/styles/../images/anim/money@2x.png);
    background-size: 250px;
  }
}

.about-item_image.icon-delivery::after {
  background: url(/local/templates/itel5/styles/../images/anim/truck.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .about-item_image.icon-delivery::after {
    background-image: url(/local/templates/itel5/styles/../images/anim/truck@2x.png);
    background-size: 350px;
  }
}

.about-item_image.icon-clock::after {
  background: url(/local/templates/itel5/styles/../images/anim/clock.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .about-item_image.icon-clock::after {
    background-image: url(/local/templates/itel5/styles/../images/anim/clock@2x.png);
    background-size: 400px;
  }
}

.about-item:hover .about-item_image.icon-like::after {
  background-position: -250px 0;
  -webkit-animation: iconAnimLike 250ms steps(6);
          animation: iconAnimLike 250ms steps(6);
}

.about-item:hover .about-item_image.icon-lowprice::after {
  -webkit-animation: iconAnimDiscount 400ms ease-in-out alternate;
          animation: iconAnimDiscount 400ms ease-in-out alternate;
}

.about-item:hover .about-item_image.icon-payment::after {
  background-position: -250px 0;
  -webkit-animation: iconAnimPayment 250ms steps(6);
          animation: iconAnimPayment 250ms steps(6);
}

.about-item:hover .about-item_image.icon-money::after {
  background-position: -200px 0;
  -webkit-animation: iconAnimMoney 600ms steps(5);
          animation: iconAnimMoney 600ms steps(5);
}

.about-item:hover .about-item_image.icon-delivery::after {
  -webkit-animation: iconAnimTruck 750ms steps(7) infinite;
          animation: iconAnimTruck 750ms steps(7) infinite;
}

.about-item:hover .about-item_image.icon-clock::after {
  -webkit-animation: iconAnimClock 350ms steps(8) infinite;
          animation: iconAnimClock 350ms steps(8) infinite;
}

@-webkit-keyframes iconAnimLike {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -300px 0;
  }
}

@keyframes iconAnimLike {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -300px 0;
  }
}

@-webkit-keyframes iconAnimPayment {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -300px 0;
  }
}

@keyframes iconAnimPayment {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -300px 0;
  }
}

@-webkit-keyframes iconAnimMoney {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -250px 0;
  }
}

@keyframes iconAnimMoney {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -250px 0;
  }
}

@-webkit-keyframes iconAnimTruck {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -350px 0;
  }
}

@keyframes iconAnimTruck {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -350px 0;
  }
}

@-webkit-keyframes iconAnimClock {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}

@keyframes iconAnimClock {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}

@-webkit-keyframes iconAnimDiscount {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  25%, 75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes iconAnimDiscount {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  25%, 75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.video-list {
  display: none;
  margin-top: 40px;
}

.video-list.slick-slider,
.no-js .video-list {
  display: block;
}

.slick-slider .video-item {
  margin-top: 5px;
}

.video-item h3,
.video-item h4 {
  color: #fff;
}

.video-item_image {
  position: relative;
  margin-bottom: 24px;
}

.video-item_image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  content: "";
  border-radius: 5px;
  box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.video-item_image img {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}

.touchevents .video-item_image::before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
}

.no-touchevents .video-item_image:hover::before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
}

.no-touchevents .video-item_image:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.video-item_text {
  line-height: 1.6;
}

.video-item_text p {
  margin-top: 1.3em;
}

.video-item_link {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}

.video-item_link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background: rgba(0, 0, 0, 0.13) url(/local/templates/itel5/styles/../images/play.svg) 50% 50% no-repeat;
  content: "";
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

@media (min-width: 768px) {
  .video-item_link::after {
    background-color: transparent;
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.13);
  }
}

.video-item_link:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.right-link {
  float: right;
  margin-top: 20px;
  color: inherit !important;
  text-decoration: none !important;
}

.right-link img,
.right-link span {
  vertical-align: middle;
}

.right-link span {
  position: relative;
  top: 6px;
  margin-right: 16px;
  border-bottom: 1px solid;
}

.right-link:hover span {
  border-bottom-color: transparent;
}

.catalog[data-view="is-tile"] {
  margin-left: 0;
  margin-right: 0;
}

.catalog[data-view="is-line"] {
  margin-top: 20px;
}

.catalog[data-tile="false"] {
  margin-top: 0;
}

.catalog__carousel {
  display: none;
  margin-top: 20px;
  /*margin-bottom: 20px;*/
}

.js .catalog__carousel {
  margin: 20px 24px 50px;
}

@media (min-width: 768px) {
  .js .catalog__carousel {
    margin: 20px 0;
  }
}

.catalog__carousel.slick-slider,
.no-js .catalog__carousel {
  display: block;
}

.catalog-item {
  position: relative;
  margin-bottom: 20px;
}

[data-view="is-tile"] .catalog-item {
  text-align: center;
}

.catalog-item_price__old > span {
  display: inline-block;
  position: relative;
}

.catalog-item_price__old > span::before {
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  content: "";
  border-top: 1px solid;
}



.touchevents [data-view="is-tile"] .catalog-item_price {
  margin: 5px 0;
  padding: 10px 0;
  line-height: 1;
}


[data-view="is-tile"] .catalog-item_price__old {
  float: left;
}

[data-view="is-tile"] .catalog-item_price__total {
  float: right;
  color: #f39c12;
}

[data-view="is-line"] .catalog-item_price {
  font-size: 24px;
}

[data-view="is-line"] .catalog-item_price__discount {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

[data-view="is-line"] .catalog-item_price__total {
  float: left;
}

.catalog-item_price__total .catalog-item_price2 {
    margin-top: -5px;
}

[data-view="is-line"] .catalog-item_price__old {
  float: right;
  padding-top: 14px;
  font-size: 14px;
}

[data-view="is-tile"] .catalog-item_product {
  padding: 0 0 5px;
}

[data-view="is-line"] .catalog-item_product .catalog-item_product-order {
  display: none;
}

.catalog__carousel .catalog-item_product {
  padding: 0 15px 5px;
}

.catalog-item_product-name {
  font-weight: 400;
}

[data-view="is-tile"] .catalog-item_product-name {
  height: 80px;
  overflow: hidden;
}

[data-view="is-line"] .catalog-item_product-name {
  margin: 20px 0 10px;
  font-size: 18px;
}

[data-view="is-tile"] .catalog-item_product-order {
  overflow: hidden;
}

.catalog-item_product-about {
  display: none;
}

[data-view="is-line"] .catalog-item_product-about {
  display: block;
}

[data-view="is-line"] .catalog-item_product-about p {
  margin-bottom: 4px;
}

.catalog-item_add {
  position: relative;
}

.catalog-item_add::before {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 6px;
  height: 4px;
  z-index: 1;
  border-left: 2px solid #8bbe28;
  border-bottom: 2px solid #8bbe28;
  content: "";
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.oldie .catalog-item_add::before {
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  background: url(/local/templates/itel5/styles/../images/check-sm.gif) 0 0 no-repeat;
  border: 0;
  -webkit-transform: none;
          transform: none;
}

.catalog-item_add::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #8bbe28;
  background: #fff;
  content: "";
  opacity: 0;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.no-touchevents .catalog-item_add {
  overflow: hidden;
}

.no-touchevents .catalog-item_add .icon {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}

.no-touchevents .catalog-item_add:hover .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*.no-touchevents .catalog-item_add.added .icon {
    display: none;
}*/

[data-view="is-tile"] .catalog-item_add {
  float: right;
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

[data-view="is-tile"] .catalog-item_add.added::before {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

[data-view="is-tile"] .catalog-item_add.added::after {
  opacity: 1;
}

.touchevents [data-view="is-tile"] .catalog-item_add {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  text-transform: uppercase;
}

.touchevents [data-view="is-tile"] .catalog-item_add .icon {
  top: -2px;
  margin-right: 0.7em;
}

[data-view="is-tile"] .catalog-item_add .icon {
  position: relative;
  left: -2px;
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.catalog-item_add.added {
  background-color: #8bbe28 !important;
  border-color: #8bbe28 !important;
}

.catalog-item_add.added span {
  color: #fff;
  opacity: 1 !important;
  -webkit-transform: none;
          transform: none;
}

[data-view="is-line"] .catalog-item_add.added .icon {
  opacity: 0 !important;
  -webkit-transform: translateX(100px) !important;
          transform: translateX(100px) !important;
}

@media (min-width: 480px) {
  [data-view="is-tile"] .catalog-item {
    height: 320px;
  }
  .touchevents [data-view="is-tile"] .catalog-item {
    height: 370px;
  }
}

@media screen and (max-width: 767px) {
  [data-view="is-tile"] .catalog-item {
    width: 33%;
  }
}

@media (max-width: 420px) {
.catalog .catalog-item {
    width: 50%;
}
.mi_catalog .catalog-item {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dadada;
}
.mi_catalog .catalog-item_image {
    position: relative;
    height: 100px;
    line-height: 100px;
    float: left;
    width: 100px;
    margin: 0 6px;
}
.mi_catalog .catalog-item_product {
    padding: 10px 0 5px;
}
.mi_catalog .catalog-item_product-name {
    font-size: 11px;
    font-weight: 300;
    line-height: 12px;
    text-align: left;
    height: 34px;
}
.mi_catalog .catalog-item_buy {
    position: absolute;
    margin-top: -45px;
    right: 6px;
}
.touchevents .mi_catalog .catalog-item_add {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
}
.touchevents .mi_catalog .catalog-item_product-order {
    margin-top: 0!important;
    text-align: left;
}
.touchevents .mi_catalog .catalog-item_price {
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-top: 14px;
    font-size: 15px;
    line-height: 14px;
}
  [data-view="is-tile"] .catalog-item_price__discount {
    font-size: 8px;
  }
}

[data-view="is-tile"] .catalog-item::before {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  content: "";
  border: 1px solid #dadada;
  border-radius: 4px;
}

.no-js [data-view="is-tile"] .catalog-item:hover,
.no-touchevents [data-view="is-tile"] .catalog-item:hover {
  border-top-color: transparent;
}

.no-js [data-view="is-tile"] .catalog-item:hover::before,
.no-js [data-view="is-tile"] .catalog-item:hover .catalog-item_add,
.no-js [data-view="is-tile"] .catalog-item:hover .catalog-item_footer,
.no-touchevents [data-view="is-tile"] .catalog-item:hover::before,
.no-touchevents [data-view="is-tile"] .catalog-item:hover .catalog-item_add,
.no-touchevents [data-view="is-tile"] .catalog-item:hover .catalog-item_footer {
  display: block;
}

.no-js [data-view="is-tile"] .catalog-item:hover .catalog-item_price,
.no-touchevents [data-view="is-tile"] .catalog-item:hover .catalog-item_price {
  float: left;
}

.catalog-item--cart:first-child {
  margin-top: 20px;
}



@media (min-width: 768px) {
  .catalog-item--cart:first-child {
    margin-top: 0;
  }
}

.catalog-item--cart .catalog-item_footer {
  position: static !important;
  padding: 0 15px !important;
}

.catalog-item--cart .catalog-item_footer .btn-remove_cart {
  display: block;
  margin: 0 auto;
}

.catalog-item--cart .catalog-item_product-order {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

@media (min-width: 768px) {
  .catalog-item--cart .catalog-item_product-order {
    padding: 20px 0 0 !important;
  }
}

.catalog-item--cart .catalog-item_product-order > div {
  float: none;
  margin-bottom: 20px;
}

.catalog-item--cart .catalog-item_product-order .card-order__qty {
  float: none;
  display: inline-block;
}

.catalog-item--cart .catalog-item_price {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

[data-view="is-line"] .catalog-item {
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #dadada;
}

@media (min-width: 768px) {
  [data-view="is-line"] .catalog-item {
    height: 235px;
    border: 1px solid #dadada;
    border-radius: 4px;
  }
}

.catalog__highlight [data-view="is-line"] .catalog-item.in_cart {
  border-color: #19b5fe;
}

.catalog__highlight [data-view="is-tile"] .catalog-item.in_cart::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #19b5fe;
  border-radius: 4px;
  content: "";
}

.catalog__highlight [data-view="is-tile"] .catalog-item.in_cart:hover::after {
  display: none;
}

.catalog__carousel .catalog-item {
  padding: 0 5px;
  border: 0;
}

@media (max-width: 420px) {
  .catalog__carousel .catalog-item {
    margin: 0;
    padding: 0;
  }
}

.catalog-item_header {
  position: relative;
}

@media (min-width: 421px) {
  [data-view="is-tile"] .catalog-item_header {
    padding-bottom: 140px;
  }
  .no-js [data-view="is-tile"] .catalog-item_header,
  .no-touchevents [data-view="is-tile"] .catalog-item_header {
    padding-bottom: 90px;
  }
}

[data-view="is-line"] .catalog-item_header {
  float: left;
  height: 100%;
}

.catalog-item_footer {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-view="is-tile"] .catalog-item_footer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -5px;
  padding: 0 10px 10px;
  background: #fff;
  text-align: left;
  border: 1px solid #dadada;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  z-index: 2;
}

[data-view="is-line"] .catalog-item_footer {
  height: 100%;
  padding: 0 25px;
}

@media (min-width: 768px) {
  [data-view="is-line"] .catalog-item_footer {
    border-left: 1px solid #dadada;
    text-align: center;
  }
  [data-view="is-line"] .catalog-item_footer .quick-order {
    margin-top: 10px;
    margin-left: 18px;
  }
}

[data-view="is-line"] .catalog-item_footer .catalog-item_product-order {
  display: block;
  padding: 15px 25px 0;
  margin: 0 -25px 10px;
  text-align: center;
}

@media (min-width: 768px) {
  [data-view="is-line"] .catalog-item_footer .catalog-item_product-order {
    height: 103px;
  }
}

[data-view="is-line"] .catalog-item_footer .catalog-item_add {
  display: block;
  margin-top: 15px;
}

.catalog-item_footer .catalog-item_product-order {
  display: none;
}

.catalog__carousel .catalog-item_footer {
  display: none !important;
}

.catalog-item_image {
  position: relative;
  height: 180px;
  line-height: 180px;
}

.catalog-item_image img {
  display: inline-block;
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
}

[data-view="is-line"] .catalog-item_image {
  line-height: 235px;
  text-align: center;
}

@media (min-width: 480px) {
  [data-view="is-line"] .catalog-item_image {
    float: left;
    width: 33%;
  }
}

@media (min-width: 768px) {
  [data-view="is-line"] .catalog-item_image {
    width: 45%;
    height: 100%;
  }
}


@media (min-width: 480px) {
  [data-view="is-line"] .catalog-item_product {
    float: left;
    width: 67%;
  }
}

@media (min-width: 768px) {
  [data-view="is-line"] .catalog-item_product {
    width: 55%;
  }
}


@media (min-width: 421px) {
  [data-view="is-tile"] .catalog-item_product-order {
    position: absolute;
    bottom: 20px;
    left: 5px;
    right: 5px;
  }
}

@media (min-width: 421px) {
  .catalog__carousel .catalog-item_product-order {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}



@media (min-width: 768px) {
  .catalog-item_buttons {
    border-top: 1px solid #dadada;
  }
}

[data-view="is-tile"] .catalog-item_buttons {
  margin: 10px -10px 5px;
  padding: 10px 10px 0;
}

[data-view="is-line"] .catalog-item_buttons {
  margin: 5px 0 0;
  padding: 0 40px;
}

@media (min-width: 768px) {
  [data-view="is-line"] .catalog-item_buttons {
    margin: 15px -25px 0;
    padding-top: 15px;
    text-align: center;
  }
}

a.option-link:hover {
  color: #8b8b8b;
}

.option-link {
  display: inline-block;
  position: relative;
  color: #717171;
  text-decoration: none !important;
}

[data-view="is-tile"] .option-link {
  margin: 5px 0 5px 45px;
}

.option-link.quick-order {
  margin: 5px 0 5px 40px;
  border-bottom: 1px solid;
  line-height: 1.2;
}

.option-link .icon {
  position: absolute;
  right: 100%;
  margin-right: 5px;
}

.option-link.add-fav .icon {
  top: 3px;
}

.option-link.do-compare {
  margin-bottom: 0;
}

[data-view="is-line"] .option-link.do-compare {
  display: block;
  margin-top: 5px;
}

@media (min-width: 768px) {
  [data-view="is-line"] .option-link.do-compare .checkbox {
    margin-left: -38px;
  }
}

.option-link__label {
  margin-bottom: 0;
  cursor: pointer;
}

.option-link__label:hover {
  color: #8b8b8b;
}

.option-link .checkbox {
  margin-left: -18px;
}

[data-view="is-tile"] .catalog-item_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  [data-view="is-line"] .catalog-item_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20px;
  }
}

.search-category-title {
  margin-bottom: 40px;
}

.remove-fav, .catalog-item--cart .catalog-item_footer .btn-remove_cart {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  overflow: hidden;
  padding-top: 1.5px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: none !important;
  color: #363636;
  text-align: center;
  border: 0;
}

[data-view="is-tile"] .remove-fav, [data-view="is-tile"] .catalog-item--cart .catalog-item_footer .btn-remove_cart, .catalog-item--cart .catalog-item_footer [data-view="is-tile"] .btn-remove_cart {
  top: auto;
  bottom: 378px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.order-result {
  padding: 15px;
  border: 1px solid #dadada;
  border-radius: 4px;
  font-size: 18px;
}

.order-result__all {
  margin-bottom: 10px;
}

.order-result__price .price {
  display: block;
  font-size: 28px;
  line-height: 1;
}

@media (min-width: 768px) {
  .catalog-filter__top {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
  }
}

@media (min-width: 992px) {
  .catalog-filter__top {
    padding-bottom: 0;
    border: 0;
  }
}

@media (min-width: 480px) {
  .catalog-filter__top > .btn {
    float: right;
  }
}

@media (min-width: 768px) {
  .catalog-filter__top > .btn {
    float: none;
  }
}

.filter-buttons {
  width: 100%;
  margin: 10px 0;
}

@media (min-width: 480px) {
  .filter-buttons {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .filter-buttons {
    width: auto;
  }
}

.filter-buttons__left {
  float: left;
  margin-right: 30px;
  white-space: nowrap;
}

.filter-buttons__right {
  float: right;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .filter-buttons__right {
    width: auto;
    margin-top: 0;
  }
}

.filter-buttons__right .btn {
  margin-left: 6px;
}

.filter-buttons__right .select-box {
  vertical-align: baseline;
}

.filter-label {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
}

.filter-label__lead {
  margin-right: 20px;
  font-size: 130%;
}

.filter-category {
  float: left;
  width: 100%;
  margin: 0 30px 20px 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.filter__toggler {
  position: relative;
  padding: 16px 20px 16px 25px;
  background-color: #19b5fe;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  line-height: 1;
  border-radius: 4px 4px 0 0;
}

.filter__toggler::before {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 14px;
  height: 14px;
  content: "";
}

.filter__toggler:hover {
  background-color: #28bafe;
}

.side-filter_item {
  padding: 5px 15px 5px 25px;
  border: 1px solid #dadada;
  border-top: 0;
}

.sidemenu .side-filter_item {
  border-left: 0;
  border-right: 0;
}

.side-filter_item:last-child {
  border-radius: 0 0 4px 4px;
}

.side-filter_item > .btn {
  display: block;
  position: relative;
  left: -5px;
  width: 175px;
  margin: 20px auto;
}

.side-filter_header {
  display: block;
  position: relative;
  margin: 0;
  padding: 11px 15px 11px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.side-filter_header::before {
  color: #dadada;
  position: absolute;
  top: 10px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 8px 4px;
  border-color: transparent;
  border-bottom-color: #dadada;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.side-filter_header:hover::before {
  border-bottom-color: #363636;
}

.side-filter_header.is-closed::before {
  top: 19px;
  border-color: transparent;
  border-top-color: #dadada;
}

.side-filter_header.is-closed:hover::before {
  border-color: transparent;
  border-top-color: #363636;
}

.side-filter_body {
  position: relative;
  padding-bottom: 8px;
}

.filter-result_small {
  display: block;
  margin-bottom: 4px;
  font-size: 88%;
}

.filter-list_opt {
  margin: 0;
  padding: 0;
}

.touchevents .filter-list_opt {
  margin: 15px 0;
}

.filter-item_opt {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.filter-item_opt label {
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.link-filter {
  color: #0064a5;
  font-weight: 400;
  text-decoration: none !important;
  border-bottom: 1px dashed rgba(0, 100, 165, 0.7);
}

.categories-list {
  margin: 0 0 30px;
  padding: 0;
}

.categories-list_item {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .categories-list_item {
    font-size: 16px;
  }
}

.categories-list__articles .categories-list_item {
  margin-bottom: 10px;
  margin-right: 15px;
}

.categories-list_link {
  white-space: nowrap;
  text-decoration: none;
}

.categories-list_link > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  border-bottom: 1px solid;
}

.categories-list_link > i {
  display: inline-block;
  margin: 0 5px;
  color: #363636;
  vertical-align: middle;
  font-style: normal;
}

.current .categories-list_link {
  color: #363636;
}

.current .categories-list_link > span {
  border: 0;
}

.pop--checkout {
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .pop--checkout {
    height: 80vh;
  }
}

.pop--checkout .pop__inner {
  height: 100%;
}

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

.pop--checkout .mfp-close, .pop--checkout .checkout__close {
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.checkout-widget {
  position: relative;
  margin-bottom: -49px;
  padding: 15px 0;
  z-index: 12;
  background: #fff;
  text-align: center;
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .checkout-widget {
    box-shadow: none;
    border-top: 1px solid #dadada;
  }
  .checkout-widget .checkout__button {
    display: block;
    width: 100%;
  }
}

._toggled .checkout-widget {
  opacity: 0;
}

.checkout-widget > .container {
  padding: 0;
  background: #fff;
}

@media (max-width: 991px) {
  .checkout-widget > .container {
    width: auto;
  }
}

.checkout-widget.scroll-to-fixed-fixed {
  margin: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.checkout-widget .summ {
  padding: 2em 0 0.8em;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .checkout-widget .summ {
    padding: 0 0 0.6em;
  }
}

.checkout-widget .summ .price {
  margin-left: 10px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .catalog__highlight {
    overflow: hidden;
  }
}

.checkout__icon {
  float: left;
  fill: #19b5fe;
}

.checkout__count {
  float: right;
  width: 36px;
  height: 36px;
  color: #19b5fe;
  border: 1px solid;
  border-radius: 50%;
  line-height: 36px;
}

.checkout {
  height: 100%;
}

.checkout .catalog-item_image {
  width: 140px;
  height: 140px;
  line-height: 140px !important;
}

.checkout .catalog-item_image img {
  max-width: 80%;
}

.checkout .flag {
  top: 5px;
}

.checkout .summ {
  padding: 5px 0 10px;
  text-align: center;
}

.checkout .summ .price {
  margin-left: 10px;
  font-size: 130%;
}

.checkout__button {
  display: block;
  width: 195px;
  margin: 0 auto;
  padding: 7px 0;
  border: 1px solid #19b5fe;
  background: transparent;
  color: #363636;
}

.checkout__order {
  position: relative;
  height: 100%;
  padding-bottom: 70px;
}

.checkout-scroll {
  overflow-y: auto;
}

.checkout__close {
  top: 0;
  right: 0;
  color: #999;
}

.checkout__summary {
  height: 100%;
}

@media (min-width: 768px) {
  .checkout .catalog-item_price {
    float: left !important;
  }
}

@media (min-width: 768px) {
  .checkout .catalog-item_price__old {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .checkout .card-order__qty {
    float: right !important;
  }
}

@media (min-width: 768px) {
  .checkout .catalog-item_product {
    width: auto;
    padding-left: 20px;
  }
}

.checkout .catalog-item_product-name {
  font-size: 1em;
}

.checkout .catalog-item_product-about {
  font-size: 0.8em;
}

.checkout .price {
  font-size: 16px;
  white-space: nowrap;
}

.checkout .catalog-item_header,
.checkout .catalog-item_footer {
  float: left;
  width: 100%;
  border: 0;
}

.checkout .catalog-item {
  height: auto;
  margin: 0;
  padding-top: 10px;
  border: 0;
  border-top: 1px solid #dadada;
  border-radius: 0;
}

.checkout .catalog-item:first-child {
  border: 0;
}

.compare-options {
  padding: 2em 0 0.6em;
  overflow: hidden;
}

@media (min-width: 768px) {
  .compare-options {
    padding: 2em 1em 0.3em;
    border: 1px solid #dadada;
    border-radius: 4px;
  }
}

@media (min-width: 1200px) {
  .compare-options {
    padding: 2em 2em 0.6em;
  }
}

.compare-options .btn {
  margin-bottom: 1em;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .compare-options .text-center {
    text-align: left;
  }
}

.compare__carousel {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .compare__carousel {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 0;
  }
}

.no-touchevents .compare__carousel .catalog-item {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .compare__carousel .slick-list {
    margin-top: 3em;
    margin-bottom: 70px;
  }
}

.compare__carousel .slick-arrow {
  top: auto;
  bottom: -50px;
  width: 50px;
  height: 50px;
  left: auto;
  right: 50%;
  margin-right: -70px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #19b5fe;
}

@media (max-width: 767px) {
  .compare__carousel .slick-arrow {
    bottom: 20px;
  }
}

.compare__carousel .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
}

.compare__carousel .slick-next::before {
  margin-left: -3px;
}

.compare__carousel .slick-prev {
  margin-right: 20px;
}

.compare-yo-dammit {
  position: relative;
}

@media (max-width: 767px) {
  .compare-table--listing {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .compare-table--listing {
    margin-right: -30px;
    border: 1px solid #dadada;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
  }
}

.compare-table--main {
  text-align: center;
  border: 1px solid #dadada;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}

.compare-table--main.less_than_needed {
  border: 0;
}

.compare-table--main.less_than_needed .slick-track {
  border: 1px solid #dadada;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.compare-table--main.less_than_needed .compare-table__group:last-child .compare-table__cell {
  border: 0;
}

@media (max-width: 767px) {
  .compare-table--main {
    margin-left: -15px !important;
    margin-right: -15px !important;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}

.compare-table--main .compare-table__group {
  float: left;
  width: 25%;
}

@media (min-width: 768px) {
  .compare-table--main .compare-table__cell {
    border-right: 1px solid #dadada;
  }
}

.compare-table__cell {
  font-size: 16px;
  padding: 14px 12px;
  background: #fff;
}

@media (max-width: 767px) {
  .compare-table__cell {
    margin: 50px 0 0;
    background: #f7f7f7;
  }
}

@media (min-width: 768px) {
  .compare-table__cell:nth-child(odd) {
    background: #f7f7f7;
  }
}

.compare-table__cell--listing {
  font-size: 14px;
  padding: 15px 12px;
}

@media (min-width: 768px) {
  .compare-table__cell--listing {
    border-right: 1px solid #dadada;
  }
}

@media (max-width: 767px) {
  .compare-table__cell--listing {
    margin: 0 0 50px;
    font-weight: 700;
    background: #fff !important;
    border-right: 0;
  }
}

.feedback-form {
  margin-top: 40px;
}

.form-row {
  margin-bottom: 30px;
}

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

@media (min-width: 768px) {
  .form-row__submit {
    text-align: right;
  }
}

.accordeon-item {
  font-size: 20px;
}

.accordeon-title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #707070;
  cursor: pointer;
}

@media (max-width: 479px) {
  .accordeon-title {
    font-size: 20px;
  }
}

.accordeon-title::before {
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -2px 0 0 5px;
  border-width: 6px 4px;
  border-style: solid;
  border-color: #dadada transparent transparent;
  content: "";
}

.active .accordeon-title::before {
  margin-top: -8px;
  border-color: transparent transparent #dadada;
}

.active .accordeon-title {
  color: #363636;
}

.accordeon-content {
  padding: 5px 0 10px;
}

.accordeon-content .small {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.contact-row {
  margin: 5px 0 0;
  padding-left: 30px;
}

@media (max-width: 479px) {
  .contact-row {
    font-size: 16px;
  }
}

.contact-row .icon {
  float: left;
  position: relative;
  top: 5px;
  margin-left: -30px;
}

.flag {
  position: absolute;
  /*top: 10px;*/
  left: 5px;
  z-index: 1;
    width: 51px;
    height: 37px;
  color: #fff;
  font-size: 95%;
  font-weight: 400;
  text-align: center;
  pointer-events: none;
}

.flag--green {
  background: url(/local/templates/itel5/styles/../images/badge-green5.png) no-repeat;
}

.flag--orange {
  background: url(/local/templates/itel5/styles/../images/badge-orange.png) no-repeat;
}

.flag__text {
  margin: 7px 0 0 4px;
  overflow: hidden;
  white-space: nowrap;
}

.card-product__title {
  margin-top: 0;
}

@media (min-width: 768px) {
  .card-product_inner {
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: hidden;
  }
}

.card-product_gallery {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .card-product_gallery {
    padding: 30px 15px;
  }
}

@media (min-width: 992px) {
  .card-product_gallery {
    float: left;
    width: 50%;
  }
  .pop .card-product_gallery {
    float: none;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: hidden;
  }
}

.card-product_gallery img {
  max-width: 100%;
}

.card-product_thumbs {
  margin-top: 20px;
}

.thumb-item a {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #dadada;
  overflow: hidden;
  border-radius: 4px;
  line-height: 80px;
  text-align: center;
}

.thumb-item img {
  max-width: 80%;
}

.card-product_info {
  width: 100%;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .card-product_info {
    padding: 30px 15px;
  }
}

@media (min-width: 992px) {
  .card-product_info {
    float: left;
    width: 50%;
  }
}

.card-product_info-block + .card-product_info-block {
  margin-top: 20px;
}

.card-product_info-block ul {
  margin: 1.2em 0;
}

.card-product_info-block ul li {
  line-height: 1.2;
  margin-top: 0.5em;
}

.card-product_info-block > h4 {
  position: relative;
}

.card-product_info-block > h4::before {
  display: none;
  position: absolute;
  top: 2px;
  right: 100%;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: #19b5fe;
  content: "";
  border-radius: 100%;
}

@media (min-width: 992px) {
  .card-product_info-block > h4::before {
    display: block;
  }
}

.card-product_info-block:nth-child(2) > h4::before {
  background: #8bbe28;
}

.card-product_info-block:nth-child(3) > h4::before {
  background: #ec80b2;
}

.card-product_info-block:nth-child(4) > h4::before {
  background: #f39c12;
}

@media (min-width: 768px) {
  .card-item_options {
    padding: 30px 15px;
  }
}

@media (min-width: 768px) {
  .card-item_options {
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: hidden;
    height: 415px;
  }
}

.card-item_options .catalog-item_buttons {
  margin: 84px -15px -10px;
  padding: 15px 15px 0;
}

.card-item_options .catalog-item_buttons_in {
  margin-top: 4px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .card-item_options .catalog-item_buttons_in {
    padding-left: 49px;
  }
}

.table-product tr:first-child td {
  border-top: 0;
}

.table-product td {
  padding-left: 0 !important;
}

.card-price {
  margin: -10px -15px 15px;
  padding: 0 15px 5px;
  font-size: 0;
  letter-spacing: 0;
  border-bottom: 1px solid #dadada;
}

.card-price .price {
  display: inline-block;
  /*width: 50%;*/
  vertical-align: baseline;
  white-space: nowrap;
}

.card-price .price__new {
  font-size: 36px;
}

.card-price .price__old {
  color: #707070;
  font-size: 18px;
  text-align: right;
}
.card-price .price__second {
    color: #707070;
    font-size: 18px;
    text-align: right;
}

.card-price .price__old span {
  position: relative;
}

.card-price .price__old span::before {
  position: absolute;
  top: 50%;
  left: -1px;
  right: -1px;
  border-top: 1px solid;
  content: "";
}

.price--quickorder {
  float: left;
  height: 28px;
  margin-left: 20px;
  padding: 4px 0;
  font-size: 16px;
}

.card-order {
  margin-bottom: 30px;
  overflow: hidden;
}

.card-order--quickorder {
  margin: 2em 0 2.7em;
}

.card-order__total {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
}

.card-order__qty {
  float: left;
  position: relative;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.card-order__qty .qtty {
  float: left;
  width: 50px;
  padding: 9px 5px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
}

.card-order__qty .btn {
  float: left;
  width: 38px;
  height: 38px;
  padding: 0;
  background-color: #e1e1e1;
  color: #fff;
  font-size: 26px;
  border-color: #e1e1e1;
  border-radius: 0;
}

.card-order__qty .btn:hover {
  background-color: #19b5fe;
  border-color: #19b5fe;
}

.card-order__qty--small {
  height: 30px;
  font-size: 20px;
}

.card-order__qty--small .btn {
  width: 28px;
  height: 28px;
  font-size: 18px;
}

.card-order__qty--small .qtty {
  height: 28px;
  padding: 2px 5px;
}

.card-order__totl {
  float: right;
  padding-top: 18px;
  font-size: 16px;
  white-space: nowrap;
}

.card-buy .btn {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .card-buy .btn {
    width: 175px;
  }
}

@media (min-width: 768px) {
  .card-buy .btn {
    margin-bottom: 10px;
  }
}

.option-list {
  margin: 10px 0 0;
  padding: 0;
  font-weight: 400;
}

.option-list_item {
  display: block;
  padding: 5px 0;
  list-style-type: none;
  overflow: hidden;
}

.option-list_item a {
  color: #363636 !important;
  text-decoration: none !important;
  border-bottom: 1px solid;
}

.option-helper {
  float: right;
  width: 50%;
  padding-left: 10px;
  color: #8bbe28;
}

.testimonial-block .btn {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .testimonial-block .btn {
    float: left;
  }
}

@media (min-width: 992px) {
  .testimonial-block .btn {
    margin-top: 40px;
  }
}

.testimonial-list {
  padding-top: 10px;
}

.testimonial-item {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dedede;
}

.testimonial-item:first-child {
  padding-top: 0;
  border: 0;
}

@media (min-width: 768px) {
  .testimonial-item {
    margin-bottom: 30px;
    padding-top: 0;
    border: 0;
  }
}

.testimonial-item .time {
  color: #707070;
}

@media (min-width: 768px) {
  .testimonial-item .time {
    float: right;
  }
}

.testimonial-item header {
  margin-bottom: 10px;
  overflow: hidden;
}

.testimonial-title {
  margin: 0;
}

@media (min-width: 768px) {
  .testimonial-title {
    float: left;
  }
}

.testimonial-form {
  margin-top: 50px;
}

.testimonial-form .btn {
  float: right;
}

.accordeon-list__faq {
  margin: 3em 0;
}

.accordeon-item:first-child .accordeon-item__title {
  border-top: 1px solid #dadada;
  border-radius: 4px 4px 0 0;
}

.accordeon-item:first-child.active .accordeon-item__title {
  border-radius: 4px;
}

.accordeon-item:last-child .accordeon-item__title {
  border-bottom: 1px solid #dadada;
  border-radius: 0 0 4px 4px;
}

.accordeon-item.active + .accordeon-item .accordeon-item__title {
  border-top: 1px solid #dadada;
  border-radius: 4px 4px 0 0;
}

.accordeon-item.active + .accordeon-item:last-child .accordeon-item__title {
  border-radius: 4px;
}

.accordeon-item__category .accordeon-item__title {
  height: 90px;
  margin: 1em 0 0;
  padding: 0 65px 0 15px;
  border: 1px solid #dadada;
  overflow: hidden;
  border-radius: 4px !important;
  line-height: 90px;
}

@media (min-width: 768px) {
  .accordeon-item__category .accordeon-item__title {
    margin-bottom: 1em;
    padding-left: 150px;
  }
}

.accordeon-item__text {
  display: none;
  padding: 0 15px;
  font-size: 16px;
  overflow: hidden;
  background: #fafafa;
}

@media (min-width: 768px) {
  .accordeon-item__text {
    margin-top: -1.3em;
    padding-top: 1.3em;
    padding-left: 32px;
  }
}

@media (min-width: 768px) {
  .accordeon-item__category .accordeon-item__text {
    padding-left: 150px;
  }
}

.no-js .accordeon-item__text {
  display: block;
}

.active .no-js .accordeon-item__text {
  display: block;
}

.accordeon-item__text p {
  margin: 1em 0;
}

.accordeon__ul {
  margin: 0;
  padding: 0;
}

.accordeon__ul li {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  line-height: 1.1em;
}

.accordeon__ul a {
  color: #363636;
}

.accordeon-item__category .accordeon__ul {
  padding: 0.4em 0 1em;
}

.accordeon-item__title {
  position: relative;
  padding: 25px 65px 25px 15px;
  background: #fff;
  border: 1px solid #dadada;
  border-top: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .accordeon-item__title {
    padding-left: 32px;
  }
}

.active .accordeon-item__title {
  border-radius: 0 0 4px 4px;
}

.accordeon-item__image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 90px;
  padding: 10px;
  overflow: hidden;
  line-height: 70px;
  text-align: center;
  font-size: 0;
}

@media (min-width: 768px) {
  .accordeon-item__image {
    display: block;
  }
}

.accordeon-item__image img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

@media (min-width: 768px) {
  .accordeon-item__image {
    width: 150px;
  }
}

.accordeon__toggle {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.1em;
}

.active .accordeon__toggle, .accordeon__toggle:hover {
  color: #0064a5;
}

.accordeon-item__category .accordeon__toggle {
  font-size: 16px;
}

.accordeon-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  overflow: hidden;
  color: #8bbe28 !important;
  font-size: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.accordeon-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-width: 6px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}

.accordeon-btn::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-width: 6px;
  border-style: solid;
  border-bottom: 0;
  border-right: 0;
  content: "";
}

.active .accordeon-btn {
  color: #dadada !important;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.lk-menu {
  margin: 0;
  padding: 0;
  border: 1px solid #dadada;
  border-radius: 4px;
}

.sidemenu .lk-menu {
  border: 0;
}

.lk-menu__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 30px;
  border-top: 1px solid #dadada;
  line-height: 50px;
  font-size: 16px;
}

.lk-menu__item:first-child {
  border-top: 0;
}

.lk-menu__item::before {
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -4px;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #dadada;
  content: "";
}

.lk-menu__item--blank::before {
  display: none;
}

.lk-menu__item.current::before {
  border-color: transparent transparent transparent #19b5fe;
}

.lk-menu__item a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #363636;
}

.lk-wrap {
  border-radius: 4px;
  border: 1px solid #dadada;
}

.lk-wrap + .lk-wrap {
  margin-top: 2em;
}

.lk__header {
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #dadada;
  line-height: 50px;
}

.lk__header .h {
  margin: 0;
  padding: 15px 0;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  line-height: 1;
  white-space: nowrap;
}

.lk__body {
  padding: 20px;
}

.lk__body .form .select-box {
  display: block;
}

.lk__body .form .select-box::before {
  right: 7px;
}

.lk__body .form .select-box select {
  padding-left: 12px;
}

.lk-nav {
  margin-bottom: 2em;
}

.lk-nav--button {
  padding-top: 10px;
}

.lk-nav__label {
  display: inline;
  font-size: 16px;
}

.lk-nav > a:not(.btn) {
  margin-left: 15px;
  border-bottom: 1px solid;
  text-decoration: none !important;
}

.lk-nav > a:not(.btn).active {
  color: #363636;
  border-bottom-color: transparent;
  cursor: text;
}

.lk-nav > .btn {
  margin-top: 10px;
}

@media (min-width: 480px) {
  .lk-nav > .btn {
    float: right;
    margin-top: -10px;
  }
}

.bg-orange {
  background: #fff1da !important;
}

.bg-green {
  background: #e9f4d4 !important;
}

.bg-blue {
  background: #ebf7fc !important;
}

.bg-red {
  background: #ffeeee !important;
}

.bg-red2 {
  background: #D01920 !important;
}


.table-order_info {
  margin: 1em 0 2.5em;
}
/*
@media (min-width: 768px) {
  .table-order_info {
    width: 50%;
  }
}
*/
.table-order_info .summ {
  font-size: 18px;
}

.table-order_info > tbody > tr > td {
  padding: 4px 0 0 10px;
  border-top: 0;
  vertical-align: bottom;
}

.table-order_info > tbody > tr > td:first-child {
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}

.table-order_info > tbody > tr > td:first-child > span {
  background: #fff;
}

.table-order_info > tbody > tr > td > span {
  position: relative;
  bottom: -6px;
  padding: 0 10px 2px 0;
}

.table .card-order__qty {
  float: none;
  display: inline-block;
}

.form-repeat-order {
  margin: 2em 0;
}

.map-wrap {
  height: 75vh;
  margin: 2em 0;
  background: #dadada;
}

.map-wrap--mid {
  height: 320px;
}

.map-wrap--contacts {
  margin: 0;
}

.lk-info__item {
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .lk-info__item {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.lk-info__item img {
  max-width: 100%;
}

.lk-info__item .price {
  font-size: 18px;
}

.lk-info__item .card-order__qty {
  float: none;
  display: inline-block;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .lk-info__item .card-order__qty {
    margin: 0;
  }
}

.lk-info__image {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .lk-info__image {
    margin-bottom: 0;
    text-align: left;
  }
}

.lk-info__more {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .lk-info__more {
    margin-top: 0;
  }
}

.lk-info__btns {
  position: static;
}

.lk-info__btns .btn {
  float: right;
}

.lk-info__btns .btn-rem {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  padding-top: 1.5px;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  text-decoration: none !important;
  color: #363636;
  text-align: center;
  border: 0;
}

.lk-info__total {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .lk-info__total {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.lk-info__total .text-right {
  text-align: left;
}

@media (min-width: 768px) {
  .lk-info__total .text-right {
    text-align: right;
  }
}

.lk-info__h {
  margin: 0 0 20px;
}

.lk-info p {
  margin: 0;
}

.lk-info p + p {
  margin-top: 5px;
}

.content-root {
  padding: 15px 0 25px;
}

@media (min-width: 768px) {
  .content-root {
    padding: 30px 0 50px;
  }
}

.is-mobile .content-root {
  padding-top: 75px;
}

.content {
  padding-bottom: 20px;
}

/* .content-back {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 12;
} */

/* ._toggled .content-back {
  display: block;
} */

@media (max-width: 991px) {
  .page-container {
    width: auto;
  }
}

.root-block {
  padding: 50px 0;
}

.root-block__blots {
  position: relative;
}

.root-block__blots::before {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .root-block__blots::before {
    width: 238px;
    height: 120px;
    background: url(/local/templates/itel5/styles/../images/top-blot-left.png) no-repeat;
    content: "";
  }
}

.root-block__blots::after {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .root-block__blots::after {
    width: 228px;
    height: 63px;
    background: url(/local/templates/itel5/styles/../images/top-blot-right.png) no-repeat;
    content: "";
  }
}

.root-block__about {
  color: #f39c12;
  background: transparent url(/local/templates/itel5/styles/../images/bg-block-colors.png) 50% 50% no-repeat;
}

@media (max-width: 1199px) {
  .root-block__about {
    background-size: contain;
  }
}

.root-block__about .link-more {
  margin-top: 40px;
  margin-left: 24px;
}

@media (min-width: 1200px) {
  .root-block__about .link-more {
    margin-left: 0;
  }
}

.root-block__actions {
  background: #f39c12;
  color: #fff;
}

.root-block__video {
  background: #19b5fe;
  color: #fff;
}

.root-block__video h2, .root-block__video .pop__title {
  color: inherit;
}

.root-block__testimonials {
  padding-bottom: 20px;
}
@media (max-width: 420px) {
  .filter-buttons__left {
    float: left;
    margin-right: 30px;
    white-space: nowrap;
    display: inline-block;
    width: calc(100% - 120px);
    margin: 0;
  }
  .filter-buttons__left span.filter-label {
    display: none;
  }
}
.catalog-item_product-name a:hover {
    text-decoration: none;
}
.catalog-item_product-name a {
    color: #333333;
}


/*19.02.2017 smart filtr*/
.side-filter_item {
    padding: 0 15px 0 25px;
    border: 1px solid #dadada;
    border-top: 0;
}
.side-filter_header {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 15px 10px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checked .checkbox input + label::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #dadada;
    border-radius: 3px;
    background: #fff;
    content: "";
}
.checked .checkbox input + label::after {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 7px;
    height: 5px;
    z-index: 1;
    border-left: 2px solid #8bbe28;
    border-bottom: 2px solid #8bbe28;
    content: "";
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.filter-item_opt {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 16px;
}
.side-filter_item:last-child {
    border-radius: 0 0 4px 4px;
    padding-top: 5px;
}
.side-filter_item > .btn {
    display: block;
    position: relative;
    left: -5px;
    width: 175px;
    margin: 14px auto;
}

/*2017.02.19 list*/
@media (min-width: 421px) {
[data-view="is-tile"] .catalog-item_product-order {
    position: absolute;
    left: -15px;
    right: -15px;
    text-align: center;
    bottom: initial;
}
.no-js [data-view="is-tile"] .catalog-item:hover .catalog-item_price, .no-touchevents [data-view="is-tile"] .catalog-item:hover .catalog-item_price {
    float: none;
    display: inline-block;
}
.no-js [data-view="is-tile"] .catalog-item:hover .catalog-item_buy, .no-touchevents [data-view="is-tile"] .catalog-item:hover .catalog-item_buy {
    display: inline-block;
}
}

/*2017.02.19 card*/
@media (min-width: 992px){
.card-product_gallery {
    float: none;
    width: 100%;
}
}
.card-product_thumbs {
    margin-top: 20px;
    float: left;
    width: 115px;
}
.thumb-item a {
    display: block;
    width: 115px;
    height: 115px;
    margin: 0 auto;
    border: 1px solid #dadada;
    overflow: hidden;
    border-radius: 4px;
    line-height: 115px;
    text-align: center;
}
.card-product_gallery .card-product_image {
    margin-left: 193px;
    text-align: left;
}

.btn-item-consult {
    width: 100%;
    border-color: #8bbe28;
    margin-top: 10px;
}
.btn-item-consult:hover {
    background: #8bbe28;
    position: relative;
}
.btn.btn-item-consult .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.btn-item-consult:hover i.icon {
    background-image: url(/local/templates/itel/images/btn-item-consult.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
}
.no-touchevents .btn.btn-item-consult:hover span {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.card-order__totl.it_card-order__totl {
    font-size: 11px;
}
.mi_no_left {
    padding-left: 0;
}
.card-product_info-block {
    margin-left: 10px;
}

@media (min-width: 768px){
.card-product_inner {
    height: 465px;
}
}

@media (max-width: 767px) {
.card-product_thumbs {
    display: none;
}
.card-product_gallery .card-product_image {
    margin: 0;
}
}

.call_manager {
    display: none;
}
.call_manager a {
    color: #363636 !important;
    text-decoration: none !important;
}
.call_manager a i.icon.svg-tel-a {
    margin-right: 12px;
}

#basket_form .catalog-item_image, form#ORDER_FORM .catalog-item_image {
    line-height: normal;
    margin-top: 20px;
}
.bx-searchtitle {
    margin: 0!important;;
}
.main_phone {
    float: left;
    margin-left: 25px;
    font-weight: 500;
}
.main_phone .svg-tel-a {
    display: inline-block;
    margin-right: 7px;
    vertical-align: bottom;
}
div#top-link {
    position: relative;
}
div#top-link span {
    display: block;
    position: fixed;
    width: 46px;
    height: 46px;
    z-index: 100;
    text-align: center;
    background-color: #d0d0d0;
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    bottom: 120px;
    left: 23px;
}

/*@media (max-width: 1350px) {
div#top-link span {
    left: 10px;
    margin-left: initial;
}
}*/
.is-mobile #top-link {
    display: none;
}
div.title-search-result {
    display: none!important;
}
    .popupcity {
        position: absolute;
        max-width: 400px;
        border: 1px solid #71653a;
        border-radius: 5px;
        padding: 20px;
        color: #71653a;
        background-color: #fff5eb;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    .popupcity:before, .popupcity:after {
        content: "";
        position: absolute;
    }
    .popupcity:before {
        border-left: 10px solid rgba(113, 101, 58, 0);
        border-right: 10px solid rgba(113, 101, 58, 0);
        border-bottom: 10px solid #71653a;
        left: 20px;
        top: -10px;
    }
    .popupcity:after {
        border-left: 10px solid rgba(255, 241, 190, 0);
        border-right: 10px solid rgba(255, 241, 190, 0);
        border-bottom: 10px solid #fff5eb;
        left: 20px;
        top: -9px;
    }

.lk-block a.favs {
    margin-left: 30px;
}
.lk-block a.favs .icon, .sidemenu-footer .icon {
    width: 22px;
    height: 22px;
}
.sidemenu-footer .icon {
    display: inline-block;
    vertical-align: middle;
}
.lk-block a.favs .icon.cooperative-buying, .sidemenu-footer .icon.cooperative-buying {
    background-image: url(/img/ico-cooperative-buying3.png);
}
.lk-block a.favs .icon.bonus, .sidemenu-footer .icon.bonus {
    background-image: url(/img/ico-bonus.png);
}
.lk-block a.favs .icon.action, .sidemenu-footer .icon.action {
    background-image: url(/img/ico-action.png);
}
.lk-block a.favs .icon.regstroy, .sidemenu-footer .icon.regstroy {
    background-image: url(/img/ico-regstroy2.png);
}

/*newyear2019*/
.newyear2019 {
    height: 32px;
    margin: 14px auto;
    background: transparent url(/img/logo_new_year.png) no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
    .newyear2019 {
        height: 71px;
        top: -10px;
        position: relative;
        margin: 0;
    }
}
/*end newyear2019*/
/* End */


/* Start:/bitrix/components/itel/lk/templates/.default/style.css?16155516672706*/
[data-step="0"] .icon-link__head:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	content: "";
	margin-right: 29px;
	display: inline-block;
	vertical-align: middle;
	background-position: 86.86296296296295% 60.97688442211055%;
	width: 7px;
	height: 13px;
	background-image: url(/local/templates/itel5/images/ui.svg);
	background-repeat: no-repeat;
}

@font-face {
	font-family: 'icomoon';
	src:  url('/bitrix/components/itel/lk/templates/.default/./fonts/icomoon.eot?lxsxzp');
	src:  url('/bitrix/components/itel/lk/templates/.default/./fonts/icomoon.eot?lxsxzp#iefix') format('embedded-opentype'),
	url('/bitrix/components/itel/lk/templates/.default/./fonts/icomoon.ttf?lxsxzp') format('truetype'),
	url('/bitrix/components/itel/lk/templates/.default/./fonts/icomoon.woff?lxsxzp') format('woff'),
	url('/bitrix/components/itel/lk/templates/.default/./fonts/icomoon.svg?lxsxzp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-test {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

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

.icon-right-arrow:before {
	content: "\e901";
}
.icon-addres:before {
	content: "\e947";
}
.icon-house:before {
	content: "\e902";
}
.icon-select:before {
	content: "\e9b8";
}
.icon-star:before {
	content: "\e9d7";
}
.icon-user:before {
	content: "\e971";
}
.icon-instrument:before {
	content: "\e991";
}
.icon-gps:before {
	content: "\e900";
}


.lk-sidebar{
    list-style: none;
    padding: 0;
    border-radius: 4px;
	border: 1px solid #D0D0D0;
}
.lk-sidebar__elem{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	height: 50px;
	border-bottom: 1px solid #D0D0D0;
	transition: .3s;
}
.lk-sidebar__elem--value{
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: center;
}
.lk-sidebar__elem--value i{
	font-size: 24px;
	margin-right: 15px;
	position: relative;
}
.lk-sidebar__elem--value i.noread::after{
	content: '';
	width: 10px;
	height: 10px;
	background: #FF0000;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -5px;
}

.lk-sidebar__elem--count{
	font-size: 13px;
	color: rgba(136, 136, 136, 0.84);
}

.lk-sidebar__elem--count i{
	font-size: 16px;
}
        
.lk-sidebar__elem.active,
.lk-sidebar__elem:hover{
	background: #8BBE28;
	text-decoration: none;
}
.lk-sidebar__elem.active .lk-sidebar__elem--value,
.lk-sidebar__elem:hover .lk-sidebar__elem--value{
	color: #ffffff;
}
.lk-sidebar__elem.active .lk-sidebar__elem--count,
.lk-sidebar__elem:hover .lk-sidebar__elem--count{
	color: #C5F36B;
}
.lk-sidebar__elem:focus{
	background: #7AAA1C;
}
.lk-sidebar>li:last-child .lk-sidebar__elem{
	border-bottom: none;
}

/* End */


/* Start:/bitrix/css/main/font-awesome.min.css?150537601723748*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/css/main/../../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('/bitrix/css/main/../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('/bitrix/css/main/../../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('/bitrix/css/main/../../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('/bitrix/css/main/../../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('/bitrix/css/main/../../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;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;transform:translate(0,0)}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{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"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-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-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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/* End */


/* Start:/bitrix/components/itel/city/templates/.default/style.css?1505376007818*/
.popupcity {
	position: absolute;
	max-width: 280px;
	border: 1px solid #71653a;
	border-radius: 5px;
	padding: 20px;
	color: #000000;
	background-color: #fff5eb;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	z-index: 11;
	margin-top: 29px;
}
.popupcity:after {
	border-left: 10px solid rgba(255, 241, 190, 0);
	border-right: 10px solid rgba(255, 241, 190, 0);
	border-bottom: 10px solid #fff5eb;
	left: 45px;
	top: -9px;
}
.popupcity:before {
	border-left: 10px solid rgba(113, 101, 58, 0);
	border-right: 10px solid rgba(113, 101, 58, 0);
	border-bottom: 10px solid #71653a;
	left: 45px;
	top: -10px;
}
.popupcity .h {
	font-size: 16px;
	margin-bottom: 10px;
}
.popupcity button.btn {
	border-color: #dadada;
}
.popupcity button.btn:last-child {
	float: right;
}
.popupcity .b {
	font-size: 12px;
	margin-top: 10px;
}
/* End */


/* Start:/local/templates/itel5/components/itel/search.title/visual/style.min.css?15053760043445*/
.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-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:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;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-ios .bx-searchtitle .bx-input-group .bx-form-control{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}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-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:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;background-image:url('/local/templates/itel5/components/itel/search.title/visual/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_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


/* Start:/local/templates/itel5/components/bitrix/menu/menu_catalog/style.min.css?15053760049538*/
.bx-top-nav-container{margin-top:15px;padding:0 10px;color:#fff;border-radius:2px;position:relative;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif}.bx-top-nav-container .bx-nav-list-1-lvl{margin:0;padding:0;list-style:none}.bx-top-nav-container .bx-nav-1-lvl{float:left;position:relative}.bx-top-nav-container .bx-nav-1-lvl>a{color:#fff;font-weight:700;display:block;text-decoration:none;text-transform:uppercase;border-radius:1px;padding-top:6px;padding-bottom:2px;border-bottom:0}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:10px 14px 14px;display:block}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a{z-index:250;box-shadow:0 6px 13px 0 rgba(0,0,0,.13)}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span{background:#fff}.bx-top-nav-container .bx-nav-parent-arrow{display:none}.bx-top-nav-container .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-2-lvl-container{z-index:999;display:none;opacity:0;padding:9px 0 5px;box-shadow:0 6px 13px 0 rgba(0,0,0,.13);border-top:0;min-width:100%;color:#000}.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,.bx-top-nav-container .bx-nav-2-lvl-container:before{position:absolute;content:" ";display:block;height:5px;background:#fff;top:-5px;left:0;right:0}.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container{opacity:1;display:block;position:absolute;top:100%;z-index:999;background:#fff}.bx-top-nav-container>ul{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-list-2-lvl{margin:0;padding:5px 0 12px}.bx-top-nav-container .bx-nav-2-lvl{display:block;min-width:180px;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-2-lvl>a{padding:5px 15px 5px;color:#20394c;font-size:13px;line-height:16px;text-decoration:none;font-weight:bold;border-bottom:0;display:block}.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{border-top:0;margin-top:0}.bx-top-nav-container .bx-nav-3-lvl{padding:5px 0;margin:0}.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,.bx-top-nav-container .bx-nav-3-lvl-container:before{position:absolute;content:" ";display:block;height:5px;background:#fff;top:-5px;left:0;right:0}.bx-top-nav-container .bx-nav-list-3-lvl{margin:0;padding:0 0 14px 7px}.bx-top-nav-container .bx-nav-3-lvl{display:block;min-width:180px;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-3-lvl a{padding:3px 15px;color:#555;font-size:13px;line-height:14px;text-decoration:none;border-bottom:0;display:block}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container{min-width:200px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:100%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{width:100%;background:#fff}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container{min-width:400px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:50%;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{width:50%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container{min-width:600px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:33.33333%;float:left}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{width:33.33333%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col{position:static}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{top:100%;left:0;right:0}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{min-width:100%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;width:25%;float:left}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{width:25%}.bx-top-nav-container .bx-nav-catinfo{padding:5px 15px 5px;z-index:120;position:relative}.bx-top-nav-container .bx-nav-catinfo img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #e7e9ea;width:auto;max-width:100%;height:auto;max-height:100%}.bx-top-nav-container .bx-nav-catinfo p{padding:20px 5px 0;font-size:13px}.bx-top-nav-container .bx-nav-catinfo-back{position:absolute;display:block;content:' ';top:-5px;right:0;bottom:0;background:#f7fafb;z-index:100;border-left:1px solid #ecefef}.bx-aside-nav-control{font-size:28px;position:fixed;width:40px;height:40px;top:5px;left:5px;line-height:40px;cursor:pointer;z-index:1750;color:#fff;text-align:center}body>.bx-aside-nav-control{-webkit-transition:left .15s linear;-moz-transition:left .15s linear;-ms-transition:left .15s linear;-o-transition:left .15s linear;transition:left .15s linear}.bx-aside-nav-control .fa{line-height:40px;vertical-align:middle}.bx-wrapper,.bx-aside-nav{-webkit-transition:-webkit-transform .15s linear;-moz-transition:-moz-transform .15s linear;-ms-transition:-ms-transform .15s linear;-o-transition:-o-transform .15s linear;transition:transform .15s linear}.bx-logo{z-index:1700!important}.bx-opened .bx-footer,.bx-opened .workarea{display:none!important}.bx-aside-nav{display:none;padding-top:50px;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);width:100%;background:#4c5c65;position:fixed;top:0;bottom:0;left:0;z-index:1600}.bx-aside-nav.bx-opened{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);overflow-y:scroll}.bx-aside-nav ul{list-style:none;margin:0;padding:0}.bx-aside-nav a{color:#fff;vertical-align:middle;line-height:48px;height:48px;font-size:16px;display:block;border-bottom:1px solid #3d4b53;padding-left:15px;max-width:100%;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.bx-aside-nav a{text-decoration:none}.bx-nav-1-lvl.bx-opened,.bx-aside-nav .bx-nav-1-lvl:hover>a,.bx-aside-nav .bx-nav-1-lvl.bx-hover>a{background:#44535c}.bx-aside-nav .bx-nav-list-2-lvl{background:#44535c}.bx-aside-nav .bx-nav-2-lvl>a{padding-left:30px}.bx-aside-nav .bx-nav-3-lvl>a{padding-left:45px}.bx-aside-nav .bx-nav-4-lvl a{padding-left:60px}.bx-aside-nav .bx-nav-parent{position:relative}.bx-aside-nav .bx-nav-parent-arrow{position:absolute;right:0;top:0;margin-top:6px;width:46px;height:34px;text-align:center;border-left:1px solid #5a6971;z-index:200}.bx-aside-nav .bx-nav-parent-arrow i{line-height:34px;font-size:17px;font-style:normal;color:#fff}.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i{-webkit-transition:all .15s linear;-moz-transition:all .15s linear;-ms-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear}.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,.bx-aside-nav .bx-nav-parent>ul{overflow:hidden;height:0}.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,.bx-aside-nav .bx-nav-parent.bx-opened>ul{height:auto}.bx-aside-nav .bx-nav-catinfo{display:none}.bx-aside-nav .bx-nav-catinfo-back{display:none}@media(min-width:1200px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:15px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:12px 14px 15px}}@media(min-width:992px) and (max-width:1199px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:13px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:9px 11px 12px}}@media(min-width:768px) and (max-width:991px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:11px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:5px 6px 9px}}@media(min-width:768px){.bx-aside-nav-control,.bx-aside-nav{display:none}.bx-top-nav-container{display:block}}@media(max-width:767px){.bx-aside-nav-control,.bx-aside-nav{display:block}.bx-top-nav-container{display:none}.bx-aside-nav .bx-nav-parent-arrow{display:block}.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display:none}}
/* End */


/* Start:/local/templates/itel5/components/bitrix/system.auth.form/.default/style.min.css?1505376005424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/itel5/components/bitrix/system.auth.form/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/itel5/components/bitrix/system.auth.form/.default/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/itel5/styles/custom.css?155178583012764*/
@font-face {
  font-family: 'AAvanteLt';
  src: url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtDemiBold.eot');
  src: url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtDemiBold.woff2') format('woff2'),
       url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtDemiBold.woff') format('woff'),
       url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtDemiBold.ttf') format('truetype'),
       url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtDemiBold.svg#AAvanteLtDemiBold') format('svg'),
       url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtDemiBold.eot?#iefix') format('embedded-opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'AAvanteLt';
  src: url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtLight.eot');
  src: url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtLight.woff2') format('woff2'),
       url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtLight.woff') format('woff'),
       url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtLight.ttf') format('truetype'),
       url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtLight.svg#AAvanteLtLight') format('svg'),
       url('/local/templates/itel5/styles/../fonts/AAvanteLt/AAvanteLtLight.eot?#iefix') format('embedded-opentype');
  font-weight: 200;
  font-style: normal;
}

/*-------------------------*/

/*.content-root .h {
  font-size: 30px;
  font-weight: 300;
}*/

.h__discount60 .bullet {
    background: url(/local/templates/itel5/styles/../images/h__discount60.png) no-repeat;
}

.catalog-item_image1 img {
    margin-top: 15px;
}

.flag--discount60 {
    background: url(/local/templates/itel5/styles/../images/badge-discount60_3.png) no-repeat;
}

.catalog__carousel .catalog-item {
    padding: 0;
}

.no-js [data-view="is-tile"] .catalog-item_header, .no-touchevents [data-view="is-tile"] .catalog-item_header {
    padding-bottom: 36px;
    position: relative;
}

[data-view="is-tile"] .catalog-item_add {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    border-radius: 0px 0px 4px 4px;
}

[data-view="is-tile"] .btn.catalog-item_add .icon {
    top: -4px;
}

.catalog-item {
    margin-bottom: 6px;
}

.catalog__carousel .catalog-item_product {
    padding: 0 9px 5px;
}

[data-view="is-tile"] .catalog-item_price {
  float: none;
  line-height: 20px;
  color: #363636;
}


[data-view="is-tile"] .catalog-item_product-name {
    height: 53px;
    line-height: 17px;
    margin-bottom: 5px;
}

[data-view="is-tile"] .catalog-item_price__old {
    float: left;
    font-size: 12px;
    color: #909090;
}

[data-view="is-tile"] .catalog-item_price__total {
    float: right;
    color: #dc266f;
    font-size: 12px;
}


[data-view="is-tile"] .catalog-item_product-order {
    position: static;
   
}

.no-js [data-view="is-tile"] .catalog-item:hover .catalog-item_price, .no-touchevents [data-view="is-tile"] .catalog-item:hover .catalog-item_price {
    float: none;
    display: block;
}

.catalog__carousel .slick-prev::before, .catalog__carousel .slick-next::before {
    position: absolute;
    top: 50%;
    line-height: 3.1;
    margin-top: -47.5px;
}


.catalog__carousel .slick-prev::before, .catalog__carousel .slick-next::before {
    content: "<";
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #909090;
    background: transparent;
    -moz-transform: matrix( 1.5,0,0,3,0,0);
    -webkit-transform: matrix( 1.5,0,0,3,0,0);
    -ms-transform: matrix( 1.5,0,0,3,0,0);
}

.catalog__carousel .slick-next::before {
  content: ">";
}

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

.more-products {
    margin: 0;
    display: inline-block;
    padding: 8px 25px 10px 25px;
    font-size: 14px;
    font-weight: 400;
    /*border: 1px solid;*/
    border-radius: 4px;
}
.more-products:hover {
    text-decoration: none;
}
.more-products__discount60 {
    color: #fff;
    background-color: #dc266f;
}
.mi_body_sale .catalog__carousel .slick-prev::before, .mi_body_sale .catalog__carousel .slick-next::before {
    color: #dc266f;
}

.mi_body_laminate .catalog__carousel .slick-prev::before, .mi_body_laminate .catalog__carousel .slick-next::before {
    color: #4CE2FD;
}

.banner {
  position: relative;
  height: 100px;
  background-size: cover;
  background-position: center;
}


.banner__free {
    background: url(/local/templates/itel5/styles/../images/banner__free.jpg);
    background-position: center;
}

.banner__free-left {
    position: absolute;
    width: 423px;
    height: 100px;
    left: 11%;
    font-family: "AAvanteLt";
    font-weight: 200;
}

.banner__free-left span {
    position: absolute;
    left: 23px;
    top: 3px;
    font-size: 30px;
    color: #fffc00;
}

.banner__free-left strong {
    position: absolute;
    left: 194px;
    top: -7px;
    font-weight: 200;
    font-size: 80px;
    color: #fffc00;
}

.banner__free-left i {
    position: absolute;
    display: block;
    left: 149px;
    top: 73px;
    font-size: 20px;
    font-style: normal;
    color: #fff;
}

.banner__free-right {
    float: right;
    margin: 0 130px 0 0px;
}

.banner__free-right h6 {
    margin: 6px 0 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fffc00;
}

#clock {
  width: 320px;
  text-align: center;
}

#clock > div {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

#clock > div:nth-child(2)::before, #clock > div:nth-child(2)::after {
  content: ":";
  position: absolute;
  left: -20px;
  top: -39px;
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  font-family: "AAvanteLt";
}

#clock > div:nth-child(2)::after {
  left: auto;
  right: -22px;
}

#clock > div strong {
  display: block;
  font-size: 70px;
  line-height: 30px;
  font-weight: 800;
  color: #fff;
}

#clock > div span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 17px;
  line-height: 30px;
  font-weight: 200;
  color: #fff;
}

.h__gratis .bullet {
    background: url(/local/templates/itel5/styles/../images/h__gratis.png) no-repeat;
}
.catalog-item_image1 {
    position: relative;
    height: 180px;
    line-height: 180px;
}
.catalog-item_image1 img {
    margin-top: 15px;
}

.flag--gratis {
    background: url(/local/templates/itel5/styles/../images/badge-gratis4.png) no-repeat;
}

.gratis .catalog-item_price {
  font-size: 22px;
  color: #ff6000;
}

/*.gratis .catalog-item_price__old {
    float: none;
   text-align: center;
}*/

.catalog-item__ended {
  font-size: 16px;
   color: #ff6000;
}

.more-products__gratis {
    background-color: #4ce2fd;
    color: #fff;
}
.mi_body_pd .catalog__carousel .slick-prev::before, .mi_body_pd .catalog__carousel .slick-next::before {
    color: #4ce2fd;
}

.banner__gratis {
  text-align: center;
    background: url(/local/templates/itel5/styles/../images/banner__gratis.jpg);
    background-position: center;
}

.banner__gratis h2 {
    padding: 19px 0 0 0;
    margin: 0;
    font-size: 48px;
    font-family: "AAvanteLt";
    font-weight: 800;
    color: #fff;
}

.banner__gratis h2 > strong {
  color: #fffc00;
}

.banner__gratis-more {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    font-family: "AAvanteLt";
    line-height: 14px;
    border-bottom: 1px solid;
}

.banner__gratis-more:hover {
  text-decoration: none;
  color: #fff;
}

.bestprice .catalog-item_price {
  font-size: 22px;
  color: #000000;
}

.bestprice .catalog-item_price__old {
    float: none;
    text-align: center;
    font-size: 12px;
    color: #909090;
}

.bestprice .catalog-item_price__old > span::before {
    display: none;
}

.more-products__bestprice {
    background-color: #ffa200;
    color: #fff;
}
.mi_body_best .catalog__carousel .slick-prev::before, .mi_body_best .catalog__carousel .slick-next::before {
    color: #ffa200;
}

.h__news {
  background: url(/local/templates/itel5/styles/../images/h__news.png) no-repeat;
}

.catalog-item_price__parameter {
  font-size: 12px;
  color: #909090;
  text-align: center;
}

.catalog-item_price__property {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    /*background: url(/local/templates/itel5/styles/../images/property-bg.png) no-repeat center;*/
    background-size: contain;
}

.catalog__carousel.news .catalog-item_product-order {
    height: 37px;
}

.more-products__news {
  background-color: #70aa00;
  color: #fff;
}
.mi_body_new .catalog__carousel .slick-prev::before, .mi_body_new .catalog__carousel .slick-next::before {
    color: #70aa00;
}

.banner__news {
  background: url(/local/templates/itel5/styles/../images/banner__news.jpg) no-repeat;
}

.banner__news h2 {
    padding: 26px 21px 0 0;
    margin: 0;
    font-size: 40px;
    text-align: right;
    color: #fff;
    font-family: "AAvanteLt";
    font-weight: 800;
}

.banner__news h2 strong {
  color: #ff0000;
}

.banner__news-gift {
    display: inline-block;
    padding: 15px 0;
    width: 280px;
    font-size: 24px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #ff0000;
}


.h__others {
  background: url(/local/templates/itel5/styles/../images/h__others.png) no-repeat;
}

.more-products__others {
    background-color: #08a622;
    color: #fff;
}
.mi_body_recom .catalog__carousel .slick-prev::before, .mi_body_recom .catalog__carousel .slick-next::before {
    color: #08a622;
}

@media (min-width: 768px) {
.h .bullet {
    margin-right: 12px;
    vertical-align: bottom;
}
}


@media screen and (max-width: 1199px) {
  .banner__free-left {
    left: 2%;
}
.banner__free-right {
    margin: 0 30px 0 0px;
}
.banner__news h2 {
    font-size: 28px;
}

}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
  .catalog__carousel .slick-track {
    /*width: initial!important;*/
    margin-left: -2px;
  }
  .catalog__carousel.news .catalog-item_product-order {
    height: initial;
  }
  .catalog-item_price__property {
    position: static;
  }
  .touchevents [data-view="is-tile"] .catalog-item_price {
    margin: initial;
    padding: initial;
    line-height: initial;
  }
[data-view="is-tile"] .catalog-item_add {
    position: static;
    margin-top: 10px;
}
  .js .catalog__carousel {
    margin: 20px 0px 50px;
  }
 .banner {
  height: auto;
 }
 .banner__free {
    background: #FF6000;
} 
.banner__free-left {
    position: static;
    width: auto;
    text-align: center;
}

.banner__free-left span {
    position: static;
    font-size: 26px;
}
.banner__free-left strong {
    position: static;
    display: block;
    line-height: 40px;
    font-weight: 200;
    font-size: 60px;
}
.banner__free-left i {
    position: static;
}
.banner__free-right {
    float: none;
    text-align: center;
}
#clock {
    width: auto;
    margin: 0 auto;
    text-align: center;
}
.banner__news {
    padding: 0 10px;
    background: #8CBE29;
}
.banner__news h2 {
    padding: 26px 0 22px 0;
    text-align: center;
}
.banner__news h2 {
    font-size: 22px;
}
}


/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .content-root .h {
    font-size: 20px;
  }
 #clock > div:nth-child(2)::before, #clock > div:nth-child(2)::after {
  content: ":";
  position: absolute;
  left: -10px;
  top: -15px;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  font-family: "AAvanteLt";
}

#clock > div:nth-child(2)::after {
  left: auto;
  right: -12px;
}

#clock > div strong {
  display: block;
  font-size: 40px;
} 
#clock {
  width: 260px;
}
.banner__free-right {
    margin: 0;
}
.banner__gratis h2 {
    font-size: 36px;
}
.banner__gratis {
    padding: 0 0 9px
}
.banner__news-gift {
    width: 240px;
    font-size: 20px;
}
/*[data-view="is-tile"] .catalog-item_price__old {
    float: none;
}
[data-view="is-tile"] .catalog-item_price__total{
    float: none;
}*/
/*---------------*/
.catalog__carousel .catalog-item_product {
    padding: 5px 5px;
}
.catalog-item_image img {
    max-width: 100%;
    max-height: 100%;
}
.flag {
    background-size: cover;
    width: 48px;
    height: 36px;
}
.flag__text {
    margin: 7px 0 0 4px;
}
.catalog-item_image {
    height: 120px;
    line-height: 120px;
}
.catalog-item_image img {
    vertical-align: bottom;
}
[data-view="is-tile"] .catalog-item_product-name {
    height: 36px;
    font-size: 12px;
    line-height: 1;
}
.touchevents [data-view="is-tile"] .catalog-item_price {
    font-size: 15px;
    font-weight: 500;
}
[data-view="is-tile"] .catalog-item_price__old, [data-view="is-tile"] .catalog-item_price__total {
    font-size: 10px;
    line-height: 10px;
}
.catalog-item_price2 {
    font-size: 8px;
    line-height: 10px;
}
.touchevents [data-view="is-tile"] .catalog-item_add {
    font-size: 0;
    display: none;
}
.touchevents [data-view="is-tile"] .catalog-item_add {
    height: 30px;
}
.touchevents [data-view="is-tile"] .catalog-item_header{
    padding-bottom: 0;

}
.touchevents [data-view="is-tile"] .catalog-item {
    height: initial;
    margin-bottom: 40px;
}
.slick-dots li, .slick-dots li button{
    height: 6px;
    width: 6px;
}
}
/*4444*/
.root-block__video {
    margin-top: 20px;
}

/* End */
/* /local/templates/itel5/styles/twbs_3_c.css?150537600530058 */
/* /local/templates/itel5/styles/main.css?1681812575140361 */
/* /bitrix/components/itel/lk/templates/.default/style.css?16155516672706 */
/* /bitrix/css/main/font-awesome.min.css?150537601723748 */
/* /bitrix/components/itel/city/templates/.default/style.css?1505376007818 */
/* /local/templates/itel5/components/itel/search.title/visual/style.min.css?15053760043445 */
/* /local/templates/itel5/components/bitrix/menu/menu_catalog/style.min.css?15053760049538 */
/* /local/templates/itel5/components/bitrix/system.auth.form/.default/style.min.css?1505376005424 */
/* /local/templates/itel5/styles/custom.css?155178583012764 */
