  .grid-fifth{
    width: 20%; }
    
.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;
  max-width: 1191px;
  padding: 0 .5rem;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  margin-left: 0;
  margin-right: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* universal helpers */
/* данный класс меняет поведение вложенных элементов */
.grid-inline {
  letter-spacing: -0.32em;
  float: none;
}
.grid-inline:after {
  clear: both;
  content: "";
  display: block;
}
.grid-inline > [class*="grid"],
.grid-inline > [clacc*="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;
  }
  .nowrap {white-space: nowrap;}
  .fl,
  .flow {
    float: left;
  }
  .fr,
  .flow-opposite {
    float: right !important;
  }
  .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;
  }
  [class*="custom_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 !important;
  }
  .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 !important;
  }
  .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 !important;
  }
  .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;
  }
  
  .where-page-wrapper table td {
   	 width: 100% !important;
     display: block;
     margin-bottom: 10px;
    	
  }
  
  .where-page-wrapper table td > ymaps {
     width: 100% !important;
  }
  
  .where-page-wrapper table, .where-page-wrapper table tr, .where-page-wrapper table tbody {
   display: block; 
  }
  
}
@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 .grid-inline .xs-fr,
  .adaptive .xs-flow-opposite {
    float: right !important;
  }
  .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;
  }
  
  .reviews-head-inner {
   	flex-wrap: wrap;
    text-align: left;
    	
  }
  
   .reviews-head-inner > * {
     	flex-basis: 100%;
        width: 100%;
    }
  
  .reviews-head-inner .star-count {
    margin-left: 0;
  }
  
  .reviews-head-inner button {
   margin-top: 10px; 
  }
  
  .reviews-items-wrap .cell-3, .reviews-items-wrap .cell-7, .reviews-items-wrap .cell-2 {
    	flex-basis: 100%;
        width: 100%;
    	max-width: 100%;
  }
  
}
@media (max-width: 500px) {
  .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 !important;
  }
  .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: 1024px) {
  .social-buttons-footer-about {
   margin-top: -100px; 
  }
  
  .social-buttons-footer {
  	padding: 10px 0;  
  }
  
}

@media (min-width: 801px) and (max-width: 1100px) {
  .adaptive .md-hidden {
    display: none !important;
  }
  .adaptive .md-visible {
    display: block !important;
  }
  
  .where-page-wrapper table td {
   	 width: 100% !important;
     display: block;
     margin-bottom: 10px;
    	
  }
  
  .where-page-wrapper table td > ymaps {
     width: 100% !important;
  }
  
  .where-page-wrapper table, .where-page-wrapper table tr, .where-page-wrapper table tbody {
   display: block; 
  }
  
  
}
@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: 500px) {
  .adaptive .mc-hidden {
    display: none !important;
  }
  .adaptive .mc-visible {
    display: block !important;
  }
  .adaptive .mc-inline {
    display: inline !important;
  }
}
/**/
img, iframe {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.cart-banner img, .order-banner img {height: auto;}
.row-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
}
.row-new.is-grid, .row-new-reverse.is-grid, .col.is-grid, .col-reverse.is-grid {
    margin-left: -10px;
    margin-right: -10px;
}
.row-new.is-grid > *, .row-new-reverse.is-grid > *, .col.is-grid > *, .col-reverse.is-grid > * {
    padding-left: 10px;
    padding-right: 10px;
}
.cell-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.cell-12 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */


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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

/**
 * Address styling not present in IE 6/7/8/9.
 */

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
  vertical-align: middle;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
  max-width: 100%;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('fancybox_blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(255, 255, 255, .5);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */


@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* ==========================================================================
   Base styles
   ========================================================================== */

html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background-color: #fafafa;
}

a:hover {
    text-decoration: none;
}


audio,
canvas,
img,
video {
    vertical-align: middle;
}
iframe[name="google_conversion_frame"] {height: 0; display: none;}
select {cursor: ponter;}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
input:focus::-webkit-input-placeholder {
  opacity: 0; }

input:focus::-moz-placeholder {
  opacity: 0; }

input:focus:-ms-input-placeholder {
  opacity: 0; }

input:focus:-moz-placeholder {
  opacity: 0; }

/* ==========================================================================
   slider-search-form
   ========================================================================== */
.slider-search-form {
  /*position: absolute;*/
  z-index: 999;
  /*background: rgba(0, 0, 0, 0.40);*/
  height: 28px;
  /*border: 1px solid rgba(219, 219, 219, 0.7);*/
  border-radius: 2px 2px 0px 0px;
   margin-bottom: 10px;
}
.static_image img {
  width: 100%;
}
.products-slider{
  opacity: 0;
  transition: 0.3s;
}
.slider-search-text {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 45px;
  padding-left: 10px;
  font-size: 13px;
  vertical-align: middle;
  margin-right: 5px;
}
.slider-search-block {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.slider .bx-controls-direction{
  display: none;
}
.slider-search-block input[type="text"] {
  width: 100%;
  height: 28px;
  margin-right: 6px;
  border-radius: 2px;
  padding: 4px 10px;
  color: #aeaeae;
  font-style: italic;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.slider-search-block input::placeholder{
  color: #787777;
font-size: 14px;
font-weight: 400;
}
.model_year_filter--slider {
  position: absolute;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.40) !important;
  box-shadow: 0 0 0 0 !important;
  border: none !important;
  border-radius:  0px 0px 2px 2px!important;
  box-sizing: border-box;
}
.model_year_filter--slider select{
  margin-right: .8%;
  border-radius: 2px;
  padding: 4px 10px;
  border: none;
  font-style: italic;
  height: 28px;
}
.slider-search-block input[type="submit"] {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #565656;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fafafa;
  background-image: url(loop.png), webkit-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), -moz-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), -o-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), linear-gradient(to top, #ccc, rgba(204,204,204,0));
  background-repeat: no-repeat;
  background-position: 89% 62%;
  background-size: 15px, 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 28px;
  flex-basis: 86px;
    text-align: left;
    padding-left: 12px;
    min-width: 86px;
}
.slider-search-block input[type="submit"]:hover {
    background-image: url(loop.png), -webkit-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), -moz-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), -o-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), linear-gradient(to top, rgba(204,204,204,0), #ccc);
}
.model_year_filter--slider input[type="submit"] {
  width: 16.4%;
  padding-right: 24px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #565656;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fafafa;
  background-image: url(loop.png), webkit-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), -moz-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), -o-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), linear-gradient(to top, #ccc, rgba(204,204,204,0));
  background-repeat: no-repeat;
  background-position: 83% 50%;
  background-size: 15px, 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 28px;
}
.model_year_filter--slider input[type="submit"]:hover {
    background-image: url(loop.png), -webkit-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), -moz-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), -o-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), linear-gradient(to top, rgba(204,204,204,0), #ccc);
}
.model_year_filter--slider select::-webkit-inner-spin-button{
	color: #565656;
}
.main-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    outline: none;
    border: 0;
    box-shadow: inset 0 2px 0 rgba(28, 28, 28, 0.19);
    margin: 0 122px;
}
.main-slider .swiper-pagination-bullet-active {
    background-color: #9e042e;
}
.main-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

/* ==========================================================================
   HEADER PANEL
   ========================================================================== */
.menu-toggler { border: 1px solid black;
    color: black;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1rem;
    margin: 0.5rem 0;
    padding: 0.3rem 0.5rem;}
.header-search-form {
  padding: 9px;
}
.body--collection h1.product-list-title{
	font-size: 24px;
  margin: 0 0 19px 0;
}
.breadcrumbs.breadcrumbs--collection {
    margin-bottom: 10px;
}
.header-search-text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle;
  width: 325px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header-search-block {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 340px);
  letter-spacing: -.32rem;
}
.header-search-block > * {letter-spacing: 0;}
.model_year_filter--header_title {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 3px;
    width: 325px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header-search-block input[type="text"] {
  width: 78.8%;
  border-radius: 2px;
  padding:8px 10px;
  border: 1px solid #d7d6d6;
  color: #aeaeae;
  font-style: italic;
  margin-right: .9%;
  outline: none;
  box-sizing: border-box;
}
.model_year_filter--header {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: 0 0 0 0 !important;
}
.model_year_filter--header select{
  cursor: pointer;
  margin-right: .9%;
  border-radius: 2px;
  padding: 7px 10px;
  border: 1px solid #d7d6d6;
  font-style: italic;
}
/*.header-search-form input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  padding-right: 11px;
  line-height: 34px;
  color: #565656;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fafafa;
  background-image: url(loop.png), webkit-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), -moz-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), -o-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), linear-gradient(to top, #ccc, rgba(204,204,204,0));
  width: 20.1%;
  background-repeat: no-repeat;
  background-position: 85% 48%;
  background-size: 17px, 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header-search-form input[type="submit"]:hover {
    background-image: url(loop.png), -webkit-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), -moz-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), -o-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), linear-gradient(to top, rgba(204,204,204,0), #ccc);
}
*/.model_year_filter--header input[type="submit"] {
  width: 20.1%;
  padding-right: 18px;
  display: inline-block;
  font-size: 17px;
  line-height: 34px;
  color: #565656;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fafafa;
  background-image: url(loop.png), webkit-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), -moz-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), -o-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: url(loop.png), linear-gradient(to top, #ccc, rgba(204,204,204,0));
  background-repeat: no-repeat;
  background-position: 97% 48%;
  background-size: 18px, 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.model_year_filter--header input[type="submit"]:hover {
    background-image: url(loop.png), -webkit-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), -moz-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), -o-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: url(loop.png), linear-gradient(to top, rgba(204,204,204,0), #ccc);
}
.model_year_filter--header .model_year_filter-marka{
  width: 25.5%;
}

.model_year_filter--header .model_year_filter-year{
  width: 19.4%;
}

.model_year_filter--header .model_year_filter-model{
  width: 32.3%;
}

.model_year_filter-marka{
  width: 28.4%;
}
.model_year_filter-year{
  width: 22%;
}
.model_year_filter-model{
  width: 26.3%;
}
.model_year_filter--header select::-webkit-inner-spin-button{
	color: #565656;
}
.superfilter_form--header {
  letter-spacing: -.32rem;
  display: inline-block;
  width: calc(100% - 340px);
}
.superfilter_form--header > * {letter-spacing: 0;}
.header_panel {
  margin-bottom: 15px;
}
/* ==========================================================================
   Boxes and Buttons
   ========================================================================== */
.box-rounded-shadow {
    display: block;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
   transition: 0.3s;
}

.box-rounded-shadow.box-rounded-shadow--first > *  {
	opacity: 0;
}

body {
    position: relative;
}
.sb-social {
    position: absolute;
    top: 220px;
    right: 2.8%;
    z-index: 9999999999;
}

