@charset "UTF-8";/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url('https://fonts.googleapis.com/css?family=Roboto:500');
@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
  font-family: 'Roboto'; 
  src: url(https://static-internal.insales.ru/files/1/7123/5020627/original/Roboto-Regular.ttf); 
   }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color:#505050;
}

ul {
font-size: 14px;
}

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

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

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

[hidden],
template {
  display: none !important;
}

a {
  background: transparent;
  text-decoration: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

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

figure {
  margin: 1rem 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
      background: #09c;
    padding: 5px 30px 5px 30px;
    color: #fff;
}

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}
:focus{
  outline: 0;
}

div,
input,
button,
.button,
form,
ul{
  box-sizing: border-box;
}

p{
  margin: 0;
}
.row:after,
.grid-row:after,
.grid-row-inner:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.grid-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row-inner {

}
.wrap {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  margin-left: 0;
  margin-right: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* universal helpers */
/* данный класс меняет поведение вложенных элементов */
.grid-inline {
  letter-spacing: -0.32em;
  float: none;
}
.grid-inline:after {
  clear: both;
  content: "";
  display: block;
}
.grid-inline > [class*="grid"],
.grid-inline > [class*="inline"] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  height: 100%;
}

.menu--main_lvl_1  button.menu-link {
  padding: 8px 10px !important;
  } 

