@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
@font-face {
  font-family: "matias";
  src: url("../fonts/matias.eot");
  src: url("../fonts/matias.eot?#iefix") format("embedded-opentype"), url("../fonts/matias.woff") format("woff"),
    url("../fonts/matias.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  text-size-adjust: 100%;
  background-color: #f9f9f9;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a:not([class]) {
  color: inherit;
}
abbr[title] {
  border-bottom: 1px dotted;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
  background: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  -webkit-appearance: none;
  border-radius: 0px;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /*  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;*/
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[role="button"] {
  cursor: pointer;
}

.matias {
  /* font-family: 'matias'; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

a {
  text-decoration: none;
}
.contenttext a {
  color: #f2766e;
  transition: 0.2s;
}
.contenttext ul {
  margin-left: 20px;
}
.contenttext a:hover {
  color: #d08681;
}
strong {
  font-weight: 700;
  color: #4f4e4e;
  line-height: 26px;
  font-size: 15px;
}
hr {
  margin-top: 35px;
  border: none;
}
p {
  line-height: 24px;
  font-size: 15px;
  color: #4f4e4e;
}
h1 {
  font-weight: 500;
  font-size: 26px;
  color: #4f4e4e;
  font-family: "matias";
  letter-spacing: 1px;
}
h2 {
  font-weight: 500;
  font-size: 24px;
  color: #4f4e4e;
  font-family: "matias";
  letter-spacing: 1px;
}
h3 {
  font-weight: 400;
  font-size: 22px;
  color: #4f4e4e;
  font-family: "matias";
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
h4 {
  font-weight: 400;
  font-size: 20px;
  color: #4f4e4e;
}
ol li {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
textarea {
  resize: none;
}
img:focus,
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea,
select,
button {
  font-family: "Ubuntu", sans-serif;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
button {
  cursor: pointer;
}
.container,
.containertext,
.containerslide,
.containercart {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.containerfull {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

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

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

@media (min-width: 1366px) {
  .container {
    width: 1336px;
  }
}

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

.containerfull {
  width: 100%;
}

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

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

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

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

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

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

.col-xs-8 {
  width: 66.66666667%;
  float: left;
}

.col-xs-7 {
  width: 58.33333333%;
  float: left;
}

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

.col-xs-5 {
  width: 41.66666667%;
  float: left;
}

.col-xs-4 {
  width: 33.33333333%;
  float: left;
}

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

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

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

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

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

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

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

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

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

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

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

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1366px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.containertext:before,
.containerslide:after,
.containerslide:before,
.containertext:after,
.containercart:after,
.containercart:before,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.containertext:after,
.containerslide:after,
.containercart:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.wrapper {
  width: 100%;
  min-height: 100vh;
  display: table;
  position: relative;
  table-layout: fixed;
  overflow-x: hidden;
}
@-moz-document url-prefix() {
  .wrapper {
    height: 100vh;
  }
}
.tempalte {
  display: table-row;
  position: relative;
  overflow-x: hidden;
}
.footerall {
  display: table-row;
  height: 1px;
}
.img-responsive {
  width: 100%;
  margin: auto;
  display: block;
}
#logo {
  padding-left: 40px;
  padding-top: 20px;
  float: left;
  width: 310px;
}
#logo img {
  width: 270px;
  height: 69px;
  object-fit: contain;
}
.topmenu {
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 3px;
  width: 90%;
  text-align: center;
}
.topmenu li {
  display: inline-block;
  list-style: none;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 24px;
}
.topmenu li a {
  color: #787878;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s;
}
.topmenu li a:hover {
  color: #38b0e3;
}
.topblock {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 34px;
  float: left;
  position: relative;
  width: calc(100% - 310px);
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: center;
}
#search {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
#search:before {
  content: "";
  width: 15.11px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 32px;
  background: url(/catalog/view/theme/smp/image/icon/search.svg);
  background-size: cover;
}
.search_input {
  border: 1px solid #dedcdc;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 36px;
  height: 36px;
  font-size: 13px;
  color: #787878;
  width: 310px;
  -webkit-appearance: none;
  transition: 0.3s;
}
.search_input:focus {
  border: 1px solid #38b0e3;
}
.phone_top {
  float: right; /* left: -100px; */
  position: relative;
  top: 1px;
  margin-left: 4%;
  margin-right: 4%;
}
.phone_top a {
  font-size: 19px;
  transition: 0.3s;
  color: #4f4e4e;
  letter-spacing: 1px;
  font-family: "matias";
  margin-left: 10px;
  font-family: "Roboto Condensed", sans-serif; /* font-weight: bold; */
}
.phone_top a:hover {
  color: #38b0e3;
}
.phone_top svg {
  position: relative;
  top: 1px;
}
.phone_text {
  display: block;
  line-height: 16px;
  font-size: 12px;
  position: relative;
  top: 3px;
  color: rgba(120, 120, 120, 0.7);
  display: none;
}
.zakaz_top {
  float: right; /* left: -17px; */
  position: relative; /* top: 4px; */
  margin-left: 4%;
  margin-right: 4%;
}
.zakaz_top span {
  border: 1px solid #38b0e3;
  font-size: 13px;
  cursor: pointer;
  color: #4f4e4e;
  transition: 0.3s;
  line-height: 13px;
  display: inline-block;
  padding: 8px 12px;
}
.zakaz_top span:hover {
  background-color: #38b0e3;
  border: 1px solid #38b0e3;
  color: #fff;
}
.search_btn {
  display: none;
}
.account_top a {
  line-height: 13px;
  font-size: 13px;
  color: #4f4e4e;
  transition: 0.3s;
  /*margin-left: 10px;*/
  float: left;
  display: inline-block;
}
.account_top a:hover {
  color: #38b0e3;
}
.account_top svg {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -1px;
  display: inline-block;
}
.account_top {
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
#single-item0 {
  margin-top: 20px;
}
#cart {
  float: right;
  padding-left: 3%;
  padding-right: 3%; /* margin-right: 62px; */ /* position: absolute; */ /* right: 0; */ /* top: 25px; */
}
#cart button {
  background: none;
  margin-top: -5px;
  display: block;
  position: relative;
  min-height: 46px; /* display: flex; */
}
#cart button:before {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  right: 4px;
  transition: 0.3s ease;
  display: inline-block;
  background: url(/catalog/view/theme/smp/image/icon/cart.svg);
  background-size: cover;
}
.btn_carts:hover #cart-text {
  color: #38b0e3;
}
#cart-quantity {
  font-size: 12px;
  color: #fff;
}
#cart-quantityb {
  width: 22px;
  height: 22px;
  position: absolute;
  display: inline-block;
  border-radius: 100%;
  background-color: #36b337;
  top: -4px;
  line-height: 20px;
  transition: 0.2s ease;
  left: 31px;
}
#cart-text {
  font-weight: 400;
  float: right;
  line-height: 16px;
  font-size: 13px;
  color: #4f4e4e;
  margin-top: -2px;
  left: 3px;
  padding-left: 3px;
  position: relative;
}
#cart-total {
  font-weight: 400;
  position: absolute;
  font-size: 13px;
  color: #787878;
  bottom: 0px;
  white-space: nowrap;
  left: 25px;
}
header {
  padding-bottom: 20px;
  background-color: #fff;
}
.backslide {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 100% !important;
  background-size: cover !important;
  outline: none;
}

#column-left {
  width: 312px;
  display: inline-block;
  position: relative;
  float: left;
}
.category_header {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #4f4e4e;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedcdc;
}
.category_header:before {
  content: "";
  width: 18.71px;
  height: 12px;
  margin-right: 15px;
  display: inline-block;
  object-fit: cover;
  position: relative;
  background: url(/catalog/view/theme/smp/image/icon/catalog.svg);
  background-size: cover;
}
.category_menu > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4f4e4e;
  display: inline-block;
  transition: 0.3s;
  vertical-align: middle;
  width: calc(100% - 50px);
}
.category_menu > li > img {
  position: relative;
  padding-right: 15px;
  vertical-align: middle;
}
.category_menu > li {
  padding-top: 13px;
  padding-bottom: 13px;
  display: inline-block;
  width: 100%;
}
.category_menu li {
  position: relative;
  padding-right: 20px;
}
.catalog_sub_arrow {
  text-transform: uppercase;
  color: #d1d1d1;
  height: 40px;
  width: 56px;
  text-align: center;
  position: absolute;
  right: -24px;
  line-height: 40px;
  font-size: 18px;
  display: block;
  z-index: 10;
  transition: 0.4s;
  top: 7px;
}
#carousel0 {
  background: #ffffff;
  border-radius: 2px;
  padding: 10px;
  margin-top: 5px;
  display: inline-block;
}
.headblock {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #4f4e4e;
  padding: 15px;
  margin-bottom: 5px;
}
.manufacture_img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  width: 100%;
  transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.manufacture_img:hover img {
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -ms-filter: inherit;
  -o-filter: inherit;
  filter: inherit;
  transition: 0.4s ease;
  filter: inherit;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
}
.manufacture_img {
  background: #ffffff;
  border: 1px solid #dedcdc;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 18px;
}
.footer_left {
  margin-left: 15px;
  width: 312px;
  display: inline-block;
  position: relative;
  float: left;
}
.footer_logo_text:before {
  content: "";
  width: 81px;
  background: #c4c4c4;
  position: relative;
  display: inherit;
  height: 1px;
  margin-bottom: 20px;
}
.footer_logo_text {
  line-height: 24px;
  font-size: 14px;
  color: #c4c4c4;
  padding-right: 70px;
  margin-top: 25px;
}
.footer_menu {
  display: table;
  margin-top: 45px;
  width: 100%;
  background: #424242;
  padding-top: 50px;
  padding-bottom: 60px;
}
.footer_copy {
  display: table;
  width: 100%;
  background: #3b3a3a;
}
.logo_footer {
  width: 270px;
}
.footer_center {
  position: relative;
  display: inline-block;
  float: left;
  width: 16.66666667%;
  margin-left: 20px;
}
.footer_center ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_center li {
  margin-bottom: 18px;
}
.footer_center a {
  font-size: 13px;
  text-transform: uppercase;
  color: #c4c4c4;
  transition: 0.3s;
}
.footer_center a:hover {
  color: #ffffff;
}
.footer_right {
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 15px;
}
.footer_phone a {
  font-size: 15px;
  transition: 0.3s;
  color: #d9d9d9;
  display: table;
  margin-bottom: 10px;
}
.footer_phone a:hover {
  color: #ffffff;
}
.footer_address {
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 20px;
}
.footer_politic a {
  line-height: 24px;
  font-size: 13px;
  text-decoration-line: underline;
  color: #c4c4c4;
  transition: 0.3s;
}
.footer_politic a:hover {
  color: #ffffff;
}
.footer_copy_left {
  float: left;
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  color: #8c8b8b;
  padding: 20px 0px;
}
.footer_copy_right {
  float: right;
  display: inline-block;
  padding: 17px 0px;
  margin-right: 15px;
}
.footer_copy_right a {
  font-size: 13px;
  color: #8c8b8b;
  margin-right: 15px;
}
.icom_block {
  padding-top: 40px;
  padding-bottom: 25px;
}
.icom_block img,
.icom_block svg {
  float: left;
  margin-left: 10px;
}
.text_icon_main {
  display: table;
  padding-left: 20px;
}
.text_icon_main span {
  font-weight: 500;
  font-size: 16px;
  color: #4f4e4e;
  margin-top: 5px;
  display: inline-block;
}
.text_icon_main p {
  line-height: 22px;
  margin-top: 15px;
  font-size: 14px;
  color: #4f4e4e;
}
.product-thumb {
  height: 495px;
  overflow: hidden;
  transition: 0.3s;
  background: #ffffff;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 20px;
  text-align: center;
}
.product-thumb:hover .name_product a {
  color: #000;
  transition: 0.3s;
}
.name_product::after {
  /* content: ''; */
  /* border-top: 1px solid #999; */
  /* display: block; */
}
.name_product {
  line-height: 15px;
  font-size: 13px;
  height: 32px;
  overflow: hidden;
  color: #4f4e4e;
  margin-top: 2px;
  position: relative;
  z-index: 9;
}
.name_product_all {
  visibility: hidden;
  position: absolute;
  top: 0px;
  overflow: hidden;
  height: auto;
  background: #ffffff;
  left: 0px;
  z-index: 9999;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 22px;
  font-size: 14px;
  color: #4f4e4e;
}
.image img {
  padding: 0px 12px 7px 12px;
  width: 100%;
  height: 380px;
  position: relative;
  object-fit: contain;
}
.product-thumb .image::after {
  content: "";
  border-bottom: 1px solid #e4e4e4;
  display: inline-block;
  width: calc(100% - 40px);
}
.caption {
  display: block;
  margin-bottom: 20px;
  padding: 0px 35px;
}
.price {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  margin-top: 5px;
}
.price_cols {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 18px;
  font-size: 12px;
  color: #787878;
  margin-top: 5px;
}
.price_cols span {
  padding-right: 10px;
}
.product-thumb .price_group {
  display: inline-block;
  width: 100%;
  color: #38b0e3;
  font-size: 28px;
  font-weight: 500;
  margin-top: 9px;
}
.price-new {
  font-weight: 500; /* font-size: 16px; */ /* color: #4F4E4E; */
}
.price-old {
  font-size: 12px;
  font-weight: 500;
  color: #eb5757;
  text-decoration: line-through;
  position: absolute;
  top: 15px;
}
.pack_group {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
.pack:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0px;
  display: inline-block;
  background-image: url(/catalog/view/theme/smp/image/icon/pack.svg);
}
.pack {
  position: relative;
  line-height: 15px;
  font-size: 12px;
  display: inline-block;
  width: 50%;
  float: left;
  padding-left: 20px;
  color: #787878;
}
.one_pack .name_product {
  height: 65px;
}

