

/* Start:/local/templates/electrograd/vendor/css/bootstrap.css?1645423052114216*/
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

textarea.bxeditor-textarea { line-height: normal !important; }
 
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #cccccc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a6a6a6;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #cccccc;
}
.text-primary:hover {
  color: #b3b3b3;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .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;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #b8b8b8;
  border-color: #a1a1a1;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #cccccc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a6a6a6;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #cccccc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #cccccc;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #a6a6a6;
  border-bottom-color: #a6a6a6;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #cccccc;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.nav a:hover .caret {
  border-top-color: #a6a6a6;
  border-bottom-color: #a6a6a6;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 15px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background: #999;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #cccccc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b3b3b3;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #cccccc;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #cccccc;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #cccccc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #cccccc;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cccccc;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cccccc;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/electrograd/ajax/ajax.css?1637228497305*/
iframe.waitwindowlocal 
{
	position:absolute; 
	border:0px; 
	z-index:9999;
	
}
div.waitwindowlocal 
{
	position:absolute; 
	width:25px; 
	height: 25px; 
	padding:0px; 
	z-index:10000; 
	display: none;
}
div.waitwindowlocalshadow
 {
	position:absolute; 
	background: rgba(255,255,255, .6); 
	z-index: 2;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/menu/top/style.css?16431009247871*/
.header__menu-row .catalog.wide_menu a {
    text-transform: lowercase;
}
.header__menu-row .catalog.wide_menu a:first-letter {
    text-transform: uppercase;
}

.header__menu-row.bgcolored,
.header__menu-row.bgcolored > .maxwidth-theme {
    background-color: #ff6d00;
}

.mega-menu {
    position: relative;
}
.table-menu {
    display: table;
    width: 100%;
}
.table-menu > .menu-item {
    display: table-cell;
    text-align: center;
    position: static;
}
.mega-menu a {
    display: block;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
}
.mega-menu .dropdown > .wrap {
    position: relative;
}
.mega-menu .dropdown.wide_menu > .wrap {
    position: static;
}
.mega-menu .wrap > a {
    border-right: 1px solid rgba(255,255,255,.15);
    color: #fff;
    padding: 20px 18px 25px;
    height: 60px;
    line-height: 1.33em;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}
.mega-menu .menu-item:first-of-type .wrap > a {
    border-left: 1px solid rgba(255,255,255,.15);
}
.mega-menu .wrap:hover > a,
.mega-menu .wrap > a:hover {
    background-color: #ff7f1f;
}
.mega-menu .menu-item.active .wrap > a {
    background-color: #d65c00;
}
.mega-menu .wrap > .more-items > span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 3px;
    background: url("/local/templates/electrograd/components/bitrix/menu/top/../../../../images/next.png") -1px -337px no-repeat;
}

.mega-menu .dropdown .wrap > a:not(.more-items):after {
    position: absolute;
    display: block;
    top: 21px;
    right: 20px;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 14px;
    width: 15px;
    height: 12px;
    text-align: center;
}
.mega-menu .catalog .wrap > a:not(.more-items) {
    padding-left: 62px;
    padding-right: 18px;
    text-align: left;
    min-width: 226px;
}
.mega-menu .catalog .wrap > a:before {
    content: "";
    position: absolute;
    display: block;
    top: 23px;
    left: 20px;
    background: url('/local/templates/electrograd/components/bitrix/menu/top/../../../../images/svg/Catalog_menu.svg') 0 0 no-repeat;
    width: 15px;
    height: 12px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #fff;
}
.mega-menu .dropdown-menu {
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    position: absolute;
    z-index: 1000;
    float: left;
    background-color: #fff;
    border: none;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    text-align: left;
    display: none;
}
.mega-menu .menu-item:hover > .wrap > .dropdown-menu {
    display: block;
    left: 0;
    margin: -1px 0 0;
    max-height: 485px;
    min-width: 100%;
    overflow: auto;
}
.mega-menu .wide_menu:hover >.wrap > .dropdown-menu {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    padding: 25px 30px 10px;
}

.mega-menu .dropdown .wrap > a:not(.more-items) {
    padding-right: 50px;
}
.mega-menu .dropdown-menu li a {
    color: #222;
    padding: 14px 29px 14px 19px;
    border-top: 1px solid #f0f0f0;
}
.mega-menu .dropdown-menu li:first-of-type a {
    border-top: none;
}
.mega-menu .dropdown-menu li > a:hover,
.mega-menu .dropdown-menu li.active > a,
.mega-menu .dropdown-submenu.active > a {
    color: #ff6d00;
}

.mega-menu .wide_menu > .wrap > .dropdown-menu > li {
    display: inline-block;
    width: 25%;
    float: left;
    margin: 0 0 30px;
    padding: 0 20px 0 0;
}
.mega-menu .wide_menu > .wrap > .dropdown-menu > li.has_img {
    padding-left: 80px;
    min-height: 60px;
}
.mega-menu .wide_menu .dropdown-menu > li:nth-child(4n + 1) {
    clear: left;
}

.mega-menu .wide_menu > .wrap > .dropdown-menu > li.has_img .menu_img {
    display: block;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.mega-menu .wide_menu > .wrap > .dropdown-menu > li.has_img img {
    max-width: 100%;
}

.mega-menu .wide_menu .dropdown-menu > li > a {
    white-space: normal;
    border: none;
    font-weight: bold;
    padding: 2px 29px 5px 19px;
    font-size: 13px;
    text-align: left;
}

.mega-menu .wide_menu .dropdown-submenu .dropdown-menu {
    display: block;
    position: static;
    box-shadow: none;
    transition: none;
    background: 0;
}
.mega-menu .wide_menu .dropdown-submenu .dropdown-menu > li {
    display: block;
}
.mega-menu .wide_menu .dropdown-submenu .dropdown-menu > li > a {
    padding: 4px 0 4px 20px;
    font-weight: normal;
}
.mega-menu .wide_menu .dropdown-menu > li .dropdown-menu a:not(:hover):not(.active) {
    color: #666;
}
.mega-menu .wide_menu .dropdown-menu .dropdown-menu > li.collapsed:not(.clicked_exp) {
    display: none;
}


.mega-menu .dropdown-menu li,
.mega-menu .dropdown-submenu {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.mega-menu .dropdown-menu li:before,
.mega-menu .dropdown-submenu:before {
    display: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: transparent;
}


.mega-menu .with_dropdown:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 5px;
    height: 3px;
    background: url("/local/templates/electrograd/components/bitrix/menu/top/../../../../images/next.png") -20px -333px no-repeat;
}

.mega-menu .wide_menu .more_items {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 4px 20px;
}
.mega-menu .more-items > span {
    font-size: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 3px;
}


.mega-menu .wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}
.mega-menu .wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar-track {
    border-radius: 8px;
}
.mega-menu .wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
.mega-menu .wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

.mega-menu .menu-item.catalog {
    width: 258px;
}

.mega-menu .js-dropdown {
    display: none;
}


#headerfixed .mega-menu {
    position: static;
}
#headerfixed .mega-menu .wrap > a {
    color: #222;
    padding: 19px 12px 21px;
    display: inline-block;
    text-align: center;
}
#headerfixed .mega-menu .wrap:hover > a,
#headerfixed .mega-menu .wrap > a:hover,
#headerfixed .mega-menu .menu-item.active .wrap > a {
    background-color: transparent;
    color: #ff6d00;
}
.mega-menu .menu-item.active .wrap > a,
.mega-menu .menu-item:not(.search-item):hover .wrap > a {
    color: #fff;
}
#headerfixed .mega-menu .menu-item.catalog {
    width: unset;
}
#headerfixed .mega-menu .catalog .wrap > a:not(.more-items) {
    min-width: unset;
}
#headerfixed .mega-menu .wrap > a div:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 100%;
    height: 2px;
    background: #ff6d00;
    opacity: 1;
    transition: right 0.15s ease-out;
}
#headerfixed .mega-menu .wrap > a:hover div:after,
#headerfixed .mega-menu .menu-item.active .wrap > a div:after {
    right: 0;
}
#headerfixed .mega-menu .wrap > .dropdown-menu {
    border-top: 2px solid #ff6d00;
}
#headerfixed .mega-menu .wrap > .more-items > span:before {
    background: #222 url("/local/templates/electrograd/components/bitrix/menu/top/../../../../images/next.png") -1px -333px no-repeat;
}

#headerfixed .mega-menu .dropdown .wrap > a:not(.more-items):before,
#headerfixed .mega-menu .dropdown .wrap > a:not(.more-items):after,
#headerfixed .mega-menu .catalog .wrap > a div:after {
    display: none;
}

.mega-menu .menu-item:not(.wide_menu) .dropdown-submenu > a:after {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    right: 10px;
    position: absolute;
    top: 50%;
    margin: -6px 0 0;
    font-weight: bold;
    font-size: 11px;
}
.mega-menu .menu-item.hover > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    top: 0;
    left: auto;
    right: 100%;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/system.pagenavigation/.default/style.css?16450160381215*/
.module-pagination {
    margin: 0;
    text-align: center;
    font-size: 0;
    padding: 0;
    position: relative;
}
.module-pagination .nums {
    display: inline-block;
    position: relative;
}
.module-pagination .flex-direction-nav {
    position: absolute;
    width: 100%;
}
.module-pagination .nums > a,
.module-pagination .nums span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    border-radius: 2px;
    line-height: 32px;
    text-decoration: none;
}
.module-pagination .nums .cur {
    background: #ff6d00;
    color: #fff;
}

.module-pagination .flex-direction-nav > li {
    position: absolute;
    top: 2px;
    padding: 0;
    margin-top: 0;
    opacity: 1;
}
.module-pagination .flex-direction-nav .flex-nav-prev {
    left: -37px;
}
.module-pagination .flex-direction-nav .flex-nav-next {
    right: -37px;
}
.module-pagination .point_sep {
    cursor: default;
    display: inline-block;
    width: 27px;
    height: 29px;
    font-size: 0;
    background: url("/local/templates/electrograd/components/bitrix/system.pagenavigation/.default/../../../../images/pagination_sep.png") center no-repeat;
    border: 0;
    vertical-align: bottom;
}
/* End */


/* Start:/local/templates/electrograd/components/aspro/com.banners.next/top_slider_banners/style.css?17077123051418*/
.top_slider_wrapp {
    margin: 0 auto 30px;
    overflow: hidden;
}
.top_slider_wrapp .img .wrap_plaxy {
    max-width: 100%;
    min-height: 100%;
}
.top_slider_wrapp .img .wrap_plaxy a {
    display: block;
    overflow: hidden;
}
.top_slider_wrapp .img .wrap_plaxy img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 450px;
}
.top_slider_wrapp .img .wrap_plaxy img {
    min-height: 100%;
}

.top_slider_wrapp .flex-control-nav a {
    border-color: #fff;
}
.top_slider_wrapp .flex-control-nav a.flex-active,
.top_slider_wrapp .flex-control-nav a:hover {
    background: #fff;
}
.top_slider_wrapp .flex-dark.flex-control-nav a {
    border-color: #1d1a1a;
}
.top_slider_wrapp .flex-dark.flex-control-nav a.flex-active,
.top_slider_wrapp .flex-dark.flex-control-nav a:hover {
    background: #1d1a1a;
}

@media (min-width: 768px) {
    #mainpage-banners {
        margin: 0 -0.7% 0 -0.7%;
    }
    #mainpage-banners > div {
        padding: 0 0.7% 0 0.7%;
    }
    .banner-height-responsive {
        position: relative;
    }
    .main-banner-left .banner-height-responsive {
        padding-top: 32.78%;
    }
    .main-banner-right .banner-height-responsive {
        padding-top: 100%;
    }
    .banner-height-responsive > .main-banner-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
/* End */


/* Start:/local/templates/electrograd/components/aspro/tabs.next/main/style.css?1731394788741*/
ul.tabs {
    margin: 0;
}
ul.tabs li {
    display: inline-block;
    font-size: 13px;
    margin: 0 29px 0 0;
    padding: 0 25px 0 0;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
ul.tabs li span {
    color: #ff6d00;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 5px 0;
}
ul.tabs li:hover span,
ul.tabs li.cur span {
    color: #222;
}
ul.tabs li.cur span {
    border-bottom: 2px solid #d88946;
    font-weight: 700;
    font-size: 22px;
}

ul.tabs_content {
    margin: 34px 0 0;
    padding: 0;
}
ul.tabs_content .tab {
    display: none;
    padding: 0;
    margin: 0;
    position: static;
    width: 100%
}
ul.tabs_content .tab.cur,
ul.tabs_content .tab.current {
    display: inline-block;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/news.list/front_akc/style.css?1642660394785*/
.news_akc_block .top_block {
    padding: 8px 0 0;
    margin: 0 0 2px;
}
.news_akc_block .items .item_block {
    margin: 0 30px 20px 0;
    text-align: left;
    float: left;
}
.news_akc_block .item {
    position: relative;
    box-shadow: 0 0 2px #ccc inset;
    background: #fff;
    transition: box-shadow ease-out 0.2s;
}
.news_akc_block .item:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.news_akc_block .item .img {
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.news_akc_block .item .info {
    padding: 15px 20px 22px;
    line-height: 18px;
}
.news_akc_block .item .info .date {
    font-size: 13px;
    color: #666;
    margin: 0 0 4px;
}
.news_akc_block .item .info .name {
    font-size: 14px;
    display: block;
    line-height: 20px;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/menu/left_front_catalog/style.css?16430832122712*/
.menu_left_block a {
    text-transform: lowercase;
}
.menu_left_block a:first-letter {
    text-transform: uppercase;
}

.menu_left_block.catalog_block {
    margin: 0 0 30px;
    position: relative;
}
.menu_left_block ul.menu {
    list-style-type: none;
}
.menu_left_block ul.menu li {
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.menu_left_block li:before {
    content: none;
    display: none;
}
.menu_left_block a {
    display: block;
    position: relative;
    font-size: 13px;
}
.menu_left_block .root {
    position: relative;
    z-index: 20;
}
.menu_left_block .root > a {
    color: #333;
    padding: 12px 31px 12px 17px;
    background: #f8f8f9;
    border: 1px solid #f2f2f2;
    border-bottom-width: 0;
}
.menu_left_block .root:hover a {
    background: #fff;
    color: #ff6d00;
}
.menu_left_block .root.current > a,
.menu_left_block .root.current:hover > a {
    background: #ff6d00;
    color: #fff;
}
.menu_left_block li.has-child.current:not(:hover) > a:after {
    color: #fff;
}
.menu_left_block .root > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ff6d00;
    display: none;
}
.menu_left_block .root:hover > a:before {
    display: block;
}
.menu_left_block li.has-child > a:after {
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 19px;
    margin: -3px 0 0 0;
    width: 12px;
    height: 8px;
    display: block;
    font-size: 13px;
    text-align: right;
}
.menu_left_block li.has-child:not(:hover) > a:after {
    color: #888;
}

.menu_left_block .menu .dropdown {
    display: none;
    position: absolute;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    min-width: 500px;
    top: 0;
    left: 100%;
}
.menu_left_block .menu li:hover > .dropdown {
    display: block;
}

.menu_left_block .root > .dropdown > li {
    padding: 5px 30px 20px 24px;
    float: left;
    width: 33%;
}
.menu_left_block .root > .dropdown .current > a:not(:hover) {
    color: #ff6d00;
}
.menu_left_block .root > .dropdown > li:nth-child(3n + 1) {
    clear: both;
}
.menu_left_block .root > .dropdown > li > .image {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}
.menu_left_block .root > .dropdown > li > .image img {
    max-width: 100%;
    margin: auto;
}
.menu_left_block .root > .dropdown > li > a {
    line-height: 20px;
    padding: 10px 0 0 70px;
    font-weight: bold;
    background: 0;
}
.menu_left_block .root > .dropdown > li > a:not(:hover) {
    color: #333;
}
.menu_left_block .root > .dropdown > li > .image + a {
    padding-left: 70px;
    padding-top: 10px;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/news.list/front_news/style.css?1642660394813*/
.news_blocks {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    margin: 0 0 30px;
    padding: 13px 0 0;
}
.news_blocks .top_block {
    padding: 0 19px 12px;
    margin: 0;
}
.news_blocks .title_block {
    display: inline-block;
    font-size: 16px;
    margin: 0;
}
.news_blocks .top_block a {
    float: right;
    padding: 5px 0 0;
}
.news_blocks .item {
    padding: 16px 19px 18px;
    margin: 0 0 0;
    border-bottom: 1px solid #ebeef1;
    overflow: hidden;
    font-size: 14px;
    position: relative;
}
.news_blocks .item:first-child {
    padding-top: 0;
}
.news_blocks .item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 2px;
    background: #ff6d00;
    bottom: 0;
    transition: top 0.3s ease;
}
.news_blocks .item:hover:before {
    top: 0;
}
/* End */


/* Start:/local/templates/electrograd/components/bitrix/menu/bottom/style.css?1642660394312*/
.footer__menu-item a {
    color: #555;
}
 .footer__menu-item {
    margin-bottom: 9px;
}
.footer-menu > .footer__menu-item {
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-menu > .footer__menu-item a {
    color: #222;
}
.footer__menu-item a:hover,
.footer__menu-item.active a {
    color: #ff6d00;
}
/* End */


/* Start:/local/templates/electrograd/styles.css?17313947883602*/
h1, h2, h3, h4, h5, h6 {
    font-family: "PT Sans Caption", Arial, sans-serif;
    color: #383838;
    line-height: 22px;
    font-weight: bold;
}
h2, h3, h4, h5 {
    margin: 40px 0 26px;
}
h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px;
    padding-bottom: 3px;
    font-weight: 700;
}
h2 {
    font-size: 28px;
    /*line-height: 22px;*/
}
h3 {
    font-size: 22px;
    /*line-height: 22px;*/
}
h4 {
    font-size: 18px;
    /*line-height: 22px;*/
}
h5 {
    font-size: 15px;
    font-weight: 400;
}

h1.pagetitle,
h2.pagetitle {
    margin-top: 0;
}

a:hover, .link:hover, .header_wrap .top-h-row .menu li > a:hover, .top-h-row .menu li.current > a, .phones .phone_wrap a, .phones .order_wrap_btn:hover, .avtorization-call.enter, .main-nav ul.menu > li > a, ul.mini-menu li a, body .main-nav .menu > li.current > a, .white #header .catalog_menu ul.menu > li a, ul.menu .child li.menu_title a, ul.menu .child li.menu_item a:hover, #header .catalog_menu ul.menu > li > a, #header .catalog_menu ul.menu > li.current > a, .wrapper.has_menu .white #header .catalog_menu ul.menu > li:hover > a, body .white #header ul.menu li .child.submenu .child_wrapp a:hover, body .wrapper.has_menu #header ul.menu li .child.submenu .child_wrapp a:not(.title):hover, ul.menu li .depth3 a.title:hover, #header .wrapper_middle_menu .menu > li .child.submenu .child_wrapp a.current:not(.title), #header .menu > li .child_wrapp a.current:not(.title), body #header ul.menu li .child.submenu.line .child_wrapp > a, .search_middle_block .middle_form .noborder, .basket_wrapp .wraps_icon_block .count a, .basket_wrapp .wraps_icon_block .count .text, .basket_wrapp .basket_block .title, .cost.prices .price, .sale_block .text, .sale_block .value, .news .item .info .date, .stores .stores_list .item a:hover span, .footer_top .sblock .wrap_more_text, .footer_top .sblock .wrap_more_text div, .footer_bottom .submenu_top .menu_item a, .img_block_capcha .reload:hover, .form-control .forgot:hover, .basket_fly .basket_title, .basket_sort ul.tabs li.cur span, .basket_sort ul.tabs li:hover .wrap_li > span, .basket_sort ul.tabs li:hover .wrap_li > span *, .module-cart .name-cell a:hover, .basket_sort ul.tabs li.cur .wrap_li > span, .basket_sort ul.tabs li.cur .wrap_li > span *, .basket_sort ul.tabs li .wrap_li > span *, .section_item_inner .section_info ul li a:hover, .bx_filter .bx_filter_popup_result a, .catalog_item:hover .item-title a, .item-title a:not(.dark-color):hover, li.item:hover a, .item_wrap:hover .item-title a, .view_sale_block .values, .more_text_ajax:hover, .bx_compare .compare_view .item_block:hover a, .item-stock .store_link:hover, .set_block .item:hover .item_info a, .item .date_small, .articles-list.news .item:hover .item-title a, .jobs_wrapp .item .name tr:hover .link, .basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block .count span a, .basket_wrapp .basket_empty .wraps_icon_block.basket .count span, .basket_wrapp .basket_fly .basket_count.empty .wraps_icon_block.basket .count span {
    color: #1d2029;
}

b, strong {
    color: #383838;
}

p {
    margin: 0 0 15px;
}

@media (max-width: 639px) {
    h1, h2, h3, h4 {
        text-align: center;
    }
    .popup-window-fixed-height{
        left: 0px!important;
    }
}
.popup-window{
    min-height: unset!important;
}
.popup-window .alert-info{
    margin: 63px 126px;
    background-color: transparent;
}
.popup-window .alert-info p{
    text-align: center;
    color: black;
}
.popup-window .alert-info .i-icon{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 16.3px;
}

/* End */


/* Start:/local/templates/electrograd/template_styles.css?1747383783157097*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    position: relative;
}

body {
    position: static;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #555;
    font: 15px/22px "PT Sans Caption", Arial, sans-serif;
}

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

.container iframe,
.container object,
.container video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

div[id^=wait_comp],
.bx-core-waitwindow {
    display: none;
}

.wrapper_inner,
.maxwidth-theme {
    max-width: 1470px;
    padding: 0 30px;
    margin: 0 auto;
    background: #fff;
}

.wrapper_inner.wide_page {
    max-width: none;
    padding: 0;
}

.top_inner_block_wrapper {
    padding: 0 0 30px;
}

.middle > .container {
    width: 100% !important;
    padding: 0 !important;
    position: relative;
}

section.page-top h1 {
    margin-bottom: 0;
}

section.page-top .line_block + h1 {
    padding-right: 190px;
}

.group-content .tab-pane:first-of-type h3 {
    margin-top: 0;
}

a,
a:active,
a:focus,
.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

a,
a.dark_link:hover,
.colored,
.dark-color:hover,
.dark-color.active,
.item:hover a.dark_link {
    color: #ff6d00;
    text-decoration: none;
}

a:hover,
a.dark_link,
a.black,
.colored:hover,
.dark-color,
.item:hover .title a,
.item:hover a.colored {
    color: #222;
    text-decoration: none;
}

.catalog_item:hover .item-title a,
.item:hover .info a,
.item:hover .name a,
.item:hover .title a,
.item .title a:hover {
    color: #e66200 !important;
}

.twosmallfont {
    font-size: 12px;
    line-height: 18px;
}

.icons_fa:after,
li.has-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.svg {
    top: -1px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.svg.inline.big {
    min-width: 21px;
    min-height: 21px;
    width: 21px;
    height: 21px;
    top: -2px;
}

.svg.lg {
    top: -2px;
    min-width: 21px;
    min-height: 21px;
}

.svg svg {
    display: block;
}

.logo.colored svg .icon-path,
.svg.colored path,
a:hover .svg.inline path {
    fill: #ff6d00;
}

.fa {
    margin-right: 5px;
}

.fa.big-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 29px;
    border-radius: 50%;
    background: #ff6d00;
    color: #fff;
    text-align: center;
}

.icon-text {
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-radius: 27px;
    white-space: nowrap;
}

.icon-text.grey {
    color: #222;
    background: #efefef;
}

.icon-text.grey .fa {
    color: #ff6d00;
}

[data-event="jqm"] {
    cursor: pointer;
}


input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
    outline: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input.error,
textarea.error {
    background: #ffefef;
}

.but-r .buttons {
    margin: 21px 0 0 0;
}

.but-r .buttons input[type=submit] {
    width: auto;
}

.btn {
    border: 1px solid;
    border-radius: 2px;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 8px 18px;
    overflow: hidden;
    line-height: 18px;
    text-transform: none;
    text-decoration: none;
    transition: background-color .3s ease;
}

.btn.btn-default {
    background-color: #ff6d00;
    border-color: #ff6d00;
    color: #fff;
}

.btn.btn-default.white:not(:hover) {
    color: #ff6d00;
    border: 1px solid #ff6d00;
    background: #fff;
}

.btn.btn-default.white.grey:not(:hover) {
    color: #888;
    border: 1px solid #aaa;
    background: #fff;
}

.btn.btn-default.white:not(.grey):not(:hover) {
    color: #ff6d00;
    border: 1px solid #ff6d00;
    background: #fff;
}

.btn.btn-transparent:not(:hover) {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    color: #000000;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
    background-color: #ff7f1f;
    border-color: #ff7f1f;
}

.btn-lg {
    font-size: 14px;
    padding: 10px 25px 10px;
}

.btn.btn-default.in-cart,
.btn.btn-default.in-cart:hover {
    background-color: #4fad00;
    border-color: #4fad00;
    color: #fff;
    display: block;
}

.button.in-cart i,
.btn.in-cart i {
    background: url("/local/templates/electrograd/images/icons_wish.png") -49px -5px no-repeat;
    display: inline-block;
    width: 11px;
    height: 13px;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.btn-inline.black {
    color: #222;
}

.btn-inline.black:hover {
    color: #ff6d00;
}

.btn-inline.rounded i {
    margin: 0 8px;
    border-radius: 50%;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: 1px;
}

.btn-inline.sm.rounded i {
    margin: 0 6px;
}

.btn-inline.rounded:hover i {
    color: #fff;
    background: #ff6d00;
}

input[type="checkbox"] + label {
    margin-bottom: 4px;
    padding-left: 23px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: none;
}

input[type="checkbox"],
.input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label:not(.disabled),
input[type="radio"] + label {
    position: relative;
}

input[type="checkbox"] + label:not(.disabled):before,
input[type="radio"] + label:before {
    font-size: 0;
    content: ".";
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    background: #ff6d00;
    z-index: -1;
}

input[type="checkbox"] + label:not(.disabled):hover:before {
    z-index: 3;
}

input[type="checkbox"] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 2;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ccc inset;
    background: #fff;
}

input[type="checkbox"]:checked + label:after {
    box-shadow: none;
    background: url("/local/templates/electrograd/images/svg/Input_icons.svg") 0 0 no-repeat;
    z-index: 4;
}

hr {
    border: 0;
    height: 1px;
    margin: 20px 0;
    padding: 0;
    background: #f0f0f0;
}

hr.bottoms {
    margin-bottom: 30px;
}

blockquote {
    color: #383838;
    padding: 10px 20px;
    margin: 43px 0 45px;
    min-height: 40px;
    padding-left: 25px;
    position: relative;
    vertical-align: middle;
    border: 0;
}

blockquote:before {
    bottom: 3px;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 3px;
    width: 3px;
    background-color: #ff6d00;
}

a.scroll-to-top {
    transition: opacity 0.3s;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 75px;
    left: inherit;
    bottom: 55px;
    z-index: 995;
    cursor: pointer;
    opacity: 0;
    background: #ff6d00 url("/local/templates/electrograd/images/scroll.png") no-repeat scroll center 14px;
}

a.scroll-to-top.visible {
    opacity: 1;
}

a.scroll-to-top:hover {
    background-color: #d88c4b;
}

#bx-custom-popup {
    padding: 0 !important;
    max-width: 520px !important;
    border-radius: 3px !important;
}

.jqmWindow,
.popup {
    position: fixed;
    background: #fff;
    top: 0;
}

.popup {
    display: none;
    min-width: 420px;
    max-width: 520px;
    left: 50%;
    border-radius: 3px;
    overflow: hidden;
}

.jqmOverlay,
.popup-window-overlay {
    background: rgba(0, 0, 0, .7);
}

#bx-custom-popup .popup-window-close-icon,
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#bx-custom-popup .popup-window-close-icon,
.popup .close {
    margin: 0;
    position: absolute;
    right: 19px;
    top: 19px;
+ cursor: pointer;
    z-index: 2;
}

#bx-custom-popup .popup-window-close-icon:after,
#bx-custom-popup .popup-window-close-icon,
.popup .close,
.popup .close i,
.inline.close i {
    display: block;
    border-radius: 0;
    width: 14px;
    height: 14px;
    opacity: 1;
    z-index: 5;
    cursor: pointer;
}

#bx-custom-popup .popup-window-close-icon:after,
.popup .close i,
.inline.close i,
.popup-window-close-icon.popup-window-titlebar-close-icon:after {
    background: url("/local/templates/electrograd/images/close_icons.png") -1px -46px no-repeat;
}

#bx-custom-popup .popup-window-close-icon:hover:after,
#bx-custom-popup .popup-window-close-icon:hover,
.popup .close:hover,
.popup .close:hover i,
.inline.close:hover i {
    color: #fff;
    background-color: #fa6b00;
}

#bx-custom-popup .popup-window-close-icon:hover:after,
#bx-custom-popup .popup-window-close-icon:hover,
.popup .close:hover i,
.inline.close:hover i {
    background-position: -30px -46px;
}

#bx-custom-popup .popup-head,
.popup .form .form_head {
    border-bottom: 2px solid #f05600;
    padding: 34px 75px 35px 35px;
}

#bx-custom-popup .popup-head h2,
.popup .form .form_head h2 {
    margin: 0;
}

.popup input[type="text"],
.popup input[type="password"],
.popup input[type="email"],
.popup textarea,
.form-block input,
.form-block textarea {
    width: 100%;
}

.popup .but-r .buttons {
    margin-top: 17px;
}

#bx-custom-popup .popup-content {
    padding: 29px 35px 12px;
    margin: 0 0 23px 0;
    font-size: 20px;
    color: #000;
}

#bx-custom-popup .popup-button {
    margin-top: 40px;
}

#bx-custom-popup .popup-button .btn {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.alert.alert-success {
    background: #e6f8de;
    color: #419a19;
}

.alert.alert-small {
    font-size: 12px;
    padding: 7px 10px;
    line-height: 1.5;
}

.alert.alert-transparent {
    padding: 0;
}

.alert.alert-small.alert-transparent {
    font-size: 13px;
    max-width: 415px;
}

.alert .fa {
    float: left;
    font-size: 20px;
    color: #ff6d00;
    margin-right: 10px;
}

.no_visible {
    display: none;
}

.error {
    color: #e62222;
}

.clearfix,
.clearboth {
    clear: both;
}

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

.clearleft {
    clear: left;
}

/*
#panel {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
*/

/*HEADER*/
#top-banner {
    position: relative;
    color: #fff;
    text-align: center;
    justify-content: center;
}

#top-banner.show {
    display: flex;
}

#top-banner .top-banner-wrapper {
    background-color: #E31E24;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 10px;
    min-height: 52px;
}

#top-banner .top-banner-wrapper > div {
    padding: 0 15px 0 15px;
}

#top-banner .banner-title {
    font-size: 24px;
    font-weight: bold;
}

#top-banner .btn.btn-transparent {
    border-color: #fff;
    border-radius: 18px;
    color: #fff;
}

#top-banner .close {
    opacity: 0.9;
}

#top-banner button {
    border: none;
    background: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 3px;
}

.header__logo-block,
.header__center-block,
.header__right-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 104px;
}

.header__logo-block {
    position: relative;
    width: 257px;
    margin-right: 13px;
}

.header__top-row img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}

.region_wrapper {
    position: relative;
    padding: 0 10px 0 20px;
    margin: 0 20px 0 30px;
}

.region_wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url('/local/templates/electrograd/images/svg/Marker.svg') 0 0 no-repeat;
}

.region_wrapper .js_city_chooser {
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 14px;
    position: relative;
    line-height: 18px;
    top: -2px;
}

.bottom-navbar-mobile__btn .region_wrapper .js_city_chooser {
    font-size: 13px;
    font-weight: bold;
}

.bottom-navbar-mobile__btn #city {
    color: #222222;
}

.bottom-navbar-mobile__btn.active #city {
    color: #4c64a6;
}

.region_wrapper .city_title {
    color: #333;
    font-weight: bold;
}

.region_wrapper .js_city_chooser > span:not(.arrow) {
    position: relative;
}

.region_wrapper .arrow {
    position: absolute;
    right: 0;
    bottom: 3px;
    padding: 0;
}

.region_wrapper .arrow i {
    background: url("/local/templates/electrograd/images/next.png") -16px -329px no-repeat;
    display: block;
    width: 13px;
    height: 11px;
}

.header__search_wrap {
    padding: 0 15px;
    margin-right: 40px;
    flex: 1 1 auto;
}

.search-wrapper {
    position: relative;
}

.search .search-input {
    background: #f5f5f5;
    border: 1px solid #eee;
    color: #444;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 44px 0 17px;
    border-radius: 7px;
    font-size: 13px;
}

.search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 16px;
    border: 0;
    background: transparent;
    font-size: 0;
}

.search .svg-search {
    background-image: url("/local/templates/electrograd/images/svg/Search_black_sm.svg");
}

.header__phone-block,
.header__right-block .personal-link {
    padding: 0 23px;
}

.header__phone-block .phone {
    position: relative;
    margin: 4px 0 -3px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}

.header__phone-block .svg-phone {
    margin: 0 9px 0 0;
}

.header__phone-block .svg-email {
    left: -6px;
}

.header__phone-block .callback-block {
    margin-left: 23px;
}

.header__basket-icons {
    padding: 0 16px;
}

.header__basket-icons:first-of-type {
    padding-left: 20px;
}

.header__basket-icons:last-of-type {
    padding-right: 0;
}

.header__right-block .basket-link .wrap {
    margin: 2px 0 0 24px;
    display: inline-block;
    vertical-align: middle;
}

.header__right-block span.name,
.header__right-block span.title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header__right-block .personal-link .wrap {
    margin: 2px 0 0 14px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    max-width: 80px;
}

.header__right-block .personal-link .name {
    position: relative;
    margin: 0 0 5px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1em;
}

.header__right-block .personal-link .title {
    font-size: 11px;
    line-height: 12px;
    color: #999;
}

.header__right-block .basket-link {
    position: relative;
}

.header__right-block .basket-link:not(.has_prices) .title {
    display: none;
}

.header__right-block .basket-link .count {
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    position: absolute;
    top: -7px;
    left: 16px;
    box-shadow: 0 0 0 2px #fff;
}

.header__right-block .basket-link:not(.basket-count) .svg {
    opacity: 0.5;
}

.header__right-block .basket-link .count:not(.basket-count) {
    background: #b0b0b0;
}

.header__right-block .basket-link.basket-count .count {
    background-color: #ff6d00;
}

.header__right-block .svg.svg-inline-cabinet {
    top: 4px;
}

.header__right-block .basket-link .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 5px;
}

.header__right-block .basket-link:hover .title {
    color: #ff6d00;
}

.header__right-block .basket-link .wrap .prices {
    display: block;
    font-size: 11px;
    line-height: 12px;
    color: #999;
    max-width: 62px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#headerfixed {
    background: #fff;
    display: block;
    position: fixed;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
    transition: top ease-out 0.2s;
    height: 62px;
    right: 0;
    left: 0;
    top: -100px;
    opacity: 1;
    z-index: 996;
}

#headerfixed.fixed {
    top: 0;
    opacity: 1;
}

#headerfixed .menu-row {
    display: table;
    width: 100%;
    position: relative;
}

#headerfixed .inner-table-block {
    height: 62px;
    padding: 0 12px;
}

#headerfixed .inner-table-block.logo-block {
    padding-left: 0;
    width: 215px;
}

#headerfixed .logo {
    height: auto;
    line-height: normal;
    padding-right: 12px;
    max-width: 202px;
}

#headerfixed .logo img,
#headerfixed .logo svg {
    max-height: 46px;
}

#headerfixed .logo-row .small-block {
    width: 80px;
    text-align: center;
}

#headerfixed .logo-row .basket-link {
    width: 73px;
    text-align: center;
}

#headerfixed .basket-link .js-basket-block {
    width: 34px;
    display: inline-block;
    text-align: left;
    position: relative;
}

#headerfixed .js-basket-block .title {
    display: none;
}

#headerfixed .svg {
    position: static;
    min-height: 21px;
    height: 21px;
}

#headerfixed .basket-link:not(.basket-count) .svg {
    opacity: 0.5;
}

#headerfixed .logo-row .basket-link .count {
    position: absolute;
    top: -5px;
    left: 16px;
    box-shadow: 0 0 0 2px #fff;
}

#headerfixed .svg-search {
    cursor: pointer;
    background-color: #222;
    background-image: url("/local/templates/electrograd/images/svg/Search_big_mask.svg");
}

#headerfixed .svg-search:hover {
    background-color: #ff6d00;
}

#headerfixed .inner-table-block.inline-search-show {
    padding-right: 0;
}

.inner-table-block {
    display: table-cell;
    vertical-align: middle;
}

.basket-link .count {
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    background: #b0b0b0;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
}

.basket-link.basket-count .count {
    background-color: #ff6d00;
}

.sale-img {

}

.sale-img-min {
    width: 20%;
}

.sale-img-max {
    width: 35%;
}

.about-section {
    margin-bottom: 30px;
}

