.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 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.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.34em;
  float: none;
}
.grid-inline:after {
  clear: both;
  content: "";
  display: block;
}
.grid-inline > [class*="grid"],
.grid-inline > [class*="inline"] {
  display: inline-block;
  float: none !important;
  letter-spacing: 0;
  vertical-align: top;
}
@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 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .padded-inner {
    padding: 1rem;
  }
  .padded-inner-left {
    padding-left: 1rem;
  }
  .padded-inner-right {
    padding-right: 1rem;
  }
  .padded-inner-top {
    padding-top: 1rem;
  }
  .padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .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-"] {
    vertical-align: middle;
  }
  .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: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-grid-1 {
    width: 8.33333333%;
  }
  .lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .lg-grid-2 {
    width: 16.66666667%;
  }
  .lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .lg-grid-3 {
    width: 25%;
  }
  .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: 50%;
  }
  .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%;
  }
  .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%;
  }
  .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: 1rem;
  }
  .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 {
    float: right;
  }
  .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;
  }
  .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: 33.33333333%;
  }
  .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;
  }
  .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: 66.66666667%;
  }
  .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 {
    padding-bottom: 1rem;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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%;
  }
  .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: 100%;
  }
  .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: 800px) {
  .adaptive .sm-hidden {
    display: none !important;
  }
  .adaptive .sm-visible {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .adaptive .xs-hidden {
    display: none !important;
  }
  .adaptive .xs-visible {
    display: block !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: 100%;
}
.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%);
}
.cart_item .image-square,
.article_preview-preview .image-square,
.product_preview-preview .image-square {
  overflow: hidden;
  max-height: 240px;
}
.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;
}
.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;
}
.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 !important;
}
.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 {
  color: #31708f;
  background-color: #d9edf7;
}
.notice--warning {
  display: none !Important;
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.notice--danger {
  color: #a94442;
  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;
  box-sizing: border-box;
}
.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 {
  float: left;
}
.tabs-node,
.tubs-node {
  display: block;
  cursor: pointer;
}
.tabs-content,
.tubs-content {
  display: none;
}
.tabs-content--active,
.tubs-content--active {
  display: block;
}
.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: 0;
  box-sizing: border-box;
}
.quantity--side .quantity-button--minus {
  bottom: 0;
}
.quantity--side .quantity-button--plus {
  top: 0;
}
.quantity--side .quantity-input {
  height: inherit;
  display: block;
}
.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;
}
.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;
}
.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;
}
.review-content {
  margin-bottom: 0.5rem;
}
.review_form-toggle {
  cursor: pointer;
}
.review_form-input {
  margin-bottom: 0.5rem;
}
.review_form-input:last-child {
  margin-bottom: 0;
}
.review_form-submit {
  cursor: pointer;
}
script[type="text/template"] {
  display: none;
}

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;
  border: 1px solid #eee;
}
/* 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: 0.5rem;
}
.product-short_description {
  margin-bottom: 0.5rem;
}
.product-description {
  margin-bottom: 0.5rem;
}
.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;
}
.option_selector {
  margin-bottom: 0.5rem;
}
.option_selector-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.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;
}
.product_preview:after {
  clear: both;
  content: "";
  display: block;
}
.product_preview-preview {
  position: relative;
}
.product_preview-tip {
  position: absolute;
}
.product_preview-link {
  display: 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 {
  	position: absolute;
  	top: 20px;
    right: 10px;
    cursor: pointer;
	font-size: 30px;
    color: #fdaeae;
}
.cart_total:after {
  clear: both;
  content: "";
  display: block;
}
.discounts:after {
  clear: both;
  content: "";
  display: block;
}
.discounts-field {
  width: 130px;
}
.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-products_list .pos-1{
	position: relative;
  	top: auto;
  	left: auto;
  	right: auto;
}
.search-products_list .pos-2{
	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
}*/
.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: transparent;
  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-content img {
  height: auto;
}
.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;
}











/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/



/* МОИ СТИЛИ */