.product-thumb .quantity_group {
  display: none;
}
.quantity_group {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.quantity_group:before {
  content: "";
  background: #dedcdc;
  height: 1px;
  left: -15px;
  width: calc(100% + 30px);
  position: absolute;
}
.pack_cols {
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 15px;
  font-size: 12px;
  color: #787878;
}
.pack_cols span {
  padding-right: 10px;
}
.btn {
  border: 1px solid #38b0e3;
  box-sizing: border-box;
  position: relative;
  background-color: initial;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_cart {
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  background-color: #38b0e3;
  line-height: 30px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 13px;
}
.product-thumb .btn_cart {
  display: none;
}
.product_category_col {
  padding-right: 10px;
  padding-left: 10px;
}
.btn_q {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  border: 1px solid #dedcdc;
  color: #4f4e4e;
  transition: 0.3s;
  float: left;
}
.btn_q:hover {
  background-color: rgba(0, 153, 217, 0.1);
}
.btn_q span {
  position: relative;
  top: -1px;
}
.check_page_btn,
.check_order_btn {
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
}
.quntity_btn {
  display: inline-block;
  width: 50%;
  margin-top: 15px;
  float: left;
}
.quntity_btn + .pack_cols {
  margin-top: 15px;
  line-height: 24px;
}
.numer_quantity {
  line-height: 24px;
  font-size: 13px;
  float: left;
  text-align: center;
  height: 24px;
  width: 40px;
  color: #4f4e4e;
  background-color: #fff;
  border-bottom: 1px solid rgba(222, 220, 220, 0.5);
  border-top: 1px solid rgba(222, 220, 220, 0.5);
}
.btn_cart span {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.btn_cart:hover {
  background-color: initial;
}
.btn_cart:hover span {
  color: #38b0e3;
}
.tap_special {
  background: #eb5757;
  width: 40px;
  height: 16px;
  display: inline-block;
  font-weight: 500;
  line-height: 16px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  top: 13px;
  z-index: 9;
  left: 23px;
}
.table_cart_block .price_cols {
  width: 130px;
}
.table_cart_block .price {
  width: 130px;
}
.tap_hit {
  background: #f2994a;
  width: 40px;
  height: 16px;
  display: inline-block;
  font-weight: 500;
  line-height: 16px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  top: 13px;
  z-index: 9;
  left: 23px;
}
.tap_new {
  background: #27ae60;
  width: 40px;
  height: 16px;
  display: inline-block;
  font-weight: 500;
  line-height: 16px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  top: 13px;
  z-index: 9;
  left: 23px;
}
.feature_block {
  margin-left: -10px;
  margin-right: -10px;
}
.tab_product_hide {
  display: none;
}
.open_product .tab_product_hide {
  display: block;
}
.btn_all_tab {
  font-size: 13px;
  color: #38b0e3;
  display: inline-block;
  border: 1px solid #38b0e3;
  box-sizing: border-box;
  line-height: 30px;
  padding: 0px 17px;
  transition: 0.3s;
  cursor: pointer;
}
.btn_all_tab span {
  padding-right: 10px;
  font-weight: 500;
}
.btn_all_tab:hover {
  color: #ffffff;
  background: #38b0e3;
}
.feature_section {
  margin-top: 40px;
  display: table;
  width: 100%;
}
.head_feature {
  line-height: 28px;
  font-size: 26px;
  color: #4f4e4e;
  position: relative; /* padding-left: 30px; */
  margin-bottom: 30px; /* font-family: 'Roboto Condensed', sans-serif; */ /* font-weight: bold; */
}
.head_feature:before {
  /* content: ''; */ /* width: 20px; */ /* height: 20px; */ /* position: absolute; */ /* top: 3px; */ /* left: 0px; */ /* margin-right: 0px; */ /* display: inline-block; */ /* background-image: url(/catalog/view/theme/smp/image/pawprint.svg); */
}
.product_category_col:nth-child(4n + 5) {
  /*clear: both;*/
}
.btn_load {
  width: 100%;
  display: table;
  padding-top: 10px;
  text-align: center;
}
.common-home h1,
.common-home h2 {
  margin-top: 45px;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.header_interesrt {
  font-weight: 500;
  font-size: 24px;
  color: #4f4e4e;
  margin-top: 45px;
  margin-bottom: 40px;
}
.header_interesrt:before {
  content: "";
  width: 32px;
  height: 15px;
  border-radius: 15px 0px 15px 0px;
  background: #2d870b;
  display: inline-block;
  margin-right: 15px;
}
.text_interest {
  position: absolute;
  bottom: 0px;
  display: table;
  padding-right: 40px;
  padding-left: 20px;
  padding-bottom: 12px;
}
.text_interest_b {
  display: block;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #ffffff;
}
.text_interest_p {
  display: block;
  line-height: 22px;
  font-size: 15px;
  color: #ffffff;
}
.interes_block {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.col_int {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.interes_block a {
  display: block;
  overflow: hidden;
}
#logo_mobile {
  display: none;
}
.topmenu_mobile {
  display: none;
}
.tap_special_mobile,
.tap_hit_mobile,
.tap_new_mobile {
  display: none;
}
.closeoverlay {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.open_menu_mobile .closeoverlay,
.open_menu_mobile_more .closeoverlay,
.open_search .closeoverlay,
.open_filter_mobile .closeoverlay,
.open_category_mobile .closeoverlay,
.open_modal_form .closeoverlay {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.open_menu_mobile {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
}
.open_menu_mobile_more {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
}
.breadcrumb {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  left: 30px;
  margin-top: 15px;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
}
.breadcrumb li a {
  font-size: 13px;
  color: rgba(79, 78, 78, 0.7);
  font-weight: 400;
  line-height: 24px;
}
.breadcrumb .active {
  color: rgba(79, 78, 78, 0.7);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  display: initial;
}
.arrowbread i {
  color: rgba(79, 78, 78, 0.7);
  font-size: 13px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb_top {
  width: 100%;
}
.breadcrumb_top .container {
  position: relative;
  display: table;
}
.page #column-left {
  top: 0px;
  margin-left: 15px;
}
.page h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.catalog_thumb_sub {
  margin-bottom: 45px;
  padding-left: 38px;
}
.catalog_thumb img {
  float: left;
  position: relative;
  top: -5px;
}
.catalog_left:nth-child(3n + 4) {
  clear: both;
}
.catalog_thumb_sub li {
  display: block;
  margin-top: 15px;
  position: relative;
}
.catalog_thumb_sub li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: -13px;
  top: 5px;
  background: #7cff3c;
}
.catalog_thumb_sub a {
  font-size: 14px;
  color: #4f4e4e;
  font-weight: 16px;
  transition: 0.3s;
}
.catalog_thumb_sub a:hover {
  color: #38b0e3;
}
.row_col {
  margin-right: -10px;
  margin-left: -10px;
}
.row_col .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.catalog_thumb span {
  margin-top: 0px;
  display: flex;
  font-weight: 500;
  padding-left: 11px;
  position: relative;
  top: 0px;
  font-size: 15px;
  color: #4f4e4e;
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
  height: 68px;
  justify-content: center;
  align-items: center;
}
.catalog_thumb:hover {
  box-shadow: 0px 0px 10px rgba(255, 214, 0, 0.25);
}
.child_category {
  display: block;
  padding: 0px;
  margin: 0px;
}
.child_category a {
  font-size: 18px;
  transition: 0.3s;
  color: #4f4e4e;
  position: relative;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  align-items: center;
  height: 50px;
}
.child_category a:before {
  content: "";
  width: 4px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 8px;
  background: #38b0e3;
}
.child_category a:hover {
  color: #38b0e3;
}
.top_navigation {
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  line-height: 47px; /* height: 48px;padding-left: 45px; */
  margin-top: 25px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
/*.top_navigation:before{width: 15px;height: 18px;content: '';background-image: url(/catalog/view/theme/smp/image/icon/filter.svg);top: 15px;left: 20px;background-repeat: no-repeat;position: absolute;background-size: cover;}
*/
.nocategories {
  margin-top: 0px;
}
.btn_view {
  float: right;
}
.filter_title {
  font-size: 13px;
  cursor: pointer;
  color: #787878;
  transition: 0.3s;
  display: inline-block;
}
.filter_title span {
  padding: 9px 10px;
}
.filter_title:hover span {
  background-color: rgba(197, 197, 197, 0.1);
}
.filter_block.open .filter_title span {
  background-color: rgba(243, 214, 43, 0.1);
}
.top_navigation .icon-right-open-mini {
  display: inline-block;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  transform: rotate(90deg);
  color: #787878;
  transition: 0.3s;
}
.top_navigation .filter_block.open .icon-right-open-mini {
  transform: rotate(270deg);
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: relative;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 11px;
  height: 20px;
  left: -6px;
  top: -9px;
  transition: 0.3s;
}
.noUi-horizontal .noUi-handle:focus {
  outline: none;
  box-shadow: 0px 0px 3px rgba(29, 158, 207, 0.5);
}
.noUi-vertical {
  width: 4px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #c4c4c4;
}
.noUi-connects {
}
.noUi-connect {
  background: #38b0e3;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #dedcdc;
  background: #fff;
  cursor: pointer;
}
.noUi-active {
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.price_filter {
  margin-left: 20px;
  display: inline-block;
}
.manufacturers {
  display: inline-block;
  margin-left: 40px;
}
.price_filter_block {
  display: none;
}
.manufacturer_block {
  display: none;
}
.sorts {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.limit {
  display: inline-block;
  float: right;
  margin-top: 16px;
}
.limitsactive {
  margin-left: 20px;
  background: #ffffff;
  display: inline-block;
  line-height: 30px;
  transition: 0.2s;
  cursor: pointer;
  padding: 0px 14px;
}

.filter_block.open .limitsactive {
}
.filter_block .limitsactive {
  padding: 0px 14px;
}
.limitsactive i {
  position: relative;
  left: 3px;
  display: inline-block;
  transition: 0.3s;
  transform: rotate(90deg);
}
.filter_block.open .limitsactive i {
  transform: rotate(270deg);
}
.limits_block.filter_blocks {
  padding: 10px 20px;
  margin-left: 20px;
  right: 16px;
}
.limitsa {
  display: inline-block;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #787878;
}
.limits a {
  display: block;
  line-height: 30px;
  font-size: 13px;
  color: #787878;
  transition: 0.3s;
}
.limits .activelimit {
  color: #38b0e3;
}
.limits a:hover {
  color: #38b0e3;
}

.sorts_block {
  display: none;
}
.limits_block {
  display: none;
}
.open .filter_blocks {
  display: inline-block;
  z-index: 11;
}
#slider-price {
  margin-top: 18px;
}
.filter_blocks {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(243, 214, 43, 0.15);
  box-sizing: border-box;
  position: absolute;
  padding: 10px 20px;
  margin-top: -10px;
  margin-left: 0px;
}
.fpmin,
.fpmax {
  background: #ffffff;
  border: 1px solid rgba(222, 220, 220, 0.5);
  box-sizing: border-box;
  font-size: 13px;
  line-height: 24px;
  width: 63px;
  color: #4f4e4e;
  transition: 0.3s;
  padding-left: 10px;
  box-shadow: none;
}
.fpmin:focus,
.fpmax:focus {
  border: 1px solid rgba(0, 153, 217, 0.5);
  box-shadow: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.limits_block.filter_blocks {
  margin-top: 0px;
}
.symbol {
  font-size: 13px;
  color: #787878;
  padding-right: 6px;
}
.fpmin + .symbol {
  padding-left: 6px;
  padding-right: 6px;
}
.filterbutton {
  font-size: 13px;
  transition: 0.3s;
  color: #38b0e3;
  line-height: 20px;
  float: right;
  margin-top: 5px;
}
.filterbutton:hover {
  text-decoration-line: underline;
}
.removefl {
  font-size: 13px;
  transition: 0.3s;
  line-height: 20px;
  color: rgba(79, 78, 78, 0.5);
  float: left;
  margin-top: 5px;
}
.removefl:hover {
  color: #38b0e3;
}
.removefl svg {
  margin-right: 3px;
}
.removefl:hover svg path {
  fill: #38b0e3;
}
.min_price {
  float: left;
  font-size: 13px;
  color: #787878;
}
.max_price {
  float: right;
  font-size: 13px;
  color: #787878;
}
.price_filter_block {
  padding-bottom: 20px;
  padding-top: 25px;
}
.placeholder_price {
  display: table;
  width: 100%;
  line-height: 20px;
  margin-top: 10px;
}

.btn_view {
  padding-right: 10px;
  line-height: 48px;
}
.btn_view button {
  margin-right: 2px;
}
.btn_view button span {
  padding: 7px 10px;
}
.btn_view button:hover span {
  background-color: rgba(0, 153, 217, 0.1);
}
.activelist span {
  background-color: rgba(0, 0, 0, 0.02);
}
.sortpos {
  line-height: 30px;
}
.sortpos a {
  font-size: 13px;
  color: #787878;
  transition: 0.3s;
}
.sortpos a:hover {
  color: #38b0e3;
}
.sortpos a.activesort {
  color: #38b0e3;
}
.manufacturer_block a,
.manufacturer_block span {
  display: block;
  line-height: 30px;
  font-size: 13px;
  color: #787878;
  transition: 0.3s;
}
.manufacturer_block a:hover {
  color: #38b0e3;
}
.pagination {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-top: 16px;
  padding-left: 0px;
}
.pagination ul {
  text-align: center;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
}
.pagination .active {
  background-color: rgba(0, 153, 217, 0.1);
}
.pagination li {
  display: inline-block;
  color: #787878;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 32px;
  height: 32px;
  width: 32px;
  margin-right: 10px;
  text-align: center;
  background: #ffffff;
  margin-bottom: 20px;
}
.pagination a {
  font-size: 14px;
  text-transform: uppercase;
  color: #787878;
  transition: 0.3s;
  background: #ffffff;
  height: 32px;
  width: 32px;
  display: block;
}
.pagination a:hover {
  background-color: rgba(0, 153, 217, 0.1);
}
.pleft {
  display: inline-block;
  transform: rotate(180deg);
}
.product_category_col.product-list .tap_special,
.product_category_col.product-list .tap_hit,
.product_category_col.product-list .tap_new {
  left: 10px;
  top: 10px;
}
ul {
  padding-left: 20px;
}
li {
  color: #4f4e4e;
}
.filter_mobile {
  display: none;
}
.filter_mobile_block {
  display: inline-block;
  float: left;
}
.open_filter_mobile .closeoverlay svg {
  top: 10px;
  right: 10px;
  left: initial;
}
.slider-forp img {
  margin: auto;
  width: 100%;
  background: #ffffff;
  padding: 15px;
  border-radius: 2px;
}
.slider-forp .itemp {
}
.productimage .itemblock {
  height: 72px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2px;
  display: table-cell;
  vertical-align: middle;
}
.slider-navp {
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  width: calc(100% + 13px);
  margin-left: -7px;
  margin-right: -10px;
  margin-bottom: 15px;
}
.slider-navp .itemp {
  padding: 0px 8px;
  outline: none;
}
.slider-navp .slick-slide img {
  width: 100%;
}
.slider-navp .itemp.slick-slide.slick-current.slick-center .itemblock {
  border: 1px solid #38b0e3;
}
.productimage {
  display: inline-block;
  position: relative;
  width: 100%;
}
#product {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 25px;
}
#product .product_sku {
  display: inline-block;
}
.page .page_product h1 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.product_top {
}
.specification_header {
  font-size: 15px;
  padding-bottom: 5px;
  display: block;
  color: #4f4e4e;
}
.specification_tabel {
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #787878;
}
.product_price {
  margin-top: 15px;
}
.price_new {
  font-weight: 500;
  font-size: 25px;
  color: #4f4e4e;
}
.price_old {
  font-size: 18px;
  padding-left: 8px;
  text-decoration: line-through;
  color: #787878;
}
.plus-minus {
  line-height: 26px;
  font-size: 13px;
  float: left;
  text-align: center;
  height: 26px;
  width: 26px;
  color: #4f4e4e;
  border-bottom: 1px solid rgba(222, 220, 220, 0.5);
  border-top: 1px solid rgba(222, 220, 220, 0.5);
}
.btn-minus {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  border: 1px solid #dedcdc;
  color: #4f4e4e;
  transition: 0.3s;
  float: left;
}
.btn-plus {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  border: 1px solid #dedcdc;
  color: #4f4e4e;
  transition: 0.3s;
  float: left;
}
.btn-minus span,
.btn-plus span {
  position: relative;
  top: -1px;
}
.btn-minus:hover,
.btn-plus:hover {
  background-color: rgba(0, 153, 217, 0.1);
}
.bminus,
.bplus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
.model_product {
  font-size: 14px;
  line-height: 16px;
  color: #787878;
  margin-top: 20px;
  margin-bottom: 25px;
}
.description ul {
  padding-left: 20px;
}
.description ul li {
  padding-left: 20px;
  font-size: 15px;
  color: #4f4e4e;
  line-height: 18px !important;
}
.link_more {
  font-size: 13px;
  padding-top: 10px;
  display: inline-block;
  font-size: 13px;
  color: #38b0e3;
  transition: 0.3s;
}
.link_more:hover {
  text-decoration: underline;
}
.description_header {
  font-size: 15px;
  padding-bottom: 5px;
  color: #000000;
}
.description_more {
  height: 287px;
  overflow: hidden;
}
.description_more {
  line-height: 24px;
  font-size: 14px;
  color: #787878;
}
.header_related {
  /*font-weight: 500;*/
  font-size: 26px;
  color: #4f4e4e;
  margin-bottom: 30px;
  margin-top: 30px;
}
.tabs {
  margin-top: 25px;
  padding-left: 0px;
  list-style: none;
}
.tabs a {
  font-size: 16px;
  color: #787878;
}
.tabs > li {
  margin-bottom: -1px;
  position: relative;
  display: inline-block;
}
.tabs .border_tab {
  top: 52px;
  display: inline-block;
  position: absolute;
  left: 30px;
}
.tabs li + li.active + .border_tab {
  width: 74px;
  left: 20px;
}
.tabs li.specification_border + li.active + .border_tab {
  width: 74px;
  left: 284px;
}
.specification_border + .description_border {
  margin-left: 30px;
}
.tabs .specification_border.active + li + .border_tab {
  width: 220px;
}
.specification + .description .description_more {
  height: 132px;
}
.description .description_more.no_mage_more {
  height: 135px;
}
.description {
  line-height: 26px;
  font-size: 14px;
  color: #4f4e4e;
}
.tabs_border {
  border-bottom: 1px solid #dedcdc;
  padding-bottom: 10px;
}
.tabs_border li {
  margin-left: 15px;
}
.border_tab {
  height: 2px;
  width: 74px;
  background-color: #38b0e3;
}
.tab-product {
  display: none;
}
.tab-product.active {
  display: block;
}
.specification {
  height: 155px;
  overflow: hidden;
}
#tab-specification {
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #787878;
}
#tab-specification td {
  padding-right: 50px;
  line-height: 20px;
  /* color: #d0d0d0; */
}
#tab-specification td:first-child {
  color: #000;
}
.description_page a span,
.description_page a {
  color: #38b0e3 !important;
}
.hidden_block {
  /*display: none;  */
}
.open_block {
  display: block;
  height: auto !important;
}
.checkout-checkout #content {
  width: 100%;
}
.ship_method_address {
  position: absolute;
  left: 33.33333333%;
  top: 79px;
}
#accordion {
  counter-reset: data;
  padding-left: 20px;
}
.title_step::before {
  counter-increment: data;
  content: counter(data);
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
  margin-left: -81px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #787878;
}
.panel-title {
  font-weight: 500;
  position: relative;
  margin-left: 81px;
  line-height: 36px;
  font-size: 18px;
  color: #787878;
  transition: 0.3s;
}
.title_step_active::before {
  box-shadow: 0px 0px 10px #b2eaff;
  color: #38b0e3;
}
.title_step_active {
  color: #4f4e4e;
}
.title_step_check::before {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  content: "\e804";
  transition: 0.3s;
  font-family: "fontello";
  background-color: #38b0e3;
}
.back_article {
  background-color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 10px;
  margin-top: 30px;
  display: table;
  padding-bottom: 40px;
}
.acinform .hidden_block {
  height: 20px;
  padding-bottom: 0px !important;
  display: inline-block;
  overflow: hidden;
}
.hidden_block .panel-body {
  visibility: hidden;
}
.panel-collapse #account {
  border-left: 1px solid #c5c5c5;
  margin-left: 18px;
  padding-left: 63px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  width: calc(100% - 18px);
}
.panel-collapse #account.hidden_block > *,
#collapse-shipping-method.hidden_block > *,
#collapse-payment-method.hidden_block > * {
  /*display: none;*/
}
.panel-collapse #account.hidden_block,
#collapse-payment-method {
  height: 20px;
  display: inline-block;
  overflow: hidden;
}
.panel-collapse.collapse {
  position: relative;
}
.text_preview {
  font-size: 16px;
  display: block;
  color: #4f4e4e;
  margin-bottom: 30px;
  margin-top: 17px;
}
#collapse-checkout-confirm {
  width: 90%;
  margin-left: 18px;
  padding-left: 63px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#collapse-shipping-method {
  width: 33.33333333%;
  border-left: 1px solid #c5c5c5;
  margin-left: 18px;
  padding-left: 63px;
  margin-bottom: 10px;
  padding-bottom: 40px;
  margin-top: 10px;
}
#collapse-payment-address {
  width: 33.33333333%;
  border-left: 1px solid #c5c5c5;
  margin-left: 18px;
  padding-left: 63px;
  margin-bottom: 10px;
  padding-bottom: 40px;
  margin-top: 10px;
}
#collapse-payment-method {
  width: 40%;
  border-left: 1px solid #c5c5c5;
  margin-left: 18px;
  padding-left: 63px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#collapse-payment-method .btn_check {
  padding-bottom: 30px;
}
#collapse-shipping-method.hidden_block {
  height: 20px;
  padding-bottom: 0px !important;
  display: inline-block;
  overflow: hidden;
}
.btn_order_back {
  border: 1px solid #38b0e3;
  background: #38b0e3;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  transition: 0.3s;
  padding: 5px 30px;
  color: #ffffff;
}
.btn_order_back:hover {
  color: #787878;
  background: initial;
}
.table_order_customer_block td {
  font-size: 15px;
  padding-right: 10px;
  color: #4f4e4e;
  line-height: 18px;
  padding-bottom: 15px;
}
#payment-existing {
  padding-bottom: 10px;
}
#payment-existing .link_more {
  padding-top: 0px;
  padding-bottom: 10px;
}
.radio label {
  font-size: 15px;
  color: #4f4e4e;
  padding-left: 42px;
  display: block;
  cursor: pointer;
}
.description_radio {
  font-size: 14px;
  margin-top: 3px;
  color: #787878;
}
.radio input {
  display: none;
}
.radio {
  position: relative;
  margin-top: 28px;
}
.radio label:before {
  border: 1px solid #cccccc;
  width: 22px;
  height: 22px;
  transition: 0.2s;
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 2px;
  top: 0;
  border-radius: 100%;
}
.radio label:after {
  background: #38b0e3;
  width: 10px;
  height: 10px;
  transition: 0.2s;
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 6px;
  left: 8px;
  opacity: 0;
}
.radio input[type="radio"]:checked + label:after {
  opacity: 1;
}
#collapse-payment-method.open_block {
  height: auto;
}
.checkout-checkout .breadcrumb {
  left: 15px;
}
.panel-collapse .form-group .control-label,
.panel-collapse_reg .form-group .control-label {
  display: block;
  font-size: 14px;
  color: #787878;
  padding-bottom: 5px;
}
.panel-collapse .form-group input,
.panel-collapse_reg .form-group input,
.panel-collapse_reg .form-group select {
  border: 1px solid #ffffff;
  transition: 0.2s;
  font-size: 15px;
  line-height: 34px;
  padding-left: 12px;
  color: #4f4e4e;
  background: #ffffff;
  -webkit-appearance: none;
  margin-right: 50px;
  width: 275px;
  margin-bottom: 20px;
}
.panel-collapse_reg > div {
  margin-bottom: 20px;
}
.panel-collapse_reg .form-group {
  position: relative;
}
.panel-collapse .form-group .error_form,
.panel-collapse_reg .form-group .error_form {
  border: 1px solid #38b0e3;
}
.erroe_block {
  color: #af3636;
  font-size: 11px;
  position: absolute;
  top: 60px;
}
#address {
  padding-left: 30px;
}
#account .form-group,
#address .form-group {
  float: left;
  position: relative;
}
#input-payment-postcode,
#input-payment-address-2 {
  width: 112px;
}
.footer_copy_right span {
  font-size: 14px;
}
.link_other {
  font-weight: 500;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  color: #38b0e3;
  .transition: 0.3s;
}
.link_other:hover {
  text-decoration: underline;
}
.alert {
  font-size: 16px;
  color: #4f4e4e;
  margin-top: 15px;
  display: inline-block;
  padding: 10px 15px;
}
.alert svg {
  padding-right: 15px;
}
.alert-danger {
  margin-left: 15px;
  border: 1px solid #eb5757;
}
.alert-success {
  margin-left: 15px;
  border: 1px solid #7cff3c;
}
#input-password + .link_other {
  position: relative;
  top: 10px;
}
.form_bottom {
  margin-top: 20px;
}
.header_orders_page {
  font-weight: 500;
  line-height: 20px;
  font-size: 18px;
  color: #4f4e4e;
}
.order_list_block {
  position: relative;
  background-color: #ffffff;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.order_list_top {
  padding: 20px;
  display: table;
  width: 100%;
}
.order_list_left {
  width: 75%;
  float: left;
  border-bottom: 1px solid #dedcdc;
  border-right: 1px solid #dedcdc;
  display: inline-block;
}
.btn_order_show {
  position: absolute;
  bottom: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border: 1px solid #38b0e3;
  color: #38b0e3;
  padding: 6px 37px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 13px;
  width: 204px;
}
.order_page .tabs_border li {
  margin-left: 20px;
}
.order_page .tabs_border li a {
  transition: 0.3s;
}
.order_page .tabs_border li a:hover {
  color: #38b0e3;
}
.order_page .tabs_border {
  margin-bottom: 23px;
  position: relative;
}
.order_page .tabs .border_tab {
  top: initial;
  left: 20px;
  bottom: 0px;
}
.order_page .description_border a {
  color: rgba(79, 78, 78, 0.7);
}
a.link {
  color: #38b0e3;
  transition: 0.3s;
}
a.link:hover {
  text-decoration: underline;
}
.pullleft {
  float: left;
  padding-right: 30px;
}
.btn_back {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #38b0e3;
  line-height: 38px;
  padding: 0px 18px;
  transition: 0.3s;
  display: inline-block;
}
.btn_back:hover {
  color: #4f4e4e;
  background-color: initial;
}
.hide_field {
  display: none;
}
.order_page .description_border.active a {
  color: #4f4e4e;
}
.order_page .description_border.active + li + .border_tab {
  width: 116px;
}
.order_page .description_border.active + .border_tab {
  width: 199px;
  left: 160px;
}
.btn_order_show:hover {
  color: #ffffff;
  background-color: #38b0e3;
}
.hide_lists .product_order,
.hide_lists .dileviry_order,
.hide_lists .total_order_sum {
  display: none;
}
.hide_lists .btn_order_show {
  bottom: 16px;
}
.dileviry_order_text {
  line-height: 16px;
  font-size: 13px;
  color: rgba(120, 120, 120, 0.7);
}
.order_status_header {
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #4f4e4e;
}
.order_status_header_all {
  font-weight: 500;
  margin-top: 40px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #4f4e4e;
}
.total_order_sum {
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  margin-top: 20px;
  color: #4f4e4e;
}
.total_order_sum span {
  padding-right: 15px;
}
.order_list_right {
  width: 25%;
  float: left;
  padding: 20px;
  display: inline-block;
}
.dileviry_order {
  font-size: 16px;
  line-height: 16px;
  color: #4f4e4e;
}
.number_order {
  float: left;
  line-height: 24px;
  font-size: 16px;
  color: #4f4e4e;
}
.data_order {
  line-height: 24px;
  font-size: 12px;
  float: left;
  padding-left: 15px;
  color: #787878;
}
.position_order {
  float: right;
  margin-right: 40px;
  line-height: 24px;
  font-size: 13px;
  color: #4f4e4e;
}
.no_price_ship_order {
  float: right;
  font-weight: 500;
  line-height: 24px;
  font-size: 13px;
  text-align: right;
  color: #4f4e4e;
}
.no_price_ship_order span {
  font-weight: 400;
}
.product_order {
  padding: 20px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #dedcdc;
}
.text_model_order {
  float: left;
  width: 10%;
  line-height: 15px;
  font-size: 12px;
  color: #787878;
}
.text_name_order {
  float: left;
  width: 60%;
  padding-left: 25px;
  line-height: 15px;
  font-size: 13px;
  color: #4f4e4e;
}
.text_quantity_order {
  float: left;
  line-height: 15px;
  width: 10%;
  text-align: right;
  font-size: 13px;
  color: #4f4e4e;
}
.text_total_order {
  float: left;
  text-align: right;
  width: 20%;
  line-height: 15px;
  font-size: 13px;
  color: #4f4e4e;
}
.panel-collapse .form-group input:focus,
.panel-collapse_reg .form-group input:focus,
.panel-collapse_reg .form-group select:focus {
  border: 1px solid #38b0e3;
}
.panel-collapse_reg #account,
.panel-collapse_reg #address,
.panel-collapse_reg #password {
  display: table;
  width: 100%;
}
.panel-collapse_reg .header_orders_page {
  margin-bottom: 15px;
}
.panel-collapse_reg #address {
  padding-left: 0px;
}
.btn_check {
  display: inline-block;
  width: 100%;
}
.btn_order {
  margin-right: 50px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
  border: 1px solid #38b0e3;
  line-height: 30px;
  background: #38b0e3;
  position: relative;
  padding: 0px 30px;
  overflow: hidden;
}
.btn_order:hover {
  background-color: initial;
  color: #787878;
}
#address .btn_order {
  margin-right: 90px;
}
.product_order_block {
  background: #ffffff;
  border: 1px solid #dedcdc;
  margin-bottom: 20px;
  padding: 12px;
  display: table;
  width: 70%;
  vertical-align: middle;
  border-radius: 2px;
}
.image_order {
  width: 80px;
  display: table-cell;
}
.product_order_link {
  width: 55%;
  padding-left: 20px;
  vertical-align: middle;
  display: table-cell;
  vertical-align: top;
}
.product_order_quantity .price_cols span,
.product_order_quantity .pack_cols span {
  padding-right: 18px;
}
.product_order_link a {
  line-height: 22px;
  font-size: 14px;
  color: #4f4e4e;
}
.product_order_remove button:hover svg path {
  fill: #38b0e3;
}
.order_price_pd {
  font-size: 15px;
  display: block;
  padding-top: 10px;
  color: #787878;
}
.table_cart_block .product_order_quantity {
  font-size: 15px;
  /*text-transform: uppercase;*/
  color: #787878;
  padding: 0px 0px;
  display: table-cell;
  vertical-align: top;
}
.table_cart_block .product_order_quantity .quntity_btn {
  margin-top: 5px;
}
.table_cart_block .product_order_quantity .btn_q,
.table_cart_block .product_order_quantity .numer_quantity {
  position: relative;
  left: 20px;
}
.table_cart_block .product_order_quantity .quntity_btn + .pack_cols {
  margin-top: 5px;
}
.table_cart_block .product_order_quantity .table_cart .question_pd {
  top: 2px;
  position: relative;
  left: 10px;
}
.product_order_total {
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  display: table-cell;
  color: #4f4e4e;
}
.hidden_block_ship .form-group,
.hidden_block_ship .text_preview {
  display: none;
}
.hidden_block_ship .btn_order {
  margin-top: 240px;
  float: left;
  margin-left: 130px;
}
.table-order_block {
  margin-top: 10px;
}
.product_order_conf {
  border-bottom: 1px solid #dedcdc;
  border-top: initial;
  background-color: #ffffff;
}
#colspan_comment {
  width: 100%;
  height: 135px;
  transition: 0.3s;
  border: 1px solid #ffffff;
  background: #ffffff;
  padding: 5px;
}
#colspan_comment:focus {
  border: 1px solid #38b0e3;
}
.total_order {
  font-size: 16px;
  color: #4f4e4e;
  line-height: 34px;
}
.total_order span:nth-child(1) {
  padding-right: 15px;
}
.totalstrong {
  font-weight: 500;
  font-size: 18px;
  color: #4f4e4e;
  margin-top: 10px;
}
.top_totals {
  margin-top: 0px;
  padding-left: 20px;
}
.total_sum_checkout {
  font-size: 16px;
  color: #4f4e4e;
  margin-top: 10px;
}
.total_sum_checkout + .total_pos_checkout_cart {
  margin-bottom: 20px;
  margin-top: 0px;
}
#button-confirm {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 30px;
  margin-top: 15px;
  background: #38b0e3;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.politics {
  margin-top: 20px;
  line-height: 22px;
  font-size: 13px;
  color: #a3a2a2;
}
.politics a {
  color: #38b0e3;
  transition: 0.3s;
}
.politics a:hover {
  text-decoration: underline;
}
.btn_order_prev {
  font-size: 13px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #4f4e4e;
  line-height: 30px;
  transition: 0.3s;
  margin-right: 25px;
  background: none;
  position: relative;
  padding: 0px 30px;
  overflow: hidden;
  border: 1px solid #38b0e3;
}
.btn_order_prev:hover {
  background-color: #38b0e3;
  color: #fff;
}
.hidden_block_ship .btn_order_prev {
  position: absolute;
  left: 44px;
  margin-top: 240px;
}
.btn_cart.btn_good:hover:before {
  top: -100%;
}
.btn_good {
  border: 1px solid #339833;
  background: #339833;
  color: #fff;
  pointer-events: none;
}
#input-search {
  border: 1px solid #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  color: #787878;
  width: calc(100% - 100px);
  -webkit-appearance: none;
  transition: 0.3s;
}
#input-search:focus {
  border: 1px solid #38b0e3;
}
#button-search {
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 38px;
  padding: 0px 28px;
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
  background: #38b0e3;
  border: 1px solid #38b0e3;
}
#button-search:hover {
  background: initial;
  color: #4f4e4e;
}
.client {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #36b337;
  background: #36b337;
  border-radius: 18px;
  padding: 0px 17px;
  line-height: 38px;
  position: relative;
  top: 3px;
  transition: 0.3s;
}
.client:hover {
  color: #4f4e4e;
  background: none;
}
.float-phone {
  position: fixed;
  z-index: 9999;
  text-align: center;
  cursor: pointer;
  width: 54px;
  height: 54px;
  color: #ffffff;
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  background: #38b0e3;
  right: 80px;
  bottom: 50px;
}
.float-phone svg {
  height: 22px;
  width: 22px;
  display: inline-block;
  position: relative;
  transform: scale(-1, 1);
  top: 16px;
}
.float-phone:after {
  border: 2px solid #38b0e3;
}
.float-phone:after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: "";
  border-radius: 100%;
  animation: pulsate_after 1s infinite ease-in-out;
}