.about-section h2,
.about-section h3,
.about-section h4 {
    margin: 0 0 15px;
}

/*FOOTER*/
#footer {
    position: relative;
    z-index: 2;
    clear: both;
}

#footer .viewed_product_block .wrapper_inner {
    background: #f6f6f7;
    border-bottom: 1px solid #eee;
}

#footer .viewed_product_block .viewed_block {
    padding-bottom: 19px;
}

#footer__subscribe-block .maxwidth-theme {
    background-color: #f9f9f9;
}

.footer__subscribe-content-wrapper {
    padding: 51px 0;
    position: relative;
}

.footer__subscribe-content-wrapper:before {
    display: block;
    content: "";
    width: 185px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/local/templates/electrograd/images/plane-black.png) -6px 0 no-repeat;
    opacity: .05;
}

.footer__subscribe-content {
    max-width: 1090px;
    margin: 0 auto;
}

.footer__subscribe-content .text {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.subscribe-form {
    border-radius: 2px 2px 0 0;
    position: relative;
}

.footer__subscribe-content .subscribe-input {
    background: #fff;
    padding: 12px 165px 12px 12px;
    height: 48px;
    font-size: 14px;
}

.footer__subscribe-content .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 13px 23px 14px;
    height: 48px;
}

.footer__middle-title {
    display: block;
    color: #222;
    font-weight: bold;
    margin-bottom: 19px;
}

.footer_info .blocks {
    position: relative;
    padding: 0 0 0 32px;
    margin-bottom: 22px;
}

.footer_info .svg-phone {
    margin-right: 18px;
}

.footer_info .phone a {
    font-weight: bold;
}

.footer_info .email-icon-block a {
    color: #333;
}

.footer_info .email-icon-block:before {
    display: block;
    content: "";
    width: 16px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url("/local/templates/electrograd/images/next.png") -161px -118px no-repeat;
}

.footer__partners .footer__middle-title {
    margin-bottom: 7px;
}

.footer__partners a {
    display: inline-block;
    margin: 0 10px 5px 0;
    overflow: hidden;
}

.footer__partners img {
    max-height: 40px;
    width: auto;
}

#footer .bottom-middle {
    padding: 34px 0 28px;
}

#footer .bottom-under .inner-wrapper {
    padding: 24px 0 20px;
    border-top: 1px solid #f5f5f5;
    margin: 20px 0 6px;
    overflow: hidden;
}

#footer .bottom-under .copy-block {
    float: left;
    padding: 11px 0 0;
}

#footer .copy {
    color: #888;
}

#footer .bottom-under .social-block {
    float: right;
}


/*SIDEBAR*/
.left_block {
    width: 258px;
    padding-top: 0;
    float: left;
    position: relative;
    z-index: 10;
}

.left_block .subscribe-form {
    margin-bottom: 30px;
    border-radius: 2px 2px 0 0;
    position: relative;
}

.left_block .subscribe-form .wrap_bg {
    background: #3A4DA3;
    padding: 17px 20px 22px;
    border-radius: 2px;
}

.left_block .subscribe-form .wrap_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/local/templates/electrograd/images/mail_xlg.png') 113px 17px no-repeat;
    display: block;
    opacity: .2;
}

.left_block .subscribe-form .text {
    color: #fff;
}

.left_block .subscribe-form .title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 3px;
}

.left_block .subscribe-form .more {
    opacity: .8;
}

.left_block .subscribe-form .sform {
    font-size: 0;
    margin: 11px 0 0;
}

.left_block .subscribe-form .sform > div {
    display: inline-block;
    vertical-align: top;
}

.left_block .subscribe-form .email_wrap {
    position: relative;
    margin-right: 5px;
    width: 100%;
}

.left_block .subscribe-form .email_input {
    background: #fff;
    font-size: 13px;
    padding: 5px 43px 5px 13px;
    height: 34px;
}

.left_block .subscribe-form input.send_btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    text-indent: -9999px;
    width: 33px;
    height: 34px;
    border-radius: 0 2px 2px 0;
    background: #ececf2 url('/local/templates/electrograd/images/next.png') -245px -332px no-repeat;
    border-color: #ececf2;
    opacity: .5;
    transition: opacity .3s ease;
}

.left_block .subscribe-form input.send_btn:hover {
    opacity: .7;
}

.switch-container.bx_filter_parameters_box_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.top_block_filter_section {
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
    position: relative;
    margin: 0 0 30px;
}

.top_block_filter_section .title {
    padding: 13px 19px 14px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.top_block_filter_section .items {
    background: #fff;
    padding: 10px 0;
}

.top_block_filter_section .items .item {
    padding: 9px 19px 2px;
    font-size: 13px;
}

.top_block_filter_section .items .item a {
    display: flex;
    justify-content: space-between;
    position: relative;
}


.phone a {
    color: #222;
}

.svg-phone {
    min-width: 9px;
    min-height: 12px;
    background-image: url("/local/templates/electrograd/images/svg/Phone_black.svg");
}

.svg-email {
    background: #222 url("/local/templates/electrograd/images/svg/Email_mask.svg") 0 0 no-repeat;
    min-width: 20px;
    min-height: 20px;
}

.svg_triangle_right {
    background-image: url("/local/templates/electrograd/images/svg/Triangle_right.svg");
}

.svg-arrow-right {
    background-image: url("/local/templates/electrograd/images/svg/Arrow_right.svg");
}


/*SOCIAL*/
.soc-avt {
    color: #888;
    font-size: 12px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
}

.soc-avt .title {
    font-size: 15px;
    color: #222;
}

.soc-avt .row {
    margin: 14px 0 0;
}

.social-icons li,
.soc-avt .row a {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin: 0;
    font-size: 0;
}

.social-icons li a,
.soc-avt .row a {
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 40px;
    transition: all 0.3s ease;
    font-size: 0;
    background: none;
    border-radius: 100%;
}

.social-icons li a {
    display: block;
    margin: 5px 0 5px;
    background: url(/local/templates/electrograd/images/social.png) -4px -4px no-repeat;
}

.social-icons li.ytb a, .soc-avt a i.ytb {
    background-position: -204px -4px;
}

.soc-avt .row a {
    display: inline-block;
    margin: 5px 11px 5px 0;
    padding: 0;
}

.soc-avt .row a i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/local/templates/electrograd/images/social.png) 0 0 no-repeat;
    border-radius: 100%;
}

.social-icons li a:hover, .soc-avt .row a:hover {
    opacity: 0.8;
}

.soc-avt a i.soc-icon.vkontakte,
.soc-serv-main a i.soc-icon.vkontakte {
    background-position: -3px -4px;
}

.soc-avt a i.soc-icon.odnoklassniki,
.soc-serv-main a i.soc-icon.odnoklassniki {
    background-position: -253px -4px;
}

.soc-avt a i.soc-icon.facebook,
.soc-serv-main a i.soc-icon.facebook,
.social-icons li.facebook a,
.soc-avt a i.facebook {
    background-position: -53px -4px;
}

.soc-avt a i.soc-icon.yandex,
.soc-serv-main a i.soc-icon.yandex {
    background-position: -404px -54px;
}

.soc-avt a i.soc-icon.google,
.soc-serv-main a i.soc-icon.google {
    background-position: -453px -4px;
}

.social-icons li.twitter a,
.soc-avt a i.twitter {
    background-position: -104px -4px;
}

.social-icons li.instagram a,
.soc-avt a i.instagram {
    background-position: -154px -4px;
}

.social-icons li.telegram a,
.soc-avt a i.telegram {
    background-position: -153px -104px;
}

.social-icons li.mail a,
.soc-avt a i.mymailru,
.social-icons li.mailru2 a,
.soc-avt a i.mailru2 {
    background-position: -4px -54px;
}

.soc-avt .row .auth span {
    display: none;
}

.forgot {
    float: right;
    font-size: 13px;
}


body #digi-shield.digi-is-container {
    top: 164px;
    height: calc(100vh - 164px);
}

body #digi-shield .digi-product__discount {
    background: #f31d1d;
}

.digi-body_mobile #digi-shield.digi_mobile .digi-search-form__input {
    border-radius: 7px;
    border-top-left-radius: 7px;
    background: #f5f5f5;
    height: 40px;
}

.digi-body_mobile #digi-shield .digi-search-form__submit {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;

}

.digi-body_mobile #digi-shield .digi-search {
    background-color: #ff6d00;
    height: 54px;
}

.digi-body_mobile #digi-shield.digi_mobile .digi-search-form {
    padding: 0;
}

.digi-body_mobile #digi-shield.digi_mobile .digi-search-form {
    margin: 7px 15px;
}

/*CONTENT*/
li {
    list-style-type: none;
}

.tabs > li:before,
.tabs_content > li:before,
.flex-viewport li:before,
.flex-direction-nav li:before,
.slider_navigation li:before,
.extended_pagination li:before,
.main-nav li:before,
.bottom_main_menu li:before,
.item_slider ul.slides li:before,
.module-gallery-list li:before,
ul.left_menu li:before,
ul.brands_list li:before,
ul.stores_list li:before,
.section_item_inner ul li:before,
ul.tabs-content li:before,
.internal_sections_list li:before,
li.catalog_item:before {
    content: none !important;
}

.form-control {
    position: relative;
    background-color: #fff;
    border: 0 solid #d5dadc;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 0;
    margin-bottom: 19px;
}

input.form-control {
    margin-bottom: 0;
}

textarea.form-control {
    padding: 6px 12px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 0.7;
}

form label {
    font-weight: normal;
}

.form-control label {
    color: #888;
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: normal;
}

label.error {
    color: #e62222;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 5px;
    font-weight: 400;
}

form .star,
form .required-star {
    font-size: 12px;
    font-weight: normal;
    line-height: 0;
    margin: 0 0 0 4px;
    position: relative;
    color: #e62222;
}

.form-group .form-control:focus,
.form-group .form-control:active {
    box-shadow: none;
    border-color: #eee;
}

.form {
    position: relative;
}

.form textarea {
    min-height: 193px;
}

.form.sending:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url('/local/templates/electrograd/images/loaders/pl3.gif') center no-repeat;
    z-index: 1000;
    opacity: 0.8;
}


.title_block {
    display: inline-block;
    margin: 0 38px 0 0;
    /*font-size: 20px;*/
    /*font-weight: 700;*/
    color: #1d2029;
    /*line-height: 30px;*/
}

.title_block_brand {
    margin-bottom: 15px;
}

.title-stock {
    margin: 0 0 15px 0;
}

div.item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 50;
    -webkit-box-orient: vertical;
    white-space: normal;
}

div.item-title a,
div.item-title a span {
    display: block;
    font-size: 13px;
}

.catalog_item .item-title a,
.catalog_item .item-title a span {
    font-size: 14px;
    line-height: 17px;
}

.right_block.wide_N,
.right_block.wide_ {
    float: right;
    width: calc(100% - 288px);
    position: relative;
}

.right_block ul,
.right_block ol,
.wide_page ul,
.wide_page ol {
    margin: 0 0 27px;
}

.right_block ul li,
.right_block ol li,
.wide_page ul li,
.wide_page ol li {
    margin: 0 0 4px;
    padding-left: 20px;
    position: relative;
}

.right_block li:before,
.wide_page li:before {
    content: "\25CF";
    color: #ff6d00;
    padding: 0;
    margin-left: 0;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}

.uen-stores-list li:before {
    content: none;
}

ul.uen-stores-list.active:after {
    content: url(/local/templates/electrograd/./images/svg/icons_for-card_close.svg);
    max-width: 16px;
    max-height: 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 4px;
    right: 5px;
}

.right_block .shares-block li:before,
.right_block .slides li:before,
.right_block .nav li:before,
.right_block .tabs > li:before,
.right_block .tabs .nav-tabs > li:before,
.right_block .pagination > li:before,
.right_block .flex-direction-nav li:before,
.right_block .tabs_content > li:before,
.right_block .slider_navigation li:before,
.wide_page .shares-block li:before,
.wide_page .slides li:before,
.wide_page .nav li:before,
.wide_page .tabs > li:before,
.wide_page .tabs .nav-tabs > li:before,
.wide_page .pagination > li:before,
.wide_page .flex-direction-nav li:before,
.wide_page .tabs_content > li:before,
.wide_page .slider_navigation li:before {
    display: none;
}

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

.right_block .img img {
    display: inline-block;
    margin: 0 auto;
    max-height: 100%;
}

.right_block img {
    max-width: 100%;
    height: auto;
}

.icon_more {
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    background: url('/local/templates/electrograd/images/arrows.png') -1px -78px no-repeat;
    padding: 0 0 0 23px;
    margin: 10px 0 0;
    display: inline-block;
}

.flexslider {
    margin: 0;
    position: relative;
    text-align: center;
    display: block;
    height: auto;
}

.flexslider ul,
.flexslider ul > li,
.flexslider ol,
.flexslider ol > li {
    margin: 0;
    padding: 0;
}

.flexslider.shadow .flex-viewport {
    margin: 0 -10px;
    padding: 0 10px;
    z-index: 1;
}

.slides {
    display: block;
    list-style: none;
}

.slides:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.flexslider.shadow .slides {
    padding: 18px 0;
    overflow: visible;
}

.flexslider .slides > li {
    height: auto;
    float: left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

ul.slides li:before,
ul.flex-direction-nav li:before,
ol.flex-control-nav li:before {
    content: none !important;
}

.flex-direction-nav {
    display: block;
}

ul.flex-direction-nav li,
.flex-direction-nav a {
    display: inline-block;
    height: 36px;
    width: 36px;
}

ul.flex-direction-nav li {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 2;
    transition: all ease .3s;
    opacity: 0;
    font-size: 0;
}

.flex-direction-nav .flex-nav-prev {
    left: -50px;
}

.flex-direction-nav .flex-nav-next {
    right: -50px;
}

.flexslider:hover .flex-direction-nav li {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-nav-prev {
    left: 20px;
}

.flexslider:hover .flex-direction-nav .flex-nav-next {
    right: 20px;
}

.flex-direction-nav a {
    border-radius: 100%;
    background: #fff url('/local/templates/electrograd/images/arrows.png') no-repeat;
}

.flex-direction-nav a.flex-prev {
    background-position: 13px -98px;
}

.flex-direction-nav a.flex-next {
    background-position: -21px -98px;
}

.flex-direction-nav a:hover {
    background-color: #ff6d00;
}

.flex-direction-nav a.flex-prev:hover {
    background-position: 13px 7px;
}

.flex-direction-nav a.flex-next:hover {
    background-position: -21px 7px;
}

.flex-control-nav {
    position: absolute;
    bottom: 0;
    display: inline-block;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

ol.flex-control-nav li {
    padding: 6px 6px 6px 2px;
    font-size: 0;
    margin: 0;
    text-indent: 0;
    display: inline-block;
    position: relative;
}

.flex-control-nav a {
    display: inline-block;
    height: 10px;
    width: 10px;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: 2px solid #1d1a1a;
    border-radius: 100%;
}

.flex-control-nav a.flex-active,
.flex-control-nav a:hover {
    background: #1d1a1a;
}

.top_right .flex-direction-nav {
    position: absolute;
    top: -33px;
    right: 0;
}

.flexslider.top_right .flex-direction-nav li,
.flexslider.top_right:hover .flex-direction-nav li {
    left: unset;
    right: unset;
    opacity: 1;
}

.item_slider.flex {
    display: none;
}

.item_slider .slides {
    display: block;
    padding: 0;
    margin: 0 auto 22px;
    width: 100%;
    max-width: 400px;
    height: 400px;
    line-height: 397px;
    position: relative;
    list-style: none;
    zoom: 1;
}

.item_slider:not(.flex) .slides li {
    padding: 0;
    margin: 0;
    display: none;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: absolute;
    line-height: 400px;
    z-index: 50;
}

.item_slider:not(.flex) .slides li.current {
    display: block;
}

.item_slider .slides li img,
.item_slider .thumbs li img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

a .zoom {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    background: #ff6d00;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0;
    transition: all ease .3s;
}

.zoom:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 22px;
    margin: -12px 0 0 -11px;
    background: url('/local/templates/electrograd/images/next.png') -250px -171px no-repeat;
}

.current:hover .zoom,
.item:hover .zoom,
.popup_link:hover .zoom {
    opacity: 1;
}

.brands_slider > li {
    line-height: 48px;
    text-align: center;
}

.brands_slider_wrapp li a {
    margin: 0 10px;
    display: block;
}

.brands_slider_wrapp li img {
    display: inline-block;
    vertical-align: middle;
    transition: all ease-out 0.2s;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    max-width: 120px;
    max-height: 48px;
}

.brands_slider_wrapp li:hover img {
    -webkit-filter: saturate(1.2);
    opacity: 1;
}

.brands_slider_wrapp .flex-direction-nav li {
    opacity: 1;
}

.brands_slider_wrapp .flex-direction-nav a {
    background-color: unset;
    opacity: .5;
}

.brands_slider_wrapp .flex-direction-nav li.flex-nav-prev,
.flexslider.brands_slider_wrapp:hover .flex-direction-nav li.flex-nav-prev {
    left: 0;
}

.brands_slider_wrapp .flex-direction-nav li.flex-nav-next,
.flexslider.brands_slider_wrapp:hover .flex-direction-nav li.flex-nav-next {
    right: 0;
}

.brands_slider_wrapp .flex-direction-nav a:hover {
    background-color: unset;
    opacity: 1;
}

.brands_slider_wrapp .flex-direction-nav a.flex-prev:hover {
    background-position: 13px -98px;
}

.brands_slider_wrapp .flex-direction-nav a.flex-next:hover {
    background-position: -21px -98px;
}

.custom_flex ul.flex-direction-nav li {
    margin-top: -17px;
}

.module-pagination .flex-direction-nav li a,
.custom_flex .flex-direction-nav li a,
.custom_flex .flex-direction-nav li span {
    background: url('/local/templates/electrograd/images/arrows2.png') 3px -20px no-repeat;
    width: 29px;
    height: 29px;
}

.module-pagination .flex-direction-nav li.flex-nav-next a,
.custom_flex .flex-direction-nav li.flex-nav-next a,
.custom_flex .flex-direction-nav li.flex-nav-next span {
    background-position: -72px -20px;
}

.module-pagination .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover span {
    background-position: 3px 4px;
}

.module-pagination .flex-direction-nav li.flex-nav-next:hover a,
.custom_flex .flex-direction-nav li.flex-nav-next:hover a,
.custom_flex .flex-direction-nav li.flex-nav-next:hover span {
    background-position: -71px 4px;
}

.top_right .flex-direction-nav li {
    position: relative;
}

.top_right .flex-direction-nav li,
.top_right .flex-direction-nav a {
    width: 33px;
    height: 35px;
}

.top_right .flex-direction-nav a {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    opacity: .5;
}

.top_right .flex-direction-nav a.flex-prev,
.top_right .flex-direction-nav a.flex-prev:hover {
    background-position: 12px -48px;
}

.top_right .flex-direction-nav a.flex-next,
.top_right .flex-direction-nav a.flex-next:hover {
    background-position: -25px -48px;
}

.top_right .flex-direction-nav a:hover {
    background-color: #f6f6f7;
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    display: none;
}

/*
.owl-carousel.shadow .owl-stage-outer {
    margin: 0 -10px;
    padding: 0 10px;
}
 */
.owl-carousel.hovered .owl-stage-outer {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.owl-carousel.shadow .owl-stage {
    padding: 18px 0;
    overflow: visible;
}

.owl-carousel .owl-item img {
    width: unset;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 1;
}

.owl-carousel .owl-nav button {
    margin: 0;
    overflow: hidden;
}

.owl-carousel .owl-nav button,
.owl-carousel .owl-nav button span {
    display: inline-block;
    width: 33px;
    height: 35px;
    font-size: 31px;
    line-height: 27px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.owl-carousel .owl-nav button {
    opacity: .9;
}

.owl-carousel .owl-nav button.disabled {
    opacity: .5;
}

.owl-carousel .owl-nav button:not(.disabled):hover {
    background-color: #ff6d00;
    color: #fff;
    opacity: 1;
}

.owl-carousel .item {
    width: 25%;
    float: left;
}

.owl-carousel .owl-item .item {
    width: unset;
    float: none;
}


/*MOBILE MENU*/
#mobilemenu {
    background: #fff;
    z-index: 3002;
    overflow: hidden;
    overflow-y: auto;
    transition: opacity .4s ease;
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    opacity: 0;
    visibility: hidden;
}

.menu__top-mobile_header {
    padding: 8px 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.menu__top-mobile_header img {
    width: 35%;
}

/*OTHERS*/
.cookie__panel {
    position: fixed;
    color: white;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #f16522;
    padding: 5px 18px;
    font-size: 12px;
    text-align: center;
    z-index: 7999;
}

.cookie__panel a.link {
    color: #fff;
}

.cookie_btn {
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 4px;
    margin-left: 20px;
}

.cookie__panel-btn {
    color: white;
}

.block__panel {
    display: block;
}

.none__panel {
    display: none;
}

.preloader-img {
    position: fixed;
    z-index: 100;
    width: 12%;
    height: 42%;
    top: 26%;
    left: 45%;
}

.ajax-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10002;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 100%;
}

.loading_block {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: #fff url('/local/templates/electrograd/images/loaders/pl3.gif') center center no-repeat;
}

.loader-bg,
.loader_circle {
    background: #fff url('/local/templates/electrograd/images/loaders/pl3.gif') center center no-repeat;
}

.loadings {
    background: url(/local/templates/electrograd/images/loaders/preloader.gif) no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
}

.btn.btn-default.loadings {
    background-color: #ff6d00 !important;
}

.loadings * {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load 1.8s infinite ease-in-out;
    animation: load 1.8s infinite ease-in-out;
}

.loader {
    display: block;
    color: #38529C;
    font-size: 10px;
    margin: 12px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -12px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 12px;
}

@keyframes load {
    0%,
    80%,
    100% {
        box-shadow: 0 10px 0 -5px;
    }
    40% {
        box-shadow: 0 10px 0 0;
    }
}

.city_chooser_small_frame {
    width: 600px;
    max-width: 600px;
}

.popup.city_chooser_frame .form .form_head,
.city_chooser_small_frame .form .form_head {
    padding-bottom: 0;
    border: none;
}

.city_chooser_frame h2,
.city_chooser_small_frame h2 {
    font-size: 24px;
}

.popup_regions .items.only_city {
    padding: 18px 25px 0;
}

.popup_regions .items .items_block {
    max-height: 500px;
    overflow-y: auto;
    font-size: 0;
}

.popup_regions .items .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px 0;
    padding: 5px 10px 5px 10px;
}

.popup_regions .items .cities .item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    background: none;
    width: 25%;
    margin-bottom: 3px;
}

.popup_regions .items .cities .item.current span {
    font-weight: bold;
    color: #222;
}

.popup_regions .items.only_city + .h-search {
    padding: 0 36px 39px;
}

.popup_regions .items.only_city + .h-search .wrapper {
    display: none;
}

.popup_regions .h-search .wrapper {
    position: relative;
}

.popup_regions .h-search #search {
    background: #f5f5f5;
    height: 39px;
}

.popup_regions .h-search .wrapper .search_btn {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
}

.popup_regions .h-search .wrapper .search_btn:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 11px;
    width: 17px;
    height: 17px;
    background: url('/local/templates/electrograd/images/svg/Search_black.svg') 0 0 no-repeat;
}

.confirm_region {
    background: #fff;
    border-radius: 4px;
    display: block;
    position: absolute;
    padding: 20px 29px 24px 29px;
    margin-left: -35px;
    top: 50px;
    left: -50%;
    font-size: 13px;
    min-width: 270px;
    text-align: center;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    z-index: 1002;
}

.confirm_region:before, .confirm_region:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.05);
    margin-left: -10px;
}

.confirm_region:after {
    border-bottom: 10px solid white;
    top: -18px;
}

.confirm_region .title {
    font-size: 15px;
    color: #333;
}

.confirm_region .buttons {
    padding: 14px 0 0;
    white-space: nowrap;
}

.confirm_region .buttons > .btn {
    margin: 0 4px;
}

.popup .auth_select_title {
    padding: 20px 35px;
    text-align: center;
}

.reg-new {
    padding: 24px 0 30px;
    text-align: left;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    margin: 0 0 0;
}

.popup .reg-new {
    margin: 0;
    padding-left: 35px;
    padding-right: 35px;
}

.auth_wrapp label.error {
    right: 15px;
}

.auth_wrapp .form-footer {
    padding: 28px 0 37px;
}

.popup .auth_wrapp .form-footer {
    background: #f7f7f7;
    padding-left: 35px;
    padding-right: 35px;
}

.more_text_small {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 16px;
    padding: 0 0 0;
}

.auth_wrapp .form-footer .more_text_small {
    padding-left: 25px;
    color: #999;
    font-size: 11px;
    line-height: 1.5;
}

.subscribe-edit .more_text_small {
    padding-left: 20px;
}

.popup .prompt.remember {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    float: none;
    margin: 5px 0 0;
    white-space: nowrap;
}

.popup .prompt.remember input {
    width: auto;
    margin: 0 4px 0 0;
}

.form-block .but-r .remember label {
    font-size: 13px;
    margin: 0;
}

.popup .prompt.remember label {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin: 0;
    top: -4px;
    position: relative;
    font-weight: normal;
}

.remember input[type="checkbox"] + label:before,
.remember input[type="checkbox"] + label:after {
    top: 2px;
}

.popup #ajax_auth .alert + .auth_wrapp {
    margin-top: -20px;
}

div[id^=bx_auth_resend],
div[id^=bx_auth_error],
#bx_profile_resend,
#bx_profile_error {
    margin-top: 20px;
}

.tabs {
    margin-bottom: 25px;
}

.tabs .nav-tabs {
    margin: 0;
    border-bottom-color: #f2f2f2;
}

.tabs .nav-tabs > li,
.pagination > li,
.flex-direction-nav li {
    padding-left: 0;
    margin-bottom: 0;
    position: static;
}

.tabs .nav.nav-tabs a {
    background: #f9f9fa;
    border: 1px solid #F2F2F2;
    color: #222;
    padding: 17px 25px 18px;
    margin: 0 -1px -1px 0;
    text-decoration: none;
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
}

.tabs .nav.nav-tabs a:hover,
.tabs .nav.nav-tabs li.active a,
.tabs .nav.nav-tabs li.active a:hover {
    background: #fff;
}

.tabs .nav.nav-tabs li.active a,
.tabs .nav.nav-tabs li.active a:hover {
    border-bottom-color: #fff;
}

.tabs .nav-tabs a:hover,
.tabs .nav-tabs a:active,
.tabs .nav-tabs li.active a {
    color: #ff6d00;
}

.tabs .nav-tabs li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ff6d00;
}

.top_blocks .tabs > li:first-child {
    padding-left: 0;
}

.tabs .tab-content {
    padding: 40px 0 0;
}

.specials_slider_wrapp ul.tabs_content li.tab,
.tab_slider_wrapp ul.tabs_content li.tab {
    margin: 0;
    padding: 0;
}

.tab-pane .maxwidth-theme {
    padding: 0;
}

.tab-pane .form_head h4 {
    margin-top: 0;
}

.tab-pane .btn {
    margin-right: 10px;
}

.popup .form-wr {
    padding: 29px 35px 35px;
    min-height: 108px;
}

.popup .form .form_body {
    margin: 0;
    padding: 29px 35px 6px;
}

.popup .form .form_footer {
    padding: 0 35px 12px;
    margin: 0 0 23px 0;
    display: block;
}

.popup .form-control {
    margin: 0 0 19px;
}

.filter.licence_block {
    padding: 0 0 20px;
    position: relative;
    margin: -10px 0 0;
}

.filter.label_block input + label {
    padding-left: 23px;
    font-size: 13px;
    color: #888;
}

.popup_filter_count_product {
    padding-top: 10px;
    color: #ff6d00;
    opacity: 0;
    transition: 1s;
    animation: show 1s 1;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 22px;
}

.switch-container input {
    display: none;
}

.switch-container input[type=checkbox] + label:not(.disabled):before, .switch-container input[type=radio] + label:before {
    display: none;
}

.switch-container input[type=checkbox] + label:after {
    display: none;
}

.switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch__slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-container input:checked + label .switch__slider {
    background-color: #ff6d00;
}

input:focus .switch__slider {
    box-shadow: 0 0 1px #ff6d00;
}

.switch-container input:checked + label .switch__slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.switch__slider.round {
    border-radius: 34px;
}

.switch__slider.round:before {
    border-radius: 50%;
}

.switch .bx_filter_input_checkbox {
    width: 200px;
}

.bx_filter .switch .bx_filter_input_checkbox .bx_filter_param_text {
    margin-left: 46px;
}

.b24-widget-button-position-bottom-right {
    bottom: 100px !important;
}


/*COMMON*/
.border_block {
    padding: 38px 43px;
    border: 1px solid #f2f2f2;
    position: relative;
}

.border_block .form-block-wr .wrap_md {
    font-size: 0;
}

