@charset "utf-8";
.folderInBlock {
  margin-bottom: 20px; }
  .folderInBlock__folderExtraWrap {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 9px; }
    @media (max-width: 768px) {
  .folderInBlock__folderExtraWrap {
    gap: 10px 6px; } }
  .folderInBlock__item {
    padding: 20px 10px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #dee0ee;
    position: relative;
    border-radius: 4px;
    margin-right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .folderInBlock__item:hover {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
      border-color: transparent; }
      .folderInBlock__item:hover .folderInBlock__name {
        color: #08c; }
  .folderInBlock__blockLink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .folderInBlock__image {
    margin-bottom: 15px;
    height: 150px;
    overflow: hidden; }
    .folderInBlock__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .folderInBlock__image.no-image {
      background: #e6e6e6 url("/g/shop2v2/default/images/noimage.png") 50% 50% no-repeat; }
  .folderInBlock__name {
    font-size: 16px;
    font-family: 'PlayRegular';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }

.ticker {
  border: 2px solid #f4ca1a;
  border-radius: 6px;
  padding: 0 8px;
  overflow: hidden;
  height: 36px;
  margin: 10px 0 0;
  position: relative; }

.ticker::after, .ticker::before {
  position: absolute;
  top: 0;
  height: 36px;
  width: 28px;
  content: ''; }

.ticker::before {
  left: 0;
  border-left: 8px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(255, 255, 255, 0)', GradientType=1); }

.ticker::after {
  right: 0;
  border-right: 8px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#ffffff', GradientType=1); }

.ticker > div {
  font: normal 18px/36px Arial, Helvetica, sans-serif;
  color: #212121;
  width: 9999px; }

.ticker > div > div {
  display: inline-block; }

.ticker p {
  margin: 0; }

.btn-block {
  text-align: right; }

.print-done {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 8px 10px 8px 40px;
  /*background: #d21e07 url(../print-icon.png) no-repeat 10px center;*/
  background: #f9e226 url(../print-icon2.png) no-repeat 10px center;
  margin: 0 0 10px;
  text-decoration: none;
  cursor: pointer; }

.print-done:hover span {
  border-bottom: 1px solid transparent; }

.print-done span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 13px;
  color: #000;
  border-bottom: 1px dashed;
  line-height: 14px; }

.temp-content article h1 {
  width: auto;
  background: none; }

.temp-content {
  padding: 0 10px; }

.bot-blocks {
  margin: 10px 0 0 289px; }
  .bot-blocks .icon {
    float: left;
    margin: 0 5px 5px 0; }
  .bot-blocks .body {
    overflow: hidden;
    padding: 10px 0 0; }
    .bot-blocks .body p:first-child {
      margin-top: 0; }
    .bot-blocks .body p:last-child {
      margin-bottom: 0; }
  .bot-blocks img {
    max-width: 40px;
    max-height: 40px; }
  .bot-blocks .new-block2 {
    margin-top: 10px; }

.bot-blocks {
  margin-left: 0; }

.new-block1, .new-block2 {
  float: right;
  min-width: 150px; }

.clear {
  font-size: 0;
  height: 0;
  overflow: hidden;
  clear: both; }

table.shop2-product-params-list th {
  width: 230px !important; }

table.shop2-product-params-list .hide-field {
  display: none; }

.right-menu > li.active > a, .right-menu > li.opened > a {
  background: none;
  text-decoration: underline;
  color: #114ea2; }

.right-menu > li ul {
  background: none;
  border-top: 1px solid #b79f3c; }

.right-menu > li:hover > a {
  background: none;
  color: #114ea2;
  text-decoration: underline; }

.right-menu .opened > ul a:hover {
  color: #114ea2;
  text-decoration: underline; }

.right-menu ul ul a {
  color: #2c2c2c; }

.productExtraPrice {
  text-align: right;
  margin-top: 0; }
  @media (max-width: 600px) {
  .productExtraPrice {
    text-align: center; } }

.buy-one-click {
  display: none; }

.productExtraPrice .title {
  padding: 10px 13px; }
