hr,
img {
  border: 0;
}

body {
  margin: 0;
}

.dropdown-menu,
.nav {
  list-style: none;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
footer,
header,
main,
nav,
section {
  display: block;
}

video {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
}

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

h1 {
  margin: 0.67em 0;
}

b {
  font-weight: 700;
}

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

code {
  font-size: 1em;
}

img {
  vertical-align: middle;
}

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

button {
  text-transform: none;
}

button,
html input[type="button"],
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-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 {
  img,
  tr {
    page-break-inside: avoid;
  }

  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  h2,
  p {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
}

.btn,
.btn-default.active,
.btn-default:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

body {
  background-color: #fff;
}

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
}

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

a {
  color: #ccc;
  text-decoration: none;
}

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

a:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  background-color: transparent;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

.dropdown {
  position: relative;
}

p {
  margin: 0 0 10px;
}

h1,
h2,
h5 {
  margin-bottom: 10px;
}

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

.h1,
.h2,
.h5,
h1,
h2,
h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h5 .small,
.h5 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h5 .small,
h5 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}

h1,
h2 {
  margin-top: 20px;
}

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

h5 {
  margin-top: 10px;
}

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

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

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

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

ul ul {
  margin-bottom: 0;
}

address,
dl {
  margin-bottom: 20px;
}

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

.clearfix:after,
.container:after,
.dropdown-menu > li > a,
.row:after {
  clear: both;
}

address {
  line-height: 1.428571429;
}

address {
  font-style: normal;
}

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

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

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

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

input[type="file"] {
  display: block;
}

.col-md-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-sm-4,
.col-sm-6,
.col-xs-12,
.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-6 {
  float: left;
}

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

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

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

  .col-sm-4,
  .col-sm-6 {
    float: left;
  }

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

  .col-sm-4 {
    width: 33.33333333333333%;
  }
}

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

  .col-md-3,
  .col-md-4,
  .col-md-6 {
    float: left;
  }

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

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

  .col-md-4 {
    width: 33.33333333333333%;
  }

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

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

table {
  max-width: 100%;
}

th {
  text-align: left;
}

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

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

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

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

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

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

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

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

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

fieldset {
  padding: 0;
  border: 0;
}

fieldset {
  margin: 0;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

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

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

.form-control,
output {
  font-size: 14px;
  line-height: 1.428571429;
  display: block;
  vertical-align: middle;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

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

output {
  padding-top: 7px;
  color: #555;
}

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

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

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

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

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  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 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

.checkbox,
.radio {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.checkbox label,
.radio label {
  display: inline;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  float: left;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  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: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
} */

.btn.active,
.btn:active,
.dropdown-toggle:focus,
.open > a {
  outline: 0;
}

.btn:focus,
.btn:hover {
  /* color: #333; */
  text-decoration: none;
}

.btn.active,
.btn:active {
  -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: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #ccc;
  border-color: #bfbfbf;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  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.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #ccc;
  border-color: #bfbfbf;
}

.btn-lg {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;

  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  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 > li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.428571429;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu > li > a {
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ccc;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #999;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
}

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

.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}

.nav:after {
  clear: both;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #ccc;
}

.nav > li > a > img {
  max-width: none;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.label {
  font-weight: 700;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  color: #fff;
  border-radius: 0.25em;
  background: #999;
}

.label[href]:focus,
.label[href]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.close {
  font-weight: 700;
}

.modal {
  right: 0;
  bottom: 0;
  left: 0;
}

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

.close {
  float: right;
}

.close {
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 1040;
}

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden,
.visible-xs,
td.visible-xs,
th.visible-xs,
tr.visible-xs {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

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

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

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.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;
  }

  td.visible-xs.visible-sm,
  th.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;
  }

  td.visible-xs.visible-md,
  th.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;
  }

  td.visible-xs.visible-lg,
  th.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
td.visible-sm,
th.visible-sm,
tr.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;
  }

  td.visible-sm.visible-xs,
  th.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;
  }

  td.visible-sm,
  th.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;
  }

  td.visible-sm.visible-md,
  th.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;
  }

  td.visible-sm.visible-lg,
  th.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

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

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  td.visible-md.visible-xs,
  th.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;
  }

  td.visible-md.visible-sm,
  th.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;
  }

  td.visible-md,
  th.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;
  }

  td.visible-md.visible-lg,
  th.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
td.visible-lg,
th.visible-lg,
tr.visible-lg {
  display: none !important;
}
.visible-md,
td.visible-md,
th.visible-md,
tr.visible-md {
  display: none !important;
}

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

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  td.visible-lg.visible-xs,
  th.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;
  }

  td.visible-lg.visible-sm,
  th.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;
  }

  td.visible-lg.visible-md,
  th.visible-lg.visible-md {
    display: table-cell !important;
  }
}

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

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

/* End */
/* Start:/assets/templates/aspro_next/css/jquery.fancybox.min.css?17159757453213*/
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */

/* End */
/* Start:/assets/templates/aspro_next/css/styles.min.css?1715975745108121*/

/* .flex-direction-nav li:before,
.menu li:before,
.section_item_inner ul li:before,
.tabs > li:before,
li.catalog_item:before {
  content: none !important;
  padding-right: 0;
} */

div[class^="bx-"] li:before,
ul[class^="bx-"] li:before {
  padding-right: inherit;
}

div[class^="bx-"] button,
div[class^="bx-"] input[type="button"],
div[class^="bx-"] input[type="submit"] {
  text-transform: inherit;
  font-family: inherit;
  border: inherit;
}

#content {
  position: relative;
  zoom: 1;
  z-index: 3;
}

#content.main {
  margin-bottom: 0;
}

.catalog_section_list .section_item li.name {
  padding-left: 0;
}

#footer .phone .icon i {
  background-position: 0 -24px;
}

#header .basket_fly {
  -webkit-transform: translateZ(0);
}

#header .basket_fly td {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  text-align: left;
}

ul.menu {
  text-align: justify;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  zoom: 1;
}

ul.menu li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  line-height: 20px;
}