.wrap_md .iblock {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.form-block-wr .main .iblock {
    font-size: 12px;
}

.iblock.label_block {
    width: 59%;
    position: relative;
    vertical-align: top;
}

.iblock.label_block label {
    padding: 0;
    margin-bottom: 8px;
}

.iblock.text_block {
    width: 41%;
    padding: 20px 0 0 25px;
    color: #b3b3b3;
    line-height: 16px;
    vertical-align: top;
    font-size: 12px;
}

.border_block .text_block {
    color: #999;
    margin: 4px 0 0;
    line-height: 1.5;
}

.module-form-block-wr.lk-page .soc-avt {
    padding: 33px 43px 15px;
    margin: 45px -43px 0 -43px;
    border-top: 1px solid #f2f2f2;
}

.data-table.top .left_blocks {
    width: 40%;
}

.data-table.top .right_blocks {
    width: 60%;
}

.common_select {
    font-size: 0;
    width: 100% !important;
}

.common_select .common_select-link {
    border: 1px solid #dadada;
    position: relative;
    display: block;
    margin: 0;
    padding: 0 30px 0 7px;
    border-radius: 2px;
    height: 27px;
    cursor: pointer;
}

.common_select .common_select-link .ik_select_link_text {
    font-size: 13px;
    max-width: 100%;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.common_select .common_select-link .trigger {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 26px;
    height: 26px;
    border: 1px solid #dadada;
    border-bottom: none;
    background: #fff;
    text-align: center;
    line-height: 30px;
}

.common_select .common_select-link:hover .trigger,
.common_select .common_select-link.opened .trigger {
    background: #e3e3e3;
}

.common_select .common_select-link .trigger:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 4px;
    background: url('/local/templates/electrograd/images/arrows.png') -1px -174px no-repeat;
}

.ik_select_dropdown.common_select-dd {
    border: 1px solid #dadada;
    box-shadow: none;
    min-width: 220px;
}

.ik_select_list .ik_select_list_inner ul li {
    text-align: left;
    padding: 4px 9px 4px 9px;
    cursor: pointer;
    background: #fff;
}

.ik_select_list .ik_select_list_inner ul li.ik_select_option {
    background: #f2f2f2;
    padding: 4px;
    font-size: 13px;
    white-space: pre;
}

.ik_select_list .ik_select_list_inner ul li:hover {
    background: #e3e3e3;
}

.ik_select_list .ik_select_list_inner ul li.ik_select_active {
    background: #f2f2f2;
    color: #b1b1b1;
}

.common_select select {
    display: none;
}

.page-top .print-link {
    display: none;
    position: absolute;
    top: 0;
    width: 47px;
    height: 47px;
    font-size: 0;
    transition: background ease .3s;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    right: 0;
}

.svg-print {
    background-image: url("/local/templates/electrograd/images/svg/Print.svg");
}

section.page-top {
    padding-top: 30px;
    min-height: 56px;
    position: relative;
}

.page-top .page-top-main {
    position: relative;
}


.sections_wrapper {
    margin: 0 0 30px;
}

.sections_wrapper .list .row > div {
    padding: 0;
    margin: 0 0 -1px -1px;
}

.sections_wrapper .list .item {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 30px 10px 30px;
    transition: all ease .2s;
}

.sections_wrapper .list .item:hover {
    border-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.sections_wrapper .list .item:not(.section_item) .img {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0 auto 22px;
}

.sections_wrapper .list .item .name {
    font-size: 15px;
    line-height: 20px;
}

.sections_wrapper .list .item .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.tizers_block {
    font-size: 0;
    margin: 30px 0;
    text-align: center;
    padding: 0 0 9px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 18px;
}

.front .tizers_block {
    margin-bottom: 0;
    margin-top: 10px;
}

.tizers_block .row > div {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.tizers_block .item {
    margin: 0 0 34px;
    white-space: nowrap;
}

.tizers_block .item > div {
    display: table-cell;
    vertical-align: middle;
}

.tizers_block .item .img {
    margin: 0 20px 0 0;
    background: #fff;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.tizers_block .item .title {
    text-align: left;
    padding: 0 0 0 20px;
    white-space: normal;
    font-size: 13px;
}

.tizers_block .item .title a {
    color: #555;
    display: block;
}


/*CATALOG_ITEM BLOCK*/
.catalog_item {
    position: relative;
    background: #fff;
    text-align: center;
    transition: box-shadow ease-out .2s;
}

.catalog_item .inner_wrap {
    background-color: #fff;
    margin: 0;
    padding: 20px 19px 21px 20px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.catalog_item:hover .inner_wrap {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.image_wrapper_block,
.image_wrapper_block a {
    min-width: 70px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto 10px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: relative;
}

.catalog_item .image_wrapper_block {
    margin: 0 auto 10px;
    position: relative;
}

.image_wrapper_block img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.stickers {
    left: 0;
    top: 4px;
    position: absolute;
    z-index: 3;
    line-height: 20px;
    text-align: left;
    padding-right: 50px;
    font-size: 0;
}

.stickers > div {
    display: inline-block;
}

.stickers [class*="sticker_"] {
    background-color: #4fad00;
    width: auto;
    margin: 0 3px 6px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
    border-radius: 2px;
}

.stickers .sticker_hit,
.stickers .sticker_khit {
    background-color: #2992d9;
}

.stickers .sticker_stock,
.stickers .sticker_aktsiya {
    background-color: #ffc438;
    color: #1d2029;
}

.stickers .sticker_recommend,
.stickers .sticker_sovetuem {
    background-color: #893ca9;
}

.like_wrapper {
    position: relative;
}

.like_icons {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 53;
}

.like_icons span {
    display: block;
    background: #fff;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease;
    margin: 0 0 5px;
    overflow: hidden;
    border-radius: 100%;
    cursor: pointer;
}

.like_icons span:hover {
    background-color: #e3e3e3;
}

.like_icons span i {
    background: url('/local/templates/electrograd/images/icons_wish.png') 0 0 no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.like_icons .wish_item i {
    background-position: 5px -16px;
}

.like_icons .compare_item i {
    background-position: -18px -17px;
}

.item_slider .like_icons span i {
    width: 34px;
    height: 34px;
    background-image: none;
    position: relative;
}

.like_icons span.added {
    visibility: visible;
}

.like_icons .compare_item.added i,
.like_icons .wish_item.added i {
    background-color: #fa6b00;
}

.like_icons .wish_item.added i {
    background-position: 5px -44px;
}

.like_icons .compare_item.added i {
    background-position: -18px -45px;
}

.compare_item .value.added,
.wish_item .value.added {
    display: none;
}

.item_slider .like_icons span i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    background: url('/local/templates/electrograd/images/icons_wish.png') 5px -16px no-repeat;
}

.item_slider .like_icons .wish_item i:before {
    background-position: 5px -16px;
}

.item_slider .like_icons .wish_item:hover i:before {
    background-position: 5px -72px;
}

.item_slider .like_icons .compare_item i:before {
    background-position: -18px -17px;
}

.item_slider .like_icons .compare_item:hover i:before {
    background-position: -18px -73px;
}

.item_slider .like_icons .wish_item.added i:before,
.item_slider .like_icons .wish_item.added:hover i:before {
    background-position: 5px -44px;
}

.item_slider .like_icons .compare_item.added i:before,
.item_slider .like_icons .compare_item.added:hover i:before {
    background-position: -18px -45px;
}

.flexbox {
    display: flex;
    flex-direction: column;
}

.row.flexbox {
    flex-direction: row;
    flex-wrap: wrap;
}

.row.flexbox .item {
    height: 100%;
    min-height: 100%;
}

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

.rows_block {
    font-size: 0;
    margin: 0 -6px;
}

.rows_block .item_block {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
}

.shine {
    position: relative;
    overflow: hidden;
}

/*
.hover_shine .shine:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover_shine .shine:hover:before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
    opacity: 1;
}
*/

.rating {
    height: 20px;
    margin: 0 0 9px;
}

.rating .iblock-vote {
    display: inline-block;
    margin: 6px auto 0;
}

.quantity_block_wrapper {
    font-size: 0;
    padding: 10px 0;
}

.quantity_block_wrapper > div {
    display: inline-block;
    font-size: 13px;
    color: #666;
    margin-right: 30px !important;
}

.item-stock {
    color: #6d6d6d;
    font-size: 12px;
    line-height: 15px;
    margin: 6px 0 2px;
}

.item-stock > span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #666;
}

.item-stock .icon {
    background: url('/local/templates/aspro_next/css/../images/ai.png') -92px -48px no-repeat;
    width: 14px;
    height: 14px;
    margin: 1px 6px 0 0;
}

.item-stock .icon.stock {
    background-position: -111px -50px;
}

.catalog_detail .item-stock .value .store_view {
    border-bottom: 1px dotted;
}

.quantity_block_wrapper .cheaper_form {
    position: relative;
    padding-left: 22px;
}

.quantity_block_wrapper .cheaper_form:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url("/local/templates/electrograd/images/ai.png") -74px -84px no-repeat;
}

.quantity_block_wrapper .cheaper_form > span {
    border-bottom: 1px dotted;
}

.catalog_item .cost.prices {
    margin: 11px 0 0;
    line-height: 0;
}

.prices .price_matrix_wrapper {
    display: inline-block;
    overflow: hidden;
}

.cost.prices .price {
    font-size: 18px;
    font-weight: bold;
    margin: 0 7px 8px;
    line-height: 15px;
}

.cost.prices .price.discount {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0;
    float: none;
    color: #888;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    text-decoration: line-through;
}

.table .cost .price,
.list .cost .price {
    margin-left: 0;
}

.price.discount span {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: #888;
    text-decoration: line-through;
}

.sale_block {
    margin: 3px 0 2px;
    font-size: 12px;
    font-weight: normal;
    clear: both;
}

.catalog_block .sale_block {
    margin-top: -3px;
}

.sale_block .title {
    font-size: 12px;
}

.sale_block .text {
    display: inline-block;
    font-size: 12px;
    background: #ffd02e;
    padding: 3px 8px 2px;
    line-height: 16px;
    border-radius: 3px;
    margin: 1px 0 1px 7px;
}

.sale_block .title + .text {
    margin-left: 7px;
}

.price-bonus {
    color: #e97411;
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block;
}

.price-bonus-block {
    position: relative;
    display: inline-block;
    width: 50px;
}

.price-bonus-helper {
    font-size: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 40px;
    padding: .4rem .5rem;
    line-height: 1rem;
    background-color: white;
    color: #c1c1c1;
    display: inline-block;
}

.price-bonus-popup {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 15px;
    background-color: white;
    padding: 15px;
    line-height: 2rem;
    color: black;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    width: 350px;
    text-align: center;
}

.price-bonus-helper:hover .price-bonus-popup {
    display: block;
}

.fast_view_block {
    transition: all .2s ease-in-out;
    background-color: rgba(229, 229, 229, 0.9);
    border-radius: 2px;
    position: absolute;
    text-align: center;
    margin-left: -75px;
    margin-top: -20px;
    line-height: 36px;
    cursor: pointer;
    color: #666;
    height: 36px;
    width: 150px;
    left: 50%;
    top: 50%;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 99;
}

.item:hover .fast_view_block,
.catalog_item:hover .fast_view_block {
    display: block;
    visibility: visible;
    opacity: 1;
}

.icons.fast_view_block {
    font-size: 0;
}

.icons.fast_view_block:before {
    content: "";
    opacity: .5;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -8px;
    width: 17px;
    height: 16px;
    background: url('/local/templates/electrograd/images/next.png') -290px -304px no-repeat;
}

.fast_view_frame.popup {
    max-width: 900px;
    width: 900px;
    z-index: 2998;
}

.fast_view_frame.popup #fast_view_item {
    height: 510px;
    overflow: hidden;
}

.fast_view_frame.popup #fast_view_item .loading_block {
    height: 100%;
}

.fast_view_frame.popup .form .form_head {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 23px;
    padding-bottom: 24px;
    z-index: 2;
    background: #fff;
    position: relative;
}

.fast_view_frame.popup .form .form_head h2 {
    font-size: 22px;
}

.fast_view_frame.popup .catalog_detail .item_main_info {
    margin-bottom: 30px;
    position: relative;
}

.fast_view_frame.popup .catalog_detail .item_main_info .img_wrapper {
    width: 310px;
    float: left;
    padding: 30px 30px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .stickers {
    top: 30px;
    left: 30px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .item_slider {
    width: auto;
    float: none;
    padding: 0;
}

.fast_view_frame.popup .item_slider .slides {
    height: 340px;
    line-height: 337px;
}

.fast_view_frame.popup .item_slider:not(.flex) .slides li {
    height: 340px;
    line-height: 337px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .prices_item_block {
    float: right;
    width: 269px;
    padding: 31px 30px 0 27px;
    max-height: 507px;
    overflow-y: auto;
    overflow-x: hidden;
}

.fast_view_frame.popup .catalog_detail .counter_wrapp > div {
    margin-top: 15px;
    margin-bottom: 12px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .right_info {
    margin: 0 269px 0 310px;
    padding: 0;
    position: relative;
}

.fast_view_frame.popup .catalog_detail .item_main_info .right_info .info_item {
    padding: 27px 30px 0;
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.fast_view_frame.popup .catalog_detail .info_item .title a {
    font-size: 18px;
    line-height: 24px;
}

.fast_view_frame.popup .catalog_detail .info_item .top_info {
    padding-bottom: 19px;
}

.fast_view_frame.popup .catalog_detail .rating {
    margin: 0 0 10px;
}

.fast_view_frame.popup .catalog_detail .info_item .iblock-vote {
    margin-top: 5px;
}

.fast_view_frame.popup .catalog_detail .info_item .iblock-vote table td div {
    background: url("/local/templates/electrograd/images/ai.png") -137px -51px no-repeat;
    cursor: pointer;
    width: 15px;
    height: 14px;
    overflow: hidden;
}

.fast_view_frame.popup .catalog_detail .info_item .iblock-vote table td div.star-empty {
    background-position: -152px -51px;
}

#fast_view_item .quantity_block_wrapper {
    padding-top: 0;
}

.fast_view_frame.popup .catalog_detail .item-stock {
    margin: 0;
    line-height: 18px;
}

.fast_view_frame.popup .title_tab {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding: 12px 0 8px;
}

.fast_view_frame.popup .catalog_detail .props_list {
    width: 100%;
    margin: 0;
    color: #555;
    border-collapse: collapse;
    border: 0;
    table-layout: fixed;
}

.fast_view_frame.popup .catalog_detail .props_list td {
    position: relative;
    font-size: 13px;
    vertical-align: top;
    background: url('/local/templates/electrograd/images/dott.png') 0 14px repeat-x;
    width: 50%;
    text-align: right;
    line-height: 1.3;
    padding-bottom: 10px;
}

.fast_view_frame.popup .props_list tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0;
}

.fast_view_frame.popup .catalog_detail .props_list .props_item,
.fast_view_frame.popup .catalog_detail .props_block .char_name .props_item,
.fast_view_frame.popup .catalog_detail .props_block .char_value,
.fast_view_frame.popup .catalog_detail .props_list td.char_value {
    overflow: hidden;
    text-overflow: ellipsis;
}

.fast_view_frame.popup .catalog_detail .props_list .props_item span {
    background: #fff;
    padding-right: 10px;
}

.fast_view_frame.popup .props_list td > span,
.fast_view_frame.popup .props_list td > .txt {
    position: relative;
    background: #FFF;
    padding: 0;
    display: inline-block;
    color: #666;
}

.fast_view_frame.popup .catalog_detail .props_list td.char_value span {
    padding: 0 0 0 10px;
}

.footer_button {
    transition: all .1s ease;
    text-align: center;
    font-size: 13px;
    color: #333;
    margin: 0;
    display: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.catalog_item:hover .footer_button,
.catalog_item.hover .footer_button,
.mobile .catalog_item .footer_button {
    display: block;
    opacity: 1;
    visibility: visible;
    margin: 11px 0 0;
    height: auto;
}

.counter_wrapp {
    font-size: 0;
    text-align: center;
}

.owl-carousel .counter_wrapp {
    white-space: nowrap;
}

.installer-title {
    font-weight: 700;
    margin-top: 0;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    padding: 16px 0 16px;
}

.grid-item {
    background-color: #f7f7f7;
    color: #737373;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px; /* Ð’Ñ‹ÑÐ¾Ñ‚Ð° Ð¿Ð»Ð¸Ñ‚ÐºÐ¸ */
    border-radius: 8px;
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 10px;
    transition: all 0.3s ease;
}

a.grid-item {
    text-align: center;
    text-decoration: none;
}

.grid-item svg {
    margin-bottom: 10px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ Ð¸ÐºÐ¾Ð½ÐºÐ¾Ð¹ Ð¸ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼ */
}

.grid-item:hover {
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    background-color: #f2f4f8;
    cursor: pointer;
}

/*.grid-item svg:hover {*/
/*    fill: #222; !* ÐžÑ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ Ð¸ÐºÐ¾Ð½ÐºÐ¾Ð¹ Ð¸ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼ *!*/
/*    stroke: #222; !* ÐžÑ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ Ð¸ÐºÐ¾Ð½ÐºÐ¾Ð¹ Ð¸ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼ *!*/
/*}*/


@media screen and (min-width: 1020px) and (max-width: 1030px) {
    .catalog_item .counter_wrapp {
        white-space: normal;
    }

    .owl-carousel.hovered .owl-stage-outer {
        padding-bottom: 85px;
    }
}

@media screen and (min-width: 768px) and (max-width: 770px) {
    .catalog_item .counter_wrapp {
        white-space: normal;
    }

    .owl-carousel.hovered .owl-stage-outer {
        padding-bottom: 90px;
    }
}

.counter_block {
    border: 1px solid #f3f3f5;
    background: #f3f3f5;
    font-size: 0;
    width: 84px;
    height: 36px;
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.counter_block.big_basket {
    width: 122px;
    text-align: center;
    height: auto;
}

.button_block {
    display: inline-block;
    vertical-align: top;
}

.counter_block + .button_block {
    margin: 0 10px 5px;
}

.counter_block input[type="text"] {
    width: 34px;
    border: 0;
    border-left: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
    background: #f3f3f5;
    color: #666;
    font-size: 13px;
    height: 34px;
    border-radius: 0;
    padding: 7px 3px;
    text-align: center;
    line-height: 13px;
}

.counter_block.big_basket input[type="text"] {
    font-size: 13px;
    height: 38px;
    width: 65px;
}

.counter_block .plus,
.counter_block .minus {
    font-size: 0;
    line-height: 40px;
    height: 34px;
    width: 24px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.counter_block.big_basket > span {
    height: 34px;
    width: 28px;
}

.counter_block > span:before {
    opacity: .7;
    display: inline-block;
    content: "";
    width: 24px;
    height: 34px;
    vertical-align: middle;
    background-image: url("/local/templates/electrograd/images/ai.png");
    background-repeat: no-repeat;
}

.counter_block > span.minus:before {
    background-position: -80px -191px;
}

.counter_block.big_basket > span.minus:before {
    background-position: -18px -189px;
}

.counter_block > span.plus:before {
    background-position: -54px -191px;
}

.counter_block.big_basket > span.plus:before {
    background-position: 1px -189px;
}

.counter_block > span:hover:before {
    opacity: 1;
}

.main_item_wrapper div.total_summ {
    display: none;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}

.ajax_load .main_item_wrapper .counter_wrapp div.total_summ {
    margin: 4px 0 0;
    position: absolute;
}

.main_item_wrapper div.total_summ span {
    color: #1d2029;
    font-weight: bold;
    white-space: nowrap;
}

.stores-count-link {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 6px 6px 0;
}

.stores-count-link .icon {
    background: url('/local/templates/electrograd/images/ai.png') -111px -50px no-repeat;
    width: 14px;
    height: 14px;
}

.stores-count-link > span {
    display: inline-block;
    vertical-align: top;
}

.stores-count-link span.value {
    max-width: 130px;
    white-space: pre-line;
}

.stores-count-link a.show-stores {
    color: #ff6d00;
}

ul.uen-stores-list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    max-height: 100%;
    z-index: 150;
    padding: 20px;
    margin: 0;
    overflow: auto;
    cursor: pointer;
}

ul.uen-stores-list.active {
    display: flex;
    flex-wrap: wrap;
}

ul.uen-stores-list li {
    display: block;
    color: #757575;
    padding: 0 0 5px;
    overflow: hidden;
    font-size: 11px;
    text-align: left;
    width: 100%;
}

ul.uen-stores-list li.store-amount__description {
    clear: both;
    width: 100%;
}

.uen-stores-list li span {
    display: block;
    width: 40px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    text-align: center;
    background: #ff9600;
}

.info_item.scrollbar::-webkit-scrollbar,
.uen-stores-list::-webkit-scrollbar {
    width: 8px;
}

.info_item.scrollbar::-webkit-scrollbar-track,
.uen-stores-list::-webkit-scrollbar-track {
    border-radius: 8px;
}

.info_item.scrollbar::-webkit-scrollbar-thumb,
.uen-stores-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}

.info_item.scrollbar::-webkit-scrollbar-thumb:window-inactive,
.uen-stores-list::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

.view_sale_block {
    display: flex;
    /*justify-content: center;*/
    /*margin: 10px auto;*/
    white-space: nowrap;
    max-width: 178px;
}

.view_sale_block > div {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.countdown-for-order .title,
.view_sale_block .title {
    font-size: 11px;
    line-height: 15px;
    color: #666;
    margin: 0 0 5px;
}

.countdown-for-order .values,
.view_sale_block .values {
    overflow: hidden;
    margin: 0 0 5px;
    line-height: 15px;
}

.countdown-for-order .values .item,
.view_sale_block .values .item {
    background: #eee;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 15px;
    width: 45px;
    height: 43px;
    padding: 7px 0 0;
    text-align: center;
    position: relative;
    margin: 0;
}

.countdown-for-order .values .item .text,
.view_sale_block .values .item .text {
    opacity: .6;
    font-size: 12px;
    display: block;
}

.count_d_block span.countdown.values {
    width: fit-content;
    border-radius: 2px 0 0 2px;
}

.count_d_block span.countdown.values.is-countdown {
    position: relative;
}

.count_d_block span.countdown.values.is-countdown:after {
    content: ":";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -3px;
    font-size: 22px;
    font-weight: bold;
}

.view_sale_block .quantity_block .values {
    border-radius: 0 2px 2px 0;
}

.view_sale_block .quantity_block .values .item {
    background-color: #ff6d00;
    color: #fff;
}

.countdown-for-order-wrap {
    display: flex;
    align-items: center;
}

.countdown-for-order {
    text-align: center;
    margin: 20px 0 90px;
}

.countdown-for-order .title {
    font-size: 17px;
    margin-bottom: 12px;
}

.countdown-for-order .values {
    display: inline-block;
}

.countdown-for-order .values .item {
    width: 60px;
    height: 57px;
    font-size: 20px;
    padding-top: 15px;
}

.countdown-for-order.count_d_block span.countdown.values.is-countdown:after {
    top: 50%;
    font-size: 25px;
    transform: translate(-21%, -64%);
}

.IPEC_cityPicker:before {
    content: "Ð’Ñ‹ Ð¼Ð¾Ð¶ÐµÑ‚Ðµ Ð²Ñ‹Ð±Ñ€Ð°Ñ‚ÑŒ Ð½Ð°ÑÐµÐ»Ñ‘Ð½Ð½Ñ‹Ð¹ Ð¿ÑƒÐ½ÐºÑ‚:";
    position: absolute;
    left: 0;
    margin-left: -330px;
    margin-top: 0.4em;
    color: #e4003c;
    font-size: 1.7rem;
}


/*PAGES*/
.uen-flex {
    display: flex;
}

.uen-flex-wrap {
    flex-wrap: wrap;
}

.uen-d-block {
    display: block;
}

.uen-d-none {
    display: none;
}

.uen-overflow-hidden {
    overflow: hidden;
}

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

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

.uen-orange {
    color: #ff6d00;
}

.underline {
    text-decoration: underline;
}

.uen-check {
    background-color: #fff !important;
    border: 1px solid #ff6d00 !important;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    cursor: pointer;
}

.bx-selected > .uen-check,
div:hover > .uen-check {
    background-color: #ff6d00 !important;
}

.bx-selected > .uen-check:before,
.bx-selected > .uen-check:after {
    background-color: #fff !important;
    content: '';
    position: absolute;
    width: 2px;
}

.bx-selected > .uen-check:before {
    height: 7px;
    left: 4px;
    top: 8px;
    transform: rotate(-30deg);
}

.bx-selected > .uen-check:after {
    height: 14px;
    left: 10px;
    top: 2px;
    transform: rotate(40deg);
}

#basket-all {
    padding-left: 20px;
    margin-bottom: 10px;
}

.uen-check-text {
    cursor: pointer;
}

.check-container {
    display: inline-block;
}

/*front*/
.specials_slider_wrapp .tabs,
.tab_slider_wrapp .tabs {
    margin: 0;
}

.best_block.tab_slider_wrapp ul.tabs_content li.tab > .tabs_slider {
    min-height: 300px;
    background: #fff url("/local/templates/electrograd/images/loaders/pl3.gif") no-repeat center center;
}

.front_page .wraps > .wrapper_inner {
    padding-bottom: 20px;
    padding-top: 30px;
}

.front_page .top_block a {
    margin-right: 38px;
}

.front_page .file-order-download {
    display: inline-block;
}

.md-75, .md-66, .md-33, .md-25, .md-50, .wrap_md .news_wrap, .wrap_md .subscribe_wrap, .wrap_md .iblock {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.wrapp_all_inputs.wrap_md .iblock {
    width: 100%;
    position: relative;
}

/*catalog*/
.wraps > .wrapper_inner {
    padding-bottom: 50px;
}

.wraps > .wrapper_inner:after {
    content: "";
    display: table;
    clear: both;
}

.wraps .item {
    position: relative;
}

.items .item.shadow:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
}

.adaptive_filter {
    background: #fff;
    position: relative;
    z-index: 100;
    padding-right: 3px;
    display: none;
}

.filter_opener {
    display: inline-block;
    padding: 10px 14px 2px;
    margin: -1px 25px 0 0;
    border-radius: 2px;
}

.filter_opener:not(.opened) {
    background: #e5e5e5;
}

.filter_opener span,
.filter_opener i {
    display: inline-block;
    vertical-align: top;
}

.filter_opener i {
    background: url("/local/templates/electrograd/images/sort_icons.png") -19px -62px no-repeat;
    width: 15px;
    height: 13px;
    margin: 0 7px 0 0;
}

.filter_opener:not(.opened) i {
    background-position: -1px -62px;
}

.filter_opener span {
    white-space: nowrap;
    font-size: 13px;
    color: #8e8c8c;
    line-height: 14px;
}

.filter_opener:not(.opened) span {
    color: #383838;
}

.sort_header {
    padding: 0 0 21px;
    position: relative;
}

.sort_header .sort_filter {
    float: left;
    margin-top: 10px;
}

.sort_header .sort_filter a {
    display: inline-block;
    text-decoration: none;
    color: #a5a3a3;
    margin: 0 20px 0 0;
}

.sort_header .sort_filter a:hover,
.sort_header .sort_filter a.current {
    color: #333;
}

.sort_header .sort_filter a .icon {
    content: "";
    display: none;
    width: 15px;
    height: 13px;
    vertical-align: top;
    margin: 0 3px 0 0;
    background: url('/local/templates/electrograd/images/sort_icons.png') -42px 3px no-repeat;
}

.sort_header .sort_filter a span {
    font-size: 13px;
    vertical-align: top;
    line-height: 13px;
}

.sort_header .sort_filter a i.arr {
    position: relative;
    display: inline-block;
    height: 17px;
    width: 18px;
}

.sort_header .sort_filter a.current:hover i.arr,
.sort_header .sort_filter a.current i.arr {
    background-position: -23px 3px;
}

.sort_header .sort_filter a.current.desc:hover i.arr,
.sort_header .sort_filter a.current.desc i.arr {
    background-position: 5px 3px;
}

.sort_header .sort_filter a i.arr:after {
    content: "\f106";
    position: absolute;
    top: 1px;
    left: 5px;
    font-size: 12px;
    font-weight: bold;
}

.sort_header .sort_filter a.desc i.arr:after {
    content: "\f107";
}

.sort_header .sort_display {
    float: right;
    font-size: 0;
}

.sort_display a,
.sort_display a i {
    display: inline-block;
}

.sort_display a {
    margin: 0 0 0 8px;
    width: 35px;
    height: 35px;
    vertical-align: top;
    text-align: center;
    line-height: 35px;
    background: #f5f5f5;
    border-radius: 2px;
}

.sort_display a.current {
    background-color: #ff6d00;
}

.sort_display a i {
    background: url('/local/templates/electrograd/images/svg/Display.svg') 0 0 no-repeat;
    height: 13px;
    width: 13px;
    line-height: 20px;
    vertical-align: middle;
}

.sort_display a.block i {
    background-position: 0 -17px;
}

.sort_display a.block.current i {
    background-position: 0 0;
}

.sort_display a.list i {
    background-position: -29px -17px;
}

.sort_display a.list.current i {
    background-position: -29px 0;
}

.sort_display a.table i {
    background-position: -57px -17px;
}

.sort_display a.table.current i {
    background-position: -57px 0;
}

.svg.svg-close {
    background-color: #222;
    background-image: url("/local/templates/electrograd/images/svg/Close_mask.svg");
}

#mobilefilter {
    background: #f9f9f9;
    z-index: 3010;
    overflow: hidden;
    transition: left .4s ease;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 320px;
    max-width: 100%;
    padding-bottom: 65px;
}

#mobilefilter.show {
    left: 0;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
}

#mobilefilter .svg.svg-close {
    background-color: #888;
    right: -2px;
    min-width: 14px;
    min-height: 14px;
    top: 4px;
    position: absolute;
    cursor: pointer;
}

#mobilefilter .bx_filter {
    position: relative;
    top: 0;
    height: 100%;
}

#mobilefilter .bx_filter .bx_filter_section {
    margin: 0;
    background-color: #fff;
    height: 100%;
}

#mobilefilter .bx_filter .bx_filter_button_box {
    position: absolute;
    bottom: 0;
    background: #fff;
    z-index: 9;
    width: 320px;
    border-top: 1px solid #f6f6f6;
    padding: 13px 14px 13px 14px;
    left: 0;
}

#mobilefilter .show-more_button_box_container {
    display: none;
}

#mobilefilter .bx_filter .bx_filter_button_box #show-more_mobile {
    display: block;
}

.bx_filter .bx_filter_button_box #show-more_mobile {
    display: none;
}

#mobilefilter .smartfilter {
    padding: 62px 0 74px;
    background: #f9f9f9;
    height: 100%;
}

#mobilefilter .bx_filter .bx_filter_parameters_box.title {
    background-color: #fff;
    position: absolute;
    width: 320px;
    top: 0;
    z-index: 10;
    padding: 19px 19px 20px;
    left: 0;
}

#mobilefilter .bx_filter .bx_filter_parameters {
    position: absolute;
    top: 64px;
    bottom: 63px;
    left: 0;
    overflow: auto;
    width: 100%;
}

#mobilefilter .bx_filter .bx_filter_parameters_box_container .bx_filter_search_reset {
    margin-left: 0;
}

#mobilefilter .bx_filter #modef {
    display: none !important;
}

#mobilefilter-overlay {
    display: none;
    background: #3a3f44;
    opacity: .7;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3005;
}

.bottom_nav.block,
.search.block .bottom_nav {
    position: relative;
    width: 100%;
    padding: 17px 0 40px;
}

.ajax_load_btn {
    text-align: center;
    margin: 0 0 20px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

.ajax_load_btn:hover {
    border-color: #d2d2d4;
}

.more_text_ajax {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 15px 0 15px 34px;
    color: #333;
}

.more_text_ajax:after {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 5px;
    margin-top: -10px;
    top: 50%;
    background: #ff6d00 url('/local/templates/electrograd/images/svg/Show_more.svg') center no-repeat;
    transition: background .7s ease-in-out;
}

.more_text_ajax:hover:after,
.ajax_load_btn:hover .more_text_ajax:after {
    animation: spinner .5s ease 1;
    transform-style: preserve-3d;
}

.more_text_ajax.loading:after {
    animation: spinner .5s linear infinite !important;
    transform-style: preserve-3d;
}

.iblock-vote.small div {
    background: url('/local/templates/electrograd/images/ai.png') -137px -51px no-repeat;
    cursor: default;
    width: 15px;
    height: 14px;
    overflow: hidden;
}

.iblock-vote.small div.star-empty {
    background-position: -152px -51px;
}

.iblock-vote.small div.star-over {
    background-position: -137px -51px;
}

/*detail*/
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    z-index: 995;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 350ms linear;
    min-height: 40px;
}

.product-item-detail-tabs-container-fixed.fixed {
    top: 79px;
}

.share.top {
    position: absolute;
    right: 0;
    top: -5px;
    opacity: 0;
    z-index: 2;
    margin: 0;
}

.page-top .share.top {
    opacity: 1;
}

.line_block .share_wrapp {
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    position: relative;
    padding: 7px 64px 11px 20px;
    cursor: pointer;
    min-height: 40px;
}

.page-top .line_block .share_wrapp {
    border: 0;
}

.share_wrapp ul {
    margin-bottom: 0;
}

.line_block .share_wrapp:hover {
    background: #f2f2f2;
    padding: 6px 54px 1px 10px;
}

.line_block .share_wrapp:before {
    content: "";
    position: absolute;
    top: 0;
    right: 44px;
    display: block;
    background: #f2f2f2;
    width: 1px;
    height: 100%;
}

.page-top .line_block .share_wrapp:before {
    background: transparent;
}

.line_block .share_wrapp:hover:before {
    background: #fff;
}

.line_block .share_wrapp:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 13px;
    display: block;
    width: 17px;
    height: 18px;
    background: url("/local/templates/electrograd/images/next.png") -162px -141px no-repeat;
}

.share_wrapp .text {
    font-size: 14px;
    border-color: #888;
    text-transform: none;
    padding: 7px 10px 8px 32px;
    position: relative;
    color: #222;
    line-height: 15px;
}

.line_block .share_wrapp .text {
    padding: 0;
    border: 0;
    color: #555;
}

.page-top .line_block .share_wrapp .text {
    display: none;
}

.line_block .share_wrapp .shares {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: static;
    box-shadow: none;
    width: auto;
    margin: 0;
    background: 0;
}

.line_block .share_wrapp:hover .shares {
    opacity: 1 !important;
    visibility: visible;
    display: block !important;
}

.share_wrapp ul li.ya-share2__item {
    margin-right: 5px;
    margin-bottom: 5px;
}

.share_wrapp .b-share a,
.share_wrapp .b-share a span,
.share_wrapp a.ya-share2__link span.ya-share2__badge {
    width: 28px;
    height: 28px;
    border-radius: 3px;
}

.share_wrapp a.ya-share2__link span.ya-share2__badge {
    background: url("/local/templates/electrograd/images/svg/social.svg") -3px -3px no-repeat;
    transition: opacity .5s ease;
}

.share_wrapp .b-share a span.b-share-icon_facebook,
.share_wrapp .ya-share2__item_service_facebook a.ya-share2__link span.ya-share2__badge {
    background-position: -83px -3px;
}

.share_wrapp .b-share a span.b-share-icon_odnoklassniki,
.share_wrapp .ya-share2__item_service_odnoklassniki a.ya-share2__link span.ya-share2__badge {
    background-position: -43px -3px;
}

.share_wrapp .b-share a span.b-share-icon_moimir,
.share_wrapp .ya-share2__item_service_moimir a.ya-share2__link span.ya-share2__badge {
    background-position: -123px -3px;
}

.share_wrapp .b-share a span.b-share-icon_twitter,
.share_wrapp .ya-share2__item_service_twitter a.ya-share2__link span.ya-share2__badge {
    background-position: -3px -43px;
}

.share_wrapp .ya-share2__item_service_viber a.ya-share2__link span.ya-share2__badge {
    background-position: -283px -4px;
}

.share_wrapp .ya-share2__item_service_whatsapp a.ya-share2__link span.ya-share2__badge {
    background-position: -283px -44px;
}

.share_wrapp .ya-share2__item_service_skype a.ya-share2__link span.ya-share2__badge {
    background-position: -284px -84px;
}

.share_wrapp .ya-share2__item_service_telegram a.ya-share2__link span.ya-share2__badge {
    background-position: -284px -123px;
}

.share_wrapp a.ya-share2__link span.ya-share2__badge span {
    display: none;
}

/*other*/
.ask_a_question_wrapper {
    position: relative;
}

.ask_a_question {
    margin-bottom: 47px;
    border: 1px solid #f5f5f5;
    background: #fbfbfb;
    text-align: center;
}

.ask_a_question_wrapper .ask_a_question {
    position: absolute;
    top: 0;
    float: none;
    margin-left: 18px;
    transition: top ease .3s;
    max-width: 286px;
    width: auto;
}

.ask_a_question .inner {
    background: #fbfbfb;
    padding: 48px 25px 20px;
    line-height: 20px;
    color: #555;
    font-size: .933em;
}

.ask_a_question .inner .text-block {
    position: relative;
    padding: 106px 0 0 0;
    color: #222;
}

.ask_a_question .inner .text-block:before {
    content: "";
    position: absolute;
    width: 88px;
    height: 80px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -44px;
    background: url("/local/templates/electrograd/images/next.png") -289px -211px no-repeat;
}

.ask_a_question .outer {
    background: #fbfbfb;
}

.ask_a_question .outer > span {
    margin: 5px 0 39px;
    display: block;
}

.ask_a_question_wrapper .ask_a_question .btn.white:not(.grey):not(:hover) {
    background: 0;
}

.detail .detailimage {
    margin-bottom: 35px;
    padding: 0;
}

.detail img {
    max-width: 100%;
    margin: auto;
    height: auto;
}

.rss {
    bottom: 12px;
    width: 47px;
    height: 47px;
    font-size: 0;
    transition: background ease .3s;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: -8px;
    z-index: 1;
}

.url-block {
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    position: relative;
    color: #222;
}

.url-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 44px;
    width: 1px;
    height: 100%;
    background: #f5f5f5;
}

.url-block:hover {
    background: #f5f5f5;
    color: #222;
}

.url-block:hover:before {
    background: #fff;
}

.url-block i {
    position: absolute;
    width: 44px;
    font-size: 20px;
    font-weight: bold;
    left: 0;
    top: 9px;
    text-align: center;
}

.url-block span {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 20px 9px 64px;
}

.head-block.top {
    margin: -20px -11px 47px;
    position: relative;
}

.head-block.top .bottom_border {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    display: block;
    padding: 0 11px;
}

.head-block.top .bottom_border:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    bottom: 0;
    display: block;
}

.head-block .item-link {
    display: inline-block;
    vertical-align: top;
}

.head-block .item-link .title {
    padding: 0 11px;
    cursor: pointer;
}

.head-block .item-link.active .title,
.head-block .item-link.active span,
.head-block .item-link.active .btn-inline {
    color: #ff6d00;
}

.head-block .item-link .title span,
.head-block.top .item-link .title .btn-inline {
    position: relative;
    display: block;
    padding: 10px 0 24px;
    text-decoration: none;
}

.head-block .item-link .title span:before,
.head-block .item-link.active .title .btn-inline:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #ff6d00;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.item-views .item {
    margin-bottom: 10px;
    position: relative;
    transition: box-shadow .3s ease;
    box-shadow: 0 0 0 1px #f5f5f5;
}

.item-views .item.noborder {
    border: none;
    box-shadow: none;
}

.item-views .item .title {
    margin-bottom: 6px;
}

.item-views .item .previewtext {
    margin-bottom: 20px;
    margin-top: 10px;
    color: #555;
    overflow: hidden;
}

.mobile-card {
    display: none;
}

div.title-search-result {
    margin-left: 1px;
    margin-top: -2px;
    display: none;
    overflow: visible;
    z-index: 100;
    padding: 0;
    border: none;
    position: absolute;
}

.bx_searche {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
}

div.title-search-result .bx_searche {
    overflow: auto;
    max-height: 400px;
}

.bx_searche_title {
    padding: 7px 10px;
    color: #ff6d00;
}

.bx_searche .bx_item_block {
    position: relative;
    display: block;
    text-decoration: none;
    color: #2f383d;
    border-top: 1px solid #f6f6f6;
    min-height: 80px;
    line-height: 77px;
}

.title-search-result .bx_searche .bx_item_block {
    line-height: normal;
}

.bx_searche .bx_img_element {
    background: none;
    float: left;
    padding: 0;
    position: static;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.bx_searche .bx_img_element img {
    max-width: 100%;
    max-height: 100%;
}

.bx_searche .bx_item_element {
    padding: 10px 0 10px 25px;
}

.bx_searche .bx_item_element {
    padding-left: 25px;
    margin-left: 0;
    border-top: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bx_searche .bx_img_element + .bx_item_element {
    margin-left: 99px;
}

.bx_searche .bx_item_element > span {
    margin-bottom: 14px;
    display: block;
}

.bx_item_element span b {
    color: #e66200;
}

.bx_searche .bx_item_element .price.cost.prices {
    margin-bottom: 7px;
}

.bx_item_element .title-search-price {
    line-height: 20px;
    margin: 0;
}

.price .title-search-price .price:not(.discount) {
    margin-right: 2px;
}

.bx_item_block-flex {
    display: flex;
    align-items: center;
}

.bx_searche .bx_img_element-sections {
    flex: 0 0 75px;
    padding-left: 25px;
    width: 75px;
    height: 100px;
    line-height: 100px;
}

.bx_searche .bx_image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 10px 0 0 25px;
}

.bx_searche .bx_img_element-sections .bx_image {
    margin: 0;
}

.bx_item_element_flex {
    display: flex;
    padding-left: 30px;
}

.bx_item_element_flex a {
    color: #000;
}

.bx_item_element_flex a b {
    color: #e66200;
}

.btn.to-cart img {
    display: none;
}

.filter-btn {
    border: none;
    background-color: transparent;
    color: #888;
}

.filter-btn .fa {
    padding-left: 5px;
}

.show-more_btn_reset {
    border: none;
    background-color: transparent;
    color: #888;
}

.show-more_btn_reset:hover {
    color: #ff6d00;
}

#show-more .filter-btn:hover {
    color: #ff6d00;
}

.show-more_button_box_container {
    display: flex;
    justify-content: space-around;
}

.show-more_button_box_container .show-more_button_box {
    padding: 19px 10px;
    text-align: center;
    clear: both;
}

.fixedbut {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.sberbank__footer .sberbank__description {
    display: none;
}

.form-container {
    max-width: 750px;
    padding-left: 2.5em;
    padding-right: 2.5em;
    position: relative;
}

.input-container {
    margin-bottom: 1.2em;
}

.alert-company {
    display: none;
}

.show-min-price {
    display: block;
}
/*.input-container[data-toggle='popover'] input {*/
/*    border: 2px solid #ff6d00;*/
/*}*/

/*input.error {*/
/*    border-color: #d9534f;*/
/*}*/

#bx-soa-basket .alert-small .close,
#basket-items-list-wrapper .alert-small .close,
#stores .alert .close {
    font-size: 28px;
    line-height: 16px;
    color: #E78A00;
    opacity: 1;
}

#bx-soa-basket .alert.alert-small,
#basket-items-list-wrapper .alert.alert-small {
    position: relative;
    padding: 21px 40px 21px 52px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 2px;
    transition: all 0.3s;
}

#bx-soa-basket .alert.alert-small.show,
#basket-items-list-wrapper .alert.alert-small.show {
    display: block;
}

#bx-soa-basket .alert.alert-small:before,
#basket-items-list-wrapper .alert.alert-small:before {
    content: url(/local/templates/electrograd/./images/svg/icons_for-basket-page_light-bulb-orange.svg);
    position: absolute;
    left: 20px;
    top: 16px;
    width: 24px;
    height: 24px;
}

#bx-soa-basket .alert.alert-small .close,
#basket-items-list-wrapper .alert.alert-small .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 400;
}

#bx-soa-basket .alert {
    margin-bottom: 0px;
}

#basket-items-list-wrapper .alert,
#stores .alert {
    margin-bottom: 24px;
}

#bx-soa-basket .alert-info,
#basket-items-list-wrapper .alert-info,
#stores .alert-info {
    background-color: #FEF5E7;
    color: #E78A00;
    border: none;
}

.input-container input {
    border-radius: 5px;
}

.form-container .btn {
    border-radius: 5px;
}

.btn-back {
    margin-bottom: 15px;
    border-radius: 2px;
}

.btn-back:hover,
.btn-back:active {
    background: #f7f7f7;
    border: 1px solid;
}


#loader.modal {
    text-align: center;
    padding: 0 !important;
}

#loader.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.loader-img {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#register-company {
    display: none;
}

.companies-list {
    margin-top: 20px;
}

#register-company .company-info,
.companies-list .company {
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

#register-company .company-info {
    max-width: 720px;
    margin-left: 20px;
}

#register-company .company-info,
.companies-list .company:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.companies-list .company {
    cursor: pointer;
}

.input-wrapper {
    position: relative;
}

button[type="reset"] {
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 10px;
    color: #666;
    border: 0;
    display: none;
    padding: 0 6px;
    border-radius: 50%;
    background-color: #f7f7f7;
    transition: background 200ms;
    outline: none;
}