@-keyframes pulsate_after {
  100% {
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    opacity: 0.2;
  }
}
@-webkit-keyframes pulsate_after {
  100% {
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    opacity: 0.2;
  }
}
@-moz-keyframes pulsate_after {
  100% {
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    opacity: 0.2;
  }
}

.modal_form {
  display: none;
}
.open_modal_form .modal_form {
  display: block;
  width: 310px;
  height: 388px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  max-height: 100vh;
  left: 0;
  margin: auto;
  z-index: 99999;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #dedcdc;
}
.checkout-cart #content {
  width: 100%;
}
.table_cart_block {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  transition: 0.3s;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
}
.table_cart_block:hover {
  border: 1px solid #38b0e3;
}
.table_cart .pack_group .pack_cols_total {
  width: 130px;
}
.table_cart .pack_group .pack_cols {
  width: 100px;
}
.product_order_remove {
  display: table-cell;
  padding-left: 25px;
  top: 5px;
  vertical-align: top;
  position: relative;
}
.btn-danger {
  cursor: pointer;
}
.btn-danger svg {
  fill: #787878;
  transition: 0.3s;
}
.btn-danger:hover svg {
  fill: #36b337;
}
.table_cart_block .image_order img {
  width: 100%;
}
.table_cart_block .product_order_link {
  width: 450px;
}
.table_cart_block .number {
  width: 110px;
}
.total_pos_checkout_cart {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: rgba(120, 120, 120, 0.7);
}
.pack_cols_total {
  width: 50%;
  padding-right: 18px;
  line-height: 14px;
  font-size: 13px;
  text-align: right;
  color: #4f4e4e;
  float: left;
  display: inline-block;
}
.product_order_quantity .price {
  text-align: right;
  padding-right: 18px;
}
.checkout-cart .header_related {
  margin-top: 10px;
  margin-bottom: 20px;
}
.product_order_total {
  padding-left: 10px;
  width: 90px;
}
.modal_header {
  font-size: 18px;
  /* padding-left: 35px; */
  color: #4f4e4e;
  position: relative;
  margin-bottom: 25px;
}
.modal_header:before {
  /* content: ''; */
  /* width: 20px; */
  /* height: 20px; */
  /* position: absolute; */
  /* top: 1px; */
  /* left: 0px; */
  /* margin-right: 0px; */
  /* display: inline-block; */
  /* background-image: url(/catalog/view/theme/smp/image/pawprint.svg); */
}
.form_background label {
  display: block;
  font-size: 14px;
  color: #787878;
  padding-bottom: 5px;
}
.form_background input {
  border: 1px solid #dedcdc;
  transition: 0.2s;
  font-size: 15px;
  line-height: 34px;
  padding-left: 12px;
  color: #4f4e4e;
  background: none;
  -webkit-appearance: none;
  width: 100%;
  margin-bottom: 20px;
}
.form_background input:focus {
  border: 1px solid #38b0e3;
}
.politic {
  font-size: 12px;
  color: #787878;
  line-height: 16px;
}
.politic a {
  text-decoration: underline;
  transition: 0.2s;
}
.politic a:hover {
  color: #38b0e3;
}
#btn_call {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background: #38b0e3;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: 0.3s;
  display: inherit;
  margin-top: 35px;
  padding: 0px 29px;
  line-height: 30px;
  width: 100%;
}
#btn_call:hover {
  color: #4f4e4e;
  background: none;
}
.close_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.close_btn:hover svg {
  fill: #38b0e3;
}
.open_modal_form .closeoverlay svg {
  display: none;
}
.form_background .form-group .form-control.colorer {
  border: 1px solid #ad5757;
}
.cart_modal_block {
  display: none;
}
.cart_modal .cart_modal_block {
  width: 254px;
  height: 238px;
  position: fixed;
  top: 0;
  display: block;
  right: 0;
  overflow: hidden;
  max-height: 100vh;
  left: 0;
  box-shadow: 0px 0px 10px #e5f5fb;
  bottom: 0px;
  margin: auto;
  z-index: 99999;
  padding: 20px 30px;
  background: #ffffff;
}
.checkout_modals {
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  background: #38b0e3;
  width: 100%;
  transition: 0.3s;
  margin-top: 30px;
  display: inline-block;
  color: white;
  border: 1px solid #38b0e3;
}
.close_headers {
  float: right;
  cursor: pointer;
  top: -10px;
  right: -15px;
  position: relative;
}
.close_headers svg {
  height: 11px;
  width: 11px;
}
.close_headers:hover svg path {
  fill: #38b0e3;
}
.checkout_modals:hover {
  background: initial;
  color: #38b0e3;
}
.close_cart_modal {
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  color: #38b0e3;
}
.close_cart_modal:hover {
  text-decoration: underline;
}
.cart_ok_text {
  font-size: 15px;
  color: #4f4e4e;
  margin-top: 20px;
}
.cart_icon_block {
  text-align: center;
}
.cart_icon_block .close_btn {
  position: relative;
  top: 20px;
  right: 0px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
  text-transform: uppercase;
  color: #4f4e4e;
  padding: 0px 17px;
  line-height: 34px;
}
.cart_icon_block .close_btn:hover {
  background: #36b337;
  color: #fff;
}
.cart_icon_box {
  width: 19px;
  height: 19px;
  position: absolute;
  display: inline-block;
  animation: boxs 1.8s;
  transform: translate(850%, 5px);
}
@keyframes boxs {
  from {
    transform: translate(14px, -350%);
  }

  50% {
    transform: translate(14px, 5px);
  }
  to {
    transform: translate(850%, 5px);
  }
}
.cart_icon {
  position: relative;
  display: inline-block;
  animation-name: time;
  transform: translateX(400%);
  animation-duration: 1.8s;
}
@keyframes time {
  from {
    transform: none;
  }

  50% {
    transform: none;
  }
  to {
    transform: translateX(400%);
  }
}
.cart_icon_check {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  top: 0px;
  left: 85px;
}
.cart_icon_check:before,
.cart_icon_check:after {
  content: "";
  background-color: #38b0e3;
  height: 3px;
  position: absolute;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 0;
}
.cart_icon_check:before {
  top: 38px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 26px;
  border-radius: 2px 2px 0 0;
}