/* Buttons */
.button-grey {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #565656;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
    background-image: -moz-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
    background-image: -o-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
    background-image: linear-gradient(to top, #ccc, rgba(204,204,204,0));
}
.button-grey:hover {
    background-image: -webkit-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: -moz-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: -o-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: linear-gradient(to top, rgba(204,204,204,0), #ccc);
}
input.button-grey {
    height: 32px;
}
.button-brown {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3cf0f+1,dd7c00+87 */
  background: rgb(243,207,15);/* Old browsers */
  background: -moz-linear-gradient(top,  rgba(243,207,15,1) 1%, rgba(221,124,0,1) 87%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(243,207,15,1) 1%,rgba(221,124,0,1) 87%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(243,207,15,1) 1%,rgba(221,124,0,1) 87%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3cf0f', endColorstr='#dd7c00',GradientType=0 );/* IE6-9 */
  color: #fff;
  border: 1px solid #EEBE0C;
  transition: all 200ms;
}
.button-brown:hover{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd7c00+9,f3cf0f+100 */
background: rgb(221,124,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(221,124,0,1) 9%, rgba(243,207,15,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(221,124,0,1) 9%,rgba(243,207,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(221,124,0,1) 9%,rgba(243,207,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7c00', endColorstr='#f3cf0f',GradientType=0 ); /* IE6-9 */

}
.button-green {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94c01e+0,5f9807+57 */
  background: #94c01e;/* Old browsers */
  background: -moz-linear-gradient(top,  #94c01e 0%, #5f9807 57%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #94c01e 0%,#5f9807 57%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #94c01e 0%,#5f9807 57%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c01e', endColorstr='#5f9807',GradientType=0 );/* IE6-9 */
  color: #fff;
  border: 1px solid #9fc16f;
  transition: all 200ms;
}
.button-green:hover{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b9506+0,94c01e+100 */
background: #5b9506; /* Old browsers */
background: -moz-linear-gradient(top,  #5b9506 0%, #94c01e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5b9506 0%,#94c01e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5b9506 0%,#94c01e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9506', endColorstr='#94c01e',GradientType=0 ); /* IE6-9 */
}

.button-callback {
    margin-top: 11px;
    width: 248px;
}
.button-slider {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 218px;
    text-align: center;
}
.button-clear-filters {
   display: inline-block !important;
   color: #565656 !important;
   margin-top: 20px;
   margin-bottom: 5px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 120%;
}

.pp-buy-button, .pp-buy-one-click {
  width: 185px;
}
.pp-buy-one-click {
  line-height: 30px;
  text-align: center;
}
.text-underline{
	text-decoration: underline;
}
/* ==========================================================================
   Layout
   ========================================================================== */
.container {
    position: relative;
    margin: 0 auto;
  overflow: hidden;
}
/* ==========================================================================
   Top Box
   ========================================================================== */
.top-box {
    margin-bottom: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
  position: relative;
  z-index: 1020;
}
.top_header {
  font-size: 14px;
 padding: 10px 0;
}
/* Top Menu */
.top-menu {
    margin: 0;
    padding: 10px 0;
}
.top-menu li {
    margin-left: 15px;
    font-size: 14px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.top-menu li a {
    color: #000000;
    text-decoration: none;
}
.top-menu li a:hover, .top-menu li a.active {
    text-decoration: underline;
}

/* ==========================================================================
   Header
   ========================================================================== */
.my-locatiion-link:hover{
	cursor: pointer;
}

.logo p {
    margin: 0;
    font-size: 14px;
}

/* Phones */
.phones {
    font-size: 15px;
    color: #565656;
    text-align: center;
}
.phones span.big {
     font-size: 25px;
 }
.phones span.small {
    font-size: 12px;
}
.phones span a {
  color: #565656;
  text-decoration: none;
}
.phones .button-callback {
    margin-top: 6px;
    width: 248px;
}


/* Shopping Cart Mini */
.shopping-cart-mini {
    color: #000000;
    text-decoration: none;
    background: url("icon_shopping_cart_mini_new.png") 13px 13px no-repeat;
    background-size: 15%;
    background-color: #ffffff;
}
.shopping-cart-mini a {
  text-decoration: none;
  color: #000;
}
.shopping-cart-link {
  color: #a81d42;
  text-decoration: underline;
}
.shopping-cart-link_wrap_action {
  padding: 18px 2px 18px 18px;
}
.shopping-cart-link_wrap_action a {
  color: #a81d42;
  text-decoration: underline;
}
.shopping-cart-mini p {
    margin: 21px 0 0 calc(15% + 25px);
    line-height: 17px;
}
.shopping-cart-mini:hover {
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 11px rgba(0,0,0,.2);
    box-shadow: 0 0 11px rgba(0,0,0,.2);
}
#cart_items_price {white-space: nowrap;}

/* Search Form */
.search-form {
    padding: 2px 0;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.search-form input[type="text"] {
    padding: 0 0 0 10px;
    width: 263px;
    height: 21px;
    font-size: 15px;
    color: #000;
    border: none;
}
.search-form input[type="text"]:focus {
    outline: none;
}
.search-form input[type="submit"] {
    width: 15px;
    height: 15px;
    background: url("icon_search.png") no-repeat;
    border: none;
}


/* ==========================================================================
   Index Page
   ========================================================================== */

/* Slider and Banners */
.slider-home-banners {
    margin-bottom: 20px;
  display: flex;
}
.index-title {
 color: #000000;
font-size: 24px;
margin-top: 0;
margin-left: 10px;
}
/* Slider */
.slider {
  position: relative;
    overflow: hidden;
    /*border-radius: 2px;*/
    /*border: 1px solid #dbdbdb;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
/*    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}

.home-wide-banners {
    color: #565656;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-ms-flex-line-pack: justify;
    align-content: space-between;
}

.countdown-wide-banner, .qiwi-wide-banner, .action_500-wide-banner {
    position: relative;
    padding: 9px;
  box-sizing: border-box;
}
.action_500-wide-banner{
	background: url("top_wide_img.jpg");
	background-size: contain;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-color: #fff;
  height: 50%;
}
.action_500-head {
  font-size: 19px;
  text-transform: uppercase;
}
.action_500-bottom strong {
  font-size: 41px;
  line-height: 30px;
  font-weight: normal;
}

.action_500-bottom {
  font-size: 24px;
}
.action_500-bottom .upper {
  text-transform: uppercase;
  font-size: 18px;
}
.action_500-link {
  color: #565656;
  text-decoration: none;
  display: block;
}
.countdown-wide-banner h3, .qiwi-wide-banner h3 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #565656;
    text-transform: uppercase;
}

.qiwi-wb-link {
  display: block;
  position: absolute;
  width: 280px;
  height: 122px;
  z-index: 3;
}

.countdown-wide-banner {
    height: 50%;
}
.cwb-1 {
    position: absolute;
    top: 1px;
    right: 30px;
    font-size: 48px;
}
.cwb-2 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
}
.cwb-3 {
    position: absolute;
    top: 45%;
    left: 9px;
    font-size: 19px;
}
.cwb-4 {
    position: absolute;
    top: 70%;
    left: 8%;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
}
.countdown-wide-b {
    position: absolute;
    top: 68%;
    left: 48%;
    width: 128px;
    height: 30px;
    background: url("countdown_arrow_bg_new.png") no-repeat;
}

.countdown-wide-b, .countdown-right-b {
    padding: 2px 0 0 9px;
    font-size: 20px;
    color: #ffffff;
}
.countdown-wide-b div.over, .countdown-right-b div.over {
    margin-left: -3px;
    padding: 4px 0;
    font-size: 14px;
}

.qiwi-wide-banner {
    position: relative;
    background: #ffffff url("icon_qiwi_big.png") 90% center no-repeat;
  height: 45%;
}
.qwb-1 {
    position: absolute;
    top: 50%px;
    left: 9px;
    font-size: 19px;
    line-height: 19px;
    text-align: right;
}
.qwb-2 {
    position: absolute;
    top: 62px;
    left: 90px;
    font-size: 48px;
}
.qwb-3 {
    position: absolute;
    top: 70px;
    left: 117px;
    font-size: 24px;
}

/* ==========================================================================
   Sidebar Left
   ========================================================================== */
.sidebar-left {
    margin-bottom: 20px;
}

.filter-car-brand {
    margin-bottom: 21px;
    padding: 9px;
    font-size: 12px;
    color: #000000;
}

.category-car-brand {
    font-size: 14px;
    padding: 4px 0 12px 0;
}
.toggle-list-button--brand.toggle-list-button {
  border-top: none;
  padding-top: 0px;
}
.toggle-list-button {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.left-toolbar .toggle-list-button {padding: 10px 0;}
.category-car-brand-index {
    font-size: 14px;
}
.toggle-button-img {
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  vertical-align: sub;
}
.toggle-list-button--open .toggle-button-img {
  transform: rotate(-90deg);
}
.toggle-list-button .sidebar-title {
  display: inline-block;
  text-decoration: underline;
}
.toggle-list-button h4.sidebar-title {margin: 0;}
.sidebar-title--car-brand {
  color: #000000;
font-size: 18px;
font-weight: 700;
text-decoration: none;
line-height: 12px;
}
.filter-car-brand-wraps {
  margin-top: 15px;
  margin-left: -9px;
  width: calc(100% + 18px);
}
.toggle-list-button:hover, .filter-car-brand label:hover {
  cursor: pointer;
}
.filter-car-brand .property-wrapper {
    margin-bottom: 10px;
}
.filter-car-brand span.sidebar-title {
    display: block;
    margin: 0 0 16px 0;
    font-size: 19px;
    font-weight: bold;
    color: #585858;
}
.filter-car-brand h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #585858;
}
.filter-car-brand label {
    margin-left: 4px;
}
.filter-car-brand a {
    display: block;
    padding: 4px 9px;
    color: #000000;
}
.filter-car-brand a:hover {background: #E4E4E4;}
.filter-car-brand a.active {
    font-weight: bold;
    text-decoration: none;
}

.filter-car-brand-small {
	overflow-y: auto;
	height: 250px;
  margin-left: -9px;
}
.marka {overflow-y: auto; max-height: 300px;}
.left-toolbar .marka {max-height: none;}
.left-toolbar .property-wrapper {margin: 0 0 10px;}
.left-toolbar .property-wrapper > div {padding: 3px 0;}
.property-vaz {
    overflow-y: auto;
    height: 255px;
}
.property-audi {
    overflow-y: auto;
    height: 300px;
}

.property-renault {
    overflow-y: auto;
    height: 298px;
}

.property-mercedes-benz {
    overflow-y: auto;
    height: 296px;
}

.property-opel {
    overflow-y: auto;
    height: 317px;
}

.property-peugeot {
    overflow-y: auto;
    height: 285px;
}

.property-volkswagen {
    overflow-y: auto;
    height: 299px;
}

.sidebar-products-list {
    margin-bottom: 21px;
    padding: 9px;
}
.sidebar-products-list h4 {
    margin: 0 0 16px 0;
    font-size: 16px;
    color: #585858;
  text-align: center;
}
.sidebar-products-list div.product-item {
    margin-bottom: 10px;
  position: relative;
}
.sidebar-products-list .product-image a {
    display: block;
    width: calc(100% - 2px);
    height: 0;
  padding-bottom: 100%;
    border: 1px solid #e4e4e4;
  background-size: contain;
}
.sidebar-products-list div.product-meta {
    padding: 9px;
    background: #fafafa;
}
.sidebar-products-list div.product-meta a.yl-product-title {
    display: block;
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
  word-wrap: break-word;
}
.sidebar-products-list div.product-meta a.yl-product-title:hover {
    text-decoration: underline;
}
.sidebar-products-list div.product-meta p {
    margin: 0;
    font-size: 22px;
    color: #9E042E;
    text-align: right;
}
.sidebar-products-list div.product-meta p span.product-old-price {
    font-size: 14px;
    color: #acacac;
    text-decoration: line-through;
}

/* ==========================================================================
   Area Right
   ========================================================================== */

.area-top-banners {
    margin-bottom: 21px;
    height: 164px;
}
.payment-methods-banner, .shipping-methods-banner {
    margin-right: 14px;
}
.payment-methods-banner:hover, .shipping-methods-banner:hover, .you-like-banner:hover, .qiwi-wide-banner:hover, .action_500-wide-banner:hover, .cart_block-inner:hover, .buy_step:hover {
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 11px rgba(0,0,0,.2);
    box-shadow: 0 0 11px rgba(0,0,0,.2);
}
.payment-methods-banner, .shipping-methods-banner, .you-like-banner {
    float: left;
    padding: 9px;
}
.payment-methods-banner p, .shipping-methods-banner p {
    margin: 0 0 8px 0;
    font-size: 12px;
    color: #565656;
}
.payment-methods-banner {
    width: 269px;
    height: 144px;
}
.shipping-methods-banner {
    width: 305px;
  	height: 144px;
  	background: #ffffff url("icons_shipping_all_new.png") 50% no-repeat;
}
.shipping-methods-banner a {
	display: block;
	width: 305px;
	height: 120px;
}
.you-like-banner {
    width: 280px;
    height: 144px;
    background: #ffffff url("icon_guarantee_new.png") 177px 50% no-repeat;
}
.you-like-banner a {
  text-decoration: none;
}
.you-like-banner h3 {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #565656;
    text-transform: uppercase;
}
.you-like-banner p {
    margin: 0;
    font-size: 16px;
    color: #565656;
}

/* ==========================================================================
   Sidebar Right
   ========================================================================== */
.sidebar-right {
    margin-bottom: 21px;
}

/* Action right */
.action_right_500-banner {
  height: 246px;
  margin-bottom: 21px;
  padding: 7px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url("money_vertical.jpg") no-repeat;
  background-position: 0 100%;
  background-size: 100%;
  background-color: #fff;
}
.action_right_500-banner a {
  text-decoration: none;
}
.action_right_500-title {
  font-size: 22px;
  color: #565656;
}
.action_right_500-bottom {
  font-size: 26px;
  color: #565656;
}
.action_right_500-price {
  font-size: 24px;
  color: #565656;
}
.action_right_500-price strong {
  font-size: 59px;
  font-weight: normal;
  line-height: 50px;
}

/* Banners right */
.countdown-right-banner, .qiwi-right-banner {
    position: relative;
    padding: 9px;
    color: #565656;
}
.countdown-right-banner span.title, .qiwi-right-banner span.title {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 29px;
    color: #565656;
    text-transform: uppercase;
}
.countdown-right-banner {
    margin-bottom: 21px;
    height: 230px;
}
.crb-1 {
    position: absolute;
    top: 80px;
    right: 20%;
    font-size: 48px;
}
.crb-2 {
    position: absolute;
    top: 90px;
    right: 5%;
    font-size: 24px;
}
.crb-3 {
    position: absolute;
    top: 133px;
    left: 9px;
    font-size: 19px;
}
.crb-4 {
    position: absolute;
    top: 169px;
    left: 9px;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}
.countdown-right-b {
    position: absolute;
    top: 207px;
    left: 9px;
    width: 128px;
    height: 30px;
    background: url("countdown_arrow_bg_new.png") no-repeat;
}

.qiwi-right-banner {
    margin-bottom: 21px;
    height: 230px;
    background: #ffffff url("icon_qiwi_big.png") 50% 90% no-repeat;
    text-decoration: none;
}
.qrb-1 {
    position: absolute;
    top: 77px;
    left: 9px;
    font-size: 19px;
    line-height: 19px;
    text-align: right;
}
.qrb-2 {
    position: absolute;
    top: 62px;
    left: 90px;
    font-size: 48px;
}
.qrb-3 {
    position: absolute;
    top: 70px;
    left: 117px;
    font-size: 24px;
}
.shoppilot-banner {}
#shoppilot-product-reviews-widget .sp-stars-rating .sp-star-on,
.shoppilot-product-rating-snippet .sp-stars-rating .sp-star-on,
#shoppilot-product-reviews-widget .sp-stars-rating .sp-star-off,
.shoppilot-product-rating-snippet .sp-stars-rating .sp-star-off,
#shoppilot-product-reviews-widget .sp-stars-rating .sp-star-half,
.shoppilot-product-rating-snippet .sp-stars-rating .sp-star-half,
#shoppilot-product-reviews-widget .sp-stars-sm.sp-stars-rating .sp-star-on,
.shoppilot-product-rating-snippet .sp-stars-sm.sp-stars-rating .sp-star-on,
#shoppilot-product-reviews-widget .sp-stars-sm.sp-stars-rating .sp-star-off,
.shoppilot-product-rating-snippet .sp-stars-sm.sp-stars-rating .sp-star-off,
#shoppilot-product-reviews-widget .sp-stars-sm.sp-stars-rating .sp-star-half,
.shoppilot-product-rating-snippet .sp-stars-sm.sp-stars-rating .sp-star-half,
#shoppilot-product-reviews-widget .sp-bar-rating:before,
#shoppilot-product-reviews-widget .sp-footer .sp-branding .sp-sm-logo,
#shoppilot-product-reviews-widget .sp-summary .sp-summary-recommended-badge{
    background-image: url(https://d1yasf9w5s7o57.cloudfront.net/assets/images/sprites-s3256d88f57.png) !important;
}

@media (min-width: 768px) {
    #shoppilot-product-reviews-widget .sp-review .sp-review-trusted-badge.sp-trusted-buyer,
  #shoppilot-product-reviews-widget .sp-review .sp-review-trusted-badge.sp-trusted-author{
        background-image: url(//d1yasf9w5s7o57.cloudfront.net/assets/images/sprites-s3256d88f57.png) !important;
    }
}

article.sp-review {display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;}

/* Blog posts home */
.blog-posts-home {
    padding: 9px;
}
.blog-posts-home h4 {
    margin: 0 0 16px 0;
    font-size: 19px;
    color: #585858;
}
.blog-posts-home h4 a {
    color: #585858;
    text-decoration: none;
}

.blog-post-home-item {
    padding: 10px 0;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.6), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.6), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.6), rgba(255,255,255,0));
    background-image: linear-gradient(to bottom, rgba(255,255,255,.6), rgba(255,255,255,0));
}
.blog-post-home-item:hover {
    background-color: #ffffff;
    text-decoration: underline;
}
.blog-post-home-item a.blog-link {
    color: #000000;
    text-decoration: none;
}
.blog-post-home-item span.date {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #cccccc;
}
.blog-post-home-item p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  word-wrap: break-word;
}
.blog-post-home-img img {
  max-width: 100%;
}
.blog-post-home-img {
  display: block;
  margin-bottom: 5px;
}
.blog-post-home-item span.blog-more-link {
    display: block;
    font-size: 12px;
    color: #0077ba;
    text-decoration: underline;
}
.blog-post-home-item:hover span.blog-more-link {
    text-decoration: none;
}

/* ==========================================================================
   Blog
   ========================================================================== */
.blog-tags {margin-bottom: 21px; font-size: 15px; padding: 9px;}
.blog-tags .sidebar-title {color: #585858; font-weight: bold; font-size: 15px;}
.blog-tags-toggle-list-wraps {margin-top: 10px;}
.toggle-list-button--tags {padding-top: 0; border: none;}
.blog-tags-item {font-size: 12px; color: #444348; display: inline-block; padding-right: 5px; }
.blog-tags-item.is-active {font-weight: bold;}
.blog-list {}

.blog-list-item {
  margin-bottom: 20px;
}
.blog-list-item a.blog-list-item-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: contain !important;
}

.blog-list-item-meta {
  padding: 9px 9px 9px 20px;
}
.blog-list-item-meta span.date {
  display: block;
  margin-bottom: 9px;
  font-size: 10px;
  color: #cccccc;
}
.blog-list-item-meta h2 {
  margin: 0 0 10px 0;
  font-size: 19px;
  color: #585858;
}
.blog-list-item-tags {font-size: 12px; margin: 0 0 10px 0; padding-left: 25px; background: url(tag-item.png) left center no-repeat;}
.blog-list-item-tags-item a {color: #676767; white-space: nowrap; }
.blog-list-item-tags-item { padding-right: 10px; }
.blog-list-item-meta h2 a {
  color: #585858;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.blog-list-item-meta h2 a:hover {
  text-decoration: underline;
}
.blog-list-item-meta p {
  margin: 0 0 6px 0;
  padding-bottom: 20px;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
}
.blog-list-item-meta a.blog-list-item-more-link {
  font-size: 12px;
  color: #585858;
}


.blog-comments {
  padding-top: 30px;
}
.blog-comments .box, .pp-description-block .box {
  display: none;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dbdbdb;background-color: #ffffff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.pp-description-block .box.current {display: block;}
.blog-comments .box.visible, .pp-description-block .box.visible {
  display: block;
}
.blog-comments ul, .pp-description-block ul {
  margin: 0 0 -1px 0px;
  padding: 0;
}
.blog-comments ul li, .pp-description-block ul li {
  float: left;
  padding: 8px 12px;
  font-size: 12px;
  color: #000000;
  list-style: none;
  cursor: pointer;
}
.blog-comments ul li.current, .pp-description-block ul li.current {
  background-color: #ffffff;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 -3px 10px -1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -3px 10px -1px rgba(0,0,0,.1);
  box-shadow: 0 -3px 10px -1px rgba(0,0,0,.1);
}
.pp-description-block ul.ppdb-tabs li:first-child{
  border-left: 1px solid #dbdbdb;
}
.pp-description-block {
  margin-bottom: 20px;
  position: relative;
}
.pp-description-block ul.ppdb-tabs li {
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-weight: bold;
  color: #555555;
  padding: 10px 8px;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 -3px 10px -1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -3px 10px -1px rgba(0,0,0,.1);
  box-shadow: 0 -3px 10px -1px rgba(0,0,0,0.1);
}

.pp-description-block .blog-comments .box {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,.1);
  box-shadow: 0 0 0 rgba(0,0,0,.1);
}

.pp-description-block .blog-comments ul.tabs {
  margin: 0 0 4px 0;
  padding-left: 35px;
  width: 265px;
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1);
}

.pp-description-block .blog-comments ul.tabs li {
  margin-bottom: -5px;
}
/*
.pp-description-block .box img {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
*/
#sb, .sb-class {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

/* ==========================================================================
   Content
   ========================================================================== */

.content p {
    margin-top: 0;
}

/* Breadcrumbs */
.breadcrumbs {
    margin-bottom: 21px;
    font-size: 12px;
    color: #565656;
}
.breadcrumbs a {
    color: #565656;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.title-index {
  font-size: 24px;
}
h3.title-index {
  margin-bottom: 0;
}
.title-step {
  margin-top: 13px;
}
/* ==========================================================================
   Page
   ========================================================================== */
.page-title {
    font-size: 18px;
  margin: 0 0 19px 0;
}
.page-content {
  font-size: 16px;
}
.page-content p {
  margin-bottom: 12px;
}
h3.title-timer {
  margin-top: 36px;
}
/* 404 Page */
.page-404 {}
.page-404 img {
    float: left;
    margin-right: 15px;
    margin-bottom: 21px;
}
.page-404 h3 {
    margin: 0 0 14px 0;
    font-size: 19px;
    line-height: 19px;
    color: #585858;
}
.page-404 p {
    margin: 0;
    font-size: 17px;
}
.product-list-title {
  font-size: 20px;
}
/* ==========================================================================
   Model column
   ========================================================================== */
.brand_home {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
}
.brand_home:hover {
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 11px rgba(0,0,0,.2);
    box-shadow: 0 0 11px rgba(0,0,0,.2);
}
.brand_home-wide:hover {
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 11px rgba(0,0,0,.2);
    box-shadow: 0 0 11px rgba(0,0,0,.2);
}
.countdown-wide-banner:hover {
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 11px rgba(0,0,0,.2);
    box-shadow: 0 0 11px rgba(0,0,0,.2);
}
.brand_home-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.brand_home-img img {
  max-height: 50px;
}
.brand_home-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
}
a.brand_home-head {
  margin-bottom: 25px;
  display: block;
  text-decoration: none;
  color: #000;
}
.brand_home-value p {
  background: #f0f0f0;
  color: #565656;
  margin-bottom: 1px;
  position: relative;
}

.brand_home-value p a {
  color: #565656;
  font-size: 14px;
  display: block;
  padding: 5px 10px;
}
.brand_home-empty .brand_home-head{
	margin-bottom: 0px;
}
.brand_home-other a {
  color: #0078be;
  margin-top: 15px;
  display: block;
}

.brand_home-value p a:after {
  content: '\25BA';
  color: #b6b6b6;
  position: absolute;
  right: 5px;
  font-size: 12px;
  line-height: 29px;
  top: 0;
}
.brand_home-wide img {
  height: auto;
  width: 100%;
  max-height: none !important;
}
.brand_home-wide .brand_home-img{
  margin-right: 0;
  margin-bottom: 15px;
}
.related_block-title {
  margin-left: 10px;
  font-size: 24px;
}
.related_block .brand_home-img {
  height: 135px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.related_block .model-col-3_first .brand_home-img img{
  margin-top: -10px;
}
.related_block .brand_home-img img {
  max-height: 135px !important;
  width: auto !important;
}
.brand_home-img.brand_home-img--universalnye-steklopodemniki {
  margin-bottom: 9px;
}
.related_block .brand_home-title {
  padding: 5px 15px 0px 15px;
  display: block;
  line-height: 1;
}
.brand_home-wide > a {
  margin-bottom: 15px;
}
.related_block .brand_home-img {
  margin-bottom: 0;
}
.related_block {
  margin-bottom: 10px;
}
.brand_home-img.brand_home-img--volkswagen img {
  max-height: 45px;
}

.brand_home-img.brand_home-img--dlya-avtomobiley-chevrolet img {
  max-height: 35px;
}

.brand_home-img.brand_home-img--dlya-avtomobiley-chevrolet {
  margin-right: 2px;
}

.brand_home-img.brand_home-img--ford img {
  max-height: 36px;
}

.brand_home-img.brand_home-img--ford {
  margin-right: 4px;
}

.brand_home-img.brand_home-img--dlya-avtomobiley-daewoo img {
  max-height: 38px;
}

.brand_home-img.brand_home-img--dlya-avtomobiley-daewoo {
  margin-right: 11px;
}

.brand_home-img.brand_home-img--dlya-avtomobiley-hyundai img {
  max-height: 37px;
}

.brand_home-img.brand_home-img--dlya-avtomobiley-hyundai {
  margin-right: 15px;
}

.brand_home-img.brand_home-img--dlya-avtomobiley-uaz img {
  max-height: 34px;
}

.brand_home-img.brand_home-img--dlya-avtomobiley-uaz {
  margin-right: 3px;
}
/* ==========================================================================
   Product List
   ========================================================================== */

.product-list h1.product-list-title, .product-list h2.product-list-title {
    margin: 21px 0 20px 15px;
    font-size: 18px;
}
.product-list-item {
    position: relative;
    width: 100%;
}

.product-list-item:hover {
    margin-bottom: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(255,255,255,.1);
    -moz-box-shadow: 0 0 10px rgba(255,255,255,.1);
    box-shadow: 0 0 10px rgba(255,255,255,.1);
}
.product-list-item:hover.first-in-row, .product-list-item:hover.last-in-row {
    margin-bottom: 20px;
}
.product-list-item:after {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -10;
    display: none;
    content: '';
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);

}
.product-list-item:hover{
  border-color: #fff !important;
}
.product-list-item:hover:after {
    display: block;
}
.product-list-item .product-list-image {
    position: relative;
  overflow: hidden;
}
a.pl-no-available-img {
    position: absolute;
  width: 100%;
  background-position: center center;
    background-repeat: no-repeat;
  background-size: cover !important;
}

.product-list-item .product-list-image a.pl-image {
    display: block;
    height: 0;
  padding-bottom: 100%;
  background-size: contain !important;
    border-bottom: 1px solid #dbdbdb;
}
.pl-image picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pl-no-available-img {
    z-index: 1;
}
.product-list-item:hover .product-list-image a {
    outline: 1px solid #dbdbdb;
    border-bottom: 1px solid transparent;
}
.product-list-item .product-list-meta {
    padding: 9px;
}
.pl-status-img {
  position: absolute;
  height: 95px !important;
  width: 95px;
  border: none !important;
  outline: none !important;
  left: -10px;
  top: -12px;
  z-index: 1;
}
.pp-status-img {
  width: 100%;
}
.product-list-item .product-list-meta a.plm-product-title {
    display: block;
    margin: 0 0 7px 0;
    height: 88px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
}
.product-list-item .product-list-meta a.plm-product-title:hover {
    text-decoration: underline;
}
.product-list-item .product-list-meta p {
    margin: 0;
    font-size: 22px;
    color: #9E042E;
    text-align: right;
  white-space: nowrap;
}
.product-list-item .product-list-meta p span.product-old-price,
.product-list-item .product-list-meta p span.line-through {
    font-size: 14px;
    color: #ACACAC;
    text-decoration: line-through;
}
.product-list-item .product-list-links {
    margin: 0;
    padding: 9px;
}
.product-list-item .product-list-links li {
    list-style: none;
}
.product-list-item .product-list-links li.product-list-more-link {
    float: left;
}
.product-list-item .product-list-links li.product-list-more-link a {
    font-size: 13px;
    color: #0077ba;
}
.product-list-item .product-list-links li.product-list-buy-now {
    float: right;
}
.product-list-item .product-list-links li.product-list-buy-now a {
    padding-left: 17px;
    padding-right: 17px;
}

.product-list-meta .product_form-available {
 font-size: 12px; 
}

.product_form-available i{
  font-size:11px;
  font-style: normal;
  padding-left: 27px;	
}
/* ==========================================================================
   Product form
   ========================================================================== */
.product_form-buy-one-click {
  color: #009fe3;
}
.pp-similar-link--right {
  float: right;
  line-height: 1.5;
}
.product_form-buy-button {
  line-height: 27px;
  padding: 0 44px;
  border-radius: 3px;
}
.product_form-similar-link--padding_zero {
  padding: 0;
}

.product-page-info a{
  color: #009fe3;
}
.product_form-similar-link {
  color: #009fe3;
}
.product_form-price {
  color: #b9022b;
  font-size: 24px;
}
p.product_form-price_block {
  margin: 18px 0 40px 0;
  display: block;
  text-align: center;
}

.product_form-available img {
  height: 20px;
  vertical-align: sub;
  line-height: 20px;
  margin-right: 7px;
}
/* ==========================================================================
   Product page
   ========================================================================== */
.product-page {}
.product-page-meta {
  margin-bottom: 25px;
}
a.status-img {
  position: absolute;
  z-index: 999;
  right: -12px;
  top: -12px;
  width: 95px;
}
.product-page-img-box {
  position: relative;
}
.product-page-image-zoom {
  position: relative;
  margin-bottom: 6px;
  height: 0px;
  padding-bottom: 100%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #cdcdcd;
}
.pp-no-available-img {
  width: 100%;
}
.product-page-image-zoom a {}
.more-views {}
.preview-list {width: calc(100% + 0.5rem);}
.preview-list a {
display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #cdcdcd;
  background-size: contain !important;
}
.delivery-infoblock {
  margin-bottom: 7px;
}

span.product_form-old-price {
  text-decoration: line-through;
  color: #898989;
  font-size: 16px;
  margin-right: 20px;
}
.product-page-meta p.pp-price span.line-through {
  text-decoration: line-through;
  color: #898989;
  font-size: 16px;
  margin-right: 20px;
  vertical-align: text-bottom;
  margin-right: 4px;
}
.product-page-meta p.pp-price span.product-action-price {
  color: #b9022b;
  font-size: 24px;
}
/*.preview-list a:hover {
  border: 2px solid #666666;
}*/
.preview-list a.last-item {
  margin-right: 0 !important;
}

.product-page-info {
  padding: 11px 13px 0px 13px;
}
.product-page-info h1 {
  margin: 0 0 15px 0;
  font-size: 19px;
  color: #585858;
}
.product-title-top {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 0;
}
.breadcrumbs--product {
  margin-bottom: 5px;
}
.product-page-properties {
  font-size: 12px;
  color: #000000;
}
.product-page-properties tr {
  border-bottom: 1px solid #cccccc;
}
.product-page-properties td {
  padding: 7px 0;
}
.product-page-properties td.product-page-property-name {
  width: 185px;
}

.product-page-price-buttons {
  padding: 5px 0 10px 0;
}
.info_pay-imgs {
  margin-bottom: 5px;
}

/*.product-page-price-buttons span.pp-available-no {
  background: url("product_available_no.png") no-repeat;
}
.product-page-price-buttons span.pp-available-yes {
  background: url("product_available_yes.png") no-repeat;
}*/

.pp-buy-button {
  line-height: 30px;
  padding: 0 40px;
  border-radius: 3px;
}
.pp-available img {
  height: 20px;
  vertical-align: sub;
}
.pp-buy-button {
  line-height: 28px;
  padding: 0px 43px;
  border-radius: 3px;
  width: auto;
  margin-right: 0;
  vertical-align: top;
}
input.pp-buy-button.button-brown {
  padding: 0 27px;
}
.product_form-buy-button.button-brown {
  line-height: 27px;
  padding: 0 28px;
  width: auto;
  border-radius: 3px;
}
.pp-available img {
  height: 20px;
  vertical-align: sub;
  margin-right: 6px;
}
.product-page-price-buttons .product-price {
  color: #b9022b;
  font-size: 24px;
  margin-left: 3px;
}
.product-page-price-buttons.clearfix.product-page--noaval .pp-similar-link {
  display: inline-block;
  width: 157px;
  text-align: right;
  vertical-align: text-bottom;
}


span.product_form-available.product_form-available-no.product_form--snyat {
  line-height: 39px;
}
span.product_form-available.product_form-available-no.product_form--ne-dostupen {
  line-height: 28px;
}

.product-page-price-buttons p.pp-price span.product-old-price {vertical-align: text-bottom;}
.product-page-price-buttons .pp-price {
  display: inline-block;
  margin-bottom: 0;
}
.pp-available-no + .pp-center {
  width: 424px;
}
.product-page-price-buttons p.pp-price span.product-old-price,
.product-page-price-buttons p.pp-price span.line-through,
p.pp-price span.line-through {
  font-size: 16px;
  color: #acacac;
  text-decoration: line-through;

}
.sidebar-left p.pp-price span.line-through{
	font-size: 14px;
}
.product-page-price-buttons .product-action-price {
    color: #b9022b;
  font-size: 24px;
}

.product-page-description-title {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #585858;
}
.product-page-description {
  font-size: 12px;
}
.product-page-description a {
  color: #0077ba;
}

.product-page-description img {
	background-color: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.search-result-text {
  font-size: 21px;
}

.pp-buy-one-click {
  color: #009fe3;
}

.pp-center {
  display: inline-block;
  width: 461px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pp-similar-link {
  width: 185px;
  line-height: 30px;
  text-align: center;
  color: #0077ba;
}

/* Reviews */
/*
#reviews h3 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 16px;
  color: #0077BA;
  cursor: pointer;
}
ul.reviews {
  margin: 0 0 40px 0;
  padding: 0;
}
ul.reviews li {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.review_details {
  color: #0077BA;
}

#review_form {
  font-size: 14px;
}

#review_form div.notice {
  margin-bottom: 15px;
}

#review_form h3 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 16px;
  color: #0077BA;
}

#review_form label {
  display: block;
  font-size: 12px;
}

#review_form input[type="text"], #review_form textarea  {
  margin-bottom: 15px;
  padding: 5px;
  width: 252px;
  font-size: 14px;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#review_form textarea {
  width: 741px !important;
}

#review_form input.buy_button {
  float: right;
  padding: 0 20px;
}

#captcha {
  float: left;
  margin-bottom: 15px;
}

#captcha_challenge {
  float: left;
  margin-right: 10px;
}
#review_captcha_solution {
  float: left;
  margin-bottom: 2px !important;
}
*/

/* Comments */
#comments {
  font-size: 16px;
}
#comments p.box {
  margin-bottom: 15px;
}
#comments p {
  margin: 0 0 15px 0;
  padding: 0;
}
#comments a {
  font-size: 16px;
  font-weight: bold;
  color: #0077BA;
  cursor: pointer;
  text-decoration: none;
}

ul.comments {
  margin: 0 0 40px 0;
  padding: 0;
}
ul.comments li {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
ul.comments li .date {
  color: #0077BA;
}

#comment_form {
  font-size: 14px;
}

#comment_form .notice {
  margin-bottom: 15px;
}
#comment_form .notice.error {
  color: #ff0000;
}

#comment_form label {
  display: block;
  font-size: 12px;
}

#comment_form input[type="text"], #comment_form textarea  {
  margin-bottom: 15px;
  padding: 5px;
  max-width: 252px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#comment_form textarea {
  max-width: 674px !important;
}

#comment_form input.buy_button {
  float: right;
  padding: 0 20px;
}

#comment_captcha_solution {
  float: left;
  margin-bottom: 2px !important;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
    padding: 8px;
    font-size: 12px;
}
.pagination span {
    margin-right: 10px;
}
.pagination span.active {
   background: #dbdbdb;
}
.pagination a {
    margin-right: 10px;
    color: #000000;
    text-decoration: none;
}
.pagination .pagination-page {
    border: 1px solid #dbdbdb;
	display: inline-block;
  font-size: 120%;
  padding: 2px 8px;
}
.pagination a.pagination-page:hover {
   background: #dbdbdb;
}
.pagination-next-url {
    float: right;
    margin-right: 0 !important;
  margin-top: 6px;
}