button[type="reset"]:hover {
    background-color: #eee;
}

input:valid ~ button[type="reset"] {
    display: block;
}

.card_manager {
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #f2f2f2;
}

.manager-img {
    width: 75px;
    height: auto;
    border-radius: 50%;
    margin-right: 20px;
}

/*.section {*/
/*    margin: 60px 0;*/
/*}*/

.contracts__flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.contracts__col {
    width: 25%;
    padding: 0 15px 30px;
}

.contracts__card.card {
    padding: 30px;
    display: flex;
    color: #383838;
    flex-direction: column;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

button.contracts__card.card {
    border: none;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 180px;
}

.card__svg path {
    transition: all 0.3s ease;
}

button.contracts__card.card:hover .card__svg path {
    fill: #ff6d00;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #f5f5f5;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffffff;
}

.tooltip-inner {
    color: #555555;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 1px 3px -1px #0000004D;
    box-shadow: 0px 2px 5px -1px #32325D40;
    box-shadow: 2px 0px 5px -1px #32325D40;
    font-size: 15px;
}

.contracts__card.card:hover,
.contracts__card.card:focus,
.contracts__card.card:active {
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.1);
    text-decoration: none;
}

.contracts__card .card__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.card__text span {
    font-weight: bold;
}

.contracts__card .card__text {
    flex: 1;
}

.card__status {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    line-height: 1;
}

.card__status.green {
    background: #5cb85c;
}

.card__status.yellow {
    background: #f0ad4e;
}

.card__status.red {
    background: #d9534f;
}

.modal-body {
    display: flex;
    justify-content: space-around;
}

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

.modal-body .btn {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.09) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px, rgba(0, 0, 0, 0.09) 0 32px 16px;
}

.profile-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.profile-company_wrapper .row {
    margin-top: 0;
}

.profile-company_wrapper .profile-company.row > div[class*=col-md-] {
    padding: 0 10px;
}

.profile-company-block {
    background-color: #fbfbfb;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    margin: 0 0 20px;
    height: auto;
    text-align: left;
    text-transform: none;
    transition-duration: .3s;
    position: relative;
    min-height: 260px;
}


.profile-company .profile-company-block a {
    color: #383838;
}

.profile-company-block:hover {
    background-color: #f2f4f8;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.profile-company-block_link,
.profile-company-block_link:hover,
.profile-company-block_link:active,
.profile-company-block_link:focus,
.profile-company-block_link:visited {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    max-width: 320px
}

.profile-company-block_icon {
    display: inline-block;
    font-size: 0;
}

.profile-company-block_name {
    font-size: 17px;
    font-weight: bold;
    margin: 12px 0 16px;
}


.profile-company-block.profile-company-block_add {
    min-height: auto;
}

.profile-company-block_add {
    background: #ff6d00;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 10px;
}

.profile-company-block_add a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-company-block_icon i.plus {
    background: url('/local/templates/electrograd/./images/svg/Close_white.svg') center no-repeat;
    transform: rotate(45deg);
    background-size: cover;
    display: inline-block;
    font-size: 0;
    width: 50px;
    height: 50px;
}

.profile-company-block_icon i.plus:hover,
.profile-company-block_icon i.plus:active,
.profile-company-block_icon i.plus:focus {
    filter: invert(46%) sepia(55%) saturate(2710%) hue-rotate(359deg) brightness(101%) contrast(108%);
}

/*.documents_container {
    display: flex;
    flex-direction: column;
}*/

.companies__description {
    border: 1px solid var(--ui-color-palette-orange-25);
    max-width: 1040px;
    padding: 10px 15px;
    border-radius: 2px;
    background-color: #fffaf0;
    font-weight: 600;
    margin-bottom: 40px;
}

.companies__item .documents__flex {
    flex-wrap: wrap;
}

.documents__col {
    width: 25%;
    padding: 15px 15px 30px;
}

.documents__card.card {
    display: flex;
    color: #383838;
    border: none;
    flex-direction: row;
    transition: all 0.3s ease;
    height: 100%;
}

.documents__card.card:hover {
    text-decoration: underline;
}

.card__icon {
    display: block;
    flex-shrink: 0;
    height: 47px;
    width: 34px;
}

.card__icon-xml {
    background-image: url("/local/templates/electrograd/./images/xml.png");
}

.card__icon-pdf {
    background-image: url("/local/templates/electrograd/./images/pdf.png");
}

.card__icon-docx {
    background-image: url("/local/templates/electrograd/./images/docx.png");
}

.card__title {
    margin-left: 10px;
}

.card__name {
    font-weight: bold;
}

.card__size {
    font-size: 10px;
}

.documents__form {
    display: flex;
    flex-direction: column;
}

.documents__table {
    padding: 15px 15px 30px;
}

.form__flex {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 30px;
}

.form__date {
    border-radius: 5px;
    background: #f9f9f9;
    padding: 5px 20px;
    margin-right: 10px;
}

.form__date label {
    margin-right: 10px;
}

.form__date input {
    border: none;
    background: transparent;
    color: #383838;

}

.form__btn {
    border-radius: 5px;
    padding: 5px 20px;
    background: #ff6d00;
    height: 100%;
    color: white;
    border: none;
}

.form__btn:hover,
.form__btn:focus,
.form__btn:active {
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    background: #ff7f1f;
    border-color: #ff7f1f;
}

#data-company-accordion .btn {
    border: 0;
    color: #383838;
    font-size: 16px;
}

#data-company-accordion .btn-link:hover,
#data-company-accordion .btn-link:focus {
    color: #ff6d00;
}

/*.card-header {*/
/*    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
/*}*/

.btn:focus {
    box-shadow: none;
}

.companies {
    padding: 10px;
}

.companies__title-container {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 10px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.companies__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.companies__title-info {
    display: flex;
    align-items: center;
}

.companies__title-info .fa.fa-info-circle {
    margin-left: 10px;
    font-size: 22px;
    color: #ff6d00;
    cursor: pointer;
}

.companies__title h3 {
    font-weight: bold;
    margin: 15px 0 15px;
}

.companies__title .btn {
    border-radius: 5px;
}

.btn-container {
    width: fit-content;
}

.companies__item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.companies__item .btn {
    width: 100%;
    padding: 15px 30px;
    background-color: white;
    border: none;
    text-align: start;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.companies__item .fa-angle-down {
    transition: all 0.5s linear;
}

.companies__item .btn[aria-expanded="true"] {
    background-color: #f9f9f9;
}

.companies__item .btn[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
}

.companies__item .btn.btn-link {
    width: fit-content;
    background-color: white;
    border: #ff6d00 solid 1px;
    border-radius: 5px;
    color: #737373;
    margin-top: 20px;
    padding: 10px 15px;
}

.companies__item .btn:hover {
    color: #ff6d00;
}

.companies-info {
    padding: 10px 30px;
}

.companies-info__line span {
    font-weight: bold;
}

.section-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #f16522;
}

.section {
    margin-bottom: 15px;
}

.section-paragraph {
    margin: 0;
}

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

.paragraph-title {
    font-size: 16px;
}

.section-list {
    padding: 10px 20px;
}

.panel-group .panel {
    border-radius: 5px;
}

.panel-title {
    color: #555;
    position: relative;
}

.panel-heading {
    padding: 15px 20px;
    cursor: pointer;
}

.panel-title .fa.fa-angle-down {
    position: absolute;
    right: 0;
    transition: 0.5s;
}

.panel-title:hover,
.panel-title:active,
.panel-title a:hover,
.panel-title a:active {
    color: #f16522;
}

.panel.panel-default.opened .fa.fa-angle-down {
    transform: rotate(180deg);
}


.contract-block {
    margin-bottom: 25px;
    padding: 30px;
    display: flex;
    color: #383838;
    flex-direction: column;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all 0.3s ease;
}

.contract-block-title {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    margin: 0 0 5px;
}

.companies-filter-wrapper {
    width: auto;
}

.services-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 15px;
}

.services-subtitle {
    font-size: 15px;
}

.subtitle:last-child {
    margin-bottom: 31px;
}

.advantages {
    max-width: 790px;
    display: flex;
    justify-content: space-between;
}

.advantages-item {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    flex: 1 1 calc(33.33% - 10px);
}

.advantages-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    background: url("/local/templates/electrograd/./images/circle-bg.png") center no-repeat;
    margin-right: 10px;
}

.advantages-item__icon svg {
    width: 51px;
}

.advantages-item__text {
    margin: 0;
    font-size: 15px;
}


.contract {
    margin-bottom: 30px;
    font-size: 15px;
}

.contract-title {
    font-weight: 700;
    margin: 0;
}

.contract-subtitle {
    margin-bottom: 13px;
}

.contract-download {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.contract-download__icon {
    display: block;
    flex-shrink: 0;
    height: 27px;
    background-image: url("/local/templates/electrograd/./images/svg/doc-type.svg");
    width: 25px;
    margin-right: 16px;
}

.installers-join {
    background-color: #EBEFFB;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.installers-join__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    /*margin: 0 0 13px;*/
    margin: 0;
    color: #333333;
}

.installers-join__subtitle {
    color: #333333;
}

.installers-join_btn {
    padding: 10px;
    border: 1px solid #3A4DA3;
    color: #3A4DA3;
    line-height: 18px;
    text-align: center;
}

.installers-join_btn:hover,
.installers-join_btn:focus {
    background-color: #3A4DA3;
    color: #ffffff;
}

.installers-join_btn:active {
    background-color: #5B6DC0;
    color: #ffffff;
}

.installers-join_btn:disabled {
    background-color: #909090;
    color: #ffffff;
}



.installers-join_container {
    max-width: 767px;
}

#installers-promo {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

#installers-promo section {
    margin-bottom: 30px;
}

#installers-promo .installers-promo-advantages {
    padding: 32px 16px;
    background: url('/local/templates/electrograd/./images/installers1.png') no-repeat 88% bottom, linear-gradient(90deg, #B0ABA7 0%, #7F7B78 100%);
}

.installers-promo-advantages-container {
    max-width: 640px;
}

#installers-promo .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin: 0 0 17px 0;
    color: #383838;
}

#installers-promo .title-white {
    color: #ffffff;
}

#installers-promo .advantages-list {
    column-count: 2;
}

#installers-promo .advantages-list li {
    color: #ffffff;
}

/*#installers-promo li:before {*/
/*    scale: 1.5;*/
/*}*/
li:before {
    scale: 1.5;
}

#installers-promo .installers-join {
    padding: 31px 20px;
}

#installers-promo .btn-register:hover,
#installers-promo .btn-register:focus {
    background-color: #3A4DA3;
    color: #FFFFFF;
}

#installers-promo .btn-register:active {
    background-color: #5B6DC0;
    color: #FFFFFF;
}

#installers-promo .btn-register:disabled {
    background-color: #909090;
    color: #FFFFFF;
}


#installers-promo .installers-join .title {
    margin: 0;
}

#installers-promo .btn-register {
    color: #3A4DA3;
    padding: 10px;
    border: 1px solid #3A4DA3;
}

.bounce-description {
    max-width: 564px;
    margin-bottom: 30px;
}

.bounce-massager {
    margin-bottom: 30px;
}

.bounce-description-link {
    color: #3A4DA3
}

.bounce-massager-btn {
    padding: 10px;
    background-color: #FF6D00;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
}

.bounce-massager-btn:hover,
.bounce-massager-btn:focus,
.bounce-massager-btn:active {
    background-color: #ff7f1f;
    border-color: #ff7f1f;
    color: #ffffff;
    text-decoration: none;
}

.popular-products-description {
    max-width: 760px;
    margin-bottom: 30px;
}

#installers-promo .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(263px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

#installers-promo .product-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0px 1px 3px -1px #0000004D, 0px 2px 5px -1px #32325D40, 2px 0px 5px -1px #32325D40;
    text-decoration: none;
    color: #000;
    padding: 50px 10px 13px 10px;
    transition: all 0.3s;
}

#installers-promo .product-card:hover {
    transform: scale(1.03);
}

#installers-promo .product-card img {
    width: 211px;
    height: auto;
    margin: 0 auto;
}

#installers-promo .product-title {
    font-size: 15px;
    line-height: 15.4px;
    color: #333333;
    margin-top: 42px;
    margin-bottom: 13px;
}

#installers-promo .product-details {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}

#installers-promo .old-price {
    text-decoration: line-through;
    color: #999999;
}

#installers-promo .product-bonus {
    color: #FF6D00;
}

#installers-promo .promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F9F9F9;
}

.cont svg {
    width: 100%;
    height: auto;
}

#installers-promo .promo .promo-img {
    width: 46%;
    /*height: 197px;*/
}

#installers-promo .promo .promo-img-mobile {
    display: none;
}

#installers-promo .promo-container {
    max-width: 520px;
    padding: 32px 0 0 20px;
}

.promo-arrow-mobile {
    display: none;
}

#installers-promo .promo .advantages-list li {
    color: #383838;
}

.advantages-list-promocode {
    position: relative;
}

#installers-promo .subtitle-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #999999;
    margin: 0;
    margin-bottom: 4px;
}

.module-pagination .nums .cur {
    background: #3A4DA3;
}

#privilege .bounce {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    linear-gradient(90deg, rgba(177, 178, 175, 0) 51.33%, rgba(177, 178, 175, 0.5) 100%), url("/local/templates/electrograd/./images/prem.png") no-repeat;
    margin-bottom: 30px;
}

.bounce-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

#privilege .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #383838;
    margin: 0 0 17px 0;
}

#privilege .privilege-advantages {
    max-width: 640px;
    margin-bottom: 23px;
}

#privilege .privilege-advantages-list {
    column-count: 2;
    margin-bottom: 17px;
}

.privilege-advantages-btn {
    background-color: #FF6D00;
    padding: 10px;
    color: #ffffff;
    text-align: center;
}

.privilege-advantages-btn:hover,
.privilege-advantages-btn:focus,
.privilege-advantages-btn:active {
    background-color: #ff7f1f;
    border-color: #ff7f1f;
    color: #ffffff;
    text-decoration: none;
}

.privilege-notice {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
    max-width: 800px;
    margin-bottom: 30px;
}

.privilege-notice p {
    margin: 0;
}

.bounce-pay {
    margin-bottom: 30px;
}

.after-registration  {
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 80px;
}

#privilege .promo-img-mobile {
    display: none;
}

#opportunities .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 22px;
    color: #3A4DA3;
    margin: 0 0 15px 0;
}

#opportunities .subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #555555;
}

#opportunities h3.title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #383838;
    margin: 0 0 15px 0;
}

#opportunities .privilege-notice {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
    margin: 0 0 4px 0;
}

#opportunities section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #99999933;
}

#opportunities section:last-child {
    border: none;
}

#opportunities .list {
    margin-bottom: 20px;
}

#opportunities .list.double-list {
    column-count: 2;
}

#opportunities .promotion {
    position: relative;
}

#opportunities .img-container {
    position: absolute;
    top: 0;
    right: 0;
}

#opportunities .svg-container {
    position: absolute;
    top: 25px;
    left: -255px;
}

#opportunities .promotion .subtitle {
    max-width: 443px;
}

#opportunities .promotion-container .list {
    max-width: 820px;
}

#opportunities .svg-mobile {
    display: none;
}

form[name="ASK"] button[type="reset"] {
    display: none;
}

.register-form-container {
    max-width: 1040px;
    background-color: #F5F5F5;
    padding: 20px;
}

.register-form-block {
    max-width: 720px;
    margin-bottom: 30px;
}

.form-item {
    width: 100%;
    position: relative;
    margin-bottom: 13px;
}

.form-item .form-item-input {
    width: 100%;
    border: 1px solid #dadada;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    background-color: #ffffff;
}

.form-item-input::placeholder {
    color: #999999;
    font-size: 15px;
    line-height: 22px;
}

.register-form-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 17px;
}

@media (max-width: 1414px) {
    /*#installers-promo .promo {*/
    /*    background: url('/local/templates/electrograd/./images/scrin2.png') no-repeat bottom, #F9F9F9;*/
    /*}*/

    /*.promo-arrow {*/
    /*    display: none;*/
    /*}*/
}

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

@media (max-width: 1279px) {
    .header__center-block {
        width: 100%;
    }

    .header__center-block .region_wrapper {
        margin-left: 0;
    }

    .header__search_wrap {
        padding-right: 0;
        margin-right: 0;
    }

    .profile-company {
        justify-content: center;
    }

    .documents__col,
    .contracts__col {
        width: 33.33333333%;
    }

    #opportunities  .svg-container {
        left: -109px;
    }

    #opportunities .svg-desk {
        width: 50%;
    }
}

@media (max-width: 1125px) {
    #privilege .bounce {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
        linear-gradient(90deg, rgba(177, 178, 175, 0) 51.33%, rgba(177, 178, 175, 0.5) 100%), url("/local/templates/electrograd/./images/prem-test.png") center no-repeat;
        background-size: cover;
    }

    #opportunities .svg-desk {
        display: none;
    }
}


@media (max-width: 991px) {
    .right_block .item-inner-container img {
        width: 80px;
        max-width: none;
    }

    .detail .item-inner-container img {
        width: 80px;
        max-width: none;
    }

    .sale-img-min {
        width: 40%;
    }

    .sale-img-max {
        width: 60%;
    }

    .uen-hidden-sm {
        display: none;
    }

    #headerfixed.fixed {
        display: none;
    }

    .wraps > .wrapper_inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .top_mobile_region .confirm_region {
        position: static;
        background: #f9f9f9;
        box-shadow: inset 0 -1px 0 0 #f5f5f5;
        border-radius: 0;
        top: 0;
        left: 0;
        padding-top: 12px;
        margin: 0;
    }

    .top_mobile_region .confirm_region .title {
        display: inline-block;
        padding-right: 30px;
    }

    .top_mobile_region .confirm_region .buttons {
        display: inline-block;
        padding-top: 11px;
    }

    .top_mobile_region .confirm_region .buttons > span {
        width: auto;
    }

    #mobileheader {
        background-color: #fff;
        padding-bottom: 12px;
        margin-bottom: 12px;
        box-shadow: 0 -2px 10px rgb(0 0 0 / 18%)
    }

    .bottom-navbar-mobile__btn .city_title,
    .mobileheader-custom .city_title,
    .region_wrapper .arrow {
        display: none;
    }

    .mobileheader-custom {
        padding-top: 7px;
    }

    .mobileheader__top-line {
        overflow: hidden;
    }

    #mobileheader .logo-block {
        height: 100%;
        padding: 10px 5px 15px 0;
    }

    #mobileheader .logo {
        max-width: 156px;
    }

    #mobileheader .logo img {
        max-height: 100%;
        max-width: 100%;
        width: 100%;
    }

    #mobileheader.fixed {
        position: fixed;
        width: 100%;
        z-index: 994;
        top: 0;
        display: block;
    }

    .header-mobile__link {
        display: flex;
        height: 63px;
        padding: 5px 0 5px 15px;
        font-size: 13px;
        align-items: center;
        text-align: center;
    }

    .header-mobile__link,
    .header-mobile__link a,
    .header-mobile__link .js_city_chooser {
        color: #999;
    }

    .header-mobile__link .confirm_region {
        display: none;
    }

    .bottom-navbar-mobile__location .confirm_region {
        display: none;
    }

    .header-mobile__link .fa {
        font-size: 150%;
    }

    .region_wrapper,
    .region_wrapper .js_city_chooser {
        padding: 0;
    }

    .region_wrapper {
        margin: 0;
    }

    .region_wrapper .js_city_chooser {
        top: unset;
        line-height: 22px;
    }

    .region_wrapper:before {
        background-size: contain;
        position: relative;
        display: block;
        left: unset;
        top: unset;
        margin: 0 auto;
        width: 22px;
        height: 22px;
        /*filter: invert(72%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(85%) contrast(86%);*/
        /*filter: invert(40%) sepia(8%) saturate(3155%) hue-rotate(187deg) brightness(94%) contrast(91%);*/
        /*filter: invert(100%) sepia(23%) saturate(0%) hue-rotate(190deg) brightness(107%) contrast(100%);*/
        filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(3399%) hue-rotate(150deg) brightness(112%) contrast(116%);
    }

    .bottom-navbar-mobile__btn.active .region_wrapper:before {
        filter: invert(37%) sepia(48%) saturate(630%) hue-rotate(185deg) brightness(93%) contrast(86%);
    }

    .bottom-navbar-mobile__btn .region_wrapper:before {
        margin: 0 auto 3px;
    }

    #footer {
        padding-bottom: 60px;
    }

    .footer__subscribe-content .text {
        margin: 0 0 20px;
    }

    .footer-menu,
    .bottom-under .social-block .social-icons {
        margin: 0 0 20px;
    }

    .footer_info .blocks {
        display: inline-block;
    }

    .footer-menu > .footer__menu-item {
        margin-bottom: 10px;
    }

    .burger-checkbox {
        position: absolute;
        visibility: hidden;
    }

    input[type="checkbox"] + #burger-label:after {
        background: transparent;
        box-shadow: none;
    }

    #burger-label.burger {
        margin-bottom: 0;
        font-weight: normal;
        padding-left: 0;
    }

    .menu-list {
        bottom: 61px;
        left: 0;
        position: absolute;
        display: grid;
        align-items: center;
        align-content: center;
        justify-items: end;
        padding: 100px 0 0 0;
        margin: 0;
        background: #ffffff;
        list-style-type: none;
        transform: translateX(-127%);
        transition: .3s;
        width: 250px;
        height: 100vh;
        z-index: 20;
        border: 1px solid #f2f2f2;
        box-shadow: 5px -3px 12px 2px rgba(94, 112, 126, 0.09);
    }

    .menu-list li {
        border-bottom: 1px solid #f2f2f2;
        width: 100%;
    }

    .menu-item {
        display: block;
        padding: 20px;
        font-size: 13px;
        font-weight: bold;
        color: #222222;
        text-decoration: none;
        text-align: start;
    }

    .menu-item:hover,
    .menu-item:active {
        background: #f7f7f7;
    }

    .menu-list .close {
        margin-right: 20px;
        /*position: absolute;*/
        /*top: 74px;*/
        /*right: 15px;*/
    }

    .bottom-navbar-mobile__location {
        text-align: start;
    }

    .bottom-navbar-mobile__location .region_wrapper {
        padding: 5px 43px;
        margin: 15px 0;
        position: relative;
    }

    .bottom-navbar-mobile__location .region_wrapper:before {
        margin: 0;
        position: absolute;
        left: 20px;
    }


    .burger-checkbox:checked ~ .burger {
        color: #4c64a6;
    }

    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(-41px);
    }

    .bottom-navbar-mobile {
        position: fixed;
        width: 100%;
        margin: 0 auto;
        left: 0;
        bottom: 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.18);
        z-index: 8001;
    }

    .bottom-navbar-mobile-menu {
        background: #ff6d00;
        display: flex;
        justify-content: space-around;
        height: 100%;
        font-size: 12px;
        align-items: center;
        text-align: center;
    }

    .bottom-navbar-mobile__btn,
    .bottom-navbar-mobile__btn:hover {
        color: #fff;
        position: relative;
        display: block;
    }

    .bottom-navbar-mobile__btn.active {
        color: #4c64a6;
    }

    .bottom-navbar-mobile__btn .fa {
        font-size: 180%;
    }

    .bottom-navbar__basket-items-count {
        background-color: #ff6d00;
        border-radius: 100%;
        color: #fff;
        display: block;
        font-size: 11px;
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 20px;
        right: 15px;
        text-align: center;
        box-shadow: 0 0 0 2px #fff;
    }

    #mobilemenu.dropdown.show {
        opacity: 1;
        visibility: visible;
    }

    #mobilemenu.bottom-mobile-menu__catalog {
        padding-bottom: 70px;
    }

    #mobilemenu > .scroller {
        overflow: hidden;
    }

    #mobilemenu > .scroller > .wrap {
        width: 100%;
        transition: transform 0.2s ease-in-out;
    }

    .menu__top-mobile > ul {
        display: block;
        padding: 0;
        margin: 0;
    }

    .menu__top-mobile ul > li {
        display: block;
        position: initial;
        border-bottom: 1px solid #f2f2f2;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu__top-mobile ul > li a {
        display: block;
        position: relative;
        font-size: 12px;
        padding: 8px 20px;
    }

    .menu__top-mobile > ul > li > a {
        font-size: 13px;
        font-weight: bold;
    }

    .menu__top-mobile ul > li .arrow {
        display: block;
        position: absolute;
        width: 46px;
        top: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 1;
    }

    .menu__top-mobile ul > li .arrow .svg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -15px 0 0 -15px;
    }

    .menu__top-mobile .dropdown {
        display: none;
        position: absolute;
        background: #fff;
        left: 100%;
        top: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        z-index: 5;
    }

    .menu__top-mobile .expanded > .dropdown {
        display: block;
    }

    .menu__top-mobile ul > li.menu_title a {
        padding: 0;
    }

    .menu__top-mobile .expanded > .dropdown .menu_title {
        background-color: #fbfbfb;
        color: #333;
        font-size: 15px;
        font-weight: bold;
        padding: 14px 20px 15px 19px;
        line-height: 18px;
    }

    .menu__top-mobile .expanded > .dropdown .menu_back a {
        cursor: pointer;
        position: relative;
        font-size: 15px;
        padding: 14px 15px 15px 57px;
        line-height: 18px;
    }

    .menu__top-mobile .expanded > .dropdown .menu_back .svg {
        position: absolute;
        top: 8px;
        left: 13px;
    }

    .left_block {
        display: none;
    }

    .right_block,
    .right_block.wide_N,
    .right_block.wide_ {
        padding-left: 0;
        margin: 0;
        width: unset;
        float: none;
    }

    .cookie__panel {
        bottom: 62px;
    }

    .tizers_block .item .title {
        font-size: 12px;
    }

    .adaptive_filter {
        display: block;
    }

    .documents__col,
    .contracts__col {
        width: 50%;
    }

    .advantages {
        flex-wrap: wrap;
    }

    #bx-soa-has-unavailable-info-mobile .alert.alert-small.alert-transparent {
        max-width: 100%;
    }
}


@media (max-width: 768px) {
    .sale-img-min {
        width: 40%;
    }

    .sale-img-max {
        width: 100%;
    }

    .wrapper_inner,
    .maxwidth-theme {
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-stock {
        white-space: pre-line;
    }

    .rows_block .item_block {
        display: block;
    }

    .breadcrumbs {
        padding-bottom: 5px;
    }

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

    .top_slider_wrapp .flexslider,
    .top_slider_wrapp .flexslider .slides > li {
        height: 200px;
    }

    #mainpage-banners .top_slider_wrapp ul.flex-direction-nav li {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        z-index: 2;
        transition: all ease .3s;
        opacity: 1;
        font-size: 0;
    }

    .flex-direction-nav a {
        background: transparent url('/local/templates/electrograd/images/arrows.png') no-repeat;
    }

    #mainpage-banners .top_slider_wrapp .flexslider:hover .flex-direction-nav .flex-nav-prev {
        left: -17px;
    }

    .owl-carousel .owl-nav {
        top: 50%;
        left: 0;
        margin-top: -18px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        border-left: transparent;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0;
        border-right: transparent;
    }

    .catalog_detail .btn.to-cart span,
    .btn.to-cart img {
        display: block;
    }

    .catalog_detail .btn.to-cart img,
    .btn.to-cart span {
        display: none;
    }

    .catalog_detail .presented_goods .btn.to-cart img {
        display: block;
    }

    .catalog_detail .presented_goods .btn.to-cart span {
        display: none;
    }


    .companies__title {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .modal-body {
        flex-direction: column;
    }

    .modal-body .btn {
        margin-bottom: 20px;
    }

    .form__flex {
        justify-content: center;
    }

    .form__date {
        margin-bottom: 10px;
    }

    .btn-back {
        display: flex;
        align-content: center;
        align-items: center;
        width: fit-content;
        font-size: 16px;
        color: #ff6d00;
    }

    #installers-promo section {
        margin-bottom: 20px;
    }

    #installers-promo .installers-promo-advantages {
        background: url('/local/templates/electrograd/./images/installers1.png') no-repeat right bottom, linear-gradient(90deg, #B0ABA7 0%, #7F7B78 100%);
    }

    .installers-promo-advantages-container {
        max-width: 500px;
    }

    #installers-promo .advantages-list li {
        color: #ffffff;
    }

    #installers-promo .popular-products-description {
        margin-bottom: 30px;
    }

    #installers-promo .product-grid {
        gap: 15px;
        margin-bottom: 15px;
    }

    /*#installers-promo .promo {*/
    /*    background: url('/local/templates/electrograd/./images/scrin2.png') no-repeat right bottom, #F9F9F9;*/
    /*}*/

    #installers-promo .promo-container {
        height: 320px;
    }

    .after-registration {
        flex-direction: column;
        padding: 15px 0 0;
    }

    .after-registration .title {
        padding: 0 15px;
    }

    .after-registration .promo-arrow {
        display: none;
    }

    .after-registration .promo-arrow-mobile {
        display: block;
    }


    #privilege .promo-img{
        display: none;
    }

    #privilege .promo-img-mobile {
        display: block;
        width: 100%;
    }

    #opportunities .promotion {
        padding-bottom: 231px;
    }

    #opportunities  .img-container {
        bottom: 0;
        top: auto;
        left: 0;
    }

    #opportunities  .svg-container {
        top: -36px;
        left: 125px;
    }

    #opportunities .svg-mobile {
        display: block;
    }

    #opportunities section {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .title_block.title_tizers {
        display: none;
    }

    .title_block_brand {
        padding: 0 15px;
    }

    .presented_goods .footer_button {
        display: block;
        opacity: 1;
        visibility: visible;
        margin: 11px 0 0;
        height: auto;
        padding-bottom: 7px;
    }

}
@media (max-width: 639px) {
    .table-wrap {
        overflow-x: auto;
    }

    .print-link + h1,
    .share.top + h1,
    section.page-top .line_block + h1 {
        padding-top: 50px;
        padding-right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .popup_regions .items.only_city .cities .item {
        width: 33%;
    }

    .b24-widget-button-block {
        transform: scale(0.65);
    }

    .item_slider .slides {
        height: 260px;
        line-height: normal;
        padding: 25px 0 5px 0;
        overflow: hidden;
        margin: 0;
        max-width: initial;
    }

    .item_slider.flex .slides > li > a {
        height: 240px;
        display: block;
    }

    .item_slider.flex .slides > li > a img {
        max-height: 100%;
    }

    .item_slider.flex .flex-control-nav a {
        background: #b9b9b9;
        border: none;
    }

    .item_slider.flex .flex-control-nav a.flex-active,
    .item_slider.flex .flex-control-nav a:hover {
        background: #ff6d00;
    }

    .tizers_block .item {
        margin: 0 0 20px 0;
    }

    .tizers_block .item .img {
        margin: 0 auto 10px;
        height: 70px;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        width: 80px;
        line-height: 77px;
        max-width: none;
    }

    .tizers_block .item .img,
    .tizers_block .item .title {
        display: block;
        text-align: center;
    }

    .tizers_block .item .title {
        padding: 0;
    }

    .lk-page .iblock.label_block,
    .lk-page .iblock.text_block {
        width: 100%;
        padding-left: 0;
    }

    .lk-page .iblock.text_block {
        padding-top: 5px;
    }

    .data-table.top .left_blocks {
        width: 100%;
    }

    .data-table.top .right_blocks {
        display: none;
    }

    .mobile-card {
        display: block;
    }

    .contacts-stores {
        display: none;
    }

    a.scroll-to-top {
        right: 80px;
        bottom: 66px;
    }

    .image_wrapper_block, .image_wrapper_block a {
        height: 130px;
    }

    /*.catalog_item_wrapp {*/
    /*    height: 300px;*/
    /*}*/
    .catalog_item .item-title a, .catalog_item .item-title a span {
        font-size: 12px;
        line-height: 15px;
        max-height: 30px;
    }

    .sale_block .title {
        font-size: 10px;
    }

    .sale_block .text {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 575.98px) {
    .documents__col,
    .contracts__col {
        width: 100%;
    }

    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(-15px);
    }}

@media (max-width: 479px) {
    .header-mobile__link {
        font-size: 12px;
    }

    .bottom-navbar-mobile-menu {
        font-size: 11px;
    }

    .bottom-navbar-mobile__btn,
    .bottom-navbar-mobile__btn:hover {
        padding: 10px 3px 6px;
    }

    .bottom-navbar__basket-items-count {
        font-size: 10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        right: 12px;
    }

    #footer .bottom-under .inner-wrapper > div {
        float: none;
        display: block;
        text-align: center;
        margin: 0 0 20px;
    }

    .popup_regions .items.only_city .cities .item {
        width: 50%;
    }

    .top_slider_wrapp .flexslider,
    .top_slider_wrapp .flexslider .slides > li {
        height: 150px;
    }

    .sort_header .sort_display {
        display: none;
    }

    .filter_opener {
        padding: 10px 9px 3px;
        margin-top: 0;
        display: block;
    }

    .installer-title {
        display: none;
    }

    .advantages {
        flex-wrap: wrap;
    }

    .installers-join {
        flex-direction: column;
        width: 100%;
    }

    .advantages-item {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .installers-join__subtitle {
        display: none;
    }

    #installers-promo .installers-promo-advantages {
        padding: 32px 16px;
        background: url('/local/templates/electrograd/./images/installers1.png') no-repeat bottom, linear-gradient(180deg, #A6A19D 0%, #837F7C 100%);
    }

    .installers-promo-advantages-container {
        height: 460px;
    }

    #installers-promo .advantages-list {
         column-count: 1;
    }

    #installers-promo .installers-join .title {
        margin: 20px;
    }
    .btn-register,
    .bounce-massager-btn {
        display: block;
        width: 100%;
        text-align: center;
    }

    #installers-promo .promo {
        flex-direction: column;
    }

    .promo-arrow-mobile {
        display: block;
    }

    #installers-promo .promo .promo-img {
        display: none;
    }

    #installers-promo .promo .promo-img-mobile {
        display: block;
        width: 100%;
    }

    /*#installers-promo .promo {*/
    /*    background: url('/local/templates/electrograd/./images/scrin2.png') no-repeat bottom, #F9F9F9;*/
    /*}*/

    #installers-promo .promo-container {
        height: auto;
    }

    #installers-promo .promo-container  {
        padding: 15px 15px 0 15px;
    }

    .promo-arrow {
        display: none;
    }

    #privilege .bounce {
        flex-direction: column;
        background: linear-gradient(180deg, rgba(177, 178, 175, 0) 0%, rgba(177, 178, 175, 0.5) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("/local/templates/electrograd/./images/prem-mobile.png") center no-repeat;
        background-size: cover;
        align-items: flex-start;
        padding: 15px;
        gap: 30px;
    }

    #privilege .privilege-advantages-list {
        column-count: 1;
    }
}

@media (max-width: 425px) {
    .menu-list {
        bottom: 61px;
        left: 0;
        position: absolute;
        display: grid;
        align-items: center;
        align-content: center;
        justify-items: end;
        padding: 100px 0 0 0;
        margin: 0;
        background: #ffffff;
        list-style-type: none;
        transform: translateX(-110%);
        transition: .3s;
        width: 250px;
        height: 100vh;
        z-index: 20;
        border: 1px solid #f2f2f2;
        box-shadow: 5px -3px 12px 2px rgba(94, 112, 126, 0.09);
    }

    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(-11px);
    }

    #opportunities .list.double-list {
        column-count: 1;
    }
}

@media (max-width: 399px) {
    .b24-widget-button-position-bottom-right {
        right: 10px !important;
        bottom: 50px !important;
    }
}

.tizers_block_mainpage {
    padding-top: 20px !important;
    position: relative;
    z-index: 9;
    border: 1px solid #f2f2f2 !important;
    padding-bottom: 0 !important;
}

.tizers_block_mainpage .item {
    margin-bottom: 20px !important;
}

footer .inner-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .inner-wrapper .copy-block, footer .inner-wrapper .copy-block .social-block {
    float: none;
}

footer .inner-wrapper .pay_block img {
    max-width: 70px;
    margin: 0 5px;
}

.phone-info {
    margin-bottom: 0;
    font-size: 12px;
}

.phone-info_header {
    margin-left: 23px;

}

.phone-info_footer {
    margin-left: 32px;

}

@media screen and (max-width: 768px) {
    footer .inner-wrapper {
        flex-direction: column;
        align-items: center;
    }

    footer .inner-wrapper .pay_block {
        margin: 15px 0;
    }
}


.stock_wrapper .stock_board .txt {
    display: none;
}

.fa {
    font-family: 'FontAwesome' !important;
}

.front_page .file-order-download {
    display: none;
}

.bottom-navbar-mobile {
    z-index: 3003 !important;
}

.wraps.hover_shine#content .wrapper_inner.wide_page .middle .container .maxwidth-theme .module-form-block-wr.registraion-page .form-block.border_block .wrap_md .main_info.iblock {
    margin-bottom: 40px;
}

.wraps.hover_shine#content .maxwidth-theme .page-top.maxwidth-theme.center .page-top-main #page-title-auth-link {
    display: none;
}

