img {
  /*max-width: 100%;*/
  max-height: none;
  vertical-align: middle;
  border-style: none;
}

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

/* ширина экрана с центровкой */
  .pageMaxSize {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
  
  .pageMaxSize.center {
    text-align: center;
  }

/* Инста блок */

  .hiddenBlock {
    margin: 5px 5px 5px 5px;
    background: #f0f0f0;
  }
  
  #blockAndroid > .hiddenBlock {
    margin: 5px 5px 5px 5px;
  }

  .hiddenBlock > div.icon {
    padding: 15px 0px 15px 15px;
    line-height: 1px;
  }

  .hiddenBlock > div.icon img {
    width: 35px;
    height: 35px;
  }

  .hiddenBlock > div.text {
    padding: 15px 0px 15px 10px;
    font-size: 12px;
    color: #353535;
  } 

  .hiddenBlock > div.button {
    padding: 15px 0px 15px 10px;
  }

  .hiddenBlock > div.button a {
    display: block;
    padding: 8px 10px;
    background: #e00000;
    color: #fff;
    font-size: 12px;
    border-radius: 5px; 
    text-decoration: none;
  }
  
  .hiddenBlock > div.cancel {
    padding: 15px 15px 15px 10px;
    line-height: 1px;
  }

  .hiddenBlock > div.cancel img {
    width: 19px;
    height: 19px;
    line-height: 1px;
    cursor: pointer;
  }
  
  #blockDesktop .button {
    padding-right: 15px;
  }
  
  /* маленькое меню на главной */
    .smallMenu {
      background: #fff;
    }
    
    .smallMenu.typeOpt {
      background: #fff;
    }
    
    .contentMenu {
      height: 50px;
    }
    
    .contentMenu > div {
      text-align: center;
    }
    
    .contentMenu > div + div {
      margin-left: 25px;
    }
    
    .contentMenu a {
      font-size: 16px;
      line-height: 16px;
      font-weight: 500;
      color: #313131;
      text-decoration: none;
    }
    
    .contentMenu a.mark {
      color: #f8353e;
    }

    /* главная горизонтальный блок баннеров */
  
    .homeBanner {
      margin-top: 15px;
    }
    
    .homeBanner > a + a {
      margin-top: 10px; 
    }
    
    .homeBanner > a {
      position: relative;
    }
    
    .homeBanner > a img {
      width: 100%;
    }
    
    /* главная сетковидный блок баннеров */
    
      .homeGridBanner {
        margin-top: 20px;
      }
      
      .homeGridBanner .banner {
        position: relative;
        display: block;
        width: 100%;
      }
      
      .homeGridBanner .banner img {
        width: 100%;
      }
      
    /* затемнение над банерами и кнопка */ 
    
    .opacityBack  {
      visibility: hidden; 
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      position: absolute;
      background-color: rgba(38, 38, 38, 0.2);
    }
    
    .opacityBack div.button {
      padding: 5px 28px;
      background: rgba(255,255,255,1);
      color: #313131;
      text-decoration: none;
      position: absolute;
      bottom: 0px;
      margin-bottom: 10px;
    }

    .opacityBack div.button.buy {
      background: #f8353e;
      color: #fff;
    }
   
  /* баннеры брендов */
    .homeBrandBanner > a {
      margin-top: 10px !important;
      position: relative;
      display: block;
      line-height: 1px;
    }
    
    .homeBrandBanner > a img {
      width: 100%;
    }
   
  /* название секции */
    .section-title {
      position: relative;
      text-align: center;
      padding: 15px 0;
    }
    
    .section-title::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #ddd;
      z-index: -1;
    }
    
    .section-title div.h2 {
      font-size: 15px;
      line-height: 15px;
      font-weight: 700;
      text-transform: uppercase;
      padding-left: 10px;
      padding-right: 10px;
      background-color: #fff;
      display: inline-block;
      margin: 0;
    }
    
    .section-block {
      display: inline-block;
    }
    
    .section-link {
      display: inline-block;
      font-size: 14px;
      line-height: 14px;
      color: #f8353e;
      text-decoration: none;
      padding: 0 15px 5px;
      border-bottom: 1px solid transparent;
      transition: all 0.3s ease-in-out;
      margin: 20px auto 0px auto;
    }
    
    .section-link img {
      margin-left: 20px;
    }
    
  /* блок слайдера */
    
    .productSlider {
      border: 1px solid #e1e1e1;
      background: #fff;
    }
    
    .secondary-slider {
      position: relative;
      padding: 0 21px;
      text-align: left;
      margin: 0px 15px;
    }
    .secondary-slider .slick-prev {
      left: -7px;
      top: 35%;
    }
    .secondary-slider .slick-prev::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background: url("/img/related-prev.png") center center no-repeat;
    }
    .secondary-slider .slick-next {
      right: -7px;
      top: 35%;
    }
    .secondary-slider .slick-next::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background: url("/img/related-next.png") center center no-repeat;
    }
    
  .silderProduct {
    width: 150px;
    min-height: 200px;
    /*border: 1px solid transparent;
    padding: 5px;*/
    position: relative;
  }
  
  .silderProduct a.imageLink {
    display: block;
    position: relative;
    line-height: 1px;
    width: 150px;
    overflow: hidden;
  }
  
  .silderProduct a.imageLink img.main {
    width: 150px;
  }

  .catalogProducts a.imageLink {
    width: 100%;
  }
 
  div.sticker {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    line-height: 1px;
    height: 60px;
  }
  
  div.sticker.hasPromo {
    top: 35px;
  }

  div.sticker img.summerSale {
    width: 60px !important;
    height: 60px !important;
    display: inline-block;
  }
  
  .product-price {
    font-size: 14px;
    line-height: 14px;
    color: #424242;
    margin-bottom: 0;
    margin-top: 7px;
    /*font-weight: bold;*/
  }
  
  .product-price span {
    font-weight: bold;
  }
  
  .product-price > div + div {
    margin-left: 5px;
  }
  
  .redPrice {
    color: #f8353e !important;
  }
  
  .redPrice.opt {
    color: #79315c !important;
  }
  
  .product-price-sale {
    font-size: 10px;
    line-height: 14px;
    text-decoration: line-through;
    font-weight: normal !important;
    margin-bottom: 0;
    color: #9D9D9D;
  }
 
 .product-price-skidka {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
  display: inline-block;
  background: #f8353e;
  padding: 2px;
  }
  
  .product-price-skidka.low {
    background: #fffbe5 !important;
    color: #424242 !important;
  }
  
  .product-name {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 7px;
  }
  
  .product-type {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #B7B7B7;
    margin-top: 3px;
    margin-bottom: 0px;
  }

  .product-sizes {
    margin: 5px 0px 0px 0px;
    font-size: 14px;
  }
  
  .product-sizes-box {
    margin: 7px 0px 0px 0px;
    font-size: 9px;
    line-height: 10px;
  }
  
  .product-sizes-box > .size {
    background: #F1F1F1;
    color: #2D2D2D;
    padding: 3px;
    margin: 3px 3px 0px 0px !important;
  }
  
  .product-sizes-box > .size.off {
    color: #cccccc;
    text-decoration: line-through;
  }
  
  strike {
    color: #909090;
  }
  
  /* скролл вверх в низу  сайта */ 

  .foot-up-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    height: 44px;
  }
  
  
  /* способы оплаты футер */
  .foot-pay-wrapper {
    text-align: center;
    padding: 10px 0px 10px 0px;
  }

  .foot-pay-wrapper img {
    max-width: 100%;
    width: 375px;
    display: inline-block;
    margin: 0px auto;
  }
 
  /* наверх сайта */ 
  #topScrollButton {
    display: block;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    left: 75px;
    background: silver url(scroll-top.png) no-repeat center center;
    border-radius: 5px;
    width: 44px;
    height: 44px;
    -webkit-transition: 1.0s ease;
    -o-transition: 1.0s ease;
    transition: 1.0s ease;
    z-index: 500;
  }

  #topScrollButton.show {
    opacity: 1;
  }

     /* блок рассылки на главной */
    
      .homeRassylka {
        padding: 55px 0 50px 0;
        background: #323232;
        margin-top: 40px;
      }
      
      .homeRassylka .pageMaxSize.flex {
        padding: 0px 5px;
      }
      
      .homeRassylka .title {
        font-size: 18px;
        line-height: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 30px;
      }
 
      .formHint .text {
        background: #c1a87d;
        color: #fff;
      }

      .formHint .arrow .image {
        background: url(/img/hintArrowMob.png) no-repeat bottom left;
      }
      
      .darkBlock .formBtn {
        margin-top: 0px;
        display: block;
        text-align: center;
        padding: 10px 10px;
        background: #f8353e;
        color: #fff;
        font-size: 12px;
        line-height: 12px;
        font-weight: 700;
      }
 
  /* другие варианты на форме входа */

    .loginButtons {
      margin: 15px 5px 5px 5px;
    }
    
    .loginButtons > div {
      line-height: 1px;
    }
    
    .loginButtons > div + div {
      margin: 0px 0px 0px 20px;
    }
  
    .loginButtons a {
      line-height: 14px;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      color: #000;
      text-decoration: underline;
    }
        
  /* 
    форма рассылки на главной
  */
  
    .rassylkaForm {
      width: 450px;
      max-width: 100%;
      padding-bottom: 5px;
      border-bottom: 1px solid #fff;
      margin: 0px auto 0px auto;
    }
    
    .homeRassylka > .flex {
      margin: 0px 15px;
    }
    
    .homeRassylka > .flex > div + div {
      margin-top: 35px;
    }
    
    .rassylkaForm input {
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #fff;
      background-color: transparent;
      border-radius: 0;
      border: none;
      transition: border-color 0.15s ease-in-out;
      font-family: Roboto, Arial, sans-serif;
      font-weight: 400;
    }
    
    .rassylkaForm .button {
      padding: 0.375rem 0.75rem;
      color: #fff;
      font-size: 1rem;
      line-height: 1.5;
    }
    
    .rassylkaForm .button div + div {
      margin-left: 10px;
    }
  
  /* блок комментариев на главной */
  
    .contentComments {
      margin: 0px 10px;
    }

    .contentComments > div + div {
      margin-top: 50px;
    }
    
    .homeComment {
      text-align: left;
    }
    
    .homeComment > div + div {
      margin-left: 30px;
    }
    
    .homeComment .icon a {
      display: block;
      line-height: 1px;
    }
    
    .homeComment .icon img {
      border: 5px solid #efefef;
      width: 100px;
    }
    
    .homeComment .text .name {
      font-size: 14px;
      line-height: 14px;
      font-weight: 700;
    }
    
    .homeComment .text .date {
      font-size: 12px;
      line-height: 12px;
      font-weight: 300;
      font-style: italic;
      margin-top: 10px;
    }
    
    .homeComment .text .title {
      margin-top: 10px;
    }
    
    .homeComment .rating {
      margin-top: 5px;
    }

    .homeComment .text .text {
      margin-top: 10px;
      position: relative;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300;
      font-style: italic;
    }
    
    .homeComment .text .text::before {
      content: '';
      position: absolute;
      left: -25px;
      top: 5px;
      width: 20px;
      height: 20px;
      background: url("/img/quotes.png") center center no-repeat;
    }
  
    /* seo блок на главной */
    
    .homeInfo {
      background: #f6f6f6;
    }
    
    .homeInfo > div {
      padding: 15px 15px 0px 15px;
    }
    
    .homeInfo h2.title {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px;
    }
    
    .homeInfo b {
      margin-bottom: 10px;
      display: block;
    }
    
    .homeInfo p {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 30px;
      line-height: 1.4em;
    }
    
    .homeInfo ul {
      margin-bottom: 30px;
    }
    
    .homeInfo ul li + li {
      margin-top: 15px;
    }
    
    .homeInfo ul li {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      line-height: 1.4em;
    }
    
    .catalogProducts {
      margin-top: 20px;
    }
    
    .catalogProducts > div.silderProduct {
      margin: 2px;
      width: 48%;
    }
    
    .catalogProducts > div.silderProduct img {
      width: 100%;
    }
    
    .catalog.pageMaxSize {
      padding: 0px 5px;
    }
  
    /* баннер в каталоге */
    .catalog-banner {
      display: block;
      border-bottom: 1px solid #cdcdcd;
      line-height: 1px;
      margin-top: 5px;
    }
    
    .catalog-banner img {
      max-height: 250px;
    }

    /* выделение категории в меню категорий */
    .catalogTag {
      display: inline-block;
      height: 15px;
      /*border: 1px solid #1d9019;*/
      background: #05a102;
      font-size: 10px;
      line-height: 15px;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      padding: 0px 3px;
      border-radius: 2px;
      margin-left: 10px;
    }
    
    .brandTag, .stickerTag {
      display: inline-block;
      height: 18px;
      line-height: 18px;
      border: 1px solid #b40001;
      background: #b40001;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      padding: 0px 3px;
      border-radius: 2px;
      position: absolute;
      margin-left: 10px;
    }
    
    .stickerTag {
      border: 1px solid #b40001;
      color: #FFF;
      background: #b40001;
    }
    
  /* продукт */
  
    .mainProduct {
      margin-top: 10px;
    }

    .mainProduct > .mainProductImage + .mainProductText {
      margin-top: 10px;
    }

    .productPage.pageMaxSize {
      padding: 0px 5px;
    }

    .mainProductImage {
      width: 100%;
    }
    
   /* стиль главного фото на странице модели */
    .swiper-container {
      overflow: hidden;
      width: 460px;
      height: 682px;
    }
    .gallery-main {
      width: 460px;
      height: 682px;
    }
    
    /* стиль превью фото для видео */
    .gallery-thumbs .swiper-slide.video {
      position: relative;
      display: block;
      cursor: pointer;
      overflow: hidden;
    }
    
    .gallery-thumbs .swiper-slide.video::before {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-color: 
      rgba(211, 83, 83, 0.7);
      z-index: 2;
      width: 68px;
    }
    
    .gallery-thumbs .swiper-slide.video::after {
      content: '';
      position: absolute;
      z-index: 3;
      width: 40px;
      height: 40px;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      margin-left: -20px;
      background: url('/img/thumb-video-icon.png') center center no-repeat;
    }
    
    /* стиль основного фото для видео */
    .gallery-main .swiper-slide.video {
    }
    
    .gallery-main .swiper-slide.video a, .gallery-mobile .swiper-slide.video a {
      line-height: 1px;
      position: relative;
      display: block;
    }
    
    .gallery-main .swiper-slide.video a:before, .gallery-mobile .swiper-slide.video a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color:
      rgba(150, 150, 150, 0.7);
      z-index: 2;
      line-height: 1px;
    }
    
    .gallery-main .swiper-slide.video a:after, .gallery-mobile .swiper-slide.video a:after {
      content: '';
      position: absolute;
      z-index: 7;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      margin-left: -60px;
      width: 120px;
      height: 80px;
      background: url('/img/thumb-video-icon2.png') center center no-repeat;
    }

    /* просмотр фото мобильная */

    .mainImage.mobile {
      position: relative;
      width: 100%;
      height: auto;
      margin: 0px auto 0px auto;
      overflow: hidden;
    }
    
    .mainImage.mobile .swiper-container {
      width: 100%;
      height: auto;
    }
    
    .mainImage.mobile .swiper-container img {
      width: 100%;
    }
    
    .swiper-pagination {
      margin-top: 5px;
      position: static;
      width: 100%;
    }
    
    .swiper-pagination > * {
      -webkit-box-flex:1; -ms-flex:1; flex:1;
      border-radius: 0px;
      opacity: 1;
      background: #E9E9E9;
    }
    
    .swiper-pagination > span.swiper-pagination-bullet-active {
      background: #555;
    }
    
    .swiper-pagination span + span {
      margin-left: 5px;
    }
    
    /* Блок цены */
  
  .tablePrice {
    width: 300px;
    max-width: 100%;
  }
  
  .productCols {
    margin: 20px 20px 0px 20px;
  }
  
  .productSkidka {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: line-through;
    color: #1c1c1a;
    padding: 5px 0px 0px 0px;
    white-space: nowrap;
  }
  
  .productPrice {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #2f6a2b;
  }
  
  TABLE .productPrice {
    padding: 0px 0px 0px 15px;
    color: #f8353e;          
  }
  
  TABLE .productProcentWrapper {
    padding: 0px 0px 0px 15px;
  }
  
  .bold {
    font-weight: bold;
  } 
  
  .productPrice.typeOpt {
    color: #79315c;
  }

  .flex.economy {
    margin-top: 10px;
    height: 17px;
  }
  
  .flex.economy .fxMain.dottedBottom {
    background: url(dotted.png) repeat-x bottom left;
  }

  .productEconomText {
    font-size: 15px;
    line-height: 15px;
    display: inline-block !important;
    /*background: #fff;*/
    overflow: hidden;
    padding-right: 2px;
  }
  
  .productEconomPrice {
    font-size: 15px;
    line-height: 15px;
    /*display: inline-block !important;*/
    /*background: #fff;*/
    overflow: hidden;
    padding-left: 2px;
  }
  
  /* выбор валюты */
  
    .productCurrency {
      margin-top: 25px;
    }

    .productCurrency .title {
      font-size: 14px;
      line-height: 40px;
    }

    .productCurrency button {
      margin-left: 10px;
      border: 1px solid #aaa;
      background-color: #fff;
      text-align: center;
      font-size: 16px;
      line-height: 16px;
      color: #353535;
      padding: 11px 9px;
      border-radius: 5px;
    }

    .productCurrency button.active {
      background-color: #ff7732;
      border-color: #ff7732;
      color: #fff;
    }
    
  /* размеры одежды */

    .rostWrapper {
      margin: 20px 10px 0px 10px;
    }
    
    .productSizes {
      margin-top: 20px;
    }

  /* select выбор размера */
  
    .productColor {
      margin-top: 20px;
      text-align: center;
    }

    .custom-select {
      display: inline-block;
      height: 42px;
      padding: 0px 30px 0px 6px;
      font-size: 14px;
      line-height: 40px;
      font-weight: 700;
      color: #000;
      vertical-align: middle;
      background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
      background-size: auto;
      background-size: 8px 10px;
      border: 1px solid #000;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    
    /* кнопки корзины */ 

      .buttonGrid {
        margin: 25px auto 0px auto;
        width: 280px;
      }
      
      .buttonGridRow > .item + .item {
        margin-left: 10px;
      }
      
      .buttonGridOneClick {
        margin-top: 10px;
      }
      
      .modelBtn {
        display: block;
        border: 1px solid #000;
        font-size: 15px;
        text-transform: uppercase;
        color: silver;
        border-radius: 5px;
        height: 45px;
        line-height: 45px;
        text-align: center;
      }
      
      .modelBtn.basket {
        color: #FFF;
        border:none;
        background: #ff902d;
        background: -moz-linear-gradient(top, #ff7633 0%, #ff902d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7633), color-stop(100%,#ff902d));
        background: -webkit-linear-gradient(top, #ff7633 0%, #ff902d 100%);
        background: -o-linear-gradient(top, #ff7633 0%, #ff902d 100%);
        background: -ms-linear-gradient(top, #ff7633 0%, #ff902d 100%);
        background: linear-gradient(to bottom, #ff902d 0%, #ff7633 100%);        
        
      }
      
      .modelBtn.basketGo {
        border: 3px solid #7bcb85;
        color: #111;
        background: #fff;
        line-height: 43px;
      }
      
      .modelBtn.favorite {
        border: 1px solid silver;
        background: #fff;
        color: #000;
      }

      .modelBtn.favoriteGo {
        border: 3px solid #dae6b7;
        color: #111;
        background: #fff;
        line-height: 43px;
      }
      
      .modelBtn.oneClick {
        background: #7bcb85;
        border:none;
        color: #fff;
        background: -moz-linear-gradient(top, #7bcb85 0%, #68ad71 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bcb85), color-stop(100%,#68ad71));
        background: -webkit-linear-gradient(top, #7bcb85 0%, #68ad71 100%);
        background: -o-linear-gradient(top, #7bcb85 0%, #68ad71 100%);
        background: -ms-linear-gradient(top, #7bcb85 0%, #68ad71 100%);
        background: linear-gradient(to bottom, #7bcb85 0%, #68ad71 100%);
      }

      .outOfStock {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
        background: #868686;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
      }
    
   
  /* блок доставки */
  
    .blockDelivery {
      margin-top: 20px;
      
    }
    
    .blockDelivery .title {
      margin-left: 10px;
      font-size: 14px;
      line-height: 14px;
      font-weight: 700;
      color: #353535;
    }
    
    .blockDelivery .text {
      margin-top: 15px;
      font-size: 14px;
      line-height: 14px;
      font-weight: 400;
      color: #353535;
    }
    
    .blockDelivery .payInfo {
      margin-left: 20px;
    }
    
        /* описание модели */
      .productInfo {
        margin: 20px 10px 0 10px;
      }
      
      .productParams {
        margin-top: 10px;
        /*font-size: 15px;
        line-height: 1.6em;
        font-weight: 400;*/
        color: #353535;
        overflow: hidden;
      }
                           
      .productParams.widthTable {
        overflow: auto;
        /*
        width: 375px;
        max-width: 100%;
        */
        margin: 10px auto 0px auto;
      }
      
      .productParams .slider {
        margin: 10px 0px 0px 0px;
      }
      
      /*
      .productParams .slider table {
        width: 4000px;
      }*/
      
      .productParams > div + div {
        margin-top: 5px;
      }
      
      .productParams p {
        padding: 0px;
        margin: 0px;
        font-size: 15px !important;
      }
      
      .productParams > div > b {
        font-weight: normal;
        color: gray;
        display: inline-block;
      }
      
      .productInfo .blockTitle {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        color: #353535;
      }
      
      .productInfo .productParams + .blockTitle {
        margin-top: 20px;
      }
      
    /* соц сети */
    
      .productSocial {
        background: #f7f7f7;
        padding: 10px;
        display: inline-block;
        margin-top: 20px;
      }

      .socialLike a {
        font-size: 14px;
        color: #fff;
        /*height: 25px;*/
        border-radius: 3px;
      }

      .socialLike a.likeVk {
        background: #587e9f;
      }

      .socialLike a.likeOk {
        background: #f59310;
        margin: 0px 0px 0px 22px;
      }

      .socialLike .logo {
        padding: 2px 5px 2px 8px;
        line-height: 1px;
      }

      .socialLike .logo img.smallVk {
        width: 20px;
      }

      .socialLike .logo img.smallOk {
        width: 11px;
      }

      .socialLike .title {
        padding: 2px 10px 2px 0px;
      }

      .joinAs {
        margin: 15px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        color: #313131;
        font-weight: 500;
      }

      .productSocialList {
        margin: 15px 0px 0px 0px;
      }

      .productSocialList div + div {
        margin-left: 10px;
      }

      .productSocialList img {
        border-radius: 3px;
        width: 30px;
      }
      
    .blockTitle + .blockTitle {
      margin-top: 20px;
    }
    
    /* комментарии */
  
    .productComments {
      
    }
    
    .productComments + FORM {
      margin-top: 30px;
    }
    
    .productComments.commentPage {
      margin-top: 40px;
    }
    
    .productComments > .productComment + .productComment {
      margin-top: 30px;
    }
  
    
    .productComment {
      padding: 0px 15px;
    }
  
    .productComments.commentPage .productComment {
      padding: 0px;
    }
  
    .productComment .flex > .image + .text {
      margin: 15px 10px 0px 10px;
    }
 
   
    .productComment .flex > .text + .image {
      margin-left: 25px;
    }
    
    .productComment .flex > .image {
      width: 100%;
    }
    
    .productComment .flex > .image a {
      display: block;
      line-height: 1px;
    }
    
    .productComment .flex > .image figure {
      width: 100% !important;
    }
    
    .productComment .flex > .image img, .productComment .flex > .image figure img {
      width: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important;
      border: 0.3125rem solid #efefef  !important;
    }
  
   .productComment .person {
      font-size: 1rem;
      line-height: 20px;
      color: #353535;
   }
   
  .productComment .person span.date {
    color: #808080;
    padding-right: 10px;
    display: inline-block;
  }
  
  .productComment .person a.modelLink {
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .productComment .comment {
    margin-top: 10px;
    font-weight: 400;
    font-size: 1rem;
    color: #353535;
    line-height: 1.4375rem;
  }
  
  .productComment .answer {
    margin-top: 15px;
    margin-left: 20px;
    padding: 15px;
    border-radius: 4px;
    background: #f0f0f0;
  }
  
  .productComment .answer b {
    display: block;
  }
  
  .productComment .answer div {
    margin-top: 10px;
    color: #353535 !important;
    line-height: 1.6em;
  }
  
  .productComments.clientPage {
    margin: 20px 0px;
  }
  
  .productComments.clientPage .productComment > .image img {
    border: none !important;
  }
  
  /* страница фирм */
  
  .firms h2 {
    margin-top: 30px;
  }
  
  .firms a {
    line-height: 1.8em;
  }
  
  /* отзывы бренда */
  .brandComments.commentPage {
    margin-top: 40px;
  }
  
  .brandComments.commentPage .productComment + .productComment {
    margin-top: 35px;
  }
  
  .brandComments.commentPage .productComment > .image + .text {
    margin: 20px 15px 0px 15px;
  }
  
/* accia-normal */
.accia-normal > .accia-normal-conteiner + .accia-normal-conteiner {
  margin-left: 15px;
}

.accia-normal + .accia-normal {
  margin-top: 15px;
}

.accia-normal > .accia-normal-conteiner a {
  display: block;
  width: 100%;
  max-width: 100%;
}

.accia-normal .accia-normal-conteiner a img {
  width: 100%;
}

.accia-normal p {
  margin-bottom: 0px;
}

/* accia-info big */


/* accia-info normal */

.accia-info.accia-normal {
  background: #333;
  padding: 10px 15px;
}

/*
.accia-info.accia-normal > div > div + div {
  margin-left: 15px;
}*/

.accia-info.accia-normal > div + div {
  margin-top: 15px;
}

.accia-info.accia-normal .accia-title {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.accia-info.accia-normal .accia-skidka {
  color: gray;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
}

.accia-info.accia-normal .accia-timer {
  font-size: 18px;
  line-height: 18px;
  color: gray;
}

.accia-info.accia-normal .accia-timer-icon {
  margin-right: 10px;
}

.accia-info.accia-normal .accia-timer-icon svg {
  width: 30px;
  height: 30px;
  fill: #0db7ed;
}

.accia-info.accia-normal .accia-timer span {
  color: #fff;
}

.accia-info.accia-normal .accia-button > a {
  display: block;
  padding: 13px 25px;
  border-radius: 5px;
  color: #fff;
  background: #ff8b00;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.accia-info.accia-normal .accia-text {
  font-size: 14px;
  color: silver;
  margin-top: 5px;
}

.accia-info.accia-normal .accia-text p {
  padding: 0px;
  margin: 0px;
}

.accia-normal-conteiner {
  width: 50%;
}

.accia-normal-conteiner.w100 {
  width: 100%;
}

.count_day_show, .count_hour_show , .count_minute_show , .count_second_show {
  display: inline-block;
}

.count_day {
  font-size: 25px;
}

.count_hour {
  font-size: 25px;
}

.count_minute {
  font-size: 18px;
}

.count_hour_show + .count_minute_show  {
  padding-left: 15px;
}

.count_second {
  display: inline-block;
  width: 18px;
}

.accia-normal > .accia-normal-conteiner + .accia-normal-conteiner {
  margin-left: 0px;
  margin-top: 15px;
}

/* стиль содержимого корзины */
.basketHead {
  height: 48px;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #ddd; 
  text-transform: uppercase;      
}

.basketHead .description, .basketRow .description {
  padding-left: 25px;
}

.basketRow {
  margin-top: 10px;
  padding: 5px 0px;
}
.basketRow.notAvalible {
  background: #EEE;
}
.basketRow .image
{
  padding-left: 5px;
}
.basketRow .image img {
  width: 100%;
  max-width: 100%;
}
.basketRow .description a + div {
  margin-top: 15px;
}
.basketRow .description > div + div {
  margin-top: 10px;
}
.basketRow .description a.title {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #353535;
}
.basketRow .description div {
  font-size: 14px;
  line-height: 14px;
}
.basketRow .description div b {
  font-weight: normal;
  color: gray;
  display: inline-block;
}
.basketRow .description div span {
  color: #212529;
}
.basketRow .description span.changeSize {
  color: #f8353e;
  cursor: pointer;
}
.basketRow .prices {
  
}
.basketRow .price {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #424242;
}
.basketRow .price-sale {
  text-decoration: line-through;
  color: #000500;
  font-size: 14px;
  line-height: 14px;
}
.basketRow .price-total {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #ee4420;
}

.basketRow .description div.skidkaTitle {
  font-size: 10px !important;
  line-height: 10px !important;
  color: #8a8d92;
  margin: 5px 0px 5px 0px;
}

.modelSkidka > div + div {
  font-size: 13px;
  line-height: 13px;
  color: #8a8d92;
  margin-left: 10px;
}

.modelSkidka {
  margin-top: 10px;
}

.basketResultWrapper {
  margin-bottom: 10px;
}

.economy.basket.big {
  height: 23px;
}

.economy.basket.big .productEconomText {
  font-size: 20px;
  line-height: 23px;
}

.economy.basket.big .productEconomPrice {
  font-size: 20px;
  line-height: 23px;
  color: #f8353e;
  padding-left: 5px;
}

.totalProcent {
    font-size: 16px;
    line-height: 17px;
    background: #ff8431;
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff !important;
}
.basketRow .discount {
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  background: #ff7732;
  padding: 3px 10px 3px 10px !important;
  border-radius: 5px;
  display: inline-block;
}
.basketRow .promotag {
  color: #444444;
  font-size: 14px;
  background: #fef9d9;
  padding: 3px 10px 3px 10px !important;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
}
.basketRow .summ span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #424242;
}


.countTitle + .inputCount, .countTitle + .inputOptCount {
  margin-top: 10px;
}
.inputCount {
  width: 130px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}
.inputCount .btnLeft {
  border-right: 1px solid #d8d8d8;
}
.inputCount .btnRight {
  border-left: 1px solid #d8d8d8;
}

.inputCount > div {
  height: 38px;
} 

.inputCount a {
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #000000;
}
.inputCount .counter input {
  max-width: 100%;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  padding: 0px;
  line-height: 36px;
}

/* оптовая часть */

  .optSize {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #424242;
    margin-right: 10px;
    width: 50px;
    text-align: center;
  }
  
  .inputOptCount + .inputOptCount {
    margin-top: 5px;
  }


/* мои желания */
.basketHead.favorite {
  margin-top: 15px;
}

.favoriteButtons {
  text-align:center;
  display: block;
  margin-top: 30px;
}

.favoriteButtons .favoriteButtonClear {
  padding: 4px 10px;
  margin: 20px auto 0px auto;
  display: inline-block;
  background-color: #323232;
  border-color: #323232;
  color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
}

/* сумма заказа и промокод */

  .orderSumm {
    margin-top: 25px;
    padding: 10px;
    background-color: #f4f5f7;
  }

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

  .promoBlock .title-promo {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #808080;
    white-space: nowrap;
    margin-bottom: 10px;
  }

  .orderSumm .form-control {
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    width: 100%;
    height: 38px;
    margin-left: 0px;
    margin-bottom: 2px;
  }

  .orderSumm .btnSend {
    height: 38px;
    display: inline-block;
    padding: 0px 5px;
    line-height: 38px;
    font-size: 14px;
    background-color: #64c186;
    color: #fff;
    border: 1px solid #64c186;
    border-radius: 5px;
    margin-left: 7px;
    margin-bottom: 2px;
  }

  .orderSumm .title-total {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #212529;
    padding-right: 10px;
  }

  .orderSumm .promoerror {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    color: #f8353e; 
  }

  .orderSumm .title-price {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #2f6a2b;
  }

  .orderSumm .old-price {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
    color: #868686;
    font-weight: 500;
    text-decoration: line-through;
  }

  .orderSumm .discount {
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #fd5500;
  }
  
  .orderSumm div.separator {
    margin: 10px 0px;
  }
  
  #loader_promo {
    margin-left: 10px;
    line-height: 1px;
  }
  
  .promoInput {
    position: relative;
  }
  
  .promoInput img {
    position: absolute;
    z-index: 3;
    top: 11px;
    right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  
  /* форма заказа */
  
  .orderForm {
    margin: 30px 5px;
  }
  .orderForm > div.colLeft + div.colRight {
    margin-left: 50px;
  }
  .orderForm > div.colRight {
    width: 370px;
  }
  
  .form-section {
  
  }
  
  .form-section + .form-section {
    margin-top: 45px;
  }
  
  .form-section .num {
    width: 30px;
    height: 30px;
    margin: 2px 12px 2px 2px;
    background: #346a38;
    text-align: center;
    border-radius: 50%;

    font-size: 16px;
    line-height: 31px;
    font-weight: 700;
    color: #fff;
  }
  
  .form-section .title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #3b3b3b;
  }
  
  .input-wrapper {
    margin-top: 10px;
  }
  
  .check-wrapper {
    margin-top: 10px;
    margin-left: 7px;
  }
  
  .check-wrapper + .check-wrapper {
    margin-top: 15px;
  }
  
  .input-wrapper label {
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    padding-left: 5px;
  }
  
  textarea {
    resize: none;
  }
  
  textarea.form-control.adress {
    padding: 0.375rem 0.75rem;
    height: 84px !important;
    line-height: 1.5 !important;
  }
  
  .input-example {
    padding-left: 5px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #424242;
    color: #868686;
  }
  
  .input-example span {
    border-bottom: 1px dotted #f8353e;
  }
  
  .input-wrapper .flex > div + div {
    margin-left: 20px;
  }
  
  .send-order {
    border-radius: 5px;
    padding: 17px 45px;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background-color: #64c186;
    border: 1px solid #5bb67d;
    margin-top: 25px;
  }
  
  .breadcrumbs {
    display: none;
  }
  
 /* форма логина */
  
  .userFormBack {
    padding: 15px 10px;
    display: block;
    background-color: #f8f9fa;
    margin-top: 10px;
  }
  
  .userForm h3 {
    margin: 25px 0px;
    font-weight: 600;
  }
  
  .userForm .input-wrapper input, .userForm .input-wrapper textarea {
    margin-top: 0px;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
    height: 42px;
    color: #353535;
    border: 1px solid #000;
    
  }
/*
  .input-wrapper input, .input-wrapper textarea {
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #888;
    font-size: 15px;
    line-height: 15px;
    box-shadow: none;
  }
  */
  
  .userForm .submit-wrapper.center button {
    margin: 0px auto;
  }
  
  .userForm .submit-wrapper .sendForm {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
    background-color: #6cd593;
    border: 1px solid #6cd593;
    text-align: center;
    padding: 13px 43px;
    font-weight: 400;
  }
  
  .sendForm.flex > div + img {
    margin-left: 15px;
  }
  
  .message_error .good_message {
    color: green;
  }
  
  .textBlock + .textBlock {
    margin-top: 20px;
  }
  
  .userForm label {
    display: block;
    margin-bottom: .5rem;
  }
  
  .userForm label span {
    color: #f8353e;
  }
  
  .capcha > input + div {
    margin-left: 15px;
  }
  
  .userForm select {
    width: 100%;
  }
  
  .userDate select + select {
    margin-left: 15px;
  }
  
  /* форма личных данных клиента */
  .orders-sidebar {
    width: 260px;
  }
  
  .orders-sidebar ul li + li {
    margin-top: 10px;
  }
  
  .userForm h3.clientPanel {
    margin-top: 0px;
  }
  
  .custom-select.w30 {
    width: 20%;
  }
  
  /* меню пользователя */
  .userAreaMenu {
    margin: 30px 0px 20px 0px;
  }
  
  .userAreaMenu a {
    display: inline-block;
    margin: 0px 10px 0px 10px;
  }
  
  .userAreaMenu a.active {
    text-decoration: underline;
    color: gray;
  }
  
  .userAreaMenu .vykup {
    /*padding: 20px 10px 40px 10px;*/
    color: silver;
  }
  
  .userAreaMenu .vykup b {
    color: gray;
  }
  
  /* история заказов */
  
  .client_order {
    border: 1px solid #d3d3d3;
  }

  .client_order.active .btn-order-release img {
    margin-left: 10px;
    transform: rotate(180deg);
  }
  .client_order.active .btn-order-release .text {
    display: none;
  }
  .client_order.active .btn-order-release .text-active {
    display: inline-block;
  }

  .descShortBlock {
    display: block;
  }

  .client_order.active .descShortBlock {
    display: none;
  }

  .descFullBlock {
    display: none;
  }

  .client_order.active .descFullBlock {
    display: block;
  }

  .client_order.active .descFullBlock img {
    max-width: 100%;
  }

  .client_order + .client_order {
    margin-top: 25px;
  }

  .client_order > .head > div {
    padding: 10px 20px;
  }

  .client_order .head .title {
    color: #868686;
    text-transform: uppercase;
  }

  .client_order .head .title b {
    color: #212529;
  }

  .btn-order-release {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    background-color: #f8353e;
    padding: 9px 17px;
    border: none;
  }
  .btn-order-release img {
    margin-left: 10px;
    vertical-align: top;
    margin-top: 5px;
    /*
    transition: all .5s linear;
    */
  }
  .btn-order-release .text {
    display: inline-block;
  }
  .text-active {
    display: none;
  }

  .client_order .descShort {
    font-size: 12px;
    color: #868686;
    padding-left: 0px;
  }

  .client_order .descShort .images {
  }

  .client_order .descShort .images .image {
    width: 219px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  } 

  .client_order .descShort .images .image img {
    max-width: 100%;
  }

  .client_order .descShort .text {
    padding-left: 0px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .client_order .descShort .text b {
    color: #313131;
  }

  .client_order .descShort .text > div {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .descFull .head {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
  }

  .descFull .head div.col {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 0px 10px 0px;
  }

  .descFull .head > div.col:first-child {
    padding-left: 20px;
  }

  .descFull .head div.txtLeft {
    text-align: left;
    padding-left: 5px;
  }

  .descFull .info div.col {
    padding: 10px 5px;
    text-align: center;
    color: #868686;
    font-size: 12px;
    line-height: 1.8em;
  }

  .descFull .info > div.col:first-child {
    padding-left: 20px;
  }

  .descFull .info div.col a.title {
    font-weight: bold;
  }

  .descFull .info div.col a.comment {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f8353e;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
  }

  .descFull .info div.col b {
    color: #313131;
  }

  .descFull .info div.txtLeft {
    text-align: left;
  }

  /* форма купить в 1 клик */
  
  .noMarginTop {
    margin-top: 0px !important;
  }

  .oneClickProduct {
    margin-bottom: 20px;
  }

  .oneClickProduct .image {
    padding-right: 15px;
  }

  .oneClickProduct .image img {
    max-width: 100%;
  }

  .oneClickProduct .text .title {
    font-weight: 600;
    color: #868686;
  }

  .oneClickProduct .text .size {
    color: gray;
    margin-top: 5px;
  }

  .oneClickProduct .text .size span {
    font-weight: 600;
    color: #777777;
  }

  .oneClickProduct .text .price {
    font-weight: 600;
    color: #36724a;
    margin-top: 5px;
  }
  
  .oneClickComment {
    font-size: 11px;
    color: #868686;
    margin-top: 10px;
    padding: 0px 15px;
    line-height: 16px;
  }

  .oneClickComment b {
    font-weight: 600;
    color: #f8353e;
    font-size: 16px;
  }
  
  input.mark, textarea.mark, select.mark {
    border: 2px solid #f8353e !important;
  }
  
  .brandIcon {
    padding: 20px 20px 20px 20px;
    text-align: center;
  }

  .brandIcon img {
    width: 100%;
    max-width: 250px;
  }
  
  /* новости */
  
  .blogArticles {
    margin-top: 40px;
  }
  
  .blogArticles .blogArticle {
    margin: 0px 5px;
  }
  
  .blogArticles .blogArticle + .blogArticle {
    margin-top: 20px;
  }
  
  
  .blogArticle > .image {
    width: 100%;
  }
  
  .blogArticle > .image img {
    width: 100% !important;
    border: 0.3125rem solid #efefef !important;
  }
  
  .blogArticle > .image + .text {
    margin: 14px 0px 0px 0px;
  }
  
  .blogArticle a.title {
    text-transform: uppercase;
    color: #f8353e;
    font-weight: 500;
    text-decoration: underline;
    line-height: 1.2em;
  }
  
  .blogArticle .date {
    color: #808080 !important;
    margin-top: 15px;
  }
  
  .blogArticle .desc {
    font-weight: 400;
    font-size: 1rem;
    color: #353535;
    line-height: 1.4375rem;
    margin-top: 15px;
  }
  
  .blogArticle .btnReadNews {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #f96969;
    color: #fff;
    margin-top: 10px;
  }
  
  /* носновной банер */
  
    .mainBanner a {
      display: block;
      line-height: 1px;
    }
    
    .mainBanner a img {
      width: 100%;
    }
    
  .basketBtnDelete {
    margin-top: 20px !important;
  }
  
  /* ссылка на основную версию сайта */
  .computerVersion {
    margin: 30px 0px 0px 0px;
    background: #f2f2f3;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #d2d2d2;
  }
  
  .computerVersion .flex > div + div {
    margin-left: 15px;
  }
  
  .computerVersion .icon img {
    width: 40px;
  }
  
  .computerVersion .text {
    color: #212529;
  }
  
  .article h3 {
    text-align: center;
  }
      
  .articleImages img {
    max-width: 100%;
  }
 
  .articleImages.flex > div {
    margin: 10px;
  }

  .articleImages.flex a {
    display: block;
    line-height: 35px;
    text-align: center;
  }

  .articleImages.flex a img {
    width: 100%;
  }
  
  .brandProducts {
    margin-top: 15px;
    margin-left: 0px !important;
    width: 100%;
    text-align: center;
  }
  
  /* элементы выбора цветов */
    
    .color-filter {
      padding: 0px 0px 0px 7px;
    }
    
    .color-filter + .color-filter {
      margin-top: 10px;
    }
    
    .color-filter .color-item.white {
      border: 1px solid #d9d9d9;
    }
    .color-filter .color-item {
      position: relative;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      overflow: hidden;
    }
    
  .color-filter .color-item .mark {
    content: '';
    position: absolute;
    width: 10px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    opacity: 0;
    background: url("/img/filter-color-check.png") center center no-repeat;
    transition: all 0.3s ease-in-out;
  }
  
  input:checked + LABEL.color-filter .color-item.darkArrow .mark, input.checked + LABEL.color-filter .color-item.darkArrow .mark {
    background: url("/img/filter-color-check-dark.png") center center no-repeat;
  }
  input:checked + LABEL.color-filter .color-item.orangeArrow .mark, input.checked + LABEL.color-filter .color-item.orangeArrow .mark {
    background: url("/img/filter-color-check-orange.png") center center no-repeat;
  }
  input:checked + LABEL.color-filter .color-item .mark, input.checked + LABEL.color-filter .color-item .mark {
    opacity: 1;
  }
  
  .color-filter .text-item {
    margin-left: 7px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
  }
  
  /* Цена */

  .price-filter .extra-controls {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .price-filter .price-slider {
    /*margin-bottom: 10px;*/
  }
  .price-filter .inp {
    width: 100px;
    height: 30px;
    line-height: 30;
    text-align: center;
    border: 1px solid #d8d8d8;
    outline: none !important;
    color: #888;
  }
  .price-filter .inp.js-from {
    float: left;
    overflow: visible;
  }
  .price-filter .inp.js-to {
    float: right;
    overflow: visible;
  }
  .price-filter .irs-from,
  .price-filter .irs-to,
  .price-filter .irs-single {
    display: none;
  }
  .price-filter .irs-bar {
    background-color: #e6e6e6; /*d05252*/
  }
  .price-filter .irs-line-left,
  .price-filter .irs-line-mid,
  .price-filter .irs-line-right {
    background-color: #e6e6e6;
  }
  .price-filter .irs-slider {
    width: 20px;
    height: 20px;
    margin-top: -9px;
    background-color: #f8353e;
    border-radius: 100%;
    top: 50%;
  }
  .price-filter .irs-slider::before {
    display: none;
  }
  
  div.proshivText {
    margin: 20px 10px 0px 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    padding: 10px;
    border-radius: 5px;
    background: #F0F0F0;
    text-align: center;
  }
  
/* корзина выбор способа доставки и оплаты */

  .cartOptions {
    margin: 0px 0px 10px 0px;
  }
  
  .cartOptions > .flex {
    margin-top: 3px;
  }
  
  a.openHint {
    display: block;
    line-height: 1px;
    padding: 10px;
    background: #ededed;
    border-radius: 3px;
    margin-left: 5px;
  }
  
  a.openHint.text {
    margin-top: 0px;
  }
  
  a.openHint img.arrow {
    background: url(/img/related-next.png) no-repeat center center;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  a.openHint.open img.arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  .cartInfo {
    margin-top: 10px;
    border: 1px dotted silver;
    font-size: 12px;
  }
  
  .cartOptions .text {
    font-size: 14px;
    line-height: 16px;
  }
  
  .cartInfoText {
    margin: 5px;
    color: #313131;
  }
  
  .cartInfoText b {
    color: #888888;
  }
  
  .cartInfoText > div + div {
    margin-left: 15px;
  }
  
  .productOptMessage {
    margin-top: 20px;
  }
  
  /* стиль оптовой цены */
  
    .priceTitle {
      font-size: 12px;
      color: #313131;
      line-height: 12px;
    }

    .flexPrice {
      margin-top: 10px;
      height: 28px;
    }
    
    .flexPrice > div + div {
      margin-left: 15px;
    }
    
    .optPriceBlock > div + div {
      margin-left: 15px;
    }
    
    TABLE.optPrice {
      min-width: 300px;
    }
    
    TABLE.optPrice .productPrice {
      padding: 0px;
      font-size: 20px;
    }
    
    TABLE.optPrice .productPrice.typeGreen {
      color: green;
    }
    
    
    TABLE.optPrice .flex.economy {
      margin-top: 10px;
    }
    
    .iconList {
      margin-top: 10px;
    }
    
    .iconList > div {
      margin: 15px;
    }
    
    /* новая админка клиента */
  
    .clientHead {
      margin-top: 20px;
    }
    
    .clientOption {
      margin: 15px 15px 0px 15px;
      color: #484848;
    }
    
    .clientOption > .item + .item {
      margin-left: 10px;
    }
    
    .clientOption > .icon {
      line-height: 1px;
    }
    
   /* выгода */

    .clientReason {
      margin-top: 0px;
      font-size: 13px;
      line-height: 13px;
      padding: 10px 10px;
      border: 1px solid #e4e4e4;
      background-color: #f8f8f8;
      color: #353535;
    }
    
    
    .clientReason .item {
      color: gray;
      text-align: center;
    }
    
    .clientReason .item.w50 {
      margin-top: 15px;
    }

    .clientReason.left .item {
      text-align: left;
    }
    
    .clientReason.left .item.w50 {
      margin: 0px;
      padding: 10px;
    }
    
    .clientReason.left .item .text {
      margin-left: 15px;
    }
    
    .clientReason .item b {
      color: #313131;
      display: block;
      margin-bottom: 3px;
      font-size: 15px;
      line-height: 15px;
    }
    
    .clientReason .item b.stats {
      margin-bottom: 8px;
      font-size: 22px;
    }
    
    /* вкладки */ 
    .clientTabs {
      margin-top: 15px;
    }
    
    .clientTabs .separator {
      margin: 0px;
    }
    
    .clientTab {
      margin: 0px 15px;
      height: 50px;
      display: block;
      font-size: 12px;
    }
    
    .clientTab > .title + .icon {
      margin-left: 15px;
    }
    
    .clientTab:hover {
      text-decoration: none;    
    }
    
    .clientTab .title {
      font-size: 18px;
      line-height: 18px;
      color: #313131;
    }
    
    .clientTab .title u {
      font-weight: bold;
      font-size: 12px;
      color: #868686;
    }
    
    .clientTab .title .count {
      color: #fff;
      background: #ee724e;
      padding: 3px 6px;
      border-radius: 3px;
      font-size: 12px;
      font-weight: bold;
    }
    
    .clientTab .icon {
      line-height: 1px;
    }
    
    .clientTab .icon svg {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    
    .clientTab.open .icon svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    
    .clientTabContent {
      display: none;
      padding: 0px 10px 10px 10px !important;
      height: auto !important;
    }
    
    /* заказы */
    .clientOrder {
      border: 1px solid #e4e4e4;
      background-color: #fafafa;
      padding: 5px;
    }
    
    .clientOrder.noOrder {
      margin-top: 20px;
    }
    
    .clientOrder + .clientOrder {
      margin-top: 15px;
    }
    
    .clientOrderShort a.addComment {
      display: block;
      font-size: 16px;
      line-height: 30px;
      background: #6cd593;
      color: #fff;
      border-radius: 4px;
      text-align: center;
      margin-top: 6px;
    }
    
    .clientOrderShort a.addComment:hover {
      text-decoration: none;
      background: #66c78a;
    }

    .clientOrderHead {
      font-size: 12px;
      line-height: 12px;
      color: #313131;
    }
    
    .clientOrderHead > .item {
      padding: 10px;
    }
    
    .clientOrderHead > .item.txtRight {
      padding: 0px 10px 0px 0px;
    }
    
    .clientOrderHead span {
      color: gray;
      font-weight: normal;
    }
    
    .clientOrderModels {
      border: 1px solid #e4e4e4;
      background: #fff;
      padding: 10px;
    }
    
    .clientOrderCols {
      margin: 10px 0px 0px 0px;
    }
    
    .clientOrderCols > .item + .item {
      margin-left: 15px;
    }
    
    /* скидка */
    
    table.skidka {
      border-collapse: collapse;
      border: 1px solid #e4e4e4;
      color: #868686;
      font-size: 13px;
      line-height: 13px;
      margin-top: 15px;
    }
    
    table.skidka td {
      border-collapse: collapse;
      text-align: center;
      padding: 5px;
      height: 33px;
      border: 1px solid #e4e4e4;
    }
    
    table.skidka tr.header {
      background: #f5f2f2;
      color: #313131;
    }
    
    table.skidka td.header {
      background: #f8f8f8;
      color: #313131;
      text-align: left;
      padding: 5px;
    }
    
    table.skidka td.active {
      /*
      background: #e4e4e4;
      color: #000; */
      color: green;
      font-weight: bold;
    }
    
    table.skidka td span {
      display: inline-block;
      background: #ee724e;
      color: #fff;
      padding: 5px 10px;
      border-radius: 3px;
      font-weight: bold;
    }
    
    .clientOrderProduct {
      font-size: 14px;
      line-height: 14px;
      margin: 0px 5px;
    }

    .clientOrderProduct > div + div {
      margin: 10px;
    }
    
    .clientOrderProduct.total > div + div  {
      margin: 5px;
    }

    .clientOrderProduct.total {
      color: #868686;
    }
    
    .clientOrderProduct.total.main {
      margin-top: 10px;
      color: #212529;
    }
   
    .clientOrderProduct.fileds {
      margin-bottom: 10px;
    }
    
    .clientOrderProduct.fileds > * {
      font-size: 12px;
      line-height: 12px;
      font-weight: bold;
    }
    
    .clientOrderProduct.total > * {
      font-size: 12px;
      line-height: 12px;
    }
    
    .clientOrderProduct.total.main > * {
      font-size: 16px;
      line-height: 16px;
    }
    
    .clientOrderProduct > .image {
      width: 140px;
      line-height: 1px;
    }

    .clientOrderProduct > .image a {
      display: block;
      width: 140px;
      line-height: 1px;
    }
    
    .clientOrderProduct > .image img {
      width: 140px;
    }
    
    .clientOrderProduct .category {
      margin-top: 5px;
      font-size: 12px;
      color: #868686;
    }
    
    .clientOrderProduct .param {
      margin-top: 10px;
      font-size: 12px;
    }
    
    .separator.orderProduct {
      margin: 5px 0px;
    }
    
    .clientOrderHead:hover {
      text-decoration: none;
    }
    
    .clientOrderHead .showDetail, .clientOrderHead .trackDetail {
      display: inline-block;
      padding: 5px 10px;
      background: #ee724e;
      color: #fff;
      border-radius: 3px;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
    }
    
    .clientOrderHead .showDetail {
      width: 100px;
    }
    
    .clientOrderHead .hideDetail {
      display: none;
      padding: 5px 10px;
      background: #ee724e;
      color: #fff;
      /*
      background: #313131;
      color: #fff;
      */
      border-radius: 4px;
      text-decoration: none;
      width: 100px;
      text-align: center;
      cursor: pointer;
    }
 
    .clientOrderHead .orderButtons > div + div {
      margin-left: 15px;
    }
    
    .trackDetail.whereMyOrder {
      background: #66c78a;
    }
 
    .clientOrderHead.show .showDetail {
      display: none;
    }
    
    .clientOrderHead.show .hideDetail {
      display: inline-block;
    }
    
    .orderDetails {
      display: none;
    }
    
    .clientOrderHead.show + .orderDetails {
      display: block;
    }
    
    .buttons {
      margin-top: 15px;
    }
    
    .buttons > .item {
      padding: 5px;
      /*width: 150px;*/
    }
  
    .clientOrderButton {
      display: block;
      background: #313131;
      color: #fff;
      padding: 5px 10px;
      text-align: center;
      font-size: 14px;
      line-height: 14px;
      border-radius: 4px;
      width: 180px;
      margin: 0px auto;
    }
    
    .clientOrderButton:hover {
      text-decoration: none;
    }
    
    .clientOrderButton + .clientOrderButton {
      
    }
    
    .clientOrderButton.whereMyOrder {
      background: #9bbb59;
      color: #000;
      margin-top: 10px;
    }
    
    .clientOrderButton.blank {
      background: #fafafa;
      color: #313131;
      border: 1px solid silver;
    }
    
    .clientOrderLink {
      display: inline-block;
      text-decoration: underline;
      color: #313131;
      font-size: 14px;
      line-height: 14px;
    }
    
    /* форма */
    
    .formCols > .input-wrapper + .input-wrapper {
      margin: 0px 0px 0px 20px;
    }
    
    .formCols > .input-wrapper {
      margin-top: 0px;
    }
    
    .formCols + .formCols, .formCols + .input-wrapper {
      margin-top: 30px;
    }
    
    .submit-result {
      margin: 15px 0px 15px 0px;
      text-align: center;
      overflow: hidden;
      font-size: 12px;
    }
    
    .submit-result span.ok {
      color: green;
    }
    
    .submit-result span.error {
      color: red;
    }
    
    /* форма возврата */
    
      .modelList {
        margin: 10px;
      }
      
      .modelVozvrat + .modelVozvrat {
        margin-top: 10px;
      }
      
      .modelVozvrat .input.checkbox {
        margin-right: 15px;
      }
      
      .modelVozvrat LABEL IMG {
        width: 120px;
      }
      
      .modelVozvrat > LABEL.list > .text {
        margin-left: 15px;
      }
      
      .modelVozvrat .modelTitle {
        font-size: 12px;
        line-height: 16px;
      }
      
      .modelVozvrat .modelCategory {
        color: #999999;
        font-size: 12px;
      }
      
      .modelVozvrat .modelText {
        font-size: 11px;
        color: #313131;
        margin-top: 15px;
      }
      
      .dialogTitle {
        margin: 15px;
        font-size: 15px;
        line-height: 15px;
      }
      
      .dialogText {
        margin: 20px 20px 20px 20px;
        font-size: 12px;
        line-height: 18px;
        color: #868686;
      }
      
      .modelList.payback .modelVozvrat .modelTitle {
        margin-bottom: 10px;
      }
      
      .modelList.payback .modelVozvrat .modelCategory b {
        display: block;
        margin-bottom: 5px;
        color: gray;
      }
      
      .modelList.payback .modelVozvrat + .modelVozvrat {
        margin-top: 20px;
      }
    
    /* краткий список заказов */
    
    .clientOrderShort {
      
    }
    
    .clientOrderShort > .item {
      padding: 5px;
      width: 50%;
    }
    
    .clientOrderShort a {
      display: block;
      line-height: 1px;
    }
    
    .clientOrderShort a img {
      width: 100%;
    }
    
    .clientOrderShort > .image {
      line-height: 1px;
    }
    
    .clientOrderShort .category {
      font-size: 12px;
      line-height: 12px;
      color: #868686;
      text-align: center;
      margin: 5px 0px 0px 0px;
    }
    
    .clientOrderShort .info {
      font-size: 12px;
      line-height: 12px;
      font-weight: bold;
      margin: 5px 5px 0px 5px;
    }
    
    .clientOrderShort .size {
      color: #313131;
      font-size: 11px;
      line-height: 12px;
    }

    .clientOrderShort .size span {
      font-weight: normal;
      color: #868686;
    }
    
    .clientOrderShort .old {
      color: #868686;
      text-decoration: line-through;
    }
    
    .clientOrderShort .summa {
      color: #66c78a;
    }
    
    .priceRow {
      font-size: 12px;
      line-height: 12px;
      margin: 15px 5px 0px 5px;
    }

    .priceRow b {
      color: #868686;
      font-weight: normal;
    }
    
    .priceRow b.total {
      color: #313131;
      font-weight: bold;
    }
    
    .priceRow > div + div {
      margin-left: 5px;
    }
    
    .priceRow .dottes {
      font-size: 12px;
      line-height: 12px;
      height: 12px;
      border-bottom: 1px dotted gray;
    }
    
    :focus {outline:none;}
    
    
  /* стиль диалога скидка новому клиенту */ 
  .dlgBack.clientOffer .dlgBody {
    webkit-box-shadow: 0 6px 10px rgba(0,0,0,.25);
    box-shadow: 0 6px 10px rgba(0,0,0,.25);
    border-radius: 6px 6px 6px 6px !important;
    background-image: url(/img/dlgBack.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 300px;
    /*height: 375px;*/
    padding: 20px 20px 20px 20px;
    margin: 120px auto 30px auto;
  }
  
  .dlgBack.clientOffer .dlgBody .dlgText {
    padding: 10px 0px 0px 0px;
  }
  
  .dlgBack.clientOffer .dlgBody .dlgTitle {
    color: rgb(239, 133, 133);
    font-size: 20px;
    font-family: "Open Sans",Arial,sans-serif !important;
    line-height: 1.35em;
    font-weight: bold;
    margin-top: 15px;
  }
  
  .dlgBack.clientOffer .dlgBody .dlgAction {
    font-family: "Open Sans",Arial,sans-serif !important;
    font-size: 14px;
    line-height: 1.35em;
    color: rgb(119, 119, 119);
    margin-top: 17px;
  }

  .dlgBack.clientOffer .dlgBody .dlgLogo {
    width: 260px;
    text-align: right;
  }
  
  .dlgBack.clientOffer .dlgBody .formInput {
    display: block;
    width: 100%;
    height: 34px;
    border: none;
    border-radius: 4px;
    outline: 0;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color ease-in-out .3s,-webkit-box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color ease-in-out .3s,-webkit-box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1),background-color ease-in-out .3s;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1),background-color ease-in-out .3s;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1),background-color ease-in-out .3s,-webkit-box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fff6ed;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 17px;
    padding: 6px 8px;
    width: 260px;
  }
  
  .dlgBack.clientOffer .dlgBody .formBotton {
    vertical-align: middle;
    display: inline-block;
    padding: 7px 13px;
    border: none;
    border-radius: 4px;
    outline: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ef8585;
    color: #ffffff;
    border: 1px solid #ef8585;
    width: 260px;
    margin-top: 10px;
  }
  
  /* новые отзывы */
  /* 245060 */
      
    .commentMenu {
      height: 50px;
      margin-top: 20px;
    }
    
    .commentMenu > .item {
      height: 50px;
      border-bottom: 1px solid #ddd;
      padding: 0px 15px; 
    }
    
    .commentMenu > .item.buttons {
      padding: 0px;
    }
    
    .commentMenu > .item.around {
      padding: 0px;
      width: 15px;
    }
    
    .commentMenu > .item.active {
      border: 1px solid #ddd;
      border-radius: 5px 5px 0px 0px;
      border-bottom: 1px solid #fff;
    }

    .commentMenu a.menu {
      display: block;
      line-height: 50px;
      text-decoration: none;
      color: silver;
    }

    .commentMenu a.menu:hover {
      color: #313131;
    }

    
    .commentMenu > .item.active a.menu, .commentMenu > .item.active a.menu:hover {
      color: #313131;
    }
    
    .commentMenu a {
      display: block;
      line-height: 50px;
      text-decoration: none;
      color: silver;
    }
    
    .commentMenu a:hover {
      text-decoration: none;
    }
    
    
    .commentTab {
      margin-top: 20px;
    }
    
    .dlgBody.comment {
      width: 800px;
    }

    .formRows {
      margin: 20px 0px 40px 0px;
    }
    
    .formRows .input-wrapper {
      margin-top: 0px;
    }
    
    .formRows > .input-wrapper > .item + .item {
      margin-left: 20px;
    }
    
    .formRows > .input-wrapper + .input-wrapper {
      margin-top: 20px;
    }
    
    .formRows > .input-wrapper > textarea {
      margin-top: 0px;
    }
    
    .form-control.authUser {
      height: 250px;
    }
    
    .formRows .form-rating, .formRows .input-wrapper input, .formRows .input-wrapper textarea {
      margin-top: 0px;
    }
  
  
    .messenger {
      display: block;
      line-height: 1px;
    }
    
    .messenger img {
      width: 39px;
      height: 39px;
      display: block;
      border-radius: 5px;
    }
    
    .messengerWrapper > .item + .item  {
      margin-left: 20px;
    }

  .formWrapper {
    display: none;
    width: 100%;
    border: 1px solid #eeeeee;
    background: #fafafa;
    padding: 20px;
    margin: 0px 0px 30px 0px;
  }
  
  .formWrapper .row + .row {
    margin-top: 20px;
  }
  
  .formWrapper .row > .item + .item {
    margin-left: 20px;
  }
  
  .sizeImage {
    margin-top: 20px;
    max-width: 100%;
  }
  
  .perosnalWarning {
    margin: 20px 0px;
    color: #ee724e;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
  }

  .payButton {
    display: block;
    border: 1px solid #767676;
    border-radius: 3px;
    background: #efefef;
    width: 200px;
    text-align: center;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
  }
  
  .payButton:hover {
    text-decoration: none;
  }
  
  .paylogosSlim {
    display: block;
    margin-top: 25px;
    width: 100%;
    max-width: 280px;
  }
  
/* корзина: способ расчета доставки */

  .deliveryCount {
    margin-bottom: 25px;
  }
  
  .deliveryCount .flex {
    height: 35px;
  }
  
  .deliveryCount b {
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    color: #ff7732;
    font-weight: bold;
  }
  
  .cartOptions .title {
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    color: #ff7732;
    font-weight: bold;
  }
  
.urinfo {
  margin-top: 20px;
  padding: 0px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.go-back-link-hidden,
.mobile-main-title.go-back-link-hidden{
  display: none !important;
}

.mobile-main-title a,
.mobile-main-title a:visited {
  color: #212529;
}

#catalog_reload.reloading {
  opacity: .85;
}

.filtersList span#clearButton {
  background: #ffffff;
  border: 1px solid #999;
}