.cart_icon_check:after {
  top: 49px;
  left: 34px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0 0 2px 2px;
}

.cart_icon_check.cart_ok:before {
  width: 16px;
  -webkit-transition: 0.2s 0.6s;
  -o-transition: 0.2s 0.6s;
  transition: 0.2s 0.6s;
}

.cart_icon_check.cart_ok:after {
  width: 32px;
  -webkit-transition: 0.2s 0.8s;
  -o-transition: 0.2s 0.8s;
  transition: 0.2s 0.8s;
}
.news_layout {
  background: #ffffff;
  padding: 18px;
  width: 100%;
  display: table;
  transition: 0.3s;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
}
.news_layout:hover {
  border: 1px solid rgba(56, 176, 227, 0.5);
}
.newsblog-category .breadcrumb,
.newsblog-article .breadcrumb {
  left: 20px;
}
.newsblog-category #content,
.newsblog-article #content {
  width: 100%;
}
.image_news {
  float: left;
  margin-right: 30px;
}
.image_news img {
}
.col_news {
  padding-left: 10px;
  padding-right: 10px;
}
.col_news p {
  line-height: 26px;
}
.news_header {
  font-weight: 500;
  line-height: 26px;
  font-size: 17px;
  color: #4f4e4e;
}
.more_news {
  font-size: 13px;
  color: #38b0e3;
  display: inline-block;
  border: 1px solid #38b0e3;
  box-sizing: border-box;
  line-height: 30px;
  padding: 0px 17px;
  transition: 0.3s;
  cursor: pointer;
}
.more_news:hover {
  color: #fff;
  background: #38b0e3;
}
.more_news span {
  padding-right: 10px;
  font-weight: 500;
}
.img_right {
  float: right;
  padding-left: 15px;
}
.img_left {
  float: left;
  padding-right: 15px;
}
.description_news ul {
  line-height: 26px;
  font-size: 15px;
  color: #4f4e4e;
  padding-left: 20px;
}
.drop_top_block {
  display: none;
  position: absolute;
  top: 25px;
  width: 135px;
  left: 1px;
  background-color: #fff;
  padding: 5px 0px;
  transition: 0.3s;
  border: 1px solid #dedcdc;
  border-radius: 2px;
  z-index: 12;
}
.drop_top:hover .drop_top_block {
  display: inline-block;
  border: 1px solid #dedcdc;
  line-height: 20px;
}
.drop_top_block li {
  display: block;
}
.drop_top {
  position: relative;
}
.drop_top i {
  position: absolute;
  transform: rotate(90deg);
  top: 14px;
  left: 53px;
  transition: 0.3s;
  color: #787878;
}

.drop_top:hover i {
  top: 8px;
  color: #36b337;
}
.topmenu li a {
  top: 0px;
  position: relative;
}
.drop_top:hover > a {
  color: #36b337;
  top: -4px;
}
.btn_next {
  background: #38b0e3;
  color: white;
  transition: 0.3s;
  margin-top: 20px;
  font-size: 13px;
  line-height: 38px;
  display: inline-block;
  padding: 0px 13px;
}
.btn_next:hover {
  color: #787878;
  background: none;
}
.text-sum {
  padding-right: 15px;
}
.text-bold {
  font-weight: 500;
  line-height: normal;
  font-size: 20px;
  color: #4f4e4e;
}
.btn-primary {
  font-size: 12px;
  text-transform: uppercase;
  color: #4f4e4e;
  line-height: 38px;
  padding: 0px 18px;
  transition: 0.3s;
  display: inline-block;
}
.btn-primary:hover {
  background: #38b0e3;
  color: white;
}
.manufacture_page {
  margin-top: 0px;
}
.text_slide {
  left: 60px;
  display: inline-block;
  top: 180px;
  position: relative;
}
.text_slide_top p,
.text_slide_top strong {
  color: #fff;
}
.text_slide_block {display:none;}
/*
.text_slide_top:before {
  content: "";
  background: #38b0e3;
  height: 8px;
  width: 8px;
  position: absolute;
  display: inline-block;
  top: 12px;
  left: -15px;
}*/
.text_slide_top strong {
  /*font-weight: 500;*/
  line-height: normal;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "matias";
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.text_slide_top p {
  line-height: 24px;
  font-size: 15px;
  color: #ffffff;
  margin-top: 5px;
}
.text_slide_bottom {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid #ffffff;
  line-height: 30px;
  padding: 0px 12px;
  transition: 0.3s;
  margin-top: 15px;
}
.text_slide_bottom:hover {
  background: #fff;
  color: #4f4e4e;
}
.preload_shop svg {
  -webkit-animation: spinAround 2s linear infinite;
  -moz-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
}
.icom_block .col-sm-4.col-md-12.col-lg-4:hover #galka {
  animation: lina 0.8s linear;
}
.icom_block .col-sm-4.col-md-12.col-lg-4 svg {
  overflow: visible;
}
@keyframes lina {
  from {
    stroke-dasharray: 0, 100;
  }
  to {
    stroke-dasharray: 14, 100;
  }
}
.icom_block .col-sm-4.col-md-12.col-lg-4:hover #sec {
  animation: sec 1.2s linear;
}
@keyframes sec {
  from {
    stroke-dasharray: 0, 100;
  }
  to {
    stroke-dasharray: 101, 100;
  }
}
.icom_block .col-sm-4.col-md-12.col-lg-4:hover #polosa,
.icom_block .col-sm-4.col-md-12.col-lg-4:hover #polosa1,
.icom_block .col-sm-4.col-md-12.col-lg-4:hover #polosa2 {
  animation: polosa 2s linear;
}
@keyframes polosa {
  from {
    stroke-dasharray: 0, 100;
  }
  to {
    stroke-dasharray: 50, 100;
  }
}

.icom_block .col-sm-4.col-md-12.col-lg-4:hover #caranim {
  animation: caranim 8s linear infinite;
  transition: 0.2s;
}
@keyframes caranim {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translate3d(0px, 1px, 0px);
  }
}
.rukasc svg {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icom_block .col-sm-4.col-md-12.col-lg-4:hover #path0_fillab {
  animation: ruka 0.6s linear infinite;
  transform: translateY(0px) rotate(0deg);
}
@keyframes ruka {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-2px) rotate(10deg);
  }
  100% {
    transform: translateY(2px) rotate(-10deg);
  }
}
.icom_block .col-sm-4.col-md-12.col-lg-4:hover #path1_fillabc {
  animation: rukaa 0.6s linear infinite;
  transform: translateY(1px) rotate(0deg);
}
@keyframes rukaa {
  0% {
    transform: translateY(1px) rotate(0deg);
  }
  50% {
    transform: translateY(-2px) rotate(-10deg);
  }
  100% {
    transform: translateY(2px) rotate(10deg);
  }
}
.checkout-cart #column-left .category_menu {
  display: none;
}
.category_header_desktop {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #4f4e4e;
  display: inline-block;
  position: absolute;
  top: 28px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  left: 15px;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #dedcdc;
  padding: 16px 183px 16px 20px;
}
.category_header_desktop:before {
  content: url(/catalog/view/theme/smp/image/icon/catalog.svg);
  width: 18.71px;
  height: 12px;
  margin-right: 15px;
  display: inline-block;
}
.no_col_open_menu .category_menu {
  display: inline-block !important;
  position: absolute;
  z-index: 99;
  border-top: 0px;
  top: 30px;
  border-radius: 0px 0px 2px 2px;
}
.no_col_open_menu .category_header_desktop {
  z-index: 100;
}
.no_col_open_menu .category_header {
  display: none;
}
.no_col_open_menu .category_header_desktop {
  box-shadow: none;
}
.no_col_open_menu .page {
  height: 760px;
}
.client_page .col-xs-12.col-sm-4 {
  display: table-cell;
  height: 185px;
  text-align: center;
}
.logout_btn {
  position: absolute;
  right: 150px;
  top: 35px;
}
.logout_btn span {
  line-height: 16px;
  font-size: 13px;
  color: #4f4e4e;
  position: relative;
  top: -1px;
  transition: 0.3s;
  margin-left: 5px;
}
.logout_btn a:hover span {
  color: #38b0e3;
}
.logout_btn svg {
  float: left;
  position: relative;
  top: 1px;
}
.back_article {
  width: 100%;
}
.description_news img {
  /*width: 100%!important;*/
  /*height: initial!important;*/
}
.description_news {
  width: calc(100% - 300px);
}
li {
  color: #4f4e4e;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 22px;
}
.topmenu .top_account_menu {
  display: none;
}
.footer_cart {
  background: #575757;
  margin-top: 0px;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9;
  bottom: 0px;
  height: 40px;
}
.footer_cart.hide_f_cart {
  display: table;
}
.sum_total:before {
  content: "";
  width: 18.39px;
  height: 19px;
  position: relative;
  right: 0px;
  top: 3px;
  margin-right: 10px;
  transition: 0.3s ease;
  display: inline-block;
  background-image: url(/catalog/view/theme/smp/image/icon/cartw.svg);
}
.sum_total {
  float: right;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.sum_total_money {
  padding-left: 10px;
  color: #fff;
  float: right;
  margin-right: 60px;
  font-size: 16px;
  line-height: 40px;
}
.order_footer_fix {
  float: right;
  line-height: 40px;
}
.order_footer_fix a {
  border: 1px solid #b9a115;
  font-size: 13px;
  cursor: pointer;
  /*color: #4F4E4E;*/
  transition: 0.3s;
  line-height: 14px;
  display: inline-block;
  padding: 8px 12px;
  background-color: #38b0e3;
  border: 1px solid #38b0e3;
  color: #fff;
}
.order_footer_fix a:hover {
  color: #fff;
  background-color: initial;
}
.footer_cart.hide_f_cart ~ .footer_copy {
  margin-bottom: 40px;
}
.topmenu .mobileli {
  display: none;
}
.footer_logo_mobile {
  display: none;
}
.table_cart .question_pd {
  top: 2px;
  position: relative;
  left: 10px;
}
.table_cart .question_pd_modal {
  margin-left: -70px;
  top: 5px;
}

@media (min-width: 992px) {
  .category_mobile {
    display: none;
  }
  .sub_menu {
    display: none;
  }
  .all_head:hover .name_product {
    display: none;
  }
  .product_category_col.product-list .all_head:hover .name_product {
    display: block;
  }
  .kat_left {
    padding-left: 10px;
  }
  .all_head:hover {
    position: absolute;
    width: calc(100% - 20px);
    z-index: 10;
  }
  .product_category_col.product-list .all_head:hover {
    position: relative;
    width: 100%;
    height: auto !important;
    z-index: 10;
  }
  .product_category_col.product-list .product-thumb {
    height: auto !important;
    position: relative;
    margin-bottom: 0px;
    display: table;
    width: 100%;
    overflow: initial;
    border-bottom: 1px solid #dedcdc;
  }
  .all_head:hover .tap_hit,
  .all_head:hover .tap_special,
  .all_head:hover .tap_new {
    left: 10px;
    top: 10px;
  }
  .all_head:hover .name_product_all {
    visibility: visible;
    position: relative;
    top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: initial;
  }
  .product_category_col.product-list .image {
    width: 12%;
    float: left;
  }
  .product_category_col.product-list .image img {
    padding: 5px 0px 5px 0px;
    width: 180px;
    position: relative;
    width: 78%;
  }
  .product_category_col.product-list .caption {
    width: 88%;
    float: left;
    padding-right: 0px;
  }
  .product_category_col.product-list .price {
    position: relative;
    left: initial;
    margin-top: 0px;
    top: initial;
    text-align: right;
    padding-right: 22px;
  }
  .product_category_col.product-list .btn_cart {
    position: relative;
    right: initial;
  }
  .product_category_col.product-list .name_product {
    margin-top: 15px;
    overflow: initial;
    line-height: 16px;
  }
  .product_category_col.product-list .quantity_group:before {
    display: none;
  }
  .model_pd {
    display: none;
    line-height: 15px;
    font-size: 12px;
    color: #787878;
    margin-top: 15px;
  }
  .product-list .model_pd {
    display: block;
  }
  .product-list .name_product_block {
    width: 40%;
    float: left;
  }
  .product-list .columns_group_f {
    float: right;
    width: 25%;
    padding-right: 20px;
  }
  .product-list .columns_group {
    width: 25%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
  }
  .product-list .quantity_group {
    margin-top: 3px;
  }
  .product-list .columns_group .price_cols {
    margin-top: 0px;
    margin-left: -5px;
  }
  .product-list .columns_group .pack_cols {
    margin-left: -5px;
  }
  .product_sku {
    display: none;
  }
  .product_sku {
    font-weight: 500;
    font-size: 13px;
    color: #787878;
  }
  .product_sku span {
    font-weight: 500;
    padding-left: 2px;
    font-size: 13px;
    color: #4f4e4e;
  }
  .product_description {
    display: none;
  }
  .question_pd {
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 1px solid #e5e3e3;
    transition: 0.3s;
    cursor: pointer;
    padding-right: 0px !important;
    line-height: 19px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    color: #45b6e5;
  }
  .question_pd:hover {
    border: 1px solid #45b6e5;
  }
  .question_pd_modal {
    display: none;
    position: absolute;
    line-height: 15px;
    z-index: 9;
    width: 180px;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #fff;
    margin-left: -80px;
    top: -35px;
    border: 1px solid #dedcdc;
  }
  .pack_cols.open .question_pd {
    border: 1px solid #45b6e5;
  }
  .pack_cols.open .question_pd_modal {
    display: block;
  }
  .product_category_col.product-list .product_description {
    line-height: 14px;
    margin-top: 10px;
    font-size: 13px;
    color: #787878;
    display: block;
    height: 28px;
    overflow: hidden;
  }
  .product_category_col.product-list .price-old {
    float: right;
    margin-left: 12px;
  }
  .product_category_col.product-list .product_sku {
    display: block;
    margin-top: 20px;
  }
  .product_category_col.product-list .all_head:hover .name_product_all {
    display: none;
  }
  .product-thumb:hover {
    border: 1px solid rgba(56, 176, 227, 0.5);
  }
  .product-list .product-thumb:hover {
    border-bottom: 1px solid rgba(0, 153, 217, 0.5);
  }
  .category_menu {
    background: #ffffff;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 23px 23px 13px 23px;
    list-style: none;
  }
  .common-home #column-left {
    margin-left: 15px;
  }
  .account-order #column-left {
    margin-left: 15px;
  }
  .account-edit #column-left {
    margin-left: 15px;
  }
  .category_menu li:hover > a {
    color: #38b0e3;
  }
  .category_menu li:hover .catalog_sub_arrow {
    color: #38b0e3;
    right: -10px;
  }
  .sub_menu {
    transition: 0.3s;
    position: absolute;
    top: -11px;
    left: 270px;
    z-index: 99;
    list-style: none;
    padding: 15px 25px;
    /*border: 1px solid #DEDCDC;*/
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #e5f5fb;
    width: 330px;
    background-color: rgb(255, 255, 255);
  }
  .sub_menu > li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4f4e4e;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    transition: 0.3s;
  }
  #content {
    margin-left: 5px;
    width: calc(100% - 332px);
  }
  @-moz-document url-prefix() {
    .price_filter_block.filter_blocks {
      margin-top: 40px;
      margin-left: -72px;
    }
    .sorts_block.filter_blocks {
      margin-top: 40px;
      margin-left: -122px;
    }
  }
}