.register-captcha {
    display: none;
}

@media (max-width: 768px) {
    .auth_wrapp.form-block ul.nav-tabs li {
        padding: 0 7px 0 7px;
    }

    #send_mistake > div:last-child {
        margin-right: 15px;
    }

    .front .tizers_block {
        display: block;
    }

    .uen-stores-list button.close {
        display: none;
    }
}

@media (min-width: 769px) {
    #ask_block_content textarea::placeholder,
    #ask_block_content textarea:-ms-input-placeholder,
    #ask_block_content textarea::-moz-placeholder,
    #ask_block_content textarea:-moz-placeholder,
    #ask_block_content textarea::-webkit-input-placeholder,
    #ask_block_content input::placeholder {
        color: transparent;
        opacity: 0;
    }

    .modal {
        text-align: center;
        padding: 0 !important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}
.presented_goods_title_arrows{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
p.presented_goods_title_arrows.title{
    font-weight: 700;
    font-size: 22px;
    color: #1D2029;
}
.presented_goods .item_info .dark_link span{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.presented_goods div.item-title {
    height: 49px;
}
.presented_goods div.store-amount{
    color: #FF6D00;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 25px;
}
.presented_goods div.store-amount .stores-count-link span.value {
    max-width: none;
}
.presented_goods .price_matrix_block .values_wrapper{
    font-weight: 700;
    display: flex;
    font-size: 18px;
    line-height: 20px;
    color: #1D2029;
} 

.presented_goods .price_matrix_wrapper {
    display: flex;
    flex-wrap: wrap;
} 

.presented_goods .price_matrix_block .price.discount{
    font-size: 12px;
}

.presented_goods .price_matrix_block .price{
    display: flex;
    flex: 0 0 100%;
    padding-bottom: 0;
}

.presented_goods .price_matrix_block .price_measure{
    text-transform: lowercase;
    font-weight: 700;
    font-size: 18px;
    color: #1D2029;
}

.presented_goods div.price.discount span.values_wrapper{
    padding-top: 5px;
}

.presented_goods .sale_block{
    margin-top: 5px;
}

.presented_goods .economy_block{
    display: flex;
    justify-content: start;
    gap: 7px;
}
.presented_goods .economy_block .title{
    font-size: 12px;
    font-weight: 700;
    color: #888;
    margin-top: -2px;
}
.presented_goods .sale_block .title{
    font-size: 12px;
    font-weight: 700;
    color: #888;
    margin-top: -2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.presented_goods .sale_wrapper{
   display: flex;
   align-items: center;
   gap: 7px;
}

.presented_goods .sale_block .title::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='16' height='16' rx='8' fill='%23FF6D00'/%3E%3Crect x='1.23047' y='1.23096' width='13.5385' height='13.5385' fill='url(%23pattern0_1086_53)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_1086_53' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1086_53' transform='scale(0.0357143)'/%3E%3C/pattern%3E%3Cimage id='image0_1086_53' width='28' height='28' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAV1BMVEVHcEzoagrpdBHpcg3pbgDnYwjvmmTpdBDpcA7nYgvpcQ3pcAnpdBDpdBHpdBD////oaQDobgDpcQH2xqrtj1H+9vD63c3xqX376d74077zupjrgjPqeyX07T98AAAADnRSTlMAa8GI70f67jgckcvfYe31LsgAAAEYSURBVCiRbZPZtoMwCEVR42wpxMQY7f9/58Vm0Oo9b6ydxXAgAEldVbaIbVl1cNdLQFL7+kH9hKiZolhP/ck6QbRvfrX2be3qHXN9YdSs76tmirSXjMv7Josh84Ta3plQ9e0TaX0yyVwIbNnl2DWNyxXU0Q3ZVEaGkIG2CF0HlTYx2HXwID2eByjxY4I4wtT6MoLYpqNy7QgVnJbyfIN0gfeJPMO5Db4NuikoddwFfuYgH6EZoUqTEPIhoggtDdAlaDhUbpJdLCehYmD3b/Y8D6J4W2QzV++XvJ+ND+Mh5fnRSm1Y9vwP47hsqB/UE+Yjqs3PmSzmwiSzYuO2w4HNGSbdXk7z6FlxkJbFFY+b74bx+A7jcH6HP9/TJnu398pSAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.presented_goods .economy_block div.text span.values_wrapper{
    font-size: 12px;
    font-weight: 700;
    color: #E9651A;
    margin-top: -1px;
}
.presented_goods .sale_wrapper div.text span.values_wrapper{
    font-size: 12px;
    font-weight: 700;
    color: #E9651A;
    margin-top: -1px;
}
.presented_goods .sale_block .text{
    background: none;
    padding: 0;
}
.footer_button {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    text-align: center;
    font-size: 13px;
    color: #333;
}

.footer_button .name {
    color: #777;
}

.footer_button .char .char_item {
    margin: 0 0 3px;
    line-height: 18px;
}

.footer_button .char .char_item:last-child {
    margin-bottom: 0;
}

body .inner_wrap:hover .footer_button, body .inner_wrap.hover .footer_button {
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 11px 0 0;
    height: auto;
}

.presented_goods .owl-carousel.shadow .owl-stage{
   padding-top: 10px;
}
div.presented_goods{
    height: 450px;
    margin-bottom: 20px;
}

div.presented_goods .owl-carousel.hovered .owl-stage-outer {
    padding-bottom: 0;
}

.catalog_item_wrapp  .inner_wrap {
    background-color: #fff;
    margin: 0;
    padding: 20px 9px 21px 8px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.catalog_item_wrapp:hover .inner_wrap {
    box-shadow: 0px 0px 8.7px 0px #00000040;
}

.presented_goods .catalog_detail .counter_wrapp .counter_block + .button_block{
    margin: 10 0px 5px;
}

.presented_goods .owl-carousel .counter_wrapp{
    margin-bottom: -20px;
}

.presented_goods .btn.btn-default{
    margin-right: 6px;
}
.presented_goods .counter_block{
    width: 110px;
}
.presented_goods .button_block{
    margin-bottom: 0px;
}
.presented_goods .btn{
    padding: 8px 24px;
}
.presented_goods .inner_wrap:hover .footer_button{
    margin: 20px 0 0;
}
.footer_button.for_tel{
    display: none !important;
}
.presented_goods .owl-carousel .owl-nav {
    margin-top: -18px;
}

#analogues_goods .inner_wrap {
    display: flex;
    max-width: 1120px;
    align-items: center;
    gap: 10px;
}

#analogues_goods .image_wrapper_block,
#analogues_goods .image_wrapper_block a {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    flex-shrink: 1;
}

#analogues_goods .item_info {
    flex-basis: 450px;
    flex-grow: 2;
}

#analogues_goods .price_matrix_block {
    flex-basis: 280px;
    flex-grow: 1;
}

#analogues_goods .basket_button {
    flex-basis: 230px;
    flex-grow: 1;
}

#analogues_goods .item-title {
    font-weight: bold;
    font-size: 14px;
}

#analogues_goods .price_matrix_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

#analogues_goods .price {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.analog-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.btn.btn-disabled {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    cursor: default;
}

@media (max-width:1024px){
    /*.presented_goods .footer_button{*/
    /*    display: none !important;*/
    /*}*/
    .footer_button.for_tel{
        opacity: 1;
        visibility: visible;
        display: block !important;
        margin: 11px 0 0;
        height: auto;
    }
    .presented_goods .price_matrix_block .price_measure{
        font-size: 14px;
    }
    .presented_goods .economy_block{
        font-size: 10px;
    }
    .presented_goods .owl-carousel .counter_wrapp{
        display: flex;
        justify-content: space-between;
    }
    .presented_goods .counter_block{
        height: 34px;
    }
    .presented_goods{
        height: inerhit;
    }
    
}
@media (max-width:768px){
    .presented_goods .counter_block{
        border: 1px solid #f3f3f5;
        background: #f3f3f5;
        font-size: 0;
        width: 84px;
        height: 40px;
        margin: 0 0 5px;
        display: inline-block;
        vertical-align: top;
        border-radius: 2px;
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; 
    }
    .presented_goods .sale_block .title {
        padding: 0;
    }
    .presented_goods .owl-carousel .owl-nav {
        top: -25px;
        left: unset;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        position: unset;
    }
    .presented_goods .counter_block input[type="text"]{
        height: 40px;
    }
    .presented_goods .counter_block .plus, .presented_goods .counter_block .minus {
        font-size: 0;
        line-height: 54px;
        height: 40px;
        width: 24px;
        display: inline-block;
        cursor: pointer;
        vertical-align: top;
    }
    .presented_goods .counter_block>span.plus:before{
        background-position: -54px -191px;
    }
    .presented_goods .counter_block > span.minus:before {
        background-position: -80px -191px;
    }
    .presented_goods .image_wrapper_block.shine .stickers {
        margin-left: unset;
    }
    .presented_goods .counter_block>span:before{
        height: 40px;
    }
    .presented_goods_title_arrows.title{
        font-size: 18px;
    }
    p.presented_goods_title_arrows.title{
        font-size: 18px;
    }

    #analogues_goods {
        width: 95%;
    }

    #analogues_goods .inner_wrap {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        padding: 20px 9px 13px 14px;
    }

    #analogues_goods .image_wrapper_block,
    #analogues_goods .image_wrapper_block a {
        width: 100px;
        height: 100px;
        flex-basis: 0;
        flex-shrink: 0;
        margin-left: 0;
    }

    #analogues_goods .item_info {
        flex-basis: 0;
        flex-grow: 0;
    }

    #analogues_goods .basket_button {
        flex-basis: 0;
        flex-grow: 0;
    }

    #analogues_goods .price_matrix_block {
        flex-basis: 0;
        flex-grow: 0;
        width: 100%;
    }

    #analogues_goods .price_matrix_wrapper {
        width: 100%;
    }

    #analogues_goods .item-stock {
        white-space: unset;
    }

    #analogues_goods .basket_button {
        width: 100%;
    }

    #analogues_goods .sale_block .title {
        padding: 0;
    }

    .analog-wrapper {
        width: 100%;
    }
}
@media (max-width:425px){
    .presented_goods .price_matrix_wrapper{
        flex-direction: column;
    }
    .presented_goods .stickers [class*="sticker_"] {
        margin-left: 5px;
    }
    .presented_goods div.price.discount span.values_wrapper{
        padding-left: 0px;
    }
    .presented_goods .price_matrix_block div.price.discount .values_wrapper{
        flex-direction: row;
    }
    .presented_goods div.store-amount{
        padding-bottom: 15px;
    }
    .catalog_item_wrapp .inner_wrap{
        padding: 20px 4px 21px 3px;    
    }
    .presented_goods .economy_block div.text span.values_wrapper{
        font-size: 10px;
    }
    .presented_goods .price_matrix_block div.text .values_wrapper{
        flex-direction: row;
    }
    .presented_goods .economy_block{
        gap: 5px;
    }
    .presented_goods .item_info .dark_link span{
        font-size: 12px;
    }
    .presented_goods div.store-amount{
        font-size: 10px;
    }
    .presented_goods .counter_block {
        height: 40px;
    }
    .presented_goods .counter_block > span.minus:before {
        background-position: -80px -193px;
    }
    .presented_goods .counter_block>span.plus:before {
        background-position: -54px -193px;
    }
    .presented_goods .counter_block input[type="text"] {
        height: 40px;
    }
}