/* ==========================================================================
   Cart page
   ========================================================================== */
#add_product_notification {
  padding: 10px;
  color: #000000;
  background: #f1f1f1;
  border:1px solid #DEDAD6;
}
#own_preloader {
  width: 200px;
  height: 60px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  z-index: 1000;
}

.product-list-item .product-list-image .cart-item-delete {
    position: absolute;
	top: 5px;
    right: 5px;
    display: block;
    text-indent: -99999px;
	width: 15px;
    height: 15px;
    background: url("cart_item_delete.png") no-repeat;
    border: none;
}
.product-list-item:hover .product-list-image .cart-item-delete {
    border: none !important;
}

.cart-quantity-outer {}
.minus, .plus {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.minus {
  background: url("cart_quantity_minus.png") no-repeat;
}
.plus {
  background: url("cart_quantity_plus.png") no-repeat;
}
.minus-delete-button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  background: url("minus_delete_button.png") no-repeat;
  cursor: pointer;
}

.cart-quantity-outer input.quantity_input {
  float: left;
  padding-top: 3px;
  width: 25px;
  font-size: 22px;
  color: #565656;
  text-align: center;
  background: none;
  border: none;
}

.cart-quantity-price {
  width: 110px;
  text-align: center;
}
.cart-quantity-price:hover {
    background-image: -webkit-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
    background-image: -moz-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
    background-image: -o-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
    background-image: linear-gradient(to top, #ccc, rgba(204,204,204,0));
}

.cart-total-outer {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cart-total {
  font-size: 14px;
  color: #565656;
}
.cart-total span {
  font-size: 22px;
}

.cart-coupon p.error {
  padding-top: 5px;
  font-size: 12px;
  color: red;
}

.cart-coupon label {
  margin-right: 3%;
  font-size: 14px;
  color: #565656;
}
.cart-coupon input.txt {
  margin-right: 3%;
  padding: 3px 10px;
  max-width: 50%;
  width: calc(94% - 150px);
  height: 22px;
  color: #565656;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 2px 5px rgba(0,0,0,.3);
  -moz-box-shadow: inset 1px 2px 5px rgba(0,0,0,.3);
  box-shadow: inset 1px 2px 5px rgba(0,0,0,.3);
}
.cart-coupon input.cart-coupon-button {
  background: none;
  font-size: 14px;
  color: #1785d7;
  text-decoration: underline;
  border: none;
  padding: 0;
}
.cart-coupon input.cart-coupon-button:hover {
  text-decoration: none;
}

.cart-order-button {
  width: 220px;
  max-width: 100%;
  text-align: center;
  height: 34px;
  border-radius: 3px;
}
.cart-more-products-link {
  font-size: 14px;
  color: #1785d7;
}

.cart-banner {
  overflow: hidden;
  margin-bottom: 17px;
  width: 100%;
  text-align: center;
}

.order-banner {
  overflow: hidden;
  max-width: 707px;
  width: 100%;
  margin: 0 auto 1rem;
}

#top_info h3 {
  font-size: 12px;
}
#top_info span {
  margin-left: 10px;
}
.order-banner.box-rounded-shadow img {
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
}
.order-banner.box-rounded-shadow {
  margin-top: 20px;
}

/* New Cart Style */
.cart-table-products {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #cccccc;
}
.cart-table-products thead {
  background: #ffffff;
}
.cart-table-products thead th {
  padding: 5px;
  font-size: 14px;
  color: #565656;
  text-align: center;
}
.cart-table-products tr {}
.cart-table-products td {
  padding: 5px;
  text-align: center;
  border: 1px solid #cccccc;
}
.ct-item-image {width: 15%;}
.ct-item-title {width: 50%;}
.ct-item-price {width: 10%;}
.ct-item-quantity {width: 10%;}
.ct-item-total-price {width: 10%;}
.ct-item-del {width: 5%;}
.cart-table-products td.ct-item-title {
  text-align: left;
}
.cart-table-products td.ct-item-title a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.cart-table-products td.ct-item-title a:hover {
  text-decoration: underline;
}
.cart-table-products td.ct-item-price {
  font-size: 14px;
  color: #565656;
}
.cart-table-products td.ct-item-quantity input {
  padding: 3px;
  width: 50px;
  font-size: 14px;
  font-weight: normal;
  color: #565656;
  text-align: center;
}
.cart-table-products td.ct-item-total-price {
  font-size: 14px;
  color: #565656;
}
.cart-table-products td.ct-item-del a {
  color: #ff0000;
  font-size: 24px;
  text-decoration: none;
}


/* ==========================================================================
   Footer
   ========================================================================== */

/* Social Buttons Footer */
.social-buttons-footer {
    margin-bottom: 15px;
    padding-top: 45px;
}
.body--collection .social-buttons-footer {
  margin-bottom: 5px;
  padding-top: 5px;
}
.body--collection .pagination {
  padding: 8px;
  font-size: 12px;
  margin-top: 12px;
}
.social-buttons-title {
  text-align: right;
}
.social-buttons-block div {
  display: inline-block;
}
.social-buttons-block {
  text-align: right;
}
.social-buttons-title div {
  display: inline-block;
  width: 203px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.social-buttons-footer a {
    display: block;
    margin-right: 13px;
    float: left;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
.social-buttons-footer a.social-tw {
    background-position: -35px 0;
}
.social-buttons-footer a.social-fb {
    background-position: -71px 0;
}
.social-buttons-footer a.social-yt {
    background-position: -106px 0;
}
.social-buttons-footer a.social-cart {
    margin-right: 0;
    background-position: -142px 0;
}

.footer {
    padding:6px 0 35px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}
.body--index .social-buttons-footer {
  margin-bottom: 5px;
  padding-top: 13px;
}
.body--cart .social-buttons-footer {
  margin-bottom: 5px;
  padding-top: 13px;
}


.copyright {
    float: left;
    font-size: 12px;
}
.copyright p {
    margin: 12px 0;
}
.copyright a {
    color: #0078be;
}

.bottom-menus {
    text-align: right;
}
.bottom-menus ul {
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.bottom-menus ul li {
    list-style: none;
}
.bottom-menus ul li a {
    color: #0077ba;
    font-size: 12px;
}
.bottom-menu-1, .bottom-menu-2 {
  vertical-align: top;
  text-align: left;
}
.footer .phones {
  padding-top: 16px;
  font-size: 15px;
}
.footer .phones > span {
  font-size: 14px;
}
/* ==========================================================================
   advantage
   ========================================================================== */

.advantage {
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
}
.advantage-text {
  line-height: 1.1rem;
  font-size: 14px;
}



/* ==========================================================================
   Modal Call Phone
   ========================================================================== */
#call-phone-modal-1 {}
#call-phone-modal-1 form {
    text-align: center;
}
#call-phone-modal-1 form h3 {
    margin-top: 0px;
    text-transform: uppercase;
}
#call-phone-modal-1 form input[type="text"], #call-phone-modal-1 form textarea {
    margin-bottom: 15px;
    padding: 10px;
    max-width: 252px;
  width: 100%;
    height: 17px;
    font-size: 15px;
    color: #444444;
    border: 1px solid #444444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#call-phone-modal-1 form textarea {
    height: 80px;
}

.call-phone-submit-1 {
    padding: 0 20px;
}

input.input-error {
  border-color: red !important;
}

#one-click-buy-modal {}

.one-click-buy-title {
    margin-top: 0px;
    text-transform: uppercase;
}

.one-click-buy-left div {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
  border: 1px solid #444444;
}
.one-click-buy-left h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #0077ba;
}


.one-click-buy-right .one-click-buy-modal {
    text-align: center;
}
.one-click-buy-right .one-click-buy-modal h3 {
    margin-top: 0px;
    text-transform: uppercase;
}
.one-click-buy-right .one-click-buy-modal input[type="text"], #one-click-buy-modal .one-click-buy-modal textarea {
    margin-bottom: 15px;
    padding: 10px;
    width: 252px;
    height: 17px;
    font-size: 15px;
    color: #444444;
    border: 1px solid #444444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.one-click-buy-right .one-click-buy-modal textarea {
    height: 80px !important;
}

.one-click-buy-right .one-click-buy-modal input.one-click-buy-quantity {
  width: 20px;
  text-align: center;
}

.one-click-buy-submit {
    padding: 0 20px;
    width: 200px;
}

/* Yandex Market Banner */
.yamarket-banner {
  width: 100%;
}
.yam-image {text-align: center;}
.banner-text {
  margin: 0;}