@media (min-width: 992px) and (max-width: 1365px) {
  #logo {
    padding-left: 20px;
  }
  #logo img {
    width: 215px;
    height: initial;
  }
  .topmenu li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .topblock {
    padding-left: 15px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .topmenu {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #search {
    padding-left: 10px;
  }
  .search_input {
    width: 300px;
  }
  .topmenu li a {
    text-transform: initial;
  }
  .product-list .name_product_block {
    width: 60%;
    float: left;
  }
  .zakaz_top {
    display: none;
  }
  #cart {
    padding-right: 0px;
    margin-right: 17px;
    position: absolute;
    right: 0;
    top: 25px;
  }
  .phone_top {
    left: -30px;
    top: 0px;
  }
  .account_top {
    margin-top: 12px;
  }
  .price_cols {
    margin-top: -4px;
  }
  .backslide {
    min-height: 330px;
  }
  #cart button {
    margin-top: 10px;
  }
  .product_category_col:nth-child(2n + 3) {
    clear: both;
  }
  .icom_block > div:nth-child(3) .text_icon_main {
    padding-left: 35px;
  }
  .footer_right {
    margin-right: 20px;
  }
  .product_category_col.product-list .caption {
    width: 88%;
    float: left;
    padding-right: 0px;
  }
  .product_category_col.product-list .product_description {
    display: none;
  }
  .product_category_col.product-list .image img {
    padding: 5px 5px 5px 5px;
    position: relative;
    width: 90%;
  }
  .specification {
    display: none;
  }
  .page .page_product h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-list .columns_group {
    width: 35%;
    float: initial;
    padding-top: 60px;
    padding-left: 0px;
    left: 155px;
    position: relative;
  }
  .product-list .columns_group_f {
    float: right;
    width: 33%;
    padding-right: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #product {
    padding: 10px 15px 15px 15px;
  }
  .description_more strong {
    font-weight: 700;
    color: #4f4e4e;
    line-height: 20px;
    font-size: 14px;
  }
  .number {
    margin-top: 10px;
  }
  #button-cart {
    margin-top: 15px;
    float: none;
  }
  .product_price {
    margin-top: 13px;
  }
  .description_more {
    height: 167px;
    overflow: hidden;
  }
  .description .description_more.no_mage_more {
    height: 171px;
  }
  #address .btn_order {
    margin-right: 35px;
  }
  .hidden_block_ship .btn_order,
  .hidden_block_ship .btn_order_prev {
    margin-top: 290px;
  }
  #account .btn_order {
    margin-right: 155px;
  }
  #input-payment-postcode,
  #input-payment-address-2 {
    width: 107px;
  }
  .panel-collapse .form-group input,
  .panel-collapse_reg .form-group input {
    margin-right: 30px;
    width: 244px;
  }
  .product_order_block {
    width: 100%;
  }
  .news_layout .caption {
    display: table;
    margin-bottom: 0px;
    padding: 15px 0px;
  }
  .image_news {
    float: left;
    margin-right: 20px;
  }
  .image_order {
    width: 110px;
    display: table-cell;
  }
  .table_cart_block .image_order img {
    width: 100%;
  }
  .table_cart_block {
    padding: 10px;
  }
  .product_order_total {
    padding-left: 10px;
    width: 116px;
  }
  .order_price_pd {
    padding-top: 5px;
  }
  .product_category_col.product-list .price-old {
    position: relative;
    top: -10px;
    float: none;
    margin-left: 0px;
    display: block;
  }
  .hide_md {
    display: none;
  }
  .model_product.hide_field {
    display: block;
  }
  .price_f .price-new {
    top: 0px;
  }
  .model_product {
    font-size: 14px;
    line-height: 16px;
    color: #787878;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .news_layout {
    width: 100%;
  }
  .text_slide {
    left: 10%;
    display: inline-block;
    top: 110px;
    position: relative;
  }
  .client_page .col-xs-12.col-sm-4 {
    display: table-cell;
    height: 220px;
    text-align: center;
  }
  .table_cart_block .product_order_quantity {
    width: 275px;
  }
  .table_cart_block .product_order_link {
    width: 300px;
  }
  .table_cart_block .price_cols {
    margin-top: 6px;
  }
  .account-register .btn-primary {
    margin-top: 15px;
  }
  #input-password + .link_other {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-bottom: 15px;
  }
  .order_list_right {
    width: 25%;
    float: left;
    padding: 15px;
    display: inline-block;
  }
  .dileviry_order_text {
    font-size: 12px;
  }
  .total_order_sum span {
    display: block;
  }
  .btn_order_show {
    padding: 6px 20px;
    width: 120px;
    text-align: center;
  }
  .hide_lists .btn_order_show {
    height: 32px;
    overflow: hidden;
  }
  #collapse-shipping-method .btn_order {
    margin-top: 30px;
    float: right;
    margin-right: 0px;
  }
  .table_cart .question_pd_modal {
    margin-left: -70px;
    top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .topmenu {
    margin-bottom: 9px;
    margin-left: 12px;
  }
  #account .btn_order {
    margin-right: 90px;
  }
  #carousel0 {
    display: none;
  }
  #input-password + .link_other {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-bottom: 15px;
  }
  .icom_block img,
  .icom_block svg {
    margin-left: 0px;
  }
  .text_icon_main p {
    position: absolute;
    left: 15px;
  }
  .icom_block {
    padding-bottom: 120px;
  }
  .icom_block > div:nth-child(3) .text_icon_main p {
    margin-top: 33px;
  }
  .nav-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .border_tab {
    top: 57px;
  }
  .category_menu {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 270px;
    z-index: 900;
    overflow-y: auto;
    background-color: #ffffff;
    padding-top: 10px;
    margin: 0px;
    padding: 0px;
    left: 0;
    display: block;
  }
  .product_category_col:nth-child(4n + 5) {
    clear: none;
  }
  .product_category_col:nth-child(3n + 4) {
    clear: both;
  }
  #logo {
    display: none;
  }
  #logo_mobile {
    margin-top: 10px;
    display: inline-block;
    float: left;
    margin-left: 15px;
  }
  #logo_mobile .category_header {
    margin-bottom: 0px;
    border-bottom: none;
    padding-top: 6px;
    padding-bottom: 7px;
    margin-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #38b0e3;
    font-size: 13px;
  }
  .zakaz_top {
    display: none;
  }
  .topblock {
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 265px);
  }
  .topmenu li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .search_input {
    width: 330px;
  }
  .topmenu {
    margin-top: 7px;
  }
  .phone_top {
    left: -120px;
    top: 6px;
  }
  .topmenu_mobile {
    color: #787878;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 27px;
  }
  .topmenu {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 245px;
    z-index: 900;
    overflow-y: scroll;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .open_menu_mobile_more .topmenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.3s linear;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  header {
    transition: all 0.2s linear;
    margin-top: 0px;
  }
  .open_menu_mobile_more header {
    transition: all 0.2s linear;
    margin-top: 245px;
  }
  .topmenu li {
    line-height: 28px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
  .topmenu li a {
    padding-left: 15px;
    display: block;
    font-size: 15px;
    text-transform: none;
  }
  .closeoverlay svg {
    top: 0px;
    right: initial;
    left: 171px;
    position: fixed;
  }
  .open_menu_mobile_more .closeoverlay svg {
    animation-delay: 0.1s;
    background-color: #fff;
    fill: #4f4e4e;
    position: fixed;
    padding: 12px;
    height: 44px;
    width: 44px;
    left: 171px;
    right: initial;
    top: 245px;
    animation: menumobile 0.3s linear;
  }
  @keyframes menumobile {
    from {
      top: 0px;
      opacity: 0;
    }

    to {
      top: 245px;
      opacity: 1;
    }
  }
  #search {
    top: 13px;
    left: 10px;
  }
  #cart {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 30px;
    position: absolute;
    right: -155px;
    top: 8px;
  }
  .topmenu li a {
    text-transform: none;
  }
  #logo_mobile img {
    width: 120px;
  }
  .category_header:before {
    content: "";
    width: 16px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    background-image: url(/catalog/view/theme/smp/image/icon/catalog.svg);
    background-size: 100%;
    left: -5px;
    position: relative;
  }
  .search_input {
    line-height: 30px;
    height: 30px;
  }
  #search:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/catalog/view/theme/smp/image/icon/search.svg);
    position: absolute;
    top: 9px;
    left: 32px;
    background-size: 100%;
  }
  #cart button {
    margin-top: 10px;
  }
  .tab_product_hide_sm {
    display: none;
  }
  .open_product .tab_product_hide_sm {
    display: block;
  }
  header {
    padding-bottom: 12px;
  }
  .backslide {
    min-height: 300px;
  }
  .name_product {
    height: 32px;
  }
  .question_pd {
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 1px solid #e5e3e3;
    transition: 0.3s;
    cursor: pointer;
    padding-right: 0px !important;
    line-height: 19px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    color: #45b6e5;
  }
  .question_pd:hover {
    border: 1px solid #45b6e5;
  }
  .question_pd_modal {
    display: none;
    position: absolute;
    line-height: 15px;
    z-index: 9;
    width: 180px;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #fff;
    margin-left: -80px;
    top: -35px;
    border: 1px solid #dedcdc;
  }
  .pack_cols.open .question_pd {
    border: 1px solid #45b6e5;
  }
  .pack_cols.open .question_pd_modal {
    display: block;
  }
  .btn_cart {
    margin-top: 20px;
  }
  .topmenu_mobile svg {
    display: none;
  }
  .category_menu {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 900;
    overflow-y: auto;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .open_menu_mobile .category_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sub_menu {
    display: none;
    background-color: #efefef;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .sub_menu li {
    list-style: none;
  }
  .category_menu > li > a {
    padding: 8px 45px 8px 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 16px;
  }
  .category_menu .category_header {
    display: none;
  }
  .catalog_sub_arrow {
    text-transform: uppercase;
    color: #d1d1d1;
    height: 36px;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 0px;
    line-height: 40px;
    font-size: 18px;
    display: block;
    z-index: 99;
    transition: 0.4s;
    top: 7px;
    transform: rotate(90deg);
  }
  .catalog_sub_arrow.active {
    transform: rotate(270deg);
    right: 4px;
  }
  .category_menu li {
    position: relative;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .sub_menu a {
    padding: 8px 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 16px;
    display: block;
    color: #4f4e4e;
    font-weight: 400;
    font-size: 14px;
  }
  .open_menu_mobile .closeoverlay svg {
    top: 10px;
    right: 10px;
    left: initial;
  }
  .product_description {
    display: none;
  }
  .product_sku {
    display: none;
  }
  .page {
    padding-left: 0px;
    padding-right: 0px;
  }
  /*.product_category_col.product-list .tap_special,
.product_category_col.product-list .tap_hit,
.product_category_col.product-list .tap_new{
left: 10px;
top: 10px;  
}
.product_category_col.product-list .all_head:hover .name_product{
    display: block;
}
.product_category_col.product-list .all_head:hover{
    position: relative;
    width: 100%;
    height: auto!important;
    z-index: 10;
}
.product_category_col.product-list .product-thumb{
    height: auto!important;
    position: relative;
}
.product_category_col.product-list .image{
width: 20%;
float: left;  
}
.product_category_col.product-list .image img {
    padding: 5px 5px 5px 5px;
    width: 180px;
    position: relative;
    width: 90%;
}
.product_category_col.product-list .caption{
    width: 80%;
    float: left;
    padding-right: 0px;
}
.product_category_col.product-list .price{
    position: absolute;
        left: 580px;
    margin-top: 0px;
    top: 38px;
}
.product_category_col.product-list .btn_cart{
 position: absolute;
    right: 70px;
    top: 50px;
}
.product_category_col.product-list .name_product{
margin-top: 15px;
height: 54px;
    line-height: 18px;
}*/
  .product_sku {
    display: none;
  }
  .product_sku {
    font-weight: 500;
    font-size: 13px;
    color: #787878;
  }
  .product_sku span {
    font-weight: 500;
    padding-left: 2px;
    font-size: 13px;
    color: #4f4e4e;
  }
  .product_description {
    display: none;
  }
  .product_category_col.product-list .product_description {
    line-height: 14px;
    margin-top: 10px;
    font-size: 13px;
    color: #787878;
    display: block;
    height: 28px;
    overflow: hidden;
  }
  .product_category_col.product-list .price-old {
    position: relative;
    top: 5px;
    float: right;
    margin-left: 12px;
  }
  .product_category_col.product-list .product_sku {
    display: block;
    margin-top: 20px;
  }
  .product_category_col.product-list .all_head:hover .name_product_all,
  .product_category_col.product-list .name_product_all {
    display: none;
  }
  .category_mobile {
    display: none;
  }
  .breadcrumb_top {
    /*height: 70px;*/
  }
  .specification {
    display: none;
  }
  .page .page_product h1 {
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #button-cart {
    float: none;
  }
  .description_more {
    height: 207px;
    overflow: hidden;
  }
  .specification + .description .description_more {
    height: 207px;
  }
  .description .description_more.no_mage_more {
    height: 207px;
  }
  .header_related {
    font-weight: 500;
    font-size: 19px;
    color: #4f4e4e;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .tabs {
    margin-top: 0px;
    padding-left: 0px;
    list-style: none;
  }
  .tabs .border_tab {
    top: 27px;
  }
  .panel-collapse #account {
    padding-left: 40px;
  }
  .panel-collapse .form-group input,
  .panel-collapse_reg .form-group input {
    margin-right: 30px;
    width: 260px;
  }
  #collapse-shipping-method {
    width: 50%;
  }
  .ship_method_address {
    position: absolute;
    left: 50%;
    width: 50%;
  }
  #input-payment-postcode,
  #input-payment-address-2 {
    width: 115px;
  }
  .btn_order_prev {
    float: left;
    margin-right: 25px;
  }
  #address .btn_order {
    margin-right: 52px;
  }
  #collapse-payment-method {
    width: 60%;
  }
  .product_order_block {
    width: 100%;
  }
  .news_layout .caption {
    display: table;
    margin-bottom: 0px;
    padding: 15px 0px;
  }
  .image_news {
    float: left;
    margin-right: 15px;
  }
  .table_cart_block {
    padding: 10px;
  }
  .table_cart_block .image_order img {
    width: 100%;
  }
  .checkout_cart {
    float: left;
    display: inline-block;
  }
  .btn_next {
    margin-top: 0px;
    top: -8px;
    margin-left: 15px;
  }
  .checkout_cart .btn_next {
    margin-top: 10px;
    top: 0px;
    margin-left: 0px;
  }
  .table_checkout_cart {
    display: block;
    float: initial;
  }
  .total_pos_checkout_cart {
    margin-top: 0px;
  }
  .product_order_total {
    width: 110px;
  }
  .drop_top i {
    left: 37px;
  }
  .text_slide {
    left: 150px;
    display: inline-block;
    top: 70px;
    position: relative;
  }
  .page h1 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .breadcrumb {
    left: 0px;
  }
  .newsblog-category .category_header {
    display: none;
  }
  .newsblog-category #logo_mobile,
  .newsblog-article #logo_mobile {
    margin-bottom: 40px;
  }
  .category_menu > li > img {
    display: none;
  }
  .category_menu > li > a {
    margin-left: 0px;
  }
  .newsblog-category .category_header {
    display: none;
  }
  .product_category_col.product-list.col-xs-12 {
    width: 33.33333333%;
    float: left;
  }
  #list-view {
    display: none;
  }
  .hide_md {
    display: none;
  }
  .model_product {
    font-size: 14px;
    line-height: 16px;
    color: #787878;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .model_product.hide_field {
    display: block;
  }
  .footer_left {
    width: 220px;
  }
  .logo_footer {
    width: 90%;
  }
  .table_cart_block .product_order_link {
    width: 370px;
  }
  .table_cart_block .product_order_quantity {
    width: 275px;
  }
  .account-register .btn-primary {
    margin-top: 15px;
  }
  .btn_order_show {
    padding: 6px 20px;
    width: 120px;
    text-align: center;
  }
  .hide_lists .btn_order_show {
    height: 32px;
    overflow: hidden;
  }
  #collapse-shipping-method .btn_order {
    margin-top: 30px;
  }
  #collapse-payment-method .btn_order {
    margin-top: 30px;
  }
  #collapse-checkout-confirm .text_name_order {
    float: left;
    width: 55%;
    padding-left: 15px;
    line-height: 15px;
    font-size: 13px;
    color: #4f4e4e;
  }
  #collapse-checkout-confirm .text_total_order {
    float: left;
    text-align: right;
    width: 25%;
    line-height: 15px;
    font-size: 13px;
    color: #4f4e4e;
  }
  .total_order span:nth-child(1) {
    padding-right: 15px;
    display: block;
  }
  .catalog_left:nth-child(4n + 4) {
    clear: initial;
  }
  .catalog_left:nth-child(2n + 3) {
    clear: both;
  }
  .topmenu .mobileli {
    display: block;
  }
  .kat_left_info {
    padding-left: 0px;
  }
  .checkout-cart .category_header {
    display: none;
  }
  .account-login .category_header {
    display: none;
  }
  .account-register .category_header {
    display: none;
  }
  .account-forgotten .category_header {
    display: none;
  }
  .account-order .category_header {
    display: none;
  }
  .account-edit .category_header {
    display: none;
  }
  .account-logout .category_header {
    display: none;
  }
  .checkout-checkout .category_header {
    display: none;
  }
  .newsblog-article .category_header {
    display: none;
  }
  .table_cart .question_pd_modal {
    margin-left: -70px;
    top: 0px;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
  .catalog_left:nth-child(4n + 4) {
    clear: initial;
  }
  .catalog_left:nth-child(2n + 3) {
    clear: both;
  }
  .model_product {
    font-size: 14px;
    line-height: 16px;
    color: #787878;
    margin-top: 5px;
    margin-bottom: 15px;
    /* display: none; */
  }
  .kat_left_info {
    padding-left: 0px;
  }
  .model_product.hide_field {
    display: block;
    display: none;
  }
  .footer_logo_mobile {
    display: block;
  }
  .footer_logo_mobile + img {
    display: none;
  }
  #input-password + .link_other {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-bottom: 15px;
  }
  #collapse-checkout-confirm .text_name_order {
    float: left;
    width: 55%;
    padding-left: 10px;
    line-height: 15px;
    font-size: 13px;
    color: #4f4e4e;
  }
  #collapse-checkout-confirm .text_total_order {
    float: left;
    text-align: right;
    width: 25%;
    line-height: 15px;
    font-size: 13px;
    color: #4f4e4e;
  }
  .footer_cart.hide_f_cart {
    display: none;
  }
  .checkout-cart .category_header {
    display: none;
  }
  .account-login .category_header {
    display: none;
  }
  .account-register .category_header {
    display: none;
  }
  .account-forgotten .category_header {
    display: none;
  }
  .account-order .category_header {
    display: none;
  }
  .account-edit .category_header {
    display: none;
  }
  .account-logout .category_header {
    display: none;
  }
  .checkout-checkout .category_header {
    display: none;
  }
  .newsblog-article .category_header {
    display: none;
  }
  .mobile_panel {
    margin-top: 30px;
  }
  .table_cart .pack_group .pack_cols_total {
    width: 150px;
  }
  .total_order_sum span {
    padding-right: 15px;
    display: block;
  }
  .position_order {
    float: right;
    margin-right: 10px;
    line-height: 24px;
    font-size: 13px;
    color: #4f4e4e;
  }
  .order_list_top {
    padding: 10px;
    display: table;
    width: 100%;
  }
  .order_list_right {
    width: 30%;
    float: left;
    padding: 10px;
    display: inline-block;
  }
  .table_cart .question_pd {
    top: 1px;
    position: relative;
    left: 5px;
  }
  .table_cart_block .product_order_quantity .quntity_btn {
    margin-top: 5px;
    margin-left: 7px;
  }
  .table_cart_block .product_order_quantity .btn_q,
  .table_cart_block .product_order_quantity .numer_quantity {
    position: relative;
    left: 25px;
  }
  .order_list_left {
    width: 70%;
    float: left;
    border-bottom: 1px solid #dedcdc;
    border-right: 1px solid #dedcdc;
    display: inline-block;
  }
  .hide_md {
    display: none;
  }
  #list-view {
    display: none;
  }
  .title_step::before {
    margin-left: -58px;
  }
  .product_order_block {
    width: 100%;
  }
  .panel-title {
    margin-left: 58px;
  }
  .panel-collapse #account {
    padding-left: 40px;
  }
  #collapse-shipping-method {
    width: 100%;
    padding-bottom: 90px;
    padding-left: 40px;
  }
  #collapse-payment-method {
    width: 100%;
    padding-left: 40px;
  }
  #button-payment-method {
    margin-left: 138px;
    margin-top: 30px;
  }
  #pay_method_prev {
    left: 40px;
  }
  .ship_method_address {
    position: absolute;
    left: 15px;
    top: 320px;
  }
  .client_page .col-xs-12.col-sm-4 {
    display: block;
  }
  #accordion {
    padding-left: 0px;
  }
  .panel-collapse .form-group input,
  .panel-collapse_reg .form-group input {
    margin-right: 20px;
    width: 227px;
    margin-bottom: 15px;
  }
  #input-payment-postcode,
  #input-payment-address-2 {
    width: 103px;
  }
  .btn_order {
    float: left;
  }
  .btn_order_prev {
    float: left;
    margin-right: 25px;
    position: absolute;
    left: 30px;
  }
  #collapse-shipping-method .btn_order {
    float: left;
    margin-left: 130px;
    margin-top: 30px;
  }
  .page .page_product h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .breadcrumb_top {
    /*height: 70px;*/
  }
  .header_related {
    font-weight: 500;
    font-size: 19px;
    color: #4f4e4e;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .tabs {
    margin-top: 0px;
    padding-left: 0px;
    list-style: none;
  }
  .tabs .border_tab {
    top: 27px;
  }
  .topmenu {
    margin-bottom: 10px;
    margin-left: 12px;
  }
  #carousel0 {
    display: none;
  }
  .icom_block img,
  .icom_block svg {
    margin-left: 0px;
  }
  .text_icon_main p {
    position: relative;
    left: 0px;
    margin-top: 0px;
  }
  .icom_block {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .nav-tabs {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .border_tab {
    top: 50px;
  }
  .category_menu {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 900;
    overflow-y: auto;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .open_menu_mobile .category_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sub_menu {
    display: none;
    background-color: #efefef;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .sub_menu li {
    list-style: none;
  }
  .category_menu > li > a {
    padding: 8px 45px 8px 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 16px;
  }
  .category_menu .category_header {
    display: none;
  }
  /*.product_category_col:nth-child(4n+5){
    clear: none;
}
.product_category_col:nth-child(3n+4){
 clear: both;    
}*/
  #logo {
    display: none;
  }
  #logo_mobile {
    margin-top: 10px;
    display: inline-block;
    float: left;
    margin-left: 15px;
  }
  #logo_mobile .category_header {
    margin-bottom: 0px;
    border-bottom: none;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 18px;
    border: 1px solid #38b0e3;
    font-size: 13px;
  }
  .zakaz_top {
    display: none;
  }
  .topblock {
    padding-left: 20px;
    display: table;
    width: calc(100% - 185px);
  }
  .topmenu li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .drop_top i {
    display: none;
  }
  .drop_top:hover .drop_top_block {
    display: inline-block;
    border: none;
    line-height: 20px;
  }
  .drop_top:hover > a {
    top: 0px;
    color: #787878;
  }
  .search_input {
    width: 100%;
  }
  .drop_top_block {
    display: inline-block;
    position: relative;
    top: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    transition: 0.3s;
    border: none;
    border-radius: 0px;
  }
  .topmenu {
    margin-top: 7px;
  }
  .phone_top {
    left: 0px;
    top: 9px;
    right: 15px;
    margin-right: 20px;
  }
  #cart-text,
  #cart-total {
    /* display: none; */
  }
  #cart {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 30px;
  }
  .topmenu li {
    line-height: 30px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
  .topmenu li a {
    padding-left: 15px;
    display: block;
    font-size: 15px;
    text-transform: none;
  }
  #logo_mobile img {
    width: 120px;
  }
  .category_header:before {
    content: "";
    width: 16px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    background-image: url(/catalog/view/theme/smp/image/icon/catalog.svg);
    background-size: 100%;
    left: -5px;
    position: relative;
  }
  .search_input {
    line-height: 30px;
    height: 30px;
  }
  #search:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/catalog/view/theme/smp/image/icon/searchgrey.svg);
    position: absolute;
    top: 9px;
    left: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #cart button {
    margin-top: 19px;
  }
  .tab_product_hide_sm {
    display: none;
  }
  .open_product .tab_product_hide_sm {
    display: block;
  }
  .topmenu {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 255px;
    z-index: 900;
    overflow-y: scroll;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .open_menu_mobile_more .topmenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.3s linear;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .open_menu_mobile_more header {
    transition: all 0.2s linear;
    margin-top: 255px;
  }
  header {
    transition: all 0.2s linear;
    margin-top: 0px;
  }
  .account_top span {
    display: none;
  }
  .account_top {
    margin-top: 19px;
  }
  .topmenu_mobile {
    color: #787878;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 2px;
    margin-left: 27px;
  }
  #search {
    display: block;
    top: 10px;
  }
  .question_pd {
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 1px solid #e5e3e3;
    transition: 0.3s;
    cursor: pointer;
    padding-right: 0px !important;
    line-height: 19px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    color: #45b6e5;
  }
  .question_pd:hover {
    border: 1px solid #45b6e5;
  }
  .question_pd_modal {
    display: none;
    position: absolute;
    line-height: 15px;
    z-index: 9;
    width: 180px;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #fff;
    margin-left: -80px;
    top: -35px;
    border: 1px solid #dedcdc;
  }
  .pack_cols.open .question_pd {
    border: 1px solid #45b6e5;
  }
  .pack_cols.open .question_pd_modal {
    display: block;
  }
  .product-thumb img {
    width: 100%;
    float: left;
    padding: 10px 10px 10px 5px;
    height: 180px;
  }
  .product-thumb {
    height: auto;
  }
  .caption {
    margin-bottom: 0px;
    padding: 10px 10px 10px 5px;
    width: 100%;
  }
  /*.icom_block > div:nth-child(3) .text_icon_main {
    padding-left: 35px;
}*/
  .icom_block > div:nth-child(3) .text_icon_main {
    padding-left: 25px;
  }
  .icom_block > div:nth-child(3) svg {
    margin-left: 10px;
  }
  .text_icon_main {
    position: relative;
    top: -10px;
  }
  .backslide {
    min-height: 285px;
  }
  .footer_center {
    display: none;
  }
  .footer_left {
    width: 253px;
  }
  .footer_logo_text {
    padding-right: 30px;
    margin-top: 15px;
  }
  .footer_logo_text::before {
    margin-bottom: 10px;
  }
  .footer_menu {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer_copy_right {
    margin-right: 15px;
  }
  .common-home h1,
  .common-home h2,
  .header_interesrt {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .header_interesrt {
    font-size: 20px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  .price {
    margin-top: 5px;
    text-align: right;
    padding-right: 10px;
    width: initial;
  }
  .btn_cart {
    margin-top: 6px;
    float: right;
    width: 40%;
  }
  .price-old {
    position: relative;
    top: 2px;
    float: right;
    margin-left: 5px;
  }
  .price_group {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
  }
  #product .price_group {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
  }
  #product .pack_group {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-left: 0px;
  }
  #product .quntity_btn {
    margin-top: 10px;
  }
  #product .pack_cols {
    margin-top: 0px;
  }
  #product .quantity_group .pack_cols {
    margin-top: 10px;
  }
  #product .btn_cart {
    margin-top: 6px;
    width: 60%;
  }
  .pack_group {
    display: inline-block;
    width: 65%;
    margin-top: 15px;
    padding-left: 15px;
  }
  .pack {
    width: 85px;
  }
  .feature_section {
    margin-top: 20px;
  }
  .head_feature {
    margin-bottom: 15px;
  }
  .float-phone svg {
    top: 11px;
  }
  .footer_center {
    width: 19%;
  }
  .footer_left {
    width: 195px;
  }
  .logo_footer {
    width: 100%;
  }
  .product_category_col .quantity_group,
  .product_category_col .btn_cart {
    display: none;
  }
  .product_category_col .price_group {
    margin-top: 5px;
  }
  .footer_menu {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer_center li {
    margin-bottom: 15px;
  }
  .quntity_btn {
    margin-top: 0px;
  }
  .quntity_btn + .pack_cols {
    margin-top: 0px;
  }
  .one_pack .name_product {
    height: auto;
  }
  .name_product {
    height: auto;
    padding-left: 15px;
    overflow: hidden;
  }
  .name_product_block {
    margin-bottom: 5px;
    height: 80px;
  }

  .one_pack + .price_group + .quantity_group {
    margin-top: 0px;
  }
  .one_pack + .price_group + .quantity_group + .btn_cart {
    margin-bottom: 10px;
  }
  .tap_special,
  .tap_hit,
  .tap_new {
    /*display:none;*/
  }
  .tap_special_mobile,
  .tap_hit_mobile,
  .tap_new_mobile {
    display: none;
  }
  .top_interesrt {
    margin-bottom: 10px;
  }
  .topmenu_mobile svg {
    display: none;
  }
  .closeoverlay svg {
    top: 0px;
    right: initial;
    left: 171px;
    position: fixed;
  }
  .open_menu_mobile .closeoverlay svg {
    top: 10px;
    right: 10px;
    left: initial;
  }
  .open_category_mobile .closeoverlay svg {
    top: 10px;
    right: 10px;
    left: initial;
  }
  .open_menu_mobile_more .closeoverlay svg {
    animation-delay: 0.1s;
    background-color: #fff;
    fill: #4f4e4e;
    position: fixed;
    padding: 12px;
    height: 44px;
    width: 44px;
    left: 171px;
    right: initial;
    top: 245px;
    animation: menumobile 0.3s linear;
  }
  @keyframes menumobile {
    from {
      top: 0px;
      opacity: 0;
    }

    to {
      top: 245px;
      opacity: 1;
    }
  }
  .catalog_sub_arrow {
    text-transform: uppercase;
    color: #d1d1d1;
    height: 36px;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 0px;
    line-height: 40px;
    font-size: 18px;
    display: block;
    z-index: 99;
    transition: 0.4s;
    top: 7px;
    transform: rotate(90deg);
  }
  .catalog_sub_arrow.active {
    transform: rotate(270deg);
    right: 4px;
  }
  .category_menu li {
    position: relative;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .sub_menu a {
    padding: 8px 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 16px;
    display: block;
    color: #4f4e4e;
    font-weight: 400;
    font-size: 14px;
  }
  .catalog_thumb span {
    font-size: 13px;
    line-height: 15px;
  }
  .product_description {
    display: none;
  }
  .product_sku {
    display: none;
  }
  .breadcrumb {
    /*bottom: -60px;*/
    left: 15px;
    padding-right: 25px;
  }
  #button-cart {
    float: none;
  }
  .number {
    margin-right: 15px;
  }
  .page_product {
    padding-left: 5px;
  }
  .breadcrumb_top .container {
    width: 100%;
  }
  /*.product_category_col.product-list .tap_special,
.product_category_col.product-list .tap_hit,
.product_category_col.product-list .tap_new{
left: 0px;
top: 0px;  
}
.product_category_col.product-list .all_head:hover .name_product{
    display: block;
}
.product_category_col.product-list .all_head:hover{
    position: relative;
    width: 100%;
    height: auto!important;
    z-index: 10;
}
.product_category_col.product-list .product-thumb{
    height: auto!important;
    position: relative;
}
.product_category_col.product-list .image{
width: 20%;
float: left;  
}
.product_category_col.product-list .image img {
    padding: 5px 5px 5px 5px;
    width: 180px;
    position: relative;
    width: 90%;
}
.product_category_col.product-list .caption{
width: 80%;
float: left;  
padding-right: 180px;
}
.product_category_col.product-list .price{
    position: absolute;
    left: 80%;
    margin-top: 0px;
    top: 30px;
}
.product_category_col.product-list .btn_cart{
    position: absolute;
    right: initial;
    top: 60px;
    left: 80%;
}
.product_category_col.product-list .name_product{
margin-top: 0px;
height: 66px;
    line-height: 22px;
}*/
  .product_sku {
    display: none;
  }
  .product_sku {
    font-weight: 500;
    font-size: 13px;
    color: #787878;
  }
  .product_sku span {
    font-weight: 500;
    padding-left: 2px;
    font-size: 13px;
    color: #4f4e4e;
  }
  .product_description {
    display: none;
  }
  /*.product_category_col.product-list  .product_description{
line-height: 14px;
margin-top: 0px;
font-size: 13px;
color: #787878;
display: block;
    height: 28px;
    overflow: hidden; 
}
.product_category_col.product-list .name_product_block {
    margin-bottom: 0px;
}
.product_category_col.product-list .price-old {
    position: relative;
    top: 5px;
    float: right;
    margin-left: 12px;
}
.product_category_col.product-list .product_sku{
display: block;
margin-top: 10px;
}
.product_category_col.product-list  .all_head:hover .name_product_all, .product_category_col.product-list .name_product_all{
display: none;
}*/
  .child_category {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 900;
    overflow-y: auto;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .open_category_mobile .child_category {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .child_category a {
    display: block;
    line-height: 18px;
    padding: 8px 15px;
  }
  .page h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .category_mobile {
    background: #ffffff;
    border: 1px solid #dedcdc;
    border-radius: 5px;
    display: inline-block;
    line-height: 30px;
    transition: 0.2s;
    cursor: pointer;
    padding: 0px 14px;
    font-size: 14px;
    text-transform: uppercase;
    color: #787878;
    margin-bottom: 20px;
  }
  .top_navigation {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .limit_mobile {
    display: none;
  }
  .none_image_description {
    margin-top: 10px;
  }
  .btn_check {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .hidden_block_ship .btn_order_prev {
    position: absolute;
    left: 44px;
    margin-top: 0px;
  }
  .hidden_block_ship .btn_order {
    margin-top: 0px;
    float: left;
    margin-left: 130px;
  }
  #address {
    padding-left: 30px;
    position: relative;
    z-index: 999;
  }
  .btn_order_prev {
    float: left;
    margin-right: 25px;
    position: absolute;
    left: 30px;
  }
  #address .btn_order {
    margin-right: 90px;
    margin-left: 138px;
  }
  #collapse-shipping-method.top_block_ship {
    width: 100%;
    padding-bottom: 80px;
    padding-left: 40px;
  }
  #collapse-shipping-method.flat_block_ship {
    width: 100%;
    padding-bottom: 230px;
    padding-left: 40px;
  }
  #collapse-checkout-confirm {
    padding-left: 40px;
  }
  #colspan_comment {
    height: 100px;
  }
  .top_totals {
    margin-top: 20px;
    padding-left: 15px;
  }
  .table-order_block_footer .text_preview {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #button-confirm {
    margin-top: 15px;
  }
  .client {
    display: none;
  }
  .float-phone {
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 20px;
  }
  .float-phone i {
    font-size: 22px;
    line-height: 28px;
  }
  .news_layout .caption {
    margin-bottom: 10px;
    width: auto;
    padding: 0px 15px;
  }
  .table_cart_block {
    padding: 10px;
    display: table;
    width: 100%;
  }
  .table_cart_block .image_order img {
    width: 100%;
  }
  .checkout_cart {
    float: left;
    display: inline-block;
  }
  .btn_next {
    margin-top: 0px;
    top: -8px;
    margin-left: 15px;
  }
  .table_checkout_cart {
    display: inline-block;
    float: initial;
  }
  .product_order_total {
    width: 125px;
  }
  .text_slide {
    left: 50px;
    display: inline-block;
    top: 50px;
    max-width: 420px;
    position: relative;
  }
  .text_slide_top strong {
    font-size: 24px;
  }
  .text_slide_top p {
    font-size: 16px;
    margin-top: 5px;
  }
  .text_slide_bottom {
    line-height: 38px;
    padding: 0px 28px;
    margin-top: 10px;
  }
  .category_mobile {
    display: none;
  }
  .category_menu > li > img {
    display: none;
  }
  .category_menu > li > a {
    margin-left: 0px;
  }
  .newsblog-category .category_header {
    display: none;
  }
  .newsblog-category #logo_mobile,
  .newsblog-article #logo_mobile {
    margin-bottom: 40px;
  }
  .cart_mobile_notify .btn_carts:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #ef5353;
    top: -7px;
    animation-duration: 1s;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    right: -4px;
    box-shadow: 0 0 4px rgba(255, 4, 4, 1);
  }
  @keyframes pulse {
    from {
      box-shadow: 0 0 4px rgba(255, 4, 4, 1);
    }

    to {
      box-shadow: 0 0 4px rgba(255, 4, 4, 0.5);
    }
  }
  .table_cart_block .product_order_link {
    width: initial;
    position: relative;
    /*    top: -15px;*/
  }
  .total_pos_checkout_cart {
    margin-top: 0px;
  }
  .checkout_cart .btn_next {
    margin-top: 10px;
    top: 0px;
    margin-left: 0px;
  }
  .product_order_quantity .price_group {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
  }
  .product_order_quantity .pack_group {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-left: 0px;
  }
  .table_cart_block .product_order_quantity {
    width: 275px;
  }
  .table_cart_block .image_order {
    display: table-cell;
  }
  .table_cart_block .pack_cols_total {
    margin-left: -6px;
  }
  .checkout-cart .header_related {
    margin-bottom: 3px;
  }
  .account-register .btn-primary {
    margin-top: 15px;
  }
  .btn_order_show {
    padding: 6px 20px;
    width: 120px;
    text-align: center;
  }
  .hide_lists .btn_order_show {
    height: 32px;
    overflow: hidden;
  }
  .logout_btn {
    position: absolute;
    right: 15px;
    z-index: 999;
    top: 47px;
  }
  #collapse-payment-address {
    width: 100%;
    padding-left: 40px;
  }
  .description_news {
    width: 100%;
  }
  .footer_cart.hide_f_cart ~ .footer_copy {
    margin-bottom: 0px;
  }
  .topmenu .mobileli {
    display: block;
  }
  .img-responsivem {
    height: initial !important;
    width: 100%;
    margin: auto;
    display: block;
  }
}