@media (max-width:425px) {
    p.presented_goods_title_arrows.title {
        font-size: 16px;
    }

    .presented_goods .sale_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.presented_goods_title_arrows .button-container{
    display: flex;

}

.presented_goods_title_arrows .arrow {
    position: relative;
    width: 30px;
    height: 30px; 
    border: 1px solid #EEEEEE; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
  }

  .presented_goods_title_arrows .arrow.left:after {
    content: '';
    display: block;
    width: 10px; 
    height: 10px; 
    border-right: 3px solid gray;
    border-top: 3px solid gray;
    transform: rotate(-135deg);
    
  }
  .presented_goods_title_arrows .arrow.left{
    border-radius: 5px 0px 0px 5px;
  }
  .presented_goods_title_arrows .arrow.right{
    border-radius: 0px 5px 5px 0px;
  }
  .presented_goods_title_arrows .arrow.right:after {
    content: '';
    display: block;
    width: 10px; 
    height: 10px; 
    border-left: 3px solid gray; 
    border-top: 3px solid gray; 
    transform: rotate(135deg);
  }
  .presented_goods .owl-carousel.hovered .owl-stage-outer {
    margin-bottom: 0px;
}
/* End */


/* Start:/local/templates/electrograd/css/jquery.fancybox.css?16372284974108*/
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/electrograd/css/../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/electrograd/css/../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url('/local/templates/electrograd/css/../images/blank.gif');*/ /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper

.fancybox-lock {
	overflow: hidden;
}
 */
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/electrograd/css/../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/local/templates/electrograd/vendor/fonts/font-awesome/css/font-awesome.min.css?164542305231000*/
/*!
 *  Font Awesome 4.7.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('/local/templates/electrograd/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/electrograd/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/electrograd/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/electrograd/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/electrograd/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/electrograd/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.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}.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}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-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-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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-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-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-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"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/electrograd/css/animation/animation_ext.css?16372284974934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit è Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* End */


/* Start:/local/templates/electrograd/css/customFeatureNutnet.css?1747109356191857*/
@media (max-width: 768px) {

    *,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: PT Sans Caption !important;
    }
    
    /* #59533 (Header) */
    #mobileheader {
        background-color: #FF6D00;
        height: 54px;
    }

    #mobileheader .mobileheader-custom .wrapper_inner,
    #mobileheader .mobileheader-custom .maxwidth-theme {
        background-color: transparent;
    }

    .header-mobile__link,
    .header-mobile__link a,
    .header-mobile__link .js_city_chooser {
        color: #fff;
    }

    /*.region_wrapper:before {*/
    /*    all: unset;*/
    /*    box-sizing: border-box;*/
    /*    background-size: contain;*/
    /*    position: relative;*/
    /*    display: block;*/
    /*    left: unset;*/
    /*    top: unset;*/
    /*    margin: 0 auto;*/
    /*    width: 22px;*/
    /*    height: 22px;*/
    /*    content: url(/local/templates/electrograd/css/../images/svg/icons_geo.svg);*/
    /*}*/

    .search-wrapper .search .btn-search {
        filter: invert(45%) sepia(0%) saturate(1562%) hue-rotate(144deg) brightness(96%) contrast(74%);
    }

    .search .search-input textarea {
        color: #B3B2B2;
    }

    ::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #B3B2B2;
    }

    :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #B3B2B2;
        opacity: 1;
    }

    ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #B3B2B2;
        opacity: 1;
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #B3B2B2;
    }

    ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #B3B2B2;
    }

    ::placeholder {
        /* Most modern browsers support this now. */
        color: #B3B2B2;
    }

    .header-mobile__link a div {
        all: unset;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .header-mobile__link a div i {
        margin: 0 auto;
    }

    /*.fa-user:before {*/
    /*    all: unset;*/
    /*    box-sizing: border-box;*/
    /*    background-size: contain;*/
    /*    position: relative;*/
    /*    display: block;*/
    /*    left: unset;*/
    /*    top: unset;*/
    /*    margin: 0 auto;*/
    /*    width: 22px;*/
    /*    height: 22px;*/
    /*    content: url(/local/templates/electrograd/css/../images/svg/icons_entry.svg);*/
    /*}*/

    .mobileheader__top-line {
        padding-top: 0px;
        margin: 0;
    }

    .mobileheader__top-line .pull-right:nth-child(2) {
        margin-left: 15px;
    }

    form .search-button-div .btn-search,
    .search .search-input {
        padding: 12px 15px 11px 15px;
    }

    form .search-button-div .btn-search .svg {
        min-width: 16px;
        min-height: 16px;
    }

    .header-mobile__link,
    #mobileheader .logo-block {
        padding: 0;
        height: 100%;
        padding-left: 10px;
    }

    /* #59534 (Banner) */

    #title-search-city {
        display: none;
    }

    .wraps.hover_shine#content .wrapper_inner.wide_page .middle .container .maxwidth-theme .form .form_head h2 {
        margin: 16px 0 26px;
    }

    .top_mobile_region .confirm_wrapper {
        position: fixed;
        z-index: 1000;
        width: 355px;
        top: 56.59px;
        right: 10px;
        height: 105px;
        overflow: auto;
        /*filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1)) drop-shadow(0px 14px 25px rgba(0, 0, 0, 0.05));*/
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    }

    .top_mobile_region .confirm_wrapper .confirm_region {
        background: #fff;
        border-radius: 10px;
        padding: 15px 20px 20px 20px;
    }

    .confirm_region:before,
    .confirm_region:after {
        position: fixed;
        left: calc(100vw - 102.5px);
        top: 38px;
        overflow: auto;
        margin-left: 0;
    }

    .top_mobile_region .confirm_region .title {
        display: block;
        padding: 0;
        color: #1D1D1D;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
    }

    .top_mobile_region .confirm_region .buttons {
        display: flex;
        padding-top: 8px;
    }

    .top_mobile_region .confirm_region .buttons>span {
        display: block;
        height: 40px;
        width: 152.5px;
        border-radius: 5px;
        padding: 7px 20px 8px 20px;
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
    }

    .top_mobile_region .confirm_region .buttons>span:nth-of-type(2) {
        margin-left: 10px;
    }

    .btn.btn-default.white:not(.grey):not(:hover) {
        color: #282828;
        border: 1px solid #ff6d00;
        background: #fff;
    }

    /* #59535 (Sliders) */
    #mobileheader {
        margin-bottom: 8px;
    }

    #content .wrapper_inner.front {
        padding-top: 0;
    }

    #mainpage-banners .col-sm-8.main-banner-left,
    #mainpage-banners .col-sm-4.main-banner-right {
        padding: 0;
    }

    #mainpage-banners .col-sm-4.main-banner-right {
        display: none;
    }

    #mainpage-banners .col-sm-8.main-banner-left .top_slider_wrapp,
    #mainpage-banners .col-sm-4.main-banner-right .top_slider_wrapp {
        overflow: visible;
    }

    .top_slider_wrapp .flex-control-nav li,
    .top_slider_wrapp .flex-control-nav a {
        height: 6px;
        width: 6px;
        padding: 0;
    }

    .top_slider_wrapp .flex-control-nav li {
        margin-right: 6px;
    }

    .top_slider_wrapp .flex-control-nav li:last-child {
        margin-right: 0;
    }

    .top_slider_wrapp .flex-control-nav a {
        border: 1px solid #B3B2B2;
    }

    .top_slider_wrapp .flex-control-nav a.flex-active,
    .top_slider_wrapp .flex-control-nav a:hover {
        background: #B3B2B2;
    }

    .top_slider_wrapp .img .wrap_plaxy img {
        height: 84px;
    }

    ol.flex-control-nav.flex-control-paging {
        height: 6px;
        display: flex;
    }

    #mainpage-banners .main-banner-left .top_slider_wrapp .flexslider .flex-control-nav {
        bottom: -16px;
    }

    #mainpage-banners .main-banner-right .top_slider_wrapp .flexslider .flex-control-nav {
        bottom: -14px;
    }

    #mainpage-banners .main-banner-left,
    #mainpage-banners .main-banner-left .top_slider_wrapp,
    #mainpage-banners .main-banner-left .top_slider_wrapp .flexslider .slides {
        height: 167px;
        margin: 0;
        padding: 0;
    }

    #mainpage-banners .main-banner-left {
        margin-bottom: 32px;
    }

    #mainpage-banners .main-banner-right,
    #mainpage-banners .main-banner-right .top_slider_wrapp,
    #mainpage-banners .main-banner-right .top_slider_wrapp .flexslider .slides {
        height: 84px;
        margin: 0;
    }

    #mainpage-banners {
        margin-bottom: 54px;
    }

    #mainpage-banners .col-sm-8.main-banner-left .top_slider_wrapp ul.flex-direction-nav,
    #mainpage-banners .col-sm-4.main-banner-right .top_slider_wrapp ul.flex-direction-nav {
        display: none;
    }


    /* #59536 (Categories) */
    .top_block .title_block,
    .owl-carousel.shadow .owl-stage,
    .owl-stage .owl-item {
        margin: 0;
        padding: 0;
    }

    .list .owl-carousel .owl-stage-outer .owl-item .item {
        height: 179px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sections_wrapper .list .item:not(.section_item) .img {
        all: unset;
        width: 80px;
        height: 80px;
        margin: 15px 0;
    }

    .owl-item .item .name {
        align-self: flex-start;
        padding: 0 15px 15px 15px;
    }

    .owl-item .item .name a {
        font-size: 12px;
        color: #383838;
        text-align: left;
        line-height: 18px;
        max-height: 53px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top_block {
        margin-bottom: 16px;
    }

    .sections_wrapper .list .item {
        padding: 15px 10px 15px;
    }

    .front_page .file-order-download {
        display: none;
    }

    .wraps.hover_shine#content .wrapper_inner.front .right_block.wide_ .middle .sections_wrapper .list.items .owl-drag .owl-dots {
        display: flex;
        justify-content: center;
        padding-top: 8px;
    }

    .wraps.hover_shine#content .wrapper_inner.front .right_block.wide_ .middle .sections_wrapper .list.items .owl-drag .owl-dots .owl-dot {
        color: black;
        height: 6px;
        width: 6px;
        padding: 0;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #B3B2B2;
        margin-right: 6px;
        justify-content: center;
    }

    .wraps.hover_shine#content .wrapper_inner.front .right_block.wide_ .middle .sections_wrapper .list.items .owl-drag .owl-dots .owl-dot.active {
        background: #B3B2B2;
    }

    .wraps.hover_shine#content .wrapper_inner.front .right_block.wide_ .middle .sections_wrapper {
        margin-bottom: 40px;
    }

    /* #59537 (Tabs) */
    .right_block .tabs,
    .right_block .tabs li,
    .right_block .tabs li span,
    .tab_slider_wrapp .tabs_content {
        padding: 0;
        margin: 0;
        font-size: 20px;
    }

    .right_block .tabs {
        display: flex;
    }

    .right_block .tabs li {
        display: block;
    }

    ul.tabs li.cur span {
        border-bottom: 1px solid #FF6D00;
    }

    ul.tabs li:hover span,
    ul.tabs li.cur span {
        color: #383838;
    }

    #content .tab_slider_wrapp {
        margin-bottom: 40px;
    }

    .tab_slider_wrapp .top_blocks {
        margin-bottom: 16px;
    }

    .right_block .tabs li:nth-child(2) {
        margin: 0 20px;
    }

    /* #59538 (Pluses) */
    .tizers_block_detail {
        padding: 0;
    }

    .tizers_block_mainpage {
        padding: 0 !important;
        border: none !important;
    }

    .front .tizers_block {
        margin: 0 0 40px 0;
        padding: 0;
        display: none;
    }

    /* #59539 (Block Akc) */
    .title_block {
        color: #383838;
    }

    .news_akc_block .top_block,
    .front_page .top_block a,
    .flexslider.shadow .slides {
        padding: 0;
        margin: 0;
    }

    .custom_flex .flex-direction-nav .flex-nav-prev,
    .custom_flex .flex-direction-nav .flex-nav-next,
    .custom_flex .flex-direction-nav .flex-nav-prev a,
    .custom_flex .flex-direction-nav .flex-nav-next a {
        max-width: 28px;
        max-height: 28px;
    }

    .custom_flex .flex-direction-nav .flex-nav-prev {
        margin-right: 10px;
    }

    .custom_flex .flex-direction-nav .flex-nav-prev a,
    .custom_flex .flex-direction-nav .flex-nav-next a {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border: 1px solid #EEEEEE;
    }

    .top_block a {
        font-size: 16px;
    }

    .top_right .flex-direction-nav a.flex-prev,
    .top_right .flex-direction-nav a.flex-prev:hover {
        background-position: 2px -22px;
    }

    .custom_flex .flex-direction-nav li.flex-nav-next a {
        background-position: -74px -22px;
    }

    .top_right .flex-direction-nav {
        top: -44px;
    }

    .flexslider.top_right .flex-direction-nav li:nth-child(2) {
        margin: 0;
    }

    .news_akc_block {
        margin-bottom: 28px;
    }

    .news_akc_block .top_block {
        margin-bottom: 18px;
        display: flex;
    }

    .top_block .title_block,
    .news_akc_block .top_block a {
        display: block;
    }

    .top_block .title_block {
        margin-right: 10px;
        line-height: 22px;
    }

    div.middle .news_akc_block {
        min-height: 235px;
    }

    div.news_wrapp div.flexslider div.flex-viewport ul.items li.item_block div.item div.img {
        height: 113px;
    }

    /* #59540 (SEO text) */
    .middle div:not([class]) h1,
    .middle div:not([class]) h2,
    .middle div:not([class]) p,
    .middle div:not([class]) ul li {
        padding: 0;
        margin: 0;
    }

    .middle div:not([class]) h1,
    .middle div:not([class]) h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0em;
        color: #383838;
    }

    .middle div:not([class]) h2 {
        font-size: 25px;
        line-height: 28px;
    }

    .middle div:not([class]) p,
    .middle div:not([class]) ul li {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
    }

    .middle div:not([class]) h1 {
        margin-bottom: 32px;
    }

    .middle div:not([class]) p {
        margin-bottom: 4px;
    }

    .middle div:not([class]) p:nth-child(2),
    .middle div:not([class]) p:last-child {
        margin-bottom: 0;
    }

    .middle div:not([class]) p:nth-of-type(3),
    .middle div:not([class]) p:nth-last-child(2) {
        margin-bottom: 8px;
    }

    .middle div:not([class]) ul {
        font-size: 14px;
    }

    .middle div:not([class]) ul li {
        padding: 0 10px 0 18px;
    }

    .middle div:not([class]) ul li {
        margin-bottom: 4px;
    }

    .middle div:not([class]) ul li:last-child {
        margin-bottom: 0;
    }

    .middle div:not([class]) {
        color: #737373;
    }

    .middle div:not([class]) h2 {
        margin: 40px 0 24px 0;
    }

    /* #59541 (Logotypes) */

    .middle .brand_main_wrapper {
        display: flex;
        justify-content: center;
    }

    .middle .brand_main_wrapper div {
        margin: 0 10.5px;
        min-width: 324px;
    }

    .brands_slider_wrapp li a {
        margin: 0;
    }

    .brands_slider_wrapp .flex-direction-nav .flex-nav-prev,
    .brands_slider_wrapp .flex-direction-nav .flex-nav-next {
        max-width: 100%;
        max-height: 100%;
    }

    .brands_slider_wrapp .flex-direction-nav .flex-nav-prev .flex-prev,
    .brands_slider_wrapp .flex-direction-nav .flex-nav-next .flex-next {
        border: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }

    .brands_slider_wrapp .flex-direction-nav .flex-nav-prev .flex-prev {
        background: url('/local/templates/electrograd/css/../images/arrows.png') 13px -98px no-repeat;
        position: absolute;
        top: 0;
        left: -10.5px;
    }

    .brands_slider_wrapp .flex-direction-nav .flex-nav-next .flex-next {
        background: url('/local/templates/electrograd/css/../images/arrows.png') -21px -98px no-repeat;
        position: absolute;
        top: 0;
        left: 10.5px;
    }

    .middle .brand_main_wrapper {
        margin-bottom: 48px;
        margin-top: 40px;
    }

    .front_page .wraps>.wrapper_inner {
        padding-bottom: 0;
    }

    /* #59542 (Earlier) */

    .viewed_block .title_block {
        margin: 25.5px 0 17.5px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    div.viewed_block div.outer_wrap ul.flex-direction-nav {
        top: -43px;
    }

    div.viewed_block div.outer_wrap ul.flex-direction-nav li.flex-nav-prev,
    div.viewed_block div.outer_wrap ul.flex-direction-nav li.flex-nav-next {
        /*background: #fff;*/
        /*border: 1px solid #EEEEEE;*/
        /*padding: 8px 11px 7px 11px;*/
    }

    div.outer_wrap div.flex-viewport ul.rows_block li.item_block {
        padding: 0;
    }

    #footer .viewed_product_block .viewed_block {
        padding-bottom: 24px;
    }

    #footer div.viewed_product_block {
        margin-bottom: 32px;
    }


    /* #59543 (Subscribe) */
    .footer__subscribe-content .text {
        color: #737373;
        font-size: 14px;
    }

    /* #59544 (Footer) */
    .bottom-navbar-mobile.visible-xs.visible-sm {
        height: 61px;
    }

    .bottom-navbar-mobile.visible-xs.visible-sm,
    #main .b24-widget-button-inner-container {
        z-index: 1049;
    }

    #footer .footer__middle-title,
    #footer .footer-menu>.footer__menu-item,
    #footer .footer_info .email-icon-block a,
    #footer .phone a {
        color: #383838;
    }

    #footer .bottom-under .inner-wrapper,
    #footer .bottom-under .copy-block {
        padding: 0;
        margin: 0;
        align-items: flex-start;
    }

    #footer .bottom-middle {
        padding: 32px 0 32px;
    }

    #footer .footer__middle-title,
    #footer .footer-menu>.footer__menu-item {
        margin-bottom: 8px;
    }

    #footer .footer_info .svg-phone {
        margin-right: 8px;
    }

    #footer .footer_info .phone a {
        margin-right: 16px;
        margin-bottom: 0;
    }

    #footer .footer_info .blocks {
        padding: 0 0 0 23.6px;
    }

    #footer .footer_info .email-icon-block:before {
        background: none;
        width: 16px;
        top: 0;
        text-align: center;
        content: url(/local/templates/electrograd/css/../images/svg/icons_mail.svg);
    }

    #footer .svg-phone {
        width: 16px;
        background-image: url(/local/templates/electrograd/css/../images/svg/icons_phone.svg);
    }

    #footer .footer_info .email-icon-block a {
        font-weight: bold;
    }

    #footer .footer__bottom-block {
        text-align: left;
    }

    #footer .footer__menu-item a {
        color: #737373;
    }

    #footer .footer_info .row .col-sm-4 {
        display: flex;
    }

    #footer .footer_info .row .col-sm-4.email-container {
        flex-direction: column;
    }

    #footer .phone,
    #footer .callback-block {
        margin-bottom: 8px;
    }

    #footer .footer_info .row div .blocks {
        margin-bottom: 24px;
    }

    #footer .footer__partners {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        grid-row-gap: 0;
    }

    #footer p.phone-info_footer,
    #footer .bottom-under .inner-wrapper .pay_block,
    #footer .footer__partners a:last-child {
        display: none;
    }

    #footer .footer__partners img {
        height: 34px;
    }

    #footer .footer__partners .footer__middle-title {
        flex-basis: 100%;
        margin-bottom: 8px;
    }

    #footer .footer__partners a {
        margin: 0;
        display: flex;
        align-items: center;
    }

    #footer .copy {
        color: #B3B2B2;
        text-align: left;
        margin: 24px 0 24px;
    }

    #footer .inner-wrapper {
        display: flex;
        flex-direction: column;
    }

    #footer .inner-wrapper .copy-block {
        margin-bottom: 24px;
    }

    #footer .social-block .social-icons {
        text-align: left;

    }

    #footer .bottom-under .social-block .social-icons {
        margin: 0 0 32px 0;
    }

    #footer .bottom-under .social-block .social-icons ul li.vk {
        padding-left: 0;
    }

    #footer .bottom-under .social-block .social-icons ul li a {
        margin: 0;
    }


    #footer .callback-block span {
        font-size: 14px;
        font-weight: 700;
    }

    #footer .col-md-8 .row {
        display: flex;
        flex-wrap: wrap;
    }

    #footer .col-md-8 .row div {
        flex: 1 1 calc(100% / 3);
    }

    #footer .col-md-8 .row div:nth-child(1) {
        order: -1;
    }

    #footer .col-md-8 .row div:nth-last-child(1) {
        order: -1;
    }

    #footer .footer__menu-item {
        margin-bottom: 8px;
    }

    #footer .footer-menu>.footer__menu-item a {
        color: #383838;
    }

    #footer .bottom-wrapper .maxwidth-theme .bottom-middle .col-md-8 {
        margin-bottom: 24px;
    }

    #footer .bottom-wrapper .maxwidth-theme .bottom-middle .col-md-8 .col-sm-4 {
        height: 306px;
        margin-bottom: 24px;
    }

    #footer .bottom-wrapper .maxwidth-theme .bottom-middle .col-md-8 .col-sm-4:nth-of-type(2) {
        height: 130px;
        margin-bottom: 0;
    }

    #footer .bottom-wrapper .maxwidth-theme .bottom-middle .col-md-8 .col-sm-4:nth-of-type(3) {
        padding-left: 8px;
    }

    #footer .image_wrapper_block img {
        max-width: 80px;
        max-height: 80px;
    }

    #footer .viewed_block .image_wrapper_block,
    #footer .viewed_block .image_wrapper_block a {
        height: 80px;
        width: 80px;
    }

    #footer .viewed_block .item_block .item.has-item {
        padding: 5px;
        border-radius: 5px;
        height: 90px;
        border: none;
    }

    #footer .viewed_block .item_info {
        padding: 4.5px 0 0 90px;
    }

    #footer .viewed_block .item_info .item-title {
        max-height: 44px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #footer .viewed_block .item_info .dark-color span {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    #footer .viewed_block .cost.prices {
        margin-top: 5px;
    }

    #footer .item_info .cost.prices .only_price {
        margin: 0;
    }

    #footer .slides,
    #footer .flex-viewport {
        max-height: 90px;
    }

    #footer .similar_products_wrapp h3.title_block.sm {
        margin: 32px 0 16px 0;
    }

    #footer div.viewed_product_block {
        margin-bottom: 0;
    }

    #footer .viewed_product_block .viewed_block {
        padding-bottom: 32px;
    }

    /* #59545 (Cookie) */

    #scrollToTop,
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible {
        z-index: 1048;
    }

    #carrotquest-messenger-collapsed-container.carrotquest-messenger-right_bottom {
        z-index: 1048 !important;
        margin-bottom: 54px !important;
        margin-right: 1px !important;
    }

    #cookie__panel-help {
        height: 52px;
        width: 100%;
        overflow: hidden;
        color: #EEEEEE;
        background: #282828;
        padding: 8px 93px 8px 15px;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        position: fixed;
        z-index: 7999;
        bottom: 61px;
        left: 0;
    }

    #cookie__panel-help div.cookie_des {
        display: inline;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 36px;
    }

    #cookie__panel-help div.cookie_des a {
        display: inline;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #EEEEEE;
    }

    #cookie__panel-help div.cookie_des a.link {
        border-bottom: 1px solid #EEEEEE;
    }

    #cookie__panel-help div.cookie_des span.cookie_btn {
        display: block;
        height: 34px;
        width: 57px;
        position: absolute;
        top: 9px;
        right: 15px;
        border-radius: 5px;
        padding: 8px 20px 8px 20px;
        margin-left: 0;
    }

    /* #59210 (Registation) */

    div.wraps div.top_inner_block_wrapper section.page-top {
        padding: 0;
        padding-top: 24px;
    }

    div.wraps div.top_inner_block_wrapper section.page-top div.breadcrumbs {
        padding: 0;
        margin: 0;
        padding-bottom: 11px;
    }

    .main_info .top,
    .wrap_md .text_block,
    .register-captcha,
    .form-control .wrap_md .label_block label,
    .wrap_md .social_block {
        display: none;
    }

    .main_info .top p {
        margin: 0;
    }

    .wraps.hover_shine#content .top_inner_block_wrapper.maxwidth-theme {
        padding: 0 15px;
        margin-bottom: 24px;
    }

    #navigation span.separator {
        margin: 0 3px;
    }

    #navigation .bx-breadcrumb-item a span {
        font-size: 14px;
        font-weight: 900;
        color: #737373;
        text-decoration: underline;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
    }

    .wraps.hover_shine#content .maxwidth-theme .page-top.maxwidth-theme.center .page-top-main {
        display: flex;
        justify-content: space-between;
    }

    .wraps.hover_shine#content .maxwidth-theme .page-top.maxwidth-theme.center .page-top-main #page-title-auth-link {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: right;
        display: flex;
        align-items: flex-end;
        margin-bottom: 24px;
    }

    form .form-control {
        margin-bottom: 16px;
    }

    form .form-control:nth-of-type(4) .wrap_md .text_block {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .form-control .wrap_md .label_block {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .but-r .wrap_md .label_block {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100%;
        color: #737373;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }

    .form-control .wrap_md .label_block label {
        order: 1;
        margin-bottom: 0;
    }

    .form-control .wrap_md .label_block input:valid {
        border: 1px solid #F2F2F2
    }

    .form-control .wrap_md .label_block input:active {
        border: 1px solid #FF6D00;
        color: #383838;
    }

    .form-control .wrap_md .label_block input:focus {
        border: 1px solid #FF6D00;
    }

    .form-control .wrap_md .label_block input:disabled {
        border: none;
        background: #EEEEEE;
    }

    .form-control .wrap_md .label_block input:active,
    .form-control .wrap_md .label_block input:focus {
        padding: 19.5px 12px 6.5px 12px;
    }

    .form-control .wrap_md .label_block.error input {
        padding: 19.5px 12px 6.5px 12px;
    }

    .form-control .wrap_md .label_block label.error {
        color: #F31D1D;
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 18px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        order: 1;
        top: 0;
        left: 0;
        position: relative;
        margin-top: 5px;
    }

    label.error:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_alert-circle.svg);
        width: 16px;
        height: 16px;
        vertical-align: -17%;
        margin-right: 6.33px;
    }

    .form-control .wrap_md .label_block.error input {
        border: 1px solid #F31D1D;
        color: #383838;
    }

    .form-control .wrap_md .label_block.error label:nth-of-type(1) {
        display: block;
        position: absolute;
        top: 6.5px;
        left: 12px;
        font-size: 11px;
        color: #737373;
    }

    .form-control .wrap_md .label_block.error input {
        padding: 19.5px 12px 6.5px 12px;
    }

    .but-r .wrap_md .label_block label {
        margin-bottom: 16px;
        font-size: 12px;
        text-align: left;
        color: #737373;
        padding-left: 26px;
    }

    .but-r .btn.btn-default {
        width: 100%;
        border-radius: 8px;
        height: 48px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        margin-top: 16px;
    }

    .but-r .btn.transparent {
        margin-top: 16px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 29px;
        height: 48px;
        text-align: center;
    }


    .border_block {
        padding: 0;
        border: 0;
    }

    .top_inner_block_wrapper {
        padding-bottom: 24px;
    }

    .wrap_md .label_block input {
        min-width: calc(100vw - 30px);
        height: 48px;
        padding: 13px 12px;
        border-radius: 5px;
        background: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
    }

    .wraps.hover_shine#content .wrapper_inner.wide_page .middle .container .maxwidth-theme .module-form-block-wr.registraion-page .form-block.border_block .wrap_md .main_info.iblock {
        margin-bottom: 40px;
    }

    .wraps.hover_shine#content .wrapper_inner.wide_page .middle .container .maxwidth-theme .module-form-block-wr.registraion-page .form-block.border_block .wrap_md .register-bage-bottom {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    .wraps.hover_shine#content .wrapper_inner.wide_page .middle .container .maxwidth-theme .module-form-block-wr.registraion-page .form-block.border_block .wrap_md .register-bage-bottom ul {
        padding-top: 16px;
        margin: 0;
    }

    .wraps.hover_shine#content .wrapper_inner.wide_page .middle .container .maxwidth-theme .module-form-block-wr.registraion-page .form-block.border_block .wrap_md .register-bage-bottom ul li {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        padding-left: 18px;
    }

    .wraps.hover_shine#content .wrapper_inner.wide_page .middle .container .maxwidth-theme .module-form-block-wr.registraion-page .form-block.border_block .wrap_md .register-bage-bottom ul li:last-of-type {
        margin-bottom: 0;
    }

    #content .wrapper_inner.wide_page {
        padding-bottom: 32px;
    }

    /* #59561 (Empty basket) */

    .wraps.hover_shine#content {
        margin-top: 32px;
    }

    #content .top_inner_block_wrapper {
        padding: 0 15px;
        margin-bottom: 40px;
    }

    #content .top_inner_block_wrapper .maxwidth-theme {
        padding: 0;
    }

    #content .top_inner_block_wrapper .maxwidth-theme .page-top-main .print-link {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        display: none;
    }

    #content .top_inner_block_wrapper .maxwidth-theme .page-top-main #pagetitle {
        padding: 0;
        margin-right: 20px;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        padding-bottom: 24px;
        color: #383838;
    }

    #content .wide_page .middle .container .maxwidth-theme .bx-sbb-empty-cart-container .bx-sbb-empty-cart-image {
        margin: 40px auto;
        width: 108.2px;
        height: 96.02px;
        margin-top: 17px;
    }

    #content .wide_page .middle .container .maxwidth-theme .bx-sbb-empty-cart-container .bx-sbb-empty-cart-text {
        margin: 0 0 16px 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: #383838;
    }

    #content .wide_page .middle .container .maxwidth-theme .bx-sbb-empty-cart-container .bx-sbb-empty-cart-desc {
        margin: 0 0 24px 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        color: #383838;
    }

    #content .wide_page .middle .container .maxwidth-theme .bx-sbb-empty-cart-container .bx-soa-empty-cart-desc .bx-soa-empty-cart-desc-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        color: #383838;
        margin-bottom: 24px;
    }

    #content .wide_page .middle .container .maxwidth-theme .bx-sbb-empty-cart-container .bx-soa-empty-cart-desc .btn.btn-default {
        height: 48px;
        width: 100%;
        border-radius: 8px;
        padding: 13px;
        background: #FF6D00;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 16px;
    }

    /* #59562 (Basket: header and prepayment) */

    #basket-items-list-wrapper .alert-small .close,
    #stores .alert .close {
        font-size: 28px;
        line-height: 16px;
        color: #E78A00;
        opacity: 1;
    }

    #basket-items-list-wrapper .alert.alert-small,
    #stores .alert {
        position: relative;
        padding: 10px 40px 10px 52px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        border-radius: 8px;
    }

    #basket-items-list-wrapper .alert.alert-small:before,
    #stores .alert:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-basket-page_light-bulb-orange.svg);
        position: absolute;
        left: 17.5px;
        top: 10px;
        width: 24px;
        height: 24px;
    }

    #basket-items-list-wrapper .alert.alert-small .close,
    #stores .alert .close {
        position: absolute;
        top: 10px;
        right: 12px;
        font-weight: 400;
    }

    #basket-items-list-wrapper .alert,
    #stores .alert {
        margin-bottom: 24px;
    }

    #basket-items-list-wrapper .alert-info,
    #stores .alert-info {
        background-color: #FEF5E7;
        color: #E78A00;
        border: none;
    }

    #basket-item-table .basket-items-list-item-container {
        padding: 0;
        margin: 0;
        border: none;
        margin-bottom: 32px;
        width: calc(100vw - 30px);
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .basket-item-checkout {
        /*display: none;*/
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .basket-item-top-line {
        margin: 0;
    }

    /*#basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .basket-item-top-line .basket-item-discount-wrap {*/
    /*    width: 40px;*/
    /*}*/

    .basket-item-top-line {
        padding-left: 93px;
    }
    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .basket-item-top-line .basket-item-discount-wrap .basket-item-label-discount {
        /*width: 100%;*/
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        padding: 5px;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .basket-item-top-line .basket-items-list-item-remove .basket-item-block-actions,
    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .basket-item-top-line .basket-items-list-item-remove .basket-item-block-actions .fa.fa-trash {
        font-size: larger;
        width: 16px;
        height: 16px;
    }

    /*#basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .basket-item-top-line .basket-items-list-item-remove .basket-item-block-actions .fa.fa-trash:before {*/
    /*    !*content: url(/local/templates/electrograd/css/../images/svg/icons_for-basket-page_remove.svg);*!*/
    /*    content: "\f1f8";*/
    /*}*/

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .basket-item-top-line .basket-items-list-item-remove {
        /*bottom: unset;*/
        bottom: 0;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .basket-item-top-line .basket-items-list-item-remove .basket-item-block-actions .fa-trash {
        margin: 0;
    }

    /*#basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap {*/
    /*    display: grid;*/
    /*    grid-template-areas: "a b c"*/
    /*        "a b c";*/
    /*    align-items: start;*/
    /*    height: 164px;*/
    /*    max-width: calc(100vw - 30px);*/
    /*}*/

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-item-block-image {
        grid-area: a;
        margin: 0;
        width: 80px;
        height: 130px;
        max-width: 80px;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-item-block-info {
        grid-area: b;
        padding-left: 10px;
        padding-right: 24px;
        justify-content: unset;
        /*min-width: calc(100vw - 80px - 30px);*/
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-item-block-info .basket-item-info-name,
    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-item-block-info .stores {
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-item-block-info .stores .stores__available span:first-of-type {
        color: #383838;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-item-block-info .stores .stores__available span:last-of-type {
        color: #737373;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-item-block-info .basket-item-info-name .basket-item-info-name-link {
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #333333;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-item-block-info .basket-item-info-name .basket-item-info-name-link span {
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-item-block-info .stores {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block {
        padding-left: 10px;
        grid-area: c;
        order: 4;
        flex-direction: column;
        margin-left: auto;
        /*justify-content: space-between;*/
        align-items: start;
        /*height: 40px;*/
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-amount {
        padding: 0;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-amount .basket-item-block-amount {
        margin: 0;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-amount .basket-item-block-amount .basket-item-amount-btn-minus,
    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-amount .basket-item-block-amount .basket-item-amount-btn-plus,
    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-amount .basket-item-block-amount .basket-item-amount-filed-block {
        height: 40px;
        width: 34px;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-amount .basket-item-block-amount .basket-item-amount-filed-block,
    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-amount .basket-item-block-amount .basket-item-amount-filed-block .basket-item-amount-filed {
        height: 40px;
        font-size: 14px;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-price,
    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-price .price_outer .price {
        padding: 0;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-price {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        margin-left: auto;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-price .price_outer {
        display: flex;
        flex-direction: column;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-price .price_outer .price {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #333333;
        order: 2;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-price .price_outer .price .uen-inline-block {
        margin-right: 5px;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-price .price_outer .price .uen-old-price {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #999999;
    }

    #basket-item-table .basket-items-list-item-container .outer_stores .basket-items-list-item-wrap .uen-flex-wrap .basket-items-list-item-price-block .basket-items-list-item-price .price_outer .price-per-one {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #B3B2B2;
    }

    #basket-all {
        padding-left: 0;
    }

    .check-container {
        /*float: right;*/
        float: left;
    }

    .check-container #basket-all .uen-check {
        /*float: right;*/
        float: left;
        /*margin-left: 7px;*/
        margin-left: 0;
        margin-right: 7px;
    }

    #basket-item-table .basket-items-list-item-container .uen-check {
        margin-right: 0;
    }


    /* #59567 (Basket: banner delivery) */

    #bx-soa-order .col-md-8.bx-soa.step-2.active {
        display: flex;
        flex-direction: column;
    }

    #bx-soa-order #bx-soa-properties {
        order: -1;
        margin-top: -8px;
    }

    #bx-soa-order #bx-soa-properties #bx-soa-delivery .bx-soa-section-title-container {
        padding-bottom: 16px;
    }

    #bx-soa-order #bx-soa-properties .bx-soa-section-title-mobile-wrap {
        display: flex !important;
        align-items: center;
    }

    #bx-soa-order #bx-soa-properties .bx-soa-section-title-mobile-wrap .goto-step-1.fa.fa-angle-left {
        font-size: unset;
        margin-right: 8px;
        max-width: 24px;
        max-height: 24px;
    }

    #bx-soa-order #bx-soa-properties .bx-soa-section-title-mobile-wrap .bx-soa-section-title-mobile {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #ff6d00;
    }

    #bx-soa-order #bx-soa-paysystem {
        margin-bottom: 39px;
    }

    #bx-soa-paysystem .bx-soa-pp-company.bx-soa-pp-company-item {
        padding: 20px;
        /*margin-bottom: 8px;*/
    }

    #bx-soa-paysystem .bx-soa-pp-company.bx-soa-pp-company-item:last-of-type {
        margin: 0;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container {
        padding: 0;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .alert-small {
        margin-bottom: 24px;
        background: #F9F9F9;
        border-radius: 2px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .alert-small .cart-total-container-top-text-wrap .fa-info-circle {
        margin: 0;
        min-width: 40px;
        padding: 18px 0 20px 17.5px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .alert-small .cart-total-container-top-text-wrap .fa-info-circle:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-basket-page_light-bulb-black.svg);
        width: 24px;
        height: 24px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .alert-small .cart-total-container-top-text-wrap .cart-total-container-top-btn {
        min-width: 102px;
        overflow: unset;
        height: 40px;
        padding: 11px 20px;
        margin: 10px 12px 10px 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        color: #383838;
        background: #FFFFFF;
        border: none;
        text-align: center;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .alert-small .cart-total-container-top-text-wrap .cart-total-container-top-text {
        padding: 12px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    /* #59570 (Basket: promocode) */

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total {
        filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.12));
        box-shadow: 0px 1px 4px 0px #0000001F;
        background: #FFFFFF;
        border-radius: 8px;
        border: none;
        display: flex;
        flex-direction: column;
        padding: 20px 15px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-coupon {
        order: -1;
        margin: 0 0 26px 0;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-pp-inner-ps,
    #uen-mobile-card-total-block .bx-soa-pp-inner-ps {
        order: 0;
        margin-bottom: 26px;
        display: flex;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total div.bx-soa-cart-total-line:nth-of-type(1),
    #uen-mobile-card-total-block div.bx-soa-cart-total-line:nth-of-type(1) {
        order: 1;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total div.bx-soa-cart-total-line:nth-of-type(2),
    #uen-mobile-card-total-block div.bx-soa-cart-total-line:nth-of-type(2) {
        order: 2;
        margin-bottom: 8px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total div.bx-soa-cart-total-line:nth-of-type(3),
    #uen-mobile-card-total-block div.bx-soa-cart-total-line:nth-of-type(3) {
        order: 3;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total div.bx-soa-cart-total-line:nth-of-type(4),
    #uen-mobile-card-total-block div.bx-soa-cart-total-line:nth-of-type(4) {
        order: 4;
        margin-top: 8px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .btn.btn-default.btn-lg {
        order: 20;
        margin-top: 44px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total div.total-mobile-bottom-text {
        order: 25;
        margin-top: 16px;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line,
    #uen-mobile-card-total-block .bx-soa-cart-total-line {
        padding: 0;
        line-height: unset;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line:first-of-type,
    #uen-mobile-card-total-block .bx-soa-cart-total-line:first-of-type {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #EEEEEE;
    }

    /*#bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line:nth-of-type(3) {
        display: none;
    }*/

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-pp-inner-ps,
    #uen-mobile-card-total-block .bx-soa-pp-inner-ps {
        margin-top: 5px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line:first-of-type span,
    #uen-mobile-card-total-block .bx-soa-cart-total-line:first-of-type span {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-t,
    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line:nth-of-type(2) span,
    #uen-mobile-card-total-block .bx-soa-cart-total-line .bx-soa-cart-t,
    #uen-mobile-card-total-block .bx-soa-cart-total-line:nth-of-type(2) span {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line:nth-of-type(4) span#price {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: right;
        color: #FF6D00;
    }

    #basket-root #basket-items-list-wrapper {
        margin-top: 3px;
    }

    /* #59571 (Bonuses) */

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-pp-inner-ps .uen-check,
    #uen-mobile-card-total-block .bx-soa-pp-inner-ps .uen-check {
        min-width: 16px;
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-pp-inner-ps .uen-check::before,
    #uen-mobile-card-total-block .bx-soa-pp-inner-ps .uen-check::before {
        height: 4px;
        top: 6px;
        left: 4px;
        transform: rotate(-45deg);
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-pp-inner-ps .uen-check::after,
    #uen-mobile-card-total-block .bx-soa-pp-inner-ps .uen-check::after {
        height: 8px;
        left: 8px;
        top: 2px;
        transform: rotate(45deg);
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-pp-inner-ps .bx-soa-pp-company-subTitle,
    #uen-mobile-card-total-block .bx-soa-pp-inner-ps .bx-soa-pp-company-subTitle {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile .bx-soa-cart-total-container .bx-soa-cart-total-mobile .bx-soa-cart-total .bx-soa-pp-inner-ps .bx-soa-pp-company-subTitle span:last-of-type,
    #uen-mobile-card-total-block .bx-soa-pp-inner-ps .bx-soa-pp-company-subTitle span:last-of-type {
        color: #ff6d00;
    }

    /* promocode */
    #bx-soa-order .btn {
        height: 40px;
        width: 113px;
        border-radius: 5px;
        padding: 11px 20px 11px 20px;
        background: #fff;
        border: 1px solid #EEEEEE;
        color: #383838;
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon-input input {
        /*height: 40px;*/
        width: 100%;
        border-radius: 2px;
        padding: 11px 0;
        background: #f3f3f3;
        /*border: 1px solid #EEEEEE;*/
        color: #B3B2B2;
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon-input input:focus {
        color: #383838;
    }

    #bx-soa-order-form #bx-soa-order .btn-lg {
        height: auto;
        width: 100%;
        border-radius: 2px;
        padding: 20px 0;
        background: #FF6D00;
        color: #FFFFFF;
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-input {
        display: flex;
        width: 100%;
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-input a.coupon-btn {
        /*height: 40px;*/
        min-width: 113px;
        border-radius: 2px;
        border: 1px solid #FF6D00;
        color: #FF6D00;
        padding: 11px 0;
        /*margin-left: 10px;*/
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item strong.bx-soa-coupon-item-danger,
    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item strong.bx-soa-coupon-item-success,
    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item strong.bx-soa-coupon-item-used,
    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item strong {
        height: 38px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        color: #F31D1D;
        background: #FEF5E7;
        margin: 0;
        margin-top: 5px;
        padding: 10px 16px 10px 16px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item strong.bx-soa-coupon-item-danger {
        color: #F31D1D;
        background: #FEF5E7;
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item strong.bx-soa-coupon-item-success {
        color: #3ba428;
        background: #D6F7D1;
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item strong.bx-soa-coupon-item-used span.bx-soa-coupon-warning-status-info {
        color: #383838;
        padding: 0;
        margin: 0;
    }


    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item strong .bx-soa-coupon-remove {
        height: 16px;
        width: 16px;
        margin: 0;
        background: none;
    }

    #bx-soa-order-form #bx-soa-order .bx-soa-coupon .bx-soa-coupon-item strong .bx-soa-coupon-remove::after {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-promocode_close.svg);
        position: absolute;
        top: 1px;
        left: 1px;
    }

    #bx-soa-order .bx-soa-coupon .bx-soa-coupon-label {
        display: none;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile #bx-soa-has-unavailable-info-mobile {
        background: #F9F9F9;
        margin: 16px 0 20px 0;
        border-radius: 2px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile #bx-soa-has-unavailable-info-mobile .alert-small {
        margin: 0;
        position: relative;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile #bx-soa-has-unavailable-info-mobile .alert-small .fa-info-circle {
        font-size: 16px;
        max-width: 16px;
        max-height: 16px;
        margin: 0;
        position: absolute;
        top: 16px;
        left: 15px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile #bx-soa-has-unavailable-info-mobile .alert-small .fa-info-circle::before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-confirm-order_alert-circle.svg);
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile #bx-soa-has-unavailable-info-mobile .alert-small .uen-overflow-hidden {
        overflow: unset;
        padding: 15px 15px 15px 36px;
        border-radius: 8px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile #bx-soa-has-unavailable-info-mobile .alert-small .uen-overflow-hidden>* {
        color: #383838;
        font-size: 12px;
        line-height: 18px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile #bx-soa-has-unavailable-info-mobile .alert-small .uen-overflow-hidden>p:nth-of-type(2),
    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile #bx-soa-has-unavailable-info-mobile .alert-small .uen-overflow-hidden>p:nth-of-type(3) {
        margin-bottom: 4px;
    }

    #bx-soa-order-form #bx-soa-order #bx-soa-total-mobile #bx-soa-has-unavailable-info-mobile .alert-small .uen-overflow-hidden p:first-of-type {
        color: #383838;
        font-size: 12px;
    }

    /* #59574 (Basket: btn-back) */

    #content #bx-soa-order-form {}

    /*.fa-angle-left:before {*/
    /*    content: url(/local/templates/electrograd/css/../images/svg/icons_arrow-left-orange.svg);*/
    /*}*/

    .goto-step-1 {
        margin-right: 0;
        font-size: unset;
    }

    .bx-soa-section-title-container .bx-soa-section-title {
        color: #383838;
        font-size: 22px !important;
        line-height: 28px;
        font-family: PT Sans Caption;
    }

    #bx-soa-order-form #bx-soa-order .btn.tab-nav {
        height: 40px;
        width: 100%;
        border-radius: 5px;
        padding: 11px 20px 11px 20px;
        border: 1px solid #EEEEEE;
        color: #383838;
        background: #FFFFFF;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
    }

    #bx-soa-order-form #bx-soa-order .btn.tab-nav.selected {
        height: 40px;
        width: 100%;
        border-radius: 5px;
        padding: 11px 20px 11px 20px;
        color: #FF6D00;
        border: 1px solid #FF6D00;
        background: #FFFFFF;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
    }

    /* #59573 (Making an order) */

    /* #59575 (Making an order: Have an account already) */

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .col-sm-5.col-md-6 .order-properties-info .alert.alert-transparent.alert-small {
        background: #D6F7D1;
        border-radius: 8px;
        width: 100%;
        padding: 10px 12px 10px 16px;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .col-sm-5.col-md-6 .order-properties-info .alert.alert-transparent.alert-small .uen-overflow-hidden .alert-text {
        margin: 0 12px;
        width: 100%;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .col-sm-5.col-md-6 .order-properties-info .alert.alert-transparent.alert-small .uen-overflow-hidden:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for_yours-data_user-green.svg);
        max-height: 24px;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .col-sm-5.col-md-6 .order-properties-info .alert.alert-transparent.alert-small .uen-overflow-hidden {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #3F8C33;
        width: 100%;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .col-sm-5.col-md-6 .order-properties-info .alert.alert-transparent.alert-small .uen-overflow-hidden .animate-load {
        display: block;
        height: 40px;
        width: 21.0666vw;
        border-radius: 5px;
        padding: 11px 20px 11px 20px;
        background: #FFFFFF;
        color: #383838;
        text-align: center;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .col-sm-5.col-md-6 .order-properties-info .alert.alert-transparent.alert-small:nth-of-type(2),
    #bx-soa-properties .bx-soa-section-content.container-fluid .row .col-sm-5.col-md-6 .order-properties-info .alert.alert-transparent.alert-small:nth-of-type(3) {
        display: none;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .col-sm-5.col-md-6 {
        order: -1;
        padding: 0;
        margin-bottom: 16px;
    }

    /* #59578 (Making an order: Yours Data) */

    #bx-soa-properties .bx-soa-section-title-container {
        padding: 24px 0 16px 0;
    }

    #bx-soa-properties .bx-soa-section-title-container .bx-soa-section-title {
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        margin-top: -3px;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap {
        padding: 0;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer .soa-property-container input,
    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer-field textarea#orderDescription {
        background: #f3f3f3;
        color: #383838;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        width: 100%;
        padding: 11px 10px;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer .soa-property-container input:hover,
    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer .soa-property-container input:active,
    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer .soa-property-container input:focus,
    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer-field textarea#orderDescription:hover,
    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer-field textarea#orderDescription:active,
    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer-field textarea#orderDescription:focus {
        border: 1px solid #FF6D00;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .has-error .soa-property-container input {
        border: 1px solid #F31D1D !important;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer .soa-property-container input {
        height: 48px;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer div[data-property-id-row="7"] {
        display: none;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer-field label {
        display: none !important;
        z-index: 5;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer-field label .bx-authform-starrequired {
        display: none;
    }

    #bx-soa-properties .bx-soa-section-content.container-fluid .row .order-properties-wrap .bx-soa-customer-field textarea#orderDescription {
        height: 80px;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .bx-soa-pp.row {
        padding: 0 15px;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .bx-soa-pp.row .bx-soa-pp-company-description {
        margin-top: 16px;
        padding: 0;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .bx-soa-pp.row .terms-of-delivery {
        margin: 16px 0 0 0;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .bx-soa-pp.row .terms-of-delivery .uen-overflow-hidden a {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #FF6D00;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .bx-soa-pp.row .terms-of-delivery .fa-info-circle {
        margin-right: 8px;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .bx-soa-pp.row .terms-of-delivery .fa-info-circle::before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-delivery_alert-circle_bg-none.svg);
    }

    #bx-soa-delivery .alert.alert-danger,
    #bx-soa-properties .alert.alert-danger {
        background: #FEF5E7;
        position: relative;
        border-radius: 8px;
    }

    #bx-soa-delivery .alert.alert-danger>*,
    #bx-soa-properties .alert.alert-danger>* {
        color: #FF6D00;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }

    #bx-soa-delivery .alert.alert-danger div,
    #bx-soa-properties .alert.alert-danger div {
        margin-bottom: 0;
    }

    #bx-soa-properties .alert.alert-danger {
        padding: 10px 16px 10px 52px;
        height: 100%;
    }

    #bx-soa-delivery .alert.alert-danger {
        padding: 13px 16px 13px 52px;
        height: 100%;
    }

    #tooltip-soa-property-1,
    #tooltip-soa-property-2,
    #tooltip-soa-property-3 {
        width: 100%;
        order: 3;
        margin: 0;
        padding: 0;
        padding-top: 5px
    }

    #tooltip-soa-property-1 .tooltip-inner,
    #tooltip-soa-property-2 .tooltip-inner,
    #tooltip-soa-property-3 .tooltip-inner {
        color: #F31D1D;
        background: none;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        display: flex;
        align-items: center;
        padding: 0;
    }

    #tooltip-soa-property-1 .tooltip-inner:before,
    #tooltip-soa-property-2 .tooltip-inner:before,
    #tooltip-soa-property-3 .tooltip-inner:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_alert-circle.svg);
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    #bx-soa-properties .form-group.bx-soa-customer-field {
        position: relative;
    }

    #bx-soa-properties .form-group.bx-soa-customer-field.has-error {
        display: flex;
        flex-direction: column;
    }

    #bx-soa-properties .form-group.bx-soa-customer-field.has-error #soa-property-1,
    #bx-soa-properties .form-group.bx-soa-customer-field.has-error #soa-property-2,
    #bx-soa-properties .form-group.bx-soa-customer-field.has-error #soa-property-3 {
        margin-bottom: 0;
    }

    /* #59579 (Making an order: delivery) */

    #delivery-tabs-nav {
        width: 100%;
    }

    #delivery-tabs-content .col-md-8 .row div {
        flex: none;
    }

    #delivery-tabs-content,
    #delivery-tabs-nav,
    #delivery-tabs-nav .row,
    #delivery-tabs-nav .row .col-xs-6 {
        padding: 0;
        margin: 0;
    }

    #bx-soa-order .bx-soa-section .bx-soa-section-content {
        padding: 0 15px;
        border: none;
    }

    #delivery-tabs-nav .row {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #delivery-tabs-nav .row .col-xs-6 {
        width: calc(100vw - 19px);
    }

    #delivery-tabs-nav .row .col-xs-6:first-of-type {
        margin-right: 4px;
    }

    #delivery-tabs-nav .row .col-xs-6:last-of-type {
        margin-left: 4px;
    }

    #delivery-tabs-nav .row:before,
    #delivery-tabs-nav .row:after {
        display: none;
    }

    #delivery-tabs-nav.bx-soa-pp-item-container {
        margin-bottom: 16px;
        width: 100%;
    }

    #delivery-tabs-content .bx-soa-pp-item-container {
        width: 345px;
        padding: 0;
    }

    /*#delivery-tabs-content.bx-soa-pp-item-container .tab-content {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    margin: 0;*/
    /*    width: 345px;*/
    /*}*/

    #delivery-tabs-content.bx-soa-pp-item-container .tab-content .bx-soa-pp-company-item {
        /*padding: 0;*/
        /*margin-bottom: 8px;*/
    }

    #delivery-tabs-content.bx-soa-pp-item-container .tab-content .bx-soa-pp-company-item:last-child {
        margin-bottom: 0;
    }

    /*#delivery-tabs-content.bx-soa-pp-item-container .tab-content .bbx-soa-pp-company-graf-container {*/
    /*    !*border-radius: 100%;*!*/
    /*    border: 2px solid #B3B2B2 !important;*/
    /*    !*margin-right: 15px;*!*/
    /*    !*position: absolute;*!*/
    /*}*/


    /*#delivery-tabs-content.bx-soa-pp-item-container .tab-content .bbx-soa-pp-company-graf-container.uen-check {*/
    /*    background-color: #fff !important;*/
    /*}*/

    /*#delivery-tabs-content.bx-soa-pp-item-container .tab-content .bx-soa-pp-company-item.bx-selected .bbx-soa-pp-company-graf-container.uen-check {*/
    /*    border: 2px solid #ff6d00 !important;*/
    /*}*/

    /*#delivery-tabs-content.bx-soa-pp-item-container .tab-content .bbx-soa-pp-company-graf-container.uen-check:before,*/
    /*#delivery-tabs-content.bx-soa-pp-item-container .tab-content .bbx-soa-pp-company-graf-container.uen-check:after {*/
    /*    background-color: #ff6d00 !important;*/
    /*}*/

    /*#delivery-tabs-content.bx-soa-pp-item-container .tab-content .bbx-soa-pp-company-graf-container.uen-check:before {*/
    /*    height: 7px;*/
    /*    top: 8px;*/
    /*    left: 4px;*/
    /*    transform: rotate(-30deg);*/
    /*    background-color: #ff6d00 !important;*/
    /*}*/

    /*#delivery-tabs-content.bx-soa-pp-item-container .tab-content .bbx-soa-pp-company-graf-container.uen-check:after {*/
    /*    height: 14px;*/
    /*    left: 10px;*/
    /*    top: 2px;*/
    /*    transform: rotate(40deg);*/
    /*    background-color: #ff6d00 !important;*/
    /*}*/


    #delivery-tabs-content.bx-soa-pp-item-container .tab-content .bx-soa-pp-company-smalltitle {
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        /*padding-left: 36px;*/
        max-width: 92px;
        display: block;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .bx-selected .bx-soa-pp-company-description {
        margin-top: 0;
        padding: 0;
        margin-top: 2px;
        padding-left: 36px;
        line-height: 22px;
    }

    .pandd #bx-soa-delivery .bx-soa-section-title-container {
        padding: 0;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .bx-soa-pp-company-description .delivery-description {
        display: none;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .bx-soa-pp-company-description a.get-delivery-address.btn {
        height: 40px;
        width: 100%;
        left: 0px;
        top: 248px;
        border-radius: 2px;
        padding: 11px 20px 11px 20px;
        background: #FF6D00;
        color: #fff;
        border: 1px solid #ff6d00;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        margin: 0;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .bx-soa-pp-company-description .alert i.fa-info-circle {
        margin-right: 8px;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .bx-soa-pp-company-description .alert i.fa-info-circle:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-delivery_alert-circle_bg-none.svg);
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .bx-soa-pp-company-description .alert .uen-overflow-hidden a {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #ff6d00;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .delivery-address {
        padding: 0;
        margin-top: 16px;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .delivery-address .delivery-address-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .delivery-address>b {
        padding-left: 8px;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .delivery-address .delivery-address-row>b {
        max-width: calc(100% - 82px);
        width: 100%;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .row .delivery-address .alert-warning {
        background: #FEF5E7;
        color: #E78A00;
        height: 38px;
        width: 100%;
        border-radius: 8px;
        padding: 10px 12px 10px 16px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        margin: 0;
    }

    .popup-window.popup-window-fixed-width.popup-window-fixed-height#yandex-map-store {
        height: 100%;
        width: 100%;
        padding: 0 !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 2000 !important;
        display: flex !important;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-popup-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: unset;
        justify-content: unset;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-popup-wrap .yandex-store-top-tabs {
        padding: 0 15px 16px 15px;
        justify-content: normal;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-top-wrap {
        padding: 16px 15px 0 15px;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-popup-wrap .checkout-store.yandex-store-top-tab {
        margin-top: 4px;
        padding: 0 15px;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-popup-wrap .yandex-store-top-wrap .yandex-store-top-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #333333;
        font-family: PT Sans Caption;
    }

    .popup-window.popup-window-fixed-width.popup-window-fixed-height#yandex-map-store .popup-window-close-icon {
        top: 8px;
        right: 8px;
        background: #FFFFFF;
        padding: 8px;
        border-radius: 4px;
        width: 40px;
        height: 40px;
    }

    .popup-window.popup-window-fixed-width.popup-window-fixed-height#yandex-map-store .popup-window-close-icon:before,
    .popup-window.popup-window-fixed-width.popup-window-fixed-height#yandex-map-store .popup-window-close-icon:after {
        width: 18px;
        top: 19px;
        left: 11px;
        border: 1px solid #383838;
        opacity: 0.5;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-top-tabs .btn.btn-default {
        height: 40px;
        width: 100%;
        min-width: 168.5px;
        border-radius: 5px;
        padding: 11px;
        border: 1px solid #FF6D00;
        background: none;
        color: #FF6D00;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        margin-right: 8px;
        outline: unset;
        flex: 1 1 100%;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-top-tabs .btn.btn-default:last-of-type {
        margin-right: 0;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .store-map-list .store-map-link .radio__label {
        border-radius: 2px;
        padding: 20px;
        border: none;
        background: #F3F3F3;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .checkout-store .store-map-list .store-map-link input:checked+label,
    #yandex-map-store #popup-window-content-yandex-map-store .checkout-store .store-map-list .store-map-link input:checked+label:hover {
        /*background: none;*/
        border-radius: 2px;
        border: 1px solid #cccccc;
    }

    #yandex-map-store .store-map-list .store-map-link {
        margin-bottom: 8px;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-top-tabs .btn.btn-default.white {
        border: 1px solid #EEEEEE !important;
        color: #383838 !important;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-popup-wrap .checkout-store.yandex-store-top-tab .store-map-list {
        height: auto;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-popup-wrap .checkout-store.yandex-store-top-tab .store-map-selected-checkout-wrap .store-map-selected-label .store-map-link-title {
        padding: 16px 41px 0 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #333333;
        margin-bottom: 16px;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-popup-wrap .checkout-store.yandex-store-top-tab .store-map-selected-checkout-wrap .store-map-selected-label .store-count-products {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 16px;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .yandex-store-popup-wrap .checkout-store.yandex-store-top-tab .store-map-selected-checkout-wrap .store-map-selected-label .store-count-products {
        display: none;
    }

    #popup-window-content-yandex-map-store .store-map-selected-checkout-wrap {
        z-index: 9998;
    }

    #popup-window-content-yandex-map-store .store-map-selected-checkout-wrap-close {
        width: 24px;
        height: 24px;
        top: 16px;
        right: 16px;
        background: none;
    }

    #popup-window-content-yandex-map-store .store-map-selected-checkout-wrap-close:before,
    #popup-window-content-yandex-map-store .store-map-selected-checkout-wrap-close::after {
        width: 18px;
        top: 11px;
        left: 3px;
        border: 1px solid #383838;
        opacity: 0.5;
    }

    #popup-window-content-yandex-map-store .store-map-selected-wrap {
        padding: 0;
        background: none;
        border: none;
    }

    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-now-title,
    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-after-wrap .store-map-selected-after-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #333333;
        margin-bottom: 20px;
    }

    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-now .store-map-selected-row div:first-of-type,
    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-now .store-map-selected-row div:last-of-type,
    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-after-wrap .store-map-selected-after .store-map-selected-row div:first-of-type,
    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-after-wrap .store-map-selected-after .store-map-selected-row div:last-of-type {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-now .store-map-selected-row div:last-of-type,
    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-after-wrap .store-map-selected-after .store-map-selected-row div:last-of-type {
        font-weight: 700;
        text-align: right;
    }

    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-now .store-map-selected-row div:last-of-type span,
    #popup-window-content-yandex-map-store .store-map-selected-wrap .store-map-selected-after-wrap .store-map-selected-after .store-map-selected-row div:last-of-type span {
        font-weight: 400;
    }

    #popup-window-content-yandex-map-store .store-map-selected-now-wrap .store-map-selected-row,
    #popup-window-content-yandex-map-store .store-map-selected-after-wrap .store-map-selected-row {
        font-size: 15px;
        color: #333333;
        padding: 0;
        margin: 0;
        margin-bottom: 16px;
        border: none;
    }

    #popup-window-content-yandex-map-store .store-map-selected-now-wrap .store-map-selected-row:last-of-type,
    #popup-window-content-yandex-map-store .store-map-selected-after-wrap .store-map-selected-row:last-of-type {
        margin-bottom: 0;
    }

    #popup-window-content-yandex-map-store .btn.btn-default.store-map-selected-checkout-wrap-btn {
        margin-top: 16px;
        padding: 11px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        min-height: 40px;
    }

    #popup-window-content-yandex-map-store .store-map-selected-checkout-wrap {
        height: 100%;
        width: 100%;
        padding: 0 15px 20px 15px;
        position: fixed;
        top: 0;
        flex-direction: column;
        justify-content: space-between;
    }

    #popup-window-content-yandex-map-store .store-map-selected-checkout-wrap .store-map-selected-wrap,
    #popup-window-content-yandex-map-store store-map-checkout-wrap .store-map-selected-wrap{
        height: auto;
        overflow: auto;
        flex: 1 1 100%;
    }

    #popup-window-content-yandex-map-store .store-map-selected-checkout-wrap .store-map-selected-wrap .store-map-selected-now-wrap {
        margin-bottom: 24px;
    }

    #popup-window-content-yandex-map-store .view_map.yandex-store-top-tab #UEN_YMAPS_STORES {
        /*height: calc(100vh - 112px) !important;*/
        /*width: 100vw !important;*/
        width: 100% !important;
        height: clamp(150px, calc(377px - ((768px - 100vw) * (227 / 448))), 377px);
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS {
        height: 100vh !important;
        width: 100vw !important;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup {
        /* height: 160px !important; */
        width: 100vw !important;
        overflow: hidden;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened {
        /* height: 100vh !important; */
        width: 100vw !important;
        max-height: 100vh;
        top: unset;
        overflow: auto;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .map-address-form {
        padding-bottom: 16px;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .map-address-form .row {
        margin-top: 16px;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .row .alert.alert-warning.text-center {
        background: #FEF5E7;
        color: #F59E0B;
        padding: 10px 12px 10px 16px;
        margin-bottom: 0;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened {
        padding: 0 15px 16px 15px;
        top: unset !important;
        bottom: 0 !important;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup .row .currentAddress h3,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .row .currentAddress h3 {
        display: none;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup .row,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup .row>div,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .row,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .ro>div {
        margin: 0;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup .row>div,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .row>div {
        padding: 0;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .row>div label {
        display: none;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup .visible-xs.visible-sm.text-center {
        margin-bottom: 20px;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup .visible-xs.visible-sm.text-center .pointer__form-animate.closed,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .visible-xs.visible-sm.text-center .pointer__form-animate.closed {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-adress-maps_btn.svg);
        width: 100%;
        padding: 5px 0;
        height: 14px;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup .currentAddress .alert.alert-warning.text-center,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .currentAddress .alert.alert-warning.text-center {
        color: #E78A00;
        background: #FEF5E7;
        width: 100%;
        padding: 10px 12px 10px 16px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup .currentAddress .alert.alert-warning.text-center {
        margin-bottom: 0;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentCity,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentStreet,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentApartment,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentEntrance,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentIntercom {
        margin-top: 16px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid #EEEEEE;
        padding: 13px 12px;
        background: #fff;
        color: #B3B2B2;
        text-align: left;
        min-height: 48px;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentCity {
        margin-top: 0;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentCity:active,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentCity:focus,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentCity:hover,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentStreet:active,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentStreet:focus,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentStreet:hover,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentApartment:active,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentApartment:focus,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentApartment:hover,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentEntrance:active,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentEntrance:focus,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentEntrance:hover,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentIntercom:active,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentIntercom:focus,
    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS #currentIntercom:hover {
        color: #383838;
        border: 1px solid #FF6D00
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .checkout-address-popup.opened .map-address-form .btn.btn-default {
        width: 100%;
        height: 48px;
        border-radius: 8px;
        padding: 13px;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .ymaps-2-1-79-events-pane.ymaps-2-1-79-user-selection-none {
        height: 100vh !important;
        width: 100vw !important;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .ymaps-2-1-79-controls-pane .ymaps-2-1-79-searchbox .ymaps-2-1-79-float-button {
        max-width: unset;
        width: 80px;
        height: 34px;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #popup-window-content-yandex-map-store .view_map.map-address #UEN_YMAPS_ADDRESS .ymaps-2-1-79-controls-pane .ymaps-2-1-79-searchbox .ymaps-2-1-79-float-button .ymaps-2-1-79-float-button-text {
        font-size: 14px;
        color: #383838;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll {
        width: 94.666vw;
        border-radius: 10px;
        padding: 0;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__close .ymaps-2-1-79-balloon__close-button {
        top: 0;
        right: 0;
        background: #FFFFFF;
        border-radius: 4px;
        width: 40px;
        height: 40px;
        position: relative;
        opacity: unset;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__close .ymaps-2-1-79-balloon__close-button:before {
        transform: rotate(45deg);
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__close .ymaps-2-1-79-balloon__close-button:after {
        transform: rotate(-45deg);
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__close .ymaps-2-1-79-balloon__close-button:before,
    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__close .ymaps-2-1-79-balloon__close-button:after {
        position: absolute;
        content: '';
        background: none;
        width: 16px;
        top: 19px;
        left: 11px;
        border: 1px solid #383838;
        opacity: .5;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__layout {
        border-radius: 10px;
        height: 100%;
    }

    #popup-window-content-yandex-map-store #UEN_YMAPS_STORES .ymaps-2-1-79-controls__control,
    #popup-window-content-yandex-map-store #UEN_YMAPS_STORES .ymaps-2-1-79-copyrights-pane,
    #popup-window-content-yandex-map-store #UEN_YMAPS_STORES .ymaps-2-1-79-controls__toolbar,
    #popup-window-content-yandex-map-store #UEN_YMAPS_STORES .ymaps-2-1-79-controls__bottom {
        display: none;
    }

    #popup-window-content-yandex-map-store #UEN_YMAPS_ADDRESS .ymaps-2-1-79-copyrights-pane {
        display: none;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__content {
        padding: 15px 20px 20px;
        margin-right: 0;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__content>* {
        color: #383838;
        width: 100% !important;
        height: 100% !important;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__content:first-child {
        width: 100%;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__content .ymaps-2-1-79-balloon-content__header {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__content .ymaps-2-1-79-balloon-content__footer {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
        margin-top: 8px;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__content .ymaps-2-1-79-balloon-content__footer .store-count-products-small {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        background: #D6F7D1;
        color: #3F8C33;
        padding: 4px 12px;
        border-radius: 19px;
        margin: 8px 0;
    }

    #popup-window-content-yandex-map-store .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll .ymaps-2-1-79-balloon__content .ymaps-2-1-79-balloon-content__footer .btn.btn-default {
        height: 40px;
        width: 100%;
        border-radius: 5px;
        padding: 11px 20px 11px 20px;
        background: #ff6d00;
        color: #fff;

    }

    #popup-window-content-yandex-map-store .view_map.map-address {
        width: 100%;
    }


    #yandex-map-store #popup-window-content-yandex-map-store .store-map-list .store-map-link .radio__label .store-map-link-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #333333;
        margin-bottom: 10px;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .store-map-list .store-map-link .radio__label .store-map-link-schedule-mobile {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
        margin-bottom: 8px;
    }

    #yandex-map-store #popup-window-content-yandex-map-store .store-map-list .store-map-link .radio__label .store-count-products {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #3A4DA3;
        border-radius: 2px;
        padding: 4px 12px 4px 12px;
        background: #EBEFFB;
        margin-top: 0;
    }

    /* #59581 (Payment method) */

    #bx-soa-paysystem .bx-soa-section-title-container {
        padding: 0;
    }

    #bx-soa-paysystem .bx-soa-section-title-container .bx-soa-section-title {
        padding: 37px 0 16px 0;
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    #bx-soa-paysystem .bx-soa-section-content.container-fluid {
        padding: 0;
    }

    #bx-soa-paysystem .bx-soa-section-content.container-fluid .row .bx-soa-pp-item-container .bx-soa-pp-company.bx-soa-pp-company-item .bx-soa-pp-company-graf-container {
        border-radius: 100%;
        border: 2px solid #B3B2B2 !important;
    }

    #bx-soa-paysystem .bx-soa-section-content.container-fluid .row .bx-soa-pp-item-container .bx-soa-pp-company.bx-soa-pp-company-item .bx-soa-pp-company-graf-container.uen-check {
        background-color: #fff !important;
        border: 2px solid #B3B2B2 !important;
    }

    #bx-soa-paysystem .bx-soa-section-content.container-fluid .row .bx-soa-pp-item-container .bx-soa-pp-company.bx-soa-pp-company-item.bx-selected .bx-soa-pp-company-graf-container.uen-check {
        border: 2px solid #ff6d00 !important;
    }

    #bx-soa-paysystem .bx-soa-section-content.container-fluid .row .bx-soa-pp-item-container .bx-soa-pp-company.bx-soa-pp-company-item .bx-soa-pp-company-graf-container.uen-check:before,
    #bx-soa-paysystem .bx-soa-section-content.container-fluid .row .bx-soa-pp-item-container .bx-soa-pp-company.bx-soa-pp-company-item .bx-soa-pp-company-graf-container.uen-check:after {
        background-color: #ff6d00 !important;
    }

    #bx-soa-paysystem .bx-soa-section-content.container-fluid .row .bx-soa-pp-item-container .bx-soa-pp-company.bx-soa-pp-company-item .bx-soa-pp-company-graf-container.uen-check:before {
        height: 4px;
        top: 6px;
        left: 4px;
        transform: rotate(-45deg);
        background-color: #ff6d00 !important;
    }

    #bx-soa-paysystem .bx-soa-section-content.container-fluid .row .bx-soa-pp-item-container .bx-soa-pp-company.bx-soa-pp-company-item .bx-soa-pp-company-graf-container.uen-check:after {
        height: 8px;
        left: 8px;
        top: 4px;
        transform: rotate(50deg);
        background-color: #ff6d00 !important;
    }

    #bx-soa-paysystem .bx-soa-section-content.container-fluid .row .bx-soa-pp-item-container .bx-soa-pp-company.bx-soa-pp-company-item .bx-soa-pp-company-smalltitle {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    #bx-soa-delivery.bx-soa-section.bx-step-error,
    #bx-soa-properties.bx-soa-section.bx-step-error {
        border: none;
    }

    #bx-soa-properties.bx-soa-section.bx-step-error #soa-property-1,
    #bx-soa-properties.bx-soa-section.bx-step-error .form-group.bx-soa-customer-field.has-error #soa-property-1,
    #bx-soa-properties.bx-soa-section.bx-step-error .form-group.bx-soa-customer-field.has-error #soa-property-3,
    #bx-soa-properties.bx-soa-section.bx-step-error #soa-property-3 {
        border: 1px solid #F31D1D;
    }

    #bx-soa-properties.bx-soa-section #soa-property-1:valid,
    #bx-soa-properties.bx-soa-section #soa-property-3:valid {
        background-color: #F3F3F3;
    }

    #bx-soa-delivery .bx-soa-section-content.container-fluid .alert.alert-danger:before,
    #bx-soa-properties .bx-soa-section-content.container-fluid .alert.alert-danger:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-delivery-payment_alert-triangle.svg);
        position: absolute;
        top: 10px;
        left: 16px;
    }

    #bx-soa-delivery #get-address-48 a {
        height: 40px;
        width: 100%;
        min-width: 187px;
        border-radius: 2px;
        padding: 11px 20px 11px 20px;
        background: #FF6D00;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
    }

    /* #59582 (Confirm and text) */

    #bx-soa-orderSave {
        display: none;
        padding: 20px 15px;
        margin: 0;
        background: #F9F9F9;
        border-radius: 8px;
    }

    #bx-soa-order #bx-soa-orderSave .btn.btn-default.btn-lg.hidden-lg.visible-md {
        /*padding: 13px 91px;*/
        margin: 0 0 15px 0 !important;
    }

    #bx-soa-orderSave .checkbox {
        display: none;
    }

    #bx-soa-orderSave .bx-soa-cart-total-license {
        margin-top: 16px;
    }

    #bx-soa-orderSave .bx-soa-cart-total-license .overflow-h .underline {
        text-decoration: none;
    }

    #bx-soa-orderSave .bx-soa-cart-total-license .overflow-h {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }

    #bx-soa-orderSave .fa.fa-check.pull-left.uen-orange {
        display: none;
    }

    /* #59583 (Triumf) */

    /* Under the order */

    #content .uen-order-confirm>div {
        color: #383838;
    }

    #content .uen-order-confirm .uen-order-success-number-order>a,
    #content .uen-order-confirm .uen-order-success-bottom>a {
        color: #FF6D00;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        text-decoration: none;
    }

    #content .uen-order-confirm br:first-of-type,
    #content .uen-order-confirm strong {
        display: none;
    }

    #content .uen-order-confirm .uen-order-success-title {
        width: 100%;
        border-radius: 8px;
        padding: 10px 16px 10px 52px;
        background: #D6F7D1;
        border-radius: 8px;
        color: #3F8C33;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        display: flex;
        align-items: center;
        position: relative;
    }

    #content .uen-order-confirm br,
    #content .uen-order-confirm .btn.btn-orange.btn--order-confirm:first-of-type,
    #content .uen-order-confirm .btn.btn-orange.btn-transparent.btn--order-confirm {
        display: none;
    }

    #content .uen-order-confirm .uen-order-success-properties-value br {
        display: block;
    }

    #mobilefilter-overlay {
        background: rgba(0, 0, 0, 0.7);
        opacity: unset;
    }

    #content .uen-order-confirm {
        display: flex;
        flex-direction: column;
    }

    #content .wide_page .maxwidth-theme>.uen-order-confirm+#basket-total-template {
        margin-top: -22px;
    }

    #content .uen-order-confirm .uen-order-success-bottom {
        order: 11;
        margin-bottom: 12px;
    }

    #content .uen-order-confirm .btn.btn-orange.btn--order-confirm:nth-of-type(2) {
        order: 10;
        margin-top: 24px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        padding: 13px;
        width: 100%;
        border-radius: 8px;
    }

    #content .uen-order-confirm .uen-order-success-title:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-triumf_check.svg);
        max-width: 24px;
        max-height: 24px;
        position: absolute;
        top: 10px;
        left: 16px;
    }

    #content .uen-order-confirm .uen-order-success-number-order .uen-order-success-number-order-text {
        margin-bottom: 4px;
    }

    #content .uen-order-confirm .uen-order-success-number-order .uen-order-success-number-order-text,
    #content .uen-order-confirm .uen-order-success-properties .uen-order-success-properties-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
    }

    #content .uen-order-confirm .uen-order-success-properties .uen-order-success-properties-value {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        margin-top: 4px;
    }

    #content .uen-order-confirm .uen-order-success-bottom {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }


    #content .uen-order-confirm .uen-order-success-number-order,
    #content .uen-order-confirm .uen-order-success-properties>div,
    #content .uen-order-confirm .uen-order-success-bottom,
    #content .uen-order-confirm .uen-order-success-cart .uen-order-success-properties-list {
        margin-top: 16px;
    }

    #content .uen-order-confirm .uen-order-success-cart .uen-order-success-properties-item img {
        max-width: 72px;
        min-width: 72px;
        max-height: 72px;
        min-height: 72px;
        width: 100%;
        height: 100%;
        background: lightgray;
    }

    #content .uen-order-confirm .countdown-for-order-text-wrap {
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }

    #content .uen-order-confirm .countdown-for-order-text-wrap div,
    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__content .sberbank__price-string,
    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__content .robokassa__payment-link,
    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__content .sberbank__payment-link {
        width: 100%;
        max-width: unset;
    }

    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__content .sberbank__payment-link,
    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__content .robokassa__payment-link {
        margin: 0;
        margin-top: 24px;
        padding: 13px;
    }

    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__content .robokassa__payment-link {
        margin-top: 8px;
    }

    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper {
        margin-bottom: 16px;
    }

    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__content,
    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__content .sberbank__price-string {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #383838;
        font-family: PT Sans Caption;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__content {
        margin-bottom: 16px;
        padding: 20px 15px;
        border-radius: 8px;
    }

    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__price-string b {
        margin-top: 4px;
    }

    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__wrapper .sberbank__payment-description,
    #content .uen-order-confirm .countdown-for-order-text-wrap .sberbank__footer {
        display: none;
    }

    #content .uen-order-confirm .uen-order-confirm-alerts.uen-flex.uen-flex-wrap .alert-transparent {
        margin-bottom: 8px;
        display: flex;
        justify-content: flex-start;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }

    #content .uen-order-confirm .uen-order-confirm-alerts.uen-flex.uen-flex-wrap .alert-transparent:last-of-type {
        margin-bottom: 0;
    }

    #content .uen-order-confirm a.btn.btn-default.white {
        margin-top: 24px;
        padding: 13px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        color: #FF6D00;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .alert .fa {
        margin-right: 5px;
    }

    .fa-info-circle:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-confirm-order_alert-circle.svg);
        max-width: 24px;
        max-height: 24px;
        width: 100%;
        height: 100%;
    }

    /* Modal Window */

    #bx-custom-popup {
        border-radius: 8px 8px 0 0 !important;
        max-width: unset !important;
        width: 100% !important;
        max-height: 430px !important;
        position: fixed !important;
        top: unset !important;
        bottom: 61px !important;
        left: 0 !important;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup {
        border-radius: 8px 8px 0px 0px;
    }

    #bx-custom-popup .popup-window-close-icon {
        top: -35px;
        right: 20px;
        max-width: 24px;
        max-height: 24px;
    }

    #bx-custom-popup .popup-window-close-icon::after {
        background: none;
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-modal-window_close-white.svg);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 2px;
        left: 2px;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-content {
        padding: 32px 15px;
        margin: 0;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-content>* {
        color: #383838;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-content>a {
        color: #ff6d00;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-content>span {
        color: #737373;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-content .popup-content-top {
        font-size: 20px;
        line-height: 24px;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-content .popup-content-main,
    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-content .popup-button {
        margin-top: 16px;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-content .popup-content-main {
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: unset;
        padding-right: 10px;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-content .popup-content-main span {
        margin-left: 5px;
        color: #737373;
    }

    #bx-custom-popup #popup-window-content-bx-custom-popup .popup-button .btn-order-save {
        padding: 13px;
        color: #fff;
        text-align: center;
        height: 48px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
    }

    /* Maps - SDEK */

    #SDEK_pvz,
    #SDEK_map {
        height: 100% !important;
    }

    #SDEK_pvz .ymaps-2-1-79-controls__control,
    #SDEK_pvz .ymaps-2-1-79-copyrights-pane {
        display: none;
    }

    #SDEK_sign span {
        color: #383838;
    }

    #SDEK_cityName {
        text-decoration: none;
    }

    #SDEK_closer {
        background: none;
    }

    #SDEK_looper {
        top: 11px;
        height: 20px;
        width: 20px;
    }

    #SDEK_closer::after {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-modal-window_close-grey.svg);
        max-width: 24px;
        max-height: 24px;
        position: absolute;
        top: -1px;
    }

    /* Card */

    .catalog_detail .item_main_info {
        border: none;
    }

    .item_slider.flex .slides>li>a {
        min-height: 345px;
        min-width: 345px;
        width: 100%;
        height: 100%;
    }

    .item_slider.flex .slides>li>a img {
        height: 100%;
        background: lightgray;
    }

    .print-link+h1,
    .share.top+h1,
    section.page-top .line_block+h1 {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    .catalog_detail .item_slider .slides {
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .catalog_detail .item_main_info .right_info .info_item {
        padding: 0;
    }

    .info_item .top_info {
        padding: 16px 0 2px 0;
        border-bottom: none;
    }

    .info_item .middle_info {
        padding-top: 16px;
        padding-bottom: 0;
    }

    .info_item .top_info .article,
    .catalog_detail .element_detail_text .price_txt,
    .info_item .middle_info .prices .discount *,
    .catalog_detail .info_item .middle_info .prices .sale_block {
        color: #737373;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
    }

    .info_item .middle_info .prices .price,
    .item_main_info .h1 {
        color: #383838;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    .item_main_info .h1 {
        font-weight: 400;
    }

    .catalog_detail .item_main_info .mobile-title-wrap {
        margin-top: 24px;
        position: relative;
    }

    .catalog_detail .item_main_info .mobile-title-wrap .h1.mobile-title {
        padding-right: 40px;
    }

    .catalog_detail .item_main_info .mobile-title-wrap .line_block .share_wrapp {
        border: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .catalog_detail .item_main_info .mobile-title-wrap .line_block .share_wrapp:hover {
        background: none;
        /* border: 1px solid #f2f2f2; */
        z-index: 20;
        position: absolute;
        top: 25px;
        right: 0;
        transform: rotate(90deg);
        transform-origin: top right;
        padding: 5px 54px 5px 5px;
    }

    .catalog_detail .item_main_info .mobile-title-wrap .line_block .share_wrapp:after {
        background: none;
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-card-page_share.svg);
        width: 14px;
        height: 16px;
        top: 7px;
        right: 7px;
    }

    .share_wrapp a.ya-share2__link span.ya-share2__badge,
    .catalog_detail .item_main_info .mobile-title-wrap .line_block .share_wrapp:hover:after {
        transform: rotate(-90deg);
    }

    .catalog_detail .item_main_info .mobile-title-wrap .line_block .share_wrapp:hover:after {
        top: 6px;
        right: 3px;
    }

    .catalog_detail .item_main_info .mobile-title-wrap .line_block {
        height: 0;
    }

    .catalog_detail .item_main_info .mobile-title-wrap .line_block .share_wrapp .text,
    .catalog_detail .item_main_info .mobile-title-wrap .line_block .share_wrapp:before {
        display: none;
    }

    .catalog_detail .item_main_info .right_info {
        border-top: none;
        margin-bottom: 15px;
    }



    .catalog_detail .info_item .middle_info .prices .sale_block {
        color: #E78A00;
        background: #FEF5E7;
        margin: 0;
        border-radius: 2px;
    }

    .info_item .middle_info .prices .discount * {
        font-size: 14px;
    }

    .info_item .middle_info .prices .discount .values_wrapper .price_value,
    .info_item .middle_info .prices .discount .values_wrapper .price_currency {
        color: #B3B2B2;
    }

    .info_item .top_info .brand .brand_picture {
        align-items: center;
        display: flex;
        height: 40px;
        justify-content: end;
    }

    .info_item .top_info .brand img {
        background: lightgray;
        max-height: 40px;
        width: auto;
        height: auto;
        margin: 0;
    }

    .catalog_detail .rows_block {
        position: relative;
        padding: 9px 0;
        min-width: 330px;
        width: 100%;
        margin: 0;
    }

    .catalog_detail .rows_block>.item_block {
        padding: 0;
    }

    .item_main_info.show_un_props .swipeignore .flex-control-nav {
        display: none;
    }

    .rating {
        margin: 0 0 8px;
    }

    .catalog_detail .rows_block .item_block~.item_block~.item_block {
        margin: 0;
        padding: 0;
        width: 100px;
        height: 40px;
        position: absolute;
        top: 12px;
        right: 0;
    }

    .image_wrapper_block img {
        background: lightgray;
        margin: 0;
        /*max-width: 153px;*/
        /*width: 100%;*/
        /*max-height: 172px;*/
        object-fit: cover;
        margin: 0 auto;
    }

    .stickers [class*="sticker_"] {
        padding: 2px 6px !important;
        line-height: 16px;
        border-radius: 4px;
        background: #3F8C33;
        margin-left: 0;
    }

    .catalog_detail .item_main_info .swipeignore .stickers {
        margin: 0;
        margin-left: calc((100% - 345px) / 2);
        padding: 0;
        top: 10px !important;
        left: 15px !important;
    }

    .stickers .sticker_stock,
    .stickers .sticker_aktsiya {
        color: #fff;
        background: #F59E0B;
    }

    .stickers {
        margin: 0;
        padding-right: 0;
        top: 6px;
        left: 6px;
        display: flex;
        flex-direction: column;
    }

    .image_wrapper_block.shine .stickers {
        margin-left: calc((100% - 153px) / 2);
    }

    .stickers .swipeignore .sticker_stock,
    .stickers .swipeignore .sticker_aktsiya {
        color: #fff;
        margin: 0;
        display: block;
        margin: 0;
        padding: 2px 6px !important;
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: center;
        border-radius: 4px;
        background: #F59E0B;
    }

    .catalog_detail .item_main_info .stickers [class*="sticker_"] {
        font-size: 10px !important;
    }

    .stickers .sticker_recommend,
    .stickers .sticker_sovetuem {
        background-color: #893ca9;
    }

    .block .catalog_block .catalog_item_wrapp .catalog_item {
        padding: 10px;
        margin: 0;
    }

    .catalog_item .image_wrapper_block {
        margin: 0;
        margin-bottom: 5px;
    }

    .catalog_item .item-title a,
    .catalog_item .item-title a span {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        max-height: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ajax_load.block .item_info .rating,
    .item-stock .icon.stock {
        display: none;
    }

    .stores-count-link span.value,
    .stores-count-link span.value a {
        width: 100%;
        text-align: left;
        min-width: 150px;
        max-width: unset;
        line-height: 12px;
        margin-bottom: 4px;
    }

    .stores-count-link span.value a {
        border-bottom: 1px dotted #ff6d00;
    }

    .cost.prices .price {
        font-family: PT Sans Caption;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        margin: 0;
    }

    .stores-count-link {
        margin: 0;
    }

    .cost.prices .price_matrix_wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .info_item .middle_info .prices .price.discount {
        margin: 0;
        padding: 0;
        margin-right: auto;
        margin-left: 10px;
        text-decoration: none;
    }

    .info_item .middle_info .prices .price:not(.discount) {
        padding-right: 10px;
    }

    .catalog_item .cost.prices {
        margin-top: -4px;
    }

    .catalog_item .cost.prices .price_matrix_wrapper {
        margin: 0;
        width: 100%;
        height: 45px;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }

    .catalog_item .cost.prices .price_matrix_wrapper>div {
        margin: 0;
    }

    .catalog_item .cost.prices .price_matrix_wrapper .price {
        margin-right: 5px;
    }

    .catalog_item .cost.prices .price_matrix_wrapper .price.discount {
        margin-right: auto;
    }

    .catalog_item .cost.prices .price_matrix_wrapper .sale_block {
        display: flex;
        align-items: center;
        color: #E78A00;
        background: #FEF5E7;
        border-radius: 2px;
        margin-top: 2px;
    }

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

    .sale_block .title {
        padding: 1px 0 1px 6px;
    }

    .sale_block .text {
        background: none;
        color: #E78A00;
        padding: 2px 6px 2px 0;
        margin: 0;
    }

    .sale_block .title+.text {
        margin-left: 2px;
    }

    .view_sale_block {
        justify-content: flex-start;
        margin: 0;
        margin-top: 8px;
    }

    .prices_buy_block .prices_block .view_sale_block {
        display: none;
    }

    .view_sale_block .count_d_block {
        margin-right: 10px;
    }

    .countdown-for-order .title,
    .view_sale_block .title {
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #555555;
        margin: 0 0 6px;
    }

    .count_d_block span.countdown.values.is-countdown:after {
        margin-left: -5px;
        color: #383838;
    }

    .count_d_block span.countdown.values .hours.item,
    .count_d_block span.countdown.values .minutes.item {
        /*background: #F2F2F2;*/
        padding: 0 4px 6px;
        border-radius: 2px;
    }

    .count_d_block span.countdown.values .hours.item,
    .count_d_block span.countdown.values .minutes.item,
    .thanks_order_block_pay .countdown-for-order .values .item {
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        color: #555555;
    }

    .count_d_block span.countdown.values .hours.item .text,
    .count_d_block span.countdown.values .minutes.item .text {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: center;
        color: #999999;
    }

    .count_d_block span.countdown.values .hours.item {
        margin-right: 9px;
    }

    ul.uen-stores-list.active {
        padding: 25px 10px 10px 10px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        height: 100%;
        background: #fff;
        border: 1px solid #F2F2F2
    }

    ul.uen-stores-list.active:after {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-card_close.svg);
        max-width: 16px;
        max-height: 16px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 4px;
        right: 5px;
    }

    ul.uen-stores-list.active li,
    .store-amount ul.uen-stores-list.active li {
        padding: 0;
        margin: 0;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        margin-bottom: 12px;
        overflow: unset;
        display: flex;
        flex-direction: row;
    }

    ul.uen-stores-list.active li:last-of-type {
        margin-bottom: 0;
    }

    .catalog_item .inner_wrap {
        padding: 10px;
    }

    .uen-stores-list li span {
        padding-right: 8px;
        margin: 0;
        height: 100%;
        background: none;
        color: #FF6D00;
        text-align: left;
        width: unset;
        min-width: 32px;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: left;
    }

    .view_sale_block .quantity_block .values .item {
        background: #737373;
    }

    .countdown-for-order .values .item .text,
    .view_sale_block .values .item .text {
        opacity: 1;
        opacity: 1;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
    }

    .countdown-for-order .values .item,
    .view_sale_block .values .item {
        max-width: 42px;
        max-height: 38px;
        height: 100%;
        padding: 6px 4px;
    }


    .view_sale_block .values .hours.item,
    .view_sale_block .values .minutes.item {
        max-width: 36px;
    }

    .view_sale_block .quantity_block .values {
        border-radius: 2px;
        margin: 0;
    }

    .counter_wrapp {
        display: flex;
        justify-content: space-between;
        /*height: 40px;*/
    }

    .counter_block+.button_block {
        margin: 0;
        width: 52px;
    }

    .counter_block+.button_block.wide {
        margin: 0;
        width: 100%;
    }

    .catalog_item.main_item_wrapper.item_wrap .counter_wrapp>div {
        margin: 0;
        padding: 0;
    }

    .catalog_item.main_item_wrapper.item_wrap .counter_wrapp .button_block.wide {
        width: 100%;
    }

    .catalog_item.main_item_wrapper.item_wrap .counter_wrapp .total_summ {
        display: none !important;
    }

    .catalog_item.main_item_wrapper.item_wrap .counter_wrapp .button_block span.small span {
        display: none;
    }

    .catalog_item.main_item_wrapper.item_wrap .counter_wrapp .button_block span.small {
        width: 52px;
        height: 40px;
        border-radius: 5px;
        padding: 11px 17px;
    }

    .catalog_item.main_item_wrapper.item_wrap .counter_wrapp .button_block span.small i {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-card_basket.svg);
        max-width: 18px;
        width: 100%;
        max-height: 18px;
        height: 100%;
    }

    .catalog_item.main_item_wrapper.item_wrap .counter_wrapp .counter_block {
        margin-right: 8px;
        min-width: 92px;
        min-height: 40px;
    }

    .mobile .catalog_item .footer_button {
        margin: 0;
        margin-top: 3px;
    }

    .counter_block input[type="text"] {
        font-size: 14px !important;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        color: #383838;
        background: none;
        border-left: none;
        border-right: none;
    }

    .counter_block {
        background: none;
        border: 1px solid #EEEEEE;
        border-radius: 4px;
        margin: 0;
        width: 92px;
    }

    .counter_block .plus,
    .counter_block .minus {
        color: #737373;
        width: 28px;
    }

    .counter_block,
    .counter_block .plus,
    .counter_block .minus,
    .counter_block>span:before,
    .counter_block input[type="text"] {
        height: 40px;
    }

    .counter_block>span.minus:before {
        background-position: -80px -185px;
    }

    .counter_block>span.plus:before {
        background-position: -54px -185px;
    }

    .counter_block .minus {
        opacity: 0.3;
    }

    .btn.btn-default.in-cart,
    .btn.btn-default.in-cart:hover {
        background: #3F8C33;
        border: 1px solid #3F8C33;
        padding: 11px;
        border-radius: 5px;
        height: 40px;
    }

    .item_main_info .main_item_wrapper .prices_buy_block {
        width: 100%;
    }

    .info_item .middle_info .buy_block .counter_wrapp,
    .info_item .middle_info .buy_block .counter_wrapp>div {
        padding: 0;
        margin: 0;
    }

    .info_item .middle_info .buy_block .counter_wrapp {
        display: flex;
        justify-content: flex-end;
    }

    .info_item .middle_info .buy_block .counter_wrapp .button_block {
        width: 100%;
    }

    .info_item .middle_info .buy_block .counter_wrapp .counter_block.big_basket {
        margin-right: 8px;
    }

    .counter_block.big_basket {
        width: 120px;
        height: 40px;
    }

    .counter_block.big_basket>span {
        height: 40px;
    }

    .counter_block.big_basket>span.minus:before {
        background-position: -18px -186px;
    }

    .counter_block.big_basket>span.plus:before {
        background-position: 1px -186px;
    }

    .btn.btn-default {
        width: 100%;
        border-radius: 2px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
    }

    .btn.btn-default.subscribe-btn {
        width: auto;
        border-radius: unset;
    }

    .btn.btn-default.to-cart {
        height: 40px;
        padding: 11px 17px;
    }

    .btn.btn-default.to-cart img {
        min-width: 18px;
        min-height: 18px;
        width: 18px;
        height: 18px;
    }

    .btn.btn-default.in-cart span {
        padding-left: 28px;
        position: relative;
    }

    .btn.btn-default.in-cart span::before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-product-page_check-white.svg);
        min-width: 18px;
        min-height: 18px;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .quantity_block_wrapper .item-stock .icon.stock {
        display: inline-block;
    }

    .price-bonus {
        color: #FF6D00;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        margin-right: 6px;
        margin-top: 8px;
    }

    .price-bonus-block {
        width: 20px;
        height: 20px;
    }

    .price-bonus-helper {
        position: relative;
    }

    .price-bonus-helper::after {
        position: absolute;
        top: -1px;
        left: -1px;
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-card_helper.svg);
        background: #fff;
        border: none;
        padding: 0;
        margin: 0;
        vertical-align: middle;
    }

    .price-bonus-popup {
        margin-left: -1px;
        min-height: 148px;
        min-width: 267.82843017578125px;
        width: 100%;
        border-radius: 10px;
        padding: 15px 20px 20px 20px;
        z-index: 20;
        bottom: 165%;
        left: -124.41px;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    .iblock-vote table td {
        width: 20px;
        height: 20px;
    }

    .iblock-vote.small table td div {
        width: 17px;
        height: 16px;
        margin: auto;
        transform: scale(1.2);
        margin-top: 3px;
    }

    .fast_view_block {
        display: none !important;
    }

    .price-bonus-popup a {
        color: #FF6D00;
        padding: 0;
    }

    .price-bonus-popup:before,
    .price-bonus-popup:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
        opacity: 1;
        margin-left: -10px;
        transform: rotate(180deg);
    }

    .price-bonus-popup br::after {
        margin-bottom: 5px;
    }

    .quantity_block_wrapper {
        padding: 5px 0 5px 0;
        margin-bottom: 10px;
        height: 50px;
    }

    .quantity_block_wrapper>div {
        margin-right: 0 !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    .middle_info .quantity_block_wrapper .item-stock {
        display: flex;
        align-items: center;
    }

    .item-stock .icon,
    .item-stock .icon.order {
        margin: 0;
        background: none;
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-triumf_check.svg);
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .item-stock .icon.order {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-feedback_close-grey.svg);
        display: inline-block;
        height: 16px;
        width: 16px;
        left: 0px;
        top: 1px;
    }

    .catalog_detail .main_item_wrapper div.total_summ {
        margin-top: 8px;
    }

    .catalog_detail .main_item_wrapper div.total_summ div,
    .catalog_detail .main_item_wrapper div.total_summ div span {
        color: #383838;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }

    .catalog_detail .item-stock .value .store_view {
        border-bottom: none;
        color: #383838;
    }

    .quantity_block_wrapper .item-stock .value {
        border-bottom: 1px dotted #383838;
    }

    .info_item .middle_info .item-stock>span {
        font-size: 14px;
        font-weight: 400;
        line-height: 9px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    .info_item .middle_info .prices_block {
        padding: 0;
    }

    .info_item .middle_info .buy_block {
        padding: 5px 0 5px 0;
    }

    .rating .iblock-vote {
        margin: 0;
    }

    .att-img-text {
        padding-top: 4px;
    }

    .calculate-delivery {
        margin: 0 0 24px;
    }

    .catalog_detail .tizers_block_detail {
        padding-top: 40px;
    }

    .catalog_detail .element_detail_text {
        padding: 0;
    }

    .catalog_detail .item_main_info {
        margin: 0 0 48px;
    }

    .catalog_detail .title-tab-heading:before {
        right: 15px;
    }

    .catalog_detail .tabs>.tab-content>.tab-pane .title-tab-heading {
        min-width: 100vw;
        width: 100%;
        margin-left: -15px;
        border-bottom: none;
        padding: 14px 15px;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    .catalog_detail .tabs>.tab-content>.tab-pane:last-of-type .title-tab-heading {
        border-bottom: 1px solid #f0f0f0;
    }

    #content .specials .wraps hr {
        display: none;
    }

    .catalog_detail .tabs>.tab-content>.tab-pane.active .title-tab-heading {
        color: #FF6D00;
    }

    .catalog_detail .tab-pane.active .title-tab-heading+div {
        padding-top: 8px;
        margin-bottom: 24px;
    }

    .product-item-detail-tabs-container-fixed {
        display: none;
    }

    #descr .detail_text,
    #props .props_list {
        margin-right: 15px;
    }

    #descr .detail_text,
    #descr .detail_text ul li,
    #ask .text_block {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    #descr .detail_text ul li {
        margin: 0;
        color: #383838;
    }

    #descr .wraps,
    #descr .tizers_block_detail.tizers_block {
        display: none !important;
    }

    #props .props_list {
        width: calc(100vw - 30px);
    }

    .catalog_detail .props_list td {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        color: #383838;
        padding: 0;
        background: url(/local/templates/electrograd/css/../images/dott.png) 0 calc(100% - 4px) repeat-x;
        vertical-align: bottom;
    }

    .props_list tr td:first-child {
        padding-right: 5px;
    }

    #ask .row {
        width: calc(100vw - 30px);
        margin: 0;
    }

    #ask .row>div {
        padding: 0;
    }

    #ask .row>div.text_block>p {
        margin-bottom: 4px;
    }

    #ask .row>div.text_block>p:last-of-type {
        margin-bottom: 16px;
    }

    #ask .text_block br:first-of-type,
    #ask .row #ask_block_content .form .form_head {
        display: none;
    }

    #ask .row .form_block {
        margin-top: 16px;
    }

    #navigation.breadcrumbs {
        overflow-x: scroll;
        white-space: nowrap;
        padding: 0 0 100%;
        margin-bottom: -100%;
    }

    #content .top_inner_block_wrapper .maxwidth-theme {
        min-height: unset;
    }

    #content .top_inner_block_wrapper .maxwidth-theme .page-top-main .print-link {
        height: 100%;
    }

    .wraps.hover_shine#content .top_inner_block_wrapper.maxwidth-theme {
        margin-bottom: 0;
    }

    #navigation.breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    #navigation .bx-breadcrumb-item a span {
        border-bottom: none;
    }

    .specials.block_v .slider_navigation {
        display: none;
    }

    /* #60328 (Availability block) */

    #stores .stores_wrapp {
        width: calc(100% - 15px);
    }

    .stores_block_wrap .stores_block .stores_text_wrapp {
        padding: 10px 0 5px 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    .item-stock>span {
        color: #383838;
    }

    #stores .item-stock .icon.stock,
    .store-amount .item-stock .icon.order {
        display: inline-block;
        height: 16px;
        width: 16px;
        left: 0px;
        top: 1px;
    }

    #stores .store_phone {
        margin-top: 5px;
        color: #737373;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }

    .stores_block_wrap .stores_block {
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 0 12px 0;
    }

    .stores_block_wrap .stores_block:first-of-type,
    .stores_block_wrap .stores_block .stores_text_wrapp {
        padding-top: 0;
    }

    .stores_block_wrap .stores_block:before {
        display: none;
    }

    .stores_block_wrap .stores_block:last-of-type {
        border-bottom: none;
    }

    .stores_block_wrap .stores_block.wo_image .item-stock {
        margin-top: 0;
        padding: 0;
        position: relative;
        top: unset;
        right: unset;
        float: unset;
    }

    .stores_block_wrap .stores_block .stores_text_wrapp .main_info {
        max-width: unset;
    }

    /* #60329 (Review)*/

    #reviews_content_wrap {
        margin-right: 15px;
    }

    #reviews_content {
        margin-top: 0;
    }

    #reviews_content .reviews-reply-buttons input:nth-of-type(2) {
        display: none;
    }

    #reviews_content .reviews-collapse,
    #reviews_content .reviews-collapse div {
        margin-top: 8px;
        color: #383838;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
    }

    #reviews_content .reviews-collapse.reviews-minimized {
        padding-bottom: 24px;
    }

    #reviews_content .reviews-collapse div:first-of-type {
        margin-bottom: 8px;
    }

    #reviews_content .text_before {
        margin-top: 8px;
        padding-right: 0;

    }

    #reviews_content .text_before,
    #REPLIERZZtH .forum-notify-text,
    #reviews_content .reviews-reply-form-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    #REPLIERZZtH .forum-notify-text {
        margin-bottom: 8px;
    }

    #reviews_content .reviews-reply-form-title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px;
    }

    #reviews_content .reviews-reply-form {
        margin-top: 8px;
        padding-bottom: 0;
    }

    #bx-html-editor-tlbr-cnt-REVIEW_TEXT,
    #divREVIEW_TEXT .main-post-form-toolbar {
        display: none;
    }

    #bx-html-editor-REVIEW_TEXT {
        min-height: 80px !important;
        height: auto !important;
    }

    #REPLIERZZtH .reviews-reply-field-upload {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-top: 24px;
    }

    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-file {
        order: -1;
    }

    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-file input,
    #REPLIERZZtH .reviews-reply-field-settings {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #FF6D00;
    }

    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-file,
    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-info {
        display: block !important;
    }

    #REPLIERZZtH #upload_files_info_ZZtH {
        margin-top: 2px;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
    }

    #REPLIERZZtH #upload_files_info_ZZtH>span {
        display: block;
    }

    #REPLIERZZtH .reviews-reply-field-settings {
        padding: 16px 0 0 0;
        color: #737373;
    }

    #REPLIERZZtH input[type="checkbox"]+label,
    #REPLIERZZtH .reviews-reply-field-upload {
        padding-left: 32px;
    }

    #REPLIERZZtH .reviews-reply-buttons .btn {
        margin-top: 16px;
        margin-right: 0;
        padding: 11px;
        border: none;
    }

    #REPLIERZZtH .reviews-reply-header span {
        display: none;
        width: calc(100% - 2px);
        background: #fff;
        top: 1px;
        left: 1px;
        padding: 7px 11px 2px;
        border-radius: 5px 5px 0 0;
    }

    #REPLIERZZtH .bxhtmled-area-cnt,
    #REPLIERZZtH .bxhtmled-iframe-cnt {
        width: 100% !important;
        background: none;
        max-width: calc(100vw - 30px);
    }

    #divREVIEW_TEXT #bx-html-editor-REVIEW_TEXT {
        min-width: 100% !important;
    }

    #divREVIEW_TEXT #bx-html-editor-REVIEW_TEXT #bx-html-editor-area-cnt-REVIEW_TEXT,
    #divREVIEW_TEXT #bx-html-editor-REVIEW_TEXT #bx-html-editor-iframe-cnt-REVIEW_TEXT {
        height: 100% !important;
    }

    #REPLIERZZtH .bxhtmled-iframe-cnt .bx-editor-iframe {
        background: none;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
    }

    #REPLIERZZtH .bx-editor-iframe>body {
        min-height: 80px !important;
    }

    #REPLIERZZtH .bx-editor-iframe:hover,
    #REPLIERZZtH .bx-editor-iframe:focus,
    #REPLIERZZtH .bx-editor-iframe:active {
        border: 1px solid #FF6D00;
        border-radius: 5px;
    }

    #REPLIERZZtHcontainer .reviews-post-table,
    #REPLIERZZtHcontainer .reviews-post-table thead b span,
    #REPLIERZZtHcontainer .reviews-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    #REPLIERZZtHcontainer .reviews-text {
        margin: 16px 0;
    }

    #REPLIERZZtHcontainer .reviews-post-table {
        margin-top: -8px;
        margin-bottom: 16px;
        background: #F2F2F2;
        border-radius: 8px;
        border: none;
    }

    #REPLIERZZtHcontainer .reviews-post-table:first-of-type {
        margin-top: 8px;
    }

    #REPLIERZZtHcontainer .reviews-post-table thead td {
        padding: 15px 15px 0 15px;
        color: #383838;
        font-size: 12px;
        border-radius: 8px 8px 0 0;
    }

    #REPLIERZZtHcontainer .reviews-post-table thead td,
    #REPLIERZZtHcontainer .reviews-post-table tbody td {
        background: none;
    }

    #REPLIERZZtHcontainer .reviews-post-table thead td div:first-of-type {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #REPLIERZZtHcontainer .reviews-post-reply-buttons {
        margin-bottom: 15px;
    }

    #REPLIERZZtHcontainer .reviews-post-table td {
        padding: 0 15px;
    }

    #REPLIERZZtHcontainer .reviews-post-table thead td .message-post-date,
    #REPLIERZZtHcontainer .reviews-post-reply-buttons a {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
    }

    #REPLIERZZtHcontainer .reviews-post-reply-buttons span {
        background-color: #737373;
    }

    /* #60345 (Recommends) */

    .RECOMENDATION_slides .catalog_item .inner_wrap {
        padding: 0;
        display: grid;
        grid-template-areas: "a b b";
        grid-template-columns: 80px 1fr 1fr;
        width: 100%;
        height: 100%;
        position: relative;
        border: none;
        box-shadow: unset;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .image_wrapper_block {
        grid-area: a;
        width: 80px;
        height: 100%;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .item_info {
        grid-area: b;
        width: 100%;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        max-height: 132px;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .item_info .item-title {
        order: -1;
        max-height: 44px;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .item_info .rating {
        order: 1;
        margin: 0;
        width: 50%;
        flex: 1 1;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .item_info .sa_block {
        order: 0;
        width: 50%;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .item_info .cost {
        order: 5;
        margin-top: 5px;
        width: 44%;
        height: 40px;
        display: flex;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .item_info .sa_block .item-stock {
        margin: 5px 0 0 0;
        line-height: 18px;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .footer_button {
        grid-area: b;
        width: 100%;
        height: 40px;
        margin: 0;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 51%;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .footer_button .counter_wrapp .button_block {
        min-width: 58px;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .footer_button .counter_wrapp .button_block.wide {
        min-width: 135px;
    }

    .RECOMENDATION_slides .catalog_item .inner_wrap .footer_button .counter_block {
        display: none;
    }

    .RECOMENDATION_slides .image_wrapper_block,
    .image_wrapper_block a {
        margin: 0;
        height: 132px;
    }

    .RECOMENDATION_slides .image_wrapper_block .stickers {
        top: 0;
        padding-right: 0;
    }

    .RECOMENDATION_slides .image_wrapper_block .stickers .sticker_sovetuem {
        margin: 0;
    }

    .RECOMENDATION_slides .item_info .cost.prices .price_matrix_wrapper .price_measure,
    .RECOMENDATION_slides .item_info .cost.prices .price_matrix_wrapper .sale_block {
        display: none;
    }

    .RECOMENDATION_wrapp .RECOMENDATION_slides li.catalog_item {
        width: 100%;
        margin-top: 24px;
    }

    .RECOMENDATION_wrapp .RECOMENDATION_slides li.catalog_item:first-of-type {
        margin-top: 0;
    }

    .bottom_slider.specials.tab_slider_wrapp.block_v .wraps:first-of-type {
        display: none;
    }

    .specials .wraps h4 {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        margin: 48px 0 16px;
    }

    /* #60333 (My orders - header) */

    .personal_wrapper .orders_wrapper .sale-order-detail-back-to-list-link-up {
        padding-bottom: 25px;
        display: flex;
        align-items: center;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .sale-order-detail-back-to-list-link-up {
        padding-bottom: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-back-to-list-link-up .fa-chevron-left {
        max-width: 24px;
        max-height: 24px;
        margin-right: 8px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-back-to-list-link-up span:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_arrow-left-orange.svg);
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .sale-order-detail-title-element {
        font-size: 25px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        margin: 0 0 16px 0;
        padding: 0;
    }

    /* #60335 (My orders - status) */

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-border-bottom {
        border-bottom: 1px solid #F2F2F2
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item {
        margin: 0;
        padding: 24px 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row:nth-of-type(2) .sale-order-detail-general-item {
        padding-top: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item div {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sberbank__payment-description {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        margin-top: 16px;
        padding-left: 21px;
        position: relative;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sberbank__payment-description::before {
        position: absolute;
        top: 0;
        left: 0;
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-confirm-order_alert-circle.svg);
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item div .label-warning {
        background: none;
        border-radius: unset;
        color: #FF6D00;
        padding: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        position: relative;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item div .label-warning::after {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-orders_alert-circle.svg);
        position: absolute;
        max-width: 24px;
        max-height: 24px;
        margin-left: 5px;
    }

    .orders_wrapper .uen-small-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
    }

    .orders_wrapper .uen-pt-10px {
        padding-top: 24px;
    }

    .orders_wrapper .uen-mt-20 {
        margin-top: 24px;
    }

    .orders_wrapper .uen-mb-20 {
        margin-bottom: 24px;
    }

    /* #60337 (Payment) */

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item {
        width: 100%;
        font-size: unset;
        font-weight: unset;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sale-order-detail-payment-options-methods-template {
        padding: 0;
        width: 100%;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sale-order-detail-payment-options-methods-template>a.btn-default {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        margin: 9px 0 25px 0;
        padding: 11px;
        align-items: flex-start;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sale-order-detail-payment-options-methods-template .sberbank__wrapper {
        margin: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sale-order-detail-payment-options-methods-template .sberbank__content {
        padding: 20px 15px;
        border: 1px solid #EEEEEE;
        border-radius: 8px;
        margin: 0;
        align-items: flex-start;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sale-order-detail-payment-options-methods-template .sberbank__content .sberbank__price-string {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sale-order-detail-payment-options-methods-template .sberbank__content .sberbank__price-string b {
        margin-top: 4px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sale-order-detail-payment-options-methods-template .sberbank__content .sberbank__payment-link,
    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sale-order-detail-payment-options-methods-template .sberbank__content .robokassa__payment-link {
        width: 100%;
        max-width: unset;
        padding: 13px;
        margin: 0;
        margin-top: 24px;
        border: 1px solid #E8E8E8;
        background-color: #F9F9F9;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item .sale-order-detail-payment-options-methods-template .sberbank__content .robokassa__payment-link {
        margin-top: 8px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row .sale-order-detail-general-item.uen-weight-normal.uen-account-color {
        display: none;
    }

    div.sale-order-detail.container-fluid .uen-mb-20,
    .uen-mb-20 {
        margin-bottom: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-border-bottom {
        padding-top: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-border-bottom .uen-border-left {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        border: none;
        margin-top: -5px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-border-bottom .uen-border-left .sale-order-detail-general-item {
        padding: 10px 12px 10px 52px;
        background: #F9F9F9;
        border-radius: 8px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-border-bottom .uen-border-left .sale-order-detail-general-item::before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-order-page_light-bulb-black.svg);
        position: absolute;
        left: 30.5px;
        top: 10px;
        width: 24px;
        height: 24px;
    }

    /* #60322 (Discount banners) */

    .catalog_detail .show_un_props .stock_wrapper {
        margin-bottom: 24px;
    }

    .catalog_detail .show_un_props .stock_wrapper .stock_board {
        margin-bottom: 8px;
    }

    .catalog_detail .show_un_props .stock_wrapper .stock_board:last-of-type {
        margin-bottom: 0;
    }

    .catalog_detail .show_un_props .stock_wrapper .stock_board .title {
        width: 100%;
        position: relative;
    }

    .catalog_detail .show_un_props .stock_wrapper .stock_board .title .dark_link {
        padding: 10px 12px 10px 52px;
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        text-decoration: underline;
        color: #383838;
        background: #F9F9F9;
        border-radius: 8px;
        border: none;
        margin-bottom: 0;
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .catalog_detail .show_un_props .stock_wrapper .stock_board .title .dark_link:before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-order-page_light-bulb-black.svg);
        position: absolute;
        left: 17.5px;
        top: auto;
        width: 24px;
        height: 24px;
    }

    /* #60341 (Buttons under products) */

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block {
        background: #F9F9F9;
        flex-direction: column-reverse;
        padding: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block span.error {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        padding: 13px 12px 13px 52px;
        width: 100%;
        position: relative;
        display: block;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block span.error::before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-orders_tips_and_updates.svg);
        max-width: 24px;
        max-height: 24px;
        position: absolute;
        top: 10px;
        left: 16px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-about-order-inner-container-repeat,
    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-payment-options-methods-button-container {
        margin: 0;
        padding: 0;
        margin-top: 8px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-about-order-inner-container-repeat:first-of-type,
    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-payment-options-methods-button-container:first-of-type {
        margin-top: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-about-order-inner-container-repeat .btn,
    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-payment-options-methods-button-container .btn {
        padding: 11px;
        height: 40px;
        font-size: 13px;
        font-family: PT Sans Caption;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        background: #FF6D00;
        color: #fff;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-payment-options-methods-button-container .btn.btn-lg {
        margin: 0 0 8px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-payment-options-methods-button-container .btn.white {
        background: #fff;
        color: #FF6D00;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-about-order-inner-container-repeat .btn.btn-transparent {
        background: none;
        color: #383838;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-general-head.uen-buttons-block .sale-order-detail-payment-options-methods-button-container .btn .fa-repeat {
        display: none;
    }

    /* #60342 (Customer info) */

    .personal_wrapper .orders_wrapper .row .sale-order-detail-about-order-inner-container-details-list {
        margin-bottom: 25px;
    }

    .personal_wrapper .orders_wrapper .row .col-md-12.cols-sm-12.col-xs-12.uen-ta-center-550 span.sale-order-detail-general-item {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        padding-top: 48px;
        padding-bottom: 16px;
    }

    .personal_wrapper .orders_wrapper .row .sale-order-detail-about-order-inner-container-details-list .sale-order-detail-about-order-inner-container-list-item {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .personal_wrapper .orders_wrapper .row .sale-order-detail-about-order-inner-container-details-list .sale-order-detail-about-order-inner-container-list-item {
        padding: 0;
        margin: 0;
        margin-top: 16px;
        text-align: left;
        font-family: PT Sans Caption;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        color: #737373;
    }

    .personal_wrapper .orders_wrapper .row .sale-order-detail-about-order-inner-container-details-list .sale-order-detail-about-order-inner-container-list-item:first-of-type {
        margin-top: 0;
    }

    .personal_wrapper .orders_wrapper .row .sale-order-detail-about-order-inner-container-details-list .sale-order-detail-about-order-inner-container-list-item::before,
    .personal_wrapper .orders_wrapper .row .sale-order-detail-about-order-inner-container-details-list .sale-order-detail-about-order-inner-container-list-item:last-of-type,
    .personal_wrapper .orders_wrapper .row .sale-order-detail-about-order-inner-container-details-list .sale-order-detail-about-order-inner-container-list-item:nth-last-of-type(2) {
        display: none;
    }

    .personal_wrapper .orders_wrapper .row .sale-order-detail-about-order-inner-container-details-list .sale-order-detail-about-order-inner-container-list-item .sale-order-detail-about-order-inner-container-list-item-element {
        font-family: PT Sans Caption;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        color: #383838;
    }

    .wraps>.wrapper_inner {
        padding-bottom: 48px;
    }

    /* #60336 (Hidden buttons) */

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-height-line {
        padding: 15px 0;
        margin-top: 24px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-height-line .alert-info {
        border: none;
        border-radius: unset;
        background: #F9F9F9;
        margin-bottom: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-height-line .alert-info .sale-order-detail-about-order-inner-container-repeat,
    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-height-line .alert-info .sale-order-detail-payment-options-methods-button-container {
        padding: 0;
        margin: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-height-line .alert-info .sale-order-detail-about-order-inner-container-repeat {
        margin-top: 8px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-height-line .alert-info .sale-order-detail-about-order-inner-container-repeat .btn,
    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-height-line .alert-info .sale-order-detail-payment-options-methods-button-container .btn {
        padding: 11px;
        height: 40px;
        font-size: 13px;
        font-family: PT Sans Caption;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        background: #FF6D00;
        color: #fff;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-height-line .alert-info .sale-order-detail-about-order-inner-container-repeat .btn {
        background: none;
        border: none;
        color: #383838;
    }

    /* #60340 (Products block) */

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .col-md-6.col-sm-6.uen-margin-unset .sale-order-detail-general-item.uen-margin-unset {
        font-family: PT Sans Caption;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        padding: 4px 0 8px 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-d-flex-580 {
        align-items: center;
        flex-direction: row-reverse;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-d-flex-580 .uen-switch-btn {
        margin: 0 9px 0 0;
        height: 14px;
        background: #F2F2F2;
        width: 30px;
        min-width: 30px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-d-flex-580 .uen-switch-on {
        background: #FF6D00;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-d-flex-580 .uen-switch-on::after {
        left: 17.5px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-d-flex-580 .uen-switch-btn::after {
        height: 10px;
        width: 10px;
        background: #fff;
        top: 1.5px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-d-flex-580 .font-size-13-px-580 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #FF6D00;
        padding: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-warning-eye .uen-icon-style {
        display: none;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-warning-eye {
        position: relative;
        justify-content: flex-start;
        margin-top: 11px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-warning-eye span {
        display: flex;
        align-items: center;
        margin-left: 28px;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-warning-eye span::before,
    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-warning-eye span::after {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-orders_alert-circle-green.svg);
        max-width: 24px;
        max-height: 24px;
        position: absolute;
        left: -30px;
        top: 1px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20 .uen-warning-eye span::after {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-orders_alert-eye.svg);
        right: -28px;
        left: unset;
        top: -1px;
    }

    /* #60340 (Products block - card) */

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-image-item-block-768 .order-image-item-child .sale-order-detail-order-item-img-block {
        min-height: 80px;
        min-width: 80px;
        max-height: 80px;
        max-width: 80px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-image-item-block-768 .order-image-item-child .sale-order-detail-order-item-title {
        text-align: left;
        padding-left: 10px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket {
        padding: 24px 0 0 0;
        position: relative;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket div.col-12.col-md-7.padding-margin-unset,
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket div.col-12.col-md-8.padding-margin-unset,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket div.order-image-item-block-768 {
        padding: 0;
        height: 80px;
        width: 80px;
        overflow: unset;
        position: absolute;
        top: 24px;
        left: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket div.col-12.col-md-7.padding-margin-unset .order-image-item-child .sale-order-detail-order-item-img-block,
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket div.col-12.col-md-8.padding-margin-unset .order-image-item-child .sale-order-detail-order-item-img-block,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket div.order-image-item-block-768 .order-image-item-child .sale-order-detail-order-item-img-block {
        max-width: 80px;
        height: 80px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket div.col-12.col-md-7.padding-margin-unset .order-image-item-child .sale-order-detail-order-item-img-block .sale-order-detail-order-item-imgcontainer,
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket div.col-12.col-md-8.padding-margin-unset .order-image-item-child .sale-order-detail-order-item-img-block .sale-order-detail-order-item-imgcontainer,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket div.order-image-item-block-768 .order-image-item-child .sale-order-detail-order-item-img-block .sale-order-detail-order-item-imgcontainer {
        padding-top: 0;
        height: 100%;
        border: none;
    }


    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line {
        flex: 1 1 calc(100% - 80px);
        margin: 0 0 0 90px;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        color: #383838;
        margin-top: 2px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line::after,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line::after {
        bottom: 4px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line .md-item-info,
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line .sale-order-detail-order-item-td-text,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line .visible-xs-block,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line .sale-order-detail-order-item-td-text {
        padding: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line .sale-order-detail-order-item-td-text,
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line .sale-order-detail-order-item-td-text .uen-price-table-font-style,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line .sale-order-detail-order-item-td-text,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line .sale-order-detail-order-item-td-text .uen-price-table-font-style {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line:nth-child(2),
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line:nth-child(2) {
        flex: 1 1 calc(100% - 80px);
        margin: 0 0 0 80px;
        max-height: 66px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line:nth-child(3),
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line:nth-child(3) {
        display: flex;
        flex-direction: row-reverse;
        order: 10;
        margin-top: 5px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line:nth-child(4),
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line:nth-child(4) {
        margin-top: 5px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line:nth-child(3) .md-item-info,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line:nth-child(3) .md-item-info,
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line:nth-child(3)::after,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line:nth-child(3)::after {
        visibility: hidden;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line:nth-child(3) .sale-order-detail-order-item-td-text .bx-price,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line:nth-child(3) .sale-order-detail-order-item-td-text .bx-price {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line .uen-price-table-font-style.uen-account-color,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line .uen-price-table-font-style.uen-account-color {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        padding-left: 10px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20~.row.uen-mb-20.uen-mt-20 {
        margin-top: 24px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20~.row.uen-mb-20.uen-mt-20 .col-md-2.col-sm-12.col-12,
    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20~.row.uen-mb-20.uen-mt-20 .col-md-2.col-sm-12.col-12 .uen-flex-two-buttons {
        margin: 0;
        padding: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20~.row.uen-mb-20.uen-mt-20 .col-md-2.col-sm-12.col-12 .text-align-start {
        flex-direction: row;
        justify-content: flex-end;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20~.row.uen-mb-20.uen-mt-20 .col-md-2.col-sm-12.col-12 .text-align-start span {
        padding: 0;
        width: auto;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-mb-20.uen-mt-20~.row.uen-mb-20.uen-mt-20 .col-md-2.col-sm-12.col-12 .text-align-start span.sum-text-formated {
        margin-right: 8px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-image-item-block-768 .order-image-item-child .sale-order-detail-order-item-title,
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line:nth-child(2)::after,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line:nth-child(2)::after,
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket .order-item-line:nth-child(7),
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket .order-item-line:nth-child(7),
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket::before,
    .personal_wrapper .orders_wrapper .sale-order-detail .default-basket.no_visible,
    .personal_wrapper .orders_wrapper .sale-order-detail .old-basket.no_visible {
        display: none;
    }

    /* #60339 (Receive block) */

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .sale-order-detail-general-item {
        padding-bottom: 0;
        padding-top: 22px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .sale-order-detail-general-item.uen-flex-d-column {
        padding-top: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .col-md-6.cols-sm-6:last-of-type {
        padding-bottom: 24px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .sale-order-detail-general-item.uen-flex-d-column span.uen-weight-normal,
    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .sale-order-detail-general-item.uen-flex-d-column span.uen-weight-normal a {
        margin-top: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        color: #ff6d00;
        display: flex;
        text-align: left;
        align-items: center;
        justify-content: flex-start;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .sale-order-detail-general-item.uen-flex-d-column span.uen-weight-normal:first-of-type {
        color: #383838;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .sale-order-detail-general-item.uen-flex-d-column span.uen-weight-normal a {
        margin-top: 0;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .sale-order-detail-general-item.uen-flex-d-column span.uen-weight-normal a .fa {
        padding: 0;
        margin-right: 8px;
        max-width: 24px;
        max-height: 24px;
        width: 100%;
        height: 100%;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .sale-order-detail-general-item.uen-flex-d-column span.uen-weight-normal a .fa-map-marker::before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-orders_map-pin-orange.svg);
    }

    .personal_wrapper .orders_wrapper .sale-order-detail .row.uen-pt-10px.uen-border-bottom .sale-order-detail-general-item.uen-flex-d-column span.uen-weight-normal a .fa-arrow-circle-up::before {
        content: url(/local/templates/electrograd/css/../images/svg/icons_for-orders_alert-circle-orange.svg);
    }

    .personal_wrapper .orders_wrapper div.sale-order-detail.container-fluid .uen-mt-20 {
        margin-top: 24px;
    }

    /* #60338 (Barcode) */

    #sale-order-detail-barcode {
        position: relative;
        height: 202px;
    }

    #sale-order-detail-barcode,
    #sale-order-detail-barcode .uen-small-text {
        color: #383838;
    }

    #sale-order-detail-barcode .uen-small-text {
        padding-bottom: 27px;
        padding-top: 15px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    #sale-order-detail-barcode .sale-order-detail-barcode-code {
        transform: scale(1.75);
        margin: 0;
        position: absolute !important;
        bottom: 5px;
        left: 122px;
    }

    #sale-order-detail-barcode>div:nth-last-of-type(2) {
        color: #383838;
        margin: 0;
        margin-top: 8px;
        transform: scale(1.75);
        position: absolute !important;
        left: 77px;
    }

    #SDEK_pvz {
        top: 0 !important;
        position: fixed;
    }

    #SDEK_head {
        min-height: 44px;
    }

    #SDEK_head,
    #SDEK_cityPicker,
    #SDEK_map {
        width: 100%;
    }

    #basket-items-list-container,
    #basket-item-list {
        min-height: unset !important;
    }

    /* #61148 (Ask Question) */

    form[name="ASK"] .form-control.captcha-row,
    form[name="ASK"] .form-control>label {
        display: none;
    }

    form[name="ASK"] .form-control>label[for="ASK_QUESTION"] {
        display: block;
    }

    form[name="ASK"] .form-control>input,
    form[name="ASK"] .form-control>textarea {
        height: 48px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #B3B2B2;
        padding: 13px 12px;
        background: #fff;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
    }

    form[name="ASK"] .form-control>textarea {
        min-height: unset;
        max-height: 80px;
        height: 100%;
        padding: 8px 12px;
    }

    form[name="ASK"] .form_footer>.filter.licence_block {
        margin-top: -5px;
        padding-bottom: 16px;
        flex: 1 1 100%;
    }

    form[name="ASK"] .form_footer label[for="licenses_inline"] {
        margin: 0;
        padding-left: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
    }

    form[name="ASK"] .form_footer input[type="checkbox"]+label:not(.disabled):before,
    form[name="ASK"] .form_footer input[type="radio"]+label:before,
    form[name="ASK"] .form_footer input[type="checkbox"]+label:after {
        top: 1px;
    }

    form[name="ASK"] .form_footer {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    form[name="ASK"] .form_footer input[name="web_form_submit"],
    form[name="ASK"] .form_footer button[name="web_form_reset"] {
        flex: 0 0 calc(50% - 8px);
        margin: 0;
        height: 48px;
        width: 100%;
        border-radius: 8px;
        padding: 13px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }

    form[name="ASK"] .form_footer button[name="web_form_reset"] {
        color: #FF6D00;
        border: 1px solid #FF6D00;
        margin-left: 16px;
    }

    form[name="ASK"] .form-control.error,
    form[name="ASK"] .form-control.error:last-of-type {
        margin-bottom: 37px;
    }

    form[name="ASK"] .form-control>input:valid,
    form[name="ASK"] .form-control>textarea:valid {
        border: 1px solid #f2f2f2;
    }

    form[name="ASK"] .form-control>input:hover,
    form[name="ASK"] .form-control>input:focus,
    form[name="ASK"] .form-control>input:active,
    form[name="ASK"] .form-control>textarea:hover,
    form[name="ASK"] .form-control>textarea:focus,
    form[name="ASK"] .form-control>textarea:active {
        border: 1px solid #FF6D00;
        color: #383838;
    }

    form[name="ASK"] .form-control>textarea:not(:hover),
    form[name="ASK"] .form-control>textarea:not(:focus),
    form[name="ASK"] .form-control>textarea:not(:active) {
        padding-top: 8px !important;
    }

    form[name="ASK"] .form-control>textarea:hover,
    form[name="ASK"] .form-control>textarea:focus,
    form[name="ASK"] .form-control>textarea:active,
    form[name="ASK"] .form-control>textarea:valid {
        padding-top: 19.5px !important;
    }

    form[name="ASK"] .form-control>input:hover,
    form[name="ASK"] .form-control>input:focus,
    form[name="ASK"] .form-control>input:active {
        padding-top: 19.5px !important;
    }

    form[name="ASK"] .form-control>input:disabled,
    form[name="ASK"] .form-control>textarea:disabled {
        border: 1px solid #EEEEEE;
    }

    form[name="ASK"] .form-control.error>input,
    form[name="ASK"] .form-control.error>textarea {
        border: 1px solid #F31D1D
    }

    form[name="ASK"] .form-control>label:first-of-type {
        position: absolute;
        top: 6.5px !important;
        left: 12px;
        font-size: 11px;
        font-weight: 400;
        line-height: 11px;
        letter-spacing: 0em;
        text-align: left;
        color: #737373;
        display: none;
    }

    form[name="ASK"] .form-control.error>label.error {
        display: block !important;
        margin: 0;
        left: 0;
        top: 100%;
        margin-top: 5px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #F31D1D;
    }

    form[name="ASK"] .form-control>label[for="ASK_QUESTION"]:not(.error) {
        margin: 0;
        width: calc(100% - 2px);
        background: #fff;
        left: 1px !important;
        top: 1px !important;
        padding: 5.5px 11px 3px;
        border-radius: 5px;
        position: absolute;
        font-size: 11px;
        font-weight: 400;
        line-height: 11px;
        letter-spacing: 0em;
        text-align: left;
        display: none;
    }

    form[name="ASK"] .form-control>label[for="ASK_QUESTION"]:not(.error) .star {
        color: #737373;
    }


    input[type="checkbox"]+label:not(.disabled):hover:before {
        z-index: -1;
    }

    /* #61541 (My review) */


    #REPLIERZZtH .reviews-reply-field-upload {
        position: relative;
    }

    #REPLIERZZtH .reviews-reply-field-upload::before {
        content: url(/local/templates/electrograd/css/../images/svg/icons__for-my-review_stroke.svg);
        position: absolute;
        top: 0;
        left: 6px;
        max-width: 24px;
        max-height: 22px;
    }

    #REPLIERZZtH label[for="TOPIC_SUBSCRIBEZZtH"]::before,
    #REPLIERZZtH label[for="TOPIC_SUBSCRIBEZZtH"]::after {
        left: 4px;
        top: 5px;
        outline: 1px solid #EEEEEE;
        box-shadow: none;
    }

    #REPLIERZZtH label[for="TOPIC_SUBSCRIBEZZtH"]::after {
        outline: none;
    }

    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-file-link {
        background: none;
        padding: 0;
        color: #FF6D00;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
    }

    #REPLIERZZtH .reviews-reply-field-setting>label[for="TOPIC_SUBSCRIBEZZtH"] {
        margin: 0;
    }

    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-file-delete-text,
    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-file-delete-type {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        color: #383838;
        text-align: left;
        display: block;
    }

    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-file-delete-text {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100vw - 90px);
    }

    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-file-delete-type {
        position: absolute;
        right: 0;
        top: 0;
    }

    #REPLIERZZtH .reviews-reply-field-upload .reviews-upload-file-delete-icon {
        background: #fff;
        content: url(/local/templates/electrograd/css/../images/svg/icons__for-my-review_trash.svg);
        max-width: 24px;
        max-height: 24px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .catalog_detail .main_item_wrapper div.total_summ {
        margin: 0;
    }

    #popup-window-overlay-bx-custom-popup {
        opacity: 0.7 !important;
    }

    .catalog_detail.detail.element_1 {
        margin-top: 8px;
    }

    .payment-inner-wrap {
        margin-left: 0;
    }
    
    .digi-product__add-cart-button.to-cart {
        background-image: url(/local/templates/electrograd/css/../images/svg/cart.svg) !important;
        background-position: center center !important;
        background-size: 18px 18px !important;
        background-repeat: no-repeat !important;
    }

    /*.tab_slider_wrapp.specials.best_block .owl-nav {*/
    /*    top: 232px;*/
    /*    margin-top: 0;*/
    /*}*/
    .tab_slider_wrapp.specials.best_block .owl-nav {
        top: -40px;
        right: 0;
        left: auto;
        margin-top: 0;
    }

    a.scroll-to-top {
        right: 21px;
        bottom: 140px;
    }

        /* end */
}

/* #59544 (Footer) */
@media (max-width: 767px) {
    .footer__bottom-block {
        text-align: left;
    }

    #yandex-map-store {
        width: 100%;
    }

    /* Delivery */
    #bx-soa-order .bx-soa-section .bx-soa-section-content.container-fluid {
        padding: 0;
    }
}

/* #59539 (SEO text) */
@media (max-width: 639px) {

    h1,
    h2,
    h3,
    h4 {
        text-align: left;
    }
}

/* #62130 */

@media (min-width: 640px) and (max-width: 767px) {

    .catalog_detail .item_main_info .item_slider {
        padding: 0;
        width: 100%;
        float: none;
    }

    .catalog_detail .item_main_info .item_slider:not(.flex) .slides li {
        padding: 0;
        margin: 0;
        display: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: static;
        line-height: unset;
        z-index: 1;
    }

    .catalog_detail .item_main_info .item_slider:not(.flex) .slides li.current {
        display: block;
    }

    .catalog_detail .item_main_info .item_slider:not(.flex) .slides li img {
        position: static;
        height: 400px;
        background: lightgray;
    }

    .catalog_detail .item_main_info .item_slider .slides {
        margin: 0 auto;
    }

    .catalog_detail .item_main_info .item_slider .like_wrapper,
    .catalog_detail .item_main_info .item_slider .slides .zoom {
        display: none;
    }

    .catalog_detail .item_main_info .right_info {
        padding: 0;
        position: static;
    }

    .catalog_detail .item_main_info .swipeignore .stickers {
        margin: 0;
        margin-left: calc((100% - 400px) / 2);
        padding: 0;
        top: 0 !important;
        left: 0 !important;
    }
}

@media (max-width: 479px) {
    .header-mobile__link {
        font-size: 13px;
    }

    .wrapper_inner .stores_block_wrap .stores_block .stores_text_wrapp {
        font-size: 12px;
    }

    #footer .bottom-under .inner-wrapper>div {
        margin: 0;
        text-align: left;
    }

}
/* End */
/* /local/templates/electrograd/vendor/css/bootstrap.css?1645423052114216 */
/* /local/templates/electrograd/ajax/ajax.css?1637228497305 */
/* /local/templates/electrograd/components/bitrix/menu/top/style.css?16431009247871 */
/* /local/templates/electrograd/components/bitrix/system.pagenavigation/.default/style.css?16450160381215 */
/* /local/templates/electrograd/components/aspro/com.banners.next/top_slider_banners/style.css?17077123051418 */
/* /local/templates/electrograd/components/aspro/tabs.next/main/style.css?1731394788741 */
/* /local/templates/electrograd/components/bitrix/news.list/front_akc/style.css?1642660394785 */
/* /local/templates/electrograd/components/bitrix/menu/left_front_catalog/style.css?16430832122712 */
/* /local/templates/electrograd/components/bitrix/news.list/front_news/style.css?1642660394813 */
/* /local/templates/electrograd/components/bitrix/menu/bottom/style.css?1642660394312 */
/* /local/templates/electrograd/styles.css?17313947883602 */
/* /local/templates/electrograd/template_styles.css?1747383783157097 */
/* /local/templates/electrograd/css/jquery.fancybox.css?16372284974108 */
/* /local/templates/electrograd/vendor/fonts/font-awesome/css/font-awesome.min.css?164542305231000 */
/* /local/templates/electrograd/css/animation/animation_ext.css?16372284974934 */
/* /local/templates/electrograd/css/customFeatureNutnet.css?1747109356191857 */