ul.menu > li > a {
  position: relative;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.flexslider .slides > li:not(.visible) {
  display: none;
}

.flexslider .slides > li .img,
.flexslider .slides > li .text {
  width: 50%;
}

.flexslider .slides > li.image .img {
  width: 100%;
}

.flexslider .slides > li .img img {
  margin: 0 auto;
  max-height: 100%;
}

.flexslider .slides img {
  display: inline-block;
  border-radius: 0;
}

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

html[xmlns] .slides {
  display: block;
  list-style: none;
}

* html .slides {
  height: 1%;
}

.flexslider .slides {
  margin: 0;
  padding: 0;
}

.flexslider {
  margin: 0 0 9px;
  position: relative;
  zoom: 1;
  text-align: center;
  display: block;
}

.module-cart,
.module-cart tr {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flexslider .slides {
  zoom: 1;
}

.flex-direction-nav {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.flex-direction-nav * {
  outline: 0;
}

.flexslider li * {
  text-decoration: none;
}

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

a i.arrow {
  margin: 0 10px 0 0;
  position: relative;
  zoom: 1;
  bottom: -3px;
}

a i.arrow,
a i.arrow b {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: #ddd;
}

a i.arrow b {
  background: url(/assets/templates/aspro_next/css/../images/arrows.png) 0 0
    no-repeat;
}

a:hover i.arrow b {
  background-position: -36px 0;
}

.flex-direction-nav li {
  font-size: 0;
}

.flex-direction-nav li:first-child {
  margin-right: 6px;
}

img.shadow {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}

.search-page img.shadow {
  margin-bottom: 20px;
}

#footer .phone {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}

#footer .phone .icon {
  position: inherit;
  vertical-align: top;
}

ul.tabs,
ul.tabs li {
  display: inline-block;
}

ul.tabs {
  list-style: none;
}

ul.tabs li {
  font-size: 13px;
  margin: 5px 10px 0 0;
  padding: 0 25px 0 0;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

ul.tabs li span {
  font-size: 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 9px;
  line-height: 13px;
  display: inline-block;
}

ul.tabs li span span {
  border: 0;
  padding: 0;
}

a,
a span,
ul.tabs li span {
  -webkit-transition: color ease-out 70ms;
  -moz-transition: color ease-out 70ms;
  -o-transition: color ease-out 70ms;
  transition: color ease-out 70ms;
}

#header ul.menu.full.opened > li > a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.catalog_item .price {
  font-size: 18px;
  display: inline-block;
  white-space: nowrap;
}

.catalog_item .image,
.catalog_item .image a {
  display: block;
  vertical-align: middle;
  height: 165px;
  line-height: 165px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  zoom: 1;
}

.catalog_item .image a {
  padding: 3px;
}

.catalog_item .image img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.catalog_block .cost .price_name + .price {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}

body .breadcrumbs .dropdown {
  background: #fff;
  padding: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: left;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.12);
}

.breadcrumbs .dropdown > a {
  display: block;
  line-height: 14px;
  margin-top: 7px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.breadcrumbs .dropdown > a:first-child {
  margin-top: 0;
}

.catalog_section_list .section_item .image {
  width: 62px;
}

.catalog_section_list .section_item .image img {
  max-width: 120px;
  max-height: 120px;
}

.catalog_section_list .section_item .image {
  padding: 0 25px 10px 0;
  vertical-align: top;
}

.catalog_section_list .section_item td.section_info {
  vertical-align: top;
}

.catalog_section_list .section_item .image + ul {
  margin-left: 140px;
}

.catalog_section_list .section_item ul {
  overflow: hidden;
}

.catalog_item .image img,
.catalog_section_list .section_item_inner .image img,
.module-cart .thumb-cell img {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.flexslider .slides img {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.catalog_item:hover .image img,
.catalog_section_list .section_item_inner:hover .image img,
.module-cart tr:hover img {
  -webkit-filter: saturate(1.7);
}

.flexslider .slides li:hover img {
  -webkit-filter: saturate(1.2);
}

.module-cart {
  margin-top: 25px;
}

.module-cart table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.module-cart .colored td {
  text-align: center;
  position: relative;
}

.module-cart .colored td.delay-cell {
  white-space: nowrap;
}

.module-cart td.name-cell,
.module-cart td.name-th {
  text-align: left;
}

.module-cart td.name-th {
  padding-left: 10px;
}

.module-cart .cost-cell,
.module-cart .cost-cell *,
.module-cart .row_values .price,
.module-cart .summ-cell,
.module-cart .summ-cell * {
  font-size: 14px;
}

.module-cart .count-cell,
.module-cart .summ-cell {
  white-space: nowrap;
}

.module-cart table td {
  vertical-align: middle;
  padding: 10px;
}

.module-cart table td.thumb-cell {
  positon: relative;
  overflow: hidden;
}

.module-cart table td.remove-cell {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 55px;
}

.module-cart table td.thumb-cell {
  positon: relative;
}

.module-cart table td.thumb-cell a {
  display: inline-block;
  height: 100px;
  width: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.module-cart table td.thumb-cell img {
  max-width: 100%;
  max-height: 100%;
}

.module-cart table td.thumb-cell a img {
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.module-cart .name-cell,
.module-cart .name-cell a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.module-cart .colored tfoot td {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.module-cart .colored tfoot tr td:first-child {
  padding-left: 30px;
}

.module-cart .colored tfoot td.row_values,
.module-cart .colored tfoot td.row_values * {
  white-space: nowrap;
}

.module-cart .colored tfoot td.row_values {
  padding-right: 20px;
}

.module-cart .colored tfoot td.row_values.val {
  text-align: right;
}

.module-cart .colored tfoot td {
  vertical-align: top;
}

.module-cart .colored tfoot tr[data-id="total_buttons"] td {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.module-cart.fixed tbody {
  overflow: hidden;
}

.basket_fly .module-cart table.colored tbody td {
  border-bottom: 0;
}

.basket_fly .module-cart table.colored tbody tr:first-child td {
  border-top: 0;
}

.adaptive_filter {
  float: left;
  position: relative;
  zoom: 1;
  z-index: 100;
  padding-right: 3px;
  display: none;
}

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

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

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

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

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

.filter_opener:hover span {
  color: #fff;
}

.filter_opener i {
  background: url(/assets/templates/aspro_next/css/../images/svg/sort_icons.svg) -19px -62px
    no-repeat;
  width: 15px;
  height: 13px;
  margin: 0 7px 0 0;
}

.adaptive_filter .filter_opener:hover i,
.filter_opener.opened i,
.filter_opener.opened.active i,
.filter_opener.opened.active:hover i {
  background-position: -39px -62px !important;
}

.filter_opener.opened span {
  color: #fff;
}

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

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

.filter_opener.num > i {
  position: relative;
}

.filter_opener.num > i:before {
  zoom: 1;
  position: absolute;
  top: -12px;
  right: -4px;
  content: "\25CF";
  z-index: 9;
}

.filter_opener.num > i:after {
  content: " ";
  height: 10px;
  width: 10px;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
}

.adaptive_filter .filter_opener.num:hover i:after {
  content: "";
  border: none;
}

.catalog_block .catalog_item {
  text-align: center;
  background: #fff;
  -webkit-transition: box-shadow ease-out 0.2s;
  -moz-transition: box-shadow ease-out 0.2s;
  -o-transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: normal;
  padding: 20px 19px 26px 20px;
}

.catalog_block .catalog_item img {
  max-width: 100%;
  max-height: 100%;
}

.catalog_item {
  position: relative;
}

.count-cell .module-cart table td.remove-cell {
  min-height: 100px;
  vertical-align: middle;
}

.inline.close i {
  background: url(/assets/templates/aspro_next/css/../images/svg/close_icons.svg) -1px -59px
    no-repeat;
}

.filter.label_block input[type="checkbox"] + label:after,
.filter.label_block input[type="checkbox"] + label:before {
  top: 3px;
}

.muted svg path {
  fill: #999;
}

.search-page form {
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 20px 17px;
}

.search-page form input[type="text"] {
  height: 30px;
  position: relative;
  zoom: 1;
  bottom: -1px;
}

.flex-direction-nav li,
.flex-direction-nav li:first-child,
.flex-direction-nav li:hover {
  border-bottom-width: 0 !important;
}

.flex-direction-nav li,
.flex-direction-nav li a,
.flex-direction-nav li span {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
}

.flex-direction-nav li {
  border-bottom-width: 0;
}

.flex-direction-nav li:first-child {
  margin-right: 5px;
}

.flex-direction-nav li a,
.flex-direction-nav li span {
  background: url(/assets/templates/aspro_next/css/../images/arrows.png) 0 0
    no-repeat;
}

.flex-direction-nav li:not(.disabled) span {
  cursor: pointer;
}

.flex-direction-nav li .flex-prev {
  background-position: 10px -50px;
}

body .dark .flex-direction-nav li .flex-prev,
body .flex-direction-nav li:hover .flex-prev {
  background-position: 10px -26px;
}

body .flex-direction-nav li .flex-next {
  background-position: -27px -50px;
}

.dark .flex-direction-nav li .flex-next,
.flex-direction-nav li:hover .flex-next {
  background-position: -27px -26px;
}

.border .flex-direction-nav {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.border .flex-direction-nav li {
  border: 1px solid #e5e5e5 !important;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

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

.border .flex-direction-nav li:first-child {
  border-radius: 2px 0 0 2px;
}

.border .flex-direction-nav li:last-child {
  border-radius: 0 2px 2px 0;
}

.border.custom_flex .flex-direction-nav li:hover,
.border.custom_flex .flex-direction-nav li:hover a {
  background-color: #f6f6f7 !important;
  overflow: hidden;
}

.border.custom_flex .flex-direction-nav li a {
  background-position: 5px -18px;
}

.border.custom_flex .flex-direction-nav li:hover a {
  background-position: 5px 6px;
}

.border.custom_flex .flex-direction-nav li.flex-nav-next a {
  background-position: -70px -18px;
}

.border.custom_flex .flex-direction-nav li.flex-nav-next:hover a {
  background-position: -69px 6px;
}

.border.custom_flex .flex-direction-nav li.flex-nav-next {
  border-left-width: 0 !important;
}

.absolute .flex-direction-nav > li {
  position: absolute;
  top: 1px;
}

.absolute .flex-direction-nav li.flex-nav-prev {
  left: -30px;
}

.absolute .flex-direction-nav li.flex-nav-next {
  right: -30px;
}

.votes_block_review.nstar {
  margin: 0 -2px 0;
  font-size: 0;
}

.votes_block_review.nstar > div {
  display: inline-block;
  vertical-align: middle;
}

.votes_block_review.nstar .ratings {
  white-space: nowrap;
}

.votes_block_review.nstar .ratings .inner_rating {
  height: 20px;
}

.votes_block_review.nstar .ratings .item-rating {
  display: inline-block;
  padding: 0 0 0 3px;
}

.votes_block_review.nstar .ratings .inner_rating > span {
  font-size: 11px;
  vertical-align: middle;
  margin-left: 5px;
}

.votes_block_review.nstar .ratings .item-rating:not(.filled) .svg svg path {
  fill: #d3d3d3;
}

.votes_block_review.nstar .ratings .item-rating.filled .svg svg path {
  fill: #fc9c00;
}

.votes_block_review.nstar.big .ratings .item-rating svg {
  width: 21px;
  height: 20px;
}

.votes_block_review.nstar .ratings .item-rating .svg {
  min-width: unset;
  min-height: unset;
}

.btn.btn-lg.wides {
  padding-left: 20px;
  padding-right: 20px;
}

.review-detail .reviews.item-views .close svg {
  display: none;
}

.review-detail .reviews.item-views .item {
  padding: 0;
  margin: 0;
}

.review-detail .reviews.item-views .item .image {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.review-detail .reviews.item-views .item .top_wrapper {
  padding: 0;
}

.review-detail .reviews.item-views .item .top_wrapper .top-info {
  padding-top: 6px;
  padding-left: 79px !important;
}

.review-detail .reviews.item-views .item .top_wrapper .top-info .wrap {
  padding-bottom: 0;
  font-size: 13px;
}

.review-detail .reviews.item-views .item .top_wrapper .title {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 2px;
}

.review-detail .reviews.item-views .item .header-block {
  padding: 40px 40px 10px 60px;
}

.review-detail .reviews.item-views .item .bottom-block {
  padding: 8px 40px 50px 60px;
}

.review-detail .reviews.item-views .item .bottom-block .preview-text {
  line-height: 22px;
  font-size: 15px;
}

.review-detail .reviews.item-views .votes_block.nstar {
  margin: 0 0 18px 2px;
  height: 25px;
}

.review-detail .reviews.item-views .votes_block.nstar {
  position: relative;
}

.review-detail .reviews.item-views .votes_block.nstar svg {
  width: auto;
  height: 16px;
}

.review-detail .reviews.item-views .votes_block.nstar:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 116px;
  top: 11px;
  right: 0;
  background: #ececec;
}

.review-detail .reviews.item-views .votes_block.nstar .ratings .item-rating {
  padding: 0 4px 0 0;
}

.review-detail .reviews.item-views .close-block {
  margin-top: 35px;
}

.review-detail .rounded {
  border-radius: 100%;
}

@media (max-width: 500px) {
  .review-detail .reviews.item-views .item .header-block {
    padding: 30px 30px 10px 30px;
  }

  .review-detail .reviews.item-views .item .bottom-block {
    padding: 10px 30px 30px 30px;
  }
}

.catalog_block.row.flexbox > .item.item_block {
  height: auto;
}

.catalog_block .catalog_item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.scrollbar {
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive {
  background: #999;
  border: 2px solid #fff;
}

/* End */
/* Start:/assets/templates/aspro_next/css/animation/animation_ext.css?17159757454934*/

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-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: 0.55;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.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:/assets/templates/aspro_next/vendor/css/footable.standalone.min.css?171597574519590*/

@-webkit-keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* End */
/* Start:/assets/templates/aspro_next/css/h1-bold.min.css?171597574534*/
.option-font-bold {
  font-weight: 700;
}

/* End */
/* Start:/assets/templates/aspro_next/css/blocks/blocks.min.css?17159757451641*/

/* End */
/* Start:/assets/templates/aspro_next/css/blocks/flexbox.min.css?1715975745645*/
.flexbox {
  display: flex;
  flex-direction: column;
}

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

.flexbox--row {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

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

/* End */
/* Start:/assets/templates/aspro_next/ajax/ajax.min.css?1715975745247*/

/* End */
/* Start:/assets/templates/aspro_next/css/jquery.mCustomScrollbar.min.css?171597574542839*/

/* End */
/* Start:/assets/templates/aspro_next/css/phones.min.css?17159757455167*/
.phone-block__item-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
}

.phone-block__item-link {
  width: 100%;
}

.phone-block__item-link.no-decript {
  line-height: 31px;
}

.dropdown .phone-block__item-link:hover {
  background-color: #f9f9fa;
}

.top-block .phone-block__item-link {
  padding: 11px 11px 10px 22px;
}

.header-wrapper .dropdown .phone-block__item-link {
  padding: 11px 11px 11px 18px;
}

footer .phone {
  line-height: 18px;
}

footer .phone > .phone-block__item-link {
  padding: 0;
}

footer .phone-block__item-link {
  color: #fff;
  font-weight: 700;
  padding: 10px 21px 10px 22px;
}

footer .phone .dropdown {
  left: -18px;
}

.phone-block--mobile {
  display: none;
  /* height: calc(100dvh - 63px); */
  left: 0;
  position: sticky;
  top: 63px;
  right: 0;
  z-index: 3000;
}

.phone-block--mobile .wrap {
  background: #fff;
  max-height: 100%;
  overflow-y: auto;
}

@media screen and (min-width: 600px) {
  .phone-block--mobile .phone-block__item-inner {
    max-width: 260px;
  }
}

.phone-block__item-button {
  background: unset;
  border: unset;
  box-shadow: unset;
  width: 100%;
}

.phone-block--mobile .svg-inline-phone,
.phone-block__item .svg-inline-close {
  cursor: pointer;
}

.phone-block--mobile .phone-block__item-text {
  font-weight: 700;
  font-size: 1.071em;
}

.phone-block--mobile .phone-block__item-inner {
  padding: 15px 18px 12px;
}

.phone-block--mobile .phone-block__item-inner--no-description {
  padding: 21px 18px 22px;
}

.phone-block--mobile .callback {
  font-weight: 400;
}

.phone-block--mobile .phone-block__item {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  line-height: 1.2em;
}

.phone-block--mobile .phone-block__item.title {
  background: #fbfbfb;
}

.phone-block--mobile .phone-block__item.title .svg-inline-close {
  right: 9px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin: -8px 0 0 -8px;
}

/* End */
/* Start:/bitrix/components/innova/slider/lib/tiny-slider.css?17194864982005*/
/* End */
/* Start:/assets/templates/aspro_next/components/innova/slider/template_big/style.css?17194878464703*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=cyrillic);

/* End */
/* Start:/assets/templates/aspro_next/components/innova/slider/template_mobile/style.css?17194884744892*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=cyrillic");

/* End */
/* Start:/assets/templates/aspro_next/components/aspro/tabs.next/main/style.min.css?1715975745319*/

/* End */
/* Start:/assets/templates/aspro_next/components/bitrix/news.list/front_reviews/style.min.css?17159757458262*/
.reviews.item-views .item .preview-text p {
  margin-top: 0;
}

.reviews.item-views .item .link-block-more {
  margin: 30px 0 0;
}

.reviews.item-views.compact .item-wrapper {
  margin: 2px 0 0;
}

.reviews.item-views.compact .item {
  padding: 30px 40px 40px 70px;
  position: relative;
  text-align: left;
  border: 1px solid #f0f0f0;
  margin-bottom: 0;
}

.reviews.item-views.compact .item:not(.wlogo) .image {
  width: 50px;
  height: 50px;
  line-height: 46px;
  float: left;
}

.reviews.item-views.compact .votes_block.nstar.big .ratings .item-rating svg {
  width: auto;
  height: 17px;
}

.reviews.item-views.compact .item .top_wrapper .top-info .wrap {
  padding-bottom: 0;
  color: #9a9a9a;
}

.reviews.item-views.compact .item .link-block-more {
  margin-top: 24px;
}

.reviews.item-views .item .top_wrapper .top-info > .wrap > div {
  font-size: 12px;
}

.reviews.item-views .item .top_wrapper .title {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
}

.reviews.item-views .item .body-info {
  padding: 0;
  font-size: 15px;
}

.reviews.item-views .flexslider .item .body-info {
  font-size: 14px;
  position: relative;
}

.reviews.item-views .item .body-info .row.flexbox {
  margin: 0 -16px;
}

.reviews.item-views .item .body-info .row.flexbox > div {
  padding: 0 16px;
  box-sizing: border-box;
}

.reviews .bordered {
  border: 1px solid #f0f0f0;
}

.reviews .rounded {
  border-radius: 100%;
}

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

.item-views.reviews .pull-left {
  float: left;
}

.reviews.item-views:not(.list-mode) {
  clear: both;
}

.reviews.item-views .flexslider .flex-direction-nav {
  position: absolute;
  top: -56px;
  right: 1px;
}

.reviews.item-views .flexslider {
  margin: 0;
  padding: 0 0 50px;
}

.reviews.item-views .flexslider .items {
  display: flex;
}

.reviews.item-views .flexslider .item {
  background-color: #fff;
}

.reviews.item-views .flexslider .item-wrapper {
  margin: 0 20px 0 0;
}

.reviews.item-views .flexslider .top_wrapper img {
  border-radius: 100%;
}

.reviews.item-views .flexslider .item .top_wrapper .top-info .wrap {
  font-size: 12px;
}

.reviews.item-views .flexslider .item .top_wrapper .title {
  font-size: 15px;
}

.reviews.item-views .flexslider .item .body-info:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 4px;
  width: 20px;
  height: 16px;
  background: url(/assets/templates/aspro_next/components/bitrix/news.list/front_reviews/../../../../images/svg/quotes.svg);
}

.reviews.item-views.compact
  .flexslider
  .item:not(.wlogo)
  .image.pull-left
  + .top-info {
  padding-left: 68px;
  padding-top: 2px;
}

.reviews.item-views.compact
  .flexslider
  .item:not(.wlogo)
  .image.pull-right
  + .top-info {
  padding-right: 68px;
  padding-top: 2px;
}

@media (min-width: 768px) {
  .reviews.item-views .item .body-info .votes_block {
    display: none;
  }

  .reviews.item-views.compact .item .body-info {
    margin-top: 24px;
  }

  .reviews.item-views.compact .item .top-info {
    padding-right: 80px;
  }

  .reviews.item-views.compact .flexslider .item .body-info {
    margin-top: 20px;
  }

  .reviews.item-views.compact .flexslider .votes_block.nstar {
    position: absolute;
    right: 43px;
    top: 44px;
  }
}

@media (max-width: 767px) {
  .reviews.item-views .item .top-info .votes_block.nstar {
    display: none;
  }

  .reviews.item-views .item .body-info .votes_block {
    display: block;
    margin: -10px 0 10px;
  }

  .reviews.item-views .flexslider .item .body-info .votes_block {
    top: -46px;
    right: -2px;
  }

  .reviews.item-views .item .body-info {
    margin-top: 10px;
  }
}

@media (min-width: 500px) {
  .reviews.item-views.compact .votes_block.nstar {
    position: absolute;
    right: 44px;
    top: 34px;
  }

  .reviews.item-views .item .image.pull-left + .top-info {
    padding-left: 111px;
  }

  .reviews.item-views .item:not(.wlogo) .image.pull-left + .top-info {
    padding-left: 100px;
  }

  .reviews.item-views .item .image.pull-right + .top-info {
    padding-right: 111px;
  }

  .reviews.item-views .item:not(.wlogo) .image.pull-right + .top-info {
    padding-right: 100px;
  }
}

@media (max-width: 500px) {
  .reviews.item-views .item .body-info .votes_block {
    margin: 0 0 3px;
  }

  .reviews.item-views.compact .flexslider .item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .reviews.item-views.compact .flexslider .item .body-info:before {
    display: none;
  }

  .reviews.item-views .item .body-info {
    float: none;
  }
}

/* End */
/* Start:/bitrix/components/aspro/wrapper.block.next/templates/.default/style.min.css?17159757442490*/
.wrapper_block.title_left + .contacts_map_list {
  padding-left: 311px;
}

.with_title .block_container {
  position: absolute;
  z-index: 1;
  background: #fff;
  display: block;
  border-right-width: 0;
  box-shadow: 12px 0 12px -12px rgba(0, 0, 0, 0.2);
}

.wrapper_block.title_left .block_container {
  left: 0;
  width: 312px;
  height: 500px;
}

.with_title .block_container .items {
  overflow: auto;
  height: 100%;
}

.with_title .block_container .items .item {
  padding: 21px 29px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}

.with_title .block_container .items .item:hover {
  background: #fafafa;
  cursor: pointer;
}

.bordered {
  border: 1px solid #eee;
}

.front_page .content_wrapper_block.front_map .top_block {
  padding-top: 38px;
}

.front_page .content_wrapper_block.front_map {
  border-top: 1px solid #f2f2f2;
}

@media (max-width: 767px) {
  body .map_type_2 .with_title .block_container {
    box-shadow: none;
    border-right-width: 1px;
  }
}

@media screen and (max-width: 767px),
  projection and (max-width: 767px),
  tv and (max-width: 767px),
  handheld and (max-width: 767px) {
  .with_title .block_container .items,
  body .wrapper_block.with_title .block_container {
    height: auto;
    max-height: 300px;
  }

  body .wrapper_block.with_title .block_container {
    position: static;
    width: 100%;
  }

  .wrapper_block.with_title + .contacts_map_list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 550px) {
  .map_type_2 .with_title .block_container .items {
    max-height: 250px;
  }
}

/* End */
/* Start:/bitrix/components/aspro/marketing.popup.next/templates/.default/style.min.css?17159757445432*/

/* End */
/* Start:/assets/templates/aspro_next/styles.css?171597574614101*/
body {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #555;
}

button,
input[type="submit"],
input[type="button"] {
  text-transform: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}

h1 {
  color: #383838;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  padding-bottom: 25px;
}

h2,
h5 {
  color: #383838;
  line-height: 20px;
  font-weight: bold;
  margin: 30px 0 26px;
}

h2 {
  font-size: 24px;
  margin: 0 0 24px;
}

h5 {
  font-size: 14px;
}

h1 {
  font-size: 2.133em;
  line-height: 30px;
  margin: 0 0 18px;
  font-weight: bold;
}

h2 {
  font-size: 1.866em;
  line-height: 28px;
  margin: 0 0 26px 0;
}

h5 {
  font-size: 1.2em;
  line-height: 22px;
  margin: 40px 0 26px;
}

img {
  border: 0;
}

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

p {
  margin: 0px 0px 20px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

ul li {
  position: relative;
}

/* ul li:before {
  position: absolute;
  left: 0px;
} */

/* ul li:before {
  content: "\25CF";
  color: #383838;
} */

li {
  list-style-type: none;
}

table.table td {
  padding: 10px;
}

.introtext {
  padding: 0px 0px 20px;
  font-size: 1.2em;
  color: #222222;
  border-bottom: 2px solid #de002b;
  line-height: 1.6em;
  margin-bottom: 40px;
  position: relative;
}

/* i.fa.big-icon /info/more/icons/ */

/* .icon-text /info/more/icons/ */

/* BUTTONS */
.btn {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  margin: 0px;
  border: 1px solid;
  border-radius: 2px;
  padding: 7px 16px 9px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.btn.bold {
  font-weight: bold;
}

.btn > * {
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn-lg {
  padding: 10px 25px 10px;
  font-weight: bold;
}

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

.btn[disabled],
.btn.disabled {
  background: none !important;
  border: 1px solid #bbbbbb !important;
  color: #bbbbbb !important;
}

.btn[disabled] > *,
.btn.disabled > * {
  background: none !important;
  border: none !important;
  color: #bbbbbb !important;
}

.btn-lg[disabled],
.btn-lg.disabled {
  border-width: 2px;
}

.btn.white.grey {
  color: #888888 !important;
  border: 1px solid #aaaaaa;
  background: #ffffff;
}

.btn.btn-default:focus:active {
  color: #fff;
}

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

.btn.btn-default:active:hover {
  color: #fff;
}

.font_xs {
  font-size: 0.867em;
  line-height: 1.692em;
}

/* End */
/* Start:/assets/templates/aspro_next/template_styles.min.css?1719310706581272*/
* {
  margin: 0;
  padding: 0;
}

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

body {
  height: 100vh;
  position: static;
}

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

.right_block ul {
  margin: 0 0 27px;
}
/* 
.right_block ol li:before,.right_block ul li:before {
    padding: 0;
    margin-left: 0;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    zoom:1;position: absolute;
    top: 0;
    left: 0
} */

.right_block ul li {
  margin: 0 0 4px;
  /* padding-left: 20px; */
  position: relative;
}

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

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

.text_before_items,
.text_before_items p {
  color: #555;
}

.text_before_items hr {
  margin: 31px 0 38px;
}

a:hover {
  text-decoration: none !important;
}

a:focus {
  color: #222;
}

.close {
  text-shadow: none;
}

.btn.close,
.close:focus,
.close:hover {
  opacity: 1;
}

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

.front.wide_page hr {
  margin: 0 auto;
}

.scrollbar {
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

.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, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover_shine .shine:hover:before {
  -webkit-animation: shine 0.5s;
  animation: shine 0.5s;
  opacity: 1;
}

/* .colored:hover,.dark-color:not(.active) {
    color: #222
} */

.slides li:before,
body .nav li:before {
  display: none;
}

body .nav li {
  padding: 0;
  margin: 0;
}

.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 i {
  position: absolute;
  width: 44px;
  font-size: 20px;
  font-weight: 700;
  left: 0;
  top: 9px;
  text-align: center;
}

.url-block span {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 20px 9px 64px;
}

.url-block:hover {
  background: #f5f5f5;
}

.url-block:hover:before {
  background: #fff;
}

.url-block:hover {
  color: #222;
}

/* .wrapper,
.wrapper1 > div,
.wrapper_inner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  zoom: 1;
  z-index: 2;
} */

.wrapper1 .header_wrap {
  z-index: 4;
}

.maxwidth-theme,
.wrapper_inner {
  padding: 0 30px;
  margin: 0 auto;
  background: #fff;
  float: none;
}

/* .maxwidth-theme:after,.maxwidth-theme:before {
    content: "";
    display: block;
    clear: both
} */

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

.wrapper_inner.wides {
  max-width: 1172px;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.left_block {
  width: 234px;
  float: left;
  position: relative;
  zoom: 1;
  z-index: 390;
  padding-top: 0;
}

.right_block > .middle > .maxwidth-theme {
  padding: 0;
}

form label {
  font-weight: 400;
}

#content .right_block.catalog .catalog_block {
  margin-top: 20px;
}

#content .right_block.catalog .catalog_section_list {
  margin-left: 11px;
}

.clearfix {
  clear: both;
}

hr {
  padding: 0;
  margin: 20px 0;
  height: 1px;
}

hr.white {
  background: #fff;
}

hr.grey {
  background: #f2f2f2;
}

.wrapper_block {
  position: relative;
  clear: both;
}

.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 svg {
  display: block;
}

.svg-phone {
  margin: 0 9px 0 0;
  min-width: 9px;
  min-height: 12px;
  background-image: url(/assets/templates/aspro_next/images/svg/Phone_black.svg);
}

.svg-basket {
  background-color: transparent;
  background-image: url(/assets/templates/aspro_next/images/svg/Basket_black.svg);
}

.svg-basket.white {
  min-width: 18px;
  min-height: 17px;
  background: 0 0;
  background-image: url(/assets/templates/aspro_next/images/svg/Basket_white.svg);
}

.svg-compare.white {
  min-width: 17px;
  min-height: 17px;
  background: 0 0;
  background-image: url(/assets/templates/aspro_next/images/svg/Comparison_white.svg);
}

.svg-wish.white {
  min-width: 18px;
  min-height: 16px;
  background: 0 0;
  background-image: url(/assets/templates/aspro_next/images/svg/Wishlist_white.svg);
}

.svg-compare {
  background-color: transparent;
  background-image: url(/assets/templates/aspro_next/images/svg/Comparison_black.svg);
}

.svg-wish {
  background-color: transparent;
  background-image: url(/assets/templates/aspro_next/images/svg/Wishlist_black.svg);
}

.svg-arrow-right {
  background-image: url(/assets/templates/aspro_next/images/svg/Arrow_right.svg);
}

.svg-arrow-right.white {
  background-image: url(/assets/templates/aspro_next/images/svg/Arrow_right_white.svg);
}

.svg_triangle_right {
  background-image: url(/assets/templates/aspro_next/images/svg/Triangle_right.svg);
}

a:hover .svg.svg-basket:not(.lg),
a:hover .svg.svg-compare:not(.lg),
a:hover .svg.svg-wish:not(.lg) {
  background-color: transparent;
}

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

.svg-close.white {
  background: 0 0;
  background-image: url(/assets/templates/aspro_next/images/svg/Close_white.svg);
}

.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.bold {
  font-weight: 700;
}

.clear {
  width: 100%;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

.top_block {
  margin: 0 0 24px;
  /* padding: 42px 0 0 */
}

.top_block a {
  text-decoration: none;
}

#header {
  margin: -1px 0 7px;
  padding: 16px 0 18px;
  z-index: 100;
  right: 0;
  left: 0;
}

.header_wrap #header {
  padding: 0 !important;
  margin: -1px 0 0 !important;
}

.basket_fly .header_wrap #header > .wrapper_inner {
  z-index: 9;
}

.middle:not(.menu) {
  position: relative;
  float: left;
  width: 100%;
}

#content > .middle,
.wide_page .middle {
  float: none;
}

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

body .wrapper_inner.wide_page > .middle > .container > div.maxwidth-theme {
  padding-bottom: 50px;
}

.middle:after {
  content: "";
  clear: both;
  display: table;
}

#footer {
  position: relative;
  zoom: 1;
  z-index: 3;
  clear: both;
}

.sidebar {
  margin-bottom: 57px;
}

.flexslider .wrapper_inner {
  background: 0 0;
}

input::-moz-input-placeholder,
input::-ms-input-placeholder,
input::-o-input-placeholder,
input::-webkit-input-placeholder {
  color: #6a6a6a;
}

input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

input[type="email"],
input[type="tel"],
input[type="text"],
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;
}

textarea {
  resize: none;
  min-height: 90px;
}

input:not(.btn) {
  line-height: 20px;
}

input.big {
  padding: 10px 13px 9px;
}

input.grey {
  background: #eee;
}

input.error,
textarea.error {
  border-color: #e62222;
  background: #ffefef;
}

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

.form-control {
  position: relative;
  margin-bottom: 19px;
}

.form-control label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 400;
}

div.form-control {
  border: none;
  background: 0 0;
  box-shadow: none;
  padding: 0;
  height: auto;
}

.form {
  position: relative;
}

.form .form_body {
  margin: 0 0 9px;
  position: relative;
}

.form .form_footer {
  margin: 0 0 23px 0;
  display: inline-block;
}

.form .form_footer .button + .button {
  margin-left: 13px;
}

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

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

.h label.error {
  display: none !important;
}

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

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

.basket_sort ul.tabs li span,
b {
  color: #383838;
}

.basket_wrapp table tbody td,
.filter label span,
.module-cart .row_values .price,
.module-cart table tr td.count-cell,
.module-cart tfoot td .item_title {
  color: #333;
}

.basket_fly .basket_title,
.basket_wrapp .wraps_icon_block .count .text,
.basket_wrapp .wraps_icon_block .count a,
.cost.prices .price,
.link:hover,
.module-cart .name-cell a:hover,
.section_item_inner .section_info ul li a:hover,
a:hover,
li.item:hover a {
  color: #1d2029;
}

a.dark_link {
  color: #1d2029 !important;
}

.module-cart .remove-cell a:hover {
  background-color: #ddd;
}

.cost.prices .price_name,
.count-cell div.error,
.form-control label,
.module-cart thead tr {
  color: #888;
}

.module-cart .colored tfoot td.row_values,
.module-cart .summ-cell,
.module-cart .summ-cell *,
ul.tabs li span,
ul.tabs li:active span {
  color: #1d2029;
}

#header .basket_fly .opener .count,
table.colored td.name {
  color: #212121;
}

#header ul.menu.full.opened > li:not(.current):hover a {
  color: #fff;
}

.module-cart [data-id="total_buttons"] .description {
  color: #777;
}

.muted {
  color: #999;
}

.basket_fly .module-cart table.colored tbody td,
form.basket_wrapp {
  border-top: 1px solid #f2f2f2;
}

table.colored td {
  border-bottom: 1px solid #f2f2f2;
}

.module-cart .colored tbody,
.module-cart .colored tfoot {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.search-page form {
  background: #fafafa;
}

.adaptive_filter,
body {
  background: #fff;
}

body {
  background: #fff;
}

#footer .phone .icon {
  background: #fff;
}

.header-cart .basket_fly {
  background: #fff;
  box-shadow: rgba(44, 44, 44, 0.4) 0 6px 18px;
  -moz-box-shadow: rgba(44, 44, 44, 0.4) 0 6px 18px;
  -webkit-box-shadow: rgba(44, 44, 44, 0.4) 0 6px 18px;
  min-height: 283px;
}

.breadcrumbs .dropdown {
  background: #f5f5f6;
  box-shadow: 0 1px 5px #fafafa;
  -moz-box-shadow: 0 1px 5px #fafafa;
  -o-box-shadow: 0 1px 5px #fafafa;
  -webkit-box-shadow: 0 1px 5px #fafafa;
}

input.error,
textarea.error {
  border-color: #cb0000;
}

.jqmOverlay {
  background: rgba(0, 0, 0, 0.4);
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}

.jqmOverlay {
  background: #3a3f44;
  opacity: 0.7 !important;
  height:100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 63px;
  z-index: 2999;
}

.jqmOverlay.mobp {
  z-index: 994;
}

.count-cell div.error,
.module-cart {
  background: #fff;
  margin: 0 0 20px;
}

.basket_fly .basket_wrapp .module-cart {
  margin: 0;
}

.basket_fly .basket_wrapp .module-cart .goods {
  border: none;
}

.flexslider .target {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}

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

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

.top-block .menu > li > a {
  color: #777;
}

.top-block {
  position: relative;
  background: 0 0;
  z-index: 13;
  border-bottom: 1px solid #f6f6f6;
}

.top-block > .maxwidth-theme {
  padding-top: 13px;
  padding-bottom: 13px;
}

.top-block.colored,
.top-block.colored * {
  color: #fff;
}

.top-block.colored a,
.top-block.colored a:active,
.top-block.colored a:focus,
.top-block.colored a:hover {
  color: #fff;
}

.top-block .muted {
  opacity: 0.8;
}

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

.top-block > .row {
  margin: 0;
}

.search-button-div .close-block {
  position: relative;
  min-width: 57px;
  cursor: pointer;
}

.top-block .social-icons li {
  margin: 0;
}

.top-block .social-icons li a {
  position: relative;
  margin: 0;
  padding: 0 12px;
  height: 20px;
  width: 45px;
  background: 0 0;
  border-radius: 0;
}

.top-block .social-icons li a:hover {
  filter: none;
  opacity: 1;
}

.top-block .social-icons li a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
}

.top-block .social-icons li.vk a:before {
  background: #909090
    url(/assets/templates/aspro_next/images/svg/social/Vk_mask.svg) 0 0
    no-repeat;
}

.top-block .social-icons li.twitter a:before {
  background: #909090
    url(/assets/templates/aspro_next/images/svg/social/Twitter_mask.svg) 0 0
    no-repeat;
}

.top-block .social-icons li.mail a:before {
  background: #909090
    url(/assets/templates/aspro_next/images/svg/social/Mailru_mask.svg) 0 0
    no-repeat;
}

.top-block .social-icons li.telegram a:before {
  background: #909090
    url(/assets/templates/aspro_next/images/svg/social/Telegram_mask.svg) 0 0
    no-repeat;
}

.top-block .social-icons li.viber a:before {
  background: #909090
    url(/assets/templates/aspro_next/images/svg/social/Viber_mask.svg) 0 0
    no-repeat;
}

.top-block .social-icons {
  max-width: 375px;
}

.logo svg {
  vertical-align: middle;
}

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

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

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

ul.menu li a i {
  display: inline-block;
  height: 5px;
  width: 8px;
  background: url(/assets/templates/aspro_next/images/arrows.png) 0 0 no-repeat;
  zoom: 1;
  position: absolute;
  top: 7px;
}

ul.menu li.more a i {
  position: static;
  margin: 0 0 2px 11px;
}

.icons_fa:after,
li.has-child:before {
  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;
}

.menu_top_block.catalog_block {
  margin: 0 0 30px;
}

.menu_top_block {
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

header .menu_top_block {
  border-radius: 4px;
  z-index: 101;
}

.menu_top_block * {
  box-sizing: border-box;
}

header .menu_top_block > li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.menu_top_block li {
  margin: 0;
  padding: 0;
  position: relative;
  white-space: normal;
}

.menu_top_block.catalog_block .dropdown > li.full > a,
.menu_top_block > li > a {
  position: relative;
  display: block;
  padding: 12px 22px 13px;
  color: #fff;
  white-space: normal;
}

.menu_top_block.catalog_block .dropdown > li.full > a {
  color: #333;
}

.menu_top_block li .dropdown {
  position: absolute;
  width: 220px;
  margin: 0;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 1;
  visibility: visible;
}

header .menu_top_block li.catalog > .dropdown {
  box-shadow: none;
}

body .menu_top_block.catalog_block .dropdown > li.full > a,
header .menu_top_block li.catalog > .dropdown > li > a {
  border: 1px solid #f2f2f2;
  border-bottom-width: 0;
  background: #f8f8f9;
  position: relative;
}

body .menu_top_block.catalog_block .dropdown > li:last-child > a,
header .menu_top_block li.catalog > .dropdown > li:last-child > a {
  border-bottom-width: 1px;
}

.menu_top_block.catalog_block .dropdown > li.full:hover > a,
header .menu_top_block li.catalog > .dropdown > li.current > a,
header .menu_top_block li.catalog > .dropdown > li:hover > a {
  background: #fff;
}

.menu_top_block.catalog_block .dropdown > li.full.current:hover > a:after,
.menu_top_block.catalog_block .dropdown > li.full.current > a,
.menu_top_block.catalog_block .dropdown > li.full.current > a:after,
header .menu_top_block li.catalog > .dropdown > li.current:hover > a,
header .menu_top_block li.catalog > .dropdown > li.current:hover > a:after,
header .menu_top_block li.catalog > .dropdown > li.current > a,
header .menu_top_block li.catalog > .dropdown > li.current > a:after {
  color: #fff !important;
}

.menu_top_block.catalog_block .dropdown > li.full:hover > a:before,
header .menu_top_block li.catalog > .dropdown > li:hover > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ddd;
  display: block;
}

.menu_top_block.catalog_block .dropdown > li > .dropdown,
header .menu_top_block > li > .dropdown {
  z-index: 3;
  display: none;
  top: auto;
  left: 0;
  margin: 0;
  min-width: 100%;
  opacity: 1;
  visibility: visible;
}

.menu_top_block.catalog_block > .dropdown > li,
header .menu_top_block li .dropdown > li {
  display: block;
  width: 100%;
}

.menu_top_block li.full .dropdown li .dropdown {
  background: 0 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  box-shadow: none;
  border: none;
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  margin: 11px 0 0;
  transition: opacity 0s ease 0.2s, visibility 0s ease 0.2s;
}

body .menu_top_block li.full .dropdown > li > a {
  padding: 0;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 13px;
  line-height: 16px;
}

.menu_top_block li .dropdown > li > a {
  display: block;
  padding: 11px 33px 13px 15px;
  font-size: 13px;
  text-align: left;
}

body .menu_top_block li .dropdown > li > a {
  color: #555;
  background: #fff;
}

header .menu_top_block > li:not(.catalog) .dropdown > li > a {
  border-bottom: 1px solid #eaebec;
}

header .menu_top_block li .dropdown > li:last-child > a {
  border-bottom-width: 0;
}

.menu_top_block.catalog_block .dropdown > li > .dropdown,
header .menu_top_block li .dropdown > li > .dropdown {
  left: 100%;
  top: 0;
  width: 241px;
}

header .menu_top_block li .dropdown > li > .dropdown {
  top: 1px;
}

header .menu_top_block > li > .dropdown li .dropdown {
  transition: opacity 0s ease 0.2s, visibility 0s ease 0.2s;
}

.menu_top_block > li.full .dropdown {
  box-shadow: none;
}

.menu_top_block .dropdown > li.full > .dropdown {
  padding: 20px 0 20px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  display: none;
  transition: opacity 0s ease 0.33s, visibility 0s ease 0.33s;
  visibility: hidden;
  min-width: 500px;
}

.menu_top_block li.full:not(.v_bottom):hover > .dropdown {
  display: block;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  width: 1px;
  opacity: 0;
}

.menu_top_block.catalog_block .dropdown > li > a .image {
  display: table-cell;
}

.menu_top_block.catalog_block .dropdown > li > a .image img {
  width: 32px;
}

.menu_top_block.catalog_block .dropdown > li > a .image + .name {
  padding-left: 16px;
  display: table-cell;
  vertical-align: middle;
}

header .menu_top_block li .dropdown li:hover > .dropdown {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.menu_top_block li.full:not(.v_bottom):hover > .dropdown {
  opacity: 1;
  visibility: visible;
}

.menu_top_block li.full:hover > .dropdown .dropdown {
  opacity: 1;
  visibility: visible;
}

.menu_top_block li.full {
  position: initial;
}

.menu_top_block li.full.m_line {
  position: relative;
  z-index: 20;
}

.menu_top_block li.full.m_line .dropdown {
  min-height: auto !important;
}

header .menu_top_block > li > .dropdown li .dropdown {
  transition: none;
}

header .menu_top_block > li.more > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -8px;
  width: 15px;
  height: 3px;
  background: url(/assets/templates/aspro_next/images/svg/ai.svg) -157px -10px
    no-repeat;
}

.menu_top_block.catalog_block .dropdown > li.full > a,
header .menu_top_block li .dropdown > li > a {
  display: block;
  padding: 11px 31px 13px 17px;
  background: #f9f9f9;
  text-decoration: none;
  text-align: left;
}

header .menu_top_block li .dropdown > li.current > a,
header .menu_top_block li .dropdown > li:hover > a {
  color: #fff;
}

header .menu_top_block > li.more > a {
  height: 47px;
}

.menu_top_block li.catalog > a,
.menu_top_block.catalog_block .dropdown > li > a {
  position: relative;
  padding-left: 41px;
  padding-right: 120px;
}

.menu_top_block.catalog_block .dropdown > li > a {
  padding: 11px 31px 13px 17px;
}

.menu_top_block li.catalog > a:before {
  position: absolute;
  top: 12px;
  left: 12px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/templates/aspro_next/images/svg/ai.svg) 0 0 no-repeat;
}

.menu_top_block li.catalog > a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.1;
}

body .menu_top_block.catalog_block .dropdown > li > a {
  font-size: 13px;
  color: #555;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li {
  padding: 5px 30px 20px 24px;
  float: left;
  width: 33%;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .image {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
}

.menu_top_block.catalog_block
  .dropdown
  > li.full
  > .dropdown
  > li
  > .image
  img {
  vertical-align: middle;
  max-width: 100%;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > a {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0 0 70px;
  font-weight: 700;
  background: 0 0;
  color: #333;
}

.menu_top_block.catalog_block
  .dropdown
  > li.full:not(.v_bottom)
  > .dropdown
  > li.current
  > a.section,
.menu_top_block.catalog_block
  .dropdown
  > li.full:not(.v_bottom)
  > .dropdown
  > li
  > a:hover {
  color: #333;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .dropdown {
  padding: 0 0 0 70px;
  margin-top: 9px;
  text-align: left;
}

.menu_top_block li.full > .dropdown > li:nth-child(3n + 1) {
  clear: both;
}

header .menu_top_block li .dropdown > li.has-child a {
  position: relative;
}

.menu_top_block.catalog_block .dropdown > li.has-child > a:after,
header .menu_top_block li .dropdown > li.has-child > a:after,
header .menu_top_block li.catalog:after {
  content: "\f107";
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin: -3px 0 0 0;
  width: 12px;
  height: 8px;
  font-weight: 400;
  display: block !important;
}

header .menu_top_block li.catalog:after {
  font-size: 13px;
  top: 21px;
  text-align: right;
  cursor: pointer;
}

.menu_top_block.catalog_block .dropdown > li.has-child > a:after,
header .menu_top_block li .dropdown > li.has-child > a:after {
  font-size: 13px;
  top: 19px;
  text-align: right;
  color: #888;
  content: "\f105";
}

header .menu_top_block li .dropdown > li:hover > a:after,
header .menu_top_block li:not(.catalog) .dropdown > li.current > a:after {
  color: #fff;
}

#mobileheader .basket-link .title {
  display: none;
}

#mobileheader {
  margin: 0;
  padding: 0;
  position: relative;
  height: 63px;
  overflow: hidden;
}

#mobileheader.fixed {
  overflow: visible;
}

.wrapper1 > div#mobileheader {
  z-index: 10;
  position: static;
}

#mobileheader .burger {
  height: 100%;
  width: 58px;
  position: relative;
  cursor: pointer;
}

#mobileheader .burger .svg-inline-burger {
  width: 18px;
  height: 16px;
  min-width: 18px;
  min-height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -9px;
}