@media (max-width: 700px) {
  .image_order {
    width: 80px;
  }
  .image_order img {
    width: 100%;
  }
  .image_news img {
    width: 200px;
  }
  .table_cart_block .image_order {
    /*display: inline-block;*/
    /*float: left;  */
  }
  .product_order_remove {
    display: inline-block;
    padding-left: 25px;
    top: 16px;
    position: absolute;
    right: 15px;
  }
  .table_cart_block {
    /*display: inline-block;*/
    position: relative;
  }
  /*.plus-minus {
    border: none;
    line-height: 34px;
}
.number {
    display: inline-block;
    margin-top: 0px;
}*/
  .product_order_total {
    width: 125px;
    display: inline-block;
    float: right;
    padding-top: 6px;
  }
  /*.bminus, .bplus {
    padding: 9px 4px;
}*/
  .order_price_pd {
    font-size: 12px;
  }
  /*.table_cart_block .product_order_quantity {
    padding: 0px;
    display: inline-block;
    float: none;
    margin-left: 30%;
}*/
}

/*@media (max-width: 654px) {
#product {
    display: inline-block;
    width: 100%;
    position: relative;
    background: none;
    border: none;
    border-radius: 2px;
    padding: 0px;
}
.product_names{
font-size: 22px;
display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #4F4E4E;  
}
.page_product h1{
display: none;  
}
.productimage {
    margin-top: 0px;
}
}
*/
@media (max-width: 600px) {
  .interes_block {
    margin-right: 0px;
    padding-top: 0px;
  }
  .header_related {
    font-size: 16px;
    margin-top: 10px;
  }
  .price_filter {
    margin-left: 15px;
    display: inline-block;
  }
  .manufacturers {
    display: inline-block;
    margin-left: 15px;
  }
  .sorts {
    display: inline-block;
    float: right;
    margin-right: 15px;
  }
  .btn_cart {
    margin-top: 6px;
  }
  .order_list_right {
    width: 100%;
    float: left;
    padding: 10px;
    display: inline-block;
  }
  .order_list_left {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dedcdc;
    border-right: 1px solid #dedcdc;
    display: inline-block;
  }
  /*.product_category_col.product-list .product_description{
display: none;  
}
.product_category_col.product-list .price {
    position: relative;
    left: inherit;
    margin-top: 16px;
    top: -9px;
}
.product_category_col.product-list .btn_cart {
    position: absolute;
    right: 15px;
    top: 75px;
    left: inherit;
}
.product_category_col.product-list .caption {
    width: 80%;
    float: left;
    padding-right: 0px;
}
.product_category_col.product-list .product_sku {
    display: none;
}*/
  .top_navigation {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .product_names {
    font-size: 20px;
  }
  .panel-collapse .form-group input,
  .panel-collapse_reg .form-group input {
    margin-right: 20px;
    width: 258px;
    margin-bottom: 15px;
  }
  .table_cart .question_pd {
    top: 2px;
    position: relative;
    left: 5px;
  }
  #input-payment-postcode,
  #input-payment-address-2 {
    width: 119px;
  }
  #collapse-shipping-method {
    width: 100%;
    padding-bottom: 90px;
    padding-left: 28px;
  }
  #collapse-shipping-method.flat_block_ship {
    width: 100%;
    padding-bottom: 290px;
    padding-left: 28px;
  }
  .image_order {
    width: 60px;
  }
  .image_order img {
    width: 100%;
  }
  .product_order_link {
    padding-left: 10px;
  }
  .product_order_link {
    width: 100%;
    /*display: block;*/
  }
  .product_order_quantity {
    font-size: 15px;
    text-transform: uppercase;
    color: #787878;
    padding: 9px 10px;
    display: block;
    /*float: left;*/
  }
  .product_order_total {
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    display: block;
    color: #4f4e4e;
    padding: 8px;
    float: left;
  }
  #input-search {
    margin-bottom: 20px;
  }
  .image_news {
    float: none;
    border: none;
    border-radius: inherit;
    margin-bottom: 10px;
  }
  .news_layout {
    padding: 10px;
  }
  /*.table_cart_block .product_order_quantity {
    padding: 0px;
    display: inline-block;
    float: none;
        margin-left: 100px;
}*/
  .table_cart_block .product_order_total {
    display: inline-block;
    padding: 0px;
    float: right;
    padding-top: 6px;
  }
  .text_slide {
    left: 25px;
    top: 65px;
  }
  .text_slide_top strong {
    font-size: 20px;
  }
  .text_slide_top p {
    font-size: 14px;
  }
  #product .btn_cart {
    margin-top: 6px;
    width: 100%;
  }
  #product {
    width: 240px;
    padding: 20px;
  }
  .page_product {
    width: 240px;
  }
  .images_mobile {
    /* width: calc(100% - 260px); */
  }
  .product_order_link a {
    line-height: 14px;
    font-size: 12px;
  }
  .btn_order_show {
    padding: 6px 20px;
    width: 120px;
    text-align: center;
    right: 15px;
    bottom: 10px;
    height: 32px;
  }
  .hide_lists .btn_order_show {
    bottom: 10px;
  }
  .hide_lists .order_list_right {
    height: 52px;
  }
  .product_order {
    padding: 10px;
  }
}
#simplecheckout_cart .image img {
  padding: 0px 5px 7px 5px;
  width: 70px;
  height: auto;
}
#simplecheckout_cart .quantity .input-group.btn-block {
  display: flex;
}
#simplecheckout_cart .quantity .input-group-btn {
  display: flex;
  align-items: center;
}
.form-control {
  width: 45px;
  text-align: center;
}
#simplecheckout_cart .quantity .btn.btn-primary {
  width: 20px;
  padding: unset;
}
#simplecheckout_cart .quantity .btn.btn-primary[data-onclick="increaseProductQuantity"]::before {
  content: "";
  /* border: 1px solid #ffd600; */
  display: block;
  width: 2px;
  height: 20px;
  top: -10px;
  left: 8px;
  background: #38b0e3;
  position: absolute;
}

