/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*==================================== 
            variables
====================================*/
/*====================================
            mixins
====================================*/

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.content__category {
    margin-top: 12px;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.card__head {
    margin-top: 12px;
    /*padding-bottom: 9px;*/
    font-family: "Arial";
    font-size: 12px;
    border-bottom: 2px solid #000;
}

.card__card-goods {
    margin-top: 15px;
}

.card__goods-analog {
    margin-top: 17px;
}

.card__goods-description {
    margin-top: 24px;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.card-goods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-goods__card-goods-img {
    width: 450px;
}
.card-goods__card-goods-info {
    width: calc(100% - 450px);
}
@media only screen and (max-width: 979px) {
    .card-goods__card-goods-img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .card-goods__card-goods-info {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .card-goods__card-goods-img {
        width: 100%;
        text-align: center;
    }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.card-goods-info {
    position: relative;
    padding-left: 1.5%;
}
.card-goods-info__price {

    position: relative;
    margin: 20px 0 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.basket-link {
}
.card-goods-info__price-wrap {
    text-align: center;
    line-height: 1;
    margin-right: 14px;
    margin-top: 2px;
}
.card-goods-info__price-wrap div {
    font-size: 14px;
}
.card-goods-info__price-wrap .card-goods-info__price-current span {
    font-size: 19px;
}
.card-goods-info__price-wrap .notice {
    margin-top: 5px;
    font-size: 13px;
}
.card-goods-info__price-wrap .notice span {
    font-size: 15px;
}
.card-goods-info__price-current {
    display: block;
    vertical-align: middle;
    font-family: "Arial";
    font-weight: bold;
    margin-top: 4px;
    font-size: 28px;
    color: #242424;
}
.card-goods-info__price-old {
    margin-left: 1%;
    font-size: 18px;
    color: #555555;
    text-decoration: line-through;
}

.unit-pack {
    margin-right: 12px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
}
.info-price {
    margin-right: 12px;
    padding-top: 3px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.basket-link__add {
    border: 0;
    display: block;
    text-align: center;    
    padding: 8px 30px 7px;
    font-family: 'Arial';
    color: #fff;
    font-size: 14px;
    background-color: #006edb;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
}

.basket-link__add:hover {
    background-position: 0 0;
}

.basket-link__add.active {
    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
}
#image-item {
    cursor: pointer;
}
.basket-link__like {
    top: 3% !important;
    right: 4% !important;
    display: block;
    position: absolute;
    text-decoration: none;
}
.basket-link__like:hover {
    opacity: .8;
}

.v-counter {
    min-width: 72px;
    position: relative;
    margin-right: 7px;
}


.card-goods-info-wrap {
    /*border: 1px solid #e8e8e8*/
}
.in-stock-wrap {
    padding: 2px 18px 4px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-goods-info__art span {
    font-weight: bold;
}
.in-stock {
    color: #006edb;
    font-weight: bold;
    position: relative;
}
.in-stock:before {
    content: url(/images/site/in-stock2.svg);
    width: 12px;
    left: -15px;
    top: 0;
    position: absolute;
}
.not-warehouse {
    color: red;
    position: relative;
}
.not-warehouse:before {
    content: url(/images/site/not-warehouse.svg);
    left: -18px;
    top: 1px;
    position: absolute;
    width: 14px;
    height: 12px;
}


.card-goods-info__img {
    margin-top: 12px;
}
.card-goods-info__card-goods-data {
    margin-top: 12px;
}


.notStockCard {
    background-image: -webkit-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: -o-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
}
.add-basket {
    display: none;
    position: absolute;
    left: 12.7%;
    width: 70%;
    opacity: 1;
    font-size: 16px;
    padding: 16px 0px 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: -o-linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-image: linear-gradient(45deg, #000000 0%, #666666 50%, #2c2c2c 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 1269px) {
    .add-basket {
        left: 20%;
        width: 60%;
    }
}

@media only screen and (max-width: 1240px) {
    .add-basket {
        left: 17.5%;
        width: 65%;
    }
}

@media only screen and (max-width: 450px) {
    .add-basket {
        left: 5%;
        width: 90%;
    }
}


@media only screen and (max-width: 767px) {
    .card-goods-info {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.big-images {
    position: relative;
    border: 1px solid #e8e8e8;
    width: 100%;
    overflow: hidden;
    height: 452px;
}
.goods-info-manufacturer {
    position: absolute;
    top: 6px;
    right: 0;
    width: 140px;
    height: 64px;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
}
@media only screen and (max-width: 767px) {
    .goods-info-manufacturer {
        position: relative;
        left: 0;
        right: auto;
    }
}



.card-goods-data__header {
    margin-bottom: 6px;
    font-size: 16px;
    font-family: 'Arial';
    font-weight: bold;
}

.card__card-goods .icon_online-question {
    top: -10px;

}
.card-goods-data__item {
    margin-top: 5px;
    color: #555555;
}
.card-goods-data__item-val {
    font-family: 'Arial';
    font-weight: bold;
    color: #000;
}

.card-goods-data__link {
    color: #006edb;
}
.card-goods-data__link:hover {
    text-decoration: none;
}


/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.goods-analog__header {
    font-family: "Arial";
    font-weight: bold;
    font-size: 16px;
}

.goods-analog__list {
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.goods-analog__item {
    max-width: 122px;
    margin-right: 1%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.goods-analog__item:hover {
    border-color: #006edb;
}
.goods-analog__item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .goods-analog__item {
        width: 25%;
        margin: 0 1% 1% 0;
    }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.goods-description__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #ccc;
}
.goods-description__nav-item {
    width: 20%;
    padding: 6px 0 5px;
    position: relative;
    font-family: "Arial";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}
.goods-description__nav-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: -2px;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.goods-description__nav-item_current {
    color: #006edb;
}
.goods-description__nav-item_current:after {
    background-color: #006edb;
}
.goods-description__nav-item:hover {
    color: #006edb;
}
.goods-description__nav-item:hover:after {
    background-color: #006edb;
}

.goods-description__content {
    display: none;
    padding-top: 18px;
    font-family: 'Arial';
    color: black;
}
.goods-description__content_visible {
    display: block;
}
.goods-description__content p {
    margin: 15px 0px;
    line-height: 1.6;
    font-size: 15px;
}

.goods-description__card-goods-data {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .goods-description__nav-item {
        width: 100%;
    }
}

.goods-description-social {
    margin-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.goods-description-social__name {
    margin-right: 10px;
}

.goods-description-social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.goods-description-social-list__item {
    margin-right: 3px;
}
.goods-description-social-list__item:last-child {
    margin-right: 0;
}
.goods-description-social-list__link {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
}
.goods-description-social-list__link:hover {
    opacity: .9;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.block-reviews {
    padding-top: 25px;
}

.block-reviews-previews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fbfbfb;
    padding: 14px 7.2% 10px 0;
}
.block-reviews-previews__headers {
    margin-top: 4px;
    color: #555555;
    text-align: right;
}
.block-reviews-previews__headers-appeal {
    font-family: "Arial";
    font-weight: bold;
    font-size: 16px;
}
.block-reviews-previews__headers-text {
    margin-top: 4px;
}
.block-reviews-previews__link {
    margin-left: 18px;
    position: relative;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 190px;
    padding: 18px 0 10px 26px;
    text-align: center;
    background-color: #2f87cc;
    background-image: -webkit-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: -o-linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-image: linear-gradient(45deg, #46a0e7 0%, #2f87cc 50%, #46a0e7 100%);
    background-position: 100% 0px;
    background-size: 200% 200%;
    border-radius: 5px;
    text-transform: uppercase;
    transition: .5s;
    font-family: 'Arial';
    font-weight: bold;
}
.block-reviews-previews__link:hover {
    background-position: 0 0;
    ;
}
@media only screen and (max-width: 767px) {
    .block-reviews-previews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
    }
    .block-reviews-previews__headers {
        text-align: center;
    }
    .block-reviews-previews__link {
        margin: 10px 0 0 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.list-reviews {
    margin-top: 36px;
}
.list-reviews__item {
    margin-bottom: 19px;
    padding: 0 0 11px 2.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #555555;
    border-bottom: 1px solid #eaeaea;
}
.list-reviews__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.list-reviews__data {
    width: 15%;
}
.list-reviews__name-author {
    color: #000;
    font-family: 'Arial';
    font-weight: bold;
}
.list-reviews__city {
    margin-top: 9px;
}
.list-reviews__date {
    margin-top: 18px;
}
.list-reviews__content {
    width: 79.2%;
}
.list-reviews__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.list-reviews__rating-item {
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    cursor: pointer;
}
.list-reviews__rating-item:last-child {
    margin-right: 0;
}


.list-reviews__rating-item.disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.list-reviews__text {
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}
.list-reviews__answer-magasine {
    margin-top: 13px;
    background-color: #fbfbfb;
    padding: 18px 20px;
}
.list-reviews__answer-magasine-header {
    font-family: 'Arial';
    font-weight: bold;
    color: #006edb;
}
.list-reviews__answer-magasine-text {
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
    .list-reviews__data {
        width: 100%;
    }
    .list-reviews__city {
        margin-top: 5px;
    }
    .list-reviews__date {
        margin-top: 5px;
    }
    .list-reviews__content {
        margin-top: 20px;
        width: 100%;
    }
}


/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/

.link-favorites {
    display: none;
    position: absolute;
    top: 22px;
    right: 10%;
    width: 25px;
    height: 25px;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .link-favorites {
        right: 15%;
    }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/


.icon_goods-description-social {
    width: 22px;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    fill: #555;
    stroke: #555;
}

.icon_add-reviews {
    color: #fff;
    width: 21px;
    left: 14px;
    stroke: #fff;
    top: 17px;
    fill: #fff;
}
#products-actions {
    margin-top: 15px;
}
#products-actions .table {
    margin: auto;
    width: 40%;

}

#product-delivery {
    text-align: center;
    margin: auto;
}
#product-delivery .table {
    margin: 20px auto 10px;
}

.items-desc {
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.5rem;
}
.items-desc p {
    margin: 0;
}


#gallery_items   {
    overflow: hidden;
    height: 62px;
    text-align: center;
}
#gallery_items a {
    text-decoration: none;
    font-size: 0;
}
#gallery_items img {
    max-width: 70px;
}
#gallery_items img {
    border: 1px solid white;
    border: 1px solid #eaeaea;
    margin: 0 4px;
}
#gallery_items .slick-current img, #gallery_items img:hover {
    border: 1px solid #5d9ad7;
    cursor: pointer;
    opacity: 0.7;
}
.bonus-items {
    margin-top: 30px;
    text-align: center;
}
.bonus-items b {
    font-size: 17px;
}