#mobileheader .burger .svg-close,
#mobileheader .burger .svg-inline-close {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  display: none;
}

#mobileheader .burger.c .svg-close,
#mobileheader .burger.c .svg-inline-close {
  display: inline;
}

#mobileheader .burger.c .svg-inline-burger {
  display: none;
}

#mobileheader .logo-block {
  height: 100%;
  padding: 0 5px 0 0;
}

#mobileheader .logo {
  max-width: 156px;
  line-height: 60px;
}

#mobileheader .logo img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

#mobileheader .right-icons {
  height: 100%;
  padding-right: 9px;
  margin-left: -15px;
}

#mobileheader .wrap_icon {
  display: table-cell;
  padding-right: 11px;
  padding-left: 11px;
  vertical-align: middle;
  line-height: 63px;
}

#mobileheader .inline-search-show {
  border: none;
  background: 0 0;
  padding: 0;
  top: 1px;
  position: relative;
}

#mobileheader .inline-search-show .svg-inline-search {
  top: -4px;
}

#mobileheader .basket-link {
  position: relative;
  padding-right: 12px;
}

#mobileheader .basket-link:not(.basket) {
  padding-right: 22px;
}

#mobileheader .basket-link.compare {
  padding-right: 24px;
}

#mobileheader .basket-link .count {
  position: absolute;
  top: -7px;
  left: 16px;
  box-shadow: 0 0 0 2px #fff;
}

#mobileheader [class^="mobileheader-"] {
  height: 100%;
  width: 100%;
  color: #222;
}

#mobileheader .mobileheader-v1 {
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}

#mobilemenu {
  background: #fff;
  z-index: 3002;
  overflow: hidden;
  overflow-y: auto;
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  position: fixed;
}

#mobilemenu::-webkit-scrollbar {
  width: 8px;
}

#mobilemenu::-webkit-scrollbar-track {
  border-radius: 8px;
}

#mobilemenu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

#mobilemenu.dropdown {
  top: 64px;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #f2f2f2;
  opacity: 0;
  visibility: hidden;
}

#mobilemenu.dropdown.show {
  opacity: 1;
  visibility: visible;
}

#mobilemenu.leftside {
  left: -100%;
  top: 0;
  bottom: 0;
  width: 300px;
  max-width: 100%;
}

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

#mobilemenu > .scroller {
  overflow: hidden;
}

#mobilemenu > .scroller > .wrap {
  width: 100%;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
}

#mobilemenu-overlay {
  display: none;
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2999;
}