@media all {
  .grid-1 {
    width: 8.33333333%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-2 {
    width: 16.66666667%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .grid-4 {
    width: 33.33333333%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-5 {
    width: 41.66666667%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .grid-7 {
    width: 58.33333333%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-8 {
    width: 66.66666667%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .grid-10 {
    width: 83.33333333%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-11 {
    width: 91.66666667%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-12 {
    width: 100%;
  }
  .offset-12 {
    margin-left: 100%;
  }
  .padded {
    padding: .5rem;
  }
  .padded-left {
    padding-left: .5rem;
  }
  .padded-right {
    padding-right: .5rem;
  }
  .padded-top {
    padding-top: .5rem;
  }
  .padded-bottom {
    padding-bottom: .5rem;
  }
  .padded-sides {

  }
  .padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .padded-inner {
        padding: 10px 0 5px 0;
  }
  .padded-inner-left {
    padding-left: 1rem;
  }
  .padded-inner-right {
    padding-right: 1rem;
  }
  .padded-inner-top {
    
  }
  .padded-inner-bottom {
   
  }
  .padded-inner-sides {
    padding-left: 1.6rem;
    padding-right: 1rem;
    border: none !important;
  }
  .padded-inner-vertical {
 
  }
  .padded-zero {
    padding: 0;
  }
  .padded-zero-left {
    padding-left: 0;
  }
  .padded-zero-right {
    padding-right: 0;
  }
  .padded-zero-top {
    padding-top: 0;
  }
  .padded-zero-bottom {
    padding-bottom: 0;
  }
  .padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .fl,
  .flow {
    float: left;
  }
  .fr,
  .flow-opposite {
    float: right;
  }
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  .grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .grid-inline-middle > [class*="-grid-"] {
    
  }
  .grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .inline-top {
    vertical-align: top;
  }
  .grid-inline > .inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .inline-bottom {
    vertical-align: bottom;
  }
  .hidden {
    display: none !important;
  }
  .visible {
    display: block !important;
  }
}
@media all {
  [class*="lg-grid-"] {
    margin-left: 0;
    margin-right: 5px;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-grid-1 {
 
  }
  .lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .lg-grid-2 {
    width: 16.66666667%;
  }
  
  .lg-grid-33 {
    width: 9%;
  }
  .lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .lg-grid-3 {
    width: 23%;
        border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin: 0 14px 14px 0;
    padding-top: 0 !important;
  }
    .lg-grid-3-2 {
    width: 19%;
    height: 380px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin: 0 10px 20px 0;
    padding-top: 0 !important;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-grid-4 {
    width: 33.33333333%;
  }
  .lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .lg-grid-5 {
    width: 41.66666667%;
  }
  .lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .lg-grid-6 {
    width: 41%;
  }
    .lg-grid-66 {
    width: 53%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-grid-7 {
    width: 58.33333333%;
  }
  .lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .lg-grid-8 {
    width: 66.66666667%;
  }
  .lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .lg-grid-9 {
    width: 75%;
    padding: 0 10px;

  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-grid-10 {
    width: 83.33333333%;
  }
  .lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .lg-grid-11 {
    width: 91.66666667%;
  }
  .lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .lg-grid-12 {
    width: 100%;
    margin-top: 10px;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
  .lg-padded {
    padding: .5rem;
  }
  .lg-padded-left {
    padding-left: .5rem;
  }
  .lg-padded-right {
    padding-right: .5rem;
  }
  .lg-padded-top {
    padding-top: .5rem;
  }
  .lg-padded-bottom {
    padding-bottom: .5rem;
  }
  .lg-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .lg-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .lg-padded-inner {
    padding: 1rem;
  }
  .lg-padded-inner-left {
    padding-left: 4rem;
  }
  .lg-padded-inner-right {
    padding-right: 1rem;
  }
  .lg-padded-inner-top {
    padding-top: 1rem;
  }
  .lg-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .lg-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-padded-zero {
    padding: 0;
  }
  .lg-padded-zero-left {
    padding-left: 0;
  }
  .lg-padded-zero-right {
    padding-right: 0;
  }
  .lg-padded-zero-top {
    padding-top: 0;
  }
  .lg-padded-zero-bottom {
    padding-bottom: 0;
  }
  .lg-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-fl,
  .lg-flow {
    float: left;
  }
  .lg-fr,
  .lg-flow-opposite {
     
  }
  .lg-center {
    text-align: center;
  }
  .lg-left {
    text-align: left;
  }
  .lg-right {
    text-align: right;
  }
  .lg-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .lg-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .lg-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .lg-inline-top {
    vertical-align: top;
  }
  .grid-inline > .lg-inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .lg-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 1100px) {
  .adaptive [class*="md-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
.menu--main_lvl_1  button.menu-link {
  padding: 8px 10px !important;
  } 
  
  .adaptive .section--content {

  }
  .adaptive footer {
  padding: 0 10px;
  }
  .adaptive .md-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .md-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .md-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .md-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .md-grid-3 {
    width: 25%;
  }
  .adaptive .md-offset-3 {
    margin-left: 25%;
  }
  .adaptive .md-grid-4 {
    width: 24%;
  }
  .adaptive .md-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .md-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .md-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .md-grid-6 {
    width: 50%;
  }
  .adaptive .md-offset-6 {
    margin-left: 50%;
  }
  .adaptive .md-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .md-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .md-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .md-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .md-grid-9 {
    width: 75%;
  }
  .adaptive .md-offset-9 {
    margin-left: 75%;
  }
  .adaptive .md-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .md-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .md-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .md-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .md-grid-12 {
    width: 100%;
  }
  .adaptive .md-offset-12 {
    margin-left: 100%;
  }
  .adaptive .md-padded {
    padding: .5rem;
  }
  .adaptive .md-padded-left {
    padding-left: .5rem;
  }
  .adaptive .md-padded-right {
    padding-right: .5rem;
  }
  .adaptive .md-padded-top {
    padding-top: .5rem;
  }
  .adaptive .md-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .md-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-inner {
    padding: 1rem;
  }
  .adaptive .md-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .md-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .md-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-zero {
    padding: 0;
  }
  .adaptive .md-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .md-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .md-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .md-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .md-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .md-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .md-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-fl,
  .adaptive .md-flow {
    float: left;
  }
  .adaptive .md-fr,
  .adaptive .md-flow-opposite {
    float: right;
  }
  .adaptive .md-center {
    text-align: center;
  }
  .adaptive .md-left {
    text-align: left;
  }
  .adaptive .md-right {
    text-align: right;
  }
  .adaptive .md-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .md-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .md-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .md-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .md-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .md-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 800px) {
  .adaptive [class*="sm-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .logo-img-big {
  display: none;
  }
  .adaptive .sm-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .sm-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .sm-grid-3 {
    width: 25%;
  }
  .adaptive .sm-offset-3 {
    margin-left: 25%;
  }
  .adaptive .sm-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .sm-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .sm-grid-6 {
    width: 50%;
  }
  .adaptive .sm-offset-6 {
    margin-left: 50%;
  }
  .adaptive .sm-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .sm-grid-8 {
    width: 90%;
    text-align: center;
  }
  .adaptive .sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .sm-grid-9 {
    width: 75%;
  }
  .adaptive .sm-offset-9 {
    margin-left: 75%;
  }
  .adaptive .sm-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .sm-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .sm-grid-12 {
    width: 100%;
  }
  .adaptive .sm-offset-12 {
    margin-left: 100%;
  }
  .adaptive .sm-padded {
    padding: .5rem;
  }
  .adaptive .sm-padded-left {
    padding-left: .5rem;
  }
  .adaptive .sm-padded-right {
    padding-right: .5rem;
  }
  .adaptive .sm-padded-top {
    padding-top: .5rem;
  }
  .adaptive .sm-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .sm-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-inner {
    padding: 1rem;
  }
  .adaptive .sm-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .sm-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .sm-padded-inner-bottom {

  }
  .adaptive .sm-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .sm-padded-zero {
    padding: 0;
  }
  .adaptive .sm-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .sm-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .sm-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .sm-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .sm-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-fl,
  .adaptive .sm-flow {
    float: left;
  }
  .adaptive .sm-fr,
  .adaptive .sm-flow-opposite {
    float: right;
  }
  .adaptive .sm-center {
    text-align: center;
  }
  .adaptive .sm-left {
    text-align: left;
  }
  .adaptive .sm-right {
    text-align: right;
    padding: 5px 0 0 10px;
  }
  
  .adaptive .section--footer_menus {
    padding: 0 10px;
  }
  
  .adaptive .sm-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .sm-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .sm-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .sm-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .sm-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .sm-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 640px) {
  .adaptive [class*="xs-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }
  
button.button--scroll_top {
  	font-size: 2rem !important;
  }
  
  .adaptive .xs-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .xs-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .xs-grid-3 {
    width: 25%;
  }
  .adaptive .xs-offset-3 {
    margin-left: 25%;
  }
  .adaptive .xs-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .xs-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .xs-grid-6 {
    width: 50%;
  }
  .adaptive .xs-offset-6 {
    margin-left: 50%;
  }
  .adaptive .xs-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .xs-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .xs-grid-9 {
    width: 75%;
  }
  .adaptive .xs-offset-9 {
    margin-left: 75%;
  }
  .adaptive .xs-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .xs-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .xs-grid-12 {
    width: 100%;
  }
  .adaptive .xs-offset-12 {
    margin-left: 100%;
  }
  .adaptive .xs-padded {
    padding: .5rem;
  }
  .adaptive .xs-padded-left {
    padding-left: .5rem;
  }
  .adaptive .xs-padded-right {
    padding-right: .5rem;
  }
  .adaptive .xs-padded-top {
    padding-top: .5rem;
  }
  .adaptive .xs-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .xs-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-inner {
    padding: 1rem;
  }
  .adaptive .xs-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .xs-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .xs-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-zero {
    padding: 0;
  }
  .adaptive .xs-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .xs-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .xs-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .xs-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .xs-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-fl,
  .adaptive .xs-flow {
    float: left;
  }
  .adaptive .xs-fr,
  .adaptive .xs-flow-opposite {
    float: right;
  }
  .adaptive .xs-center {
    text-align: center;
  }
  .adaptive .xs-left {
    text-align: left;
  }
  .adaptive .xs-right {
    text-align: right;
  }
  .adaptive .xs-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .xs-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .xs-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .xs-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .xs-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .xs-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 480px) {
  .adaptive .adaptive [class*="mc-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
    .button, .checkout .order_client_bonus_system #use_max_bonus_points, .popup input[type="submit"] {
  font-size: 14px !important;
 }
  
  
  .adaptive .footer-title {
  	width: auto;
  }
  
    .adaptive .section--content {
  padding: 0px;
  }
  .adaptive .mc-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .mc-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .mc-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .mc-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .mc-grid-3 {
    width: 25%;
    margin-left: -40px;
  }
  .adaptive .mc-offset-3 {
    margin-left: 25%;
  }
  .adaptive .mc-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .mc-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .mc-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .mc-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .mc-grid-6 {
    width: 50%;
  }
  .adaptive .mc-offset-6 {
    margin-left: 50%;
  }
  .adaptive .mc-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .mc-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .mc-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .mc-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .mc-grid-9 {
    width: 75%;
  }
  .adaptive .mc-offset-9 {
    margin-left: 75%;
  }
  .adaptive .mc-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .mc-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .mc-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .mc-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .mc-grid-12 {
    width: 99%;
    /*padding: 10px 15px !important;*/
    text-align: center;
  }
  
    .collection-products_list .collectblock {
    padding: 2px !important;
  }
    
   .collection-products_list .mc-grid-12 {
    width: 49%;
    margin-right: 2px;
  }
  
  
  
  .menu-over22 {
      margin: 0 0 0 10px;
  }
  
  .tabs-content  .mc-grid-12 {
    width: 49%;
    padding: 10px 15px !important;
    text-align: center;
    margin-right: 2px;
  }
    .tabs-content .collection-product_list  .mc-grid-12 {
    padding: 2px !important;
  }
  
    .adaptive .mc-grid-12 .button--buy {
    width: 100%;
  }
  

.content-title {
    width: 100%;
    text-align: center;
    font-size: 22px important;
    margin: -10px 0 0 0 !important;
}
  
.collection-title {
    width: 99% !important;
    padding: 2px 0 3px 2px !important;
}
  
  .page-title {
    padding: 2px 0 0 0 !important;
    font-size: 22px important;
}
  
  .logoadopt {
    display: block;
    float: left;
    color: #fff;
    margin: 4px 10px 0 15px;
    font-size: 16px;
    font-size: 4.1vw;
    text-align: center;
  }
  
  .tabs-controls {
      width: 89%;
  }
  
  .lg-grid-3-2 .product_preview-link {
    width: 100%;
}
  
    .adaptive #toptab2 .mc-grid-12 {
    width: 95%;
    padding: 5px 25px !important;
    text-align: center;
  }
  
  .adaptive .footer_block {
    width: 100%;
   }  
   
  .adaptive #footer-logo
  {
    float: none
  }
  .adaptive .mc-offset-12 {
    margin-left: 100%;
  }
  .adaptive .mc-padded {
    padding: .5rem;
  }
  .adaptive .mc-padded-left {
    padding-left: .5rem;
  }
  .adaptive .mc-padded-right {
    padding-right: .5rem;
  }
  .adaptive .mc-padded-top {
    padding-top: .5rem;
  }
  .adaptive .mc-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .mc-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-inner {
    padding: 1rem;
  }
  .adaptive .mc-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .mc-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .mc-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-zero {
    padding: 0;
  }
  .adaptive .mc-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .mc-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .mc-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .mc-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .mc-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-fl,
  .adaptive .mc-flow {
    float: left;
  }
  .adaptive .mc-fr,
  .adaptive .mc-flow-opposite {
    float: right;
  }
  .adaptive .mc-center {
    text-align: center;
  }
  .adaptive .mc-left {
    text-align: left;
  }
  .adaptive .mc-right {
    text-align: right;
  }
  .adaptive .mc-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .mc-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .mc-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .mc-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .mc-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .mc-inline-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1101px) {
  .adaptive .lg-hidden {
    display: none !important;
  }
  .adaptive .lg-visible {
    display: block !important;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .adaptive .md-hidden {
    display: none !important;
  }
  .adaptive .md-visible {
    display: block !important;
  }
}
@media (min-width: 641px) and (max-width: 801px) {
  .adaptive .sm-hidden {
    display: none !important;
  }
  .adaptive .sm-visible {
    display: block !important;
  }
  .top-product {
    display: none !important;
  }
  
}
@media (max-width: 640px) {
  .adaptive .xs-hidden {
    display: none !important;
  }
  .adaptive .xs-visible {
    display: block !important;
  }
  .top-product {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .adaptive .mc-hidden {
    display: none !important;
  }
  .adaptive .mc-visible {
    display: block !important;
  }
}
/**/
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.image-square,
.image-circle {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.image-square img,
.image-circle img {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-square img:hover,
.image-circle img:hover {
opacity: 0.7;
}

.cart_item .image-square,
.article_preview-preview .image-square,
.product_preview-preview .image-square {
  overflow: hidden;
  max-height: 240px;
 margin-top: 4px;
}
.image-circle {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#own_preloader {
  position: fixed;
  z-index: 1060;
}
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
.button--disabled,
.button[disabled] {
  cursor: not-allowed;
}
.input {
  margin-bottom: 0.5rem;
}
.input:after {
  clear: both;
  content: "";
  display: block;
}
.input:last-child {
  margin-bottom: 0;
}
.input-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.input-field {
  display: block;
  width: 100%;
  border: 1px solid;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.input-notice {
  display: none;
  margin-top: 0.5rem;
}
.input-captcha {
  display: inline-block;
      margin: 0 0 5px 0;
}
.input--inline > .input-label {
  display: inline-block;
  line-height: inherit;
  height: inherit;
  border: 1px solid initial;
  vertical-align: middle;
  margin-bottom: 0;
}
.input--inline > .input-field {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.input--inline > .input-captcha {
  display: inline-block;
}
.input--inline > .input-button {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  border: 1px solid transparent;
  vertical-align: middle;
}
.input--error > .input-field {
  border-color: #ebccd1;
  background-color: #f2dede;
}
.input--error > .input-notice {
  display: block;
}
.input--required .input-label:after {
  content: '*';
  color: red;
}
.input--captcha .input-field {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 125px;
}
.styled_select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 50px;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: middle;
  z-index: 0;
  border: 1px solid;
}
.styled_select-wrapper:after {
  position: absolute;
  top: calc( 50% - 8px );
  right: 0;
  line-height: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f078";
  padding: 0 0.5rem;
}
.checkout .styled_select-wrapper {
  width: 100%;
}
.styled_select-wrapper select {
  position: relative;
  display: inline-block;
  width: calc( 100% + 30px );
  height: 100%;
  border: none;
  padding: 0 0.5rem;
  background-color: transparent;
  z-index: 1;
  line-height: inherit;
  cursor: pointer;
}
.notice {
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.notice:last-child {
  margin-bottom: 0;    
}
.notice--success {
  color: #3c763d;
  background-color: #dff0d8;
}
.notice--info {

}
.notice--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.notice--danger {
  color: #de0400;
  background-color: #f2dede;
}
.prices:after {
  clear: both;
  content: "";
  display: block;
}
.prices--inline > .prices-current,
.prices--inline > .prices-old {
  display: inline-block;
}
.menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 -7px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}
.menu:after {
  clear: both;
  content: "";
  display: block;
}
.menu-node {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.menu-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.menu-marker {
  display: block;
  box-sizing: border-box;
}
.menu-marker--parent {
  float: right;
  position: relative;
  z-index: 10;
}
.menu-toggler {
  cursor: pointer;
}
.menu--horizontal > .menu-node {
  float: left;
}
.menu--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--dropdown {
  display: block;
}
.menu--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--side {
  display: block;
}
.menu--fixed {
  position: fixed;
  z-index: 1030;
}
.menu--collapse {
  display: none;
}
.js-menu-toggler {
  cursor: pointer;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  z-index: 1;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.tabs:after,
.tubs:after {
  clear: both;
  content: "";
  display: block;
}
.tabs-controls,
.tubs-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tabs-controls:after,
.tubs-controls:after {
  clear: both;
  content: "";
  display: block;
}
.tabs-controls--horizontal > .tabs-node,
.tubs-controls--horizontal > .tubs-node {
  background-color: #f79242;
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    margin-right: 1px;
    padding: 15px 25px;
    float: left;
    list-style: none;
    text-transform: inherit;
}
.tabs-node,
.tubs-node {
  display: block;
  cursor: pointer;
}
.tabs-controls--horizontal > .tabs-node2,
.tubs-controls--horizontal > .tubs-node {
  background-color: #f79242;
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    margin-right: 1px;
    padding: 15px 25px;
    float: left;
    list-style: none;
    text-transform: inherit;
}
.tabs-node2,
.tubs-node {
  display: block;
  cursor: pointer;
}
.tabs-content,
.tubs-content {
  display: none;
  font-size: 15px;
}
.tabs-content--active,
.tubs-content--active {
  display: block;
}

.tabs-content p {
margin-bottom:10px;
}
.accordion-toggler {
  cursor: pointer;
}
.accordion-content {
  display: block;
}
.accordion-content--collapse {
  display: none;
}
.quantity {
  position: relative;
  display: inline-block;
}
.quantity:after {
  clear: both;
  content: "";
  display: block;
}
.quantity-button {
  text-align: center;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity-button > .fa {
  vertical-align: middle;
}
.quantity-input {
  padding-top: 0;
  padding-bottom: 0;
  width: 50px;
  border: 1px solid;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--inline .quantity-button {
  display: inline-block;
  border: 1px solid transparent;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--side .quantity-button {
  position: absolute;
  right: -2px;
  box-sizing: border-box;
}
.quantity--side .quantity-button--minus {
  bottom: 0;
}
.quantity--side .quantity-button--plus {
  top: 0;
}
.quantity--side .quantity-input {
  height: inherit;
}
.modal {
  position: fixed;
  z-index: 1050;
  max-width: 95%;
  max-height: 95%;
  overflow-y: auto;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}
.overlay--opacity {
  background-color: transparent !important;
}
/* breadcrumbs */
.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.pagination:after {
  clear: both;
  content: "";
  display: block;
}
.pagination-page {
    display: block;
    margin-left: -1px;
    margin-right: 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #eff3f6;
    background: #eff3f6;
}

.pagination-page:hover {
  background-color: #fb7911;
    color: #ffffff;
}
.pagination-node {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.pagination-node--link:hover {
  cursor: pointer;
}
.pagination--horizontal > .pagination-page {
  float: left;
}
.reviews-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0 0 0 10px;
}
.reviews-link {
  cursor: pointer;
}
.review {
  display: block;
  margin-bottom: 1rem;
}
.review:last-child {
  margin-bottom: 0;
}
.review-details {
  margin-bottom: 0.5rem;
}
.review-details:after {
  clear: both;
  content: "";
  display: block;
}
.review-rating {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.review-content {
  margin-bottom: 0.5rem;
}
.review_form-toggle {
  cursor: pointer;
}
.review_form-input {
  margin-bottom: 0.5rem;
}
#reviews .review_form-input {
  padding-left: 15px;
}

.review_form-input:last-child {
  margin-bottom: 0;
}
.review_form-submit {
  cursor: pointer;
}

.reiew-date {
color:#909090;
}

script[type="text/template"] {
  display: none;
}
body {
  min-width: 320px;
}
body.body--lock_scroll {
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 50%;
  position: fixed;
  width: 100%;
}
.sidebar_block:last-child {
  margin-bottom: 0;
}
.fc:after {
  clear: both;
  content: "";
  display: block;
}
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}
.ac_loading {
  background: white url('/served_assets/ajax_indicator.gif') right center no-repeat;
}
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #0A246A;
  color: white;
}
.collection-description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-seo_description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.collection-subcollection_list:after {
  clear: both;
  content: "";
  display: block;
}
.filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter:after {
  clear: both;
  content: "";
  display: block;
}
.filter--vertical .filter-section {
  display: block;
}
.filter-section {
  position: relative;
  margin-bottom: 0.5rem;
}
.filter-clear_all {
  cursor: pointer;
}
.filter-section_toggler {
  cursor: pointer;
}
.filter-hidden_sections {
  display: none;
}
.filter-submit {
  cursor: pointer;
}
.filter_section {
  position: relative;
  /* mod */
}
.filter_section-title {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
.filter_section-toggler {
  cursor: pointer;
}
.filter_section-values {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter_section-values--horizontal .filter-value {
  display: inline-block;
}
.filter_section-values--collapse {
  display: none;
}
.filter_section-value {
  display: block;
}
.filter_section-value--range {
  margin: 1rem 0.5rem;
}
.filter_section-clear {
  cursor: pointer;
}
.filter_section-range_input {
  padding: 0;
  width: 60px;
  text-align: center;
  line-height: inherit;
}
/* noUI slider */
.noUi {
  /* Handles and cursors;
   */
  /* Disabled state;
   */
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  /* Painting and performance;
     * Browsers can paint handles in their own layer.
     */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
       * its values is > 50%.
       */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
       * creates a new context for the origins.
       */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi [disabled].noUi-connect,
.noUi [disabled] .noUi-connect {
  background: #B8B8B8;
}
.noUi [disabled] .noUi-handle {
  cursor: not-allowed;
}
.sort_by:after {
  clear: both;
  content: "";
  display: block;
}
.sort_by-label {
  display: inline-block;
  line-height: inherit;
}
.sort_by-select {
  display: inline-block;
  line-height: inherit;
}
.product-sku {
  margin-bottom: 0.5rem;
}
.product-sku_field {
  margin-bottom: 0.5rem;
}
.product-presence {
  margin-bottom: 1rem;
}
.product-short_description {
  margin-bottom: 0.5rem;
}
.product-description {
  margin-bottom: 0.5rem;
  width: 100%;
  float: left;
}
.product-properties {
  margin-bottom: 0.5rem;
}
.product-variants {
  margin-bottom: 0.5rem;
}
.product-prices {
  margin-bottom: 0.5rem;
}
.product-quantity {
  margin-bottom: 0.5rem;
}
.product-buy {
  margin-bottom: 0.5rem;
}
.gallery-large_image {
  text-align: center;
  border: 1px solid #f3f3f3;
}
.option_selector {

}
.option_selector-label {
  display: inline-block;
  margin-bottom: 2px;
}
.variant-span {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.variant-radio {
  margin-bottom: 5px;
}
.variant-radio_switch {
  cursor: pointer;
}
.variant-radio_label {
  cursor: pointer;
}
.variant-select {
  cursor: pointer;
}
.variant-color {
  display: inline-block;
  cursor: pointer;
}
.variant-image {
  display: inline-block;
  cursor: pointer;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gallery-preview_list:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list--horizontal > .gallery-preview {
  display: inline-block;
}
.gallery-preview {
  display: block;
}
.gallery-image {
  display: block;
}
.product_preview {
  position: relative;
  min-height: 300px;
}
.product_preview:after {
  clear: both;
  content: "";
  display: block;
}
.product_preview-preview {
  position: relative;
}
.product_preview-tip {
  position: absolute;
}
.product_preview-link {
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 200px;
}




.lg-grid-3-2 .product_preview-link {width: 263px;}
.tabs .product_preview-link {
width: 100%;
    display: inline-block;
}

.product_preview-title {
  display: block;
}
.cart-table_container:after {
  clear: both;
  content: "";
  display: block;
}
.cart-items_list:after {
  clear: both;
  content: "";
  display: block;
}
.cart-empty_notice {
  display: none;
}
.cart_item:after {
  clear: both;
  content: "";
  display: block;
}
.cart_item-delete {
  cursor: pointer;
}
.cart_total:after {
  clear: both;
  content: "";
  display: block;
}
.discounts:after {
  clear: both;
  content: "";
  display: block;
}
.discounts-field {
  width: 200px;
}
.discounts-submit {
  vertical-align: top;
}
.discounts-notice {
  display: none;
}
.discount {
  margin-bottom: 0.5rem;
}
.discount:after {
  clear: both;
  content: "";
  display: block;
}
.discount:last-child {
  margin: 0;
}
.cart_widget {
  position: relative;
}
.cart_widget:after {
  clear: both;
  content: "";
  display: block;
}
.cart_widget-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  text-align: left;
}
.cart_widget:hover .cart_widget-dropdown {
  display: block;
}
.basket_list-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.basket_list-submit {
  cursor: pointer;
}
.basket_item {
  position: relative;
  margin-bottom: 0.5rem;
}
.basket_item:after {
  clear: both;
  content: "";
  display: block;
}
.basket_item:last-child {
  margin-bottom: 0;
}
.basket_item-image {
  float: left;
}
.basket_item-delete {
  cursor: pointer;
  float: right;
}
.basket_item-price:after {
  content: none;
}
.search-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.search_widget {
  display: inline-block;
}
.search_widget-field {
  display: inline-block;
  height: inherit;
  padding: 0 0.5rem;
  line-height: inherit;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
}
.search_widget-submit {
  display: inline-block;
  padding: 0;
  height: inherit;
  border: 1px solid transparent;
  background-color: #565555;
  line-height: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.search_widget-submit--disabled,
.search_widget-submit[disabled] {
  cursor: not-allowed;
}
.ajax_search-wrapper {
  position: relative;
}
.ajax_search-results {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.ajax_search-item {
  display: block;
  text-align: left;
}
.compare-wrapper {
  overflow-x: auto;
}
.compare-toggle_same {
  cursor: pointer;
}
.compare-remove {
  cursor: pointer;
}
.compare-notice {
  display: none;
}
.compare_row {
  display: table-row;
}
.compare_row:after {
  clear: both;
  content: "";
  display: block;
}
.compare_row-title {
  display: table-cell;
  vertical-align: top;
}
.compare_row-item {
  display: table-cell;
  vertical-align: top;
}
.blog-article_list:after {
  clear: both;
  content: "";
  display: block;
}
.article:after {
  clear: both;
  content: "";
  display: block;
}
.article-note {
  margin-bottom: 0.5rem;
}
.article-content {
  margin-bottom: 0.5rem;
}
.article_preview {
  margin-bottom: 0.5rem;
}
.article_preview:after {
  clear: both;
  content: "";
  display: block;
}
.language_switch {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.language_switch:after {
  clear: both;
  content: "";
  display: block;
}
.language_switch-node {
  box-sizing: border-box;
  display: block;
  position: relative;
}
.language_switch-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.language_switch-toggler {
  cursor: pointer;
}
.language_switch--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.language_switch-node:hover > .language_switch--dropdown {
  display: block;
}
.language_switch--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.language_switch-node:hover > .language_switch--side {
  display: block;
}
.language_switch--vertical > .language_switch-node {
  width: 100%;
}
.language_switch--horizontal > .language_switch-node {
  float: left;
}
.social_links:after {
  clear: both;
  content: "";
  display: block;
}
.social_links-link {
  display: inline-block;
}
.social_links:after {
  clear: both;
  content: "";
  display: block;
}
.social_links-link {
  display: inline-block;
}
.payments:after {
  clear: both;
  content: "";
  display: block;
}
.payments-method {
  display: inline-block;
}
/*


   Magic Zoom Plus v5.0.8
   Copyright 2015 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */

@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src:url("magictoolbox-thin.eot");
  src:url("magictoolbox-thin.eot?#iefix") format("embedded-opentype"),
    url("magictoolbox-thin.woff") format("woff"),
    url("magictoolbox-thin.ttf") format("truetype"),
    url("magictoolbox-thin.svg#magictoolbox-thin") format("svg");
}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
figure.mz-figure {
    -webkit-perspective: 300px;
    perspective: 300px;
    margin: 0 !important;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
    touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -ms-transform-origin: 50% 50% !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}
.mobile-magic .mz-expand .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}



/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}


.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', 'Roboto', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mobile-magic .mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mobile-magic .mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mobile-magic .mz-expand .mz-hint-message:before {
    display: none;
}
.mobile-magic .mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
        -ms-transform: translate(0,0) scale(10,10) rotate(0.01deg);
            transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
            perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mz-expand .mz-expand-bg > img  {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}
.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}
.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}


/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Roboto, Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}
.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}
.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}
.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}
.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}


/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
 }
button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
}
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}
button.mz-button.mz-button-prev {
    left: 0 !important;
}
button.mz-button.mz-button-next {
    right: 0 !important;
}
button.mz-button.mz-button-close {
    font-size: 30px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}
:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
            transition: color .25s, border-color .25s, transform .25s !important;

}
:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
            transition: transform .1s !important;
}
.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
            transform: scale(.95) !important;
}

button.mz-button.mz-button-close:before { content: "\a001"; }
button.mz-button.mz-button-prev:before { content: "\a002";  }
button.mz-button.mz-button-next:before { content: "\a003"; }

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        background: rgba(255, 255, 255, .12) !important;
        border-color: rgba(180, 180, 180, .3) !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}
.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}


/**
 * Thumbnails
 */

 /* Thumbnails on the page */
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}
.mz-thumb img {
    border: 0;
    /*box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);*/
    box-sizing: border-box;
}
.mz-thumb:hover:not(.mz-thumb-selected) img {
  /*
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
            */
}
.mz-thumb-selected img {
  /*
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
            */
}
.no-cssfilters-magic .mz-thumb {
  /*
    background: #000;
    */
}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  /*
    opacity: .7;
    filter: alpha(opacity=70);
    */
}
.no-cssfilters-magic .mz-thumb-selected img {
  /*
    opacity: .5;
    filter: alpha(opacity=50);
    */
}
.ie9-magic .mz-thumb img {
    /*box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);*/
}

 /* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}
.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.3);
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}
.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5; filter:
    alpha(opacity=50);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0 !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 30px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100%;
    max-height: none;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs .magic-thumbs-button {
    cursor: pointer;
    z-index: 90;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: absolute;

    font-family: "magictoolbox-thin";
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-align: center;
    color: #bbb;
    -webkit-font-smoothing: antialiased;

    font-size: 30px;
    width: 30px;
    height: 100%;
    top: 0; bottom: 0;
}
.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}
.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before { content: "\a002"; }
.magic-thumbs .magic-thumbs-button-next:before { content: "\a003"; }
.magic-thumbs-button:before {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: .6;
}
.magic-thumbs .magic-thumbs-button:hover:before { opacity: 1; }


/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0; right: 0;
    top: auto; bottom: auto;
}
.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-prev:before { content: "\a005"; }
.magic-thumbs-vertical .magic-thumbs-button-next:before { content: "\a004"; }


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

/*
* slider
*/
/*
* base colors
*/
/*
* additional colors
*/
/*
* top_panel
*/
/*
* header
*/
/*
* footer
*/
/*
* tabs
*/
/*
* main menu
*/
/*
* level 1
*/
/*
* анонс товара
*/
/*
* filter
*/
/*
* paginate
*/
/*
* buttons
*/
/*
* breadcrumbs
*/
/*
* prices
*/
/*
* product
*/
/* line 6, _editor.scss */
.editor {
  word-wrap: break-word;
  line-height: 22px; }
  /* line 10, _editor.scss */
  .editor a {
    color: #ef6d05;
    border-bottom: 1px solid; }
    /* line 14, _editor.scss */
    .editor a:hover {
      color: #a94b00; }
  /* line 22, _editor.scss */
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6,
  .editor .h1, .editor .h2, .editor .h3, .editor .popup b, .popup .editor b,
  .editor .popup strong,
  .popup .editor strong, .editor .h4, .editor .h5, .editor .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.3;
    color: inherit;
    font-size: 1.2em;}
    /* line 29, _editor.scss */
    .editor h1 small,
    .editor h1 .small, .editor h2 small,
    .editor h2 .small, .editor h3 small,
    .editor h3 .small, .editor h4 small,
    .editor h4 .small, .editor h5 small,
    .editor h5 .small, .editor h6 small,
    .editor h6 .small,
    .editor .h1 small,
    .editor .h1 .small, .editor .h2 small,
    .editor .h2 .small, .editor .h3 small, .editor .popup b small, .popup .editor b small,
    .editor .popup strong small,
    .popup .editor strong small,
    .editor .h3 .small,
    .editor .popup b .small,
    .popup .editor b .small,
    .editor .popup strong .small,
    .popup .editor strong .small, .editor .h4 small,
    .editor .h4 .small, .editor .h5 small,
    .editor .h5 .small, .editor .h6 small,
    .editor .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #cccccc; }
  /* line 37, _editor.scss */
  .editor h1, .editor .h1,
  .editor h2, .editor .h2,
  .editor h3, .editor .h3, .editor .popup b, .popup .editor b,
  .editor .popup strong,
  .popup .editor strong {
    margin-top: 0;
    margin-bottom: 13px; }
    /* line 43, _editor.scss */
    .editor h1 small,
    .editor h1 .small, .editor .h1 small,
    .editor .h1 .small,
    .editor h2 small,
    .editor h2 .small, .editor .h2 small,
    .editor .h2 .small,
    .editor h3 small,
    .editor h3 .small, .editor .h3 small, .editor .popup b small, .popup .editor b small,
    .editor .popup strong small,
    .popup .editor strong small,
    .editor .h3 .small,
    .editor .popup b .small,
    .popup .editor b .small,
    .editor .popup strong .small,
    .popup .editor strong .small {
      font-size: 65%; }
  /* line 48, _editor.scss */
  .editor h4, .editor .h4,
  .editor h5, .editor .h5,
  .editor h6, .editor .h6 {
    margin-top: 0;
    margin-bottom: 13px; }
    /* line 54, _editor.scss */
    .editor h4 small,
    .editor h4 .small, .editor .h4 small,
    .editor .h4 .small,
    .editor h5 small,
    .editor h5 .small, .editor .h5 small,
    .editor .h5 .small,
    .editor h6 small,
    .editor h6 .small, .editor .h6 small,
    .editor .h6 .small {
      font-size: 75%; }
  /* line 60, _editor.scss */
  .editor h1, .editor .h1 {
    font-size: 32px; }
  /* line 61, _editor.scss */
  .editor h2, .editor .h2 {
    font-size: 28px; }
  /* line 62, _editor.scss */
  .editor h3, .editor .h3, .editor .popup b, .popup .editor b,
  .editor .popup strong,
  .popup .editor strong {
    font-size: 20px; }
  /* line 63, _editor.scss */
  .editor h4, .editor .h4 {
    font-size: 20px; }
  /* line 64, _editor.scss */
  .editor h5, .editor .h5 {
    font-size: 16px; }
  /* line 65, _editor.scss */
  .editor h6, .editor .h6 {
    font-size: 14px; }
  /* line 71, _editor.scss */
  .editor p {
    margin: 0 0 13px;
  color: #292929;}
    /* line 74, _editor.scss */
    .editor p:last-child {
      margin-bottom: 0; }
  /* line 83, _editor.scss */
  .editor ul,
  .editor ol {
    margin-top: 0;
    margin-bottom: 13px;
    padding-left: 1.5rem;
    font-size: 14px;}
    /* line 88, _editor.scss */
    .editor ul ul,
    .editor ul ol,
    .editor ol ul,
    .editor ol ol {
      margin-bottom: 0; }
  /* line 95, _editor.scss */
  .editor address {
    margin-bottom: 26px;
    font-style: normal; }
  /* line 101, _editor.scss */
  .editor table {
    display: block;
    overflow-x: auto;
    border: none; }
    /* line 106, _editor.scss */
    .editor table td {
      padding: 0.5rem;
      border: none;
      border-bottom: 1px solid #555555; }
  /* line 114, _editor.scss */
  .editor .table th {
    border-bottom: 2px solid;
    padding: 0.5rem; }
  /* line 120, _editor.scss */
  .editor .table tr:nth-child(odd) {
    background-color: #eee; }
  /* line 125, _editor.scss */
  .editor .table td {
    border-bottom: 1px solid;
    padding: 0.5rem; }
  /* line 130, _editor.scss */
  .editor .table tf {
    padding: 0.5rem; }
  /* line 136, _editor.scss */
  .editor #feedback_form table {
    display: table;
    text-align: left;
    width: 100%; }
    /* line 141, _editor.scss */
    .editor #feedback_form table p:last-child {
      text-align: center; }
  /* line 148, _editor.scss */
  .editor img {
    height: auto; }
  /* line 152, _editor.scss */
  .editor b,
  .editor strong {
    font-weight: 700; }

/* buttons */
/* line 3, _buttons.scss */
.button, .checkout .order_client_bonus_system #use_max_bonus_points, .popup input[type="submit"] {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #0099CC;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1;
  padding: 0.5rem 1rem;
  font-weight: 400;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
 }
  /* line 23, _buttons.scss */
  .button:hover, .checkout .order_client_bonus_system #use_max_bonus_points:hover, .popup input[type="submit"]:hover {
    background-color: #81e0ff;
    color: #FFFFFF;}
  /* line 29, _buttons.scss */
  .button--invert {
        margin-bottom: 5px;
    border-color: #363636; }

.button--invert2 {
 background-color: #545454;
}
.button--invert2:hover {
 background-color: #363636;
}
    /* line 34, _buttons.scss */
    .button--invert:hover {
      background-color: #363636;
      color: #FFFFFF;
      border-color: #FFFFFF; }
  /* line 41, _buttons.scss */
  .button--buy {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    text-transform: inherit;
    float: none;
    display: block;}

.product-info {
border: 1px solid #f3f3f3;
    padding: 15px;
    margin: 0 !important;
    width: 58%;
}

.product-info .button--buy {
    background: url(https://static-internal.insales.ru/files/1/2522/3238362/original/btn-detail.png) no-repeat #0099CC;
    background-position-y: -8px;
    background-position-x: 4px;
    max-width: 240px;
    height: 41px;
}

.product-info .button--disabled {
    background: #0099CC !important;
}

    /* line 46, _buttons.scss */
    .button--buy:hover {
      background-color: #056a8c;}
  /* line 53, _buttons.scss */
  .button--buy_invert {
    color: #363636;
    border-color: #363636; 
    background: #2896e6 !important;
    padding: 8px 18px 8px 18px !important;
  }
    /* line 58, _buttons.scss */
    .button--buy_invert:hover {
      background-color: #fff;
      color: #363636;
      border-color: #363636; }
  /* line 67, _buttons.scss */
  .button--toggler {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    background-color: #fff;
    color: #fb7911;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 0; }
    /* line 82, _buttons.scss */
    .button--toggler:hover {
      background-color: #F3F3F3;
      color: #fb7911; }
  /* line 88, _buttons.scss */
  .button--toggler_invert {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    background-color: #fb7911;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle; }
    /* line 102, _buttons.scss */
    .button--toggler_invert:hover {
      background-color: #F3F3F3;
      color: #fb7911; }
  /* line 108, _buttons.scss */
  .button--small {
    height: 30px;
    line-height: 28px; }
  /* line 113, _buttons.scss */
  .button--medium {
    height: 35px;
    line-height: 33px; }
  /* line 118, _buttons.scss */
  .button--large {
    height: 40px;
    line-height: 38px; }
  /* line 123, _buttons.scss */
  .button--scroll_top {
    position: fixed;
    bottom: 6rem;
    right: 1.8rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 1rem;
    font-size: 2rem;
    -moz-box-shadow: 0px 2px 6px 0px #333333;
    -webkit-box-shadow: 0px 2px 6px 0px #333333;
    box-shadow: 0px 2px 6px 0px #333333;
    padding: 0 0.5rem;
    z-index: 1000; 
    background-color: #000000 !important;
    opacity: 0.5;}

/* input */
/* line 6, _input.scss */
.input-field, .checkout .order_client_bonus_system #order_client_bonus_points {
  border-color: #a5a5a5; }
/* line 13, _input.scss */
.input--inline .input-label,
.input--inline .input-field,
.input--inline .checkout .order_client_bonus_system #order_client_bonus_points,
.checkout .order_client_bonus_system .input--inline #order_client_bonus_points,
.input--inline .input-button {
  height: 30px;
  line-height: 30px; }

/* line 34, _input.scss */
input[type="text"] {
  -webkit-appearance: none;
  box-shadow: none; }

/* line 38, _input.scss */
input[type="text"],
select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 43, _input.scss */
select {
  border: 1px solid #d4d4d4;
  background-color: transparent;
  padding: 0.2rem 0.5rem;
  width: 100%;}

/* line 53, _input.scss */
.styled_select-wrapper {
  border: none;
  border-bottom: 1px solid #363636;
  height: 30px;
  line-height: 28px; }
  /* line 59, _input.scss */
  .styled_select-wrapper:after {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0; }
  /* line 65, _input.scss */
  .styled_select-wrapper:hover:after {
    color: #fb7911; }
  /* line 70, _input.scss */
  .styled_select-wrapper select {
    padding: 0; }

/* prices */
/* line 4, _prices.scss */
.prices-current {
  font-size: 22px;
    color: #f34b09;
    font-weight: 700; }

.basket_list .prices-current {
  font-size: 18px;
  min-width: 100px;
  color: #292929;
 }

/* line 10, _prices.scss */
.prices-old {
  text-decoration: line-through;
  color: #363636; }

/* menu */
/* line 11, _menu.scss */
.menu-node--top {
  border-left: 1px solid #363636; }
  /* line 14, _menu.scss */
  .menu-node--top:last-child {
    border-right: 1px solid #363636; }
  /* line 18, _menu.scss */
  .menu-node--top > .menu-link {
    color: #FFFFFF;
    padding: 0 0.5rem;
    border: none;
    background-color: transparent;
    text-transform: uppercase; }
    /* line 25, _menu.scss */
    .menu-node--top > .menu-link > .menu-marker {
      display: inline-block;
      margin-left: 4px; }
  /* line 33, _menu.scss */
  .menu-node--top.menu-node--current > .menu-link {
    color: #fb7911; }
  /* line 39, _menu.scss */
  .menu-node--top:hover > .menu-link {
    color: #fff; }
/* line 45, _menu.scss */
.menu-node--main_lvl_1 {
  font-size: 16px; }
  /* line 48, _menu.scss */
  .menu-node--main_lvl_1 > .menu-link {
    color: #fff;
    padding: 1rem 0.9rem;
    line-height: 1.1;
    font-weight: 400;
    /* text-transform: uppercase; */
    border-right: 1px solid #fff;
    margin: 0;
    background-color: transparent;
    font-size: 100%;
      font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;}

  .menu-node--main_lvl_1 > .menu-link:hover {
    background-color:#d0360b;
    color: #fff;
    }
    /* line 61, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link .menu-marker {
      line-height: 18px;
      vertical-align: top;
      font-size: 12px; }
    /* line 67, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link--current {
      background-color: #d0360b;
    color: #fff }
  /* line 74, _menu.scss */
  .menu-node--main_lvl_1:hover > .menu-link {
    }
  /* line 81, _menu.scss */
  .tablet .menu-node--main_lvl_1:not(.menu-node--main_flex) .menu-marker {
    display: none; }
  /* line 87, _menu.scss */
  .menu-node--main_lvl_1.flexMenu-viewMore .menu-marker {
    margin-left: 4px; }
/* line 94, _menu.scss */
.menu-node--collection_lvl_1 > .menu-link {
  font-size: 16px; }
/* line 100, _menu.scss */
.menu-node--collection_lvl_2 .menu-link {
  font-size: 14px; }
/* line 106, _menu.scss */
.menu-node--footer > .menu-link {
  padding: 0.25rem 0; }
/* line 114, _menu.scss */
.menu-node--footer.menu-node--current > .menu-link {
  color: #fb7911; }
/* line 120, _menu.scss */
.menu-node--personal_cabinet {
  padding: 0 0.5rem; }
  /* line 123, _menu.scss */
  .menu-node--personal_cabinet > .menu-link {
    color: #363636; }
  /* line 128, _menu.scss */
  .menu-node--personal_cabinet:hover > .menu-link {
    color: #fb7911; }
  @media (max-width: 480px) {
    /* line 120, _menu.scss */
    .menu-node--personal_cabinet {
      width: 100%; } 
    
    .cart-block {
  width: 97%;
}


.product_preview-title {
    color: #0087b9;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 3px;
    min-height: 62px !important;
    padding: 0 2px;
    font-weight: 500;
    overflow: hidden;
}
    .product_preview {
    position: relative;
    min-height: unset;
}

    
    .product_preview-link {
    height: 55px;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: auto;
    max-height: 90px !important;
}
    
    .lg-grid-3-2 .product_preview-link {
        width: unset !important;
    }    
    
    .lg-grid-3-2 .product_preview {
    min-height: unset !important;
}

}
/* line 140, _menu.scss */
.menu-link {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
/* line 154, _menu.scss */
.menu-toggler {
  border: none; }
  /* line 157, _menu.scss */
  .menu-toggler--main {
    background-color: #363636;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0.5rem;
    height: auto; }
/* line 168, _menu.scss */
.menu--dropdown, .menu--side {
  -moz-box-shadow: 0px 4px 11px -3px #333333;
  -webkit-box-shadow: 0px 4px 11px -3px #333333;
  box-shadow: 0px 4px 11px -3px #333333; }
/* line 175, _menu.scss */
.menu--top.menu--one_line {
  height: 1.4em; }
/* line 181, _menu.scss */
.menu--top_dropdown .menu-node {
  min-width: 150px; }
/* line 185, _menu.scss */
.menu--top_dropdown .menu-link {
  background-color: #fff;
  color: #363636;
  padding: 0 0.5rem;
  line-height: 1.8; }
  /* line 192, _menu.scss */
  .menu--top_dropdown .menu-link:hover {
    background-color: #fff;
    color: #fb7911; }
/* line 199, _menu.scss */
.menu--one_line {
  overflow-y: hidden; }
  /* line 202, _menu.scss */
  html:not(.js) .menu--one_line {
    overflow-y: initial;
    height: auto !important; }
/* line 210, _menu.scss */
.menu--main_lvl_1.menu--one_line {
   }
/* line 214, _menu.scss */
.menu--main_lvl_1 .menu-marker {
  font-size: 12px;
  display: inline-block;
  float: none;
  vertical-align: middle; }
/* line 223, _menu.scss */
.tablet .menu--main_lvl_2:not(.menu--main_flex), .mobile .menu--main_lvl_2:not(.menu--main_flex) {
  display: none; }
/* line 230, _menu.scss */
.menu--collection .menu-link {
    padding: 5px 10px 5px 0;
    color: #615e5e;
    font-size: 1.2em;
    font-family: 'Roboto', Arial, sans-serif;}
  /* line 234, _menu.scss */

/* line 240, _menu.scss */
.menu--collection .menu-node--current > .menu-link {
  font-weight: 500;}
.menu--collection .menu-node--current {
  font-weight: 500;
  background-color: #dcdcdc !important;}

/* line 246, _menu.scss */
.menu--collection .menu-toggler {
  position: absolute;
  top: 5px;
  right: 0; }
/* line 252, _menu.scss */
.menu--collection .menu {
  padding-left: 0.5rem; }
/* line 257, _menu.scss */
.menu--main_flex {
  right: 0; }
  /* line 260, _menu.scss */
  .menu--main_flex .menu--side {
    left: initial;
    right: 100%; }
  /* line 265, _menu.scss */
  .menu--main_flex .menu--dropdown {
    top: -1px;
    right: 100%; }
  /* line 270, _menu.scss */
  .menu--main_flex .menu-link {
    text-transform: initial; }
  /* line 274, _menu.scss */
  .menu--main_flex .menu-node--main_lvl_1 {
    min-width: 230px;
    font-size: 14px; }
    /* line 278, _menu.scss */
    .menu--main_flex .menu-node--main_lvl_1 > .menu-link {
      background-color: #f34616;
      padding: 0.4rem 0.8rem;
      line-height: 1.2; }
      /* line 284, _menu.scss */
      .menu--main_flex .menu-node--main_lvl_1 > .menu-link .menu-marker {
        position: absolute;
        top: 50%;
        right: 5px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  /* line 299, _menu.scss */
  .menu--main_flex .menu-node--main_lvl_2 {
    width: 230px; }
    /* line 302, _menu.scss */
    .menu--main_flex .menu-node--main_lvl_2 > .menu-link {
      padding: 0.4rem 0.7rem;
      line-height: 1.2; }
/* line 316, _menu.scss */
.menu--mobile_panel .menu-node {
  width: 100%; }
/* line 320, _menu.scss */
.menu--mobile_panel .menu-link {
  padding: 0.2rem 5px 0.2rem 0.3rem;
  color: #363636; }
  /* line 324, _menu.scss */
  .menu--mobile_panel .menu-link:hover {
    color: #fb7911; }
/* line 329, _menu.scss */
.menu--mobile_panel .menu-marker--parent {
  position: absolute;
  top: 0;
  right: 0; }

/* slaider module */
/* line 15, _slider.scss */
.slider-left, .slider-right {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
/* line 45, _slider.scss */
.slider--gallery .owl-stage-outer {
  z-index: 1; }
/* line 49, _slider.scss */
.slider--gallery .slider-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
/* line 57, _slider.scss */
.slider--gallery .slider-left,
.slider--gallery .slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 10;
  color: #363636; }
  /* line 67, _slider.scss */
  .slider--gallery .slider-left .fa,
  .slider--gallery .slider-right .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px; }
  /* line 75, _slider.scss */
  .slider--gallery .slider-left:hover,
  .slider--gallery .slider-right:hover {
    color: #fb7911; }
/* line 80, _slider.scss */
.slider--gallery .slider-left {
  left: 0; }
/* line 84, _slider.scss */
.slider--gallery .slider-right {
  right: 0; }
/* line 89, _slider.scss */
.slider--index {
  margin-bottom: 1rem;
  float: right;
    width: 77%;}
  /* line 95, _slider.scss */
  .slider--index .owl-stage-outer {
    z-index: 1; }
  /* line 99, _slider.scss */
  .slider--index .slider-image {
    display: block;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
  /* line 106, _slider.scss */
  .slider--index .slider-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  /* line 114, _slider.scss */
  .slider--index .slider-left,
  .slider--index .slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    z-index: 10;
    font-size: 48px;
    color: #363636; }
    /* line 126, _slider.scss */
    .slider--index .slider-left:hover,
    .slider--index .slider-right:hover {
      color: #fb7911; }
    /* line 129, _slider.scss */
    .slider--index .slider-left .fa,
    .slider--index .slider-right .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  /* line 137, _slider.scss */
  .slider--index .slider-left {
    left: 0; }
  /* line 141, _slider.scss */
  .slider--index .slider-right {
    right: 0; }
/* line 146, _slider.scss */
.slider--product {
  padding-top: 1rem;
  border-top: 1px double #d2d2d2; }
  /* line 151, _slider.scss */
  .slider--product .slider-container {
    padding-top: 1rem; }
  /* line 155, _slider.scss */
  .slider--product .slider-control {
    position: absolute;
    bottom: 100%;
    right: 0; }
  /* line 161, _slider.scss */
  .slider--product .slider-title {
    line-height: 30px;
    font-size: 28px !important;
    text-transform: initial;
    font-weight: 500;
    line-height: 1.3;
    font-size: 20px; }
  /* line 167, _slider.scss */
  .slider--product .slider-left {
    margin-right: 5px; }
  /* line 171, _slider.scss */
  .slider--product .slider-left,
  .slider--product .slider-right {
    padding: 0.5rem;
    width: 36px; }

/* tubs */
/* line 6, _tabs.scss */
.tabs-node {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 2px solid;
  border-bottom-color: transparent;
  margin-right: 1.5rem;
  padding: 0.5rem 0;
  color: #363636;
  font-size: 18px;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    /* line 6, _tabs.scss */
    .tabs-node {
      margin-right: 0; } }
  /* line 22, _tabs.scss */
  .tabs-node:hover {
    background-color: #fb7911; }
  /* line 28, _tabs.scss */
  .tabs-node--active {
    background-color: #f96733 !important;
     }

.tabs-node2 {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 2px solid;
  border-bottom-color: transparent;
  margin-right: 1.5rem;
  padding: 0.5rem 0;
  color: #363636;
  font-size: 18px;
  text-transform: uppercase; }


  @media (min-width: 360px) {
    .logoadopt {
    font-size: 4.3vw !important;
          font-weight: 500;
}
    
}



  @media (max-width: 480px) {
    /* line 6, _tabs.scss */
    .tabs-node2 {
      margin-right: 0; } }
  /* line 22, _tabs.scss */
  .tabs-node2:hover {
    background-color: #fb7911; }
  /* line 28, _tabs.scss */
  .tabs-node2--active {
    background-color: #fb7911 !important;
     }
/* line 35, _tabs.scss */
.tabs-content {
  border-top: 1px solid transparent;
  padding: 1rem 0; }
/* line 43, _tabs.scss */
.tabs--index .tubs-content {
  margin-bottom: 2rem; }

/* line 1, _panel.scss */
.panel {
  z-index: 1060; }
  /* line 5, _panel.scss */
  .panel-offset--bottom {
    height: 3rem; }
  /* line 10, _panel.scss */
  .panel--menu, .panel--collection_filter {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    width: 270px;
    overflow-y: auto;
    display: none;
    padding-bottom: 4rem;
    -moz-box-shadow: 0px 2px 10px 2px #333333;
    -webkit-box-shadow: 0px 2px 10px 2px #333333;
    box-shadow: 0px 2px 10px 2px #333333;
   }
.tel-adapt2 {
    display: block;
    padding: 3px 0 0 0;
    margin: 50px 0 10px 0;
}

.tel-adapt2 svg {
      float: left;
      padding: 0 6px 0 0;
}

.tel-adapt2small {
font-size: 13px;
}

.lk-adapt2 {
    display: block;
    padding: 3px 0 0 0;
    margin: 0 0 10px 0;
}

.lk-adapt2 svg {
      float: left;
      padding: 0 6px 0 0;
}

  /* line 26, _panel.scss */
  .panel--bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0099cc;
    padding-bottom: 5px;
    width: 100%;
    -moz-box-shadow: 0px 2px 10px 2px #333333;
    -webkit-box-shadow: 0px 2px 10px 2px #333333;
    box-shadow: 0px 2px 10px 2px #333333; }
    /* line 36, _panel.scss */
    .panel--bottom > .button, .checkout .order_client_bonus_system .panel--bottom > #use_max_bonus_points, .popup .panel--bottom > input[type="submit"] {
      line-height: 1.1; }

/* line 43, _panel.scss */
.panel_block-title {
  font-size: 23px; }
/* line 52, _panel.scss */
.panel_block + .panel_block {
  margin-top: 1rem; }

/* accordion block */
/* line 7, _accordion.scss */
.accordion-content {
  padding: 1rem 0.5rem;
  border-top: 1px solid #363636; }
/* line 12, _accordion.scss */
.accordion-toggler {
  cursor: pointer; }

/* quantity */
/* line 3, _quantity.scss */
.quantity {
  height: 40px;
  line-height: 28px; }
  /* line 8, _quantity.scss */
  .quantity-button--minus, .quantity-button--plus {
    padding: 0;
    font-size: 12px;
    width: 30px;
    border-width: 0; }
  /* line 16, _quantity.scss */
  .quantity-button--minus {
    border-top: 1px solid; }
  /* line 20, _quantity.scss */
  .quantity-button--plus {
    border-bottom: 1px solid; }
  /* line 27, _quantity.scss */
  .quantity-input {
    height: inherit;
    border: 1px solid #a7a7a7; }
  /* line 32, _quantity.scss */
  .quantity--side {
    height: 40px;
    width: 60px; }
    /* line 37, _quantity.scss */
    .quantity--side .quantity-button {
      width: 20px;
      height: 20px;
      line-height: 18px;
      padding: 0; }
    /* line 44, _quantity.scss */
    .quantity--side .quantity-input {
      width: calc( 100% - 20px );
      display: block; }

/* modal */
/* line 3, _modal.scss */
.modal {
  background-color: #fff;
  border: 1px solid #929292;
    border-radius: 3px;}
  /* line 7, _modal.scss */
  .modal-wrapper {
    padding: 1rem; }
  /* line 11, _modal.scss */
  .modal-header {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
  @media (max-width: 480px) {
    /* line 25, _modal.scss */
    .modal .button, .modal .checkout .order_client_bonus_system #use_max_bonus_points, .checkout .order_client_bonus_system .modal #use_max_bonus_points, .modal .popup input[type="submit"], .popup .modal input[type="submit"] {
      margin-bottom: 0.5rem; }
      /* line 29, _modal.scss */
      .modal .button:last-child, .modal .checkout .order_client_bonus_system #use_max_bonus_points:last-child, .checkout .order_client_bonus_system .modal #use_max_bonus_points:last-child, .modal .popup input[type="submit"]:last-child, .popup .modal input[type="submit"]:last-child {
        margin-bottom: 0; } }

/* line 36, _modal.scss */
.overlay {
  background: rgba(0, 0, 0, 0.3); }

/*logo*/
/* breadcrumbs */
/* line 3, _breadcrumbs.scss */
.breadcrumbs {
  margin-bottom: 1rem;
    padding-left: 1rem;}
  /* line 8, _breadcrumbs.scss */
  .breadcrumbs-page {
    color: #363636; }
    /* line 11, _breadcrumbs.scss */
    .breadcrumbs-page:hover {
      color: #fb7911; }
    /* line 15, _breadcrumbs.scss */
    .breadcrumbs-page:last-child {
      color: #363636; }

/* pagination */
/* line 10, _pagination.scss */
.pagination-node {
  line-height: 26px;
  height: 33px;
  width: 33px;
  margin: 1px;
display: table-cell;}
  /* line 16, _pagination.scss */
  .pagination-node--link {
    background-color: #f3f3f3;
    color: #fb7911;
    font-weight: 500;
}
    /* line 20, _pagination.scss */
    .pagination-node--link:hover {
      background-color: #fff;
      color: #fb7911; }
  /* line 30, _pagination.scss */
  .pagination-node--current {
    background-color: #e4e4e4 !important;
    color: #fb7911;
    margin: 0;
    font-weight: 700;
}

.pagination-node--block {
    height: 33px;
    width: 33px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #f3f3f3;
    color: #fb7911
    font-weight: 500;
}

/* reviews */
/* line 15, _reviews.scss */
.review {
  
}
  /* line 18, _reviews.scss */
  .review-name {
    font-size: 16px;
    font-weight: 700; }
  /* line 25, _reviews.scss */
  .review-date {
    color: #555555;
    font-size: 12px; }
  /* line 30, _reviews.scss */
  .review-content {
    margin-bottom: 1rem; 
    margin-right:10px;
    position: relative;
    padding: 15px 20px;
    border: 1px solid #eee;
}

  .review-content img {
 display: block;
    margin-top: 5px;
}

.review-manager_reply {
padding: 10px 15px;
    margin: 15px 0px 5px;
    color: #000;
    background-color: #f7f8fa;
}

.review-content:before, .review-content:after, .comment-content:before, .comment-content:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 9px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #eee transparent;
}

.review-content:after, .comment-content:after {
    border-bottom-color: #fff;
    z-index: 3;
    top: -19px;
}

.tab-rev-33 {
    background-color: #f79242;
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    border: none;
    margin: 15px 1px 15px 0;
    padding: 8px 25px;
    float: left;
    list-style: none;
    text-transform: inherit;
  display: block;
    width: 100%;
  max-width: 350px;
    text-align: center;
  cursor: auto;
}

.tab-rev-33:hover {
    background-color: #f79242 !important;

}

#email-rev-1 {
    height: 1px;
    padding: 0;
    margin: 0;
}

/* line 36, _reviews.scss */
.review_form {
  margin-bottom: 2rem;
margin-left: 20px;}

.review_form {
background: #f7f8fa;
}

.review_form-over {
padding: 0 5px 0 10px;
    background: #fff;
      display: inline-block;
    width: 99%;
}

.img-rev-down {
margin: 0 0 15px 15px;
}

.pol333 {
margin-bottom: 0;
}

.otz-btn {
margin: 0 0 5px 5px;
      padding: 10px 15px !important;
}

.rev-star-2 .br-widget a:before {
    content: "\f006";
    font-size: 25px;
}

.add-review {
    width: 94%;
    max-width: 350px;
    padding: 10px 15px !important;
    text-align: center;
    margin: 0 0 10px 9px;
    cursor: pointer;
    background: #09c;
    font-weight: 400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
}

.img-grad {
    width: 100%;
    display: block;
    height: 10px;
}

#reviews {
position: relative;
  margin: 5px 0 0 0;
}

#portfolio {
  max-height: 1000px;
    overflow: hidden;
}
#portfolio.active {
  max-height: 100%;
}

#open1 {
    font-weight: 600;
    text-align: center;
  cursor: pointer;
  margin: 5px 0 0 0;
}

#open2 {
display: none;
     font-weight: 600;
    text-align: center;
}

.act1 {
display: none;
}

.act2 {
display: block !important;
}

.rev-top-over {
  width:100%; 
  width: 100%; 
  display: inline-block; 
  margin: 0 0 -20px 0;
}

.otz-link {
font-size: 0.9em;
  color: #dc4915;
}

.otz-link2 {
font-size: 0.9em;
  color: #5a5a5a;
}

  @media (min-width: 800px) {
    .review_form {
         width: 100%;
      padding: 0 20px 0 0;
      margin: 0;
    }

    #reviews {
    padding: 0 0 0 10px;
      margin: 5px 0 0 0;
}
    
    .rev-top-over {
  margin: 0 0 -10px 20px;
}

}






/* line 51, _reviews.scss */
.br-wrapper {
  display: inline-block; }
/* line 57, _reviews.scss */
.br-widget a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 2px; }
  /* line 68, _reviews.scss */
  .br-widget a:before {
    content: "\f006";
}
  /* line 72, _reviews.scss */
  .br-widget a.br-selected, .br-widget a.br-current, .br-widget a.br-active {
    color: #fb7911; }
    /* line 77, _reviews.scss */
    .br-widget a.br-selected:before, .br-widget a.br-current:before, .br-widget a.br-active:before {
      content: "\f005"; }
  /* line 82, _reviews.scss */
  .br-widget a:hover {
    color: #fb7911; }
/* line 88, _reviews.scss */
.br-current-rating {
  display: none; }

/* header */
/* line 7, _header.scss */
.header {
  color: #363636; }
  /* line 11, _header.scss */
  .header .editor p {
    margin-bottom: 0; }
  /* line 15, _header.scss */
  .header .editor a {
    color: #363636; }
    /* line 18, _header.scss */
    .header .editor a:hover {
      color: #f34b09; }

/* line 5, _layouts.layout.scss */
body {
  font-size: 16px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  background-color:#ececec;
  background-image: none;
  background-position: top center;
  background-repeat: repeat; }

/* line 16, _layouts.layout.scss */
a {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: inherit; }

/* line 24, _layouts.layout.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .popup b,
.popup strong, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;}

/* line 33, _layouts.layout.scss */
h1, .h1,
h2, .h2,
h3, .h3, .popup b,
.popup strong,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 13px; }

/* line 43, _layouts.layout.scss */
h1, .h1 {
    font-size: 26px;
    font-weight: 300;
    text-rendering: optimizelegibility;
    font-family: Roboto, Arial, sans-serif;
    word-wrap: break-word;
    color: #4e4e4e;}

/* line 44, _layouts.layout.scss */
h2, .h2 {
  font-size: 28px;
text-transform: initial;
}

/* line 45, _layouts.layout.scss */
h3, .h3, .popup b,
.popup strong {
  font-size: 23px; }

/* line 46, _layouts.layout.scss */
h4, .h4 {
  font-size: 20px; }

/* line 47, _layouts.layout.scss */
h5, .h5 {
  font-size: 16px; }

/* line 48, _layouts.layout.scss */
h6, .h6 {
  font-size: 14px; }

/* line 51, _layouts.layout.scss */
.wrap {
  max-width: 1200px; }

/* line 58, _layouts.layout.scss */
.section--main_color {
  background-color: #F3F3F3; }
/* line 62, _layouts.layout.scss */
.section--additional_color {
  background-color: #363636; }
/* line 66, _layouts.layout.scss */
.section--content {
  background-color: #fff;
  background-image: none;
  background-position: top center;
  background-repeat: repeat; }
  /* line 73, _layouts.layout.scss */
  .section--content > .wrap {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 2rem;
  min-height: 510px;}
/* line 80, _layouts.layout.scss */
.section--top_panel {
  font-size: 13px;
  line-height: 1.4; }
  @media (max-width: 800px) {
    /* line 80, _layouts.layout.scss */
    .section--top_panel {
      font-size: 18px; } 
    
    .cart-name {
    display: none;
    }
    
    .logoadopt {
    display: block;
    float: left;
    color: #fff;
    margin: 4px 10px 0 15px;
    font-size: 16px;
    font-size: 4.1vw;
    text-align: center;
  }
    
    .section--main_menu {display: none;}
}
  /* line 90, _layouts.layout.scss */
  .section--top_panel .wrap {
    background-color: #f96733; }
/* line 96, _layouts.layout.scss */
.section--header .wrap {
  background-color: #fff; }
/* line 101, _layouts.layout.scss */
.section--main_menu {
  background: #ff6833;
  padding: 0 5px;
max-width: 1200px;
    margin: 0 auto;}

.section--main_menu .lg-grid-3 {border: none;}

@media (max-width: 640px) {
    /* line 101, _layouts.layout.scss */
    .section--main_menu {
      border-bottom: 1px solid #363636;
      margin: 0;
      padding: 0;
      border-top: none; } 
  
.modal {
position: fixed;
    z-index: 1050;
    min-width: 100% !important;
    max-height: 95%;
    overflow-y: auto;
  left: 0px !important;}



}

/* line 114, _layouts.layout.scss */
.system_message {
  background-color: #fff;
  border: 1px solid #555555;
  padding: 0.5rem; }

/* line 124, _layouts.layout.scss */
.sidebar_block {
  margin-bottom: 2rem; }
  /* line 127, _layouts.layout.scss */
  .sidebar_block-title {
    margin: 0 0 10px -25px;
    line-height: 1.3;
    color: #fff;
    text-transform: initial;
    font-size: 1.6em;
    font-family: 'Roboto', Arial, sans-serif;
    background: #66b7d0;
    border-radius: 3px;}

.sidebar_block-title a {
	width: 100%;
    display: block;
    padding: 3px 0 6px 15px;
}

/* line 144, _layouts.layout.scss */
.content-title {
	color: #fff;
    text-transform: inherit;
    margin: 2px 0 0 10px;
    font-family: 'Roboto', Arial, sans-serif;
	font-size: 22px;
    text-align: left;}

.collection-title {
    float: left;
    background-color: #66b7d0;
    width: 99%;
    margin: 1px 0 10px 0px !important;
    padding: 2px 0 3px 14px;
  border-radius: 3px;
}


.product-title {
      margin: -10px 0 20px 0;
      font-weight: 500;
}

/* line 2, _layouts.checkout.scss */
.checkout #top_info {
  padding: 0 10px 10px 20px;
  margin-top: 0.5rem; }
/* line 8, _layouts.checkout.scss */
.checkout .set-list {
  margin: 1rem 0;
  list-style: none;
  padding: 0; }
@media (max-width: 800px) {
  /* line 14, _layouts.checkout.scss */
  .checkout .set-sidebar {
    margin-top: 3rem; } }
/* line 20, _layouts.checkout.scss */
.checkout .set-list-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #363636; }
/* line 25, _layouts.checkout.scss */
.checkout .set-list-item .img {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: 0 0.5rem 0.5rem 0;
  float: left; }
/* line 33, _layouts.checkout.scss */
.checkout table {
  width: 100%; }
/* line 37, _layouts.checkout.scss */
.checkout .table,
.checkout #orders_history {
  width: 100%;
  font-size: 12px;
}
#order-page .fc {
    margin-bottom: 7px !important;}
#order-page .input-label {
    margin-bottom: 0;}
#order-page .green {
margin: 10px 0 10px 0;
    display: inline-block;}
#order-page .red {
margin: 10px 0 10px 0;
    display: inline-block;}
#order-page .step-name {
      margin: 15px 0 -15px 0;
    width: 98%;
  font-size: 20px;
}
.back_to_shop {
  color: #ffffff;
} 

/* line 42, _layouts.checkout.scss */
.checkout th,
.checkout td {
  padding: 0.5rem; }
/* line 47, _layouts.checkout.scss */
.checkout .table td,
.checkout #orders_history td {
  border-bottom: 1px solid #000;
  text-align: left; }
/* line 53, _layouts.checkout.scss */
.checkout .table td:last-child,
.checkout #orders_history td:last-child {
  text-align: center; }
/* line 58, _layouts.checkout.scss */
.checkout .table thead th,
.checkout #orders_history thead th {
  border-bottom: 2px solid #000;
  font-size: 14px;
  font-weight: 500; }
/* line 66, _layouts.checkout.scss */
.checkout #orders_history thead th:nth-child(1), .checkout #orders_history thead th:nth-child(2), .checkout #orders_history thead th:nth-child(3) {
  text-align: left; }
/* line 73, _layouts.checkout.scss */
.checkout td.radio {
  width: 15px;
  padding-left: 0; }
/* line 78, _layouts.checkout.scss */
.checkout td.price {
  text-align: right;
  width: 130px; }
/* line 83, _layouts.checkout.scss */
.checkout td .notice {
  display: block;
  text-align: center; }
/* line 88, _layouts.checkout.scss */
.checkout #orders_history tbody tr:nth-child(odd) {
  background-color: #eee; }
/* line 92, _layouts.checkout.scss */
.checkout .table-responsive {
  overflow-x: auto;
  margin-bottom: 1rem; }
/* line 97, _layouts.checkout.scss */
.checkout .set-meta .fc {
  margin-bottom: 1rem; }
@media (min-width: 641px) {
  /* line 106, _layouts.checkout.scss */
  .checkout #registered_client {
    border-left: 1px solid #363636; } }
/* line 111, _layouts.checkout.scss */
.checkout .input:last-child {
  margin-bottom: 1rem !important; }
/* line 115, _layouts.checkout.scss */
.checkout .input--titled {
  border-bottom: 1px solid #363636;
  padding: 0.5rem 0;
  margin: 0; }
/* line 121, _layouts.checkout.scss */
.checkout .input--titled .input-label {
  font-weight: 700;
  font-size: 18px; }
/* line 126, _layouts.checkout.scss */
.checkout .input-value {
  line-height: 20px;
  display: block; }
/* line 131, _layouts.checkout.scss */
.checkout select {
  width: 100%;
  height: 34px; }
/* line 136, _layouts.checkout.scss */
.checkout .set-title.content-title {
  display: block;
  width: 100%;
  font-size: 24px;
  margin: 1rem 0;
  float: left; }
/* line 144, _layouts.checkout.scss */
.checkout .step-title {
  line-height: 30px;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem; }
  /* line 150, _layouts.checkout.scss */
  .checkout .step-title:last-child {
    margin-bottom: 0; }
  /* line 154, _layouts.checkout.scss */
  .checkout .step-title .step-name {
    float: left;
    font-size: 24px;
    display: block;
    width: 100%;
    padding: 5px 0 5px 10px;
    background: #dcdcdc;}
  /* line 159, _layouts.checkout.scss */
  .checkout .step-title .past_step {
    float: right; }
    /* line 162, _layouts.checkout.scss */
    .checkout .step-title .past_step span {
      width: 150px;
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      vertical-align: middle;
      float: left; }
  /* line 173, _layouts.checkout.scss */
  .checkout .step-title .button, .checkout .step-title .order_client_bonus_system #use_max_bonus_points, .checkout .order_client_bonus_system .step-title #use_max_bonus_points, .checkout .step-title .popup input[type="submit"], .popup .checkout .step-title input[type="submit"] {
    padding: 0 0.5rem; }
/* line 178, _layouts.checkout.scss */
.checkout b,
.checkout strong {
  font-weight: 500; }
/* line 183, _layouts.checkout.scss */
.checkout [data-method="delete"] {
  line-height: 33px; }
/* line 187, _layouts.checkout.scss */
.checkout .order_client_bonus_system {
  padding: 0.5rem 0; }
  /* line 191, _layouts.checkout.scss */
  .checkout .order_client_bonus_system table td:first-child {
    padding-left: 0; }
  /* line 196, _layouts.checkout.scss */
  .checkout .order_client_bonus_system #order_client_bonus_points {
    height: 30px;
    vertical-align: top; }

/* line 209, _layouts.checkout.scss */
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.5rem;
  background-color: #F3F3F3;
  -moz-box-shadow: 0px 2px 11px 0 #333333;
  -webkit-box-shadow: 0px 2px 11px 0 #333333;
  box-shadow: 0px 2px 11px 0 #333333; }
  /* line 219, _layouts.checkout.scss */
  .popup b,
  .popup strong {
    font-weight: 500; }
  /* line 225, _layouts.checkout.scss */
  .popup input[type="text"] {
    border: 1px solid #363636;
    padding: 0 0.5rem;
    height: 30px;
    margin-bottom: 0.5rem; }
  /* line 240, _layouts.checkout.scss */
  .popup .content_fb td:nth-child(2n) {
    display: none; }
  /* line 246, _layouts.checkout.scss */
  .popup .fb_footer {
    text-align: center; }

/* index */
/* line 4, _index.scss */
.index-title {
color: #3e3c3c;
    text-transform: inherit;
    margin: 0 auto;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 24px;
    text-align: center; }
/* line 8, _index.scss */
.index-content {
    padding-top: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; 
padding-bottom: 20px;}

/* line 14, _index.scss */
.lock_scroll {
  overflow: hidden; }

/* collection */
/* line 6, _collection.scss */
.collection-description {
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px double #d2d2d2; }

.collection-description p {
margin-bottom: 10px;
}

/* line 16, _collection.scss */
.collection-products_list {
  margin-top: 1rem;
  margin-bottom: 1rem; }
/* line 23, _collection.scss */
.collection-panel {
  min-height: 42px;
  border-radius: 3px;}

.collection-panel a {
margin: 0 1px 3px 0;
    padding: 2px 5px;
    border: 1px solid #d4d4d4;
    line-height: em;
    display: inline-block;
    width: auto;
  border-radius: 2px;
}

/* filter */
/* line 4, _collection_filter.scss */
.filter:after {
  content: none; }
/* line 10, _collection_filter.scss */
.filter-section {
  margin-bottom: 1rem;
  padding: 0 0.5rem; }
@media (min-width: 481px) {
  /* line 15, _collection_filter.scss */
  .filter-button {
    margin: 0 0.5rem; } }
@media (max-width: 480px) {
  /* line 15, _collection_filter.scss */
  .filter-button {
    margin: 0 0 0.5rem; } 

      .logoadopt {
    display: block;
    float: left;
    color: #fff;
    margin: 0px 0 0 10px;
    font-size: 16px;
    font-size: 4.1vw;
    text-align: center;
            font-weight: 500;
  }
  
    .logoadopt-span {
    padding: 1px 0 0 2px;
    font-size: 18px;
    display: inline-block;
    margin: 2px 0 0 0;
  }
}
/* line 32, _collection_filter.scss */
.filter .js-filter_section-toggler {
  cursor: pointer; }

/* line 37, _collection_filter.scss */
.filter_section {
  position: relative;
  /* mod */ }
  /* line 40, _collection_filter.scss */
  .filter_section-title {
    padding: 0.3rem 30px 0.3rem 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 46, _collection_filter.scss */
    .filter_section-title--selected {
      color: #fb7911; }
    /* line 50, _collection_filter.scss */
    .filter_section-title:hover {
      color: #fb7911; }
  /* line 55, _collection_filter.scss */
  .filter_section-toggler {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* line 63, _collection_filter.scss */
  .filter_section-values {
    position: absolute;
    top: 100%;
    left: 0.5rem;
    right: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1040;
    background-color: #fff;
    -moz-box-shadow: 0 0 6px 0 #333333;
    -webkit-box-shadow: 0 0 6px 0 #333333;
    box-shadow: 0 0 6px 0 #333333;
    padding: 0.5rem 1rem; }
  /* line 77, _collection_filter.scss */
  .filter_section-value {
    margin-bottom: 0.3rem; }
    /* line 84, _collection_filter.scss */
    .filter_section-value:last-child {
      margin-bottom: 0; }
  /* line 89, _collection_filter.scss */
  .filter_section-value_input {
    display: none; }
    /* line 94, _collection_filter.scss */
    .filter_section-value_input:checked + .filter_section-value_styled:after {
      content: '\f05d'; }
  /* line 101, _collection_filter.scss */
  .filter_section-value_styled {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: baseline;
    cursor: pointer; }
    /* line 109, _collection_filter.scss */
    .filter_section-value_styled:after {
      content: '\f10c';
      font-family: 'FontAwesome';
      font-size: 14px; }
  /* line 116, _collection_filter.scss */
  .filter_section-value_link {
    vertical-align: middle;
    display: block;
    padding: 0.3rem 0;
    line-height: 1;
    border-color: #363636; }
    /* line 123, _collection_filter.scss */
    .filter_section-value_link:hover {
      color: #fb7911;
      border-color: #fb7911; }
    /* line 128, _collection_filter.scss */
    .filter_section-value_link--active {
      color: #363636; }
  /* line 135, _collection_filter.scss */
  .filter_section-clear {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
  /* line 145, _collection_filter.scss */
  .filter_section-range_input {
    border: 1px solid #363636;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    height: 26px; }

/* Range slider */
/* line 159, _collection_filter.scss */
.noUi-horizontal {
  height: 4px; }
  /* line 162, _collection_filter.scss */
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -9px;
    top: -8px; }
/* line 170, _collection_filter.scss */
.noUi-vertical {
  width: 18px; }
  /* line 173, _collection_filter.scss */
  .noUi-vertical .noUi-handle {
    width: 18px;
    height: 18px;
    left: -6px;
    top: -9px; }
/* line 181, _collection_filter.scss */
.noUi-background {
  background: #cccccc; }
/* line 185, _collection_filter.scss */
.noUi-connect {
  background: #666666; }
/* line 189, _collection_filter.scss */
.noUi-origin {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
/* line 193, _collection_filter.scss */
.noUi-traget {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #555555; }
/* line 200, _collection_filter.scss */
.noUi-handle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #363636; }

/* collection_sort */
/* line 6, _collection_sort.scss */
.sort_by-select {
    padding: 0.3rem 1.5rem 0.2rem 1rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px;
    border: 1px solid #cecece;
    background-color: #fff;
    margin: 6px 9px 0 0;}
/* line 15, _collection_sort.scss */
.sort_by-option {
  display: inline-block;
  position: relative; }
  /* line 19, _collection_sort.scss */
  .ios .sort_by-option:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/* product */
/* line 16, _product.scss */
.product-presence_field {
  color: #3da709;
    font-weight: 600; }
  /* line 18, _product.scss */
  .product-presence_field--sell_off {
    color: #e00404; }
/* line 23, _product.scss */
.product-short_description {
  margin-bottom: 2rem; }
/* line 31, _product.scss */
.product-order {
   }
/* line 35, _product.scss */
.product-variants {
  margin-bottom: 0; }
/* line 39, _product.scss */
.product-prices {
  margin-bottom: 0;
  margin-right: 0.5rem; }
  /* line 43, _product.scss */
  .product-prices .prices-current {
    font-size: 34px; }
  /* line 47, _product.scss */
  .product-prices .prices-old {
    font-size: 16px; }
/* line 52, _product.scss */
.product-quantity {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 0;
  height: 40px; }
/* line 60, _product.scss */
.product-buy {
  margin: 0.5rem 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 481px) {
    /* line 60, _product.scss */
    .product-buy {
      margin-right: 1rem; } }
/* line 72, _product.scss */
.product-compare {
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2rem;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 81, _product.scss */
  .product-compare:hover {
    color: #fb7911; }
/* line 86, _product.scss */
.product-panel {
  background-color: #363636; }

/* line 92, _product.scss */
.property-title {
  word-wrap: break-word;
  font-weight: 500; }
/* line 97, _product.scss */
.property-values {
  word-wrap: break-word; }

/* modification selector */
/* line 6, _option_selectors.scss */
.option_selector {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  /* line 10, _option_selectors.scss */
  .option_selector-label {
     }
  /* line 15, _option_selectors.scss */
  .option_selector-container .styled_select-wrapper {
    padding-right: 0.5rem;
    width: 100%; }
  /* line 24, _option_selectors.scss */
  .ios .option_selector--select .option_selector-container {
    position: relative; }
    /* line 26, _option_selectors.scss */
    .ios .option_selector--select .option_selector-container:after {
      content: '\f078';
      display: block;
      position: absolute;
      font-family: 'FontAwesome';
      top: 50%;
      right: 0.5rem;
      z-index: 1;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

/* line 62, _option_selectors.scss */
.variant-select {
  height: 30px;
  width: 100%; }

/* line 4, _product_gallery.scss */
.gallery-preview_list {
  margin-top: 1rem; }

/* product_preview */
/* line 4, _product_preview.scss */
.product_preview-status {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 45px;
  height: 30px;
  z-index: 10;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600; }
  /* line 18, _product_preview.scss */
  .product_preview-status:after, .product_preview-status:before {
    content: '';
    position: absolute;
    top: 100%;
    border: 10px solid transparent;
    z-index: -1; }
  /* line 27, _product_preview.scss */
  .product_preview-status:before {
    border-top: 10px solid black;
    border-left: 35px solid black;
    left: 0; }
  /* line 34, _product_preview.scss */
  .product_preview-status:after {
    border-top: 10px solid black;
    border-right: 35px solid black;
    right: 0; }
  /* line 41, _product_preview.scss */
  .product_preview-status--sale {
    background-color: #f64747; }
    /* line 44, _product_preview.scss */
    .product_preview-status--sale:before {
      border-top: 10px solid #f64747;
      border-left: 35px solid #f64747; }
    /* line 49, _product_preview.scss */
    .product_preview-status--sale:after {
      border-top: 10px solid #f64747;
      border-right: 35px solid #f64747; }
/* line 57, _product_preview.scss */
.product_preview-preview {
 }
/* line 69, _product_preview.scss */
.product_preview-title {
    color: #0087b9;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 3px;
    min-height: 80px;
    padding: 0 2px;
font-weight: 500;}

.product_preview-link {
 
}

  /* line 75, _product_preview.scss */
  .product_preview-title:hover {
    color: #0b5492; }
/* line 82, _product_preview.scss */
.product_preview-prices {
  line-height: 28px;
  text-align: center; }
/* line 92, _product_preview.scss */
.product_preview-form {
font-family: 'Roboto', Arial, sans-serif;}

/* cart */
/* line 29, _cart.scss */
.cart_item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dcd8d8;
  margin-left: 3px;}
  /* line 36, _cart.scss */
  .cart_item-link {
    color: #363636; }
    /* line 39, _cart.scss */
    .cart_item-link:hover {
      color: #fb7911; }
  /* line 53, _cart.scss */
  .cart_item-delete:hover {
    color: #fb7911; }
  @media (min-width: 801px) {
    /* line 60, _cart.scss */
    .content-title {
	font-size: 26px;
}
    
    .cart_widget--header {
    height: 50px;
    float: right;
  display: block !important;
    margin: 6px 0 0 0px;
    font-size: 12px;
    text-align: center;
    }
    
    .cart_item-wrapper {
      line-height: 20px;
      display: inline-block;
      vertical-align: middle; } 

  .product-title {
      margin: -10px 0 20px 0;
      font-weight: 500;
}
    
      .product-title2 {
      display: none;
      margin: -10px 0 20px 0;
      font-weight: 500;
}


}

/* line 70, _cart.scss */
.discounts-kupon {
  margin-bottom: 1rem; 
    width: 100%;}
/* line 74, _cart.scss */
.discounts-field {
  margin-bottom: 0; }
/* line 80, _cart.scss */
.discounts-submit {
  padding: 0 1rem; }
/* line 84, _cart.scss */
.discounts-list {
  margin-bottom: 1rem; }

/* line 89, _cart.scss */
.discount {
  margin-bottom: 1rem; }
  /* line 93, _cart.scss */
  .discount-title {
    min-height: 1px; }

/* line 98, _cart.scss */
.cart_total {
      margin: -50px 0 20px 20px;
    float: left;
    width: 37%;

}
  /* line 100, _cart.scss */
  .cart_total-title {
    font-size: 26px;
  margin: 0 10px 0 -30px;
  width: auto;}
  /* line 105, _cart.scss */
  .cart_total-price {
    font-size: 26px; }

/* cart_widget */
/* line 3, _cart_widget.scss */
.cart_widget {
  display: inline-block; }
  /* line 6, _cart_widget.scss */
  .cart_widget-icon {
    position: relative; }
  /* line 10, _cart_widget.scss */
  .cart_widget-link {
    color: #363636;
    display: block;
        padding: 16px 20px 5px 20px;
    text-align: left;}
    /* line 13, _cart_widget.scss */
    .cart_widget-link:hover {
      color: #363636; }
  /* line 18, _cart_widget.scss */
  .cart_widget-title {
    vertical-align: middle; }
  /* line 22, _cart_widget.scss */
  .cart_widget-total {
    vertical-align: middle; }
  /* line 26, _cart_widget.scss */
  .cart_widget-items_count {
    padding: 2px 10px;
    font-size: 13px;
    line-height: 13px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  /* line 37, _cart_widget.scss */
  .cart_widget-dropdown {
        background-color: #fff;
    border: 1px solid #d2d2d2;
    width: 250px;
    border-radius: 3px; }
  /* line 43, _cart_widget.scss */
  .cart_widget-referer_code_block {
    font-size: 13px;
    margin-right: 1rem; }
    @media (min-width: 801px) {
      /* line 43, _cart_widget.scss */
      .cart_widget-referer_code_block {
        position: absolute;
        top: -20px;
        right: 0;
        margin-right: 0; } }
  /* line 55, _cart_widget.scss */
  .cart_widget--header {
    background: #fff;}
    /* line 59, _cart_widget.scss */
    .cart_widget--header .cart_widget-icon {
      font-size: 20px;
      vertical-align: middle; }
    /* line 63, _cart_widget.scss */
    .cart_widget--header .cart_widget-items_count {
      position: absolute;
      bottom: 100%;
      right: 0;
      -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      background-color: #ff6833;
      color: #FFFFFF; }
    /* line 72, _cart_widget.scss */
    .cart_widget--header .cart_widget-total {
      font-size: 17px;
      font-weight: 500; }
  /* line 79, _cart_widget.scss */
  .cart_widget--bottom {
    padding: 0; }
    /* line 85, _cart_widget.scss */
    .cart_widget--bottom .cart_widget-link {
      color: #FFFFFF;
      font-size: 16px;
      line-height: 16px;
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 0.5rem 0.25rem;
      }
      /* line 96, _cart_widget.scss */
      .cart_widget--bottom .cart_widget-link:hover {
        color: #f34b09; }
    /* line 101, _cart_widget.scss */
    .cart_widget--bottom .cart_widget-items_count {
      background-color: #FFFFFF;
      color: #363636; }
    /* line 106, _cart_widget.scss */
    .cart_widget--bottom .cart_widget-items_price {
      font-size: 14px; }

/* line 116, _cart_widget.scss */
.basket_list-title {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  display: block; }
/* line 123, _cart_widget.scss */
.basket_list-items {
  margin: 0.5rem 0;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636; }
/* line 131, _cart_widget.scss */
.basket_list-total {
  margin-bottom: 0.5rem; }

/* line 140, _cart_widget.scss */
.basket_item {
  margin: 0.5rem 0;
  border-bottom: 1px solid #363636; }
  /* line 144, _cart_widget.scss */
  .basket_item-image {
    margin: 0 0.5rem 0.5rem 0; }
  /* line 148, _cart_widget.scss */
  .basket_item-details {
    margin-top: 0.5rem; }
  /* line 152, _cart_widget.scss */
  .basket_item-title {
    color: #363636; }
    /* line 155, _cart_widget.scss */
    .basket_item-title:hover {
      color: #fb7911; }
  /* line 161, _cart_widget.scss */
  .basket_item-delete:hover {
    color: #fb7911; }
  /* line 168, _cart_widget.scss */
  .basket_item-price {
    margin-right: 1rem; }
  /* line 172, _cart_widget.scss */
  .basket_item:last-child {
    border-bottom: none; }

/* search */
/* search module */
/* line 3, _search_widget.scss */
.search_widget {
  line-height: 30px;
  }
  /* line 11, _search_widget.scss */
  .search_widget-field {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: top;
    border: none;
    width: calc( 100% - 30px );
    float: left;
    height: 30px; }
  /* line 20, _search_widget.scss */
  .search_widget-submit {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    width: 30px;
    line-height: 30px;
    vertical-align: top; }
  /* line 31, _search_widget.scss */
  .search_widget--top_line {
    line-height: 25px; }
    /* line 34, _search_widget.scss */
    .search_widget--top_line .search_widget-field {
      height: 25px;
      vertical-align: top;
      width: calc( 100% - 25px ); }
    /* line 40, _search_widget.scss */
    .search_widget--top_line .search_widget-submit {
      height: 25px;
      line-height: 23px;
      vertical-align: top;
      width: 25px; }

/* line 50, _search_widget.scss */
.ajax_search-results {
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid #555555; }
/* line 62, _search_widget.scss */
.ajax_search-marked {
  font-weight: bold; }

/* comapre */
/* line 15, _compare.scss */
.compare-trigger .compare-add {
  display: block;
  line-height: inherit; }
/* line 20, _compare.scss */
.compare-trigger .compare-added {
  display: none;
  line-height: inherit; }
/* line 26, _compare.scss */
.compare-trigger--added .compare-add {
  display: none; }
/* line 30, _compare.scss */
.compare-trigger--added .compare-added {
  display: block; }

/* line 39, _compare.scss */
.compare_row-title {
  max-width: 200px;
  min-width: 200px;
  padding: 0.5rem; }
/* line 46, _compare.scss */
.compare_row-item {
  min-width: 240px;
  max-width: 240px;
  padding: 0.5rem; }
  /* line 52, _compare.scss */
  .compare_row-item--title {
    position: relative; }
  /* line 56, _compare.scss */
  .compare_row-item--footer {
    position: relative; }
/* line 61, _compare.scss */
.compare_row-item_title {
  margin: -0.5rem -0.5rem 0.5rem;
  padding: 0.5rem;
  background-color: #cccccc; }
/* line 69, _compare.scss */
.compare_row--header .compare_row-item,
.compare_row--header .compare_row-title {
  border-bottom: 2px solid #555555; }
/* line 74, _compare.scss */
.compare_row--header .compare_row-item {
  text-align: center; }
/* line 78, _compare.scss */
.compare_row--header .compare_row-title {
  vertical-align: bottom;
  padding-left: 0;
  padding-right: 0; }
/* line 87, _compare.scss */
.compare_row--body:nth-child(even) {
  background-color: #e6e6e6; }
/* line 91, _compare.scss */
.compare_row--body .compare_row-item,
.compare_row--body .compare_row-title {
  border-bottom: 1px solid #555555; }
/* line 97, _compare.scss */
.compare_row--footer {
  border-width: 0; }
  /* line 100, _compare.scss */
  .compare_row--footer .compare_row-item {
    text-align: center;
    padding: 1em; }

/* blog */
/* article */
/* line 4, _article.scss */
.article-image {
  margin: 0 0.5rem 0.5rem 0; }
/* line 8, _article.scss */
.article-title {
  margin-bottom: 0.5rem; }
/* line 12, _article.scss */
.article-note {
  color: #555555;
  font-size: 12px;
  margin-bottom: 1rem; }
/* line 18, _article.scss */
.article-content {
  margin-bottom: 2rem; }
/* line 24, _article.scss */
.article-comment_title {
  font-weight: bold;
  margin-bottom: 0.5rem; }

/* article preview */
/* line 3, _article_preview.scss */
.article_preview {
  margin-bottom: 2rem; }
  /* line 17, _article_preview.scss */
  .article_preview--list {
    margin-bottom: 1rem;
    line-height: 1.4; }

/* page */
/* 404 */
/* footer */
/* line 2, _footer.scss */
footer {
  background-color: #3598bf;
  background-image: none;
  background-position: top center;
  background-repeat: repeat;
  color: #FFFFFF; }

.footer_block-content ul {
padding-top:10px;

}


  /* line 10, _footer.scss */
  footer a,
  footer .editor a {
    color: #FFFFFF; }
    /* line 14, _footer.scss */
    footer a:hover,
    footer .editor a:hover {
     text-decoration: underline; }

/* line 25, _footer.scss */
.insales-copyright a {
  border-bottom: 1px dotted; }

/* language */
/* line 5, _language_switch.scss */
.language_switch {
  display: inline-block; }
  /* line 8, _language_switch.scss */
  .language_switch-link {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0 0.5rem; }
  /* line 24, _language_switch.scss */
  .language_switch-node--dropdown {
    -moz-box-shadow: 0px 4px 11px -3px #333333;
    -webkit-box-shadow: 0px 4px 11px -3px #333333;
    box-shadow: 0px 4px 11px -3px #333333; }
    /* line 27, _language_switch.scss */
    .language_switch-node--dropdown .language_switch-link {
      line-height: 1.8; }
  /* line 35, _language_switch.scss */
  .language_switch-link {
    text-align: left; }
  /* line 41, _language_switch.scss */
  .language_switch--dropdown {
    right: 0;
    left: 0;
    display: none; }
  /* line 50, _language_switch.scss */
  .language_switch--top_line .language_switch-node:hover > .language_switch-link {
    color: #fb7911; }
  /* line 55, _language_switch.scss */
  .language_switch--top_line .language_switch-node--current {
    border-left: 1px solid #363636;
    border-right: 1px solid #363636; }
    /* line 59, _language_switch.scss */
    .language_switch--top_line .language_switch-node--current .language_switch-link {
      color: #FFFFFF; }
  /* line 65, _language_switch.scss */
  .language_switch--top_line .language_switch-node--dropdown .language_switch-link {
    background-color: #fff;
    color: #363636; }
    /* line 69, _language_switch.scss */
    .language_switch--top_line .language_switch-node--dropdown .language_switch-link:hover {
      background-color: #fff;
      color: #fb7911; }
  /* line 78, _language_switch.scss */
  .language_switch--footer {
    margin-top: 1rem; }
    /* line 80, _language_switch.scss */
    .language_switch--footer .language_switch-node {
      float: left; }
      /* line 86, _language_switch.scss */
      .language_switch--footer .language_switch-node--current .language_switch-link {
        color: #fb7911; }
        /* line 89, _language_switch.scss */
        .language_switch--footer .language_switch-node--current .language_switch-link:hover {
          color: #fb7911; }

/* избранное */
/* line 6, _favorites.scss */
.favorite-trigger .favorite-add {
  display: block; }
/* line 10, _favorites.scss */
.favorite-trigger .favorite-remove {
  display: none; }
/* line 15, _favorites.scss */
.favorite-trigger--added .favorite-add {
  display: none; }
/* line 19, _favorites.scss */
.favorite-trigger--added .favorite-remove {
  display: block; }

/* socials groups */
/* line 4, _social_groups.scss */
.social_groups-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle; }

/* payments */



/*Мои стили*/


.slides3 {
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 230px;
}
.slides3 ul {
    list-style:none;
    position:relative;
}

.yt-bannertop-over {background-color:#fff;padding:10px 0 10px;margin: 0 auto;}
.yt-bannertop {background-color:#fff;padding:10px 0 10px;max-width: 1200px;margin: 0 auto;}
.yt-bannertop .banner-top {display: block;margin: 0;}
.yt-bannertop .banner-top ul li {background-repeat: no-repeat;float: left;list-style:none;width: 33%; color:#3c3c3c;min-width: 290px;}
.yt-bannertop .banner-top ul li div.banner-top-img {float: left;margin-right: 30px;margin-bottom:20px;position: relative;display: block;overflow: hidden;}
.yt-bannertop .banner-top ul li div.banner-top-img:before {content: "";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.yt-bannertop .banner-top ul li:hover div.banner-top-img:before {box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4) inset;}
.yt-bannertop .banner-top .banner-top-tit {
    font-size: 130%;
    display: block;
    line-height: 80%;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Roboto', Arial, sans-serif;
    border: none;
    color: #484848;
}
.yt-bannertop .banner-top ul li:hover a.banner-top-img img {transform: rotateY(360deg);-ms-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);}


.yt-bannertop2 {
    background-color: #ececec;
    padding: 10px 0 10px;
    max-width: 1200px;
    margin: 0 auto;}

.yt-bannertop2 img {
    margin-top: -10px;
}

.yt-bannertop2 .cnv-widget_container_type_field {
	z-index: 999;
}

@media (max-width: 1040px) {
.yt-bannertop2 {
	display: none;
}
}



#convead_widget_40654 {
  width: 1020px;
  margin: 0 auto;
}


#go_pl {
  background: url(https://static-internal.insales.ru/files/1/0/3235840/original/myvsoc3.jpg) no-repeat -478px 0;
  width: 158px;
  height: 40px;
	display: inline-block;
	margin-right: 7px;
}

#vk_bt {
  background: url(https://static-internal.insales.ru/files/1/0/3235840/original/myvsoc3.jpg) no-repeat;
  width: 158px;
  height: 40px;
	display: inline-block;
	margin-right: 7px;
}

#odn_bt {
	background: url(https://static-internal.insales.ru/files/1/0/3235840/original/myvsoc3.jpg) no-repeat -159px 0;
  width: 158px;
  height: 40px;
	display: inline-block;
	margin-right: 7px;
}

#yt_bt {
  background: url(https://static-internal.insales.ru/files/1/0/3235840/original/myvsoc3.jpg) no-repeat -319px 0;
  width: 158px;
  height: 40px;
	display: inline-block;
	margin-right: 7px;
}

#insta-bt {
  background: url(https://static-internal.insales.ru/files/1/0/3235840/original/myvsoc3.jpg) no-repeat -638px 0px;
  width: 158px;
  height: 40px;
	display: inline-block;
	margin-right: 7px;
}

#go_pl:hover, #vk_bt:hover, #odn_bt:hover, #yt_bt:hover, #insta-bt:hover {
  opacity:0.8;
}

.prisoed {
color: #383838;
font-size: 24px;
margin-bottom:5px;
}

.block-content p {
color: #fff;
}

footer li a {
margin:0;
  font-size:15px;
}

footer p {
margin:0;
  font-size:14px;
  color: #fff;
}

.editor p {
margin:0;
  font-size:16px;
      line-height: 140%;
  margin-bottom: 15px;
}

.product-add-box1 {
    margin: 20px 0 0 0px;
    font-size: 0.9em;
    background: url(https://static-internal.insales.ru/files/1/259/4931843/original/otpr-time.png ) no-repeat;
    padding: 4px 0 5px 45px;
}
.product-add-box3 {
    margin: 20px 0 0 0;
    font-size: 0.9em;
    display: block;
    background: url(https://static-internal.insales.ru/files/1/5093/3331045/original/kakoformlyat.gif) no-repeat;
    padding: 4px 0 5px 45px;
}

.product-add-box4 {
    margin: 0;
    font-size: 0.9em;
    background: url(https://static-internal.insales.ru/files/1/5095/3331047/original/podelis.gif) no-repeat;
    padding: 4px 0 5px 45px;
    position:relative;
    display: inline-block;
    width: 100%;
}

.descr{
    display:none;
    padding:15px;
    margin-top:17px;
    background:#f3f3f3;
    height:55px;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}

.product-add-box4:hover {
cursor:pointer;
}

.product-add-box4:hover .descr{
    display:block;
    position:absolute;
    top:2px;
    z-index:9999;
    width:170px;
}
.product-add-box5 {
    margin: 0;
    font-size: 0.9em;
    background: url(https://static-internal.insales.ru/files/1/478/4932062/original/why-we.png) no-repeat;
    padding: 4px 0 5px 45px;
    position:relative;
    display: inline-block;
    width: 100%;
}

.product-add-box5 {
    position:relative;
    display: inline-block;
}

.descr2{
    display:none;
    padding:15px;
    margin-top:17px;
    background:#f3f3f3;
    height:55px;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}

.product-add-box5:hover {
cursor:pointer;
}

.product-add-box5:hover .descr3{
    display:block;
    position:absolute;
    top:2px;
    z-index:9999;
}

.descr3 {
    display:none;
    padding: 0 15px 0 15px;
    margin-top:17px;
    background:#f3f3f3;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}

.product-add-box5:hover .descr3 ul {
  padding: 0 5px 5px 15px;
}

.product-add-box5:hover .descr3 ul li {
  padding: 0 0 3px 0;
}


.komandblock {
  width:32%;
  float:left;
 height: auto;
    text-align: center;
    padding: 0 10px 0 10px;
    min-height: 350px;
}


.komandblock1 {
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 1px #d0d1d1 inset;
    width: 150px;
    text-align:center;
    margin: 0 auto;
    max-width: 150px;
    width: 100%;
}

.komname {
 font-size: 18px;
    padding: 10px;
    display: block;
}

.clearfix {
clear: both;
}

.page-content {
padding:10px;
}

#widtophead {
    background-color: #ff6833;
    max-width: none;
}

.right {
float:right;
}

.collectblock {
float: left !important;
    height: 340px;
    display: block;
}

.cart_item .cart_item-image {
float: left !important;
    display: block;
}

.cart_item .cart_item-title {
    display: block;
    margin: 10px 10px 0 10px;
    width: 70%;
}

.cart-title {
    text-transform: inherit;
    margin: 0 0 20px -10px;
}

.cart-items_list {
      width: 60%;
      float: left;    
      min-height: 200px;
}

.topname {
  width: 60%;
  margin: 0 0 10px 0;
  background-color: #eaeaea;
}

.topname td {
  text-align: center;
  padding: 3px 0 3px 0;
}

.topname .tdfirst {
  width: 50%;
}
.topname .tdfirst2 {
  width: 9%;
}
.topname .tdfirst3 {
  width: 13%;
}

.topname .tdfirst4 {
  width: 19%;
}

@media (max-width: 800px) {
  .topname {
display: none;
}
}

@media (min-width: 460px){
.logoadopt {
    font-size: 2.5vw !important;
  }}

.button--buy-cart {
    padding: 0.9rem 1rem;
}

.co-checkout-order_form {
    padding: 0 0 30px 0;
    margin: 0;
}

.co-title--h2 {
    font-size: 24px;
    text-transform: initial;
}

.co-delivery_method {
    background: #f7f7f7;
    margin: 0 0 10px 0;
}


.co-delivery_method:hover {
    background: #e5e5e5;
}

.co-toggable_field--bordered:hover {border-color: #efefef !important;}

.co-delivery_adress {
  margin-right: 0;
  padding-left: 10px;
}

.co-delivery_adress h3 {
padding-left:5px;
}

.co-payment_method:hover {
background: #e6e6e6;
}

.menu--footer {
border: none !important;
}

.fa-shopping-cart:before {
font-size: 28px;
}

.fa-heart-o:before {
font-size: 28px;
}

.postup {
color:#636161;
}

iframe {
    max-width: 600px;
    width: 100%;
}


@media (max-width: 450px) {
iframe {
    max-width: 600px;
    width: 100%;
     height: 200px;
}
}



.noavalbut {
-moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #0099CC;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: 400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.product_preview .button {
     background: #f79242;
    color: #ffffff;
    border: 1px solid #f79242;
}

.product_preview .button:hover {
  background: #ff5829;
  border: 1px solid #ff5829;
  color: #fff;
}

.tabs {
line-height: 22px;
}

#cartform .cart-button {
height: 50px;
    min-width: 310px;
}

#cartform .discounts-submit {
    height: 35px;
    padding: 0 10px;
}


.co-tabs-node--active {
    background-color: #e4f5fb;
    color: #292828;
}

.co-tabs-content {
    background-color: #fff;
    padding: 5px;
}

.co-payment_method {
    padding: 0.5rem 0;
 
}

.co-section--checkout_content {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}

.cart_item-prices {
color: #000;
    font-size: 16px;
}

.apiship_link {
    color: #ffffff !important;
    text-decoration: none !important;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    display: inline-block !important;
    padding: 7px;
    background-color: #ea6502; 
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 96%;
    background: none;
    font-size: 1px;
}

.apiship_link:hover {
    color: #efefef !important;
}



.co-link {
    color: #ffffff !important;
    text-decoration: none !important;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    display: inline-block !important;
    padding: 7px;
    background-color: #ea6502; 
    height: 100%;
    top: 0px;
    left: 0px;
    width: 96%;
      background: none;
    font-size: 1px;
      position: absolute;
}

.co-link:hover {
    color: #efefef !important;
}





.co-toggable_field--bordered {
    padding: 0;
    position: relative;
}



.co-toggable_field-input--radio input:focus + span, .co-toggable_field-input--radio input:checked + span {
    -moz-box-shadow: inset 0 0 0 7px #f34616;
    -webkit-box-shadow: inset 0 0 0 7px #f34616;
    box-shadow: inset 0 0 0 7px #f34616;
}

.co-toggable_field-input {
    display: contents;
}


.co-toggable_field--bordered {
	padding: 0;
}

.co-checkout-block {
    background: #efefef;
    padding: 0px 10px 15px 0px;
      margin-bottom: 1rem;
}


.delivery_variants {
    margin: 0 -16px 15px -15px;
    background: #fff;
    padding: 10px 10px 0 15px;
}

.co-customer {
background: #fff;
    margin: 0 -16px 10px -16px;
    padding: 10px 10px 10px 30px;
}

#checkout_result_fields {
display:none;
}

.wide_set {
	padding: 0 10px 0 20px;
}

.field-content {
font-size: 16px;
}

.field-content .notice--danger {
margin-right: 10px;
}

.field-content a {
    color: #ffffff;
    padding: 10px;
    background: #2896e6;
      background: #2896e6;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.field-content a:hover {
    color: #0d5386;
    padding: 10px;
    background: #2896e6;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.topindextitle {
margin: 0 auto 10px;
    text-align: center;
}

.checkout h1 {

}

.footer_block {
margin-left: 10px;
}

@media (min-width: 801px) {
  .section--top_panel {
    display: none;
  }
}

@media (max-width: 1135px) {
.cart_widget .prices-current {
    font-size: 15px;
    font-weight: 500;
}
  .cart_widget-link {

}
 
.number2 {
    padding: 12px 0 0 10px  !important;
}
  
  .sm-right .cart_total-price {
  font-size: 22px !important;
  font-weight: 700;
  }
  
}

.payment_variants {
  padding-left:0 !important;
  border-bottom: 1px solid #ccc;
  padding-right: 0px !important
}

.co-tabs-header {
  
}

.co-input--comment {
margin-left: -5px;
      margin-right: -15px;
}

#tabs-person {
    margin-left: 5px;
}

.trackinfo {
margin: -5px 0 10px 0;
}

.trackinfo a {
color:#f34616;
}

.checkout h1 {

}

#flash_messages {
margin-left: 12px;
}

.button-circle {
  -moz-border-radius: 240px;
  -webkit-border-radius: 240px;
  border-radius: 240px;
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  width: 120px;
  line-height: 120px;
  height: 120px;
  padding: 0px;
  border-width: 4px;
  font-size: 16px;
  display: inline-block;}

.button-flat-primary {
    font-size: 40px;
  margin: 30px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #00A1CB;
  color: #FFFFFF !important;
  text-shadow: none;
  border: none; }

  .button-flat-primary:hover, .button-flat-primary:focus {
    color: #FFFFFF;
    background: #00b5e5; }

  .button-flat-primary:active, .button-flat-primary.is-active, .button-flat-primary.active {
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    background: #1495b7;
    color: #00647f; }

  .button-flat-primary.disabled {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }
	
	.button-flat-action {
	font-size: 40px;
	margin: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #7db500;
  color: #FFFFFF !important;
  text-shadow: none;
  border: none; }

  .button-flat-action:hover, .button-flat-action:focus {
    color: #FFFFFF;
    background: #8fcf00; }

  .button-flat-action:active, .button-flat-action.is-active, .button-flat-action.active {
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    background: #76a312;
    color: #486900; }

  .button-flat-action.disabled {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }
	
	.button-flat-highlight {
	    font-size: 40px;
		margin: 30px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #F18D05;
  color: #FFFFFF !important;
  text-shadow: none;
  border: none; }

 
  .button-flat-highlight:hover, .button-flat-highlight:focus {
    color: #FFFFFF;
    background: #fa9915; }

  
  .button-flat-highlight:active, .button-flat-highlight.is-active, .button-flat-highlight.active {
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    background: #d8891e;
    color: #a66103; }

  .button-flat-highlight.disabled {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }

.fc {
    margin-bottom: 25px !important;
}

.product-description p {
margin-bottom: 15px;
}

#howto1 ul {
    padding-left: 140px;
  margin: -10px 0 30px 0;
}
#howto1 p {
padding-left: 125px;
    margin: 0 0 50px 0;
}

#howto1 img {
float: left;
  width:100px;
  height:100px;
}

#howto1 .howtitle {
    padding-left: 125px;
    font-size: 18px;
  margin: 0 0 10px 0;
}

#howul {
  margin: -40px 0 0 0 !important;
}

.modal .button {
  margin-bottom: 10px;
  padding: 15px 25px 15px 25px;
  width: 99%;
}
  
.modal {
padding:2rem;
}

.co-notice--danger {
    border: 5px solid #ff6338;
    padding: 15px 10px 5px !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
  
.co-notice--danger a {
    background: #34a8d2;
    color: #fff;
    padding: 5px;
    border-bottom: none;
        -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom:15px;
    display: inline-block;
}   

.co-notice--danger a:hover {
  background: #5abadc;
  color: #fff;
}
  
.co-input-description a {
color:#0687b5;
}  
  
#delivery_details_958811 {
display:none;
}  
  
#delivery_details_958843 {
display:none;
} 

#delivery_details_1277599 {
display:none;
} 

#delivery_details_1909525 {
display:none;
} 

#delivery_details_2022623 {
display:none;
} 

#delivery_error_1277599 {
display:none !important;
} 

#delivery_error_2022623 {
display:none !important;
}

#delivery_error_1909525 {
display:none !important;
} 
 
.howgetkupon {
margin-top: 5px;
    font-size: 14px;
    color: #585858;
}
  
  
.payvariant1 {
    font-size: 0.9em;
    display: block;
    position:relative;
}

.payvariant1 span {
        color: #ef6d05;
    border-bottom: 1px solid;
}

.paydescr{
    display:none;
    padding:15px;
    margin-top:17px;
    margin-bottom:5px;
    background:#f3f3f3;
    height: auto;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}

.payvariant1:hover {
cursor:pointer;
}

.payvariant1:hover .paydescr{
    display:block;
    position:absolute;
    top:2px;
    z-index:9999;
}  
  
#deliveryvariants {
font-size: 13px;
  display: table;
} 

#deliveryvariants a {
color: #ef6d05;
} 

#deliveryvariants a:hover {
color: #292929;
} 

#deliveryvariants td:first-child {
width:10%;
}

#deliveryvariants td:nth-child(2) {
width:13%;
}

#deliveryvariants td:nth-child(3) {
width:37%;
}

#deliveryvariants td:nth-child(4) {
width:30%;
}

#deliveryvariants td:nth-child(5) {
width:10%;
}

.discount-subtotal-amount {
color:#f34616;
}

#deliveryvariants tr td {
  border: none;}

#deliveryvariants tr {
  border-bottom: 1px solid #ccc;}


#deliveryvariants2 {
font-size: 13px;
  display: table;
} 

#deliveryvariants2 td:first-child {
width:11%;
}

#deliveryvariants2 td:nth-child(2) {
width:11%;
}

#deliveryvariants2 td:nth-child(3) {
width:78%;
}

#deliveryvariants2 tr td {
  border: none;}

#deliveryvariants2 tr {
  border-bottom: 1px solid #ccc;}

.co-basket_item-image {
padding-bottom:50%;
}
  
@media (max-width: 800px) {
#discdescr {
display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .product-title2 {display: none;}


}

.co-basket_total {
margin-bottom: 20px;
}

.co-input-description:before {
	content:'';
}

.h2rasschet {
   margin-bottom: 0;
}

.doppstyle1 {
margin:-10px 0 10px 0;
}

.doppstyle2 {
margin: 5px 0 5px 0px;
display: inline-block;
border-bottom: 1px dotted;
}

.garant-block p {
padding-left: 90px;
}

.garant-block h2 {
padding-left: 90px;
}

form#options {
    display: block;
    margin: 6px 0 0 0px;
    float: left;
}

form#options select {
    background-color: #fff;
}

form#options b {
    font-weight: 500 !important;
}

.menu--personal_cabinet li {
    padding: 10px 10px 10px 10px;
}

.menu--personal_cabinet {
    background: #f7f7f7;
    margin-left: 0;
}



.wide_set .content-title {
    color: #505050;
}


.buy-electron {
     background: url(https://static-internal.insales.ru/files/1/2522/3238362/original/btn-detail.png) no-repeat #0099CC;
    background-position-y: -8px;
    background-position-x: 44px;
    color: #fff;
    padding: 12px 90px 12px 90px;
    letter-spacing: 0em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
}

.buy-electron:hover {
background-color: #056a8c;
}

#electro-link {
display: inline-block;
}

.search-title {
float: left;
    background-color: #66b7d0;
    margin: 1px 0 10px 0px !important;
    padding: 1px 0 1px 14px !important;
    border-radius: 3px;
    width: 98% !important;
    min-height: 39px;
}
}

.search-notice {
padding: 0;
}

.sidebar .hc__mix__avatar img {
width: 30px;
height: 30px;
}

.sidebar .hc__mix__cont {
    margin-left: 45px;
}

.sidebar .hc__message__txt {
    padding-right: 5px;
      font-size: 13px;
}


.sidebar .hc__mix__title {
text-transform: initial;
  border-left: 3px solid #f55a05;
}

.co-input--required .co-input-label:after {
    font-size: 1.1em;
    font-weight: 700;
}

.category-img {width: 270px;height: 118px;display:table-cell;vertical-align:middle;text-align:center;border: 1px solid #F2F2F2;}

.category-img:hover {opacity:0.7;}

.category-img img {width:100%;}

.goods-cat-image-medium {
    max-width: 270px;
    max-height: 270px;
}

.category-description {
    background: #f2f2f2;
    border-top: 1px solid #e1e1e1;
    color: #505050;
    display: table;
    font-size: 13px;
    height: 72px;
    line-height: 18px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 270px;
    z-index: 1;
}

.catalog-blocks {
    width: 23%;
    float: left;
    margin: 0 10px 10px 0;
}

.category-description .vertical {
    display: table-cell;
    height: 72px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.category-name {
    color: #1e1e1e;
    font-weight: normal;
    margin: 0 0 4px;
    font-size: 200%;
}

.category-name a {
    color: #1e1e1e;
  border-bottom: none;
}

.allbutton {
display: block;
    margin: 20px auto;
    background: #ef6d05;
    color: #fff !important;
    padding: 15px;
    width: 70%;
    text-align: center;
    font-size: 20px;
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.allbutton:hover {
 background:#fb903b;
}


.page-title {
    min-height: 39px;
    background-color: #66b7d0;
    padding: 2px 5px 0 10px;
    margin: 0 0 10px 0;
    max-width: 100%;
    border-radius: 3px;
}

.doppstyle {
padding: 0 20px 10px 20px;
    font-size: 0.74rem;
}

.doppstyle2 {
    margin: 10px 0 0 30px;
    display: inline-block;
  border-bottom: 1px dotted;
}

.doppstyle2 a {
color: #0687b5;
}

.dosthead {
    padding: 0px 10px 0 0;
    display: inline-block;
    font-size: 16px;
}

.badge {
    height: 64px;
      width: 64px;
        position: absolute;
        z-index: 10;
    }

  .badge.top {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAQHSURBVHja5Fs9bxNBEF1/YMB8BEvQOoljC0w+mlBTgcQfgApKnAahuAKJFkWCBlOkiGuqCOKAQUKCirSkpiIStKAEiSghxLGZueycFit33rvb2707rzSyz7J8em/em5ndk1Obd5nJNQrxEqKi+b4piBzE06xB8OMQryGmDd1/EeJx2tDNMeNvDYJ/DnEPYt8EASWIFsRlg+Dn6SJtwPMIftIg+Lr4gU4CyhDvIGYMg++JH2Y1gm9DXIqC7HUroAjxKorgdRAwwav9TFQ837/CtECF9/lqFDPvi4BCsyf1va1aCqv9ihP4zOgsO11bZtvNW+zg27ox8KFYAMDjhPcGYsoJ/Jn6B5a+UGLHqteMyD40CwB4lP2q05BD4FP5Attdecj+vH9iLPPKFQDgS7Lguz822N6npnHwygjgnm/JgO/tbFnyp2uT4JUQAODLbq0OQYqy//3sukWCSIpOzyslgINvOxW841dr1it6nTyPVV8hCZT5nnYChFZ35IR34sYDlr+9ZAFEv4sFTxEJvmUfmABe8Npu+3kC5AQwIAmBZB+IAN7qBh5miAOOLAm5Kze1yP6/RHk8Exxz8zxVeXp/rrFpA0WAIuD+LoFDkcRcoET2fhUwxmf7KSfPjyx8tcDgQpCkgr21pk2CkxIkwdeZ4iVLQGXQri59vmS3PCJh/8tHWw2YeTcS/Bxm6CKgxDM/6SR7BLXzYs6q9iIJpIAsyBsVIZJwam5ZW6sLQgBNeFW3ISc3e1i8+kmwNxyCLZAEVAbOBbpand/N0AQH71jtsWqT3Hf5Z0gCDUH5O0sWaCQEixwCx+ttIEFnq/OjgPKgPi96HEkQPS0qQZwHdE54QQgouh1miAt3dbbP+wASCWKr0znh+bUAbWmn3TyPu7kOAO+AAro4xHCApAjWZwe0iuTeX4vsnQYh18MMXDjbI5ijWhh6G0k54NH5vm4pxJIZEEbv3cAXmr15mDSZCQLGueelnthgtlHymSJ/dZC3dfCx1pQachA8H7W1EpDlE94q8/C4irJMZJx99NmWvEgKWsLUhOeFgBYLcG6PRFCrQwtQ4RP3BYPAQ/Z7pgjALnAx6I+Qv8VTXhnwKHuT4ImAv0F/hKo/7gdkWx153vRScija/bnh5etGPe9lFJZe5H3q+3HIvNgGf8HriIZ7aZ3wtFogbrLXTUBohxmRqQFxk70uBURW9joIiLTsw7ZA5GUfpgJiBV41AbHwfFgWiF3mVSogtuBVEBBL2auyQKwzH1QBiQDvl4DEgPdDQOw9H4SABtP0uCqKBCQu814ISCx4mTaYqILnVQGJB+9GQKJlP8gCQ5F5JwU0hgk8EZAZNtn3E3CSHf6ReOjAEwELEPeTNuHJrn8CDAA4n8ZB8plbLgAAAABJRU5ErkJggg==);
    }
  .badge.new {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAX4SURBVHja5FtNaFRXFL4ZY0DMIG6sA7Yx0WmiNgUNiC4ybiL+dFWobRciKF2J2gnFihZX/tFsjC0tXZS2qIs2to2jbVpQkEwWutEIoqgj3Sj4g6CQcTPBpue78870zmRe3r3z/jJvLlxm5s2D8fvOd875zn2xadNQnwhxtdH+lXYy4N9tot1Ce6A5RPDttDO0u0P6/W9oH42F9OOI+B8hgj9Few/tyTIF/L3tku+/vPncxg56Gaa9cqb7WltaxYnUgBh/ekP89c+f4vGrx16CT/OHQFOAwLdZ4Fc53bur+xORXJiU+8Ouj8TYo6wYISJAiEvw/eqF5gDBL6eX8zrgsRD1rR3vSeBYqxetEb1LUpKA8Wc3xNDdX2oFP6VejAUI/qITeMieV+5FToIH8GNXj4hT108WiXhjjVTHj1tPS3UYyn6q8ovmAMC/RS+/0e7SkX2+kBc/3Ppefs4+HJVRx3WoASmA7/CeSTLN+coV8xn8Mqvav+t0L6IPYE+UYgcFQPKoAdlHo+Kr64OSIMhfMwWm5XxgBBD4pCX7bh3wAIZKv3h+ouw75DvWE/MuYCt73wmwqv3vtFc43buvJy3bHUgYe5gtyZsXIg1iUAtqbXUzrWYfwLdb1f6dme4DUMgakcV7kIDKDyK+7vuWFDEhow9SsPOTEzW3usAIsGR/3snkoJIj8lsI+MHs5//3fbqmtj2u+Ch8BjmfNvk3z1m+raP0YfuqHW4d3gUn8JzPhX8Loq9tI4HsEd/dpIhP5iXgwuuCOHbtiDh754y8B5Ue7/0A7xkBVs5nnGQPeQMg1u3nt6uSwJ/HKD3Gn46XiqAf4D0pgpbJcWx1aGU/bTlTMi8go3fJBlngcA01gPu8tL+dH/uS854qQHF4jrJH5BFd7NzLnNi/9oC8/tmVdFnkoQTIPvNg2NfIu1aA0uq6nGSPiAIUF7wTqS/lKz6zsWH3xwZIBzxNr2m3Co65KHhaJueLdYelvFUSADpBhiehmB6QsPfybvmd37J3RYDV6owOM3i2n66EAZOBpizytKcCJ4DAL9VxeOpUx1V8goxMNRLQ503Be+ldYobgtVodgMLoqBMbn+pUkoCeH0S1d0WAInvHqQ45nHtxX9pbkID3uIYhB4ArSTDJea9kb2SFrYKXcZI95vbUmxskYIyt7Pexir3+bQkWJIAAuD7ded5r2WsToJzhrXAyOZzLIAJLJQHAkRo89qLah5Xz2ilgHWZc1HF4AA8X90HmfRlVRBvXz1FrG7EmPB5w3BxgBqYAy+Fd0I08jAsizlHuXZiSSoCd5WhDCfGW+KyJvC0B1hme1mEGjqvynfmy0VVK/OpuIiIuHR9GXpCDe4N0eDWlgFXwtE2Onb3F9da5RdnzQYYu+CBkb6cArcMMRBnRZgUM3fu5VNlL9na+EJ/29Mv8Nzi/DzTyvJqsp8PtQuPcHkdV3L8lY4qhAXCQwAutL4hqT6p1nQJLhcYTG35UdTB7QALD5tkdA4+aDgDP72ej7CtTYFjH4bFxUZ/NQd5weKjw+B7fsdsL2+GZENBpMtVV6wQggIueprsLLeerpUDB7kt+Olus4qMyzyunt0RronTQGeZU57kVRrQPrT8s4nPjUtaQO87wYH4AGs/t4Pj4mZ1J5MPM+Wpd4CW9LrBTAFd2zm20N/b7WADPvj+MyLvtAtMI4IFFLX4wOTzJFb1+UhY/yD7snPeiDZZFHEfXkLk65jIh6hwPZ1evsretAZA4Nhc6RDlFea+e4WGzEkzAh9nqtBWgyhwkMHh8ZqMzof+Q0vMDzEDOA1QSUA/Y93OP3zmyw+QvM/rFLF8xu3M9VQlqTYiC7LVOhFQScLBRzQXWq+y1zwSZBDhAXW8/WxyeJ0aoFtkLh7/JqSsFGIKvq8g71oBGAO8FAXXR6vxKgbqOvFsFRAJ8rQREBnwtBNR9zrshYFBo/O1tVAmIXORNCIgseJ02GKmCZ6qAyIOfiYBIy94pBRoi8nYKGGwk8EzAnEaTfSUB80TxPxI3HHgm4DjtfVFzeLrrPwEGAHv4SIGQ2ieVAAAAAElFTkSuQmCC) no-repeat;
    }

.relpos {position: relative;}


@media (max-width: 640px) {
  .grid-inline {text-align: center;}
  .grid-inline-dop {text-align: left !important;}
  }

@media (min-width: 641px) {
  .mob-number {
    display: none !important;
    text-align: center;
  } 
  }

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

}

#pvz {
  border: 1px solid #f14406 !important;
      margin-left: 40px !important;
}


.co-tabs-content select {
border: 1px solid #f14406;
      margin-left: 40px;
}


#create_order {
	margin-left: 10px;
}

#delivery_error_1249320 {
display:none !important;
}

#delivery_details_1249320 {
display:none !important;
}

#delivery_details_1249330 {
display:none !important;
}

#delivery_error_1249330 {
display:none !important;
}

.tabs-controls--horizontal > .tabs-node, .tubs-controls--horizontal > .tubs-node {
    background-color: #f79242;
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    border: none;
    margin: 0 1px 1px 0;
    padding: 15px 25px;
    float: left;
    list-style: none;
    text-transform: inherit;
}
.tabs-controls--horizontal > .tabs-node2, .tubs-controls--horizontal > .tubs-node {
    background-color: #f79242;
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    border: none;
    margin: 0 1px 1px 0;
    padding: 15px 25px;
    float: left;
    list-style: none;
    text-transform: inherit;
}


.tabs-controls--horizontal2 > .tabs-node, .tubs-controls--horizontal > .tubs-node {
    background-color: #f79242;
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    border: none;
    margin: 0 1px 1px 0;
    padding: 15px 25px;
    float: left;
    list-style: none;
    text-transform: inherit;
}
.tabs-controls--horizontal2 > .tabs-node2, .tubs-controls--horizontal > .tubs-node {
    background-color: #f79242;
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    border: none;
    margin: 0 1px 1px 0;
    padding: 15px 25px;
    float: left;
    list-style: none;
    text-transform: inherit;
}

@media (min-width: 480px) {
.tabs-controls--horizontal2 {
   display:none;
}}

.product-sku {
    font-size: 0.9em;
    color: #545454;
}

.alarm3 {
    padding: 10px;
    font-size: 1em;
    color: #e81313;
    background: #ffdfc4;
    margin: -10px -15px 10px -15px;
}

.price2 {
margin: 3px 0 5px 0;
display: block;
}

.price3 {
margin: 3px 0 5px 0;
display: block;
}

.co-input--error .co-input-field {
    -webkit-box-shadow: 0px 0px 1px 1px #d80a06;
    box-shadow: 0px 0px 3px 3px #ec0c07;
}

._shiptor_widget_content {
    min-height: 250px;
}


#idost {
width: 100%;
height: 500px;
border: none;
max-width: 900px;
}

#edost_select_delivery {
display: none;
}



.modalDialog {
		position: fixed;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 50%;
        min-width: 300px;;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 5px;
		background: #fff;
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }

#dostbut2 {
  color: #ffffff;
  border-bottom: 1px solid;
  background: #f36521;
  padding: 10px 10px 10px 10px;
  font-size: 0.8em;
}

#dostbut2:hover {
  background: #f34616;
}

#dostbut {
color:#ef6d05;
}

#dostbut a {
    margin: 20px 0 0 0px;
    font-size: 0.9em;
    background: url(https://static-internal.insales.ru/files/1/5120/3331072/original/bystrodostavka2.gif) no-repeat;
    padding: 4px 0 5px 45px;
    text-decoration: underline;
}

.editor {
    font-family: 'Roboto', Arial;
}

.product {
    font-family: 'Roboto', Arial;
  width: 100%;
  padding: 0;
}

.product h1 {
color:#5b5b5b;
}

.electrotitle {
color:#5b5b5b;
}

.menu-over1 {
    margin-left: -25px;
}

.menu--collection {
    border-left: none;
}

.menu--collection li {
    padding-left: 24px;
    margin: 5px 0 0 0;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 2px 0 2px 17px;;
}

.menu--collection li li {
    background: #dcdcdc;
      margin-right: 7px;
}

.menu-node--collection_lvl_1 .menu-node--current a {
text-decoration: underline;
}



/*.menu--collection li:hover {
    background: #dcdcdc;
}*/
.menu-node--collection_lvl_1 a:hover {
    text-decoration: underline;
}

.menu-node--collection_lvl_2 {
    text-decoration: none;
}


.menu--collection li:hover li {
    text-decoration: none;
}

.menu--vertical {
margin: 0;
}

.number {
float:left;
padding: 1px 0 0 100px;}

.number2 {
float:left;
  padding: 11px 0 0 70px;
}


.number3 {
  padding: 5px 0 0 0;
}

.logo222 {
    float: left !important;
}
.telvr {
    padding-bottom: 5px;
    color: #000;
}

.telvr2 {
    font-size: 90%;
    color: #444;
    padding: 8px 0 0 0;
}
.telvr3 {
    font-size: 90%;
    color: #444;
    margin-top: 3px;
  }

.zakazzvonok {
    display: inline-block;
    background: #e4e2e2;
    padding: 1px 7px 1px 7px;
    color: #2b2b2b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    font-weight: 500;
    border: none !important;
}

.zakazzvonok2 {
    display: inline-block;
    color: #f34616;
    font-weight: 600;
    border-bottom: 1px dotted #f34616;
    font-size: 12pt;

}

@media (max-width: 702px) {
.number {
padding: 20px 0 0 0;
}

.number2 {
  padding: 12px 0 0 0;
}
}


.lg-grid-99 {
    
    padding: 0;

  }

.lg-grid-33 {
    width: 18%;
  }

.hometable .product_preview {
    min-height: 330px;
}

.lg-grid-3-2 .product_preview {
min-height: 320px;
}

.logotext {
    font-size: 15.8px;
    color: #4da4bf;
    font-weight: 500;
    margin-top: -5px;
    display: block;
    letter-spacing: -0.015em;
}

.headerregister {
	float: right;
	white-space: nowrap;
	margin-top: 5px;
}

.headerregister a {
font-size: 14px;
  border: none;
  margin-left: 5px;
}


#convead_widget_43128 {
width: 100%;
}

#convead_widget_43128 .cnv-widget_containers .cnv-widget__offers-preview {
    line-height: 120px;
    width: 100%;
    margin: 10px auto;
    background-color: white;
    text-align: center;
}

#convead_widget_43128 .cnv-widget_containers .cnv-widget__offers-preview-img {
    display: inline-block;
    vertical-align: middle;
    /*width: 270px;*/
    height: 180px;
}

#convead_widget_43128 .cnv-widget_workarea {
border: none !important;
}

#convead_widget_43128 .cnv-widget_containers .cnv-widget__offers-item {
      width: 33%;
}

@media (min-width: 425px) and (max-width: 693px) {
  #convead_widget_43128 .cnv-widget_containers .cnv-widget__offers-item {
    width: 50%;
  }
} 


@media (max-width: 425px) {
  #convead_widget_43128 .cnv-widget_containers .cnv-widget__offers-item {
    width: 100%;
  }
} 
.CDEK-widget__sidebar {display: none !important;}

#myvsoc {
    margin: 0 auto;
    width: 100%;
}

.owl-stage-outer .product_preview-link {
    width: 260px;
}

.menu-over2 .menu--collection li {
    padding-left: 24px;
    margin: 5px 10px 0 0;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 2px 0 2px 20px;
    width: 24%;
    float: left;
}

.menu-over2 .menu--collection li:hover {
    background: #e2e2e2 !important;
}
  
.otzyv2 {
  width: 30%;
  display: inline-block;
  padding: 65px 0 0 30px;
}
  
@media (max-width: 1100px) {
  .product-description {
    width: 100%;
  }
  .otzyv2  {
    display: none;
    min-width: 100%;
    padding: 0;
  }
}

#toptab2 {
width: 68%;
  float: left;
}

@media (max-width: 1100px) {
  .menu-over2 .menu--collection li {
    padding-left: 7px;
    margin: 5px 8px 0 0;
    background: #f1f1f1;
    border-radius: 5px;
    width: 47%;
    float: left;
  }
  
  #toptab2 {
    width: 100%;
}
  
   .menu-over2 .menu--collection .menu-link {
    padding: 2px 30px 2px 0;
    color: #615e5e;
    font-size: 1.1em;
    font-family: 'Roboto', Arial, sans-serif;
    height: 45px;
    vertical-align: middle;
    display: table-cell;
}
  
}


.menu-over22 .menu--collection li {
    padding-left: 24px;
    margin: 5px 10px 0 0;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 2px 0 2px 20px;
    width: 24%;
    float: left;
}

.menu-over22 .menu--collection li:hover {
    background: #e2e2e2 !important;
}

@media (max-width: 1100px) {
  .menu-over22 .menu--collection li {
    padding-left: 7px;
    margin: 5px 8px 0 0;
    background: #f1f1f1;
    border-radius: 5px;
    width: 47%;
    float: left;
  }
  
  #toptab2 {
    width: 100%;
}
  
   .menu-over22 .menu--collection .menu-link {
    padding: 2px 30px 2px 0;
    color: #615e5e;
    font-size: 1.0em;
    font-family: 'Roboto', Arial, sans-serif;
    height: 45px;
    vertical-align: middle;
    display: table-cell;
}
  
}


@media (min-width: 801px) {
  .menu-over22 {
    display: none;
  }
  #prisoed {
    display: none;
  }
    .logotext {display: none;}
}

@media (max-width: 800px) {
  .yt-bannertop-over {
    display: none;
  }
  
}



.accent {
color: #717171;
padding-right: 10px;
}

.accent2 {
color: #717171;
padding-right: 10px;
  width: 100px;
}

.hc__mix {
	box-shadow: none !important;
    -webkit-box-shadow: none !important;
  border: 1px solid #f5f5f5;
  border-radius: none;
}


#footer-logo {
  width: 70px;
  height: 70px;
  display: inline-block;
  float: left;
}

.footer-title {
    display: inline-block;
    width: 290px;
    margin: 0 0 10px 10px;
    line-height: 24px;
  font-size: 12px;
}

.footer-title-in {
    font-size: 16px;
    font-weight: 500;
}

.footer-number {
font-size: 28px;
  font-weight: 700;
}

.footer-social {
margin: 0 0 20px 0;
}

.footer-kontakt {
margin-bottom: 20px !important;
}

.foot-soc {
     width: 30px;
     height: 30px;
     display: inline-block;
     margin-left: 8px;
     border: 1px solid #66b7d0 !important;
     border-radius: 3px;   
}

.soc-yt {
background: url(https://static-internal.insales.ru/files/1/2902/4918102/original/sprites.png) no-repeat;
}
  
.soc-vk {
background: url(https://static-internal.insales.ru/files/1/2902/4918102/original/sprites.png) no-repeat;
background-position: -36px 0;
}

.soc-ok {
background: url(https://static-internal.insales.ru/files/1/2902/4918102/original/sprites.png) no-repeat;
background-position: -72px 0;
}

.soc-fb {
background: url(https://static-internal.insales.ru/files/1/2902/4918102/original/sprites.png) no-repeat;
background-position: -108px 0;
}

.soc-in {
background: url(https://static-internal.insales.ru/files/1/2902/4918102/original/sprites.png) no-repeat;
background-position: -216px 0;
}

.footer_block {
    width: 31%;
}
  
.cnv-widget_component .rekom2 {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Roboto', Arial;
    border-top: 1px solid #d2d2d2;
    padding: 20px 0 0 0;
}  
  
.cnv-widget__offers-name {
    font-size: 16px !important;
    color: #0087b9 !important;
    font-weight: 700 !important;
}

.cnv-widget_containers .cnv-widget__offers-price {
     font-size: 22px;
    color: #f34b09;
    font-weight: 700;
}

.option_selector-container  {
    max-width: 315px;
}

.hc__mix__title {
    font-weight: 200 !important;
    color: #545454 !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    padding-left: 0 !important;
    border-left: 3px solid #e03a3a !important;
    border-left: none !important;
    text-transform: inherit !important;
}

#left-prod-bl {

}


.prbl1{
    width: auto;
    float: left;
    margin-right: 30px;
}

.prbl2{
    display: block;
    width: auto;
    float: left;
    min-width: 340px;

}

.product-add-box-right {
    width: 49%;
    float: right;
}

.product-add-box-left {
    width: 43%;
    float: left;
}

.free-dost {
    margin: 0;
    font-size: 0.9em;
    background: url(https://static-internal.insales.ru/files/1/342/4931926/original/free-ship.png) no-repeat;
    padding: 4px 0 5px 45px;
} 

.add-wish {
    margin: 0;
    font-size: 0.9em;
}

.add-wish a {
    display: inline-block;
    background: url(like.png) no-repeat;
    padding: 4px 0 5px 45px;
	color: #ef6d05;
	text-decoration: underline;
}

.add-wish--short {margin: 0px; position: absolute; z-index: 2; top: 0px; right: 0px;}
.add-wish--short a {display: block; padding: 0px; width: 25px; height: 25px; /*background-color: #fff;*/ border-radius: 50%; padding: 7px; background-position: center; background-size: 50%;}

.add-wish .js-favorite-open {
   display: none;
   background-image: url(like-active.png);
}

.add-wish .js-favorite-remove {
   background-image: url(remove-active.png);
}

.add-wish.favorite-trigger--added .js-favorite-open {
   display: inline-block;
}

.add-wish.favorite-trigger--added .js-favorite-add {
   display: none;
}
.js-favorites-counter {
	display: inline-block;
	background: #ff6833;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
     position: absolute;
    padding: 2px 10px;
    line-height: 13px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    bottom: 92%;
    right: -5px;
}
  
.menu--horizontal .fa {
    font-size: 29px !important;
}

.small_label .button--buy_invert {
    width: 70%;
    max-width: 200px;
    padding: 10px !important;
}

.small_label .field-content a {
    color: #ffffff;
    padding: 10px 0;
    background: #2896e6;
    background: #2896e6;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 70%;
    display: block;
    max-width: 200px;
    text-align: center;
}

.for-delivery {
/*width: 100%;
min-height: 20px;
border: 1px solid #ccc;
margin-top: 20px;*/
}

@media (min-width: 801px) {
  
#header-for-adopt {
  display: none;
  }

}


@media (max-width: 800px) {
  
  
  #create_order{
  width: 96%;
  }
  .cart_item-quantity {
  margin-left: 25% !important;
  }
  
  .cart_item-prices--total {
  width: 50% !important;
  }

  form#options {
  display: block;
    margin: 2px 0 0 8px;
    float: left;
    width: 96%;
  }
  .collection-panel {
      width: 100%;
    margin: 0;
    padding: 6px 5px;
  }
  
  .collection-panel table {
  width:100%;
  }
  
  form#options select {
    width: 100%;
}
  
.sort_by .sort_by-option {
  width: 98%;
    padding: 0 0 5px 0 !important;
    margin: 0;
  }
  
  .padded-inner-sides {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    border: none !important;
}

.menu-node--top:last-child {
    border-right: none;
}

.menu-node--top {
    border-left: none;
}
.panel2 {
    position: inherit;
    background: none;
    padding-bottom: 5px;
    width: auto;
    -moz-box-shadow: 0px 2px 10px 2px #333333;
    box-shadow: none;
}

  .adaptive .mc-grid-9 {
    width: 76%;
}

.adaptive .product-quantity {
   width: 23% !important;
   margin-right: 1px;
  }
  
  .cart_widget-total {
 display: none;
  }

.button23 {
  display: none;
  background: none;
}

.cart_widget--bottom {
  background: none;
}
  
.section--top_panel .xs-grid-10 {
    position: absolute;
    width: 100%;
    background: #cacaca;
    top: 48px;
    left: 0;
    margin: 0 auto;
    padding: 8px 0 3px 0;
    text-align: center;
}  
  
  
.section--top_panel .xs-grid-11 {
    position: absolute;
    width: 100%;
    background: #cacaca;
    top: 46px;
    left: 0;
    margin: 0 auto;
    padding: 8px 0 3px 0;
    text-align: center;
    display: block;
}  


.section--top_panel .mc-grid-9 {
    width: auto;
    margin: -8px 0 0 0;
    padding: 0 0 0 10px;
    height: 20px;
}
  
  
.section--top_panel  .cart_widget {
  float: right !important; }
  
  
  
  
.section--top_panel .mc-grid-9:hover {
    border: none;
}
  
  .section--top_panel .mc-grid-9:focus {
    border: none;
}

.section--top_panel .wrap {
    background-color: #f96733;
} 
  
.cart_widget--bottom .cart_widget-link:hover {
    color: #fff;
}  
  
.section--top_panel input {
    border-radius: 2px;
}
  
.section--top_panel .menu {
  border-left: none;
  }
  
  .menu-node--top > .menu-link {
padding: 0;
  }  

.adaptive .xs-grid-2 {
    width: 12%;
}
  
  .tel-adapt {
      display: block;
    width: 24px;
    float: left;
    padding: 3px 0 0 10px;
  }  
 
.cart-items_list .mc-grid-3 {
    width: 18%;
    margin-left: 0;
} 
  
.cart .cart-title {margin: 0;}

.cart .cart_total-title {margin: 0;}
 
.cart_item .cart_item-image {padding: 0;} 
  
  .cart_item .cart_item-title {
    margin: 0; 
    width: 70%;
    text-align: left;
    padding: 0 0 0 3px;
}

.section--top_panel {
    font-size: 18px;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
 
.section--header {
  padding-top: 35px;
  }

.prbl2 {
min-width: 100%;  
  } 
  
.adaptive .mc-grid-3 {
    margin-left: 0;
}
  
  .banner-top ul {
        margin: 0;
    padding: 10px;} 
 
  .product-add-box-left, .product-add-box-right {
      width: auto;
      float: none;
  }  
  
.product .tabs-controls {
    width: 100%;
}  
  
#tabs-prod {
    width: 100% !important;
    max-width:
}    

#2str {
      width: 100%;
  }
  
  #logo112 {
    text-align: left;
    width: 100%;
    padding: 5px 0 0 10px !important;
     margin: 0 !important;
  }  
  
#logo11 {
    text-align: left;
    width: 100%;
    padding: 0 !important;
     margin: 0 !important;
  }  
  
.logo222 img {
    float: none;
    width: 36%;
    padding: 6px 0 0 0;
    margin: 0 32% 0;
  }
  
  .logo222 .logotext {
    font-size: 25px;
    color: #424242;
    font-weight: 500;
    margin-top: 1px;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: -15px;
    font-size: 14px;
  }
  
.button:hover {
    
}  
  
.button--buy:hover {
    background-color: #056a8c;
}
    
  

label + .hidden-search {
	display: none;
}
#search-open:checked + label + .hidden-search {
	display: block;
}  
  
#search-open {
  display: none;
}
 
.section--top_panel label {
  color: #000;
  cursor: default;
  font-weight: normal;
  line-height: 30px;
  padding: 10px 0;
  vertical-align: middle;
}
 
.section--top_panel label:before {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.667%2018.167l-5.834-5.834c1-1.333%201.667-3%201.667-4.666C15.5%203.333%2012%200%207.833%200%203.5%200%20.167%203.5.167%207.667c0%204.333%203.5%207.666%207.666%207.666%201.834%200%203.334-.666%204.667-1.666l5.833%205.833c.96.96%202.096-.19%201.334-1.333zM2%207.667A5.62%205.62%200%200%201%207.667%202a5.62%205.62%200%200%201%205.666%205.667%205.62%205.62%200%200%201-5.666%205.666C4.5%2013.333%202%2010.667%202%207.667z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 2px;
    float: left;
}

  .number, .number2, #logo11 {
  display: none;
  }
  
  .lk-but {
  display: none !important;
  }  

  .lkbt2 {
    width: 30px;
    background: url(https://static-internal.insales.ru/files/1/3349/4951317/original/lkbut.png) no-repeat;
    display: block;
    float: left;
    height: 30px;
    background-size: 23px;

    margin: 0 0 0 12px;
    background-position: 1px 1px;
  }  
  
  .review-form {
  width: 95%;
    padding: 5px;
  }  
  
  .catalog-blocks {
    width: 48%;
    float: left;
    margin: 0 5px 10px 0;
}
  
  .category-name a {
    color: #1e1e1e;
    border-bottom: none;
    font-size: 14px;
}
  
.komandblock {
    padding: 0 10px 0 10px;
    min-height: 350px;
    font-size: 12px;
}
 
  .komname {
    font-size: 12px;
    padding: 0px;
    display: block;
}

  .co-modal {
      z-index: 99999;
  }
    
}


@media (max-width: 460px) {
.logo222 .logotext {
 font-size: 18px;
    padding: 5px 0;
}
}

.geo-city a {
    color: #ff6833 !important;
}

#id222 {
display: none;
}

.geo-table-item-title .geo-table-item-p-title {
    font-weight: 500;
}


.podbor-det {
    width: 260px;
    display: block;
    margin: -10px 0 0 -25px;
}

#cart_order_line_179021670 {
display: none;
}

.co-social_login-box {
margin: -25px 0 0 30px;
}

.co-client-logged {
padding-top: 10px;
}

@media (max-width: 768px) {
.co-social_login-box {
margin: 0 0 0 30px;
}
}

.samovyvoz {
    padding: 5px 18px 5px;
    background-color: #ff6833;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#delivery_interval_1249320 {
color: #505050;
}

#delivery_interval_1909525, #delivery_interval_2022623 {
color: #505050;

}

@media (max-width: 1350px) {
.number {
    float: left;
    padding:1px 0 0 10px;
}}
  
.product-dostopl {
  width: 58%;
  } 

@media (max-width: 1099px) {
  .product-dostopl {width: 100%;}
}

.product-dostopl ul {
   padding: 0 0 0 17px;
  margin: 0 0 10px;
}

.product-dostopl ul li {
    margin: 0 0 8px 0;
}

.product-dostopl ul li.headopdos {
   list-style-type: none;
}

.product-dostopl ul li span{
    color: #ef6d05;
} 

.button--buy_invert2 {
    color: #0099CC;
    background: #ffffff !important;
    padding: 1px 18px 1px 18px !important;
    border: 2px solid #0099CC;
    max-width: 240px;
    min-width: 240px;
    margin: 0 0 0 23%;
    display: block !important;
}

@media (max-width: 480px) {

#left-prod-bl .button--buy_invert2 {
   padding: 0px 0px !important;
   margin: 0 0 0 23% !important;
  
}
  } }

.button--buy_invert2:hover {
    color: #fff;
    background: #0099CC !important;
}

.page_404-content .product_preview-link {
	color: #0087b9 !important;
    border: none !important;
}

.discounts {
    float: left;
    width: 37%;
    margin: 0 0 0 20px;
}

.row22 {
    width: 37%;
    float: left;
}

.knop {
    margin: 0 0 0 20px;
}

.cart_total .lg-grid-6 {
  width: auto !important;
}
  
.cart_total .ravno{
    width: 100% !important;
  margin: 0 0 0 20px;
}
   
@media (max-width: 702px) {

  .cart-items_list {
    width: 98%;}
  
  .cart_total {
    width: 100%;
    margin: 0;}
  
  .discounts {
    width: 100%;}
  
  .discounts-field {
    width: 140px;
}
  
}

.button--buy_invert12 {
    color: #0099CC;
    background: #ffffff !important;
    padding: 1px 18px 1px 18px !important;
    border: 2px solid #0099CC;
    max-width: 240px;
    min-width: 240px;
    display: block !important;
}

.button--buy_invert12:hover {
    color: #fff;
    background: #0099CC !important;
}

#discdescr {
    margin: -5px 0 0 0;
}

.discount-title {
    width: auto !important;
    float: left;
    text-align: left;
}

.discounts-list {
    margin-bottom: 1rem;
    width: 100%;
}

.prices-current-old {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    color: #848484;}


.prices-current-old:before {
border-bottom: 2px solid #d41515;
    position: absolute;
    content: "";
    left: -6px;
    width: 113%;
    height: 45%;
    transform: rotate(-9deg);
}

.prices-current-old2 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #848484;
    text-decoration: line-through;
}

.dr19 {
padding-left: 20px;
}
  
.dr7pl {
    border-radius: 2px;
    display: inline-block;
    background-color: #f34b09;
    color: #fff;
    padding: 2px 10px;
    font-size: 18px;
    margin: 10px 0 0 0;
}


#adaptkat .menu--collection li {
    padding-left: 20px;
    margin: 5px 0 0 0;
    background: none;
    border-radius: 5px;
    padding: 2px 0 2px 12px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 400;
    color: #646464;
}

#adaptkat .menu--collection li a {
    font-weight: 400;
    color: #646464;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}

.cart-block {
  margin-top: -5px;
}


.nam7 {
    margin: 8px auto 0px;

}

.nam7 img {
display: block;
    margin: 0 auto;
}

.menu-over1 .menu {
	border-left: none !important;
}

.menu-over1 .button--toggler {
     margin: -1px 4px 0 0;
     font-size: 16px !important;
  padding: 2px 0 0 0;
}

.doppunkt {
display: inline-block;
    float: left;
    color: #fff;
    padding: 15px 13px 15px 0;
    border-right: 1px solid #fff;
}

.doppunkt: hover {
  background-color: #d0360b;
  color: #fff;}

#dropmenpoint {
position: relative;
}

#dropmenpoint:hover {
background-color: rgb(208, 54, 11);
}


#dropmenpoint .menu--collection {
    display: none;
    position: absolute;
    width: 136%;
    top: 49px;
    left: -15px;
    background-color: white;
    z-index: 99999;
    -moz-box-shadow: 3px 3px 7px -5px rgba(59,59,59,1);
    -webkit-box-shadow: 2px 2px 13px -2px rgba(59,59,59,0.78);
    -moz-box-shadow: 2px 2px 13px -2px rgba(59,59,59,0.78);
    box-shadow: 2px 2px 13px -2px rgba(59,59,59,0.78);
    padding: 10px;
}

div#dropmenpoint:hover ul.menu--collection {
 display: block !important;
}

#dropmenpoint .menu {
	border-left: none !important;
}

#dropmenpoint .button--toggler {
     margin: -1px 4px 0 0;
     font-size: 16px !important;
  padding: 2px 0 0 0;
}

.smm-fixed-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -14px;
}

.smm-fixed-links a {color: #fff !important;}

.smm-fixed-links .links {
    height: 31px;
    width: 31px;
    margin-left: 14px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}


.smm-fixed-links .links.wtsup {
    background-color: #26c111;
    background-size: 65%;
}

.smm-fixed-links .links.vkcom {
    background-color: #5682b0;
    background-size: 65%;
}

.smm-fixed-links .links.fb-mes {
    background-color: #45baff;
    background-size: 65%;
}

.smm-fixed-links .links.wtsup {
    background-image: url(https://static-ru.insales.ru/files/1/8147/10182611/original/Whatsapp-512.png);
}
.smm-fixed-links .links.vkcom {
    background-image: url(https://static-ru.insales.ru/files/1/8029/10182493/original/vk-logo-black-transparent.png);
}
.smm-fixed-links .links.fb-mes {
    background-image: url(https://static-ru.insales.ru/files/1/1515/13190635/original/teleg1.png);
}

.smm-links {
    background-color: #f6f6f6;
    border-top: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed;
    margin: 0 -16px 0 -8px;
    padding: 5px 0 5px 11px;
}

.smm-links span {
    margin: 0 0 10px 0;
    display: block;
}

#dropmenpoint .menu--collection .menu-node--collection_lvl_1 {
    padding-left: 24px;
    margin: 5px 5px 0 0;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 2px 0 2px 17px;
    width: 24%;
    float: left;
}

.menu-over22 .menu-toggler {
position: absolute;
    top: 12px;
    right: 3px;
    font-size: 17px;
    padding: 1px 0 0 0;

}

.social-help a {
    text-align: center;
    width: 50px;
    height: 50px;
    float: left;
    background: #fff;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 24px;
    margin: 0 10px 10px 0;
    padding: 6px;
    color: #000;
}

.social-help2 {
     width: 50px;
    position: fixed;
    right: 32px;
    bottom: 2%;
    z-index: 99999;
}

.social-help2 span {
    text-align: center;
    width: 50px;
    height: 50px;
    float: left;
    background: #fff;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 24px;
    margin: 0 10px 10px 0;
    padding: 6px;
    color: #000;
}

.but-help {
    width: 50px;
    position: fixed;
    right: 32px;
    bottom: 85px;
    z-index: 99999;
    display:none;
}
.telegram a {background: #43bdf7; color: #fff;}
.vk a {background: #5d84ae; color: #fff;}
.whatsapp a {background: #50b154; color: #fff;}
.envelope a {background: #d0d0d0; color: #fff;}
.comments span {background: #ff7d0e; color: #fff; display: block; width:50px; height:50px;}
.but-help a:hover {
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);}

.fa-telegram:before {
    content: "\f1d8";
}

.but-help .fa-2x {
    font-size: 2.3em;
    margin: 6px 0 0 0;
}
.fa-comments {
    margin: 6px 0 0 0;
}

.but-help-over:hover .but-help{
    display:block;
    position:fixed;
    z-index:9999;
}

.top-product {
    display: block;
    width: 21%;
    float: left;

}

.over-side-top {
position: relative;
}

.main-text p {
margin: 0 0 15px 0;
}

.article-title {
color: #4e4e4e;
margin: 0;
}

@media (max-width: 800px) {
  .pc1 {display: none;}
  .mob1 {}
}

@media (min-width: 801px) {
  .pc1 {}
  .mob1 {display: none;}
}

@media (max-width: 480px) {
#cartform .button--buy_invert12 {
   padding: 0px 15px !important;
  }}


@media (min-width: 640px) and (max-width: 1150px) {
.collection-products_list .md-grid-4 {
    min-height: 355px !important;
}}


#koltca {
border: 0;
}

#price_range_1811692 {
padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}



.discount-label {
    background-color: #ff6833;
    width: 50px;
    padding: 2px 2px 2px 7px;
    color: #fff;
    display: inline-block;
      -webkit-transform: skew(-7deg);
    transform: skew(-7deg);
    position: relative;
    left: -3px;
}

.discount-label-raspr {
    background-color: #ff6833;
    padding: 2px 2px 2px 7px;
    color: #fff;
    display: inline-block;
      -webkit-transform: skew(-7deg);
    transform: skew(-7deg);
    position: relative;
    left: -3px;
  font-size: 14px;
}

.float-price {
float: left;
}

.discount-label-over {
display: inline-block;
    overflow: hidden;
      margin: 0 0 0 5px;
}

.hidden{
  display: none;
  overflow: hidden;
}

#search-ind1 {

}

.main-logo7 {
    height: 22px;
    padding: 0 5px 0 0;
      display: inline-block;
    margin: -5px 0 0 0;
}

#top_menu2 {
display: none;
}

#logo11 {

    padding: 12px 0 0 0;
  }  
  

#logo11 img {
width: 260px;
}

.header-favor {
display: block;
    /* width: 60px; */
    position: relative;
    width: auto;
    height: 50px;
    float: right;
    margin: 23px 0 0 12px;
    font-size: 12px;
    text-align: center;
}

.header-lk {
display: block;
    width: 60px;
    position: relative;
    height: 50px;
    float: right;
    margin: 23px 0 0 0;
  font-size: 12px;
      text-align: center;
}


.header-favor .fa-shopping-cart:before {
    content: "\f004";
}
.header-lk .fa-shopping-cart:before {
    content: "\f007";
}

.3-but-bl {
padding: 5px 0 0 0;
}

.lk-but {
width:225px;
}

#dev-metod .insales_widget-delivery_header {
    border-radius: 0 !important;
      padding: 5px 0 5px 17px;
}


#dev-metod .insales_widget-delivery {
box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid #f2f2f2;
}

.product-dostopl ul li {
margin: 0; 
padding: 3px 0 0 0;
}

#dev-metod .insales_widget-open_modal {
color: #ef6f2d !important;
}

.co-input-title {
    display: block;
    font-size: 1.15rem;
}

#dev-metod {
padding: 0;
}


#price_1811692 {
    padding: 0;
}

.slider-control .fa-angle-right, .slider-control .fa-angle-left {
background-color: #fb7911;
    border: none;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px !important;
    cursor: pointer;
    border-radius: 50%;
}

.pagination-next-page {
    display: block;
    width: 90%;
    max-width: 300px;
    background: #eff3f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    margin: 0px auto 10px;
    padding: 8px;
    color: #fb7911;
    font-weight: 500;
}

.pagination-next-page:hover {
    background: #e4e4e4;
}

.katalog-page a {
	border-bottom: none;
}

.katalog-page ul {
 	margin-left:0 !important;
    padding-left: 0;
}

.katalog-page ul ul li {
	width: 100%;
}

.katalog-page li {
	width: 32%;
    min-height: 70px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
   position: relative;
  text-align: center;
  padding-left: 0;
}

.katalog-page li span {
	display: none;
}

.katalog-page li a {
position: absolute;
  top: 25%;
}
.katalog-page li:hover {
  background: #dedede;
}

.katalog-page li a:hover {
text-decoration: none;
  color: #615e5e;
}

@media (max-width: 500px) {
.katalog-page li {
	width: 100%;
}
  
  .buy_buttons_block {
    min-width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    background: #fff;
    margin-left: -21px;
    padding: 5px 0 5px 9px;
  }  
  
  .button--scroll_top {
  display: none;
  }
  
  .social-help2 {

    right: 10px;
    bottom: 10px;
    opacity: 70%;
}
  
  .comments span {
    width: 40px;
    height: 40px;
}
  
  .adaptive .product-quantity {
   width: 20% !important;
    margin-right: 1px;
}
  #left-prod-bl .button--buy_invert2 {
    margin: 0 0 0 20% !important;
}
  
  .footer-kontakt {
      margin-bottom: 160px !important;
  }
  
}

.katalog-title {
    padding-left: 15px !important;
    width: 96%;
}

.product .insales_widget-delivery_form .samovyvoz {
    display: none;
}

#zakaz1kl:hover {
background: #9fe7ff !important;
}

.tabs-controls2 {display: none !important;}

#back-top{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 999;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}


#back-top #left-prod-bl {
max-width: 1200px;
  margin: 0 auto;
}

#back-top h1 {
font-size: 20px;
margin-bottom: 1px;
}


#back-top .left-one {
width: 20%;
  float: left;
}

#back-top .grid-inline-dop2 {
float: left;
margin: 0 20px 0 0;;
}


#back-top .product-rating {

}

#back-top #zakaz1kl{
display: none !important;
}

#back-top .option_selector-label {
float: left;
margin: 2px 10px 0 0;;
}

#back-top .option_selector-container {
float: left;
}

#back-top {

}

#back-top {

}

@media (max-width: 900px) {
#back-top {
	display: none !important;
}