/*
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
*/
body{
	font-family: 'Ubuntu';
  	font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
	text-transform: none !important;
}
input, textarea, button{
	outline: none;
	border: 0;
  
}
input[type="submit"], button{
	cursor: pointer;
}
a{
	cursor: pointer;
	color: inherit;
}
a:hover{
	color: #7ccbc8;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.in-top{
	display: inline-block;
	vertical-align: top;
}
.in-middle{
	display: inline-block;
	vertical-align: middle;
}
.in-bottom{
	display: inline-block;
	vertical-align: bottom;
}
.display-block{
	display: block;
}
.display-none{
	display: none;
}
.w5{
	width: 5%;
}
.w10{
	width: 10%;
}
.w15{
	width: 15%;
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w30{
	width: 30%;
}
.w33{
	width: 33%;
}
.w35{
	width: 35%;
}
.w40{
	width: 40%;
}
.w45{
	width: 45%;
}
.w50{
	width: 50%;
}
.w55{
	width: 55%;
}
.w60{
	width: 60%;
}
.w65{
	width: 65%;
}
.w67{
	width: 67%;
}
.w70{
	width: 70%;
}
.w74{
	width: 74%;
}
.w75{
	width: 75%;
}
.w80{
	width: 80%;
}
.w85{
	width: 85%;
}
.w90{
	width: 90%;
}
.w95{
	width: 95%;
}
.w100{
	width: 100%;
}
.transition{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.transition:hover{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.opacity:hover{
	opacity: 0.7;
}
.block-clear:after{
	display: table;
	content: '';
	clear: both;
}
.clear{
	clear: both;
}
.r0{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
.r3{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.r5{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.r20{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}
.r30{
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
}
.circle{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.under-solid{
	border-bottom: 1px solid;
}
.under-dashed{
	border-bottom: 1px dashed;
}
.under-dotted{
	border-bottom: 1px dotted;
}
.pointer{
	cursor: pointer;
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.overflow-hidden{
	overflow: hidden;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.v-top{
	vertical-align: top;
}
.v-middle{
	vertical-align: middle;
}
.v-bottom{
	vertical-align: bottom;
}

/*=================================================*/

.f0{
	font-size: 0;
}
.f13{
	font-size: 13px;
}
.f14{
	font-size: 14px;
}
.f15{
	font-size: 15px;
}
.f16{
	font-size: 16px;
}
.f17{
	font-size: 17px;
}
.ubuntu{
	font-family: 'Ubuntu';
}
.light{
	font-weight: 300;
}
.normal{
	font-weight: 400;
}
.medium{
	font-weight: 500;
}
.bold{
	font-weight: 700;
}
.green,
.hover-green:hover{
	color: #7ccbc8;
}
.gray{
	color: #393939;
}
.gray-2{
	color: #555;
}
.white{
	color: #fff;
}
.marg-b-30{
	margin-bottom: 30px;
}
.marg-b-40{
	margin-bottom: 40px;
}
.marg-b-50{
	margin-bottom: 50px;
}
.marg-b-60{
	margin-bottom: 60px;
}

@font-face {
    font-family: 'glober';
    src: url('glober_thin_free-webfont.eot');
    src: url('glober_thin_free-webfont.eot?#iefix') format('embedded-opentype'),
         url('glober_thin_free-webfont.woff2') format('woff2'),
         url('glober_thin_free-webfont.woff') format('woff'),
         url('glober_thin_free-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/*=================================================*/

.popup-body{
	position: absolute;
	z-index: 1000;
	display: none;
}
.popup-bg{
	position: fixed;
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.7;
}
.wrap{
	max-width: 1200px;
	padding: 0 15px;
	margin: auto;
}
.top-header{
  	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 994;
  	height: 44px;
	font-size: 13px;
	color: #fff;
	background: #252525;
	padding: 11px 0;
}
.top-header .wrap > .float-left.rel,
.top-header .wrap > .float-right.rel{
	z-index: 3;
}
.top-header .wrap > .top-links{
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.top-callme{
	cursor: pointer;
	border-color: #a1a1a1;
}
.top-header .wrap > .float-left.rel *{
	line-height: 19px;
}

.top-header .top-cart{
	margin: 0 0 0 45px;
}
.top-header .top-cart > a span{
	color: #7ccbc8;
	margin: 0 3px 0 0;
}
.top-header .top-cart > a:hover span{
	color: #fff;
}
.top-header .top-cart > a img{
	width: 22px;
}
.top-header .cart-dropdown{
	position: absolute;
	display: none;
	right: 0;
  	color: #333;
  	background: #fff;
  	border: 1px solid #eee;
  	box-shadow: none;
	min-width: 250px;
	padding: 7px 10px;
}
.top-header .top-cart:hover .cart-dropdown{
	display: block;
}
.top-header .cart-dropdown .inside{
	color: #333;
	background: #fff;
	border: 1px solid #7ccbc8;
	padding: 10px;
}
header .basket_list-title{
	display: block;
  	font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
header .basket_item,
header .basket_item:last-child{
	margin-bottom: 20px;
}
header .basket_item .lg-grid-9 a{
	display: block;
    margin: 0 0 10px 0;
}

header .cart-items span{
	display: block;
	cursor: pointer;
}
header .remove-item,
header .basket_item-delete{
	cursor: pointer;
	font-size: 16px;
	color: #ed3434;
  	margin: -1.5px 0 0 10px !important;
}
header .prices-current{
	font-weight: bold;
}
header .cart-items .one{
	padding: 10px 0;
}
header .cart-items .line{
	height: 1px;
	background: #7ccbc8;
	margin: 10px 0;
}
header .basket_list-footer{
	border-top: 1px solid #7ccbc8;
    padding: 10px 0 0 0;
}
header .basket_list-submit{
	background: #81cdcb;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    padding: 6px 12px;
    margin: 16px 0 0 0;
}
header .basket_list-submit:hover{
	color: #000;
}


.top-log-reg{
	margin: 0 0 0 46px;
}
.top-heart{
	font-size: 16px;
}
.top-links a,
.bottom-links a{
	line-height: 44px;
	font-size: 22px;
	margin: 0 7px;
}
.top-heart:hover i,
.top-links a:hover i,
.bottom-links a:hover i{
	color: #7ccbc8;
}
.logo{
	margin: 40px auto;
}
.logo img{
	width: 300px;
}
.logo h1{
	font-family: 'glober';
	font-size: 15.6px;
	color: #303030;
	margin: 11px 0 0 -2px;
}
.search{
	margin: 50px 0 0 0;
}
.search input[type="text"]{
	width: 250px;
	padding: 8px 36px 8px 1px;
	border-bottom: 1px solid #707070;
}
.search input[type="text"]:focus{
	border-bottom: 1px solid #7dcbc8;
}
.search button{
	top: 5px;
	right: 5px;
	background: transparent;
	color: #7dcbc8;
	font-size: 16px;
}
.bottom-header{
	z-index: 15;
	box-shadow: 0px 6px 6px rgba(167, 167, 167, 0.62);
}
.bottom-header:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.8;
}
.bottom-header ul.nav > li > a{
	position: relative;
	font-size: 15px;
	color: #4f4f4f;
	text-transform: uppercase;
	border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
	padding: 25px 10px;
}
.bottom-header ul.nav > li:hover > a{
	z-index: 6;
	border-left: 1px solid #7ccbc8;
    border-right: 1px solid #7ccbc8;
}
.bottom-header ul.nav{
	float: none;
}
.bottom-header ul.nav > li:hover,
.bottom-header ul.nav > li.active,
.bottom-header ul.nav > li:hover > a,
.bottom-header ul.nav > li.active > a{
	color: #7ccbc8;
	background: #fff;
}
.bottom-header ul.nav > li:before{
	position: absolute;
	z-index: 7;
	content: '';
	top: -5px;
	left: 18px;
	right: 18px;
	height: 5px;
	background: transparent;
}
.bottom-header ul.nav > li:hover:before,
.bottom-header ul.nav > li.active:before{
	background: #7ccbc8;
}
.main-carousel{
	margin: -70px 0 14px 0;
}
.main-carousel .owl-dots{
	display: none;
}
.main-carousel .owl-controls .owl-nav .owl-prev, 
.main-carousel .owl-controls .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 98px;
	color: transparent;
	font-size: 0;
	margin: -25px 0 0 0;
}
.main-carousel .owl-controls .owl-nav .owl-prev{
	left: 10%;
	background: url(owl-prev.png) 0 0 no-repeat;
}
.main-carousel .owl-controls .owl-nav .owl-next{
	right: 10%;
	background: url(owl-next.png) 0 0 no-repeat;
}

.main-carousel > .owl-controls .owl-dots{
    position: absolute;
  	bottom: 10px;
  	left: 0;
  	right: 0;
  	text-align: center;     display: none!important;

}
.main-carousel > .owl-controls .owl-dots .owl-dot{
  	position: static;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    background: #81cdcb;
    margin: 0 5px;
}
.main-carousel > .owl-controls .owl-dots .owl-dot.active{
  	background: #fdaeae;
}

.bottom-header ul.nav li .second-level{
	position: absolute;
	z-index: 5;
	opacity: 0;
	background: #fff;
	min-height: 210px;
	border-bottom: 1px solid #7ccbc8;
    border-left: 1px solid #7ccbc8;
    border-right: 1px solid #7ccbc8;
    border-top: 1px solid #7ccbc8;
	padding: 27px 210px 27px 27px;
	margin: -1px 0 0 0;
}
.bottom-header.loaded ul li:hover .second-level{
	display: block !important;
}
/*.bottom-header ul.nav li:nth-child(6) .second-level,
.bottom-header ul.nav li:nth-child(7) .second-level,
.bottom-header ul.nav li:nth-child(8) .second-level,
.bottom-header ul.nav li:nth-child(9) .second-level,
.bottom-header ul.nav li:nth-child(10) .second-level{
	right: 0;
}*/

.bottom-header ul.nav li:nth-child(n+5) .second-level{
	right: 0;
}

/*
.bottom-header ul.nav .second-level:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0px 4px 7px rgba(167, 167, 167, 0.62);
}
*/
.bottom-header ul.nav .second-level div > a{
	display: block;
	white-space: nowrap;
}
.bottom-header ul.nav .second-level div > a:hover,
.bottom-header ul.nav .second-level div.active > a{
	color: #7ccbc8;
}
.bottom-header ul.nav .second-level div > img{
	position: absolute;
	top: 30px;
	right: 30px;
	display: none;
	max-width: 150px;
	max-height: 150px;
}
.bottom-header ul.nav .second-level div:hover > img,
.bottom-header ul.nav .second-level div.active > img{
	display: block;
}
.bottom-header ul.nav .second-level .separate{
	position: absolute;
	top: 30px;
	bottom: 30px;
	width: 1px;
	background: #7ccbc8;
}
.bottom-header ul.nav .second-level .leftside{
	padding: 0 25px 0 0;
}
.bottom-header ul.nav .second-level .rightside{
	padding: 0 0 0 25px;
}
.bottom-header ul.nav .second-level .leftside,
.bottom-header ul.nav .second-level .rightside{
	float: left;
}

.bottom-header ul.nav .second-level .leftside.two,
.bottom-header ul.nav .second-level .leftside.three,
.bottom-header ul.nav .second-level .leftside.four{
	padding: 0 25px;
}

.bottom-header ul.nav .second-level .leftside > div,
.bottom-header ul.nav .second-level .rightside > div{
	padding: 2px 0;
}

.promo .float-left .inner-line{
	padding-top: 20px; 	
	padding-bottom: 20px; 	
}
.promo .float-left:nth-child(1) .inner-line{
	background: #fdaeae;	
	margin-right: 7px; 	
}
.promo .float-left:nth-child(2) .inner-line{
	background: #f5c344;
	margin-left: 7px; 	
}
.promo *{
	margin: 0;
}
.promo h2{
	font-size: 33px;
}
.promo p{
	font-size: 23px;
}
.inside-title,
.suitable-title{
	position: relative;
	font-weight: 300;
	text-align: center;
	font-size: 20px;
	color: #505050;
	max-width: 635px;
	margin: 0 auto 25px;
}
.inside-title:after,
.suitable-title:after{
	position: absolute;
	z-index: 0;
	content: '';
	left: 0;
	top: 17px;
	width: 100%;
	height: 1px;
	background: #7ccbc8;
}
.inside-title *,
.suitable-title *{
  	position: relative;
  	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	background: #fff;
	padding: 0 25px;
	margin: 0;
}
.inside-title a,
.suitable-title a{
	padding: 0 !important;
}
.item-point .pos-1 img.in-top{
	max-width: 90%;
  	max-height: 90%;
  	min-width: 260px;
	margin: 0 auto 15px;
}
.item-point .big-img img{
	min-width: 240px;
}
.collection-carousel > div{
	padding: 0 15px;
}
.collection-carousel .owl-prev,
.collection-carousel .owl-next,
.six-item-carousel .owl-prev,
.six-item-carousel .owl-next,
.js-slider--instagram .owl-prev,
.js-slider--instagram .owl-next,
#recent-products .owl-prev,
#recent-products .owl-next{
	position: absolute;
	top: 132px;
	font-size: 0;
	color: transparent;
	width: 16px;
	height: 30px;
}
.six-item-carousel .owl-prev,
.six-item-carousel .owl-next,
#recent-products .owl-prev,
#recent-products .owl-next{
	top: 50%;
  	margin-top: -15px;
}
.collection-carousel .owl-prev,
.six-item-carousel .owl-prev,
.js-slider--instagram .owl-prev,
#recent-products .owl-prev{
	left: 0;
	background: url(owl-prev.png) 0 0 no-repeat;
	background-size: 16px 30px;
}
.collection-carousel .owl-next,
.six-item-carousel .owl-next,
.js-slider--instagram .owl-next,
#recent-products .owl-next{
	right: 0;
	background: url(owl-next.png) 0 0 no-repeat;
	background-size: 16px 30px;
}
.js-slider--instagram .owl-prev,
.js-slider--instagram .owl-next{
	display: block !Important;
  	top: 0;
  	bottom: 0;
  	width: 100px;
  	height: 100%;
  	margin: 0;
}
.js-slider--instagram .owl-prev{
	left: 0;
  	background: url(prev-2.png) rgba(255, 255, 255, 0.5) center center no-repeat;
	background-size: 16px 30px;
}

.js-slider--instagram .owl-next{
	right: 0;
  	background: url(next-2.png) rgba(255, 255, 255, 0.5) center center no-repeat;
	background-size: 16px 30px;
}
.owl-carousel.js-slider--instagram .owl-item img{
	height: auto;
}

.item-point .item-text{
	color: #4a4a4a;
	font-size: 16px;
}
.item-point .item-text a{
	display: inline-block;
	line-height: 21px;
	margin: 0 0 3px 0;
}
.item-point .item-text a:hover{
	text-decoration: underline;
}
.item-point .item-text a b{
	font-weight: 400;
}
.item-point .item-text .price span.light{
	text-decoration: line-through;
}
.item-point .item-text .price span.green{
	font-size: 18px;
  	background: transparent;
}
.loadItem{
	opacity: 0;
}

.flag{
	z-index: 8;
	top: 10px;
	right: 0;
	font-size: 17px;
	text-align: center;
	line-height: 26px;
  	border-bottom: 0 !Important;
	padding: 0 10px;
}
.flag.discount{
	background: #7ccbc8;	
}
.flag.new,
.flag.ugolok-hit-prodazh{
	background: #fdaeae;
	padding: 0 15px;
}

.pos-1{
	position: absolute;
  	top: 10px;
  	left: 7px;
  	right: 7px;
  	border: 1px solid transparent;
}
.pos-2{
  	position: relative;
	opacity: 0;
  	z-index: 5;
	width: 100%;
	border: 1px solid #d8d8d8;
	/* background: #fff; */
	padding: 20px;
}
.pos-2 .price span{
	display: block;
}
.item-point{
	position: relative;
}
.item-point:hover .pos-2{
	opacity: 1;
  	z-index: 7;
}
.pos-2 p{
	color: #afafaf;
	margin: 10px 0 5px 0;
}

.color-carousel .owl-prev,
.color-carousel .owl-next{
	width: 8px;
	height: 14px;
	top: 50% !important;
	margin: -7px 0 0 0 !important;
}
.color-carousel .owl-prev{
	left: -10px;
	background: url(owl-prev_small.png) 0 0 no-repeat;
	background-size: 100% 100%; 
}
.color-carousel .owl-next{
	right: -10px;
	background: url(owl-next_small.png) 0 0 no-repeat;
	background-size: 100% 100%; 
}
.pos-2 .sizes-block{
	font-size: 16px;
	margin: 0 0 12px 0;
}

.green-bg{
	background: #81cdcb;
}
.btn{
	outline: none;
}
.pos-2 .btn{
	padding: 5px 30px;
}

.wishlist{
	cursor: pointer;
	font-size: 24px;
	color: #5d5d5d;
}
.wishlist:hover,
.wishlist.wishlist-active{
	color: #81cdcb;
}

.subscribe{
	background: url(subscribe-bg.jpg) #f6aac4 center center no-repeat;
	background-size: auto 100%;
	padding: 30px 0;
}
.subscribe h4{
	font-size: 34px;
	margin: 0 0 30px 0;
}
.subscribe .text-block{
	margin: 0 0 40px 0;
}
.subscribe .follow-us h5{
	font-size: 28px;
	margin: 0 0 20px 0;
}
.subscribe .follow-us input[type="text"],
.subscribe .follow-us input[type="email"]{
	background: transparent;
	border: 1px solid #fff;
	padding: 5px 10px;
	margin: 0 10px 0 0;
}
.width-carousel img{
	width: auto;
	height: 275px;
}

footer .footer-top{
	background: #252525;
}
footer .footer-top .col-md-4:nth-child(1),
footer .footer-top .col-md-4:nth-child(3){
	background: #212121;
}
footer .footer-top .col-md-4{
	padding: 40px 45px;
}
.logo-white{
	display: block;
	width: 200px;
}
footer .logo-white{
	margin: 0 0 20px 0;
}
footer .footer-top h1{
	font-size: 24px;
	margin: 0 0 12px 0;
}
footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li{
	margin: 0 0 5px 0;
}
footer ul li a:hover{
	color: #81cdcb;
}
footer .phone{
	font-size: 27px;
	color: #f6aac4;
}
footer a.f16.transition:hover{
	border-bottom: 1px solid transparent;
}
footer .footer-top .col-md-4:nth-child(3) .align-right{
	margin: 0 0 80px 0;
}
footer .footer-bottom{
	line-height: 70px;
	background: #fff;
}
footer .footer-bottom .wrap{
	max-width: 1100px;
}
footer .footer-bottom span{
	font-size: 12px;
}
footer .footer-bottom a{
	margin: 0 0 0 10px;
}
footer .footer-bottom a img{
	width: 50px;
	margin: 0 0 8px 0;
}

/*=================================================*/

header.inside .bottom-header{
	border-top: 1px solid #7ccbc8;
}
header.inside .bottom-header ul.nav > li:before{
	top: -3px;
}
.bread{
	padding: 30px 40px;
}
.bread a:hover,
.bread a:last-child{
	color: #7ccbc8;
}
.sidebar{
	width: 100%;
    border: 1px solid #fdaeae;
    padding: 20px 35px;
    margin: 0 0 15px 0;
}
.collection-page .sidebar{
	border: 1px solid #fdaeae;
}
.side-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.side-menu ul li{
	margin: 0 0 9px 0;
}
.side-menu .tab-title{
	position: relative;
	cursor: pointer;
	color: #707070;
	padding: 0 0 0 17px;
	margin: 10px 0 0 -17px;
}
.side-menu .tab-title i{
	top: 3px;
	left: -5px;
  	color: #919191;
  	padding: 0 5px;
}
.side-menu .tab-title.active i{
	opacity: 1;
  	color: #fdaeae;
}
.side-menu ul li a{
	color: #919191;
}
.side-menu .tab-body{
	display: none;
	border-bottom: 1px solid #7ccbc8;
	padding: 0 0 15px 0;
    margin: 19px 0 15px 0;
}
.side-menu .tab-body.active{
	display: block;
}
.new-items{
	display: block;
}
.new-items p{
	font-size: 22px;
}
.new-items .text-block{
	z-index: 2;
	top: 15px;
	left: 15px;
	line-height: 27px;
}
.if-sidebar{
	padding: 0 0 0 315px;
}
.filter{

}
.filter .show-sort{
	color: #707070;
	border-bottom: 1px solid #7ccbc8;
	padding: 0 0 7px 0;
}
.js-select{
	position: relative;
}
.js-select select{
	display: none;
}
.js-select .dropdown{
	position: absolute;
	display: none;
	z-index: 30;
}
.js-select .select-title{
	cursor: pointer;
}
.sort-select .title-text{
	display: inline-block;
}
.js-select .js-option{
	cursor: pointer;
}

.sort-select .dropdown{
	right: 0;
	text-align: left;
	white-space: nowrap;
	background: #fff;
	border: 1px solid #eee;
	padding: 5px 0;
}
.sort-select .dropdown .js-option{
	padding: 2px 10px;
}
.sort-select .dropdown .js-option:hover,
.sort-select .dropdown .js-option.selected{
	background: #eee;
}
.sort-select .go-down{
	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;
    margin: 0 0 0 5px;
}
.sort-select .go-down:after{
    content: "\f0d7";
}
.filter-select{
	padding: 7px 120px 0 0;
}
.filter-point{
	margin: 0 3px 5px 0;
}
.filter-point .filter-point-top{
	cursor: pointer;
	background: #d7d7d7;
	color: #707070;
	line-height: 30px;
	padding: 0 12px;
}
.filter-point .filter-point-top .num{
	display: inline;
}
.filter-point:hover .filter-point-top,
.filter-point .filter-point-top:hover,
.filter-point.selected .filter-point-top{
	background: #7ccbc8;
	color: #fff;
}
.filter-point-bottom{
	position: absolute;
	z-index: 10;
	display: none;
	border: 5px solid #7ccbc8;
	font-size: 14px;
	background: #fff;
	white-space: nowrap;
	min-width: 200px;
	padding: 10px 0;
}
.filter-point-bottom .js-input{
  	display: block;
	margin: 5px 10px;
}
.js-input .click-me{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 21px;
    height: 21px;
    text-align: center;
    line-height: 17px;
    border: 1px solid #d7d7d7;
    color: transparent;
}
.js-input.checked .click-me{
	color: #333;
}
.js-input .click-me i{
	position: absolute;
	top: 2px;
    left: 2px;
    font-size: 15px;
}
.js-input input{
	display: none;
}
.js-input label{
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	margin: 0 0 0 5px;
}
.filter-point-bottom .checks{
	max-height: 260px;
}
.filter-point-top span{
	position: relative;
	display: none;
	padding: 0 25px 0 0;
}
.filter-point.selected .filter-point-top span{
	display: inline-block;
}
.filter-point .clear-category{
	position: absolute;
	top: 0px;
    right: 0;
  	line-height: 26px;
    background: transparent;
	cursor: pointer;
	font-size: 24px;
	font-weight: 300;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.filter-point .clear-category:hover{
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.filter-select .clear-all{
	cursor: pointer;
	line-height: 30px;
	padding: 0 16px 0 0;
	margin: 0 0 5px 15px;
}
.filter-select .clear-all span{
	top: 0;
    right: 0;
    font-size: 19px;
    color: #da1a1a;
}
.submit-filter{
	position: relative;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
}
.filter-point .submit-filter:before{
	position: absolute;
	content: '';
  	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #fff;
	opacity: 0.5;
}
.filter-point.selected .submit-filter:before{
	display: none;
}
.submit-filter:after{
	position: absolute;
	content: '';
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 1px;
	background: #eee;
}
.submit-filter .btn{
	display: block;
	width: 100%;
  	margin: 0;
}
.btn.green-btn{
	background: #7ccbc8;
}
.pagenation{
	top: 11px;
	right: 0;
}
.pagenation a{
	width: auto;
	line-height: 22px;
}
.pagenation a.active,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus{
	background: #7ccbc8;
	color: #fff !important;
}
.items-block{
	padding: 50px 0 0 0;
}
.items-block .item-point{
	margin: 0 0 50px 0;
}

/*=================================================*/

.main-cart table{
	margin: 0 0 10px 0;
}
.main-cart table tr td{
	vertical-align: top;
}
.main-cart table tr td:last-child{
	width: 300px;
}
.cart-item{
	display: table;
	width: 100%;
	border-bottom: 1px solid #7ccbc8; 
}
.cart-item:last-child{
	border-bottom: 0;
}
.cart-item .table-cell{
	padding: 10px 20px;
}
.cart-img{
	width: 230px;
}
.cart-text{
	margin: 0 0 0 20px;
}
.cart-text h6{
	font-size: 18px;
	color: #4f4f4f;
	margin: 0 0 20px 0;
}
.cart-text h6 a:hover{
	text-decoration: underline;
}
.cart-text p,
.cart-text div{
	color: #707070;
	margin: 0;
}
.cart-quantity input[type="text"]{
	background: transparent;
	border: 0;
	width: 60px;
}
.cart-quantity div{
	cursor: pointer;
}
.cart-price p{
	margin: 0;
}
.cart-price .old{
	color: #9b9b9b;
	text-decoration: line-through;
}	
.cart-price .current{
	font-size: 20px;
}
.suitable{
	border: 1px solid #fdaeae;
	padding: 20px;
	margin: 0 0 0 20px;
}
.suitable-item{
	margin: 0 0 20px 0;
}
.suitable-item:last-child{
	margin: 0;
}
.suitable-title{
	text-align: left;
}
.suitable-title *{
	padding: 0 15px 0 0;
}
.suitable-text p{
	font-size: 12px;
}
.suitable-text a:hover{
	text-decoration: underline;
}

.promo > div .inside{
	line-height: 80px;
}
.promo > div .inside *{
	position: relative;
	z-index: 2;
}
.promo > div .inside img.abs{
	position: absolute;
	z-index: 1;
}
.promo > div.w45 .inside{
	background: #fbadad;
	margin: 0 5px 0 0;
}
.promo > div.w55 .inside{
	background: #f5c344;
	margin: 0 0 0 5px;
}
.promo > div .inside p{
	font-size: 18px;
	margin: 0;
}
.promo > div .inside input[type="text"]{
	background: #fbadad;
	border: 1px solid #fff;
	line-height: 22px;
	padding: 7px 5px;
	margin: 0 5px 0 10px;
}
.promo > div .inside button{
	padding: 8.5px 10px;
}

.cart-summary{
	font-size: 19px;
	color: #707070;
	margin: 0 0 90px 0;
}
.back img{
	width: 8px;
	margin: 0 14px 0 0;
}
.cart-summary .float-right p{
	margin: 0 30px 0 0;
}
.btn.black-btn{
	background: #262626;
}
.btn.black-btn:hover{
	color: #fff;
	background: #343434;
}
.seen-items .inside-title,
.recently-items .inside-title{
	margin: 0 auto 50px;
}

/*=================================================*/

.preview-carousel{
	max-width: 400px;
	margin: auto;
}
.preview-carousel.collection-carousel .owl-prev,
.preview-carousel.collection-carousel .owl-next{
	top: 50%;
	margin: -8px 0 0 0;
}
.preview-carousel.collection-carousel .owl-prev{
	left: -40px;
}
.preview-carousel.collection-carousel .owl-next{
	right: -40px;
}
.product-big{
	height: 570px;
	line-height: 570px;
	text-align: center;
}
.product-img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.preview-carousel .owl-item{
	position: relative;
}
.preview-carousel .owl-item:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 2;
}
.open-lightbox{
	cursor: pointer;
	line-height: 26px;
	top: 15px;
	right: 15px;
	font-size: 26px;
}
.product-title{
  	position: relative;
	font-size: 20px;
}
.product-title h4{
	padding: 0 40px 0 0;
}
.product-title .wishlist{
	position: absolute;
  	top: 5px;
  	right: 0;
}
.product-price{
	font-size: 22px;
	margin: 0 0 17px 0;
}
.product-price span.prices-old{
	text-decoration: line-through;
}	
.product-brand img{
	max-width: 90px;
	margin: 0 17px 0 0;
}
.product-links a{
	width: 24px;
	line-height: 24px;
	background: #303030;
	color: #fff;
}
.product-links a:hover{
	background: #7ccbc8;
}
.product-point{
	margin: 0 0 20px 0;
}
.product-point span{
	display: block;
	color: #707070;
	margin: 0 0 5px 0;
}
.product-point .color-point{
	cursor: pointer;
	width: 76px;
	line-height: 76px;
	margin: 0 2px 7px 0;
}
.product-point .color-point img{
	max-width: 100%;
	max-height: 100%;
}
.product-point .color-point:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #959595;
}
.product-point .color-point.active:after{
	border: 2px solid #7ccbc8;
}
.js-input.color{
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 2px 5px 0;
}
.js-input.color:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #696868;
}
.js-input.color.checked:after{
	border: 2px solid #7ccbc8;
}
.js-input.color .click-me{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
.js-input.color .click-me i{
	display: none;
}
.js-input.color label,
.pseudo-checkbox{
	position: relative;
  	min-width: 36px;
  	height: 36px;
	cursor: pointer;
	text-align: center;
	color: #696868;
	font-size: 16px;
	line-height: 34px;
  	padding: 0 10px;
	margin: 0 7px 7px 0;
}
.pseudo-checkbox:after{
	position: absolute;
  	content: '';
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
    border: 1px solid #696868;
}
.pseudo-checkbox.selected:after{
	border: 2px solid #7ccbc8;
}
.js-input.color.selected label,
.pseudo-checkbox{
	color: #676767;
}
.js-input.color.disabled:after,
.pseudo-checkbox.disabled{
	border: 1px solid #bfbfbf;
}
.js-input.color.disabled label,
.pseudo-checkbox.disabled{
	color: #bfbfbf;
}

.regular-popup{
	background: #fff;
	width: 100%;
	max-width: 370px;
	border-top: 5px solid #8ed2d0;
	padding: 0 0 15px 0;
}
.regular-popup.width-popup{
	max-width: 700px;
  	padding: 0;
}
.regular-popup .popup-title{
	font-size: 18px;
	border-bottom: 1px solid #bac0c6;
    padding: 7px 0 10px 0;
    margin: 0 0 20px 0;
}
.regular-popup input[type="text"],
.regular-popup input[type="password"],
.regular-popup textarea{
	display: block;
	max-width: 80%;
	border: 1px solid #bac0c6;
	padding: 5px;
	margin: 0 auto 15px;
}
.regular-popup input[type="text"]:focus,
.regular-popup input[type="password"]:focus,
.regular-popup textarea:focus{
	border: 1px solid #7ccbc8;
}
.regular-popup input[type="text"].error,
.regular-popup input[type="password"].error,
.regular-popup textarea.error{
	border: 1px solid #e82452;
}
.regular-popup .btn{
	display: block;
	margin: 5px auto 0;
}
.regular-popup .popup-close{
	position: absolute;
	cursor: pointer;
	top: 2px;
	right: 2px;
}
.top-loged{
	position: relative;
    z-index: 3;
}

/*=================================================*/

.product-point.row{
	margin: 0 -15px 40px;
}
.minus:hover, .plus:hover{
	color: #fbadad;
}
.product-point .cart-quantity{
	position: relative;
	display: inline-block;
}
.product-point .cart-quantity input[type="text"]{
	width: 84px;
	border: 1px solid #bfbfbf;
	padding: 6px 20px;
}
.product-point .cart-quantity .minus,
.product-point .cart-quantity .plus{
	position: absolute;
	top: 6px;
	font-size: 17px;
}
.product-point .cart-quantity .minus{
	left: 9px;
}
.product-point .cart-quantity .plus{
	right: 9px;
}
.btn.black-bg{
	background: #000;
}
.btn.black-bg:hover{
	color: #fff !important;
}
.product-point .btn{
	margin: 12px 8px 8px 0;
}
.tab-all.title a:first-child span:first-child,
.tab-all.title a:last-child span:last-child{
	display: none;
}
.tab-all.title a span{
	display: inline;
}
.tab-all.title a.active{
	color: #7ccbc8;
}
.tab-all.title{
	border-bottom: 1px solid #7ccbc8;
	padding: 0 0 15px 0;
}
.tab-all.blocks{
	padding: 17px 0 0 0;
}
.tab-all.blocks > div{
	display: none;
}
.tab-all.blocks > div.active{
	display: block;
}
.tab-all.blocks ul{
	list-style: none;
	padding: 0;
}
.tab-all.blocks ul li{
	margin: 0 0 10px 0;
}

.goodness .wrap .row{
	background: #f5c444;
}
.goodness .wrap .row .table{
	padding: 0 15px 0 0;
	margin: 0;
} 
.goodness .wrap .row span{
  	line-height: 18px;
	padding: 0 0 0 15px;
}

.go-to-top{
	position: fixed;
	z-index: 998;
	display: none;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 47px;
	width: 50px;
	height: 50px;
}
.go-to-top:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #444;
	opacity: 0.8;
}
.go-to-top i{
	position: relative;
	z-index: 2;
}

.basket_list-title{

}

.big-img{
	margin: 0 0 10px 0;
}
.big-img img{
	max-width: 100%;
  	max-height: 100%;
}
.collection-products_list .item-point{
	margin: 0 0 35px 0;
}
.pos-2 .price .green{
	font-size: 16px;
}

.pagination--horizontal > .pagination-page{
  border: 0 !Important;
  margin: 0 4px 0 0;
}
.pagination > li > a, .pagination > li > span,
.pagination-page{
	border: 0 !Important;
    width: auto !Important;
  	min-width: 20px;
    line-height: 22px !Important;
    padding: 0 !Important;
}
.pagination-node:hover,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus,
.pagination-page:hover{
	opacity: 0.7 !important;
  	color: #333 !important;
  	background: transparent !important;
}
.pagination > li > a.pagination-node--current:hover,
.pagination > li > span.pagination-node--current:hover,
.pagination-node--current,
.pagination-node--current:hover{
  	opacity: 1 !important;
	color: #fff !important;
  	background: #7ccbc8 !important; 
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
  	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, 
.owl-carousel .owl-controls .owl-nav .owl-next, 
.owl-carousel .owl-controls .owl-dot{
	position: absolute;
  	color: transparent;
}
.item-prop span:last-child{
	display: none;
}
.pos-buttons{
	margin: 15px 0 0 0;
}
.option_selector-container .styled_select-wrapper{
	border: 0;
  	padding-right: 0;
}
.option_selector-container .styled_select-wrapper:after{
	display: none !important;
}

.modal-wrapper{
	padding: 0 !important;
}

.modal{
	bottom: auto !important;
}
.index-content{
	display: none;
}
.menu{
	text-align: center;
}
.menu--horizontal > .menu-node{
	float: none;
  	display: inline-block;
  	vertical-align: top;
}
.menu-node--personal_cabinet .menu-link{
  	font-size: 14px;
  	font-weight: 100;
	padding: 1em;
}
.mobile_{
	display: none;
}
.owl-carousel .owl-stage-outer{
	padding: 0;
}

.m-modal{
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#insales-quick-checkout-msg .m-modal-close,
#quick_checkout_form .m-modal-close{
	display: none;
}
#quick_checkout_form .m-modal-heading{
    font-size: 18px;
    border-bottom: 1px solid #bac0c6;
    padding: 7px 0 10px 0;
    margin: 0 0 20px 0;
}
.m-modal-wrapper{
  	border-top: 5px solid #8ed2d0;
	padding: 0 0 12px 0;
}
.m-modal-wrapper .input{
	padding: 0 15px;
}
.m-modal-wrapper .input-label{
    margin-bottom: 0.2em;
    font-size: 14px;
    font-weight: 100;
}
.m-modal-wrapper .m-modal-error{
    font-size: 12px;
    color: red;
    padding: 0 15px;
}
.btn.big{
  	font-size: 18px;
	border-radius: 0;
    padding: 11px 30px;
}
.wishlist__remove_all{
	cursor: pointer;
  	text-align: right;
}
.wishlist__block{
	margin-top: 40px;
}
.wishlist__block article{
  	display: inline-block;
    vertical-align: middle;
  	float: none;
	text-align: center;
  	margin-bottom: 40px;
}
.wishlist__block .prev{
	margin: 0 0 20px 0;
}
.wishlist__block a.title{
	display: block;
  	font-size: 18px;
  	margin: 0 0 10px 0;
}
.wishlist__block .vert{
	font-size: 16px;
}
.wishlist__block .vert .price_new{
	font-size: 18px;
}
.wishlist__block .vert .price_old{
	color: red;
  	text-decoration: line-through;
}
.wishlist__remove{
	position: absolute;
  	top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  	text-align: center;
    background: #f5c344;
  	color: #fff;
}
.wishlist__remove:hover{
  	opacity: 0.8;
  	color: #fff;
}
.wish-point .deleted{
	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	
}
.wish-point .deleted span{
  	position: relative;
	z-index: 2;
  	display: inline-block;
  	vertical-align: middle;
  	font-weight: bold;
  	font-size: 15px;
  	padding: 20px 0 0 0;
}
.wish-point .deleted:after{
  	position: absolute;
  	content: '';
	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: #fff;
  	opacity: 0.8;
}
.wishlist-popup{
	position: fixed;
  	z-index: 1000;
  	display: none;
  	top: 50%;
  	left: 50%;
  	background: #fff;
  	text-align: center;
  	width: 240px;
  	box-shadow: 0px 0px 3px #333;
  	padding: 20px;
  	margin: -30px 0 0 -120px;
}
.product-title h4{
	margin: 0 0 10px 0;
}
.product-point .variant-span{
	position: relative;
  	z-index: 2;
  	display: inline-block;
    vertical-align: top;
  	text-align: center;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
  	color: #696868;
    font-size: 16px;
  	padding: 0 5px;
    margin: 0 2px 5px 0;
}
.product-point .variant-span:after{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #696868;
}
.product-point .variant-span.variant-span--active:after{
	border: 2px solid #7ccbc8;
}
.product-point .variant-span.variant-span--unavailable{
	color: #bfbfbf;
  	cursor: auto;
  	background: url(disable-check.png) 0 0 no-repeat;
  	background-size: 100% 100%;
}
.product-point .variant-span.variant-span--unavailable:after{
	border: 1px solid #bfbfbf;
  	background: url(disable-check.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.product-point .variant-image{
	position: relative;
  	display: inline-block;
  	vertical-align: top;
  	text-align: center;
  	width: 76px;
  	line-height: 76px;
  	margin: 0 3px 5px 0;
}
.product-point .variant-image:after{
	position: absolute;
  	content: '';
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	border: 1px solid #959595;
}
.product-point .variant-image.variant-image--active:after{
	border: 2px solid #7ccbc8;
}
.product-point .variant-image img{
	width: 80%;
  	height: auto;
}
/*
.gallery-preview:after{
	position: absolute;
  	content: '';
  	cursor: pointer;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
}
*/
.slider-left--gallery,
.slider-right--gallery{
	cursor: pointer;
  	color: #eca5ab;
  	font-size: 30px !important;
  	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.open-menu-mobile.notice{
	background: transparent !important;
  	padding: 0 !important;
}
.set-sidebar{
  	border: 1px solid #7ccbc8;
	padding: 15px;
}
.set-block{
	padding: 0 15px;
}
.product-info .product-links a:hover{
	color: #fff;
}

.articles-container{
	position: relative;
}
.articles-container .blog-point{
	position: absolute;
}
.articles-container .blog-point:nth-child(4){
  	top: 0;
  	left: 0;
  	width: 33.33333%;
  	height: 100%;
}
.articles-container .blog-point:nth-child(3),
.articles-container .blog-point:nth-child(2){
	width: 33.33333%;
  	height: 50%;
}
.articles-container .blog-point:nth-child(3){
  	top: 0;
	left: 33.33333%;
}
.articles-container .blog-point:nth-child(2){
	top: 0;
  	left: 66.66666%;
}
.articles-container .blog-point:nth-child(1){
	top: 50%;
  	left: 33.33333%;
  	width: 66.66666%;
  	height: 50%;
}

.blog-inside .blog-point{
  	color: #fff;
	margin: 4px;
}
.blog-inside .blog-bg{
  	position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}
.blog-inside .blog-bg img{
  	width: 100%;
	max-width: none;
  	max-height: none;
}
.blog-inside .blog-link{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
  	bottom: 0;
}
.blog-inside .blog-link > .table{
	width: 100%;
	height: 100%;
	margin: 0;
}
.blog-inside .blog-text{
	position: relative;
	z-index: 2;
	padding: 30px;
}
.blog-inside .blog-text h4{
	font-size: 34px;
	margin: 0;
      background: #f5c344;
   background: rgba(245, 195, 68, 0.8);

}
.blog-inside .blog-text h4 b{
	display: block;
}
.blog-inside .blog-text p{
	font-size: 17px;
	margin: 20px 0 0 0;
      background: rgba(181, 204, 122, 0.9);
    padding: 10px 10px;
}
.blog-inside .articles-container a:after{
	position: absolute;
	content: '';
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: #000;
	opacity: 0.3;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.blog-inside .articles-container a:hover:after{
	background: #f5c344;
  	opacity: 0.9;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.blog-inside .articles-container a:hover .blog-text{
	color: #fff;
}
.blog-inside .blog-arrow{
	opacity: 0;
	z-index: 3;
	width: 14px;
	right: 40px;
	bottom: 20%;
}
.blog-inside .blog-arrow.centered{
	left: 50%;
	right: auto;
	bottom: 10%;
	margin: 0 0 0 -7px;
}
.blog-inside a:hover .blog-arrow{
	opacity: 1;
}
.slider + .slider{
	margin-bottom: 0;
}
.page-content.editor{
	padding: 0 35px;
}
.brandlist{
	font-size: 0;
  	margin: 0 -15px;
}
.brandlist a{
	display: inline-block;
  	vertical-align: middle;
  	font-size: 14px;	
  	text-align: center;
  	width: 25%;
  	padding: 0 15px;
  	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
  	margin: 0 0 15px 0;
}
.brandlist a:hover{
  	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.brandlist a img{
	display: inline-block;
}
.article_preview--list{
	margin-bottom: 1rem;
}
.tubs-content{
  	border-top: 1px solid #7ccbc8 !important;
	padding: 1em 0 !important;
}
.tubs-controls--horizontal > .tubs-node:first-child{
	padding: 0.5em 8px 0.5em 0;
}
.tubs-controls--horizontal > .tubs-node{
	padding: 0.5em;
}
.tubs-controls--horizontal > .tubs-node.tubs-node--active{
	color: #81cdcb;
}
.property-title{
	padding: 0.5em 0.5em 0.5em 0 !important;
}

.body.fc{
	max-width: 1000px;
  	margin: auto;
}
.box-recent{
	display: none;
}

.catalogue-top{
	position: relative;
  	
}
.open-catalogue-top{
	padding: 0 30px 0 0;
}
.open-catalogue-top i{
	font-size: 18px;
    padding: 0 5px 0 0;
}
.top-header .top-logo{
  	position: absolute;
  	left: 50%;
	width: 130px;
  	margin: 0 0 0 -65px;
}


.open-catalogue-top{
	cursor: pointer;
}
.catalogue-top-dropdown{
	position: absolute;  
  	display: none;
  	width: 125%;
  	margin: -5px 0 0 0;
}
.catalogue-top-dropdown > img{
  	position: relative;
  	z-index: 2;
  	width: 19px;
	margin: 7px 0 -2px 7px;
}
.catalogue-top-dropdown > div{
	background: #fff;
  	color: #333;
  	border: 1px solid #eee;
  	padding: 5px 0 10px 0;
}
.catalogue-top-dropdown > div ul{
  	list-style: none;
  	padding: 0;
	margin: 0;
}
.catalogue-top-dropdown .submenu{
  	position: absolute;
	display: none;
    width: 430%;
  	top: -1px;
  	bottom: 0;
  	left: 100%;
}
.catalogue-top-dropdown .submenu > div{
  	position: absolute;
  	top: 0;
  	bottom: -1px;
  
	background: #fff;
  	border: 1px solid #eee;
  	padding: 5px 10px 10px 10px;
}
.catalogue-top-dropdown .submenu a{
	float: left;
  	width: 220px;
  	font-size: 14px;
  	margin: 0 0 6px 0;
}

.catalogue-top:hover .catalogue-top-dropdown{
	display: block;
}
.catalogue-top .catalogue-top-dropdown > div ul.f15 > li:hover .submenu{
	display: block;
}
.gallery-preview_list{
	position: relative;
}
.slider-left--gallery, 
.slider-right--gallery{
	position: absolute;
    top: 50%;
    margin: -21px 0 0 0;
}
.slider-left--gallery{
	left: -20px;
}
.slider-right--gallery{
	right: -20px;
}
.modal--product_added{
	max-width: 300px;
	background: #fff;
  	box-shadow: 0px 2px 3px #eee;
}
.modal--product_added .js-modal-close,
.modal--product_added .button--buy{
  	font-size: 14px;
  	margin: 1em;
}
.collection-page,
.product-page{
    margin: 0 auto 50px;
}
.button--checkout{
	border-radius: 0;
  	background: #81cdcb;
}
.button--checkout:hover{
	color: #000;
}

header .catalogue-top,
header .top-logo{
	display: none;
}
header.scrolled .catalogue-top,
header.scrolled .top-logo{
	display: block;
}
.big.button--disabled{
	cursor: pointer;
}

.filter_section-value--range{
  	position: relative;
    direction: ltr;
	margin: 1em 1em 2em 1em;
}
.noUi-base{
  	height: 9px;
    border: 1px solid #eee;
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  	width: 100%;
    height: 100%;
    position: relative;
  	-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-origin{
    border-radius: 2px;
  	height: 7px;
  	background: #cccccc;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-background{
    background: #FAFAFA;
}
.noUi-horizontal .noUi-handle{
    width: 18px;
    height: 18px;
    left: -9px;
    top: -6px;
  	border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #2E2E2E;
    cursor: default;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#recent-products p{
	margin: 10px 0;
}
.cart-quantity .js-cart_item-delete{
	display: none;
}
.cart-quantity.remove .js-cart_item-delete{
  	position: absolute;
	display: block;
  	width: 10px;
    height: 20px;
    display: block;
    margin: 3px 0 0 -1px;
}
.m-modal-msg{
	padding: 10px 0 0 0;
}
.blog-preview{
  	position: relative;
}
.blog-preview a{
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 20px;
  	display: block;
    overflow: hidden;
}
.blog-preview a .text{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  	background: rgba(234, 44, 59, 0);
}
.blog-preview:hover a .text{
	background: rgba(234, 44, 59, 0.7);
}
.blog-preview a .text .abs{
	left: 10px;
  	right: 10px;
    bottom: 10px;
  background: rgba(181, 204, 122, 0.7);
    padding: 10px 10px;
}
.blog-preview a .text .abs h4{
	display: inline;
  	color: #fff;
  	text-transform: uppercase;
  	font-size: 21px;
  	//background: rgba(181, 204, 122, 0.7);
}
.blog-preview img{
  	width: 100%;
  	height: auto;
	max-width: none;
  	max-height: none;
}
.navbar-nav > li.active1 a:hover{
	background: #F4D01F !important;
  	border-left: 1px solid #F4D01F !important;
  	border-right: 1px solid #F4D01F !important;
}
.pagenation{
	padding: 80px 0 10px 0;
}
.top-phone-mobile{
    display: none;
}
.brandline{
	margin: 0 0 20px 0;
}
.notice--info,
.js-review-submit{
    color: #fff;
	background-color: #81cdcb;
}
.js-review-submit{
  	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
	padding: 5px 10px;
}
.js-review-submit:hover{
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
  	color: #000;
}
#review_form h3{
	margin-top: 0;
}
.review_form-input.rating_wrapper{
	display: none;
}
#orders_history{
	/* display: none; */
}
#feedback_commit{
  	background: #7ccbc8;
  	color: #fff;
	padding: 10px;
}

.p404 ul{
	list-style: none;
  	font-size: 0;
  	text-align: center;
  	padding: 0 20px;
  	margin: 0 0 20px 0;
}
.p404 ul li{
	display: inline-block;	
  	vertical-align: top;
  	font-size: 15px;
  	padding: 0 10px 10px;
}
.all-filter-open{
	display: none;
}
.mobile-filter-submit{
	display: none;
}
.filter-point .filter-point-top i{
	display: none;
}

.four-item-carousel > .owl-controls .owl-prev{
	top: 30px;
  	left: 0;
    bottom: 160px;
  	width: 30px;
    height: auto;
  	background-position: center center;
}
.four-item-carousel > .owl-controls .owl-next{
	top: 30px;
  	right: 0;
    bottom: 160px;
  	width: 30px;
    height: auto;
  	background-position: center center;
}
.press-blog img{
  	max-width: 100%;
	height: auto;
}
.top-cart .js-cart-counts{
	margin: 0;
}
.top-cart a:hover .js-cart-counts{
	color: #fff !important;
}
.our-discount{
    text-align: center;
    font-size: 20px;
  	margin: 0 0 10px 0;
}
.our-discount span{
	color: red;
}
.basket-dropdown img{
	min-width: 49px;
  	min-height: 49px;
}
.suitable-img{
	width: 48%;
}





/*
#insales-panel{
	display: none;
}
html{
	margin-top: 0 !important;
}
*/






@media (min-width: 768px){
  .cart-item .table-cell:nth-child(1){
  	width: 20%;
  }
  .cart-item .table-cell:nth-child(2){
  	width: 35%;
  }
  .cart-item .table-cell:nth-child(3){
  	width: 25%;
  }
  .cart-item .table-cell:nth-child(4){
  	width: 20%;
  }
}

@media (max-width: 600px){
	.m-modal {
      top: 30px;
      left: 15px;
      right: 15px;
      bottom: auto;
	}
  	
    .promo > div .inside{
		padding: 10px 0 1px 0;
    }
  	.promo > div .inside *{
		display: block;
      	text-align: center;
      	width: 96%;
      	margin: 0 auto 10px !important;
    }
}

@media (max-width: 480px){
  .m-modal-wrapper {
  	position: static;
  }
  .tubs-node{
  	font-size: 12px !important;
  }
}

#quick_checkout_form .m-input{
	padding: 0 20px;
}









.system_message {
 background: #fff;
    padding: 0.6em 1em;
    border: 2px solid #7CCBC8;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}


.js-recaptcha-field {
    display: flex;
    margin-top: 1em;
    justify-content: space-around;
}