#mobilemenu .dropdown {
  left: 100%;
  top: 0;
  width: 100%;
  border: medium none;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
  position: absolute;
  z-index: 5;
  background: #fff;
  margin: 0;
  padding: 0;
}

#mobilemenu .expanded > .dropdown {
  display: block;
}

#mobilemenu .expanded > .dropdown > div {
  border-bottom: 1px solid #f2f2f2;
}

#mobilemenu .expanded > .dropdown .menu_back a {
  font-size: 15px;
  line-height: 18px;
  padding: 22px 20px 23px 57px;
  cursor: pointer;
  position: relative;
}

#mobilemenu .expanded > .dropdown .menu_back .svg {
  position: absolute;
  top: 16px;
  left: 13px;
}

#mobilemenu .expanded > .dropdown .menu_title {
  font-size: 15px;
  line-height: 18px;
  color: #333;
  font-weight: 700;
  padding: 22px 23px 23px 19px;
  background-color: #fbfbfb;
}

#mobilemenu .menu a:hover .svg {
  background-color: transparent;
}

#mobilemenu .menu > ul {
  padding: 0;
  margin: 0;
  display: block;
}

#mobilemenu .menu ul > li {
  list-style: none;
  display: block;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  padding: 0;
}

/* #mobilemenu .menu ul li:before {
  display: none;
} */

#mobilemenu .menu ul > li a,
#mobilemenu .menu ul > li span.callback {
  padding: 19px 20px 20px 19px;
  display: block;
  position: relative;
}

#mobilemenu .menu ul > li.menu_title a {
  padding: 0;
}

#mobilemenu .menu ul > li a.parent {
  padding-right: 46px;
}

#mobilemenu .menu ul > li .arrow {
  position: absolute;
  z-index: 1;
  width: 46px;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  padding-left: 8px;
  display: block;
}

#mobilemenu .menu ul > li .arrow .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}

#mobilemenu .menu ul > li.selected > a:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

#mobilemenu .menu > ul > li > a:not(.not-weight) {
  background: #fff;
  font-size: 15px;
  font-weight: 700;
}

#mobilemenu .menu > ul > li.selected > a:before {
  left: 0;
  top: -1px !important;
  bottom: -1px;
  width: 2px;
  z-index: 1;
  height: inherit;
  border-radius: 0;
}

#mobilemenu .menu > ul > li:not(.counters),
.menu ul > li.expanded,
.menu ul > li.selected:not(.counters) {
  position: initial;
}

#mobilemenu .menu > ul > li.counters > a > span {
  padding-right: 25px;
  position: relative;
}

#mobilemenu .menu > ul > li.counters .count {
  width: 17px;
  height: 17px;
  line-height: 17px;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  font-weight: initial;
  left: auto;
}

#mobilemenu .menu > ul > li.counters .count.empted {
  background: #969ba5;
}

#mobilemenu .menu.middle > ul > li > a {
  padding-left: 57px;
  background: #fbfbfb;
}

#mobilemenu .menu.middle a .svg {
  position: absolute;
}

#mobilemenu .menu.middle a .svg-basket {
  width: 18px;
  min-width: 18px;
  height: 17px;
  min-height: 17px;
  left: 20px;
  top: 23px;
}

#mobilemenu .menu.middle a .svg-wish {
  width: 18px;
  min-width: 18px;
  height: 16px;
  min-height: 16px;
  left: 20px;
  top: 23px;
}

#mobilemenu .menu.middle a .svg-compare {
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  left: 20px;
  top: 23px;
}

#mobilemenu .menu.middle a .svg-inline-phone,
#mobilemenu .menu.middle a .svg-phone {
  width: 9px;
  min-width: 9px;
  height: 12px;
  min-height: 12px;
  left: 25px;
  top: 26px;
}

#mobilemenu .menu.middle a:hover .svg-phone {
  background-color: transparent;
}

#mobilemenu .contacts .title {
  font-weight: 700;
  padding: 19px 20px 6px 19px;
}

#mobilemenu .contacts a {
  color: #222;
}

#mobilemenu .contacts .address,
#mobilemenu .contacts .email {
  padding: 12px 20px 0 50px;
  position: relative;
  line-height: 18px;
  font-size: 13px;
}

#mobilemenu .contacts .svg.svg-inline-address {
  position: absolute;
  left: 20px;
  top: 14px;
  width: 13px;
  min-width: initial;
  height: 16px;
  min-height: initial;
}

#mobilemenu .contacts .svg-inline-email {
  min-width: initial;
  min-height: initial;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 20px;
  top: 13px;
}

#mobilemenu .social-icons {
  border-bottom: 1px solid #f2f2f2;
}

#mobilemenu .social-icons ul {
  padding: 16px 0 30px 0;
  margin: 0;
}

#mobilemenu .social-icons li {
  list-style: none;
  display: block;
}
/* 
#mobilemenu .social-icons ul li:before {
  display: none;
} */

#mobilemenu .social-icons li > a {
  font-size: 13px;
  line-height: 20px;
  background: 0 0;
  padding: 5px 27px 5px 50px;
  width: 100%;
  opacity: 1;
  position: relative;
  margin: 0;
  height: auto;
  border-radius: 0;
}

#mobilemenu .social-icons li > a .svg {
  position: absolute;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  left: 19px;
  top: 5px;
}

#mobilemenu .downdrop .menu ul > li .arrow .svg {
  transform: rotate(0.25turn);
}

#mobilemenu .downdrop .dropdown {
  position: relative;
  left: inherit;
  top: inherit;
  padding: 0 0 0 19px;
}

#mobilemenu .downdrop .expanded > .dropdown .menu_back {
  display: none;
}

#mobilemenu .downdrop .menu ul > li.expanded {
  border-bottom: none;
}

#mobilemenu .downdrop .menu ul > li.expanded > a {
  border-bottom: 1px solid #f2f2f2;
}

#mobilemenu a:hover .svg.inline path {
  fill: #222;
}

.scrollbar-filter::-webkit-scrollbar {
  width: 2px;
}

.scrollbar-filter::-webkit-scrollbar-track {
  border-radius: 8px;
}

.scrollbar-filter::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 0 solid #fff;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 0;
}

body .social-icons li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: 0;
  margin: 0;
}

.social-icons li:before {
  display: none;
}

.social-icons li a {
  border-radius: 3px;
  display: block;
  height: 40px;
  margin: 5px 10px 5px 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 40px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 0;
  background: 0 0;
  border-radius: 100%;
}

.social-icons li a {
  background-color: #4f5a6b;
  background: url(/assets/templates/aspro_next/images/social.png) -4px -4px
    no-repeat;
}

.social-icons li a:hover {
  opacity: 0.8;
}

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

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

.social-icons li.mail a {
  background-position: -4px -54px;
}

.social-icons li.viber a {
  background-position: -4px -104px;
}

@media not print {
  header.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 996;
    right: 0;
    left: 0;
  }

  .inline-search-block.fixed {
    position: fixed;
    z-index: 997;
    background: #fff !important;
  }

  .inline-search-block.fixed .search-wrapper {
    padding: 0;
    display: inline-block;
    width: 100%;
  }

  .inline-search-block.fixed .search-wrapper #title-search {
    padding: 14px 0 15px;
  }

  .inline-search-block.fixed.big {
    background: #fff !important;
    top: -200px;
    z-index: 3000;
    transition-duration: 0.5s;
  }

  .inline-search-block.fixed.big.show {
    top: 0;
  }

  .inline-search-block.fixed.big .search-wrapper #title-search {
    padding: 0;
  }

  .inline-search-block.fixed.big .search .search-input {
    padding: 0 200px 0 25px;
    font-size: 28px;
    height: 132px;
    background: 0 0;
    border: none;
    border-radius: 0;
  }

  .inline-search-block.fixed.big .search .search-button-div {
    top: 45px;
  }

  .inline-search-block.fixed.big .search .btn-search {
    color: #fff;
    padding: 12px 25px;
    font-size: 1em;
  }

  .inline-search-block.fixed.big .search .close-block {
    min-width: 16px;
  }

  .inline-search-block.with-close.fixed.big .search .close-block {
    top: 6px;
  }
}

.inline-search-block {
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  z-index: 100;
  transition: all ease 0.3s;
}

.inline-search-block .search-wrapper {
  border: none;
  padding: 7px 0;
  max-height: 80px;
}

.inline-search-block.with-close .search .search-input-div {
  padding-right: 58px;
}

.inline-search-block.show {
  top: 0 !important;
  background: #fff;
}

.inline-search-block.with-close .search .btn-search {
  right: 58px;
}

.inline-search-block.with-close:not(.big) .search .btn-search {
  background: 0 0;
}

.inline-search-block .search .close-block {
  display: none;
  height: 34px;
}

.inline-search-block.with-close .search .close-block {
  display: block;
}

.inline-search-block .close-block .close-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin: -15px 0 0 -15px;
}

.inline-search-block .close-block .close-icons {
  margin-top: -8px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  background: #222 url(/assets/templates/aspro_next/images/svg/Close_mask.svg)
    center center no-repeat;
}

.inline-search-block .close-block .close-icons:hover {
  opacity: 0.8;
}

form.search {
  position: relative;
}

.search .search-input-div {
  width: 100%;
}

.search .search-button-div {
  position: absolute;
  top: 0;
  right: 0;
}

.search .search-input {
  background: #f5f5f5;
  border: none;
  color: #444;
  display: block;
  height: 34px;
  line-height: 18px;
  padding: 0 70px 0 10px;
  vertical-align: top;
  width: 100%;
  border-radius: 3px;
}

.search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 1px solid #f5f5f5;
  color: #dedede;
  padding: 7px 10px 7px;
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
  margin: 0;
}

.inline-search-block:not(.fixed) .search .btn-search {
  border-radius: 0 3px 3px 0;
}

td.dropdown .wrap {
  position: static;
}

.menu_top_block.catalog_block
  .dropdown
  > li.full
  > .dropdown
  > li
  > .image
  + a {
  padding-left: 70px;
  padding-top: 10px;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > a {
  padding-left: 0;
  padding-top: 0;
}

.menu_top_block.catalog_block
  .dropdown
  > li.full
  > .dropdown
  > li
  > .image
  + a
  + .dropdown {
  padding-left: 70px;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .dropdown {
  padding-left: 0;
}

.dropdown-menu li {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

.dropdown-menu li:before {
  display: none;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #fff;
}

.basket_wrapp .header-cart .basket_fly .wraps_icon_block {
  display: inline-block;
  float: none;
  margin: 0;
}

/* .header-cart .basket_fly .wraps_icon_block.delay .count span {
    background: #ddd;
    color: #fff
} */

.header-cart .basket_fly .opener {
  position: absolute;
  width: 58px;
  left: -58px;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  top: 0;
  background: #424f60;
  overflow: hidden;
}

.header-cart .basket_fly .opener > div {
  display: inline-block;
  text-align: center;
  width: 58px;
  cursor: pointer;
  vertical-align: top;
  zoom: 1;
  height: auto;
}

/* .basket_wrapp .basket_fly .wraps_icon_block.delay .count span {
    background: #fff
} */

.header-cart .basket_fly tr.hidden {
  display: none;
}

.basket_sort ul.tabs li {
  height: auto;
  padding-bottom: 3px;
  margin-right: 0;
  margin-top: 0;
  padding-right: 18px;
}

.middle .basket_sort ul.tabs li:first-child {
  padding-left: 0;
}

.basket_sort ul.tabs li:last-child {
  margin-right: 0;
}

.basket_sort ul.tabs li span {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 0;
}

.header-cart .basket_fly .opener > div {
  position: relative;
}

.header-cart .basket_fly .opener > div:last-child:after {
  display: none;
}

/* .header-cart .basket_fly .opener>div:not(.basket_count):hover {
    background: #5e6978
} */

.basket_wrapp .basket_fly .basket_wrapp {
  margin-top: 27px;
  padding-top: 0;
}

.basket_wrapp .module-cart {
  margin-top: 0;
}

.basket_wrapp .module-cart thead tr {
  background: #f7f7f7;
}

.basket_wrapp .module-cart .goods {
  max-height: 260px;
  overflow-y: auto;
  border-bottom: 1px solid #e7e7e7;
}

.basket_wrapp .module-cart .cost.prices .price {
  margin-left: 0;
}

.header-cart .basket_fly {
  border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -webkit-border-radius: 0 0 0 2px;
  top: 178px;
  z-index: 1046;
  position: fixed;
  width: 800px;
  right: -800px;
}

.basket_wrapp .basket_sort ul.tabs {
  position: relative;
  zoom: 1;
  margin: 0;
}

.basket_wrapp .basket_sort {
  padding: 0;
}

.middle .basket_wrapp {
  margin: -13px 0 0;
}

.basket_wrapp .basket_sort {
  padding: 25px 20px 0 15px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.basket_wrapp .module-cart td {
  vertical-align: top;
}

.basket_wrapp .module-cart td {
  text-align: left;
}

.basket_wrapp .module-cart .quantity-th,
body .basket_wrapp .module-cart td.count-cell {
  text-align: center;
}

.middle .module-cart thead {
  border: 1px solid #f2f2f2;
}

.basket_wrapp .basket_fly .module-cart .colored tbody {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: none;
}

.basket_wrapp .basket_fly .basket_title {
  font-size: 24px;
  margin-right: 48px;
  margin-left: 13px;
  font-weight: 700;
  display: flex;
}

.basket_wrapp .basket_fly .basket_wrapp .itog tfoot .row_titles {
  text-align: right;
}

.basket_wrapp .module-cart table td {
  padding: 8px 10px;
}

.middle .basket_wrapp .module-cart table td {
  padding: 8px 25px;
}

.middle .basket_wrapp .module-cart table tbody td {
  padding-bottom: 19px;
}

.basket_wrapp .module-cart table tbody td {
  padding: 0 10px 19px;
}

.middle .module-cart table tbody td {
  padding: 0 29px 19px;
}

.basket_wrapp .module-cart table tbody td {
  padding-bottom: 9px;
}

.basket_wrapp .basket_fly .module-cart table td.thumb-cell {
  padding: 11px 18px 10px 29px;
}

.middle .basket_wrapp .module-cart table td.thumb-cell {
  padding-top: 19px;
  padding-right: 1px;
  width: 153px;
}

.basket_wrapp .basket_fly .module-cart table td.name-cell {
  padding-top: 20px;
  min-width: 150px;
}

.middle .module-cart table td.name-cell {
  padding-top: 54px;
  white-space: normal;
}

.basket_wrapp .basket_fly .module-cart table td.cost-cell {
  padding-top: 33px;
  width: 200px;
}

.basket_wrapp .basket_fly .module-cart table td.cost-cell.notes {
  padding-top: 23px;
}

.middle .module-cart table td.cost-cell {
  padding-top: 55px;
  width: 230px;
}

.middle .module-cart table td.cost-cell.notes {
  padding-top: 32px;
}

.basket_wrapp .basket_fly .module-cart table tr td.count-cell {
  padding-top: 26px;
  width: 132px;
}

.module-cart table tr td.count-cell {
  font-size: 14px;
  line-height: 16px;
}

.middle .module-cart table td.delay-cell,
.middle .module-cart table td.remove-cell {
  padding: 0 5px;
}

.middle .module-cart table td.remove-cell {
  width: auto;
}

.middle .module-cart table tr td.count-cell {
  padding-top: 42px;
  width: 185px;
}

.basket_wrapp .basket_fly .module-cart table td.summ-cell {
  width: 150px;
  padding-top: 36px;
}

.middle .module-cart table td.summ-cell {
  width: 200px;
  padding-top: 56px;
}

.basket_wrapp .module-cart .cost-cell .cost.prices {
  text-align: left;
}

.basket_wrapp .module-cart .cost-cell .cost.prices .price_name {
  text-align: left;
}

.basket_wrapp .module-cart .cost .price {
  color: #373737;
}

.basket_wrapp .module-cart .cost.prices .price {
  margin-top: 0;
}

.basket_wrapp .module-cart .cost.prices .price:not(.discount) {
  margin-right: 4px;
  float: left;
  white-space: nowrap;
}

.basket_wrapp .basket_fly .module-cart table td.delay-cell {
  padding-top: 25px;
  padding-bottom: 0;
}

.middle .module-cart table tbody td.delay-cell {
  padding-top: 48px;
  width: 43px;
}

.basket_wrapp .module-cart .summ-cell .cost.prices .price {
  margin: 0;
}

.basket_wrapp .basket_fly .module-cart table td.remove-cell {
  width: 20px;
  padding-top: 5px;
  padding-right: 5px;
}

.middle .module-cart table td.remove-cell {
  width: 20px;
  padding-top: 5px;
}

.count-cell div.error,
.count-cell div.error * {
  line-height: 15px;
  font-size: 12px;
  margin: 6px 0 10px;
}

.basket_wrapp .basket-link {
  position: relative;
}

.basket_wrapp .basket-link .basket-go:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  right: -17px;
  font-weight: 400;
  top: 4px;
  opacity: 1;
}

.basket_wrapp .basket-link:not(:hover) .basket-go:before {
  color: #969ba5;
}

#header .basket_fly .module-cart table td.thumb-cell a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.module-cart table td.thumb-cell a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

#header .basket_fly .module-cart .colored tfoot {
  border: 0;
}

.module-cart .colored tfoot td {
  border-bottom: 0;
  padding: 26px 0 22px;
  vertical-align: top;
}

.module-cart .colored tfoot .bottom_btn td {
  padding: 5px 15px 20px;
}

#header .module-cart .colored tfoot .bottom_btn td {
  padding-bottom: 28px;
}

#header .module-cart .colored tfoot .bottom_btn td {
  padding-top: 29px;
}

.module-cart tfoot .bottom_btn td .description {
  font-size: 12px;
  line-height: 16px;
  color: #b3b3b3;
  margin-top: 13px;
  width: 100%;
  text-align: left;
}

.module-cart tfoot .bottom_btn td .description * {
  line-height: 16px;
}

.module-cart td .text .close,
.module-cart tfoot .bottom_btn td .close {
  float: none;
  opacity: 1;
  text-shadow: none;
}

.module-cart .colored tfoot td.row_titles {
  text-align: right;
  margin: 0;
}

.module-cart .colored tfoot td.row_titles .item_title {
  margin: 0 43px 0 0;
}

.module-cart .colored tfoot td.row_values .wrap_prices {
  width: 202px;
}

.module-cart .colored tfoot td.row_values .wrap_prices .price + .price {
  margin-top: 0;
}

.basket_wrapp .module-cart table.bottom.middle td.row_values .item_title {
  display: none;
}

.basket_wrapp .wraps_icon_block {
  margin: 0 37px 0 0;
}

.basket_wrapp .wraps_icon_block {
  position: relative;
  cursor: pointer;
}

.basket_wrapp .wraps_icon_block:before {
  margin-top: 13px;
  width: 20px;
  height: 19px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  content: "";
  position: relative;
  top: 0;
}