#simplecheckout_cart .quantity .btn.btn-danger {
  width: 20px;
  transform: rotate(45deg);
  margin-left: 25px;
}
#simplecheckout_cart .quantity .btn.btn-danger::before {
  content: "";
  /* border: 1px solid #ffd600; */
  display: block;
  width: 2px;
  height: 20px;
  top: -10px;
  left: 8px;
  background: #38b0e3;
  position: absolute;
}
#simplecheckout_cart th.price {
  position: unset;
  float: unset;
}
#simplecheckout_cart .price {
  width: unset;
}
#simplecheckout_comment .simplecheckout-block-content .form-control {
  text-align: left;
}

@media (min-width: 650px) {
  .simplecheckout-step .simplecheckout-left-column {
    width: 65%;
  }
  .simplecheckout-step .simplecheckout-right-column {
    width: 34%;
  }
}
@media (max-width: 600px) {
  .closeoverlay svg {
    top: 0px;
    right: 0px;
    left: initial;
    position: fixed;
  }
  .table_cart .price_group .price-new {
    font-size: 16px;
  }
  #simplecheckout_cart .table-responsive {
    overflow: scroll;
  }

  .simplecheckout-cart tbody tr td.price {
    padding-top: 17px;
  }
  .simplecheckout-cart tbody tr td.total {
    padding-top: 17px;
  }
  .simplecheckout-cart tbody tr td.remove {
    display: none;
  }
  .images_mobile {
    /* width: 50%; */
  }
  #product {
    width: 100%;
    margin-top: 10px;
    padding: 20px;
  }
  .page_product {
    width: 100%;
    padding-left: 15px;
    float: unset;
  }
  .open_menu_mobile .closeoverlay svg {
    top: 10px;
    right: 10px;
  }
  .information-information .col-xsm-12.catalog_left {
    width: 100%;
  }
  .cart_mobile_notify .topmenu_mobile:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #ef5353;
    top: 6px;
    right: 11px;
    box-shadow: 0 0 4px rgba(255, 4, 4, 1);
  }
  .open_menu_mobile_more .closeoverlay svg {
    animation-delay: 0.1s;
    background-color: #fff;
    fill: #4f4e4e;
    position: fixed;
    padding: 12px;
    height: 44px;
    width: 44px;
    right: 0px;
    left: initial;
    top: 276px;
    animation: menumobile 0.3s linear;
  }
  @keyframes menumobile {
    from {
      top: 0px;
      opacity: 0;
    }

    to {
      opacity: 1;
      top: 245px;
    }
  }
  #logo_mobile img {
    width: 90px;
    padding: 5px 0px;
  }
  .category_header::before {
    margin-right: 0px;
    left: -7px;
    position: relative;
    top: 1px;
  }
  #logo_mobile .category_header {
    padding-left: 15px;
    font-size: 12px;
    padding-right: 15px;
  }
  /* .topmenu_mobile {
margin-left: 0px;
    position: absolute;
    right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 44px;
    width: 44px;
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
} */
  .phone_top {
    top: 59px;
    right: 35px;
    margin-right: 0px;
    position: absolute;
    text-align: right;
  }
  .topblock {
    padding-left: 20px;
    display: table;
    width: calc(100% - 150px);
    position: absolute;
    right: 0px;
  }
  #cart {
    display: none;
  }

  .phone_top i {
    display: none;
  }
  .phone_top a {
    font-size: 14px;
    transition: 0.3s;
    color: #4f4e4e;
    margin-left: 0px;
  }
  #search {
    left: -55px;
    position: relative;
    top: 9px;
    padding-left: 0px;
  }
  #search:before {
    left: 10px;
  }
  .search_input {
    width: calc(100% - 0px);
    padding-left: 30px;
    padding-right: 10px;
  }

  .caption {
    margin-bottom: 0px;
    padding: 10px 10px 10px 10px;
    width: 100%;
  }
  .product_category_col .price_group {
    /*padding-left: 10px;*/
    font-size: 18px;
  }
  .product-thumb img {
    width: 100%;
    height: 130px;
    float: left;
    padding: 10px 0px 10px 12px;
  }
  .nav-tabs > li a {
    font-size: 14px;
  }
  .nav-tabs > li {
    padding: 10px 10px;
  }
  /*.border_tab {
    width: 89px;
    left: 10px;
}*/
  .nav-tabs > li.active + .border_tab {
    width: 135px;
    left: 118px;
  }
  .price-old {
    position: absolute;
    top: -12px;
    float: right;
    margin-left: 0px;
  }
  .btn_cart {
    padding: 0px 15px;
  }
  .backslide {
    min-height: 170px;
  }
  .text_interest {
    bottom: initial;
    top: 20px;
  }
  .footer_left {
    width: 253px;
    text-align: center;
    float: none;
    margin: auto;
    display: block;
  }
  .footer_right {
    position: relative;
    display: block;
    float: none;
    margin-right: initial;
    margin: auto;
    width: 220px;
    text-align: center;
    padding-top: 15px;
  }
  .footer_phone a {
    font-size: 15px;
    transition: 0.3s;
    color: #d9d9d9;
    display: table;
    margin: auto;
    margin-bottom: 10px;
  }
  .footer_address {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .footer_logo_text {
    padding-right: 0px;
  }
  .footer_logo_text::before {
    display: none;
  }
  .footer_copy_left {
    float: none;
    display: block;
    padding: 20px 0px 0px 0px;
    text-align: center;
  }
  .footer_copy_right {
    margin-right: 0px;
    float: none;
    display: block;
    text-align: center;
  }
  .bottom_interesrt .text_interest {
    top: 20px;
    bottom: initial;
  }
  #cart button:before {
    width: 22px;
    margin-top: 4px;
    height: 20px;
    background-size: cover;
  }
  .open_menu_mobile_more header {
    margin-top: 276px;
  }
  #single-item0 {
    margin-top: 0px;
    margin-left: -17px;
    margin-right: -17px;
  }
  .backslide {
    position: relative;
  }
  /*
  .backslide:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
  }*/
  header {
    padding-bottom: 10px;
  }
  /* .topmenu_mobile span{
 display: none; 
} */
  .topmenu_mobile svg {
    display: inline-block;
    margin: 10px;
  }
  .catalog_thumb {
    padding: 10px;
  }
  .catalog_thumb span {
    font-size: 12px;
  }
  .filter_mobile {
    font-size: 13px;
    cursor: pointer;
    color: #787878;
    position: relative;
    top: -1px;
    display: inline-block;
  }
  .top_navigation {
    padding-left: 45px;
  }
  .filter_mobile_block {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 900;
    overflow-y: auto;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .open_filter_mobile .filter_mobile_block {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .price_filter,
  .manufacturers {
    display: block;
  }
  .filter_mobile_block .filter_title,
  .filter_mobile_block .filter_block {
    line-height: 34px;
  }
  .filter_blocks {
    box-sizing: border-box;
    border-radius: initial;
    position: relative;
    padding: 5px 20px;
    margin-left: -20px;
    margin-top: 0px;
    box-shadow: initial;
  }
  .open .filter_blocks {
    display: block;
    z-index: 11;
  }
  .sorts .filter_blocks {
    background: #ffffff;
    border: 1px solid #dedcdc;
    box-sizing: border-box;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    padding: 10px 20px;
    margin-left: -20px;
    margin-top: -2px;
  }
  .images_mobile,
  .page_product {
    /*width: 50%;  */
  }
  .description_radio {
    font-size: 12px;
  }
  .radio label {
    font-size: 14px;
  }
  .text_preview {
    font-size: 16px;
    display: block;
    color: #4f4e4e;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .ship_method_address {
    position: absolute;
    left: 15px;
    top: 320px;
  }
  #input-payment-postcode,
  #input-payment-address-2 {
    margin-right: 15px;
    width: 110px;
  }
  .btn_order_prev {
    float: left;
    margin-right: 25px;
    position: absolute;
    left: 30px;
  }
  #collapse-shipping-method .btn_order {
    float: left;
    margin-left: 130px;
    margin-top: 30px;
  }
  .hidden_block_ship .btn_order_prev {
    position: absolute;
    left: 34px;
    margin-top: 0px;
  }
  #collapse-shipping-method.top_block_ship {
    padding-left: 28px;
  }
  #collapse-shipping-method.flat_block_ship {
    padding-left: 28px;
  }
  .img_right {
    float: none;
    padding-left: 0px;
    text-align: center;
  }
  .img_left {
    float: none;
    padding-left: 0px;
    text-align: center;
  }
  .product_order_link a {
    line-height: 17px;
    font-size: 13px;
    color: #4f4e4e;
    height: auto;
    overflow: hidden;
    display: inline-block;
  }
  .table_cart_block .product_order_link {
    float: left;
    width: calc(100% - 85px);
  }
  .order_price_pd {
    left: 10px;
    bottom: 20px;
    padding-top: 0px;
  }
  .table_cart_block .image_order {
    display: inline-block;
    float: left;
  }
  .table_cart_block .product_order_total {
    width: 90px;
  }
  /*.plus-minus {
    border: none;
    line-height: 34px;
    width: 36px;
}*/
  .table_cart_block .number {
    width: 94px;
    margin-right: 0px;
  }
  .table_cart_block .product_order_quantity {
    margin-left: 10px;
    width: initial;
    display: inline-block;
    float: right;
  }
  .table_cart_block .product_order_quantity .btn_q,
  .table_cart_block .product_order_quantity .numer_quantity {
    position: relative;
    left: -20px;
    float: right;
  }
  .table_cart_block .pack_cols {
    display: inline-block;
    width: initial;
    float: right;
    padding-right: 10px;
    line-height: 15px;
    font-size: 12px;
    color: #787878;
  }
  .table_cart_block .product_order_quantity .quntity_btn + .pack_cols {
    margin-top: 9px;
  }
  .table_cart .question_pd {
    top: -3px;
    position: relative;
    left: 5px;
  }
  .product_order_quantity .price_group {
    display: inline-block;
    width: initial;
    padding-left: 15px;
    float: right;
  }
  .product_order_quantity .price_cols {
    width: initial;
  }
  .table_cart_block .pack_cols_total {
    margin-left: -4px;
    width: initial;
    float: inherit;
  }
  .product_order_quantity .pack_group {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    padding-left: 0px;
    text-align: right;
  }
  .table_cart_block {
    display: inline-block;
    position: relative;
  }
  .product_order_remove {
    padding-left: 0px;
    position: absolute;
    right: 15px;
  }
  .text_slide {
    left: 25px;
    top: 25px;
    max-width: 360px;
  }
  .text_slide_top strong {
    font-size: 18px;
  }
  .text_slide_top p {
    line-height: 16px;
    height: 32px;
    overflow: hidden;
  }
  .text_slide_bottom {
    font-size: 12px;
    line-height: 32px;
    padding: 0px 18px;
    margin-top: 10px;
  }
  .phone_top span,
  .phone_top svg {
    display: none;
  }
  .product_category_col .pack_group {
    display: none;
  }
  #product .quntity_btn {
    margin-right: 15px;
    width: initial;
  }
  .text_model_order {
    float: left;
    width: 15%;
    padding-right: 10px;
  }
  .text_name_order {
    min-height: 32px;
    float: initial;
    width: 85%;
  }
  .text_quantity_order {
    width: 40%;
    margin-top: 10px;
  }
  .text_total_order {
    width: 40%;
    margin-top: 10px;
  }
  .order_page .description_border a {
    font-size: 13px;
  }
  .order_page .tabs_border li {
    margin-left: 10px;
  }
  .order_page .tabs .border_tab {
    top: initial;
    left: 10px;
    bottom: 0px;
  }
  .order_page .description_border.active + li + .border_tab {
    width: 96px;
  }
  .order_page .description_border.active + .border_tab {
    width: 160px;
    left: 120px;
  }
  .topmenu .top_account_menu {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dedcdc;
    float: left;
    position: relative;
    z-index: 999;
  }
  .top_account_menu + .top_account_menu + li {
    clear: both;
  }
  .topmenu {
    padding-top: 0px;
    height: 276px;
  }
  .topmenu li {
    line-height: 30px;
  }
  .cart_mobile_notify .cart_menu_notyfis:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #ef5353;
    top: 3px;
    animation-duration: 1s;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 0 0 4px rgba(255, 4, 4, 1);
    left: 78px;
  }
  @keyframes pulse {
    from {
      box-shadow: 0 0 4px rgba(255, 4, 4, 1);
    }

    to {
      box-shadow: 0 0 4px rgba(255, 4, 4, 0.5);
    }
  }
  .price_group {
    display: inline-block;
    width: 70%;
    padding-left: 15px;
    font-size: 18px;
  }
  .product-thumb .caption .columns_group .price_group {
    font-size: 16px;
  }
  .table_cart_block .product_order_quantity .quntity_btn {
    margin-top: 5px;
    margin-left: 7px;
    float: inherit;
  }
}

