
.prod-tabs-container {
    width: 1200px;
    overflow: hidden;
    z-index: 4000;
    border: 1px solid #e9e9e9;
    border-top: none;
}
.prod-tabs-container.fixed {
    position: fixed;
    top: 0px;
    border-top: 1px solid #e9e9e9;
}
.prod-tabs-container-replacement {
    display: none;
    height: 68px;
}
.prod-tabs {
    position: relative;
    width: 100%;
    margin: 0;
    background: #f8f8f8;;
}
.prod-tabs-bottom {
    width: 100%;
    height: 15px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
.prod-tabs-head {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
}
.tabs-head-item {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 15px 0px;
    vertical-align: top;
    font-size: 15px;
    font-weight: 400;
    color: #3b3b3b;
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
}

.tabs-head-item.rassr a {
  color: #ff7632;
}

.tabs-head-item:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}
  
.tabs-head-item a {
    text-decoration: none;
    color: #3b3b3b;
    cursor: pointer;
    font-weight: bold;
}
.tabs-head-item:hover a {
    color: #bc3939;
}
.tabs-head-item span {
    font-size: 16px;
    font-weight: 300;
    color: #879096;
}
.tabs-head-item.active {
    /*background: url("../images/prod-tabs-head-active.png") no-repeat center bottom;*/
}
.tabs-head-item.active a {
    color: #000;
    cursor: default;
}
@media screen and (min-width: 1260px) and (max-width: 1320px) {
    .tabs-head-item {
        font-size: 17px;
    }
    .tabs-head-item span {
        font-size: 15px;
    }
}
@media screen and (min-width: 1190px) and (max-width: 1260px) {
    .tabs-head-item {
        font-size: 16px;
    }
    .tabs-head-item span {
        font-size: 14px;
    }
}
@media screen and (min-width: 1120px) and (max-width: 1190px) {
    .tabs-head-item {
        font-size: 15px;
    }
    .tabs-head-item span {
        font-size: 13px;
    }
}
@media screen and (max-width: 1120px) {
    .tabs-head-item {
        font-size: 14px;
    }
    .tabs-head-item span {
        font-size: 12px;
    }
}
.prod-tabs-body {
    padding: 21px;
    border-top: #d1dadc solid 1px;
}
.prod-tabs-body-item {
    display: none;
}
.prod-tabs-body-item.active {
    display: block;
}
.prod-tabs-text {
    margin-right: 45px;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.prod-tabs-text h4 {
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: normal;
}
.prod-tabs-text p {
    margin: 0 0 18px;
}
.prod-tabs-additional {
    float:right;
    margin:0 0 0 20px;
}
.prod-tabs-add-head {
    color:#fbb700;
    font-size:17px;
    text-align:center;
    font-family: 'Myriad Pro Semibold Italic', "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
    margin:0 0 6px;
}

.items-wrapper .items .item .item-name {
    height: 75px;
}
.items-wrapper .items .item {
    heigth: 575px;
}


.add-to-basket-small {
    bottom: 8px;
}

.sticker.exib_analog {
   background: url(../img/sticker-exib_analog.png?q=2) no-repeat;
   background-size: contain;
       color: #313131;
}
.sticker.exib_pers {
   background: url(../img/sticker-exib_pers.png?q=2) no-repeat;
   background-size: contain;
}

.sticker.ucenka{
  background:url(/assets/css/../img/sticker-best-price.png?q=2) no-repeat;
}