.basket_wrapp .wraps_icon_block.delay:before {
  background: url(/assets/templates/aspro_next/images/svg/Wishlist_white.svg)
    center 0 no-repeat;
  height: 18px;
  margin-top: 16px;
}

.basket_wrapp .wraps_icon_block.compare:before {
  background: url(/assets/templates/aspro_next/images/svg/Comparison_white.svg)
    center 0 no-repeat;
}

.basket_wrapp .clicked.empty .wraps_icon_block:before {
  opacity: 0.5;
}

.basket_wrapp .wraps_icon_block.basket:before {
  background: url(/assets/templates/aspro_next/images/svg/Basket_white.svg)
    center 0 no-repeat;
}

.header-cart.fly .opener > div > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header-cart.fly .clicked > a {
  display: none;
}

body .basket_wrapp {
  z-index: 4;
}

.basket_wrapp .header-cart {
  float: left;
}

.basket_wrapp .link {
  display: block;
  position: absolute;
  left: -10px;
  top: -13px;
  right: -15px;
  bottom: -27px;
  z-index: 2;
}

.basket_wrapp .wraps_icon_block .count {
  text-align: center;
  opacity: 1;
  font-size: 12px;
  line-height: 13px;
}

.basket_wrapp .wraps_icon_block .count > span {
  width: 20px;
  background: #e3e3e3;
  display: block;
  height: 20px;
  vertical-align: middle;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 20px;
  margin: 4px 0 12px;
}

.basket_wrapp .wraps_icon_block .count .text,
.basket_wrapp .wraps_icon_block .count a {
  display: block;
  text-decoration: none;
  font-size: 11px;
}

.basket_wrapp .wraps_icon_block.basket {
  margin-right: 19px;
}

.basket_wrapp .wraps_icon_block.basket .count a {
  color: #fff;
}

.module-cart .remove-cell a,
.module-cart .remove-cell a i,
.remove,
.remove i {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  display: inline-block;
  height: 17px;
  width: 17px;
  cursor: pointer;
}

.module-cart .remove-cell a i,
.remove i {
  background: url(/assets/templates/aspro_next/images/svg/close_icons.svg) 3px -23px
    no-repeat;
}

.module-cart .remove-cell a:hover i,
.remove:hover i {
  background-position: -17px -23px;
}

.front_page .wraps > .wrapper_inner.wide_page {
  padding-bottom: 0;
  padding-top: 0;
}

.front_page .wraps > .wrapper_inner.wide_page > .middle .maxwidth-theme {
  padding-top: 30px;
}

body .flex-direction-nav li,
body .flexslider li {
  padding: 0;
}

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

.tabs {
  margin-bottom: 25px;
}

.tabs .tab-content {
  background-color: #fff;
  border: none;
  /* padding: 40px 0 0 */
}

.tabs .tab-content .item + .item {
  border-top: 1px solid #e6e6e6;
  padding-top: 25px;
  margin-top: 25px;
}

.tabs .tab-content .flexslider .item + .item {
  padding: 0;
  margin: 0;
}

.tabs .tab-content .flexslider:not(.ethumbs) .item + .item {
  border: none;
}

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

.flex-direction-nav li:before {
  display: none;
}

.sections_wrapper {
  margin: 0 0 30px;
}

.front.wide_page .sections_wrapper {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.sections_wrapper .top_block {
  padding: 0;
}

.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 0.2s;
}

.sections_wrapper .list .item:hover {
  border-color: #fff;
  box-shadow: 0 0 20px 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 .img img {
  max-width: 100%;
  max-height: 100%;
}

.sections_wrapper .list .item .name {
  font-weight: 700;
  font-size: 1.071em;
  line-height: 20px;
}

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

.sections_wrapper .list .item.section_item {
  text-align: left;
  padding-left: 40px;
}

.sections_wrapper .list .item.section_item .img {
  width: 80px;
  height: 80px;
  float: left;
}

.sections_wrapper .list .item.section_item .section_info {
  padding-left: 105px;
}

.section_block .sections_wrapper .list .item {
  margin: 0;
  height: auto !important;
}

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

.mobile .catalog_item {
  height: 100%;
}

.catalog_item .cost.prices:not(.catalog-block__info-price) {
  margin: 11px 0 0;
  line-height: 0;
}

.catalog_block .cost.prices .price {
  margin-bottom: 8px !important;
}

.rating {
  align-items: center;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  margin: 0 0 9px;
}

.wrapper_block .top_block {
  margin-bottom: 30px;
}

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

.detail .wraps {
  clear: both;
}

.cost.prices .price,
.module-cart .row_titles .item_title,
.module-cart .row_values .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  white-space: normal;
}

.cost.prices .price {
  margin-bottom: 8px;
}

.module-cart .cost.prices .price {
  font-size: 14px;
  margin-bottom: 0;
}

.cost.prices .price_name {
  font-size: 12px;
  line-height: 15px;
  margin: 5px 0 5px;
  clear: both;
  font-weight: 400;
}

.flexslider .cost.prices .price_name {
  margin-top: 8px;
}

.cost .price {
  margin-right: 7px;
  margin-left: 7px;
}

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

.custom_flex .flex-direction-nav li a,
.custom_flex .flex-direction-nav li span {
  background: url(/assets/templates/aspro_next/images/svg/arrows2.svg) 3px -20px
    no-repeat;
}

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

.custom_flex .flex-direction-nav li:hover,
.custom_flex .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover span {
  background-color: #fff !important;
}

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

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

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

.subscribe-form .wrap_bg {
  padding: 17px 20px 22px;
  border-radius: 2px;
}

.subscribe-form .top_block {
  margin: 0;
  padding: 0;
}

.subscribe-form .top_blocks .title,
.subscribe-form .top_blocks .title div {
  font-size: 1.143em;
  font-weight: 700;
  color: #1d2029;
  margin: 0 0 3px;
}

.subscribe-form .top_blocks .more,
.subscribe-form .top_blocks .more div {
  font-size: 13px;
  color: #666;
  line-height: 16px;
}

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

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

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

.subscribe-form .email_wrap {
  margin: 0;
}

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

.subscribe-form input.send_btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  text-indent: -9999px;
  width: 33px;
  height: 34px;
  background: #ddd url(/assets/templates/aspro_next/images/svg/ai.svg) -23px -39px
    no-repeat;
  border-radius: 0 2px 2px 0;
}

.subscribe-form label.error {
  position: absolute;
  top: -19px;
  right: 0;
}

.left_block .subscribe-form {
  margin: 0 0 30px;
}

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

.left_block .subscribe-form .top_blocks .text > div,
.left_block .subscribe-form .top_blocks .text > div div {
  color: #fff;
}

.left_block .subscribe-form .top_blocks .more {
  opacity: 0.8;
}

.left_block .subscribe-form input.send_btn,
.left_block .subscribe-form input.send_btn:hover {
  background-color: #ececf2;
  border-color: #ececf2;
}

.left_block .subscribe-form input.send_btn {
  background-image: url(/assets/templates/aspro_next/images/svg/next.svg);
  background-position: -245px -332px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

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

footer .copy {
  color: #888;
}

footer .copy {
  padding: 0 0 0;
}

footer .subscribe-form:before {
  display: none;
}

#footer .wrapper_inner {
  background: #f6f6f7;
}

#footer ul,
#footer ul li {
  vertical-align: top;
}

#footer ul {
  margin: 0;
}

.inline.close i {
  background-position: -1px -46px !important;
}

.inline.close i {
  display: block;
  border-radius: 0;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.inline.close:hover i {
  background-position: -30px -46px !important;
}

.form-control label .star {
  margin: 0;
  top: 0;
}

.inline.close {
  display: block;
  right: 15px;
  top: 23px;
  height: 44px;
  width: 44px;
  margin: 0;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
}

.inline.close span {
  display: inline-block;
  margin: 15px;
}

.form_body div.form-control {
  background-color: #fff;
  border: 0 solid #d5dadc;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  padding: 0;
}

.form_body div.form-control label {
  font-weight: 400;
}

.breadcrumbs {
  margin: -7px 0 0;
  padding: 0 0 11px;
}

.breadcrumbs .breadcrumbs {
  padding: 0;
}

.breadcrumbs .bx-breadcrumb-item {
  display: inline-block;
  position: relative;
  line-height: 22px;
  font-size: 14px;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs > .separator {
  position: relative;
  zoom: 1;
  bottom: 0;
  display: inline-block;
  line-height: 18px;
  margin: 0 5px;
  border: 0 !important;
}

.breadcrumbs .bx-breadcrumb-item a:not(:hover) svg path {
  fill: #888;
}

.breadcrumbs a span,
.breadcrumbs span {
  color: #b6b5b5;
  font-size: 12px;
}

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

.right_block section.page-top.maxwidth-theme {
  padding: 0;
}

.title-v3 .page-top.maxwidth-theme {
  background: 0 0;
  padding-top: 30px;
  padding-bottom: 8px;
}

.title-v3 .page-top.maxwidth-theme {
  padding-top: 26px;
  padding-bottom: 15px;
}

.title-v3 .page-top.maxwidth-theme h1 {
  margin-top: 0;
  padding-bottom: 22px;
}

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

.wrapper_inner.wide_page .page-top {
  padding-left: 30px;
  padding-right: 30px;
}

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

.container .page-top-wrapper {
  padding: 0 15px;
}

.page-top-wrapper.grey {
  background: #f9f9f9;
}

.right_block .page-top-wrapper.grey {
  margin-bottom: 44px;
}

.page-top-wrapper section.page-top {
  padding-top: 32px;
}

.top_inner_block_wrapper {
  padding: 0 0 30px;
}

.fill_bg_n .top_inner_block_wrapper {
  max-width: none;
}

.right_block:after {
  content: "";
  clear: both;
  display: table;
}

#content .right_block.catalog {
  zoom: 1;
  padding: 0 0 0 210px;
  margin: -3px 0 0;
  overflow: visible;
}

#content .right_block .inner_wrapper {
  zoom: 1;
  z-index: 2;
  margin-top: -1px;
}

#content .left_block.catalog {
  margin-top: 29px;
  width: 210px;
}

@-webkit-keyframes spinner1 {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0);
  }
}

@keyframes spinner1 {
  from {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

body .catalog_section_list .item_block {
  padding: 0;
  margin: 0 0 -1px -1px;
}

.catalog_section_list .item_block:nth-child(2n + 1) {
  clear: left;
}

.catalog_section_list .section_item {
  line-height: 20px;
  font-size: 12px;
  padding: 30px 30px;
  zoom: 1;
  vertical-align: top;
  border: 1px solid #f2f2f2;
  transition: box-shadow ease 0.2s, border ease-out 0.2s;
}

.catalog_section_list .section_item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}

.catalog_section_list .section_item ul {
  margin: 0;
}

.section_item_inner .section_info a {
  border-bottom: 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
}

.section_info .dark_link {
  color: #666 !important;
}

.section_info .dark_link span {
  color: #222 !important;
}

.catalog_section_list .section_item li.name a {
  text-decoration: none;
}

.catalog_section_list .section_item li.name a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.catalog_section_list .section_item li.name {
  display: block;
  margin-bottom: 8px;
}

.catalog_section_list .section_item li.sect {
  display: inline-block;
  padding: 0 8px 0 0;
  margin: 0;
}

.catalog_section_list .section_item .image {
  width: 140px;
  text-align: center;
}

.catalog_section_list.section .section_item li.name {
  margin-bottom: 5px;
}

.catalog_section_list.section {
  margin-bottom: 20px;
}

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

.bx_filter .bx_filter_section {
  border: 1px solid #dee2e6;

  border-radius: 4px;
  position: relative;
  margin: 0 0 27px;
}

.bx_filter .bx_filter_parameters_box {
  padding: 0 19px 14px;
  /* border-bottom: 1px solid #f2f2f2 */
}

.bx_filter .bx_filter_parameters_box:not(.title):hover {
  background: #fff;
}

.bx_filter .bx_filter_parameters_box_title {
  font-size: 16px;
  display: block;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 0 25px 0 0;
  color: #1a1d3e;
  padding-top: 14px;
  border-top: 1px solid #00113e;
}

.bx_filter .title .bx_filter_parameters_box_title {
  font-weight: 700;
  padding-right: 0;
}

.bx_filter .title .bx_filter_parameters_box_title:after {
  display: none;
}

.bx_filter .title .bx_filter_parameters_box_title:hover {
  color: #333;
  cursor: default;
}

.bx_filter .bx_filter_parameters_box_title > div,
.bx_filter .bx_filter_parameters_box_title > span {
  position: relative;
  display: inline-block;
}

.bx_filter .bx_filter_parameters_box_title:after,
.bx_filter .bx_filter_parameters_box_title:before {
  position: absolute;
  content: "";
}

.bx_filter .bx_filter_parameters_box_title:after {
  width: 8px;
  height: 5px;
  right: 6px;
  top: 3px;
  content: "\f107";
  font-size: 15px;
  color: #888;
}

.bx_filter .opened .bx_filter_parameters_box_title:after {
  content: "";
}

.bx_filter .opened > .bx_filter_parameters_box_title:after {
  content: "\f106";
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}

.bx_filter_vertical input[type="checkbox"] + label,
.filter input[type="checkbox"] + label {
  margin-bottom: 4px;
  padding-left: 5px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  outline: 0;
  font-weight: 400;
}

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

.filter.licence_block .error {
  position: absolute;
  top: -3px;
}

.filter.licence_block input[type="checkbox"] {
  display: block;
  width: 0;
  line-height: 0;
  visibility: hidden;
  margin: 0;
}

.bx_filter_vertical input[type="checkbox"] + label.disabled {
  cursor: default;
}

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

.disabled:not(.link-item) {
  opacity: 0.4;
}

.bx_filter_vertical input[type="checkbox"]:checked + label:before,
.filter input[type="checkbox"]:checked + label:before,
.filter input[type="radio"]:checked + label:before {
  display: inline-block;
  z-index: 3;
}

.bx_filter_vertical input[type="checkbox"]:checked + label:before,
.filter input[type="checkbox"]:checked + label:before,
.filter input[type="radio"]:checked + label:before {
  z-index: -1;
}

.bx_filter_vertical .filter input[type="radio"]:checked + label:before {
  z-index: 0;
}

.bx_filter_vertical input[type="checkbox"] + label:before,
.filter input[type="checkbox"] + label:before,
.filter input[type="radio"] + label:before {
  font-size: 0;
  content: ".";
  display: none;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ddd;
  z-index: -1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

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

.bx_filter_vertical input[type="checkbox"]:checked + label:after,
.filter input[type="checkbox"]:checked + label:after {
  box-shadow: none;
  background: url(/assets/templates/aspro_next/images/svg/Input_icons.svg) 0 0
    no-repeat;
}

.bx_filter_vertical input[type="checkbox"] + label.disabled:after {
  background-position: 0 -41px;
}

.filter input[type="radio"]:checked + label:after {
  background: url(/assets/templates/aspro_next/images/svg/Input_icons.svg) 0 -16px
    no-repeat;
  box-shadow: none;
}

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

.filter input[type="radio"] + label:before {
  height: 13px;
  width: 13px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  top: 0;
}

.filter.radio input[type="radio"] + label:after,
.filter.radio input[type="radio"] + label:before {
  width: 16px;
  height: 16px;
}

.filter.radio input[type="radio"] + label.disabled:after,
.filter.radio input[type="radio"] + label.disabled:hover:before {
  background: #ccc;
}

.filter.radio input[type="radio"] + label.disabled {
  cursor: default;
}

.filter_horizontal {
  padding: 0;
  overflow: hidden;
}

.filter_horizontal
  .bx_filter_vertical
  input[type="checkbox"]
  + label:not(.dib) {
  float: left;
  margin-right: 5px;
}

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

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

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

#mobilefilter .bx_filter .bx_filter_parameters_box {
  /* background: #f9f9f9 */
}

#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_box.title.shadow {
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #fff;
}

#mobilefilter .bx_filter .title .bx_filter_parameters_box_title:before {
  background: url(/assets/templates/aspro_next/images/svg/sort_icons.svg) 0 -62px
    no-repeat;
  width: 16px;
  height: 13px;
  top: 4px;
  left: 0;
  content: " ";
}

#mobilefilter .bx_filter .title .bx_filter_parameters_box_title {
  padding-left: 26px;
}

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

#mobilefilter .svg.svg-close:hover {
  background-color: #222;
}

#mobilefilter .bx_filter.bx_filter_vertical {
  position: relative;
}

#mobilefilter .bx_filter .bx_filter_parameters_box_title:after {
  right: 2px;
}

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

#mobilefilter input[type="text"],
#mobilefilter textarea {
  font-size: 16px;
}

#mobilefilter .bx_filter.bx_filter_vertical {
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 100%;
  top: 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:last-of-type {
  border-bottom: none;
}

.bx_filter .bx_filter_select_block {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0 0 0;
  padding: 0 33px 0 7px;
  border-radius: 2px;
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  overflow: hidden;
}

.bx_filter .bx_filter_select_block {
  background: #fff;
  height: 36px;
}

.contacts {
  color: #333;
}

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

div[id^="smartFilterDropDown"] {
  max-width: 170px;
  width: 100%;
  max-height: 205px;
  overflow-y: auto;
  margin-top: -7px;
}

.filter label {
  position: relative;
  display: block;
  margin: 0 0 3px;
}

.radio.filter label {
  display: inline-block;
  line-height: 12px;
  cursor: pointer;
}

.bx_filter .bx_filter_param_text {
  line-height: 30px;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 4px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.bx_filter .disabled .bx_filter_param_text {
  cursor: default;
}

.filter label > span {
  display: block;
  line-height: 14px;
  margin-left: 21px;
  text-align: left;
  font-weight: 400;
}

.bx_filter .filter label > span {
  margin: 0;
}

.bx_filter .checkbox,
.bx_filter .radio {
  padding: 0;
  margin: 0;
}

.bx_filter .button {
  padding-left: 11px;
  padding-right: 12px;
}

.sort_header {
  padding: 0 0 24px;
  position: relative;
  zoom: 1;
  opacity: 1;
}

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

.sort_display a,
.sort_display a i {
  display: inline-block;
  height: 13px;
  width: 13px;
  line-height: 20px;
}

.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 i {
  background: url(/assets/templates/aspro_next/images/svg/Display.svg) 0 0
    no-repeat;
  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;
}

.wraps .item {
  position: relative;
}

.wraps > .wrapper_inner {
  padding-bottom: 50px;
  z-index: 0;
}

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

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

.catalog .catalog_block {
  padding: 0;
  width: 100%;
}

/* .catalog_block.items {
    font-size: 0
} */

.catalog_block.items:not(.grid-list) .item_block {
  display: inline-block;
  float: none;
  margin: 0 0 -1px 0;
  padding: 0;
  vertical-align: top;
}

.catalog .catalog_block:after {
  content: "";
  display: block;
}

.preview-text ul li::before {
  padding: 0 10px 0 0;
}

.item .text .titles {
  font-weight: 400;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  color: #fff !important;
}

.item .text .titles span {
  font-size: 20px;
}

.filter label span {
  line-height: 14px;
}

.item-views.sections {
  margin-bottom: 0;
}

.item-views.sections .item {
  margin: 0 0 59px;
  overflow: hidden;
}

.item-views.sections.front .item .title {
  margin-bottom: 18px;
}

.item-views.sections.front .item .title a {
  font-size: 1em;
  line-height: 20px;
}

.item-views.sections .item .title a {
  font-size: 1.6em;
  line-height: 1.167em;
  font-weight: 700;
  margin-bottom: 18px;
}

.item-views.sections .item .image {
  height: 133px;
  line-height: 133px;
  margin-bottom: 18px;
  text-align: left;
  width: 200px;
}

.item-views.sections .item .image img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  zoom: 1;
}