@media (max-width: 400px) {
  .col-xsm-6 {
    width: 50%;
  }
  .text_slide_bottom {
    margin-top: 0px;
  }
  .text_slide {
    max-width: 280px;
  }
  .logout_btn {
    position: absolute;
    right: 15px;
    top: 100px;
  }
  #search {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 65px;
    height: 44px;
    width: 44px;
    left: initial;
  }
  #search:before {
    top: 16px;
    left: 16px;
  }
  .search_input {
    position: fixed;
    left: 0px;
    width: 100%;
    line-height: 44px;
    height: 44px;
    border-radius: 0px;
    z-index: 99;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 900;
    left: 0;
    display: block;
    border: none;
    padding-right: 10px;
    padding-left: 15px;
  }
  .open_search .search_input {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .open_search header {
    transition: all 0.2s linear;
    margin-top: 44px;
  }
  .search_input:focus {
    border: none;
  }
  .open_search .closeoverlay svg {
    animation-delay: 0.1s;
    background-color: #fff;
    fill: #4f4e4e;
    position: fixed;
    padding: 12px;
    height: 44px;
    width: 44px;
    right: 50px;
    left: initial;
    top: 44px;
    animation: searchmobile 0.2s linear;
  }
  @keyframes searchmobile {
    from {
      top: 0px;
      opacity: 0;
    }

    to {
      top: 44px;
      opacity: 1;
    }
  }

  .sorts {
    display: inline-block;
    float: right;
    margin-right: 5px;
  }
  .product_category_col.product-list .name_product {
    margin-top: 0px;
    height: 66px;
    line-height: 21px;
    font-size: 13px;
  }
  .product_names {
    font-size: 18px;
  }
  p {
    line-height: 20px;
    font-size: 14px;
  }
  .specification_border + .description_border {
    margin-left: 15px;
  }
  .tabs a {
    font-size: 14px;
    color: #787878;
  }
  .tabs li.specification_border + li.active + .border_tab {
    width: 66px;
    left: 227px;
  }
  .tabs li + li.active + .border_tab {
    width: 66px;
    left: 20px;
  }
  .tabs .specification_border.active + li + .border_tab {
    width: 195px;
    left: 15px;
  }
  .panel-collapse #account {
    padding-left: 30px;
  }
  .panel-title {
    margin-left: 48px;
  }
  .title_step::before {
    margin-left: -48px;
  }
  .panel-collapse .form-group input,
  .panel-collapse_reg .form-group input {
    margin-right: 0px;
    width: 235px;
  }
  #collapse-shipping-method.flat_block_ship {
    width: 100%;
    padding-bottom: 290px;
    padding-left: 28px;
  }
  #address {
    padding-left: 18px;
    position: relative;
    z-index: 999;
  }
  .radio {
    position: relative;
    margin-top: 20px;
  }
  #collapse-payment-method {
    width: 100%;
    padding-left: 28px;
  }
  #pay_method_prev {
    left: 28px;
  }
  #collapse-checkout-confirm {
    width: 90%;
    margin-left: 18px;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .text-sum {
    padding-right: 5px;
  }
  .btn_next {
    margin-left: 10px;
  }
  .btn_next {
    font-size: 12px;
  }

  #logo_mobile .category_header {
    margin-top: 12px;
  }
  #logo_mobile img {
    width: 115px;
  }
}

.payment_method_block {
  display: none !important;
}
.filter_blocks input {
  /* line-height: normal; */
  -webkit-appearance: listbox;
}
.catalog_thumb {
  background: white;
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 30px;
  /* align-items: center; */
}
.catalog_thumb img {
  width: 100%;
  top: 0px;
  float: initial;
}

.catalog_thumb_sub {
  display: none;
}

.catalog_thumb a {
  /*display: flex;*/
  align-items: center;
}
.normal_filter_blocks label {
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: normal;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  /* color: #38B0E3; */
}

.normal_filter_blocks input {
  position: absolute;
  margin-left: -15px;
}

.sorts_block.filter_blocks .sortpos:nth-child(1),
.sorts_block.filter_blocks .sortpos:nth-child(2) {
  display: none;
}

.sorts_block.filter_blocks {
  margin-left: -100px;
  margin-top: 45px;
}

.sortpos a {
  white-space: nowrap;
}

.normal_filter_blocks input[type="checkbox"]:checked:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
  background: #38b0e3;
  /* left: 9px; */
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  left: 8px;
  position: absolute;
}

.normal_filter_blocks input[type="checkbox"]:before {
  content: "";
  background: #38b0e3;
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 1; /* left: -17px; */
  position: absolute;
}

.normal_filter_blocks label {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  height: 20px;
  white-space: nowrap;
  cursor: pointer;
}
.normal_filter_blocks input {
  position: absolute;
  margin-left: -26px;
}
.special-price img {
  opacity: 0.4;
  width: 17px;
  margin-left: 15px;
  margin-right: 10px;
  line-height: 0.4;
}

.special-price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* text-align: center; */
  margin-top: 20px;
}

.special-price p {
  display: inline-flex;
  line-height: 1.4;
  color: #555;
  margin-top: -5px;
}

.pxl_popup__container {
  top: 50% !important;
  transform: translateX(-50%) translateY(-50%) !important;
  max-height: calc(100% - 200px) !important;
  overflow-y: auto !important;
}

@media screen and (max-width: 481px) {
  .pxl_popup__container {
    top: calc(50% - 20px) !important;
    padding: 30px 12px !important;
  }
}

.pxl_popup__contant {
  height: 100% !important;
  max-height: none !important;
}

.pxl_city {
  top: 10px !important;
  left: auto !important;
  right: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .pxl_city {
    top: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .pxl_city {
    top: 4px !important;
    right: 150px !important;
  }
}
@media (max-width: 768px) {
  .pxl_city {
    top: 38px !important;
    right: 8px !important;
  }
}
@media (max-width: 600px) {
  .pxl_city {
    top: 37px !important;
    right: -20px !important;
  }
}
@media (max-width: 400px) {
  .pxl_city {
    top: 9px !important;
    right: 135px !important;
  }
}

.pxl_button {
  gap: 0 !important;
  color: #787878 !important;
}

.pxl_button-text {
  color: #787878 !important;
  font-size: 14px;
}

.pxl_icon svg {
  fill: #787878 !important;
}

.pxl_button-text {
  margin-left: 5px;
  color: #787878 !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .pxl_button-text {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .pxl_button-text {
    display: none;
  }
}

.topmenu {
  text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .topmenu {
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1365px) {
  #search {
    padding-left: 8px;
  }
  #search::before {
    left: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #search {
    position: absolute;
    top: auto;
    left: 150px;
    bottom: -56px;
  }
}
@media (max-width: 600px) {
  #search {
    left: 28px;
  }
}
@media (max-width: 400px) {
  #search {
    top: 37px;
    left: auto;
    right: 0;
  }
}

@media (max-width: 992px) {
  .topmenu_mobile {
    position: absolute;
    bottom: -56px;
    margin-top: 0;
    margin-left: 20px;
    padding: 6px 20px 7px;
    border: 1px solid #38b0e3;
    font-size: 13px;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: #4f4e4e;
  }
  .topmenu_mobile::before {
    content: "";
    position: relative;
    left: -5px;
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-right: 5px;
    background-image: url("/catalog/view/theme/smp/image/icon/catalog.svg");
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  .topmenu_mobile {
    bottom: -3px;
  }
}
@media (max-width: 600px) {
  .topmenu_mobile {
    bottom: -56px;
    padding: 6px 20px;
  }
}
@media (max-width: 400px) {
  .topmenu_mobile {
    bottom: -77px;
  }
}

.topmenu_mobile svg {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .phone_top {
    top: 12px;
    left: auto;
    right: -35px;
  }
  .phone_top a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .phone_top {
    top: 39px;
  }
  .phone_top a {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .phone_top {
    top: 65px;
    left: auto;
    right: -8px;
  }
  .phone_top a {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .phone_top {
    top: 15px;
    right: 7px;
  }
}

@media (max-width: 768px) {
  #logo_mobile {
    margin-top: 23px;
  }
}
@media (max-width: 400px) {
  #logo_mobile {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .topblock {
    width: calc(100% - 118px);
  }
}

@media (max-width: 768px) {
  #cart button {
    margin-top: 11px;
    margin-right: -20px;
  }
}

@media (max-width: 600px) {
  #logo_mobile .category_header {
    margin-top: 9px;
  }
}

body.pxl--popup {
  overflow: hidden;
}