.yam-call {
  width: 100%;
  text-align: center;
  left: 0;
  box-sizing: border-box;
}
.yam-call span {
  color: #ec6e00;
}
.yam-review {display: none;}
.yam-client {
  margin: 0;
  font-size: 15px;
color: #2b2b2b;
}
.yam-client span {display: inline-block;}
.yam-client span:first-letter {
  color: red;
}
.yam-client img {width: 24px;
height: 24px;
margin-right: 5px;
border-radius: 50%;
vertical-align: middle;}
.yam-stars {
  margin: 0;
  font-size: 9px;
  color: #b0b0b0;
  margin: 5px 0 0;
}
.yam-stars i {color: #FF9013; font-size: 12px;}
.yam-stars span {white-space: nowrap;}
.yam-comment {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}
.yam-button-wrap {text-align: center;}
.yam-button {
  padding: 0 7px;
  font-size: 13px;
  line-height: 22px;
}

/* Home Page */
.home-page-content {}
.home-page-content p {
  text-align: justify;
}

.quote {
  float: right;
  width: 250px;
  font-size: small;
  font-style: italic;
  line-height: 24px;
}
.ml-1 { margin-left: 80px; }
.ml-2 { margin-left: 90px; }
.ml-3 { margin-left: 80px; }
.ml-4 { margin-left: 125px; }
.ml-5 { margin-left: 120px; }


.m-l-1 { margin-left: 10%; }
.m-l-2 { margin-left: 26%; }
.m-l-3 { margin-left: 40%; }
.c-purple { color: #9E042E; }
.f-bold { font-weight: bold; }
.l-through { text-decoration: line-through; }
.f-small { font-size: small; }
.f-large { font-size: large; }

.page-content.sitemap a {
  color: #9e042e;
}
.home-page-content p {
  line-height: 24px;
}
.home-page-tops p {
  margin-bottom: 24px;
}
.home_cat-list {
  padding: 0;
  list-style: none;
}
.home_cat-list {
  margin-top: 60px;
  margin-bottom: 32px;
}

.home_timer-img {
  float: left;
  padding-top: 15px;
}
.home_timer {
  margin-top: 25px;
}
.home_timer-text {
  margin-left: 115px;
}
.home_cat-item_last{
	margin-right: 0px;
}
.buy_step-list {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
.pre_list {
  margin-bottom: 0;
}
.buy_step-item:before {
  content: '\2022';
  color: #9e042e;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 0;
}
.buy_step-item {
  line-height: 20px;
  padding-left: 11px;
  position: relative;
}
.buy_step_1 {
  margin-top: 25px;
}
.buy_step {
  padding: 9px 15px 0px 25px;
  width: 660px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  clear: both;
  margin-bottom: 20px;
}
.buy_step-num {
  color: #9e042e;
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.buy_step-head {
  margin-bottom: 13px;
}
.buy_step-title {
  color: #565656;
  font-size: 20px;
  font-weight: bold;
}
.buy_step-post_logo {
  margin-bottom: 1em;
}
.buy_step-pay_logo {
  margin-bottom: 1em;
}
.home-page-content a {
  color: #0077ba;
}

.buy_step_2, .buy_step_4 {float: right;}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Browse Happy prompt */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.last {
    margin-right: 0 !important;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.no-display {
    display: none;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
 .loading-indicator {position:absolute; opacity:0.7;display:block; width:120px; font-size:12px; height:30px; line-height:30px; color:#FFF; text-align:center; border-radius:8px; background:#000;z-index:9999;right:20px; top:20px;}

.location-select-label {
  	display: block;
  	width: 100%;
  	font-size: 14px;  
  	line-height: 16px;
}
.mb-10 {
 	margin-bottom: 10px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mt-10 {
 	margin-top: 10px !important;
}
.my-country-link {
    white-space: nowrap;
    border-bottom: 1px dashed;
    text-decoration: none !important;
    color: #0078be;
    outline: none !important;
}

@media all and (max-width: 1220px) {
  .sb-social {
    display: none;
  }
}

.model_year_filter { background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block; padding: 9px;

  }

/* ==========================================================================
   Warranty
   ========================================================================== */

.warranty_block {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 31%;
  margin: 25px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.warranty_block-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.warranty_block-bottom {
  text-align: center;
}
.warranty_block-bottom a {
  color: #009fe3;
}
.warranty_block-text_inner {
  font-weight: bold;
  margin-top: 15px;
  color: #565656;
}

/* ==========================================================================
   Payment
   ========================================================================== */
.payment-bottom_block {
  margin-top: 15px;
}

.payment-bottom_block p {
  margin-bottom: 9px;
}
.payment-list {
  overflow: hidden;
  clear: both;
}

.payment-text_head {
  font-weight: bold;
  font-size: 14px;
}
.payment-text_bottom {
  font-size: 14px;
}
.payment-item {
  margin-bottom: 14px;
}
.payment-text_bottom a {
  color: #009fe3;
}
.payment-top {
  margin-bottom: 20px;
}

/* ==========================================================================
   Fixed head
   ========================================================================== */
.fixed_head{
	display: none;
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	z-index: 99999;
	background: #eeeeee;
  	height: 59px;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}
.togglers-container {white-space: nowrap;}
.phones--head span.small {
    font-size: 12px;
    display: inline-block;
    vertical-align: super;
}
.phones--head span.big {
     font-size: 24px;
 }
.header {margin-bottom: 15px;}
.header .phones .button-callback {
    margin-top: 4px;
    width: 248px;
    margin-right: 2px;
    font-size: 17px;
}
.fixed_head-phone_block {
  padding-top: 4px;
}
.fixed_head-cart_block {
  margin-top: 4px;
}
.cart_block-inner {
  background: url("icon_shopping_cart_mini_new.png") 10px 5px no-repeat;
  background-size: 40px;
  width: 300px;
  height: 50px;
  padding-top: 8px;
  padding-left: 79px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
}
.cart_block a {
  color: inherit;
  text-decoration: none;
}
.cart_block-count {
  line-height: 1;
}
.cart_block-price {
  line-height: 1;
}
.phone_block-title {
  color: #565656;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 4px;
}

.phone_block-big a {
  color: #565656;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
}
.phone_block-big {
  text-align: center;
}
.phone_block-city {
  text-align: center;
  font-size: 11px;
  white-space: nowrap;
}
.fixed_head-inner {
  padding-top: 0;
 }
.fixed_head-link_logo {
  vertical-align: top;
  padding-top: 8px;
}
/* ==========================================================================
   Info pay
   ========================================================================== */
.info_pay-list {
  padding: 0;
  list-style: none;
  margin: 0 0 15px 0;
}
.info_pay-item {
  display: inline-block;
  vertical-align: middle;
}
.info_pay-item_one {
  width: 100px;
}
.info_pay-item_two {
  width: 155px;
}
.info_pay-item_three {
  width: 80px;
}


/* ==========================================================================
   THANKS BLOCK
   ========================================================================== */
.thanks_block-step {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.thanks_block--first .thanks_block-text {
  display: block;
  text-align: center;
  margin-top: 6px;
  padding: 0 0px;
  box-sizing: border-box;
  font-size: 14px;
}
.thanks_block-arrow {
  display: inline-block;
  vertical-align: top;
  margin: 35px 0 0;
  width: 5%;
  text-align: center;
}

.thanks_block-img {
  max-width: 106px;
  height: 106px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}


.thanks_block-text {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 6px;
  padding: 0 0px;
  box-sizing: border-box;
  font-size: 14px;
}
.thanks_block-p {
  margin-bottom: 30px;
}
.thanks_block-text strong {
  display: block;
}
/* ==========================================================================
   B MODAL
   ========================================================================== */
.b-modal {
  background: none !important;
}
.country-modal {
  padding: 20px;
  max-width: 486px;
  max-height: 540px;
  width: 100%;
  box-sizing: border-box;
  /*overflow-y: overlay;*/
}
.btn-close {
  font-size: 40px;
  color: #565656;
  line-height: 1;
  text-align: right;
  display: block;
  position: absolute;
  right: 17px;
  top: 10px;
}
.btn-close:hover{
	cursor: pointer;
}
.country-modal h4 {
  margin: 0 0 11px 0;
  font-size: 16px;
  font-weight: bold;
}
#confirm-location .country-modal h4 {
  margin: 0 0 14px 0;
}
.form-group strong {
  color: #565656;
  font-size: 14px;
  display: block;
}
.set-location-list {
  padding: 0;
  list-style: none;
  margin: 12px 0 24px 0;
}
.set-location-list li {margin-bottom: 3px;}
.set-location-link {
  color: #0078be;
}
/*
.location_hint{
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #D7D6D6;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  margin-top:1px;
}
.location_hint ul{
  list-style:none;
  padding:0;
  margin:0;
}
.location_hint li a{
  padding:4px;
  overflow:hidden;
  display:block;
}
.location_hint li a:hover{
  background:#f0f0f0;
}
.location_hint .set-location-link {
  color: #000000;
  text-decoration: none;
}
.set-location-link span.suggest_slug {
  color: #0078be;
}
*/
.set-location-list {
  display: inline-block;
  vertical-align: top;
}
.location-select-title{
	margin-bottom: 20px;
}
.form-group--location-link{
	margin-bottom: 20px;
}
.location-select:focus {
  color: #000;
}
.slider-search-block input[type="text"]:focus {
  color: #000;
}
.header-search-block input[type="text"]:focus {
  color: #000;
}
#index .related_block-title {
  margin: 0px 0 23px 10px;
  line-height: 1;
}
.set-location-list--one {
  width: 192px;
}
.set-location-list--two {
  width: 126px;
}
.set-location-btn, .set-country-btn {
  width: 82px;
  height: 34px;
  font-weight: bold;
  color: #565656;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: -moz-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: -o-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
  background-image: linear-gradient(to top, #ccc, rgba(204,204,204,0));
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  font-size: 12px;
}
.set-location-btn:hover, .set-country-btn:hover {
    background-image: -webkit-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: -moz-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: -o-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: linear-gradient(to top, rgba(204,204,204,0), #ccc);
}
.location-select {
  border-radius: 2px;
  padding: 7px 10px;
  border: 1px solid #d7d6d6;
  color: #aeaeae;
  font-style: italic;
  width: 328px;
  outline: none;
  margin-right: 6px;
  float: left;
}
.location-select[value] {
  color: #000;
}
.location-select:focus {
  color: #000;
}
.location-confirm-btn.buy_button {
    width: 96px;
    height: 36px;
    font-weight: bold;
    color: #565656;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
    background-image: -moz-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
    background-image: -o-linear-gradient(bottom, #ccc, rgba(204,204,204,0));
    background-image: linear-gradient(to top, #ccc, rgba(204,204,204,0));
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
}
.location-bottom-text{
  font-size: 14px;
}
#confirm-location.country-modal {
  padding: 18px 20px 16px 20px;
  max-width: 455px;
  box-sizing: border-box;
}
#confirm-location .form-group--location-link{
	margin-bottom: 15px;
}
#confirm-location h4 {
  margin: 0 0 15px 0;
}
.location-confirm-btn.buy_button:hover {
    background-image: -webkit-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: -moz-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: -o-linear-gradient(bottom, rgba(204,204,204,0), #ccc);
    background-image: linear-gradient(to top, rgba(204,204,204,0), #ccc);
}
.change-location-link {
    color: #000;
    margin-left: 15px;
}

.suggestions-suggestions strong {
  font-weight: normal !important;
  color: #3399FF !important;
  display: inline-block !important;
  font-size: 16px !important;
}

.suggestions-input {
    width: calc(100% - 100px) !important;
}

#new_client .suggestions-input {
    width: 100%!important;
}

/* ==========================================================================
   Delivery block
   ========================================================================== */
.delivery_block-head {display: flex;}
.delivery_block-left {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  padding-right: 25px;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.delivery_block-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.delivery_block-right > div {max-width: 100%;}
.delivery_block-right > div > ymaps {width: 100% !important;}
.delivery_block-inf {
  display: none;
    margin-top: 40px;
  letter-spacing: -.32rem;
}
.delivery_block-inf > * {letter-spacing: 0;}

.delivery_block-img {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  position: relative;
}

.delivery_block-name {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.delivery_block-price {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 10%;
  white-space: nowrap;
}

.delivery-headers {
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: -webkit-calc(10% + 20px);
  padding-left: calc(10% + 20px);
}

.delivery_block-img img {
  max-width: 100%;
}

.delivery_block-name span:first-child {
  padding-left: 20px;
  position: relative;
}


.delivery_block {
  margin-bottom: 15px;
}
.delivery-bottom {
  margin-top: 10px;
  display: inline-block;
}
.delivery_block-name a {display: none;}


.js-delivery_block-trigger:after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: calc(100% - 26px);
  border-top: 1px dashed #ba022b;
  left: 21px;
}
.js-delivery_block-trigger {
  cursor: pointer;
}

.delivery-top a {
  color: #009fe3;
}

.delivery_block a {
  color: #009fe3;
  position: absolute;
  left: 21px;
  top: 25px;
}

.delivery-top {
  margin-bottom: 15px;
}
.delivery_block--full .delivery_block-name:before {
  content: '';
  position: absolute;
  background: url(toggle-brand.png);
  left: 5px;
  display:block;
  width: 10px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
}
.delivery_block--active.delivery_block--full .delivery_block-name:before{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.delivery_block strong {
  font-weight: normal;
}
.delivery-info a {
  color: #009fe3;
}

.header.header--cart {
  margin: 25px 0 15px 0;
}
h1.cart-list-title {
  margin: 0px 0 33px 0;
  font-size: 18px;
  line-height: 1;
}
.breadcrumbs.breadcrumbs--cart {
  margin-bottom: 9px;
}
.delivery_block a {
  position: initial;
}
.delivery_block-address_list {
  display: none;
  margin-left: 10%;
}
.delivery_block-address_list-item_link, .delivery_block-select-point {
  text-decoration: none;
  border-bottom: dotted 1px;
}
.delivery_block-address_list-item_link {
  font-size: 14px;
  color: black !important;
  text-decoration: none;
  border-bottom-style: none;
}
.delivery_block-address_list-item_link:hover {
  border-bottom: dotted 1px;
}
.delivery_block-select-point-block {
  display: none;
  margin-left: 10%;
}
.delivery-hidden {
  display: none;
}
.delivery_block-address_list-item {
  margin-bottom: 0;
}
.custom_ajax-loader {
    background-image: url(https://steklopodem.ru/served_assets/ajax_indicator.gif);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    min-height: 16px;
    min-width: 16px;
    display: inline-block;
}
/*new blog*/
.blog-question-header a {
    font-size: 18px;
    color: #565656;
    text-decoration: none;
}
.blog-question-header {
     margin: 0 0 18px 0;
}

.blog-question-item {
    padding: 8px 13px 19px 13px;
    margin-bottom: 12px;
}

.blog-question-content {
    color: #6d6d6d;
    font-size: 14px;
      line-height: 1.3;

}
.blog-question-item + .pagination {
    margin-top: 37px;
}
/*company*/
.page_company-title {
  font-size: 20px;
  margin: 0 0 30px 0;
}

.company_block {
  width: 350px;
  float: left;
  position: relative;
}

.company_block-icon {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  position: absolute;
  background: #fff;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 99;
}

.company_block-top {
  padding-left: 120px;
  padding-top: 10px;
}

.company_block-header {
  height: 55px;
  display: table;
  width: 100%;
}

.company_block-content {
  position: relative;
  padding: 5px 12px;
  line-height: 1.4;
  font-size: 14px;
  color: #6d6d6d;
  min-height: 302px;
  box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.company_block-content:before {
  content: '';width: 125px;float: left;display: inline-block;height: 55px;
  }
.company_block.company_block--two {
  float: right;
}
.company_block_small.company_block_small--one .company_block_small-icon img {
    width: 63%;
}
.company_block_small.company_block_small--two .company_block_small-icon img {
    width: 65%;
}
.company_block_small.company_block_small--one .company_block_small-top {
    padding-bottom: 4px;
}
.company_block-cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #6d6d6d;
  padding-left: 15px;
      line-height: 1.1;
}
.company_block_small.company_block_small--one {
  width: 350px;
  float: left;
  position: relative;
}

.company_block_small.company_block_small--two {
  width: 350px;
  float: right;
  position: relative;
}

.company_block_small-icon {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  position: absolute;
  background: #fff;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 99;
}

.company_block_small-top {
  padding-left: 120px;
  padding-top: 10px;
}

.company_block_small-header {
  height: 55px;
  display: table;
  width: 100%;
}

.company_block_small-cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #6d6d6d;
  padding-left: 15px;
    line-height: 20px;
}

.company_block_small-content {
  position: relative;
  padding: 10px 12px;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 1.4;
  min-height: 151px;
  box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.company_block_small-content:before {
  content: '';width: 125px;float: left;display: inline-block;height: 50px;
}
.company_block_small.company_block_small--two .company_block_small-content p {
    margin-bottom: 5px;
}
.company_chess-header {
  font-size: 20px;
  color: #9e042e;
  font-weight: bold;
    margin-bottom: 15px;
}

.company_chess-item {
  padding: 8px 14px;
  width: 75%;
  margin-bottom: 15px;
}
.company_chess-content {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 1.3;
}
.company_chess-item:nth-child(even) {
  float: right;
}
.company_chess-item:nth-child(odd) {
  float: left;
}
.company_block_small-wrap {
    margin-bottom: 20px;
}
.company_block_bottom-icon {
    width: 145px;
    height: 145px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    position: absolute;
    background: #fff;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: 99;
}
.company_adv-header span {
    display: table-cell;
    vertical-align: middle;
    line-height: 14px;
    padding-top: 8px;
}
.conpany_header {
    font-size: 20px;
    color: #0c0c0c;
    font-weight: bold;
    margin-bottom: 17px;
}
.company_block_small.company_block_small--two .company_block_small-top {
    padding-top: 5px;
      padding-bottom: 5px;
}
.company_block_bottom-header {
  height: 37px;
  display: table;
  width: 100%;
}
.company_block_bottom-content p {
    margin-bottom: 5px;
}

.company_block_bottom-cell {
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    color: #6d6d6d;
    padding-left: 162px;
    line-height: 1.1;
    padding-top: 5px;
}

.company_block_bottom-content {
  position: relative;
  padding: 10px 15px 10px 160px;
  font-size: 14px;
  color: #6d6d6d;
}
.company_block-wrap {
  margin-bottom: 30px;
}
.company_adv.row {
  text-align: justify;
}

.company_adv-item {
  display: inline-block;
  width: 30%;
  position: relative;
    vertical-align: top;
}

.company_adv:before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
}

.company_adv:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.company_adv-content {
  text-align: left;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 17px;
  padding-right: 4px;
}

.company_adv-header {
    text-align: center;
    width: 200px;
    position: relative;
    color: #6d6d6d;
    font-size: 18px;
    height: 45px;
    margin-bottom: 20px;
    display: table;
    font-weight: bold;

}

.company_adv-icon {
  width: 145px;
  height: 130px;
  line-height: 130px;
  display: block;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  text-align: center;
  margin: 0 0 0 25px;
}

.company_adv-header:after {
    position: absolute;
    width: 200px;
    background-image: url(actual_arr.png);
    content: '';
    height: 15px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -15px;
    left: 0;
}
.company_flag-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.company_flag-item {
    position: relative;
    padding: 10px 13px 17px 13px;
    border: 1px solid #ebe7e7;
}

.company_flag-item:nth-child(odd) {
  background: #f7f7f7;
}

.company_flag-wrap {
  padding: 10px 8px;
}

.company_flag-item:nth-child(2) {
  border-bottom: none;
  border-top: none;
}

.company_flag-item:before {
  content: '';position: absolute;left: 4px;top: -1px;width: 56px;height: 52px;background-image: url(company_flag.png);
    background-size: 100%;
  background-repeat: no-repeat;
}
.company_flag-content {
    color: #545454;
    line-height: 23px;
}
.company_flag-header {
    padding-left: 58px;
    font-size: 20px;
    color: #9e042e;
    margin: 0;
    font-weight: bold;
    margin-bottom: 24px;
}
.company_action-inner {
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
     padding: 5px 15px 0 15px;
}
.company_block_bottom {
  position: relative;
}
.company_skill-img {
  width: 125px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  display: inline-block;
  vertical-align: top;
}

.company_skill-text {
  display: inline-block;
  vertical-align: top;
  width: 595px;
  padding-left: 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.company_skill-header {
      font-size: 18px;
    color: #6d6d6d;
    font-weight: bold;
    margin-bottom: 6px;
}
.company_block_bottom-wrap {
    margin-bottom: 22px;
}
.company_skill-content {
  font-size: 14px;
  color: #464546;
}
.company_bottom_text {
    font-size: 20px;
    font-weight: bold;
    color: #6d6d6d;
    line-height: 25px;
    margin-bottom: 37px;
}
.company_skill-item {
      margin-bottom: 17px;
}

.company_action {
    margin-bottom: 20px;
    padding: 10px 8px;
}

.company_flag-wrap {
  margin-bottom: 20px;
}
.company_bottom_image-one {
    width: 350px;
    float: left;
    padding: 7px 0px;
    height: 363px;
    overflow: hidden;
}
.company_action-top {
    font-size: 20px;
    font-weight: bold;
    color: #070707;
      margin-bottom: 13px;
}
.company_action-img {
    display: inline-block;
    vertical-align: top;
    width: 178px;
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.company_action-text {
    display: inline-block;
    vertical-align: top;
    width: 475px;
    margin-left: 19px;
    font-size: 14px;
    color: #464546;
      line-height: 20px;
}
.company_bottom_image-two {
    width: 344px;
    float: right;
    padding: 15px 5px;
    height: 347px;
    overflow: hidden;
}
.company_bottom_image {
  margin-bottom: 25px;
}
.company_yur-header {
    color: #6d6d6d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}
.company_yur-content {
    color: #6d6d6d;
    font-size: 14px;
      padding-left: 3px;
}
.company_yur-content p {
    margin-bottom: 5px;
}
.company_yur {
    background: transparent;
    padding: 10px 14px 16px 14px;
    margin-bottom: 51px;
}
.company_social-head {
    color: #0e0e0e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}

.company_social-bottom {
    color: #6d6d6d;
    font-size: 20px;
    font-weight: bold;
}
.company_social {
   // margin-bottom: -74px;
    position: relative;
}

.company_social:after {
    content: '';
    background-image: url(arrow_social_company.png);
    position: absolute;
    right: 2px;
    width: 102px;
    height: 102px;
    background-size: 100%;
    //bottom: -36px;
  	bottom: -12px;
}

.company_block.company_block--one .company_block-icon img {
    width: 60%;
}
.company_block.company_block--two .company_block-icon img {
    width: 61%;
}
.company_block.company_block--two .company_block-icon{
    line-height: 102px;
}
.opt_block-icon {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  position: absolute;
  background: #fff;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 99;
}

.opt_block--one {
  width: 350px;
  float: left;
  position: relative;
}

.opt_block--two {
  width: 350px;
  float: right;
  position: relative;
}

.opt_block-top {
  padding-left: 120px;
  padding-top: 10px;
}

.opt_block-header {
  height: 55px;
  display: table;
  width: 100%;
}

.opt_block-cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #6d6d6d;
  padding-left: 15px;
      line-height: 1.1;
}

.opt_block-content {
    position: relative;
    padding: 5px 12px;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 1.4;
   min-height: 159px;
    margin-bottom: 15px;
  box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.opt_block-content:before {
  content: '';
  width: 125px;
  float: left;
  display: inline-block;
  height: 55px;
}
.opt_block-content-2 {
 position: relative;
  padding: 5px 12px;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 1.4;
    min-height: 226px;
  margin-bottom: 15px;
  box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.opt_bottom_text-red {
    color: #991035;
    font-size: 20px;
    font-weight: bold;
}
.opt_bottom_text-content {
    font-size: 20px;
    color: #141414;
    font-weight: bold;
}
.opt_bottom_text {
    margin-top: 30px;
}
.opt_block-content-2:before {
  content: '';
  width: 125px;
  float: left;
  display: inline-block;
  height: 55px;
}
.opt_step-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.opt_step-item {
  position: relative;
  padding: 15px 15px 2px 15px;
  border: 1px solid #ebe7e7;
}
.opt_step-item:nth-child(odd) {
  background: #f7f7f7;
}
.opt_step-header {
    font-size: 20px;
    color: #9e042e;
    font-weight: bold;
    margin-bottom: 6px;
}
.opt_step-content {
    color: #545454;
    line-height: 21px;
}
.opt_step-item:last-child {
    border-top: none;
}
.opt_step-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
    line-height: 30px;
}
.opt_step-content ul li {
    padding-left: 26px;
    position: relative;
}

.opt_step-content ul li:before {
    content: '';
    position: absolute;
    color: #9e042e;
    font-weight: bold;
    width: 12px;
    height: 2px;
    background: #9e042e;
    display: inline-block;
    vertical-align: middle;
    left: 4px;
    top: 13px;
}

.opt_step-content p {
    margin-bottom: 5px;
}
.opt_step {
  display: block;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding: 15px 10px;
  margin-bottom: 20px;
}
.opt_top {
    color: #0c0c0c;
    font-size: 14px;
    line-height: 20px;
}
.company_chess-now {
    color: #6d6d6d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.company_chess-opt .company_chess-header span {
    position: absolute;
    left: 0;
}
.company_chess-opt .company_chess-header {
    font-size: 20px;
    color: #9e042e;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
      line-height: 25px;
}
.company_chess-opt .company_chess-item {
    padding: 8px 14px 0px 14px;
    width: 75%;
    margin-bottom: 15px;
}
.company_chess-opt .company_chess-item:last-child{
  width: 100%;
      box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.opt_price-title {
    color: #141414;
    font-size: 20px;
    font-weight: bold;
}


.opt_price-wrap {
    padding: 12px 17px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.opt_price-field {
    width: 33.33%;
    float: left;
}

.opt_price-field input {
    width: 220px;
    display: block;
    border-radius: 3px;
    border: 1px solid #cac9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 35px;
    line-height: 33px;
    padding: 0 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.opt_price-button {
    text-align: center;
    margin: 21px 0;
}



.opt_price-field label {
    font-size: 15px;
    font-weight: bold;
    color: #6d6d6d;
    margin-bottom: 8px;
    display: inline-block;
}


button.opt_price-submit {
    background: #b10949;
    background: -moz-linear-gradient(top, #b10949 0%, #83021d 100%);
    background: -webkit-linear-gradient(top, #b10949 0%,#83021d 100%);
    background: linear-gradient(to bottom, #b10949 0%,#83021d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10949', endColorstr='#83021d',GradientType=0 );
    border: none;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    padding: 0 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
      text-transform: uppercase;
}
.opt_price-toggle {
    background-image: url(toggle_arr.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
      bottom: 10px;
    right: 12px;
      position: absolute;
      cursor: pointer;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.opt_price--open .opt_price-toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  bottom: 10px;
    right: 12px;
}

.opt_price-wrap form {
    margin-top: 20px;
}
.opt_price {
    margin-bottom: 20px;
}
.opt_assort-header {
    color: #9e042e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.opt_assort-text {
    color: #545454;
    margin-bottom: 40px;
}
.company_adv--opt .company_adv-header {
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.company_adv--opt .company_adv-header span {
    padding-top: 12px;
    line-height: 17px;
}

.company_adv--opt .company_adv-header:after {
    bottom: -23px;
}
.good_price {
    color: #545454;
      line-height: 24px;
}

.company_adv-content p:last-child {
    margin-bottom: 0;
}
.opt_step-item:before {
    content: '';
    background-image: url(lenta_red.png);
    position: absolute;
    right: -1px;
    top: -1px;
    background-repeat: no-repeat;
    width: 98px;
    height: 93px;
    background-size: 100%;
}
.error_field {
  border-color: #A4073C !important;
}
.opt_popup_inner {
  padding: 20px;
}
.opt_top h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.company_adv-icon--3 {
  line-height: 154px;
    padding-right: 8px;
  box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.company_adv-icon--1 {
  line-height: 150px;
    padding-right: 8px;
  box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.blog-comments .box ul.comments > li {
  float: none;
}

.hide{
  display: none;
}

/**justify**/
.page_company-title {
  text-align: justify;
}

.company_block-wrap {
  text-align: justify;
}

.company_block_small {
  text-align: justify;
}

.company_block_bottom {
  text-align: justify;
}

.company_block_bottom-content p {
  text-align: justify;
}

.conpany_header {
  text-align: justify;
}

.company_chess-header {}

.company_chess-item {
  text-align: justify;
}

.company_adv-content {
  text-align: justify;
}

.company_flag-content {
  text-align: justify;
}

.company_action-text {
  text-align: justify;
}

.company_skill-content {
  text-align: justify;
}

.company_bottom_text {
  text-align: justify;
}

.company_yur-content {
  text-align: justify;
}

.company_social-head {
  text-align: justify;
}
.opt_top {
  text-align: justify;
}

.opt_assort-text {
  text-align: justify;
}

.good_price {
  text-align: justify;
}

.opt_step-content {
  text-align: justify;
}

.opt_block-wrap {
  text-align: justify;
}

.ya-share2 {position: fixed; top: 50%; width: 31px; right: 0; margin-top: -110px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 3px 0 0 3px; border: 1px solid #dbdbdb; padding: 5px; z-index: 1;}
.ya-share2__item {margin-top: 5px !important;}
.ya-share2__container_size_m .ya-share2__icon {height: 30px !important; width: 30px !important; background-size: 30px !important;}

.sort_by {margin-bottom: 15px; }
.sort_by-select-wrap {float: none !important; display: inline-block;}
.sort_by select { border: 1px solid #d7d6d6;
    border-radius: 2px;
    cursor: pointer;
    font-style: italic;
    padding: 7px 10px; width: 100%;}
.collection-mobile-menu-title {font-size: 120%; font-weight: bold;}
.left-toolbar {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px 10px 20px;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  -webkit-transition: .2s ease transform;
  transition: .2s ease transform;
  -webkit-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  width: 280px;
  z-index: 1060; }
.left-toolbar .search-widget-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .left-toolbar .search-widget {
    position: relative;
    margin-bottom: 1rem;
    letter-spacing: -.45rem;
  }

  .left-toolbar .search-input {
    border: 1px solid #d7d6d6;
    border-radius: 2px;
   	color: #aeaeae;
    font-style: italic;
    padding: 8px 10px;
    box-sizing: border-box;
    line-height: 20px;
    margin-right: 3px;
    width: 84%;
  }

  .left-toolbar .search-button {
    background: url("loop.png") center center no-repeat, linear-gradient(to top, #ccc, rgba(204, 204, 204, 0));
  	background-size: 17px auto, 100% auto;
    color: #565656;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    width: calc(16% - 8px);
    box-sizing: border-box;
    padding: 11px 10px;
  }
.left-toolbar.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1020; }

.mobile-menu {
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
padding: 0;}
  .mobile-menu .separator {
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0; }

  .mobile-menu > .menu-item > .menu-link {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #000;
 }
.mobile-menu > .menu-item > .menu-link span {color: #000;}

    .mobile-menu > .menu-item > .menu-link:hover {
      text-decoration: none; background: #E4E4E4;}

  .mobile-menu > .menu-item.active > .menu-link {
    font-weight: bold;
}

.toolbar-opened {
  overflow: hidden; }
.left-toolbar-overlay {background: rgba(255, 255, 255, .5)}
.toolbar-opened .left-toolbar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010; }
.left-toolbar-filter-submit {min-width: 50%; margin: 1rem 0;}
.cart_block-count--mobile {position: absolute; right: 5px; top: 7px; background: #E4E4E4; border-radius: 16px; padding: 2px 5px;}
.accordion-title {text-align: center; border-radius: 3px ;
    border: 1px solid #dbdbdb;
    box-shadow: 0 -3px 10px -1px rgba(0, 0, 0, 0.1);
    color: #555555;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 8px; cursor: pointer; position: relative;}
.accordion-title:before {
 background: rgba(0, 0, 0, 0) url("toggle-brand.png") no-repeat scroll left center / 10px auto;
    content: "";
    display: inline-block;
    height: 16px;
    position: absolute;
  left: 32px;
    top: 50%;
  margin-top: -8px;
    transition: all 400ms ease 0s;
    width: 25px;
}
.accordion-title.current {background: #ffffff; }
.accordion-title.current:before {transform: rotate(-90deg); margin-top: -16px;}

.back-top {position: fixed; right: 1rem; bottom: 1rem; z-index: 1; border-radius: 48px; background: #9E042E; padding: 7px 15px; color: white; font-size: 2rem; display: none; cursor: pointer;}
.back-top a {color: #fff; vertical-align: 3px;}


/* responsive */
@media (max-width: 1100px) {
 /* .ws-chat, .callbackkiller {display: none !important;}*/
  .delivery_block-left {padding-right: 0; width: 100%; padding-bottom: 1rem;}
  .delivery_block-right {width: 100%;}
}
@media (max-width: 800px) {
  .shopping-cart-mini {margin-bottom: 0; background-position: 13px center;}
  .shopping-cart-mini p {margin-top: 10px; margin-bottom: 10px;}
  .top_header {padding: 16px 0;}
  .buy_step {width: 100%;}
}
@media (max-width: 640px) {
  html {margin-top: 0 !important;}
  #insales-panel {display: none;}
  .shopping-cart-mini {background-size: 42px;  max-width: 64px; height: 64px; background-position: center center; float: right !important; margin-top: 12px; position: relative;}
  .shopping-cart-mini a {display: inline-block; height: 100%; width: 100%;}
  .slider-search-block {width: 100%; box-sizing: border-box;}
  .model_year_filter--slider {position: relative; margin-top: -24px;}
  .model_year_filter-marka{
  width: 100%; margin-bottom: .5rem;
}
.model_year_filter-year{
 width: 100%; margin-bottom: .5rem;
}
.model_year_filter-model{
  width: 100%; margin-bottom: .5rem;
}
  .model_year_filter--slider input[type="submit"] {width: 100%; margin-bottom: .5rem; box-sizing: border-box;}
  #shoppilot-product-reviews-widget .sp-summary .sp-summary-top-row .sp-summary-rating-column, #shoppilot-product-reviews-widget .sp-summary .sp-summary-middle-row .sp-summary-actions-column, #shoppilot-product-reviews-widget .sp-summary .sp-summary-middle-row .sp-summary-rating-details-column {padding-left: 0 !important; padding-right: 0 !important;}
  .sp-summary-actions-column {padding-top: 1rem !important;}
  article.sp-review {-ms-flex-wrap: wrap; flex-wrap: wrap;}
  article.sp-review > * {width: 100% !important; padding: 0 !important;}
  aside.sp-review-left-column {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
  aside.sp-review-right-column {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
  section.sp-review-middle-column {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
    .cart-table-products tr {display: -webkit-box;
display: -ms-flexbox;
display: flex;
      display: -webkit-flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
      -webkit-fle-wrap: wrap;
    border-bottom: 1px solid #cccccc; padding: .5rem 0;}
  .cart-table-products tr td {box-sizing: border-box; border: none;}
  .ct-item-image {width: 30%; -webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;-webkit-order:1;}
.ct-item-title {width: 60%; -webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2; -webkit-order:2;}
.ct-item-price {width: 30%; -webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4; -webkit-order:4;}
.ct-item-quantity {width: 30%; -webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5; -webkit-order:5;}
.ct-item-total-price {width: 30%; -webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6; -webkit-order:6;}
.ct-item-del {width: 10%; -webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3; -webkit-order:3;}
  .slider-search-form {position: relative;}
  .static_image {margin-top: -10px;}
}

@media (max-width: 500px) {
  .shopping-cart-mini {margin-top: -42px;}
  .phone_block-wrap {line-height: 48px;}
  .delivery_block-name {width: 65%;}
  .country-modal {left: 0 !important;}
  .product-list-item .product-list-meta a.plm-product-title {height: auto;}
  .product-list-item .product-list-image a.pl-image {border: none;}
  .product-list-item .product-list-links li.product-list-more-link a {display: none;}
  .product-list-item .product-list-meta {padding: 0;}
  .pp-status-img {width: 50%;}
}




/*esoldatov*/
.page-oplata-item {
 margin-bottom:30px;
 border: 1px solid #dbdbdb;
 padding: 14px;
 border-radius: 5px;
 clear: both;
 overflow: hidden;
 box-shadow: 0 0 9px rgba(0,0,0,0.3);
 background: #fff;
 font-size: 14px;
 color: #3a3839;
}

.page-oplata-title {
 color: #565656;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 30px;
}

.page-oplata-img {
  float: left;
  margin-right: 18px;
}

.dostavka-variants-link {

 margin-bottom: 25px;
 text-align: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;

}

.dostavka-variants-link a {
  display: inline-block;
  vertical-align: top;
  width: 166px;

  -webkit-box-flex: 0;
          -ms-flex: 0 0 166px;
              flex: 0 0 166px;

  height: 103px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  line-height: 103px;
  text-align: center;
  /*margin-left: 18px;*/
  border-radius: 5px;

}

.page-dostavka-wrapper a, .page-dostavka-wrapper a:visited, .page-dostavka-wrapper a:active  {
  color: #0676be;
}

.dostavka-variants-link a:first-child {
	/*margin-left: 0;*/
}

.dostavka-item-body img {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}


.dostavka-more-hd, .dostavka-more {
 display:block;
 border: 1px solid #e0e0e0;
 cursor: pointer;
 border-radius: 4px;
 width: 150px;
 height: 40px;
 text-align: center;
 color: #565656 !important;
 font-size: 17px;
 background: rgb(250,250,250);
 background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(206,206,206,1) 100%);
 background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(206,206,206,1) 100%);
 background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(206,206,206,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cecece',GradientType=0 );
 margin-top: 20px;
 line-height: 40px;
 text-decoration: none;
}

.dostavka-item-hide, .dostavka-more-hd {
 display: none;
}

.dostavka-more-hd:hover, .dostavka-more:hover {
 background: rgb(206,206,206);
 background: -moz-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(250,250,250,1) 100%);
 background: -webkit-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(250,250,250,1) 100%);
 background: linear-gradient(to bottom, rgba(206,206,206,1) 0%,rgba(250,250,250,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fafafa',GradientType=0 );
}

.dostavka-more-hd span, .dostavka-more span {
 color: #ba022b;
 font-size: 18px;

}

.page-dostavka-wrapper {
 font-size: 14px;
 color: #000;
}




.dostavka-item {
  margin-bottom: 30px;
  color: #000;
  font-size 14px;
}

.dostavka-item-title  {
 margin-bottom: 24px;
}

.dostavka-item-title > div {
 display: inline-block;

 cursor: pointer;
 vertical-align: middle;
 margin-left: 10px;
}

.dostavka-item-title > div span.dostavka-item-title-text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dashed #ba022b;
  margin-left: 9px;
}



.dostavka-item-title > div span.fa {
 color: #ba022b;
 font-size: 24px;

}

.page-dostavka-wrapper table {
 width: 100%;

}

.page-dostavka-wrapper table td {
 border: 1px solid #dbdbdb;
 text-align: center;
 vertical-align: middle;
 padding: 10px;
 font-size: 14px;
 padding-left: 20px;

}

.page-dostavka-wrapper table tr.bg-white td, td.bg-td-white {
 background: #fff;
}

.dostavka-grid-6 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

 .page-content p.otstup {
 margin-bottom: 29px;
}

@media (max-width: 1159px) {
  .dostavka-variants-link a {
   width: 20%;
   flex-basis: 20%;
   -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }

}

@media (min-width: 800px) and(max-width: 1095px) {
  .dostavka-grid-6 {
   width: 100%;
   text-align: center;
   margin-bottom: 20px;
  }

  .page-content p.otstup {
   margin-bottom: 12px;
  }

}

@media (max-width: 800px) {
 .dostavka-variants-link a {
   width: 22%;
   /*margin-left: 2%;*/
   flex-basis: 22%;
   -ms-flex-preferred-size: 22%;
        flex-basis: 22%;

  }

  .back-top {
   left: 1rem;
   right: auto;
   padding: 0;
   width: 46px;
   height: 46px;
   background: transparent;
   text-align: center;


  }

 .back-top  a {
    color: #9E042E;
        }

}

@media (max-width: 695px) {
  .dostavka-grid-6 {
   width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .page-content p.otstup {
   margin-bottom: 12px;
  }
}

@media (max-width: 665px) {
  .page-dostavka-wrapper table td {
   font-size: 12px;
   padding-left: 10px;
  }
}

@media (max-width: 560px){
  .dostavka-variants-link a {
   width: 100%;
   -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
   margin-left: 0;
   display: block;
   margin-bottom: 10px;
  }

  .dostavka-variants-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 480px){
 .page-dostavka-wrapper table td {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
 }
}

.pp-description-block .loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
}

.pp-description-block .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -60px;
  /*
  background-image: url("preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #fff;
  */
}

.pp-description-block .loader-text {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.page-dostavka-wrapper .widjet-dostavka {
  min-height: 200px;
}
.widjet-dostavka .loader-wrap {
  background: #fafafa;
}

.collection-descr-wrapper {
 margin-top: 20px; 
}

.collection-descr-wrapper .page-content p {
 font-size: 16px; 
}


/*---*/

/*  Страница оформленного заказа */
table.more_container.point-more-container {
  margin-top: 20px;
}
table.more_container.point-more-container #ymap_point {
  margin: 10px 15px;
}

/* */

.google-review-wrapper {
 text-align: center;
 margin: 10px 0; 
 margin-bottom: 20px;
}

.rCjEAf {
 background:none !important;  
}

.google-review-wrapper .blog-posts-home {
  padding-top: 14px;
}
.suggestions-value strong, .suggestions-suggestions {
	font-size: 13px !important;
}
a[href*="dadata.ru"] {
 display: none !important;
}

/*=========================================
 new spider
=========================================*/
.site-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.site-row > * {
 padding-left: 12px;
 padding-right: 12px;
 box-sizing: border-box; 
}


.cell-1 {
  max-width: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}

.cell-2 {
  max-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}

.cell-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.cell-4 {
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}

.cell-5 {
  max-width: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
}

.cell-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.cell-7 {
  max-width: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
}

.cell-8 {
  max-width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
}

.cell-9 {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.cell-10 {
  max-width: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
}

.cell-11 {
  max-width: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
}

.cell-12 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.cell-fifth {
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

@media(max-width: 500px){
  .cell-12-xs{
    max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  }
}
.show-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}


.flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.show-inline-block {
  display: inline-block !important;
}

.text-center {
  text-align: center; 
}
[type="file"]{
    padding: 9px 10px 10px 10px;
    line-height: -webkit-calc(14px + 1px);
    line-height: calc(14px + 1px);
    text-transform: none;
    color: #2a2a29;
    border: 2px solid transparent;
    cursor: pointer;
}

.inpt {
  padding: 5px 15px;
  border: 1px solid #eeeeee;
  background-color: transparent; 
}

  .inpt:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(42, 42, 41, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(42, 42, 41, 0.1); 
}
 
.form-row.is-error .inpt, .inpt.is-error {
    border-color: #cd262b;
}


.notice,
.page-feedback form #thanks:not(:empty),
.page-feedback form small {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  line-height: 1.2;
}
.notice.is-success,
.page-feedback form .is-success#thanks:not(:empty),
.page-feedback form small.is-success,
.notice.notice-success,
.page-feedback form #thanks:not(:empty),
.page-feedback form small.notice-success {
  background-color: #d7d6d6;
 
  color: #ffffff;
}


/*=========================================
  PRODUCT_REVIEWS
=========================================*/
.form-row {
  margin-bottom: 24px;
}

.form-label {
  width: 100%;
  margin-bottom: 0.5rem;
}

.form-field {
  width: 100%;
}

.form-field.text-field.is-textarea {
  width: 100%;
}

.reviews-form {
  margin-bottom: 20px;
}

.reviews-toggle-wrapper {
  margin-bottom: 20px;
}

.form-field.text-field.is-captcha {
  margin-top: 10px;
}

.reviews-wrapper {
  max-width: 600px;
}

.reviews-item {
  padding: 10px 0;
  padding-top: 35px;
  border-bottom: 1px solid #d8d8d8;
}
.reviews-head {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

 .reviews-head .star-rating {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }

.reviews-head  strong {
	font-size: 18px;
 }

.reviews-items-wrap-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

}

.reviews-items-wrap-empty .reviews-empty {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    	margin: 0;
  }

.reviews-items-wrap-empty button {
   margin-left: 20px;

}

.reviews-form {
  margin-bottom: 0!important;
  position: fixed;
  background: rgba(0,0,0,0.3);
  -webkit-transform: scale(0,0);
      -ms-transform: scale(0,0);
          transform: scale(0,0);
    z-index: 1000000000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;

}

.reviews-form.opened-form {
  opacity: 1;
  -webkit-transform: scale(1,1);
      -ms-transform: scale(1,1);
          transform: scale(1,1);
}


.close-button {
  width: 20px;
  height: 20px;
      background-image: url(delete.svg);
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 10px;
      right: 10px;
      background-repeat: no-repeat;
  	  background-color: #fff;
  	  border: none;
  	  cursor: pointer;
}

#review_form {
  max-width: 450px;
  position: relative;
width: 100%;
background: #fff;
padding: 20px;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
  box-sizing: border-box;
  
}



#review_form *{
 box-sizing: border-box;
  
}

#review_form .title {
    font-size: 20px;
margin-bottom: 10px;
width: 100%;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
  }

.review-header-date {
  background: #f5f5f5;
  padding: 5px;
  font-size: 11px;
}

.review-header {
  text-align: center;
  margin-bottom: 10px;
}

.review-body p {
  margin: 0;
}

.review-replied-row {

}

.review-replied-row  .review-body {
  padding-left: 40px;
}

.widget-rating.v2 {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 12px;
    float: left;
    border-radius: 4px;
}

.size_2.widget-rating.v2 {
    /*width: 200px;*/
}


.theme_light.widget-rating.v2 {
    color: #404040;
    background-color: #fff;
  	float: none;
  	margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-sizing: border-box;
}


.widget-rating.v2 .reviews {
    margin: 5px;
}

.widget-rating.v2 .reviews .review {
    margin-bottom: 0px;
    font-size: 1.1em;
}

.size_2.widget-rating.v2 .body {
    height:81px;
}

.widget-rating.v2 .reviews .review .body {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    padding: 5px;
    line-height: 17px;
    border-radius: 4px;
}

.theme_light.widget-rating.v2 .reviews .review .body {
    background-color: #ffffff;
    border-top: 1px solid #dedede;
    border-radius: 0;
}
.theme_light.widget-rating.v2 .reviews .review:first-child .body{
border: 0;
}
.widget-rating.v2 .reviews .review {
    padding-bottom: 9px;
}
.theme_light.widget-rating.v2 .reviews .review .body:after {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background: #ffffff;
    z-index: 100;
    position: absolute;
    bottom: 0;
}
.widget-rating.v2 .reviews .review .author, .widget-rating.v2 .reviews .review .date {
    font-family: 'PT Sans', sans-serif;
    margin-left: 5px;
    line-height: 12px;
    color: #818181;
}

.widget-rating.v2 .reviews .review .author {
    font-size: 0.9em;
    margin-bottom: 4px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 12px;
}

.widget-rating.v2 .reviews .review .author, .widget-rating.v2 .reviews .review .date {
    font-family: 'PT Sans', sans-serif;
    margin-left: 5px;
    line-height: 12px;
    color: #818181;
}

.widget-rating.v2 .reviews .review .date {
    font-size: 0.7em;
    padding-left: 14px;
    background: url(icon-time.png) left 45% no-repeat;
}

.widget-rating.v2 .main .rate .current-rate {
    font-family: 'Open Sans', sans-serif;
    color: #585858;
    font-size: 1.7em;
    font-weight: 800;
    margin-right: 5px;
}

.widget-rating.v2 .main .rate {
   
	font-size: 13px;
}

.widget-rating.v2 .main  .total-rate {
  color: #888;
  
}

.bttn-review,.show-more-reviews  {
width: 160px;
padding: 5px 8px;
line-height: 18px;
color: #333;
text-transform: uppercase;
font-size: 12px;
background:#fff;
border: 2px solid #d8d8d8;
border-radius: 2px;
outline: 0; 
}

.bttn-review:hover{
 background-color: #f5f5f5;
}

.button-more-container {
  text-align: center;
  margin-top: 20px;
  	
}

.show-more-reviews {
 display: inline-block;
  
  
}

.show-more-reviews:hover {
   background-color: #f5f5f5;
}

.review-thumbs-up {
  	display: inline-block;
    vertical-align: middle;
  	height: 50px;
    width: 50px;
    background-image: url(thumbs_up-1588bfefeccfb87dc4f2a3cf0a1fdd8e9494e48b668ccae6ff63fa42aee99cbd.png);
    background-position: 0 -546px;
    background-repeat: no-repeat; 
    margin-right: 10px;
}
.review-right-wrapper-widjet {
  margin: 5px;
  padding: 10px 5px;
  background: #fff;
  flex-wrap: nowrap;	
}



.review-right-wrapper-widjet .rate {
 display: inline-block;
 vertical-align: middle;
 padding: 0; 
}

.widget-rating.v2 .footer {
    background: #fff;
    background-repeat: no-repeat;
    margin: 5px;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 12px;
  	text-align: center;
    border: none;
    box-shadow: none;
}

.widget-rating.v2 .footer a {
    font-family: 'PT Sans', sans-serif;
    color: #ff8701;
}

.review-right-title {
  text-align: center;
  font-weight:bold;
  padding: 10px 0;
  font-size: 16px;
  box-sizing: border-box;
}

/*=========================================
  STAR-RATING
=========================================*/
.star-rating-wrapper {
  *zoom: 1;
}

.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.star-rating {
  float: left;
  *zoom: 1;
}

.star-rating:after {
  content: "";
  display: table;
  clear: both;
}

.star-rating .star-radio {
  display: none;
}

.star-rating .star-radio:hover ~ .star-label:after,
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url('star.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.star-rating .star-radio:hover ~ .star-label:after {
  background-image: url('star.svg') !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url('star.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px;
}

.star-rating .star-label:first-child {
  margin-right: 0;
}

.star-rating .star-label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('star-empty.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.star-rating .star-label:hover:after {
  background-image: url('star.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.star-rating .star-label:hover ~ .star-label:after {
  background-image: url('star.svg') !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.star-rating .star-label.active ~ .star-label:after,
.star-rating .star-label.active:after {
  background-image: url('star.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.star-rating .star-label-static:after, .star-rating .star-label-static:hover ~ .star-label-static:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('star-empty.svg')!important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: default!important;

}
.star-rating .star-label-static.active:after, .star-rating .star-label-static:hover ~ .star-label-static.active:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('star.svg')!important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}


.star-rating .star-label-static.active:after {
  background-image: url('star.svg') !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: default!important;
}

.star-rating .star-label-static:first-child {
  margin-right: 3px;
}

.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px;
}

.star-rating .star-item:first-child {
  margin-right: 0;
}

.star-rating .star-item:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('star-empty.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.star-rating .star-item.active:after {
  background-image: url('star.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
}

.star-rating .star-item.active ~ .star-item:after {
  background-image: url('star.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
}

.star-count {
display: inline-block;
padding: 2px 5px;
background:#f5f5f5;
font-size: 100%;
vertical-align: middle;
color:#333;
font-weight: 700;
margin-left: 7px;  
border-radius: 4px;  
}

.star-count-review {
  	padding: 4px;
    line-height: 95%;
    margin-top: -7px;
    font-size: 12px;
}

.raiting-stat-wrapper {
  color: #404040;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;

 } 

.raiting-stat-item, .raiting-stat-item-star-inner {
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px; 
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;	 
}

.raiting-stat-item-star img {
  max-width: 15px; 
  margin-right: 4px;
}


.raiting-stat-item {
  margin-bottom: 10px; 
}

.raiting-stat-item-star  {
   max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.raiting-stat-item-percent {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; 
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

.raiting-stat-item-count {
  color: #8c8c8c;
  font-size: 12px;
  margin-top: 5px;
}
/*10637 start*/
.country-modal-title span {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
.country-modal-title .btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #565656;
  height: 32px;
  border: 1px solid #dfdfdf;
  background: #f7f7f7;
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #cdcdcd 100%);
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#cdcdcd 100%);
  background: linear-gradient(to bottom,  #f7f7f7 0%,#cdcdcd 100%);
  font-size: 14px;
  line-height: 30px;	
  display: none;
  padding: 0 20px;
}
/*=========================================
  POINTS MAP
=========================================*/
.points-map-modal .country-modal-title {
 color: #353326;
 margin: 11px 0 10px;
}

.points-map-modal {
 padding: 0 15px 20px;
 width: 100%;
 /*max-width: 977px;*/
  max-width: 880px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999 !important;
}
.points-map-modal div,
.points-map-modal ul,
.points-map-modal li,
.points-map-modal h4,
.points-map-modal a,
.points-map-modal button,
.points-map-modal span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.points-map-modal .btn-close {
 top: 9px;
  right: 12px;
}

.form-group-points {
 width: 100%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
}
.points-filter {
	width: 330px;
	padding: 0 15px 0 0;
    max-height: 400px;
    overflow: hidden;
}
.points-filter .form-group-box {
 padding-left: 30px;
  float: left;
}
.point-switch-input {
	display: none;
}
.point-switch-label {
	position: relative;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 1.4;
 padding-left: 40px;
}
.point-switch-label::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #eeeeee;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 16px;
	width: 30px;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;  	 
}
.point-switch-label::after {
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	top: -3px;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 20px;
	width: 20px;
	border: 1px solid #eeeeee;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;  
	-webkit-box-shadow: 0 1px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px 0px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0px rgba(0,0,0,.2); 
}
.point-switch-input:checked + .point-switch-label::after {
	left: 13px;
	border-color: #009fe3;
}
.point-switch-input:checked + .point-switch-label::before {
	background-color: #009fe3;
}
.form-group-list {
	padding: 0;
	margin: 0 0 25px 0;
	list-style: none;
	float: left;
      height: 85%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.form-group-list li {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 0 0 20px;
	float: left;
}
.form-group-list li:last-child {
 margin-bottom: 0;
}
.form-group-list li .point-checkbox {
	margin: 16px 0 0 -20px;
	float: left;
}

.form-group-list li label {
  float: left;
  width: 100%;
  padding: 10px 10px 18px 10px;
  background: #fafafa;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.4;
}
.form-group-list li .point-checkbox:checked + label {
 opacity: 1;
}
.point-item-price {
 display: block;
 width: 100%;
 white-space: nowrap;
 font-size: 18px;
 line-height: 18px;
 color: #ba032b;
 font-weight: bold;
 margin-bottom: 7px;
}
.point-item-period {
 display: block;
 width: 100%;
 white-space: nowrap;
 color: #010101;
 font-size: 14px;
 line-height: 14px;
}
.point-item-period var, .point-item-price var {
 font-style: normal !important;
}
.point-item-txt {
 color: #010101;
 font-size: 14px;
 line-height: 14px;
 margin-right: 10px;
 font-weight: bold;
}
.point-list-img {
	display: block;
	width: 100%;
	margin-bottom: 4px;
}
.ymap-points {
  border: 1px solid #eee;
  width: 100%;
  height: 400px;
}
.points-map {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;   
  overflow: hidden;
}
.point-close-filter {
  top: 12px;
  right: 14px;
  background: url("https://spgate.chililab.pro/img/close-filter.svg") no-repeat;
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  cursor: pointer;
}
.point-close-filter span {
 display: none !important; 
}
.post-label {
 color: #b9022b;
}
.points-map [class*="balloon__content"] {
	margin-right: 0 !important;
	/*padding: 22px 11px 20px !important;*/
    padding: 0 !important;
}
.points-map [class*="balloon__close"] {
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 42px !important;
	height: 42px !important;	
	opacity: 1 !important;
}
.points-map [class*="balloon__close-button"] {
	background: none !important; 
	width: 42px !important;
	height: 42px !important;
	margin-top: 9px !important;
}

.points-map [class*="balloon__close-button"]::before, 
.points-map [class*="balloon__close-button"]::after {
	content: "";
	display: block;
	width: 27px;
	height: 3px;
	background: #767875;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1.5px 0 0 -13.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
}
.points-map [class*="balloon__close-button"]::before {	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg); 
}

.points-map [class*="balloon__close-button"]::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); 	
}

.balloon-pvz-logo {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}
.balloon-pvz-list {
	margin: 0;
	list-style: none;
	padding: 0;
}
.balloon-pvz-list li {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #565656;
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.balloon-pvz-list li:last-child {
	margin-bottom: 0;
}
.balloon-pvz-list li.balloon-pvz-pin {
	min-height: 20px;
}
.balloon-pvz-list li.balloon-pvz-pin::before {
	content: "";
	display: block;
	left: 0;
	top: 1px;
	position: absolute;
	background: url("https://spgate.chililab.pro/img/icon-pin.jpg") no-repeat;
	width: 14px;
	height: 20px;
}
.balloon-pvz-list li.balloon-pvz-work::before {
	content: "";
	display: block;
	left: 0;
	top: 3px;
	position: absolute;
	background: url("https://spgate.chililab.pro/img/icon-clock.svg") no-repeat;
	width: 14px;
	height: 14px;
}
.balloon-pvz-list li.balloon-pvz-phone::before {
	content: "";
	display: block;
	left: 0;
	top: 3px;
	position: absolute;
	background: url("https://spgate.chililab.pro/img/icon-phone.svg") no-repeat;
	width: 14px;
	height: 14px;
}

.balloon-pvz-list li strong {
	color: #010101;
}
.balloon-pvz-card {
	display: block !important;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #565656;
	position: relative;
	padding-left: 25px;	
	padding-top: 10px;
	margin-top: 12px;
}
.pvz-card-border {
	border-top: 1px solid #dadad8;
}
.balloon-pvz-card::before {
	content: "";
	display: block;
	left: 0;
	top: 12px;
	position: absolute;
	background: url("https://spgate.chililab.pro/img/icon-card.svg") no-repeat;
	width: 15px;
	height: 10px;
}
.balloon-pvz-card.pvz-card-no-text::before, .balloon-pvz-card.pvz-card-no-text span {
 display: none !important;
}
.pvz-card-no-text + .balloon-pvz-action {
 margin-top: 4px !important;
}
.balloon-pvz {
 padding: 22px 11px 20px !important;
}
.balloon-pvz-action {
  display: block;
  width: 100%;
  float: left;
  margin-top: 12px;
  margin-bottom: 20px;
}
.balloon-pvz-btn {
  display: block;
  width: 100%;
  float: left;
  color: #fff;
  height: 40px;
  -webkit-border-radius: 3px;	
  border-radius: 3px;	
  text-align: center;
  border: 1px solid #9fc16f;
  background: #93bf1e;
  background: -moz-linear-gradient(top,  #93bf1e 0%, #5f9807 100%);
  background: -webkit-linear-gradient(top,  #93bf1e 0%,#5f9807 100%);
  background: linear-gradient(to bottom,  #93bf1e 0%,#5f9807 100%);
  font-size: 17px;
  line-height: 38px;
}
.balloon-pvz-btn:hover {
  background: #5f9807;
  background: -moz-linear-gradient(top,  #5f9807 0%, #93bf1e 100%);
  background: -webkit-linear-gradient(top,  #5f9807 0%,#93bf1e 100%);
  background: linear-gradient(to bottom,  #5f9807 0%,#93bf1e 100%);	
}
.balloon-pvz-btn:disabled {
  border-color: #dfdfdf;
  color: #565656;
  background: #f7f7f7;
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #cdcdcd 100%);
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#cdcdcd 100%);
  background: linear-gradient(to bottom,  #f7f7f7 0%,#cdcdcd 100%);
}
.balloon-pvz-btn:disabled:hover {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #cdcdcd 100%);
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#cdcdcd 100%);
  background: linear-gradient(to bottom,  #f7f7f7 0%,#cdcdcd 100%);
}
.balloon-pvz-order {
  display: none;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.order-close-modal {
  display: block;
  width: 100%;
  float: left;
  color: #565656 !important;
  height: 32px;
  -webkit-border-radius: 3px;	
  border-radius: 3px;	
  text-align: center;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  background: #f7f7f7;
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #cdcdcd 100%);
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#cdcdcd 100%);
  background: linear-gradient(to bottom,  #f7f7f7 0%,#cdcdcd 100%);	
  text-decoration: none !important;
}
.balloon-pvz-btn:disabled + .balloon-pvz-order .order-close-modal {
  color: #fff !important;
  background: #93bf1e;
  border-color: #9fc16f;
  background: -moz-linear-gradient(top,  #93bf1e 0%, #5f9807 100%);
  background: -webkit-linear-gradient(top,  #93bf1e 0%,#5f9807 100%);
  background: linear-gradient(to bottom,  #93bf1e 0%,#5f9807 100%);	
}
.balloon-pvz-order-pc {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0 16px;
}
#order-page .balloon-pvz-order-pc {
 display: block !important;
}
.order-close-modal-pc {
  white-space: nowrap;
  text-decoration: none !important;
  display: inline-block;
  color: #565656 !important;
  height: 40px;
  -webkit-border-radius: 3px;	
  border-radius: 3px;	
  text-align: center;
  border: 1px solid #dfdfdf;
  font-size: 17px;
  line-height: 38px;
  background: #f7f7f7;
  padding: 0 20px;
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #cdcdcd 100%);
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#cdcdcd 100%);
  background: linear-gradient(to bottom,  #f7f7f7 0%,#cdcdcd 100%);
  cursor: default;
}


.pvz-checked + .balloon-pvz-order-pc .order-close-modal-pc {
  cursor: pointer;
  background: #93bf1e;
  border-color: #9fc16f;
  color: #fff !important;
  background: -moz-linear-gradient(top,  #93bf1e 0%, #5f9807 100%);
  background: -webkit-linear-gradient(top,  #93bf1e 0%,#5f9807 100%);
  background: linear-gradient(to bottom,  #93bf1e 0%,#5f9807 100%);	
}
.pvz-checked + .balloon-pvz-order-pc .order-close-modal-pc:hover {
  background: #5f9807;
  background: -moz-linear-gradient(top,  #5f9807 0%, #93bf1e 100%);
  background: -webkit-linear-gradient(top,  #5f9807 0%,#93bf1e 100%);
  background: linear-gradient(to bottom,  #5f9807 0%,#93bf1e 100%);	
}

.points-map [class*="balloon-content__header"] {
	display: none !important;
}
.cluster-balloon-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 372px;
  height: 100%;
}
.list-tab {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; 
  min-width: 31px;
}
.list_item {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  position: relative; 
  display: block;
  background-color: #fafafa;
}

@media (min-width: 768px) {
  .list_item {
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    min-height: 90px;
  }
  .list_item:first-child {
    border-right-color: #fff;
  }
  .list_item:last-child {
    border-top: 0;
  }  
  .list_item.is-active {
    border-right-color: #fff !important;
  }  
  .list_item.is-no-active {
    border-right: 1px solid #d5d5d5 !important;
  }  
}/*end min-width 768*/

.list_item:first-child {
  border-bottom: 0;
  background-color: #fff;
}

.list_item.is-active {
  background-color: #fff;
}
.list_item.is-no-active {
  background-color: #fafafa !important;
}

.balloon-tabs-content {
  display: block;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 0 11px;	
  height: 100%;
  overflow-y: auto;
}
.balloon-tabs-content > li:first-child {
  display: block;
}
.balloon-tab {
  float: left;
  width: 100%;	
  display: none;
}
.list_item.cdek {
  background-image: url("https://spgate.chililab.pro/img/icons_sdek-v.png");
  -webkit-background-size: 12px 48px;
  background-size: 12px 48px;
  background-repeat: no-repeat;
  background-position: center;
}
.list_item.boxberry {
  background-image: url("https://spgate.chililab.pro/img/icons_boxberry-v.png");
  -webkit-background-size: 15px 70px;
  background-size: 15px 70px;
  background-repeat: no-repeat;
  background-position: center;  
}
.list_item.dpd {
  background-image: url("https://spgate.chililab.pro/img/icons_dpd-v.png");
  -webkit-background-size: 18px 39px;
  background-size: 18px 39px;
  background-repeat: no-repeat;
  background-position: center;  
}
.points-map [class*="balloon__layout"], .points-map [class*="balloon_layout_panel"] {
 border: 1px solid #d5d5d5;
}

.points-map [class*="balloon"] {
  box-shadow: none !important;
}

.points-map [class*="balloon_layout_normal"], .points-map [class*="balloon_layout_panel"] {
  -webkit-box-shadow: 0 0 9px rgba(104, 103, 103, .3) !important;
  box-shadow: 0 0 9px rgba(104, 103, 103, .3) !important;
  background: none !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .points-map-modal {
    /*margin-left: -107px !important;*/
  }
}
@media screen and (min-width:801px) and (max-width:1199px) {
  .points-map-modal {
  	/*left: 7px !important;*/
  }
}
@media (min-width: 768px) {
  .points-filter {
    display: block !important
  }
}
/*
@media (max-width: 800px) {
  .points-map-modal {width: 100%  !important;}
}
*/
@media (max-width: 767px) {
  .form-group-points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ymap-points {
    width: 100%;
  }
	.point-close-filter {
		display: block;
	}
	.points-filter {
		display: none;
		width: 260px;
    	max-height: 100%;
		padding: 50px 15px 0 10px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 20;
		background: #fff;
		height: 100%;
        -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,.5);
        box-shadow: 0 0 5px 1px rgba(0,0,0,.5); 
	}
  .country-modal-title span {
    /*display: block;*/
    width: 100%;
    margin-bottom: 12px;
	font-size: 16px;
  }
  .points-map-modal {
   padding: 0 10px 10px
  }
	.country-modal-title .btn {
		display: inline-block;
	}
	.points-map-modal {
	  width: 98% !important;
      left: 1% !important;
	}  
  .points-map-modal .btn-close {
    top: 4px;
    font-size: 30px;
    right: 10px;
  }
  .points-map-modal {
  	margin-top: 50px;
  }
  .points-map-modal .btn-close span {
  	display: none !important;
  }
  .points-map-modal .btn-close {
  	top: 14px;
    right: 10px;
    opacity: .8;
	background: url("https://spgate.chililab.pro/img/close-modal.svg") no-repeat;
    width: 24px;
    height: 24px;
  }
  .form-group-list li {
  	padding-left: 25px;
    margin-bottom: 10px;
  }
  .form-group-list li .point-checkbox {
  	margin-left: -25px;
  }
  .point-item-price {
    font-size: 14px;
    line-height: 14px;
    white-space: normal;
    margin-bottom: 5px;
  }
  .point-item-txt {
    font-size: 11px;
    line-height: 11px;
    margin-right: 5px;
  }
  .point-item-period {
    font-size: 11px;
    line-height: 11px;  
  }
  .points-filter .form-group-box {
  	padding-left: 0
  }
  .point-switch-label {
  	font-size: 12px;
  }
  .point-switch-label::before {
  	width: 26px;
    height: 12px;
  }
  .point-switch-label::after {
  	width: 18px;
    height: 18px; 
    top: -4px;
  }
  .point-switch-input:checked + .point-switch-label::after {
   left: 13px;
  }  
}/*end 767*/

/*10637 end*/
.show-points-map-link {
  text-decoration: none;
  border-bottom: dotted 1px;
}
.delivery-content .show-points-map-link {
  color: #0077ba;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
  height: 21px;
  position: relative;
}  
.delivery-content .show-points-map-link, .delivery-headers-flex .show-points-map-link {
  color: #0077ba;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
  height: 21px;
  position: relative;
}  
.show-points-map-link {
text-decoration: none;
border-bottom: dotted 1px;
}
.pp-description-block-content .show-points-map-link {
    color: #0077ba;
    margin-bottom: 15px;
    display: inline-block;
}  
.delivery-headers-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery-headers-flex .show-points-map-link::before {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  top: -2px;
  background: url("https://spgate.chililab.pro/img/blue-pin.png") no-repeat;
  -webkit-background-size: 30px 25px;
  background-size: 30px 25px;
  width: 30px;
  height: 25px;
}
.delivery-headers-flex span {
 padding-right: 40px;
}
.delivery-headers-order {
 margin: 0;
 color: #000;
 font-size: 12px;
 padding-left: 0 !important;
}
.delivery_variants .post-label {color: #000 !important;}
.curier-label {
 color: #000;
}
.delivery-headers-order.delivery-headers-flex .show-points-map-link {
 height: 16px;
 color: #0077ba;
}
.delivery-headers-order.delivery-headers-flex .show-points-map-link::before {
 top: -4px;
}
.points-map [class*="gototech"] {
 display: none !important;
}
.points-map [class*="copyrights-pane"] {
 bottom: 0 !important;
 z-index: 7200 !important;
}
@media (max-width: 767px) {
  .online-chat-root.onlineChatHide {
  	display: none !important;
  }
 .balloon-pvz-list li {
   font-size: 12px;
    line-height: 16px;
  }
  .balloon-pvz-list li.balloon-pvz-pin::before {
  	width: 12px;
    height: 17px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  }
  .balloon-pvz-card::before {
  	width: 12px;
    height: 8px;
    top: 13px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;    
  }
  .balloon-pvz-card {
   font-size: 10px;
    line-height: 12px;  
    margin-top: 8px;
  }
  .balloon-pvz-list li.balloon-pvz-work::before, .balloon-pvz-list li.balloon-pvz-phone::before {
  	width: 12px;
    height: 12px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;  
  }
  .balloon-pvz-list li.balloon-pvz-work::before {
  	top: 2px;
  }
  .balloon-pvz {
    padding: 15px 11px 11px !important;
    max-width: 100% !important;
  }
  
  .delivery-headers-flex .show-points-map-link {
   border-bottom-style: dotted;
  }

  .balloon-tabs-content {
    height: -webkit-calc(100% - 31px);
    height: calc(100% - 31px);
    padding-left: 0;
    /*max-height: 153px;*/
  }
  .cluster-balloon-content {
    display: block;
    width: 100%
  }
  .list-tab {
    float: left;
    width: -webkit-calc(100% - 33px);
    width: calc(100% - 33px);
    min-width: 1px;
    height: 31px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;	
  }
  .list_item {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    min-width: 90px
  }
  .list_item:first-child {
    border-left: 0;
    border-bottom: 1px solid #fff;	
  }
  .list_item.is-active {
    border-bottom: 1px solid #fff;
    background-color: #fff !important;
  }
  .list_item.is-no-active {
    background-color: #fafafa !important;
    border-bottom: 1px solid #d5d5d5 !important;
  }
  .balloon-tab .balloon-pvz {
    max-width: 100% !important;
  }
  .cluster-balloon-content {
    max-width: 100%;
  }
  .points-map [class*="balloon__content"] > ymaps > ymaps {
   width: 100%;
   display: block;
  } 
  /*
  .balloon-tabs-content {
   overflow-y: hidden;
  }
  */
  .points-map [class*="balloon_layout_panel"] [class*="balloon__content"] > ymaps {
    overflow-y: hidden !important;
    height: auto !important;
  }
  .list_item.cdek {
    background-image: url("https://spgate.chililab.pro/img/icons_sdek.png");
    -webkit-background-size: 48px 12px;
    background-size: 48px 12px;
  }
  .list_item.boxberry {
    background-image: url("https://spgate.chililab.pro/img/icons_boxberry-h.png");
    -webkit-background-size: 70px 15px;
    background-size: 70px 15px;
  }
  .list_item.dpd {
    background-image: url("https://spgate.chililab.pro/img/icons_dpd.png");
    -webkit-background-size: 39px 18px;
    background-size: 39px 18px;
  }  
  .points-map [class*="balloon__close-button"]::before, 
  .points-map [class*="balloon__close-button"]::after {
   display: none;
  }

  .points-map [class*="balloon__close-button"] {
    background: #fafafa url("https://spgate.chililab.pro/img/icon-close-baloon.svg") no-repeat center !important;
    width: 32px !important;
    height: 30px !important;
    margin-top: 0 !important;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  } 
  
  #order-page .balloon-pvz-order {
    display: block;
  }
  .balloon-pvz-btn {
    height: 32px;
    font-size: 14px;
    line-height: 30px;	
  }
  #order-page .balloon-pvz-order-pc {
    display: none !important;
  }
  
  
}/*end 767*/
@media (max-width: 449px) {
  .delivery-headers {
    padding: 0;
  }
  .delivery-headers-flex {    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; 
  }
  .delivery-headers-flex span {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .delivery-headers-flex .show-points-map-link {
   margin-left: 35px;
  } 
}/*end 449*/








/* psd layout ------*/
  .padding24{
    padding: 24px;
  }
  .padding20{
    padding: 20px;
  }
  .mt10{
    margin-top: 10px;
  }
  .mt0{
    margin-top: 0;
  }
  .pink-color{
    color: #9e042e;
  }
  .relative{
    position: relative;
  }
  .product-list-item {
    box-shadow: none;
    border-radius: 3px;
    width: initial;
    border: 1px solid #dbdbdb;
  }
  .product-list-item:hover {
      box-shadow: none;
      /*overflow: hidden;*/
      border-radius: 3px;
      border: 1px solid #dbdbdb;
  }
   .swiper-button-prev{
      left: 0;
      outline: none;
      background:none;
    }

   .swiper-button-next{
      right: 0;
      outline: none;
      background:none;
    }
     .product-list-image a.pl-image{
          border-bottom: 1px solid #dbdbdb;
     }
.ajax_search-marked {
    font-weight: 700;
}
.swiper-button-next {
    right: -10px;
}
.swiper-button-prev {
    left: -10px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    z-index: 1;
    outline: none;
    transition: 0.1s;
    width: calc(var(--swiper-navigation-size)/ 44 * 20);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    /*transform: scale(1.1);*/
}
.swiper-button-next:hover svg *,
 .swiper-button-prev:hover svg * {
    fill: #000;
}
.product-list-item:hover .product-list-image a{
  border-bottom: 1px solid #dbdbdb;
}
.filter-car-brand{
    padding: 0px;
}
.toggle-list-button--brand.toggle-list-button{
    padding: 18px;
    padding-right: 10px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
}
@media(min-width: 1100px) {
    .custom_grid-18per-1100px {
        width: 18%;
    }
    .custom_grid-64per-1100px{
      width: 64%;
    }
}

ul.ajax-search-results {
    padding: 0;
    position: absolute;
    top: calc(100% + 6px);
    background: #fff;
    z-index: 1000;
    left: 0;
    margin: 0 !important;
    right: 0;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    list-style-type: none;
}

a.ajax-search-link {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
    transition: 0.1s;
    padding-top: 24px;
}

.slider {
    overflow: visible;
}

a.ajax-search-link:hover {
    background: #dbdbdb;
}
a.ajax-search-link {
    display: block !important;
    align-items: center;
    position: relative;
    padding-left: 150px;

}
a.ajax-search-link:before {
    content: "";
    display: block;
    border: 1px solid #dbdbdb;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;

}
.ajax-search-link img {
    position: absolute;
    left: 12px;
    top: 12px;
    max-height: 45px;
    max-width: 45px;
}

a.ajax-search-link {
    flex-wrap: wrap;
    padding-left: 70px;
    min-height: 70px;
}
.simple-text {
    color: #121212;
    font-size: 15px;
    font-weight: 400;
}
.h3 {
    margin-bottom: 9px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.filter-collections{
  display: flex;
  margin: 12px auto;
}
.border{
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.filter-collection_item {
    flex: 1;
    margin-right: 10px;
    /**
     * Для эксплорера
     */
    -ms-user-select: none;

    /**
     * Для мозилы
     */
    -moz-user-select: none;

    /**
     * Для конкверора
     */
    -khtml-user-select: none;

    /**
     * Для Сафари и Хрома
     */
    -webkit-user-select: none;
}
.filter-collection-title {
    padding-left: 10px;
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
    font-style: italic;
    padding: 10px;
    cursor: pointer;
}
.filter-collection_item {
    position: relative;
}
.filter-collection_item *{
  transition: 0.1s;
}
.filter-collection_list {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 7px;
    min-width: calc(100% - 0px);
    background: #fff;
    z-index: 10000;
    top: calc(100% + 6px);
    max-height: 300px;
    overflow-y: scroll;
    display: none;
}
.filter-collection_list_item-img {
    height: 30px;
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.filter-collection_list_item {
    display: flex;
    align-items: center;
    padding: 6px;
    border-bottom: 1px solid #dbdbdb;
    transition: 0.1s;
}
.filter-collection_list_item:last-child {
    border-bottom: 0;
}
.filter-collection_list_item:hover {
    background: #dbdbdb;
}
.active.filter-collection_item i{
    transform: rotate(180deg);
}
.active .filter-collection-title{
  border-color:#222222;
  outline: -webkit-focus-ring-color auto 1px;
}
.filter-collection_item i {
    font-size: 9px;
    position: absolute;
    top: 15px;
    right: 12px;
    color: #0e0e0e;
    z-index: 0;
    cursor: pointer;
}
.filter-collection-title {
    display: flex;
    align-items: center;
    padding: 0;
    height: 36px;
    padding-left: 6px;
    padding-right: 24px;
}
.catalog-new {
    margin-bottom: 20px;
}
.catalog-new_level1 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    padding: 12px 6px 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.1s;
}
.catalog-new_level2 {
    color: #000000;
    line-height: 16px;
    text-decoration: none;
    padding: 6px 6px 6px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-size: 14px;
    transition: 0.1s;
}
.catalog-new_level3 {
    color: #000000;
    line-height: 16px;
    text-decoration: none;
    padding: 6px 6px 6px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-size: 14px;
    transition: 0.1s;
}
.catalog-new_level2:hover{
  background-color: #eae9e9;
}
.catalog-new_drop {
    position: absolute;
    left: calc(100% - 0px);
    background: #fff;
    width: 100%;
    top: 0;
    display: block;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;

}
.catalog-new_drop:hover {
    display: flex;
}
@media(min-width: 800px){
  .catalog-new_level2:hover + .catalog-new_drop {
    display: flex;
  }
}

.catalog-new_item {
    position: relative;
}

.catalog-new_level3:hover{
  background-color: #eae9e9;
}
.js-toggle-list-wraps{
    padding-top: 10px;
    padding-bottom: 10px;
}
.svg-icon {
    display: inline-block;
    fill: currentColor;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    shape-rendering: geometricPrecision;
    display: inline-block;
    vertical-align: middle;
    outline: none;
}
.catalog-new_level2 .svg-icon{
width: 13px;
min-width: 13px;
margin-left: 6px;
height: 9px;
}
.subcoll {
    display: flex;
    flex-wrap: wrap;
}
.block-widjet__subcoll .block-widjet_content {
    margin-bottom: 20px;
}

.subcoll a {
    margin-right: 15px;
    margin-bottom: 10px;
}
.subcoll-bttn-wrap .collection-widjet_button {
    margin: 30px auto 65px;
}

.collections-icons_title:first-letter{
  text-transform: uppercase;
}
.collections-icons_item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    margin-bottom: 10px;
    transition: 0.1s;
}
.collections-icons_item img {
    max-width: 100%;
}
.collections-icons_item:hover {
    /*transform: scale(1.1);*/
}
.collections-icons{
  margin-bottom: 24px;
  margin-top: 30px;
}
.collection-widjet_button{
    margin: 20px auto;
    margin-bottom: 0;
    display: block;
    max-width: 187px;
    text-align: center;
}
a.catalog-new_level1:hover {
    background: #eae9e9;
}
.block-widjet-title {
    background-color: #e7e7e7;
    min-height: 50px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    display: inline-flex;
    align-items: center;
    padding-left: 24px;
    position: relative;
    left: -20px;
    padding-right: 20px;
    margin-bottom: 50px;
    /*max-width: 81%;*/
}
.block-widjet-title h3 {
    margin: 0;
}
.block-widjet-title:after {
    content: "";
    background: #e7e7e7;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 16px;
    transform: skew(-20deg);
    z-index: 0;
}
.block-widjet-title h3 {
    position: relative;
    z-index: 1;
}
.block-widjet_text {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.block-widjet {
    position: relative;
}
.block-widjet:after {
    content: "";
    left: -20px;
    right: -20px;
    top: 0;
    position: absolute;
    border-top: 2px solid #dcd8d8;
}
.block-widjet_button{
  margin-left: 0px;
}
.collections-icons_row.grid-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.collections-icons_item{
    text-decoration: none;
    color: #000;
    text-align: center;
    font-weight: 700;
}
h3.h3:first-letter {
    text-transform: uppercase;
}
.mb24{
  margin-bottom: 24px;
}
.mb20{
  margin-bottom: 20px;
}
.slider_title{
    color: #9f042e;
font-size: 24px;
font-weight: 700;
    margin-top: 40px;
}
/*.block-widjet_image{
  padding-right: 24px;
}*/
.slider-collections_item {
    display: flex;
    text-decoration: none;
    flex-wrap: wrap;
    align-items: center;
}
.slider-collections_item > * {
    flex: 1;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    min-width: 100%;
}
.block-widjet_content {
    padding-left: 24px;
}
.slider-collections_swiper .swiper-wrapper{
align-items: center;
}
.slider-collections_button{
  margin-bottom: 65px;
}
.block-widjet_text ul {
    list-style-image: url(okey.jpg);
    padding-left: 21px;
}
.product-list-title {
    color: #000000;

    font-size: 24px;

}
.product-list {
    margin-left: -0.5em;
    margin-right: -0.5em;

}
.links_subcollections_item {
    color: #8b0227;

    font-size: 15px;

    text-decoration: underline;
        margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.flex-between{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mz-hint{
  opacity: 0;
}
.links_subcollections {
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 17px;
}
.links_subcollections img{
    max-width: 84%;
}
.links_subcollections .row{
    align-items: center;
} 
.product-list-title{
    margin-bottom: 24px;
}
.collections_icons_expand_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.collections_icons_expand_wrap {
    max-height: 221px;
    overflow: hidden;
    transition: 0.3s;
}

.collections_icons_expand_item {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 30px;
    color: #0688cb;
    font-size: 15px;
}
.collections_icons_expand_item > * {
    width: 100%;
}
.collections_icons_expand_image_wrap {
    padding: 6px;
    height: 69px;
}
.collections_icons_expand .button-grey {
    padding-left: 10px;
    width: 155px;
    padding-right: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
}
.collections_icons_expand .button-grey img {
    margin-left: 10px;
}
.collections_icons_expand_title{
    margin-top: 0;
}
.product-list-title::first-letter {
    text-transform: uppercase;
}
.filter_collections_bar {
    padding: 18px 36px 18px 18px;
    background: #fff;
}
.filter_collections_bar .filter-collections {
    flex-wrap: wrap;
    margin: 0;
}
.filter_collections_bar .filter-collection_item {
    min-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
}
.filter_collections_bar .filter-collections-title {
    color: #2f2e2e;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}
.filter_collections_bar .button-grey {
    min-width: 155px;
    margin-top: 10px;
}
.slider-collections_item:hover span {
    color: #000;
    text-decoration: underline;
}
.collections_icons_expand__one-line .collections_icons_expand_wrap {
    max-height: 120px;
}
.block_title {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.block_title::first-letter {
    text-transform: uppercase;
}
.collections_grid .collection_block {
    text-decoration: none;
    padding: 18px;
    height: 100%;
}
.collection_block_img_wrap {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
}

.collections_grid .collection_block{
    padding-bottom: 250px;
    position: relative;
}

.collection_block_img_wrap {
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
}
.collections_icons_expand_item img{
    transition: 0.1s;
}
/*.collections_icons_expand_item:hover img {
    transform: scale3d(1.1);
}*/
.header_panel_new .filter-collection-title {
    height: 34px;
}
.header_panel_new .slider-search-block input[type="text"] {
    height: 36px;
    margin-right: 12px;
}
.header_panel_new .filter-collection_item {
    margin-right: 12px;
}
.header_panel_new .slider-search-block input[type="submit"] {
    height: 36px;
    min-width: 119px;
    padding-left: 27px;
    font-size: 16px;
    background-position: 78% 51%;
}
.header_panel_new .filter-collections {
    margin-top: 12px;
    margin-bottom: 18px;
    align-items: center;
}
.header_panel_new .filter-collections .filter-collection-title {
    background: #fff;
}
.header_panel_new .filter-collections .button-grey {
    height: 32px;
    min-width: 117px;
    max-width: 117px;
    width: 117px;
    flex: 1;
    flex-basis: 117px;
    padding-left: 0;
    padding-right: 0;
}
.filter-collections_title{
    margin-right: 12px;
    color: #2f2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.filter-car-brand {
    padding: 9px;
}
.filter-car-brand .toggle-button-img {
    position: relative;
    left: 2px;
}
.filter-car-brand .js-toggle-list-wraps {
    padding-top: 1px;
    padding-bottom: 1px;
}
.filter-car-brand .toggle-list-button--brand.toggle-list-button {
    border-bottom: 0;
}
.filter-car-brand .sidebar-title--car-brand {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    color: #585858;
    margin-left: 3px;
}
.filter-car-brand .toggle-list-button--brand.toggle-list-button {
    justify-content: flex-start;
    padding: 0;
}
.filter-car-brand .category-car-brand {
    padding: 4px 0 12px;
}
@media(min-width: 800px){
.scrollup{
        width: 54px;
    height: 55px;
    position: fixed;
    bottom: 38px;
    left: 40px;
    display:none;
    text-indent:-9999px;
    background: url('up-icon.png') no-repeat;
    z-index: 999;
    background-size: contain;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
}
}

.collection-widget{
    padding-bottom: 65px;
}
.block-widjet_content{
    margin-bottom: 60px;
}
.pb0{
  padding-bottom: 0px;
}
.mt0{
  margin-top: 0;
}
a.catalog-new_level1.active, a.catalog-new_level2.active{
    background: #eae9e9;
        border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
        border-right: 0;
    border-left: 0;
}

 a.catalog-new_level3.active {
    background: #eae9e9;
        border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.header_collection .block-widjet_content{
    margin-bottom: 40px;
}
.catalog-new_level1:hover + .catalog-new_level2_wrap {
    max-height: 3000px;
}
.catalog-new_level2_wrap {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
}
.catalog-new_level2_wrap.active {
    max-height: 3000px;
}
.catalog-new_level2_wrap:hover {
    max-height: initial;
    overflow: visible;
}
.catalog-new_level2_wrap .relative:hover {
    background-color: #eae9e9;
}
.catalog-new_drop-left {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
    min-width: 590px;
    transition: 0s;
    max-height: 0;
    display: none;
}
.catalog-new_drop-left .catalog-new_drop{
  display: none !important;
} 
.catalog-new_drop-left:hover{
  display: flex;
}
.catalog-new_item:hover .catalog-new_level1 {
    background: #eae9e9;
}
.catalog-new_level1:hover +.catalog-new_drop-left {
   display: flex;
}
.catalog-new_drop-left {
    flex-wrap: wrap;
    padding: 10px;
}
.catalog-new_drop-left > * {
    max-width: 25%;
    flex-basis: 25%;
}
.catalog-new_drop-left .catalog-new_level2 {
    font-size: 14px;
    padding: 10px;
}
.catalog-new_drop-left .catalog-new_level2 .svg-icon {
    display: none;
}
.catalog-new_drop-left .catalog-new_drop {
    display: none;
}
.catalog-new_drop {
    flex-wrap: wrap;
}
.catalog-new_drop > * {
    min-width: 100%;
}
.catalog-new_level3 {
        padding: 10px;
}
.catalog-new_drop_coll-4 {
    min-width: 729px;
    flex-wrap: wrap;
    padding: 10px;
}
.catalog-new_drop_coll-4 > * {
    padding: 10px;
    min-width: 25%;
    max-width: 25%;
    flex-basis: 25%;
}
/*.catalog-new_drop {
    margin-left: 17px;
}

.catalog-new_level2:after {content: '';display: block;top: 0; bottom: 0; position: absolute;left: 100%; width: 25px;}*/
a.ajax-search-link {
    white-space: normal;
}

.left-toolbar .catalog-new {
    border: 0;
    box-shadow: 0 0 0 #000;
    border-radius: 0;
    margin-right: -10px;
    margin-left: -10px;
}
.left-toolbar .catalog-new .catalog-new_level2 {
    padding-left: 20px;
    padding-right: 17px;
}
.left-toolbar .catalog-new .catalog-new_level1 {
    padding-left: 10px;
}
.left-toolbar .catalog-new .toggle-list-button--brand.toggle-list-button {
    padding-left: 10px;
}
.left-toolbar .catalog-new_drop {
    position: relative;
    left: 0;
    border: 0;
    border-radius: 0;
    padding: 10px;
    min-width: initial;
    box-shadow: 0 0 0 #000;
}
.left-toolbar .catalog-new_drop_coll-4 > * {
    min-width: calc(49% - 20px);
    max-width: calc(49% - 20px);
    flex-basis: calc(49% - 20px);
    padding: 10px;
    white-space: normal;
}
a.catalog-new_level3 {
    display: inline-block;
}
.left-toolbar.left-toolbar--menu {
    padding-top: 0;
    border-top: 1px solid #dbdbdb;
    /* position: relative; */
    top: 52px;
}

.catalog-new_level2_wrap > div:last-child {
    margin-bottom: 10px;
}
.border-b {
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb !important;
}
.left-toolbar .catalog-new {
    border-bottom: 1px solid #dbdbdb;
}
.left-toolbar .search-button {
    padding: 9px;
}
.left-toolbar .search-widget {
    margin-bottom: 20px;
    border-bottom: 0;
}
.left-toolbar .search-widget {
    letter-spacing: 0;
    position: relative;
    margin-bottom: 40px;
}
.left-toolbar .search-widget:after {
    content: '';
    position: absolute;
    bottom: -20px;
    height: 1px;
    left: -10px;
    right: -10px;
    background: #dbdbdb;
}

.ajax-search-results{
  opacity: 0;
  transition: 0.3s;
}

.ajax-search-item {
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.ajax-search-item * {
    white-space: initial;
}
.ajax-search-item .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.ajax-search-item a {
    color: #000;
    font-size: 14px;
}
.ajax-search-item .button-green {
    margin-left: auto;
        white-space: nowrap;
}
.main > .container{
  overflow: visible; 
}

.ajax-search-item .s-item-button {
    text-align: right;
}
.row.is-grid,
.row-reverse.is-grid,
.col.is-grid,
.col-reverse.is-grid {
    margin-left: -12px;
    margin-right: -12px;
}
.row.is-grid > *,
.row-reverse.is-grid > *,
.col.is-grid > *,
.col-reverse.is-grid > * {
    padding-left: 12px;
    padding-right: 12px;
}
.not-available {
    color: #a81d42;
    font-size: 12px;
}
.s-item-img {
    display: flex;
    justify-content: center;
}

.more-image-item {
    margin-bottom: .5rem;
}

.more-views .preview-list.row {
    display: flex;
    flex-wrap: wrap;
}

@media(min-width: 501px){
  .links_subcollections__flex-between {
    text-align: justify;
    position: relative;    
  }
  .links_subcollections img {
      margin: 0 auto;
      display: block;
  }
}
.filter-collection_list.border.top_up {
    top: initial;
    bottom: calc(100% + 6px);
}
.top_up_hover{
    top: initial;
    bottom: 0;
}
.sidebar-left {
    position: relative;
    z-index: 1;
}
.countdown-right-banner_height{
    height: 252px;
}
/*.swiper-container {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}
.swiper-slide{
   width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}
.swiper-wrapper{
   max-height: 100%;
  height: 100%;
  display: flex;
}*/
/* asd psd layout ------*/

/* psd layout media ------*/
@media(max-width: 1024px){
    .slider-home-banners{
        margin-bottom: 9px;
    }
    .hide-lg{
        display: none;
    }
.cell-1-lg {
  max-width: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}

.cell-2-lg {
  max-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}

.cell-3-lg {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.cell-4-lg {
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}

.cell-5-lg {
  max-width: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
}

.cell-6-lg {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.cell-7-lg {
  max-width: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
}

.cell-8-lg {
  max-width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
}

.cell-9-lg {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.cell-10-lg{
  max-width: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
}

.cell-11-lg {
  max-width: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
}

.cell-12-lg {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

}
@media (max-width: 900px) {
    .ajax-search-item .button-green {
        font-size: 12px;
    }
    .s-item-price {
        font-size: 14px;
    }

}
@media (max-width: 600px) {
      .hide-sm{
        display: none;
    }
    .show-sm{
      display: block !important;
    }
  .text-center-sm{
    text-align: center;
  }
  .pd-sm {
    padding-top: 20px;
  }
.text-left-sm{
  text-align: left;
}
.cell-1-sm {
  max-width: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}

.cell-2-sm {
  max-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}

.cell-3-sm {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.cell-4-sm {
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}

.cell-5-sm {
  max-width: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
}

.cell-6-sm {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.cell-7-sm {
  max-width: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
}

.cell-8-sm {
  max-width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
}

.cell-9-sm {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.cell-10-sm{
  max-width: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
}

.cell-11-sm {
  max-width: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
}

.cell-12-sm {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
}


@media (max-width: 1200px) and (min-width: 1100px) {
    .catalog-new_level1 {
        padding-left: 6px;
    }
    .toggle-list-button--brand.toggle-list-button {
        padding-left: 6px;
        padding-right: 6px;
    }
    .catalog-new_level2 {
        padding-left: 6px;
    }
}
@media (max-width: 1000px) and (min-width: 800px) {
    .catalog-new_level1 {
        padding-left: 9px;
    }
    .toggle-list-button--brand.toggle-list-button {
        padding-left: 9px;
        padding-right: 9px;
    }
    .catalog-new_level2 {
        padding-left: 9px;
    }
}
@media (max-width: 1100px) {
    .product-list .padded-sides {
        padding-right: 0;
        padding-left: 20px;
    }
    .index-title {
        margin-left: 20px;
    }
    .google-review-wrapper {
        display: none;
    }
    .blog-posts-home {
        margin-bottom: 20px;
    }
}
@media (min-width: 1100px) {
    .sidebar-left [data-paste0] {
        display: none;
    }
    .swiper-container.main-slider {
    min-height: 273px;
}
}
@media (max-width: 800px) {
  .header_panel_new .filter-collections{
    margin-bottom: 20px;
  }
    .product-list .padded-sides {
        padding-left: 0;
    }
    .index-title {
        margin-left: 0;
    }
    .sort_by{
    display: flex;
    flex-wrap: wrap;
    
}
.padded-left.fl.lg-hidden.md-hidden{
    padding-left: 0;
}
span.sort_by-option {
    min-width: 100%;
    display: block;
    margin-top: 10px;
}
}
@media(max-width: 640px){
    img.block-widjet_image{
        margin: 0 auto;
        display: block;
        max-width: 320px;
    }
    .block-widjet-title{
        margin-bottom: 20px;
    }
    .block-widjet_content{
        padding-left: 10px;
        padding-right: 10px;
    }
    .subcoll{
        padding-left: 10px;
        padding-right: 10px;

    }
    .block-widjet_button{
        margin-left: auto;
    }
    .collection-widjet_button{
        margin-top: 50px;
    }
     .filter-collections{
        flex-wrap: wrap;
    } 
    .filter-collection_item{
        min-width: 100%;
        margin-bottom: 10px;
    }
    [data-collection-filter-bttn]{
        margin-left: auto;
        margin-right: auto;
        min-width: 150px;
        margin-top: 10px;
        width: 100%;
    }
    .collection-widjet_button{
        margin-top: 0px;
    }
    .header_collection .block-widjet_content{
    padding-left: 0;
        padding-right: 0;
    }
    .header_collection-img{
        display: block;
        margin: 10px auto;
    }

  
.block-widjet-title h3 {
    font-size: 18px;
}
.block-widjet-title h3 {
    font-size: 15px;
}

.block-widjet-title {
    padding-left: 10px;
}

img.block-widjet_image {
    max-width: 100%;
}


}
.products-slider {
  padding-top: 11px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 11px;
}
@media(max-width: 500px){
/* .products-slider_wrapper .swiper-container{
      height: 480px;
      padding-bottom: 3px;
    }
   .products-slider_wrapper .product-list-item{
    height: 100%;
  }
  .products-slider_wrapper .swiper-button-next{
    bottom: -30px;
    top: initial;
    left: 50%;
    margin-left: -9px;
    transform: rotate(90deg);
}
.products-slider_wrapper .swiper-button-prev{
    top: -10px;
    bottom: initial;
    left: 50%;
    transform: rotate(90deg);
        margin-left: -9px;

}*/
/*.products-slider_wrapper{
    margin-bottom: 50px;
margin-top: 65px;
}
*/.block-widjet-title{
  max-width: 81%;
}
}
@media(max-width: 1000px){
    .filter-collections_title{
        display: none;
    }
}
@media (max-width: 1200px) {
    .slider-home-banners__collection {
        align-content: initial;
    }
    .slider-home-banners__collection .home-wide-banners:not(.home-wide-banners__avtoehlektronika) {
        max-height: 100%;
        min-height: 100%;
        display: block;
        position: relative;
    }
    .slider-home-banners__collection .home-wide-banners .filter_collections_bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 10px;
        padding-right: 20px;
    }
    .filter_collections_bar .filter-collections-title {
    }
    .filter_collections_bar .filter-collection_item {
        margin-bottom: 6px;
    }
    .filter_collections_bar .button-grey {
        min-width: 100%;
    }
    .filter_collections_bar .filter-collections-title {
    }
}
@media(max-width: 1024px){
    .filter_collections_bar .filter-collections-title {
        margin-bottom: 10px;
    }
    .filter_collections_bar .filter-collection_item {
        margin-bottom: 6px;
    }
    .filter_collections_bar .button-grey {
        min-width: 100%;
        margin-top: 0;
    }
    .filter_collections_bar .filter-collections-title {
        line-height: initial;
    }
}

@media (max-width: 1100px) {
    [class*="body--collection"] .content.wrap {
        padding-left: 20px;
        padding-right: 0;
    }
}
@media(max-width: 900px){
    .filter_collections_bar .filter-collections-title {
        margin-bottom: 6px;
    }
    .filter_collections_bar .filter-collection_item {
        margin-bottom: 6px;
    }
    .filter_collections_bar .button-grey {
        min-width: 100%;
        margin-top: 0;
    }
    .filter_collections_bar .filter-collections-title {
        font-size: 14px;
        line-height: initial;
    }
}
@media (max-width: 800px) {
    [class*="body--collection"] .content.wrap {
      padding-left: 0;
      padding-right: 0;
    }
    .product-list-title{
      margin-bottom: 10px;
    }
    .header_collection-img{
      margin-bottom: 20px;
    }
    /*.collections_grid__item{
      max-width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }*/
    .collection-widget{
      padding-bottom: 0px;
    }
    .collection-widjet_button{
      margin-bottom: 60px;
    }
    .collections-icons{
      margin-bottom: 0;
    }
    [class*="body--collection"] .product-list{
      margin-left: -20px;
      padding-right: 6px;
    }

}
@media(max-width: 640px){
    .collections_grid .collection_block{
        padding-bottom: 130px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
    }
    .block_title{
        font-size: 12px;
        line-height: initial;
    }
    .collection_block_img_wrap{
        height: 100px;
    }
    .collections_grid {
    margin-left: -3px !important;
    margin-right: -3px !important;
    }
    .collections_grid > * {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .collections_grid__item {
        margin-bottom: 6px !important;
  }

}

@media(max-width: 1100px){
    [class*="body--collection"] .product-list{
      margin-left: -20px;
      padding-right: .5rem;
    }
}
@media(max-width: 800px){
    [class*="body--collection"] .product-list{
      margin-left: 0px;
      padding-right: .5rem;
    }
}
/*@media(min-width: 500px){
    .products-slider_wrapper{
        max-height:700px;
    }
}*/
@media (max-width: 800px) {
  span.sort_by-option {
    max-height: 30px;
}
    .filter_collections_bar .button-grey {
        margin-top: 10px;
    }
    .slider-home-banners__collection {
        flex-wrap: wrap;
    }
    .slider-home-banners__collection .filter-collection_item {
        margin-bottom: 10px;
    }
    .slider-home-banners__collection .home-wide-banners .filter_collections_bar {
        position: relative;
        margin-top: 20px;
        padding: 20px;
    }
    .filter_collections_bar .filter-collections-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sort_by {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.sort_by::before {
    display: none;
}

.sort_by::after {
    display: none;
}

span.sort_by-option{
    min-width: initial;
    max-width: 100%;
    margin-top: 0;
}

.sort_by .padded-left.fl{
    min-width: 120px;
}

select#order {
    padding-top: 5px;
    padding-bottom: 4px;
    margin-left: auto;
}


}
@media (max-width: 500px) {
    .product-list-item {
        padding-bottom: 40px;
        height: calc(100% - 40px);
    }
    .products-slider {
        overflow: visible;
    }
    .products-slider .swiper-slide {
        height: initial;
    }
    .products-slider_mobile-wrapper {
        padding: 1px;
        overflow: hidden;
        margin-left: -20px;
        margin-right: -20px;
    }
    .product-list-item span.product-price.nowrap {
        position: absolute;
        left: 20px;
        bottom: 15px;
    }
    .product-list-item li.product-list-buy-now {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
      .products-slider_wrapper .swiper-button-prev {
       /* left: -18px;
        width: calc(var(--swiper-navigation-size)/ 33 * 12);*/
        display: none;
    }
    .products-slider_wrapper .swiper-button-next {
      /*  right: -18px;
        width: calc(var(--swiper-navigation-size)/ 33 * 12);*/
        display: none;
    }
}
@media(max-width: 480px){
  span.product-old-price.nowrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -15px;
}
  .product-list-item .product-list-image a.pl-image {
    margin-bottom: 11px;
}
    .links_subcollections img{
        margin: 0 auto;
        display: block;
    }
    .body--collection h1.product-list-title {
    font-size: 21px;
}
}
@media (min-width: 1101px) {
    .product_form [data-add-to-cart] , .product_form .product_form-buy-button{
        position: relative;
        left: 23px;
    }
    .product-page-price-buttons .pp-buy-button {
        position: relative;
        left: 62px;
    }
    .product-page-price-buttons input.pp-buy-button.button-brown{
 position: relative;
        left: 62px;
    }
    span.product_form-available.product_form-available-no.nowrap {
      font-size: 14px;
   }
   .pp-price_with_old_price{
    position: relative;
    left: 36px;
}
}
@media(max-width: 500px){
   .links_subcollections__flex-between {
    text-align: justify;
        margin-right: -15px;
    max-width: calc(100% + 15px);
    max-width: calc(100% + 15px);
    -webkit-flex-basis: calc(100% + 15px);
    -ms-flex-preferred-size: 100%;
    flex-basis: calc(100% + 15px);
  }
  .links_subcollections img {
      margin: 0 auto;
      margin-bottom: 20px;
      display: block;
  }

}

@media(max-width: 360px){
    .phone_block-big a{
        font-size: 20px;
        position: relative;
        left: 1%;
    }
}
@media (min-width: 800px) {
    .body--cart .sidebar-right {
        padding-top: 76px;
    }
}
.activeFinder{
  font-weight: 700;
}
input#kinput{
       position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    /* width: 100%; */
    background: #fff;
    z-index: 2;
    /* border-radius: 4px 0px 0px 4px; */
    border: 0px !important;
    padding: 0px 10px;
    border-right: 0;
    outline: none;
    max-width: 98%;
    border-radius: 0 !important;
}
.handle_param_model-avtomobilya{
    border-top: 0;
    padding-top: 5px;
}
.body--cart .content.wrap {
    padding-left: 0;
}
@media (max-width: 800px) {
  .main.row{
  overflow: hidden;
}
  label.sort_by-label.mc-hidden{
    display: none;
  }
    .body--product .content.wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .body--cart .content.wrap {
      padding-right: 0;
    }
}
div#vk_comments {
    max-width: 100%;
}
#comment_form input[type="text"], #comment_form textarea {
    min-width: 100%;
}

input.buy_button.button-grey {
    float: initial !important;
    margin: 20px auto;
}
@media(max-width: 500px){
  .product-list-item li.product-list-buy-now input {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
}

  .product-list-meta span.product-action-price.nowrap {
    position: absolute;
    left: 15px;
    bottom: 18px;
        font-size: 19px;
}

.product-list-meta span.product-price.nowrap.line-through {
    left: 42%;
    bottom: 20px;
}
}
.sidebar-left:hover {
    z-index: 1000;
}
@media(max-width: 1024px){
    .slider-home-banners{
        margin-bottom: 9px;
    }
}
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 100%;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_ifame{
  width: 100%;
  /*height: 420px;*/
}
.youtube .play {
    background: url('youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 1;
}

.youtube:hover .play {
    background-position: 0 0;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.product_form-available{
    font-size: 14px !important;
}
@media(min-width: 1024px){
  .s-item-price *{
    white-space: nowrap;
  }

  .cell-1-5{
      max-width: 11%;
      -webkit-flex-basis:11%;
      -ms-flex-preferred-size:11%;
      flex-basis: 11%;
  }
.s-item-sklad {
    position: relative;
    left: 16px;
    height: 22px;
}
.s-item-sklad *{
   white-space: nowrap;
}
}
@media(max-width: 600px){
    .s-item-button button{
        font-size: 14px !important;
    }
}

@media(min-width: 1024px) {
    .slider-search-form .s-item-sklad * {
        font-size: 12px !important;
    }
    .slider-search-form .cell-5 {
        max-width: 250px;
    }

    .slider-search-form .cell-1 {
        min-width: 10%;
    }

    .slider-search-form .cell-1-5 {
        min-width: 14%;
    }
    .slider-search-form .s-item-sklad {
        min-width: 19%;
    }
}

/* psd layout media ------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';font-display: swap;src:url('fontawesome-webfont.eot?v=4.7.0');src:url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