.item-views {
  margin-bottom: 0;
  position: relative;
}

.wraps > .wraps .item-views {
  padding-bottom: 31px;
}

.item-views .section-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 15px;
}

.item-views .item {
  margin-bottom: 10px;
  position: relative;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0 0 1px #f5f5f5;
}

.item-views.list .item {
  margin-bottom: 0;
}

.item-views.list hr {
  margin: 47px 0;
}

.item-views.list .item .title {
  font-size: 16px;
}

.item-views .item .title {
  font-weight: 700;
  margin-bottom: 6px;
}

.item-views .item .previewtext {
  margin-bottom: 20px;
  margin-top: 10px;
  color: #555;
  overflow: hidden;
}

.item-views .item .previewtext p {
  margin-bottom: 0;
  color: #555;
}

.item-views.table .item {
  margin-bottom: 30px;
}

.item-views.table .item .text {
  padding: 15px 24px 24px;
  overflow: hidden;
}

.item-views.table .item .image {
  padding: 24px 24px 0 24px;
  text-align: center;
  width: 100%;
}

.item-views.table .item .image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  max-height: none;
}

.detail .gallery-block .flexslider .slides > li {
  max-height: none;
  padding: 0;
  margin: 0;
}

.flexslider ul {
  margin: 0;
}

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

.detail .front .flex-direction-nav a:before {
  opacity: 1;
}

.item-views.table .item {
  margin-bottom: 16px;
  border: 1px solid #f5f5f5;
  transition: box-shadow 0.3s ease;
  display: block;
  box-shadow: none;
}

.item-views li[class*="col-md"]:before {
  display: none;
}

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

.flexslider.shadow.front .flex-direction-nav .flex-next,
.flexslider.shadow.front .flex-direction-nav .flex-prev {
  top: 7px;
}

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

.group-content .tab-pane .text_before_items {
  margin-bottom: 30px;
}

.item-views.table .item a {
  text-decoration: none;
}

.item-views .item .title a {
  color: #222;
}

.item-views.table .item .title a {
  font-weight: 700;
}

.item-views.table .item .image {
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  max-height: 202px;
}

.item-views.table .item .image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  zoom: 1;
}

.table-type-block.item-views.items-list3 .row > div {
  padding-bottom: 32px;
}

.table-type-block.item-views.items-list3 .item {
  display: block;
  padding: 53px 25px;
  margin: 0;
  box-shadow: none;
  border: 1px solid #f5f5f5;
}

.table-type-block.item-views.items-list3 .shadow .item:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
}

.table-type-block.item-views.items-list3 .item .image {
  float: none;
  text-align: center;
  height: 60px;
  line-height: 57px;
}

.table-type-block.item-views.items-list3 .item .image img {
  display: inline-block;
  max-height: 100%;
}

.item-views.list .items > div h2 {
  margin-top: 30px;
}

.item-views.list .items > div:first-of-type h2 {
  margin-top: 0;
}

.partners.item-views.table .item .image {
  padding: 40px 40px 0;
  height: 150px;
  line-height: 107px;
}

.partners.item-views.table .item .text {
  padding-bottom: 0;
  padding-top: 30px;
}

.detail.partners {
  overflow: hidden;
}

.detail.partners .detailimage {
  float: right;
  margin: 0 0 50px 50px;
  line-height: normal;
  width: 288px;
}

.detail.partners .detailimage .img-partner {
  box-shadow: inset 0 0 0 1px #f5f5f5;
  display: block;
  padding: 80px 30px;
  line-height: normal;
  text-align: center;
}

.detail.partners .detailimage .img-partner img {
  margin: auto;
}

.detail.partners .detailimage + .post-content hr {
  background: 0 0;
  border: none;
}

.catalog.sections .items {
  margin-right: 0;
}

.catalog.sections .items > div {
  padding-right: 0;
  padding-left: 0;
}

.catalog.item-views .item .image {
  padding: 0;
  max-width: 244px;
  height: 244px;
  margin: 0 auto;
  line-height: 241px;
  position: relative;
  background: #fff;
  max-height: 244px;
}

.catalog.sections .item {
  margin: -1px 0 0 -1px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  padding: 50px 50px 50px;
  box-shadow: none;
  transition: box-shadow ease 0.3s;
}

.catalog.sections.front .item {
  padding: 16px 14px 19px;
  margin: 0 0 13px;
}

.catalog.sections .item:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
}

.catalog.sections .item a {
  text-decoration: none;
}

.catalog.sections .item .title {
  font-weight: 700;
  margin-bottom: 36px;
}

.catalog.sections .item .text {
  line-height: 22px;
  color: #555;
  margin: 0 0 27px 0;
}

.catalog.sections .item .image {
  float: left;
  height: 254px;
  line-height: 254px;
  text-align: center;
  width: 254px;
  max-width: 254px;
  margin-bottom: 0;
  background: #fff;
}

.catalog.sections .item.right .image {
  float: right;
}

.catalog.sections.front .item .image {
  height: 110px;
  line-height: 107px;
  width: 138px;
}

.catalog.sections .item .image a {
  text-align: center;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  vertical-align: top;
}

.catalog.sections .item .image img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  zoom: 1;
}

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

.row {
  margin: 0 -15px 0 -15px;
}

.row .item_block {
  padding: 0 15px 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.row .item_block > a {
  display: block;
  overflow: hidden;
}

.row .item_block > a img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

.accordion-body {
  position: relative;
}

.accordion-head {
  cursor: pointer;
  padding: 20px 40px;
  position: relative;
  font-size: 1.067em;
  font-weight: 700;
  z-index: 1;
  color: #222;
  display: block;
}

.accordion-head.active .fa:before {
  content: "\f106";
}

.panel-collapse.in {
  background: #f5f5f5;
}

.panel-collapse .accordion-body {
  padding: 0 80px 30px 45px;
  position: relative;
  z-index: 2;
}

.accordion-head .fa {
  border-radius: 30px;
  color: #222;
  position: absolute;
  top: 38px;
  font-size: 24px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
}

.accordion-head:hover .fa {
  background: #f5f5f5;
}

section.toggle {
  margin: 10px 0 0;
  position: relative;
  clear: both;
}

section.toggle input {
  cursor: pointer;
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

section.toggle label {
  border-left: 3px solid;
  transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  background: #f4f4f4;
  border-radius: 3px;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

section.toggle label::-moz-selection {
  background: 0 0;
}

section.toggle label::selection {
  background: 0 0;
}

section.toggle label::before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: "";
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}

section.toggle label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}

section.toggle label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

section.toggle.active > label {
  color: #fff;
}

section.toggle.active > label::before {
  border: 6px solid transparent;
  border-top-color: inherit;
  margin-top: -3px;
  right: 10px;
}

section.toggle.active > p {
  white-space: normal;
}

.table-type-block.item-views .row {
  margin: 0;
}

.table-type-block.item-views.items-list3 .row {
  margin-left: -15px;
  margin-right: -15px;
}

.table-type-block.item-views .row > div {
  padding: 0;
}

body .table-type-block.item-views .row > div .item {
  margin: 0 -1px -1px 0;
}

.table-type-block.item-views.items-list3 .row > div {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.table-type-block.item-views.items-list3 .item {
  display: block;
  padding: 53px 25px;
  margin: 0;
  box-shadow: none;
  border: 1px solid #f5f5f5;
}

.table-type-block.item-views.items-list3 .shadow .item:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
}

.table-type-block.item-views.items-list3 .item .image {
  float: none;
  text-align: center;
  height: 60px;
  line-height: 57px;
}

.table-type-block.item-views.items-list3 .item .image img {
  display: inline-block;
}

body .wrapper .button {
  -webkit-appearance: none;
}

.basket_fly .module-cart .colored tfoot td.row_titles .item_title {
  margin-top: 2px;
}

.basket_wrapp .module-cart table.bottom.middle.error td.row_values {
  padding-left: 21px;
}

.cost.prices .price_name:first-of-type {
  margin-top: -2px;
}

.detail .detailimage {
  margin-bottom: 35px;
  padding: 0;
  text-align: left;
  z-index: 1;
}

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

.catalog.item-views.list .item {
  padding: 29px;
  margin-bottom: -1px;
  box-shadow: none;
  border: 1px solid #f5f5f5;
}

.catalog.item-views.list .item .text {
  margin-top: -4px;
}

.catalog.item-views.list .item .text {
  padding: 0 !important;
}

.catalog.item-views.list .item .title {
  font-size: 1.067em;
}

.catalog.item-views.list .item .text hr {
  margin: 22px 0 13px;
}

.catalog.item-views.list .item:hover {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.catalog.item-views.list .item {
  border-color: #f2f2f2;
  transition: box-shadow 0.3s ease;
}

.catalog.item-views.list .item .description {
  padding: 16px 0 0;
  line-height: 22px;
}

.reviews.item-views .item {
  border: none;
  margin-bottom: 20px;
  box-shadow: none;
}

.detail .reviews.item-views .items > div:last-of-type .item {
  margin-bottom: 0;
}

.reviews.item-views .item .title {
  margin-bottom: 5px;
  color: #222;
}

.reviews.item-views .item .post {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-bottom: 3px;
}

.reviews.item-views .item .text {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 0;
}

.reviews.item-views .item .text p {
  margin-bottom: 20px;
}

.reviews.item-views .item .video {
  padding: 10px 0 0;
}

.wraps .reviews.item-views .items > div:last-of-type hr {
  display: none;
}

.detail .front .flex-direction-nav a:before {
  opacity: 1;
}

.item-views.table .item {
  margin-bottom: 16px;
  border: 1px solid #f5f5f5;
  transition: box-shadow 0.3s ease;
  display: block;
  box-shadow: none;
}

.item-views li[class*="col-md"]:before {
  display: none;
}

.flexslider.shadow.front .flex-direction-nav .flex-next,
.flexslider.shadow.front .flex-direction-nav .flex-prev {
  top: 7px;
}

.item-views .shadow .item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.group-content .tab-pane .text_before_items {
  margin-bottom: 30px;
}

.item-views.table .item a {
  text-decoration: none;
}

.item-views .item .title a {
  color: #222;
}

.item-views.table .item .title a {
  font-weight: 700;
}

.item-views.table .item .image {
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  max-height: 202px;
}

.item-views.table .item .image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  zoom: 1;
}

.licenses.item-views.table .item .image {
  height: 250px;
  line-height: 227px;
  max-height: none;
  padding: 20px 20px 0;
  position: relative;
}

.licenses.item-views.table .item .image a {
  display: inline;
}

.licenses.item-views.table .item .title {
  font-weight: 700;
}

.item-views.table .item .title {
  text-align: left;
  margin: 0;
  font-weight: 400;
}

.properties {
  margin: 0 -15px 12px;
}

.properties + .link-block-more {
  padding: 20px 0 0;
}

.item-views.table.table-type-block .item .properties {
  font-size: 1em;
}

.item-views.table.table-type-block .item hr {
  margin-bottom: 14px;
}

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

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

#content noscript + b {
  display: none;
}

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

.contacts {
  color: #333;
}

.contacts table {
  color: #666;
  border: 0;
  border-collapse: collapse;
}

.contacts table td {
  padding-bottom: 10px;
  line-height: 21px;
  vertical-align: top;
}

.maxwidth-theme > .form.inline {
  padding: 20px 0 20px;
}

.detail .detailimage {
  z-index: 1;
}

.votes_block .inner_rating {
  display: flex;
}

@media screen and (max-width: 599px) {
  .catalog_item .btn {
    width: 100%;
  }
}

#filter-helper {
  display: none;
  padding-bottom: 15px;
  align-items: center;
}

#mobilefilter #filter-helper {
  padding-top: 15px;
}

/* End */
/* Start:/assets/templates/aspro_next/css/media.min.css?1719310706145258*/
body {
  min-width: 300px;
}

@media (max-width: 1124px) {
  .top-block .social-icons li a {
    width: 30px;
  }
}

@media (max-width: 767px) {
  /* .mobile_filter_compact {
        display: none
    } */

  #mobileheadersimple.fixed {
    position: fixed;
    width: 100%;
    z-index: 3000;
    top: 0;
  }

  #mobileheadersimple {
    height: 63px;
  }

  #mobileheadersimple .logo-block,
  #mobileheadersimple .logo.colored,
  #mobileheadersimple .right-icons {
    height: 100%;
  }

  #mobileheadersimple .logo-block.pull-left {
    padding-left: 13px;
  }

  #mobileheadersimple .logo svg {
    max-width: 112px;
  }

  body .catalog_section_list .item_block {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .bx_filter.bx_filter_vertical {
    display: block !important;
  }

  body .share {
    text-align: right;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1290px) {
  header .menu.top > li.full > .dropdown > li {
    width: 50%;
  }

  .menu_top_block li.full > .dropdown > li:nth-child(3n + 1) {
    clear: both;
  }
}

@media all and (max-width: 1300px) {
  .top-block .social-icons {
    text-align: center;
  }
}

@media all and (max-width: 1200px) {
  footer .phone .dropdown {
    text-align: right;
  }
}

@media all and (max-width: 1199px) {
  .catalog_item .cost.prices,
  .catalog_item .price {
    white-space: normal;
  }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
  .left_block {
    width: 210px;
  }

  .right_block.wide_,
  .right_block.wide_N {
    width: calc(100% - 240px) !important;
  }
}

@media all and (max-width: 1000px) {
  body #header .basket_fly {
    width: 700px;
    right: -700px;
  }

  #header .basket_fly .basket_title {
    margin-right: 15px;
  }

  .basket_sort ul.tabs li {
    margin-right: 0;
  }
}

@media all and (max-width: 992px) {
  .menu_top_block.catalog_block .dropdown > li.full > .dropdown > li {
    width: 50%;
  }

  .menu_top_block li.full > .dropdown > li:nth-child(2n + 1) {
    clear: both;
  }

  .menu_top_block li.full > .dropdown > li:nth-child(3n + 1) {
    clear: none;
  }
}

@media (min-width: 992px) {
  .right_block.wide_,
  .right_block.wide_N {
    float: right;
    width: calc(100% - 264px);
    position: relative;
  }

  .catalog_section_list.items.row {
    margin: 0;
  }

  body #content .wrapper_inner .left_block > .visible_mobile_filter {
    display: block !important;
  }

  .bx_filter.bx_filter_vertical {
    display: block !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .header-cart .basket_fly {
    width: 700px;
    right: -700px;
  }
}

@media screen and (max-width: 991px),
  projection and (max-width: 991px),
  tv and (max-width: 991px),
  handheld and (max-width: 991px) {
  .top-block .address {
    display: none;
  }

  .share.top {
    margin-top: 0;
  }

  body #content .wrapper_inner .left_block {
    display: none;
  }

  body #content .wrapper_inner .left_block > * {
    display: none;
  }

  .bx_filter.bx_filter_vertical:not(.compact),
  body #content .left_block.catalog > div {
    display: none;
  }

  body #content .wrapper_inner .right_block {
    padding-left: 0;
    margin: 0 !important;
  }

  body .wrapper_inner .left_block.vertical {
    position: absolute;
    width: 95%;
    float: none;
    padding: 0;
    margin: 0;
    display: block;
  }

  .bx_filter.bx_filter_vertical:not(.compact) {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 101;
  }

  .catalog.vertical .adaptive_filter {
    display: block;
  }

  body #header:not(.border) + .middle.main {
    padding-top: 207px;
  }

  body #header:not(.border) + .middle {
    padding-top: 227px;
  }

  .wrapper_inner .middle .module-cart table tr td.count-cell {
    padding-left: 5px;
    padding-right: 5px;
  }

  body .wrapper:not(.front_page) .middle {
    float: none;
  }

  .bx_filter .bx_filter_section {
    border: none;
  }

  /* .catalog.vertical .mobile_filter_compact {
        display: none
    } */

  .right_block #filter-helper {
    display: none !important;
  }
}

@media print {
  .fill_bg_n .top_inner_block_wrapper,
  .top_inner_block_wrapper .maxwidth-theme {
    padding: 0;
  }

  body .maxwidth-theme,
  body .wrapper_inner {
    padding: 0 !important;
  }

  .tab-content .reviews {
    display: none !important;
  }
}

@media all and (max-width: 900px) {
  .count-cell div.error {
    white-space: normal;
  }
}

@media all and (max-width: 870px) {
  .subscribe-form .wrap_bg {
    background-position: center -34px;
  }

  .subscribe-form .wrap_bg .sform,
  .subscribe-form .wrap_bg .top_block {
    width: 100%;
    display: block;
    vertical-align: middle;
    margin-top: 0;
  }

  .subscribe-form .wrap_bg .top_block {
    padding: 0 0 20px 0;
  }

  .subscribe-form .top_block .image {
    display: none;
  }

  .subscribe_wrap .subscribe-form .top_block .image + .text {
    padding: 0;
  }

  .subscribe_wrap .subscribe-form form.sform > div {
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .bx_filter .bx_filter_section {
    margin: 0 0 27px 0;
  }

  .bx_filter.compact {
    position: relative;
    z-index: 100;
    top: 0 !important;
    margin: 0 0 27px;
    padding: 0 0 13px;
    border-bottom: 1px solid #f2f2f2;
  }

  .bx_filter.compact .bx_filter_section {
    margin: 0;
    background: 0 0;
    border: none;
  }

  .bx_filter.compact .bx_filter_parameters_box.title {
    float: left;
    z-index: 1;
  }

  .bx_filter.compact form {
    padding: 0 0 0 14px;
    margin: -4px -15px -4px;
  }

  .bx_filter.compact .bx_filter_parameters_box {
    margin: 4px 4px 4px;
    position: relative;
    float: left;
    padding: 0;
    border: none;
  }

  .bx_filter.compact .bx_filter_parameters_box.title {
    margin: 4px 0;
  }

  .bx_filter.compact .bx_filter_parameters_box_title {
    font-size: 13px;
  }

  .bx_filter.compact .bx_filter_parameters_box_title {
    padding-right: 15px;
  }

  .bx_filter.compact .bx_filter_parameters_box_title:after {
    right: 12px;
    top: 8px;
    font-size: 12px;
  }

  .bx_filter.compact .bx_filter_parameters_box_title.prices {
    margin-bottom: 15px;
    cursor: default;
  }

  .bx_filter.compact
    .bx_filter_parameters_box
    .bx_filter_parameters_box_title.prices {
    padding-left: 0;
  }

  .bx_filter.compact .bx_filter_parameters_box_title.prices:hover {
    color: #333;
  }

  .bx_filter.compact .bx_filter_parameters_box_title.prices:after {
    display: none;
  }

  .bx_filter.compact label {
    margin: 0;
  }

  .bx_filter.compact .label_block {
    margin: 4px 0 0;
  }

  .bx_filter.compact .label_block:first-of-type {
    margin-top: 0;
  }

  .bx_filter.compact .filter.label_block input[type="checkbox"] + label:after,
  .bx_filter.compact .filter.label_block input[type="checkbox"] + label:before {
    top: 0;
  }

  .bx_filter.compact .bx_filter_search_button {
    display: none;
  }

  .bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title {
    padding: 2px 26px 3px 11px;
    border: 1px solid transparent;
    border-radius: 2px;
    white-space: nowrap;
  }

  .bx_filter.compact
    .bx_filter_parameters_box.set
    .bx_filter_parameters_box_title:after {
    display: none;
  }

  .bx_filter_vertical.compact input[type="checkbox"] + label:not(.sku) {
    padding: 0;
    margin: 0;
  }

  body .bx_filter.compact .filter.label_block input + label {
    color: #333;
  }

  .bx_filter_vertical
    input[type="checkbox"]
    + label:not(.disabled):not(.nab):hover:before,
  .filter input[type="checkbox"] + label:not(.nab):hover:before,
  .filter input[type="radio"] + label:not(.nab):hover:before {
    display: inline-block;
    z-index: 3;
  }

  .bx_filter_vertical
    input[type="checkbox"]:checked
    + label:not(.disabled):not(.nab):hover:before,
  .filter input[type="checkbox"]:checked + label:not(.nab):hover:before,
  .filter input[type="radio"]:checked + label:not(.nab):hover:before {
    z-index: -1;
  }
}

@media screen and (max-width: 768px),
  projection and (max-width: 768px),
  tv and (max-width: 768px),
  handheld and (max-width: 768px) {
  .basket_wrapp .header-cart.fly .clicked > a {
    display: block;
  }

  div#mobileheader.fixed ~ #content {
    padding-top: 63px;
  }
}

@media screen and (max-width: 767px),
  projection and (max-width: 767px),
  tv and (max-width: 767px),
  handheld and (max-width: 767px) {
  .sort_header {
    display: flex;
    gap: 16px;
  }

  .maxwidth-theme,
  .wrapper_inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top_inner_block_wrapper.maxwidth-theme {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog .adaptive_filter {
    display: block;
  }

  body .colored #header {
    padding-bottom: 20px;
  }

  body .catalog_section_list .item_block {
    padding: 0 15px;
  }

  .col-md-6.share {
    position: absolute;
    right: 0;
    z-index: 1;
  }

  .breadcrumbs {
    display: block;
    padding-bottom: 5px;
  }

  .module-cart table td.remove-cell {
    padding: 2px;
    width: 10px;
  }

  body .module-cart table td.thumb-cell a {
    height: 40px;
    width: 40px;
  }

  .wrapper_inner .middle .basket_wrapp .module-cart table td.thumb-cell {
    width: 40px;
  }

  .basket_wrapp .module-cart table.bottom.middle td {
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 20px 0 0;
  }

  .basket_wrapp .module-cart table.bottom.middle td.row_titles {
    padding-right: 10px;
  }

  .basket_wrapp .module-cart table.bottom.middle td.row_values {
    padding-left: 10px;
    padding-top: 10px;
    width: 229px;
    margin-top: 20px;
  }

  .basket_wrapp .module-cart table.bottom.middle .bottom_btn td {
    padding: 0 20px 0 0;
    margin-bottom: 18px;
  }

  .basket_wrapp .module-cart table.bottom.middle .bottom_btn td > * {
    float: none !important;
  }

  ul.tabs li span {
    text-transform: none;
  }

  body .catalog_section_list .section_item {
    width: 100%;
  }

  body .catalog_section_list .section_item_inner {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }

  body .module-cart .name-cell,
  body .module-cart .name-th,
  body .module-cart .summ-cell,
  body .module-cart .summ-th {
    display: table-cell;
  }

  body .module-cart .name-cell,
  body .module-cart .name-th,
  body .module-cart tfoot .delay-cell {
    display: none;
  }

  body h1 {
    font-size: 32px;
    line-height: 36px;
    padding-top: 20px;
    padding-bottom: 21px;
  }

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

  .wraps > .wrapper_inner.front {
    padding-top: 24px;
  }

  #content .right_block.catalog {
    margin-top: 35px;
  }

  .wrapper_inner #content .right_block .inner_wrapper {
    right: 0;
    padding: 0;
  }

  body #content .left_block:not(.catalog) {
    width: 100%;
    float: none;
  }

  body #content .left_block.catalog {
    width: 100%;
    margin: 0;
  }

  .left_block .bx_filter .bx_filter_section {
    margin: 0;
  }

  .bx_filter.bx_filter_vertical.compact {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 101;
  }

  .bx_filter_vertical input[type="checkbox"] + label:not(.dib) {
    float: left;
    margin-right: 10px;
  }

  #mobilefilter .bx_filter_vertical input[type="checkbox"] + label:not(.dib) {
    float: none;
  }

  .filter_horizontal {
    overflow: visible;
  }

  .bx_filter_container_modef {
    display: none;
  }

  .bx_filter.bx_filter_vertical {
    display: none;
  }

  .filter_horizontal {
    padding: 0;
  }

  div[id^="smartFilterDropDown"] {
    max-width: 690px;
  }

  body #content .right_block,
  body #content .right_block.catalog {
    padding-left: 0;
  }

  body #content .left_block + .right_block:not(.catalog) {
    margin-top: 20px;
  }

  .basket_wrapp > div > a {
    display: block;
  }

  #header .basket_wrapp .basket_sort {
    display: none;
  }

  body #header .basket_fly {
    width: auto;
    background: 0 0;
    right: 0 !important;
  }

  /* .bx_filter_vertical.bx_filter .hidden_values {
        display: none
    } */

  header .menu_top_block {
    display: none;
  }

  header .menu_top_block > li {
    float: left;
  }

  .catalog_section_list .section_item .image {
    width: 90px;
  }

  .catalog_section_list .section_item .image img {
    max-width: 100%;
    max-height: 100%;
  }

  .item-views.list .item .image {
    margin: auto;
  }

  .bx_filter.bx_filter_vertical.compact {
    top: 34px;
  }

  .bx_filter.compact .bx_filter_section {
    margin-bottom: 0;
  }

  .bx_filter.compact .filter.label_block input[type="checkbox"] + label:after,
  .bx_filter.compact .filter.label_block input[type="checkbox"] + label:before {
    top: 0;
  }

  .bx_filter.compact
    .bx_filter_parameters_box.set
    .bx_filter_parameters_box_title:not(.prices) {
    border: none !important;
    color: #333 !important;
  }

  .bx_filter.compact
    .bx_filter_parameters_box
    .bx_filter_parameters_box_title:hover {
    color: #333 !important;
  }
}

@media all and (max-width: 650px) {
  .basket_sort ul.tabs li span {
    font-size: 14px;
  }

  body .module-cart .summ-cell,
  body .module-cart .summ-th {
    display: none;
  }

  .basket_wrapp .module-cart table.bottom.middle td.row_values {
    width: 160px;
    margin-top: 21px;
  }

  .wrapper_inner .middle .basket_wrapp .module-cart table.colored tr td {
    padding: 4px;
  }

  body .module-cart table td.thumb-cell a {
    line-height: 40px;
  }

  .wrapper_inner .middle .basket_wrapp .module-cart table tr td.count-cell {
    padding-top: 16px;
  }

  .wrapper_inner
    .basket_wrapp
    .module-cart
    table.bottom.middle
    td.row_values
    .item_title {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    font-weight: 700;
  }

  .wrapper_inner
    .basket_wrapp
    .module-cart
    table.bottom.middle
    td.row_titles
    .item_title {
    display: none !important;
  }

  .wrapper_inner
    .basket_wrapp
    .module-cart
    table.bottom.middle
    td.row_values
    .wrap_prices {
    float: left;
  }

  body .module-cart .cost-cell,
  body .module-cart .row_values .price,
  body .module-cart .summ-cell,
  body .module-cart .summ-cell * {
    font-size: 14px;
  }
}

@media (max-height: 700px) {
  body .header-cart .basket_fly {
    top: 0;
    height: 100%;
  }

  body .header-cart .basket_fly > .wrap_cont {
    text-align: left;
    height: 100%;
    padding-top: 90px;
  }

  body .header-cart .basket_fly > .wrap_cont {
    text-align: left;
    height: 100%;
    padding-top: 90px;
  }

  body .header-cart .basket_sort {
    margin-top: -90px;
  }

  body .header-cart .basket_fly .opener {
    top: 148px;
  }

  body .header-cart .basket_fly .basket_wrapp {
    height: 100%;
  }

  body .header-cart .basket_fly .basket_wrapp .module-cart,
  body .header-cart .basket_fly .basket_wrapp .module-cart .goods {
    height: 100%;
    max-height: none;
  }

  body .header-cart .basket_fly .basket_wrapp .module-cart .goods {
    border-bottom: none;
  }

  body .header-cart .basket_fly .basket_wrapp table.colored tr:last-child td {
    border-bottom: 1px solid #e7e7e7;
  }

  body .header-cart .basket_fly .basket_wrapp .itog {
    border-top: 1px solid #e7e7e7;
    margin-top: -1px;
    position: relative;
  }
}

@media all and (max-width: 600px) {
  body h1 {
    font-size: 1.866em;
    line-height: 22px;
    padding-top: 24px;
    padding-right: 0;
  }
  h2 {
    font-size: 1.4rem;
  }
  body .share.top + h1 {
    padding-top: 50px;
    padding-right: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top_inner_block_wrapper.maxwidth-theme {
    padding-bottom: 15px;
  }

  .top_inner_block_wrapper.maxwidth-theme section.page-top {
    padding-top: 20px;
  }

  .top_inner_block_wrapper.maxwidth-theme section div + .page-top-main h1 {
    padding-top: 0;
  }

  .top_inner_block_wrapper.maxwidth-theme > div:first-of-type h1 {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .top_inner_block_wrapper.maxwidth-theme
    section
    .page-top-main
    .share.top
    + h1 {
    padding-right: 45px !important;
  }

  .top_inner_block_wrapper.maxwidth-theme section .page-top-main .share.top {
    top: -8px;
  }

  .subscribe-form .wrap_bg .sform,
  .subscribe-form .wrap_bg .top_block {
    width: 100%;
  }

  .subscribe-form .wrap_bg .sform {
    margin-top: 22px;
  }

  body .header_wrap.white .menu > li.current > a span {
    border-bottom-color: transparent;
  }

  body .module-cart table td.delay-cell .value {
    display: none;
  }

  body .module-cart table td {
    padding: 3px;
  }

  body .count-cell div.error {
    position: static;
    white-space: normal;
  }

  body .module-cart table td.thumb-cell {
    width: 50px;
  }

  body .module-cart table td.thumb-cell a {
    height: 50px;
    width: 50px;
    position: relative;
  }

  body #header ul.menu.full > li > a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    display: inline-block;
    height: 42px;
    line-height: 43px;
  }

  body #header ul.menu.full {
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    display: none;
    box-shadow: 0 3px 18px rgba(44, 44, 44, 0.8);
    -moz-box-shadow: 0 3px 18px rgba(44, 44, 44, 0.8);
    -webkit-box-shadow: 0 3px 18px rgba(44, 44, 44, 0.8);
  }

  body ul.menu li.catalog a i {
    background: url(/assets/templates/aspro_next/css/../images/arrows_small.png)
      3px -21px no-repeat;
    right: 15px;
    top: 10px;
  }

  body ul.menu li.catalog:hover a i {
    background-position: -33px -21px;
  }

  body #header ul.menu.full > li:not(.current):not(.search_row) {
    background: #ecf0f3;
    border-top: 1px solid #f2f5f7;
    border-bottom: 1px solid #e4e6e7;
  }

  body #header ul.menu.full > li:not(.current) a {
    color: #000;
  }

  body #header {
    border-bottom: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  body #header ul.menu.full > li {
    display: block;
    width: 100%;
    text-align: left;
  }

  #mobileheader .right-icons .basket-link:not(.basket) {
    display: none;
  }

  #mobileheader .right-icons {
    padding-right: 12px;
  }

  body #header ul.menu.full > li:not(.menu_opener) > a {
    border-left: 0 !important;
    border-right: 0 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
  }

  .inline-search-block.big .maxwidth-theme {
    padding: 0;
  }

  .inline-search-block.fixed.big .search .search-input {
    height: 80px;
    font-size: 18px;
    padding: 0 0 2px 0;
    padding-right: 115px;
  }

  .inline-search-block.fixed.big .search .search-button-div {
    top: 25px;
  }

  .inline-search-block.fixed.big .search .btn-search {
    padding: 6px 10px;
  }

  .inline-search-block.with-close.big .search .btn-search {
    right: 35px;
  }

  .inline-search-block .close-block .close-icons {
    min-width: 8px;
    min-height: 8px;
    margin: -7px 0 0 -7px;
  }

  .inline-search-block.fixed.big .search .close-block {
    top: -1px;
    left: -3px;
  }

  .inline-search-block.with-close.fixed.big .search .close-block {
    top: -1px;
  }

  .inline-search-block.with-close:not(.big) .search .search-input-div {
    padding-right: 30px;
  }

  .inline-search-block:not(.big) .search .search-input {
    padding-right: 42px;
  }

  .inline-search-block.with-close:not(.big) .search .btn-search {
    right: 30px;
  }

  .inline-search-block.with-close:not(.big) .search-button-div .close-block {
    min-width: 28px;
  }

  .inline-search-block:not(.big) .close-block .close-icons {
    left: 21px;
  }
}

@media all and (min-width: 551px) and (max-width: 991px) {
  hr.bottoms + .row > div {
    float: left;
  }

  hr.bottoms + .row > div.share {
    float: right;
  }
}

@media all and (max-width: 550px) {
  hr.bottoms + .row > div {
    margin-bottom: 20px;
    height: 44px;
  }

  hr.bottoms + .row > div:last-of-type {
    margin-bottom: 0;
  }

  body .search-page form {
    padding: 15px 5px 17px;
  }

  body ul.tabs li span {
    font-size: 10px;
    padding-top: 6px;
    line-height: 9px;
  }

  body ul.tabs li {
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
  }

  body .search-page form {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
  }

  .wrapper_inner .basket_wrapp .wraps_icon_block.basket .count .items a {
    color: #fff;
  }

  .basket_wrapp .wraps_icon_block.basket {
    margin-right: 0;
  }
}

@media all and (max-width: 520px) {
  .js_wrapper_items:not(.has_mobile_filter_compact) .sort_header .sort_display {
    display: none;
  }

  .js_wrapper_items:not(.has_mobile_filter_compact) .sort_header {
    float: right;
  }

  .js_wrapper_items:not(.has_mobile_filter_compact) .adaptive_filter {
    width: auto;
  }
}

@media all and (max-width: 500px) {
  .flex-direction-nav {
    display: none !important;
  }

  .catalog_block .catalog_item {
    margin-right: 0;
  }
}

@media all and (max-width: 470px) {
  .button.video::before {
    display: none;
  }

  #mobileheader .wrap_icon {
    padding-right: 8px;
    padding-left: 8px;
  }

  .basket_wrapp .header-cart {
    display: none;
  }
}

@media all and (max-width: 460px) {
  .ce_cmp .catalog_block .catalog_item {
    padding: 9px 9px 15px 9px;
  }

  .ce_cmp .catalog_block .price {
    white-space: normal;
  }
}

@media all and (max-width: 450px) {
  ul.tabs li {
    padding: 5px 0 0 0;
  }

  .filter_opener i {
    margin-right: 8px;
  }

  .adaptive_filter {
    padding-right: 0;
    clear: both;
    width: 50%;
  }

  body .filter_opener {
    margin-right: 0;
    text-align: center;
  }

  .wrapper_inner
    .basket_wrapp
    .module-cart
    table.bottom.middle
    .bottom_btn
    .back_btn
    > div {
    margin: 20px 0 0;
  }

  .wrapper_inner
    .basket_wrapp
    .module-cart
    table.bottom.middle
    .bottom_btn
    .back_btn
    > div:first-child {
    margin-top: 0;
  }

  .basket_wrapp .module-cart table.bottom.middle td.row_titles {
    margin-bottom: 0 !important;
  }

  .filter_opener {
    padding: 10px 9px 3px;
    margin-top: 0;
    display: block;
  }

  .has_mobile_filter_compact .sort_header .sort_display {
    display: none;
  }

  .basket_wrapp .wraps_icon_block {
    margin: 0 30px 0 0;
  }

  .module-cart table.bottom td {
    display: block;
    float: none !important;
    margin-bottom: 18px !important;
    overflow: hidden;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  .module-cart table.bottom td .description {
    display: none;
  }

  /* .section_block .sections_wrapper .list .row>div {
        width: 100%;
        float: none
    } */

  .ce_cmp .sort_display {
    display: none;
  }
}

@media all and (max-width: 400px) {
  .wrapper_inner .cost.prices .price {
    font-size: 14px;
  }

  .catalog_section_list .section_item {
    padding: 22px 22px 17px;
    height: auto !important;
  }

  .catalog_section_list .section_item td.section_info .desc {
    display: none;
  }

  .catalog_section_list .section_item td.section_info {
    height: auto !important;
    vertical-align: middle;
  }

  .catalog_section_list .section_item li.name a span {
    font-size: 15px;
  }

  .catalog_section_list .section_item .image {
    width: 60px;
  }

  #mobileheader .logo,
  #mobileheader .logo svg {
    max-width: 112px;
  }

  .sections_wrapper .list .item:not(.section_item) .img {
    width: auto;
  }

  .sort_display a {
    width: 33px;
    margin-left: 5px;
  }

  .basket_fly .header_wrap {
    position: relative;
  }

  .basket_fly .header_wrap #header > .wrapper_inner {
    padding-top: 60px;
  }

  body #header .basket_fly {
    top: 0;
    height: 46px;
    width: 100%;
    left: 0;
    right: auto;
    position: absolute;
    box-shadow: none;
    min-height: inherit;
  }

  #header .basket_fly .opener {
    width: 100%;
    left: 0;
    border-radius: 0;
    position: static;
  }

  #header .basket_wrapp .basket_sort {
    display: none;
  }

  #header .basket_fly .opener > div {
    width: 25%;
    float: right;
    height: 46px;
  }

  .basket_fly .basket_wrapp .basket_fly .wraps_icon_block {
    top: 32%;
    margin: 0;
  }

  .basket_wrapp .wraps_icon_block.compare:before {
    top: -4px;
  }

  .basket_wrapp .wraps_icon_block.delay:before {
    top: -1px;
  }

  .basket_wrapp .wraps_icon_block.basket:before {
    top: -1px;
  }

  #header .basket_fly .opener > div:after {
    width: 1px;
    height: 100%;
  }

  .basket_wrapp .wraps_icon_block .count {
    top: -9px;
  }
}

@media all and (max-width: 380px) {
  .basket_wrapp .module-cart .cost-cell .cost.prices {
    white-space: normal;
  }

  .catalog_section_list .section_item tr td {
    display: block;
  }

  .catalog_section_list .section_item .image {
    width: 100%;
    padding: 0;
  }
}

@media all and (max-width: 360px) {
  .container > h1 {
    padding-right: 0;
  }

  .ce_cmp .catalog_block .rating {
    display: none;
  }
}

@media all and (max-width: 320px) {
  .basket_wrapp .wraps_icon_block {
    margin: 0 25px 0 0;
  }
}

/* End */
/* Start:/assets/templates/aspro_next/vendor/fonts/font-awesome/css/font-awesome.min.css?171597574531000*/
/*!
 *  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("/assets/templates/aspro_next/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/templates/aspro_next/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("/assets/templates/aspro_next/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    url("/assets/templates/aspro_next/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0")
      format("woff"),
    url("/assets/templates/aspro_next/vendor/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0")
      format("truetype"),
    url("/assets/templates/aspro_next/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;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

@-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-angle-left:before {
  content: "\f104";
}

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

/* End */
/* Start:/assets/templates/aspro_next/css/print.min.css?171597574517356*/
@media print {
  body {
    background: #fff !important;
  }

  #footer,
  body .body {
    margin: 0 !important;
  }

  #mobileheader,
  .dropdown,
  .top-block {
    display: none !important;
  }

  body .body:not(.index) .main > .container {
    padding-bottom: 50px;
  }

  body .main {
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }

  body .body {
    margin-bottom: 0 !important;
    min-height: 0;
  }

  a[href]:after {
    display: none;
  }

  .page-top .share.top {
    display: none;
  }

  .label {
    border: none;
  }

  .item-views.table-type-block .items > div {
    width: 50%;
    float: left;
  }

  .item-views.table-type-block:not(.staff-items)
    .items
    > div:nth-child(2n + 1) {
    clear: left;
  }

  section.page-top h1 {
    padding-right: 0 !important;
  }

  .btn {
    display: none;
  }

  .sections_wrapper .list .item .name {
    white-space: nowrap;
  }

  .flexslider .flex-direction-nav {
    display: none !important;
  }

  .wrapper1 .header_wrap {
    display: block !important;
  }

  .reviews.item-views .item .video {
    display: none;
  }

  .accordion-head .fa {
    display: none;
  }

  body .catalog.detail .head .brand {
    float: right;
    margin: 0;
  }

  .adaptive_filter,
  .sort_header {
    display: none !important;
  }

  .catalog_block.items .item_block {
    float: left;
    width: 50%;
  }

  .catalog_block.items .item_block:nth-child(2n + 1) {
    clear: left;
  }

  .catalog.detail .head {
    border: none !important;
  }

  .catalog.detail .head .row > div {
    width: 100%;
  }

  .gallery-block .flexslider .items {
    width: 100% !important;
    transform: none !important;
  }

  .catalog.detail .tab-pane {
    display: block;
  }

  .gallery-block .flexslider .items li {
    width: 100% !important;
  }

  .gallery-block .flexslider .items li {
    height: 300px !important;
    line-height: 297px !important;
  }

  .catalog.item-views.table .flexslider .slides > li {
    width: 300px !important;
  }

  .item-views .item {
    height: auto !important;
  }

  .catalog.item-views > .row > div[class*="col-"]:nth-child(2n + 1) {
    clear: left;
  }

  .style-switcher {
    display: none !important;
  }

  .style-switcher {
    display: none !important;
  }

  .bottoms + .row > div {
    width: 50%;
    float: left;
    margin: 0;
    display: none;
  }

  .bottoms + .row > div.share {
    float: right;
  }

  .item-views.table .item {
    box-shadow: none;
    border: none;
  }

  .inline-search-block {
    display: none;
  }

  .basket_wrapp .module-cart table.bottom.middle td.row_values {
    float: none !important;
    display: table-cell !important;
    padding-top: 39px;
  }

  .style-switcher {
    display: none !important;
  }

  header {
    background: 0 0 !important;
  }

  .left_block {
    display: none;
  }

  .right_block {
    padding: 0 !important;
    width: 100% !important;
  }

  .basket_wrapp .header-cart {
    display: none;
  }

  .basket_sort,
  .bottom_btn,
  .breadcrumbs,
  .delay-cell,
  .footer,
  .remove-cell,
  .style-switcher {
    display: none !important;
  }

  #header {
    border-color: transparent !important;
  }

  .row_values {
    width: 178px !important;
  }

  h1 {
    padding-top-top: 20px;
  }

  body .wrapper #header {
    margin-bottom: 0 !important;
  }

  .wrapper {
    padding-bottom: 0;
  }

  table {
    page-break-inside: auto;
  }

  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  footer .subscribe_wrap {
    display: none;
  }

  footer .row > div {
    width: 100%;
  }

  body h1 {
    text-align: left;
    padding-right: 0;
  }
}

@media print and (orientation: landscape) {
  .flex-direction-nav {
    display: none !important;
  }
}

/* End */
/* Start:/assets/templates/aspro_next/css/form.min.css?17159757451006*/

/* End */
/* Start:/assets/templates/aspro_next/themes/9/theme.min.css?171597574645072*/

ul li::before {
  color: #dee2e6;
}

#header ul.menu.full.opened li:not(.search_row):hover,
#header ul.menu.full.opened li.current {
  border-bottom: 1px solid #114993;
}

#header ul.menu.full.opened li:not(.search_row):hover,
#header ul.menu.full.opened li.current {
  border-top: 1px solid #00113e;
}

.breadcrumbs .dropdown {
  border-top: 2px solid #dee2e6;
}

.item:hover .name a,
.item:hover .title a,
.item .title a:hover {
  color: #00113e !important;
}

a i.arrow b {
  background-position: -36px 0px;
}

ul.menu li.current a i {
  background-position: -61px 0px;
}

.inline.close:hover i {
  background-position: -1px -59px;
}

ul.menu li a {
  color: #000;
}

ul.menu li a i {
  background-position: -2px -20px;
}

@media all and (max-width: 600px) {
  #header ul.menu.full.opened > li {
    background-color: #00113e;
  }

  #header ul.menu.full.opened li.current {
    background: #1561b8;
  }
}

.bx_filter .button {
  border-color: #00113E;
}

a,
.link,
.bx_filter_parameters_box_title:hover,
.breadcrumbs a:hover span {
  color: #00113e;
}

button.button,
input.button,
.button,
#header ul.menu.full.opened li:not(.search_row):hover,
.flex-direction-nav li:hover,
.flex-direction-nav li:first-child:hover,
.inline.close:hover span,
.module-cart .remove-cell a:hover,
.bx_filter .bx_filter_parameters_box_title:before,
.bx_filter_vertical input[type="checkbox"] + label:before,
.filter input[type="checkbox"] + label:before,
.filter input[type="radio"] + label:before,
.filter_opener.opened,
.filter_opener:hover,
.remove:hover,
a i.arrow {
  color: #fff;
  background: #00113e;
}

.btn.btn-default {
  background-color: #00113E;
  border-color: #00113E;
  color: #ffffff;
}

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

.btn.btn-default.white:not(.grey) {
  color: #00113E !important;
  border: 1px solid #00113E;
  background: #ffffff;
}

.btn.btn-default.white:hover,
.btn-default.white:active,
.btn-default.white:focus {
  color: #ffffff !important;
  border-color: #00113E;
  background: #00113E;
}

.btn.btn-default.white.white-bg:hover,
.btn-default.white.white-bg:active,
.btn-default.white.white-bg:focus {
  color: #00113E !important;
  border-color: #00113E;
  background: #fff;
}

.btn.btn-primary {
  background-color: #00113E;
  border-color: #00113E;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #00113e;
  border-color: #00113e;
}

.introtext {
  border-bottom-color: #00113E;
}

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

.svg.colored path {
  fill: #00113E;
}

#mobilemenu .menu ul > li.selected a:before {
  background: #00113E;
}

#mobilemenu .contacts a:hover {
  color: #00113E;
}

#mobilemenu .menu > ul > li.counters .count {
  background: #00113E;
}

.top-block.colored {
  background: #00113E;
}

.top-block .social-icons li a:hover:before {
  background-color: #00113E;
}

.logo.colored img,
header .line-row,
#mobileheader .logo.colored img {
  background-color: #00113E;
}

.inline-search-block.fixed.big .search .close-block:hover .close-icons {
  background-color: #00113e;
}

.logo.colored a img {
  background-color: #00113e;
}

/* .dark-color:hover,a.colored,.colored {
    color: #00113E;
} */

.flex-direction-nav li:first-child,
.flex-direction-nav li,
.flex-direction-nav li:hover {
  border-bottom-width: 0px;
}

.button:hover {
  background: #2e4e8c;
}

header .menu_top_block li .dropdown > li:hover > a,
header
  .menu_top_block
  li:not(.catalog)
  .dropdown
  > li.current
  > a:not(.section),
header .menu_top_block li.catalog > .dropdown > li:hover > a:before {
  background: #00113E;
}

.menu_top_block.catalog_block .dropdown > li.full:hover > a:before,
.menu_top_block.catalog_block .dropdown > li.full.current > a,
header .menu_top_block li.catalog > .dropdown > li.current > a {
  background: #00113E;
}

header .menu_top_block > li.catalog > a,
header .menu_top_block > li.catalog.current > a,
header .menu_top_block > li.catalog {
  background-color: #00113E;
}

.menu_top_block.catalog_block .dropdown > li.full:hover > a:after {
  color: #00113E;
}

.menu_top_block.catalog_block
  .dropdown
  > li.full
  > .dropdown
  > li
  > a:not(.section):hover,
.menu_top_block.catalog_block .dropdown > li.full:hover > a {
  color: #00113e;
}

header .menu_top_block li.catalog > .dropdown > li:hover > a,
header
  .menu_top_block
  li.catalog
  > .dropdown
  > li
  > .dropdown
  > li.current
  > a:not(.section) {
  color: #00113e;
}

body .basket-link.basket-count .count {
  background-color: #00113E;
}

.top-btn:hover .svg:not(.inline) {
  background-color: #00113E;
}

.top-btn .svg.inline:hover svg path,
.top-btn:hover .svg.inline svg path,
.svg.inline:not(.colored):hover svg path,
a:hover .svg.inline path {
  fill: #00113E;
}

a:hover .svg:not(.inline) {
  background-color: #00113E;
}

.style-switcher .switch:hover {
  background: #00113E;
}

.style-switcher .options > span.current:not(.block) {
  background: #00113E;
}

section.toggle label {
  color: #00113E;
  border-color: #00113E;
}

section.toggle.active > label {
  background-color: #00113E;
  border-color: #00113E;
}

.fa.colored {
  background: #00113E;
}

.subscribe-form input.send_btn {
  background-color: #00113E;
}

.left_block .subscribe-form .wrap_bg {
  background-color: #00113E;
}

a.dark_link:hover,
.dark_link:hover span,
.dl:hover a,
.selected a.dark_link,
.current a.dark_link {
  color: #00113e !important;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > a {
  color: #00113e;
}

/* .basket_wrapp:not(.basket_fill_COLOR) .basket_fly .wraps_icon_block.delay .count span {
    background-color: #00113E;
} */

.bx_filter .bx_filter_parameters_box_title:hover:after {
  color: #00113e;
}

.bx_filter.compact
  .bx_filter_parameters_box.set
  .bx_filter_parameters_box_title:not(.prices) {
  border: 1px solid #00113E;
  color: #00113E;
}

.reviews.item-views.front .item .image:before {
  background-color: #00113E;
}

/* End */
/* Start:/assets/templates/aspro_next/bg_color/light/bgcolors.min.css?171597574554*/

/* End */
/* Start:/assets/templates/aspro_next/css/width-3.min.css?17159757452211*/
body .maxwidth-theme,
body .wrapper_inner {
  max-width: 1350px;
}

/* End */
/* Start:/assets/templates/aspro_next/css/font-1.min.css?17159757454207*/
html {
  font-size: 15px;
}

body {
  font: 15px/24px "Open Sans", Arial, sans-serif;
}

.item-views .item .previewtext p {
  font-size: 14px;
}

.introtext {
  font-size: 15px;
}

.sections_wrapper .list .item .name a {
  font-size: 15px;
}

.bx_filter .bx_filter_parameters_box_title:after {
  top: 18px;
}

/* End */
/* Start:/assets/templates/aspro_next/css/custom.css?17212999993087*/
/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(/assets/templates/aspro_next/css/image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/*.catalog_page .section_block {
display: none;
}*/

.wrapper_block.with_title.title_left .muted {
  display: none;
}

/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog/main/style.min.css?17159757459426*/
.flexbox--row {
  flex-direction: row !important;
}

.bordered {
  border: 1px solid #eee;
}

.properties.list {
  margin: 0;
}

.tabs .tab-content .item {
  margin-top: -1px !important;
}

.wrapper_block.title_left + .contacts_map_list {
  padding-left: 311px;
}

.with_title .block_container {
  position: absolute;
  z-index: 1;
  background: #fff;
  display: block;
  border-right-width: 0;
  box-shadow: 12px 0 12px -12px rgba(0, 0, 0, 0.2);
}

.wrapper_block.title_left .block_container {
  left: 0;
  width: 312px;
  height: 500px;
}

.with_title .block_container .items {
  overflow: auto;
  height: 100%;
}

.with_title .block_container .items .item {
  padding: 21px 29px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}

.with_title .block_container .items .item:hover {
  background: #fafafa;
  cursor: pointer;
}

@media (max-width: 768px) {
  .opener.top {
    display: none;
  }
}

@media screen and (max-width: 767px),
  projection and (max-width: 767px),
  tv and (max-width: 767px),
  handheld and (max-width: 767px) {
  .with_title .block_container .items,
  body .wrapper_block.with_title .block_container {
    height: auto;
    max-height: 300px;
  }

  body .wrapper_block.with_title .block_container {
    position: static;
    width: 100%;
  }

  .wrapper_block.with_title + .contacts_map_list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .ce_cmp .tabs .tab-content .item + .item {
    padding-top: 0;
  }
}

@media (max-width: 500px) {
  .wrapper_inner .cost.prices .price {
    display: inline-block;
    vertical-align: middle;
  }
}

/* End */
/* Start:/bitrix/templates/aspro_next/css/menu-list.min.css?1715975745245*/
.menu-list {
  background: #fff;
}

.menu-list__link {
  display: block;
  padding: 11px 25px 10px 15px;
  white-space: nowrap;
  font-size: 13px;
  overflow: hidden;
}

.menu-list__link:hover {
  background: #f8f9fb;
}

/* End */
/* Start:/bitrix/templates/aspro_next/css/dropdown-select.min.css?1715975745792*/
.dropdown-select {
  cursor: pointer;
  position: relative;
}

.dropdown-select__title {
  padding: 5px 0;
  font-size: 13px;
}

.dropdown-select__title .svg {
  margin: 0 0 0 4px;
  min-width: auto;
  min-height: auto;
}

.dropdown-select__drawer {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 107;
  box-shadow: 0 1px 12px 1px rgb(0 0 0 / 12%);
  overflow: hidden;
  border-radius: 3px;
}

.dropdown-select__drawer--to-top {
  top: auto;
  left: -15px;
}

.dropdown-select__drawer .menu-list {
  max-height: 251px;
  overflow: auto;
}

@media (max-width: 520px) {
  .dropdown-select .dropdown-select__title {
    white-space: nowrap;
    overflow: hidden;
    max-width: 160px;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 10px;
  }

  .dropdown-select .dropdown-select__title .svg {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
  }

  .dropdown-select__drawer--mobile-right {
    right: 0;
    left: auto;
  }
}

/* End */
/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.smart.filter/main/style.css?17159757451133*/
/*BIZ*/

/* End */
/* Start:/bitrix/templates/aspro_next/css/landings.min.css?17159757451675*/

/* End */
/* /bitrix/templates/aspro_next/components/bitrix/catalog/main/style.min.css?17159757459426 */
/* /bitrix/templates/aspro_next/css/menu-list.min.css?1715975745245 */
/* /bitrix/templates/aspro_next/css/dropdown-select.min.css?1715975745792 */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.smart.filter/main/style.css?17159757451133 */
/* /bitrix/templates/aspro_next/css/landings.min.css?17159757451675 */

/* Start:/bitrix/templates/aspro_next/css/grid-list.min.css?17159757457499*/

/* End */
/* /bitrix/templates/aspro_next/css/grid-list.min.css?17159757457499 */

/* .inner_wrap{
    position: relative;
} */

.collapse.opened {
  display: block;
}

.menu-list__link.active {
  pointer-events: none;
  background-color: #f8f9fb;
  cursor: default !important;
  color: #333;
}

#mse2_pagination {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .dropdown-select__drawer--to-top {
    left: auto;
    right: 0;
  }
}

.sort_header {
  margin-bottom: 20px;
}

#mse2_selected {
  margin-bottom: 10px;
}

.basket_fly {
  transition: 0.3s;
}
.basket_fly.opened {
  right: 0;
}

.wrap_cont {
  display: none;
}
.wrap_cont.opened {
  display: block;
}

.basket_fly .clicked.active {
  background: #00113e;
}

.basket_fly .clicked.active .count span {
  background: #424f60;
  color: #fff;
}

.basket_fly .clicked:hover {
  background: #5e6978;
}
.basket_fly .clicked.active:hover {
  background: #00113E;
}
button {
  border: none;
}

.pagination {
  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: #fff;
  /* border: 1px solid #ddd; */
  margin-left: -1px;
  color: #000;
}

.pagination li:not(:last-child):not(:first-child) a {
  font-weight: bold;
}

.badge,
.label {
  font-weight: 700;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
}

.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:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  /* background-color: #eee */
  color: #00113e;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #00113e;
  border-color: #ccc;
  cursor: default;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  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;
}
