/* ------------------------------------------------------------------------------------------------------------------ */
/* Каталог */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Главный */
@media screen and (max-width: 1099px) {
    .catalog-block {
        min-width: 33.33%
    }
}

@media screen and (max-width: 899px) {
    .catalog-block {
        min-width: 50%
    }
}

@media screen and (max-width: 569px) {
    .catalog-block {
        min-width: 100%
    }
}

.catalog-container .flex {
    display: flex;
    margin-left: 15px
}

.catalog-container .flex-links {
    flex: 1 0 330px
}

.catalog-container .flex-info {
    flex-basis: calc(100% - 330px)
}

.catalog-container .flex-info .catalog-image {
    width: 100%;
    margin-bottom: 50px
}

@media screen and (max-width: 639px) {
    .catalog-container .flex-links {
        flex-basis: 100%
    }

    .catalog-container .flex-info {
        display: none
    }
}

.catalog-container .slider-container {
    height: 360px;
    max-height: 50vw;
    position: relative
}

.catalog-container .item-slider {
    position: absolute;
    width: 100%;
    margin: 0
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Каталог с изображениями */
/* ------------------------------------------------------------------------------------------------------------------ */

.catalog-one {
    position: relative;
    display: inline-block;
    width: 33.3333%;
    min-width: 202px;
    max-width: 502px;
    padding: 0 0 15px 15px
}

@media screen and (max-width: 700px) {
    .catalog-one {
        width: 50%
    }
}

@media screen and (max-width: 470px) {
    .catalog-one {
        width: 100%
    }
}

.catalog-one .catalog-link {
    padding: 0
}

.catalog-one .name {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 1px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    text-transform: uppercase
}

.catalog-one .sub {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0
}

.catalog-one .sub .rel {
    position: relative;
    display: block;
    height: 0;
    padding: 10px
}

.catalog-one .sub .abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none
}

.catalog-one .sub .one {
    width: 100%;
    overflow: hidden;
    text-align: left
}

.catalog-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.catalog-header-wrapper h1{
    font-size: 38px;
}

@media screen and (max-width: 600px){
    .catalog-header-wrapper h1{
        font-size: 32px;
    }
}

@media screen and (max-width: 450px){
    .catalog-header-wrapper h1{
        font-size: 26px;
    }
}

@media screen and (max-width: 370px){
    .catalog-header-wrapper h1{
        font-size: 22px;
    }
}

.catalog-header-wrapper .gallery {
    margin-bottom: 5px;
    white-space: nowrap;
    font-style: italic
}

.catalog-header-wrapper .gallery .icon {
    font-size: 16px
}

@media screen and (max-width: 639px) {
    .catalog-header-wrapper .gallery .text {
        display: none
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Слайдер избранных товаров */
/* ------------------------------------------------------------------------------------------------------------------ */

.out-border {
    padding: 15px 30px 0;
    border: 1px solid #E0E0E0;
    margin: 10px 0 60px
}

.out-border .header-italic {
    margin: 0 0 15px;
    color: #252525
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Список товаров */
/* ------------------------------------------------------------------------------------------------------------------ */

.item-list-container {
    position: relative;
    margin-left: -15px
}

.item-list-container .item-one {
    position: relative;
    display: inline-block;
    width: 33.3333%;
    min-width: 202px;
    max-width: 502px;
    margin-bottom: 30px;
    padding-left: 15px;
    vertical-align: top;
    cursor: default;
    margin-right: -4px;
}

.item-list-container .item-one .in-border {
    border: 1px solid transparent
}

/* TODO: Item hover */
/*.item-list-container .item-one:hover .in-border {*/
.item-list-container .item-one .in-border {
    border-color: #E0E0E0
}

@media screen and (max-width: 700px) {
    .item-list-container .item-one {
        width: 50%
    }
}

@media screen and (max-width: 479px) {
    .item-list-container .item-one {
        width: 100%
    }
}

.item-list-container .item-one label {
    display: block;
    height: 20px;
    max-width: 335px;
    margin: 0 auto 20px;
    padding: 0 5%;
    text-align: left;
    overflow: hidden
}

.item-list-container .item-one label span {
    display: block;
    width: 90px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    padding: 2px 0 3px;
    font-weight: normal;
    white-space: nowrap
}

.item-list-container span.new {
    background: #5E9275;
    color: white
}

.item-list-container span.leader {
    background: #FAAD3D;
    color: white
}

.item-list-container span.action {
    background: darkred;
    color: white
}

.item-list-container .item-one .image-link {
    display: block;
    max-width: 335px;
    margin: 15px auto
}

.item-list-container .item-one .image-link.image2 {
    display: none
}

.item-list-container .item-one .image {
    width: 90%;
    margin: 0 5%;
    max-width: 300px;
    max-height: 300px;
}

.item-list-container .item-one-info {
    width: 250px;
    margin: 0 auto 8px;
    padding-top: 10px;
    position: relative;
}

.item-list-container .item-one-discount-wrap {
    position: absolute;
    bottom: 100%;
}

.item-list-container .item-one-discount {
    display: inline-block;
    background-color: #a00000;
    border-radius: 3px;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 0 5px #fff;
}

.item-list-container .item-one .name {
    white-space: normal;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    color: #717171;
    text-align: left;
}

.item-list-container .item-one .price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    text-align: left;
}

.item-list-container .item-one .item-one-has-discount {
    color: #a00000;
}

.item-list-container .item-one .price sup {
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
}

.item-list-container .item-one .fa-check {
    transition: 0.3s;
    padding-right: 5px
}

.list-add-count {
    width: 120px;
    height: 30px;
    margin: -5px 5px -5px 0;
    padding: 0 10px;
    border: 1px solid #E0E0E0;
    display: none
}

.list-add-count::placeholder {
    font-size: 12px;
    color: #AAA
}

.item-list-container .item-one .hover-part {
    visibility: hidden;
    margin: 30px 0 15px 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

/* TODO: Item hover */
/*.item-list-container .item-one:hover .hover-part {*/
.item-list-container .item-one .hover-part {
    visibility: visible
}

.list-item-variants {
    display: block;
    color: #717171;
    font-size: 12px;
    font-style: italic;
    line-height: 1
}

.list-item-add {
    display: block;
    width: 120px;
    line-height: 24px;
    margin-right: 15px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: white;
    border: 1px solid #E0E0E0;
    border-radius: 2px
}

.list-item-add:hover {
    color: #fff;
    background-color: #252525;
    border-color: #252525;
}

.item-list-container .brand {
    position: absolute;
    top: 45px;
    right: 5%;
    width: 57px;
    z-index: 1
}

@media screen and (max-width: 999px) {
    .item-list-container .item-one .hover-part {
        display: none
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Список тегов */
/* ------------------------------------------------------------------------------------------------------------------ */

.link-block-container {
    line-height: 1.75;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px
}

.link-block-container .one {
    display: inline-block
}

.link-block-container .link {
    display: inline-block;
    white-space: nowrap;
    background: #F0F0F0;
    padding: 5px 25px;
    line-height: 1;
    border: 1px solid #fff;
    text-decoration: none
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Обёртка слайдера */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 15px;
}

.wrapper-card-image {
    display: flex;
    flex-direction: column;
    width: 51%;
    max-width: 600px;
    margin-right: 20px;
}

.card-image-part {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    -webkit-transform-origin: 50% 75%;
    -moz-transform-origin: 50% 75%;
    -o-transform-origin: 50% 75%;
    -ms-transform-origin: 50% 75%;
    transform-origin: 50% 75%
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Навигационная панель слайдера */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-image-icons {
    padding: 0;
    width: 100%;
    flex-grow: 1;
    z-index: 1;
    order: 1;
    margin-left: -2px;
}

.card-image-icons.null {
    width: 0
}

.card-slider-nav-out {
}

.card-slider-nav {
    display: flex;
    height: auto;
    overflow: hidden;
    position: relative;
}

.card-slide-nav .image {
    position: relative;
    max-width: 90px;
    max-height: 90px;
    margin: 2px;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.5s;
    border: 2px solid #dedede;
    border-radius: 2px;
}

.card-slide-nav .image.active {
    /*border: 1px solid #faad3d;*/
    border: 1px solid #717171;
    border-radius: 1px;
    padding: 2px;
    opacity: 1;
}

@media screen and (max-width: 999px) {
    .card-slider-nav-out {
        width: 100%;
        height: auto;
        display: flex;
    }

    .card-image-icons {
        display: block;
        width: 100%;
    }

    .card-slider-nav {
        width: 100%;
        height: auto;
        margin-right: 15px;
        padding: 0 10px 0 0;
        display: flex;
        position: relative;
        overflow-x: scroll;
    }

    .card-slider-nav::-webkit-scrollbar {
        width: 0;
    }

    .card-slide-nav {
        border-radius: 3px;
    }

    .card-slide-nav .image {
        width: 70px;
        height: 70px;
        opacity: 1;
        padding: 2px;
        border: 1px solid #dedede;
    }

    .card-slide-nav .image.active {
        padding: 2px;
        /*border: 1px solid #faad3d;*/
        border: 1px solid black;
    }
}

@media screen and (max-width: 851px) {
    .card-slider-nav {
        margin: -13px 0 -13px -3px;
        padding: 0 0 10px;
    }

    .card-slide-nav .image {
        width: 50px;
        height: 50px;
        padding: 2px;
    }

    .card-image-icons {
        width: 100%;
        padding: 15px 0 10px;
        margin-left: 0px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Фотографии слайдера */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-image-main {
    width: 100%;
    min-height: 420px;
    order: 0;
}

.card-slider-big {
    max-width: 600px;
    max-height: 600px;
    overflow: hidden
}

.card-image-main .image {
    max-width: 600px
}

.card-image-main ._card-video {
    max-width: 600px;
}

.card-image-main ._card-video__inner {
    max-width: 100%;
}

.card-image-main ._card-video__inner video {
    max-width: 100%;
    cursor: pointer;
}

@media screen and (max-width: 851px) {
    .card-container {
        flex-direction: column;
        align-items: center
    }

    .card-slider-big {
        width: 100%;
    }

    .card-image-part {
        width: 500px;
        max-width: 100%;
        margin-bottom: -10px;
        position: relative;
    }

    .card-image-part .card-image-main {
        width: 500px;
        max-width: 100%;
        min-height: 500px;
    }
}

@media screen and (max-width: 530px) {
    .card-image-part .card-image-main {
        min-height: 330px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Зуммирование изображения | Навигационные стрелки */
/* ------------------------------------------------------------------------------------------------------------------ */

.image-zoom-container {
    position: relative;
    overflow: hidden;
}

.image-zoom-container .image {
    overflow: hidden;
}

.image-zoom-container .image img {
    width: 100%;
}

.card-image-part .arrow-prev {
    display: none
}

.card-image-part .arrow-next {
    display: none
}

.single-tap-mobile {
    display: none;
}

@media screen and (max-width: 999px) {
    .single-tap-mobile {
        display: block;
        position: absolute;
        bottom: 7px;
        right: 7px;
        z-index: 3;
    }
}

.card-container .slider-container .arrow-svg {
    display: none !important;
}

@media screen and (max-width: 999px) {
    .card-image-part .arrow-prev {
        display: block
    }

    .card-image-part .arrow-next {
        display: block
    }

    .footnote-color-photo {
        font-size: 13px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Конструктор изображений */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-img-constructor-base-n-top {
    position: relative;
    width: 500px;
    height: 500px
}

.card-img-constructor-top {
    display: block;
    position: absolute;
    background-size: cover;
    z-index: 1
}

.card-img-constructor-base {
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.list-img-container {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 5%
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Выноска отличия цвета на фото */
/* ------------------------------------------------------------------------------------------------------------------ */

.footnote-color-photo {
    display: flex;
    align-content: end;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0 10px;
}

.footnote-color-photo > span {
    padding: 1px 6px 2px 6px;
    border: 1px solid #B2B2B2;
    border-radius: 50%;
    color: #B2B2B2;
    line-height: 1;
    margin-right: 7px;
    font-size: 14px;
}

.footnote-color-photo > p {
    margin: 0;
    line-height: 1;
    color: #747474;
    font-size: 14px;
}

@media screen and (max-width: 999px) {
    .footnote-color-photo > p {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .footnote-color-photo {
        margin: 10px 0 5px;
    }

    .wrapper-card-image {
        width: 500px;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 380px) {
    .footnote-color-photo > p {
        font-size: 10px;
    }

    .footnote-color-photo > span {
        padding: 1px 5px 1px 5px;
        margin-right: 5px;
        font-size: 12px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Блок информации о товаре */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-main-info-container {
    max-width: 550px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 11px rgb(0 0 0 / 7%);
    border-radius: 3px;
    padding: 20px 20px 0;
    width: 48%;
}

@media screen and (max-width: 851px) {
    .card-main-info-container {
        width: 500px;
        max-width: 100%;
        min-width: auto;
        padding: 0;
        box-shadow: none;
    }
    .wrapper-card-image {
        margin: 0 auto;
    }
}

@media screen and (max-width: 430px) {
    .footnote-color-photo > p{
        font-size: 10px;
    }
}


@media screen and (max-width: 360px) {
    .footnote-color-photo > p{
        font-size: 9px;
    }
}

@media screen and (max-width: 330px) {
    .footnote-color-photo > p{
        font-size: 8px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Блок с артикулом */
/* ------------------------------------------------------------------------------------------------------------------ */
.card-container .vendor-code-block {
    margin-bottom: 15px;
}

.card-container .card-top-box {
    display: inline-block;
    min-width: 75px;
    text-align: center;
    border: 1px solid #717171;
    color: #717171;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    cursor: default;
    margin-right: 5px;
}

.card-container .card-price-red {
    margin-left: -15px;
}

.card-container .card-top-box.new {
    background: #5E9275;
    color: white;
    border-color: #5E9275
}

.card-container .card-top-box.leader {
    background: #FAAD3D;
    color: white;
    border-color: #FAAD3D
}

.card-container .card-top-box.transparent {
    background: transparent;
    border-color: transparent
}

.card-container .card-top-box.reviews-link-top {
    cursor: pointer
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Наименование */
/* ------------------------------------------------------------------------------------------------------------------ */
.card-container .card-name {
    font-size: 24px;
    line-height: 120%;
    font-style: normal;
    font-weight: 400;
}

.card-container .card-sub-name {
    font-size: 16px
}

@media screen and (max-width: 479px) {
    .card-container .card-name {
        font-size: 18px
    }
}

.card-container .card-articul {
    padding-top: 10px;
    color: #777;
    font-size: 13px
}

.card-container .fa-constructor-icon {
    color: #252525;
    font-size: 20px
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Кнопки */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-container .wrapper-prise-buttons {
    width: 100%;
}

.card-container ._prise-button-block {
    margin-bottom: 15px;
}

.card-container ._prise-button-block > button {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    font-size: 16px;
    padding: 11px;
    height: 45px;
    border-radius: 5px;
    text-transform: unset;
}

.card-container ._prise-button-block button svg{
   display: none;
   pointer-events: none;
   margin-right: 10px;
   animation: fade 0.3s ease-in;
}

.card-container ._prise-button-block button span{
    pointer-events: none;
}

.card-container ._prise-button-block button.-in-cart svg{
    display: block;
}

.card-container ._prise-button-block > button:hover {
    box-shadow: 0 0 6px 2px rgba(34, 60, 80, 0.2);
}

.card-container .btn-orange {
    background-color: #252525;
}

.card-container .personalized-price-button {
    font-size: 15px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #5A5A5A;
    cursor: pointer;
    text-align: left;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Цена, купить */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-container .painting-slider .item-arrow-right {
    position: absolute;
    top: 34%;
    right: 0;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);*/
    background-image: url(/upload/images/vector-slider-right.svg);
    background-size: cover;

}

.card-container .painting-slider .item-arrow-left {
    position: absolute;
    top: 34%;
    left: 0;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*transform: rotate(180deg);*/
    cursor: pointer;
    z-index: 1;
    /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);*/
    background-image: url(/upload/images/vector-slider-left.svg);
    background-size: cover;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Цена, купить */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-container .card-order-container {
    margin-top: 30px;
}

.card-add-in-order-container {
    display: inline-block;
    text-align: left
}

/*@media screen and (max-width: 600px) {*/
/*    .card-order-container {*/
/*        text-align: center*/
/*    }*/
/*}*/

@media screen and (max-width: 850px) {
    .card-container .card-order-container {
        margin-top: 35px;
    }
}

.price-block {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.card-count {
    width: 67px;
    height: 34px;
    margin-left: 15px;
    display: inline;
    vertical-align: middle;
    text-align: center
}

.card-price {
    font-size: 30px;
    font-weight: 500;
    vertical-align: bottom;
    line-height: 1;
    position: relative;
}

.card-price-bonus {
    color: #717171;
    white-space: nowrap
}

.arcticmodal-container .card-price {
    display: block;
    margin-bottom: 15px;
    text-align: left
}

.arcticmodal-container .price-block {
    display: block;
    text-align: center
}

.card-price-red {
    /*color: #c51818;*/
    color: #252525;
}

.card-price-discount {
    font-size: 14px;
    font-weight: normal;
    color: #717171;
}

.card-container .card-price-discount {
    font-size: 70%;
    font-weight: normal;
    color: #717171;
    position: absolute;
    right: -62%;
    top: -70%;
}

.price-block-icon {
    width: 26px;
    height: 29px;
}

._check-availability {
    color: #DE5347;
    font-weight: bold;
}

.personalized-price-button {
    color: #A00000;
    margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
    .card-fast-order-button {
        margin: 0 0 10px;
    }

    .learn-offer-block {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 540px) {
    .learn-offer-block{
        padding: 0 5px;
    }
    .card-price {
        font-size: 24px;
    }
}

@media screen and (max-width: 430px) {
    .quantity-price-yallow {
        font-size: 15px;
    }
}

@media screen and (max-width: 370px) {
    .card-container .card-price-discount{
        right: -48%;
        top: -88%;
    }
}

@media screen and (max-width: 340px) {
    .quantity-price-yallow {
        font-size: 14px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Рекомендованные цены */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-recommended-price {
    line-height: 1
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Каталог с изображениями */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-container .partner-retail-price {
    display: flex;
    align-items: center;
}

.card-container .partner-prise-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-container .partner-personal-price .retail-price-final {
    font-size: 20px;
    font-weight: 600;
    color: #c51818;
}

.card-container .partner-retail-price .retail-price-discount {
    font-size: 20px;
    text-decoration: line-through;
    color: #c1c1c1;
    font-weight: 600;
    margin-right: 10px;
}

.card-container .partner-retail-price .retail-price-final {
    font-size: 20px;
    font-weight: bold;
}

.card-container ._price-type-name {
    font-size: 18px;
    min-width: 120px;
    margin-right: 5px;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .card-container ._price-type-name {
        min-width: 107px;
    }

    .card-container ._price-type-name {
        font-size: 16px;
    }
}

@media screen and (max-width: 850px) {
    .card-container .partner-retail-price .retail-price-discount {
        font-size: 16px;
    }

    .card-container .partner-retail-price .retail-price-final {
        /*font-size: 18px;*/
        font-size: 24px;
    }

    .card-container .partner-personal-price .retail-price-final {
        font-size: 21px;
    }
}

@media screen and (max-width: 851px) {
    .card-container .partner-personal-price .retail-price-final {
        font-size: 19px;
    }
}

@media screen and (max-width: 340px) {
    .card-container .partner-retail-price .retail-price-discount {
        font-size: 14px;
    }

    .card-container .partner-retail-price .retail-price-final {
        font-size: 19px;
    }

    .card-container ._price-type-name {
        font-size: 15px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Выгода от розницы */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-price-benefit {
    line-height: 1
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Выгода от розницы */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-price-categories-open {
    display: inline-block;
    cursor: pointer
}

.card-price-categories {
    display: none;
    overflow: hidden;
    margin-bottom: 15px
}

.card-price-categories .name {
    font-weight: bold
}

.card-price-categories-table {
    width: 250px;
    line-height: 1.5
}

.card-price-categories-table .active {
    font-weight: bold;
    font-style: italic
}

.card-price-categories-table .category {
    text-align: left
}

.card-price-categories-table .price {
    text-align: right
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Выгода от розницы */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-facilities {
    display: flex
}

.card-facilities .quick-order, .card-facilities .availability {
    flex-basis: 50%
}

.card-facilities .card-order-ancher, .card-facilities .availability-ancher {
    display: inline-block;
    line-height: 30px;
    cursor: pointer
}

.card-facilities .icon {
    width: 22px;
    height: 22px;
    vertical-align: sub;
    margin-right: 10px
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Кнопки */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-ancher-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align: left
}

.card-ancher-container > div {
    flex-basis: 185px;
    line-height: 1
}

.card-ancher-container > div + div {
    padding: 0 0 0 10px;
    border-left: 1px solid #E0E0E0
}

.card-constructor-modal-open {
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px
}

.card-constructor-modal-open .fa {
    vertical-align: middle
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Быстрый конструктор */
/* ------------------------------------------------------------------------------------------------------------------ */

.constructor-quick-table {
    margin: 10px 0 -10px;
    padding: 10px 0;
    border-top: 1px solid #E0E0E0
}

.constructor-quick-table > a {
    text-decoration: none;
}

.constructor-quick-table .row {
    display: flex;
    margin: 0
}

.constructor-quick-table .column {
    flex-basis: 50%;
    color: #717171;
    white-space: nowrap;
    text-align: left
}

.constructor-quick-table .icon {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    margin: 3px;
    padding: 0
}

.constructor-quick-table .icon.no-circle {
    border-radius: 0;
    overflow: hidden
}

.constructor-quick-table .card-constructor-modal-open {
    color: #252525;
    padding: 0
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Список характеристик  */
/* ------------------------------------------------------------------------------------------------------------------ */

.char-vars-container {
    margin: 0 -15px 30px 0;
    text-align: left
}

.char-var {
    display: inline-block;
    width: 100px;
    margin: 15px 15px 15px 0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer
}

.char-var img {
    width: 100px
}

.char-var-name {
    display: block;
    padding: 5px 5px 0;
    overflow: hidden;
    white-space: nowrap
}

.char-var-active {
    width: 120px;
    border: 1px solid #AAA;
    padding: 9px;
    margin: 5px 5px 5px -10px;
    background: #E7E7E7
}

.char-warning {
    background: rgba(160, 128, 0, 0.15);
    color: rgb(160, 128, 0)
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Параметры */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-dimensions-container {
    display: block;
    margin: 30px 0;
    white-space: nowrap
}

.card-parameters-wrapper {
    display: block;
    margin-top: 15px;

    padding-top: 10px;
    border-top: 1px solid #E0E0E0
}

.card-container .card-parameters-wrapper > h2 {
    margin-bottom: 13px;
    font-size: 18px;
    color: #979797;
}

.card-parameters-container {
    margin-bottom: 20px;
}

.card-go-to-description {
    display: inline-block;
    line-height: 24px;
    white-space: nowrap;
    color: #717171;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}


.card-parameters-column-space {
    display: inline-block;
    width: 20px
}

@media screen and (max-width: 999px) {
    .card-parameter {
        font-size: 15px;
    }
}

.card-parameters-column-container {
    min-width: 165px;
    display: inline-block;
    vertical-align: top;
    color: #717171
}

@media screen and (max-width: 399px) {
    .card-dimensions-container {
        white-space: normal
    }

    .card-parameters-column-container {
        min-width: 100%
    }

    .card-parameters-column-space {
        display: block;
        height: 15px
    }
}

.card-parameter {
    font-size: 15px;
    line-height: 120%;
    display: flex;
    transition: 0.5s;
    animation: show-haracteristic 0.5s ease-out;
    flex-direction: row;
    margin-top: 10px;
}

/*Анимация появления блка характеристики*/
@keyframes show-haracteristic {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1 ;
    }
}

/*Hide item*/
.cart-parametr-hide {
    display: none;
}

/*Кнопка 'Характеристика' в карточке товара*/
.btn-show-haracteristic {
    display: block;
    font-size: 15px ;
    line-height: 19px;
    text-decoration-line: underline;
    cursor: pointer;
    color: #676767;
    margin-top: 10px;
}

.card-parameters-column-container .card-parameter {
    margin: 5px 0
}

.card-parameters-wrapper .card-parameter .key{
    width: fit-content;
    padding-right: 12px;
}

.card-parameters-wrapper .card-parameter .value{
    width: fit-content;
}

.card-parameter .key {
    font-size: 15px;
    width: 50%;
    padding-right: 12px;
    line-height: 140%;
}

.card-parameter .value {
    font-size: 15px;
    width: 50%;
    line-height: 140%;
}

.card-parameter .value a {
    color: #515151;
}

.card-parameter .size-icon {
    width: 21px;
    height: 21px
}

@media screen and (max-width: 860px) {
    .card-parameter .value {
        padding-left: 15px;
    }
}

@media screen and (max-width: 851px) {
    .card-parameter .key {
        flex-basis: auto;
        width: 50%;
    }

    .card-parameter .value {
        font-size: 15px;
        flex: auto;
        white-space: normal;
        width: 50%;
        padding-left: 20px;
    }
}

@media screen and (max-width: 500px) {
    .card-parameter .key {
        font-size: 13px;
    }
    .card-parameter .value {
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    .card-parameter .value {
        font-size: 14px;
        width: 50%;
        padding: 0;
    }

    .card-parameter .key {
        font-size: 14px;
        width: 50%;
        flex-basis: auto;
    }
}

@media screen and (max-width: 350px) {
    .card-parameter .value {
        width: 62%;
        font-size: 13px;
    }
    .card-parameter .key {
        font-size: 13px;
        width: 50%;
        flex-basis: auto;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Быстрый список характеристик */
/* ------------------------------------------------------------------------------------------------------------------ */

.quick-variant-wrapper {
    position: relative;
    margin: 20px 0 10px;
    background: white;
    border-top: 1px solid #E0E0E0;
    padding-top: 10px
}

.quick-variant-wrapper .one {
    display: block;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px
}

.quick-variant-wrapper .one.warning {
    background: #F0C0A0
}

.quick-variant-wrapper .one .icon {
    width: 40px;
    height: 20px;
    margin: -3px 15px 0
}

.quick-variant-wrapper .one .fa {
    margin-left: 10px
}

.quick-variant-wrapper .one .fa-angle-up {
    display: none
}

.quick-variant-wrapper .one.opened .fa-angle-up {
    display: inline-block
}

.quick-variant-wrapper .one.opened .fa-angle-down {
    display: none
}

.quick-variant-container {
    position: relative;
    max-width: 300px;
    display: none;
    border: 1px solid #E7E7E7
}

.quick-variant-container .one {
    border-top: 1px solid #E7E7E7
}

.quick-variant-wrapper .one.opened, .quick-variant-container .one:hover {
    background: #E7E7E7
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Идеальное сочетание */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-perfect-combination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 470px;
    margin: 30px 0
}

.card-perfect-combination .bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/upload/images/catalog/card/perfect-combination-bg.jpg) 50% 50% no-repeat;
    opacity: 0.4
}

.card-perfect-combination .item-original {
    position: relative;
    z-index: 1
}

.card-perfect-combination .item-combination {
    position: relative;
    z-index: 2
}

.card-perfect-combination .item-box-circle {
    width: 400px;
    height: 400px;
    border-radius: 200px;
    background: white;
    overflow: hidden;
    padding: 15px 30px 0
}

.card-perfect-combination .item-combination-slider {
    margin: 0 -30px
}

.card-perfect-combination .item-combination-slider .padding {
    padding: 0 30px
}

@media screen and (max-width: 888px) {
    .card-perfect-combination .item-original {
        display: none
    }
}

@media screen and (max-width: 499px) {
    .card-perfect-combination {
        height: 90vw
    }

    .card-perfect-combination .item-box-circle {
        width: 80vw;
        height: 80vw;
        padding: 2vw 4vw 0
    }

    .card-perfect-combination .item-combination-slider {
        margin: 0 -4vw
    }

    .card-perfect-combination .arrow-prev {
        left: 4vw !important
    }

    .card-perfect-combination .arrow-next {
        right: 4vw !important
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Вкладки (Tabs) в карточке товара, описание характеристик товара */
/* ------------------------------------------------------------------------------------------------------------------ */

.bgc-card-tab {
    background-color: #f7f7f7b8;
    border-radius: 4px;
    padding: 20px 30px 20px;
}

.bgc-card-tab .card-tab-container {
    display: flex;
    flex-direction: column;
}

.bgc-card-tab .card-tab-header {
    display: flex;
    margin-bottom: 10px;
}

.bgc-card-tab .card-tab-label {
    cursor: pointer;
    margin-right: 35px;
}

.bgc-card-tab .card-tab-rating-block {
    display: flex;
    justify-content: flex-end;
}

.bgc-card-tab .name {
    text-transform: uppercase;
    transition: 0.25s;
    font-size: 18px;
    background-image: linear-gradient(to right, black 0%, transparent 40%);
    background-position: 0 20px;
    background-repeat: repeat-x;
    background-size: 2px 1px;
}

.bgc-card-tab .active .name {
    text-shadow: 0 0 black;
    background-image: none;
}

.bgc-card-tab .seo-text strong {
    color: #000;
    font-size: 15px;
    text-transform: unset;
    font-weight: 500;
}

.bgc-card-tab .seo-text em {
    font-style: normal;
}

.bgc-card-tab .seo-text a {
    color: #000;
    text-decoration: underline;
}

.bgc-card-tab .seo-text > p {
    line-height: 160%;
    font-size: 15px;
    color: #383838;
}

.bgc-card-tab .seo-text > p > em {
    font-style: normal;
}

.bgc-card-tab .card-tab-content {
    border-top: 1px solid #c1c1c138;
    padding: 10px 0 0;
    text-align: left;
}

.bgc-card-tab .propertie__title {
    font-weight: 600;
    margin-bottom: 10px;
}

.bgc-card-tab .propertie__box {
    margin-bottom: 15px;
}

.bgc-card-tab .reach-content {
    display: none;
}

.bgc-card-tab .card-tab-open {
    display: none
}

.bgc-card-tab .card-tab-content article {
    margin-bottom: 10px;
    display: none;
}

.bgc-card-tab .active .bgc-collapse-icon {
    transform: rotate(90deg);
}

.bgc-card-tab .bgc-collapse-icon {
    transition: transform 500ms;
    transform: rotate(0deg);
    font-size: 20px;
    line-height: 26px;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Характеристики упаковки */
/* ------------------------------------------------------------------------------------------------------------------ */

.bgc-packing-characteristics .wrapper-characteristics {
    display: flex;
    width: 100%;
    padding: 10px 0;
}

.bgc-packing-characteristics .key {
    flex-basis: 220px;
}

.bgc-packing-characteristics h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.bgc-packing-characteristics ._container-package {
    width: 100%;
    flex-basis: 300px;
    min-width: 280px;
    margin: 10px 0;
}

.bgc-packing-characteristics .item {
    display: flex;
}

.bgc-packing-characteristics .weight-block {
    display: flex;
    font-weight: 600;
}

@media screen and (max-width: 780px) {
    .bgc-packing-characteristics .weight-block {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 650px) {
    .bgc-packing-characteristics .wrapper-characteristics {
        flex-direction: column;
        align-items: baseline;
        padding: 0;
    }

    .bgc-packing-characteristics ._container-package {
        flex-basis: auto;
        margin-bottom: 20px;
    }

    .bgc-packing-characteristics .first-package {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .bgc-packing-characteristics .key {
        flex-basis: 210px;
    }
}

@media screen and (max-width: 810px) {
    .bgc-card-tab .card-tab-header {
        display: none
    }
    .bgc-card-tab .card-tab-open {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 780px) {
    .bgc-card-tab {
        padding: 6px 15px 10px;
    }

    .bgc-card-tab .card-tab-content {
        border-top: none;
        padding: 8px 0 0;
    }

    .bgc-card-tab .card-tab-open {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 15px;
    }

    .bgc-card-tab .active .name {
        text-shadow: none;
        font-weight: bold;
        background-image: none;
    }

    .bgc-card-tab .name {
        margin-right: 15px;
        transition: 0.25s;
        text-transform: uppercase;
        background-image: linear-gradient(to right, black 0%, transparent 40%);
        background-position: 0 23px;
        background-repeat: repeat-x;
        background-size: 2px 1px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Анимация фона */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-tab-content.bg-lg {
    background: linear-gradient(90deg, white 0%, #AAA 1%, white 1%);
    transition: 1s;
    background-size: 100%
}

.card-tab-content.bg-size {
    background-size: 100000%
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Верхнее меню, вставка из карточки товара */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-top-table {
    position: relative
}

@media screen and (min-width: 768px) {
    .visible-up-to-768 {
        display: none
    }
}

.card-top-block {
    background: #F7F7F7;
    border-bottom: 1px solid #CCC;
    display: none
}

.card-top-table table.wrap {
    margin: 5px 0;
    width: 100%
}

.card-top-table td {
    vertical-align: middle
}

.card-top-table td.image, .card-top-table td.name, .card-top-table td.details, .card-top-table td.price {
    padding-right: 15px
}

.card-top-table td.image {
    width: 10%
}

.card-top-table td.image img {
    width: 100px
}

.card-top-table td.name {
    width: 30%
}

.card-top-table td.details {
    width: 40%
}

.card-top-table td.price {
    width: 10%;
    font-size: 18px
}

.card-top-table td.buy {
    width: 10%
}

.card-top-table table.details {
    width: 100%
}

.card-top-table .image img {
    border: 1px solid #E7E7E7
}

.card-top-table .details td {
    vertical-align: top;
    font-size: 12px;
    color: #AAA
}

.card-top-table .details .key {
    width: 10%;
    white-space: nowrap;
    padding-right: 15px
}

.card-top-table .details .value-td {
    width: 90%
}

.card-top-table .details .value {
    width: 100%;
    padding: 0;
    border: none;
    background: none
}

.card-top-table .price {
    text-align: center
}

.card-top-table .buy {
    text-align: right
}

.card-top-table .buy .glyphicon {
    display: none
}

@media screen and (max-width: 1000px) {
    .card-top-table .buy .text {
        display: none
    }

    .card-top-table .buy .glyphicon {
        display: inline
    }
}

@media screen and (max-width: 851px) {
    .card-top-table .details {
        display: none
    }
}

@media screen and (max-width: 599px) {
    .card-top-table .name {
        display: none
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Подсказка о добавлении товара в заказ */
/* ------------------------------------------------------------------------------------------------------------------ */

.hint-item-added {
    margin-top: 15px;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    display: none
}

.hint-item-added .remark {
    display: inline-block;
    vertical-align: bottom;
    width: 30px;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    color: #5E9275
}

.hint-item-added .content {
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Комплект */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-set {
    display: flex;
    align-items: stretch;
    text-align: center;
    border: 2px solid #FAAD3D;
    margin: 30px 0
}

.card-set > div {
    flex: 1 0;
    padding: 20px 0
}

.card-set .item {
    position: relative;
    border-right: 1px solid #E0E0E0
}

.card-set .item:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    border: 1px solid #E0E0E0;
    border-radius: 100%;
    background: white;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    color: #FAAD3D;
    z-index: 1
}

.card-set .item-last {
    border-right: 1px solid #E0E0E0
}

.card-set .item-last:after {
    content: "="
}

.card-set .total {
    background: #F8F8F8;
    display: flex
}

.card-set .image-link {
    display: block;
    max-width: 335px;
    margin: 0 auto 20px
}

.card-set .image {
    width: 90%;
    margin: 0 5%
}

.card-set .name {
    width: 96%;
    max-height: 32px;
    margin: 0 auto 10px;
    color: #717171;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    overflow: hidden
}

.card-set .price {
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

.card-set .total-centered {
    margin: auto
}

.card-set .set-add-in-order {
    margin-top: 20px
}

.card-set .fa-check {
    transition: 0.3s;
    padding-right: 5px
}

@media screen and (max-width: 851px) {
    .card-set {
        flex-direction: column
    }

    .card-set .item {
        border-right: none;
        border-bottom: 1px solid #E0E0E0
    }

    .card-set .item:after {
        top: auto;
        bottom: -18px;
        right: auto;
        left: 50%;
        margin-top: auto;
        margin-left: -18px
    }

    .card-set .item-last {
        border-right: none;
        border-bottom: 1px solid #E0E0E0
    }
}


/* INSTA SHOPPING - insta-shopping/index */
.insta-shopping-article {
    width: 80%;
    margin: -20px auto 30px;
    text-align: center
}

.insta-shopping-article a {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #717171;
    font-style: italic
}

.insta-shopping-container {
    margin-left: -25px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.insta-shopping-container.only-headers {
    display: block;
    white-space: nowrap;
    margin-bottom: 30px;
    overflow: hidden
}

.site-index .insta-shopping-container.only-headers {
    margin-bottom: 0;
}

.insta-shopping-one {
    padding: 0 0 25px 25px;
    width: 25%;
    display: inline-block
}

.insta-shopping-one .image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
    transition: 0.5s
}

.insta-shopping-one .image img {
    width: 100%;
}

.insta-shopping-one .image:hover {
    filter: brightness(0.8)
}

.insta-shopping-one .image .show-post {
    opacity: 0;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 21px);
    width: 100px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid white;
    color: white;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 16px;
    transition: 0.5s
}

.insta-shopping-one .image:hover .show-post {
    opacity: 1
}

.insta-shopping-one .image .show-post:hover {
    background: rgba(0, 0, 0, 0.5)
}

.insta-shopping-one .name {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 0 45px;
    line-height: 1;
    cursor: pointer
}

.insta-shopping-one .insta-shopping-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: white;
    background-image: url(/upload/images/icon/insta-shopping-black-80.png);
    background-size: 25px 25px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.insta-shopping-hidden {
    display: none
}

.insta-shopping-append {
    display: none;
    width: 100%;
    padding: 0 0 25px 25px
}

.insta-shopping-content {
    position: relative
}

.insta-shopping-content .content {
    display: flex
}

.insta-shopping-content .image-container {
    flex-basis: 430px;
    flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
}

.insta-shopping-content .image {
    width: 100%
}

.insta-shopping-content .data {
    flex-basis: 100%;
    position: relative;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.insta-shopping-content .insta-shopping-name {
    display: block;
    min-height: 40px;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: 'Times New Roman', sans-serif;
    /*font-style: italic;*/
    line-height: 1;
    width: 90%;
}

.insta-shopping-content .description {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
    flex-grow: 1
}

.insta-shopping-content .slider-container {
    position: relative
}

.insta-shopping-content .slider-items {
    position: absolute;
    width: 100%
}

.insta-shopping-content .slider-items .one {
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
    text-decoration: none
}

.insta-shopping-content .slider-items .name {
    display: block;
    line-height: 1;
    font-size: 13px;
    margin: 10px 0;
    color: #717171
}

.insta-shopping-content .slider-items .price {
    font-weight: bold
}

.insta-shopping-subscribe {
    text-align: right;
    margin-bottom: 10px
}

.insta-shopping-subscribe a {
    font-size: 13px;
    color: #717171
}

.insta-shopping-subscribe img {
    width: 20px;
    height: 20px;
    vertical-align: sub
}

@media screen and (max-width: 999px) {
    .insta-shopping-one {
        width: 33.3333%
    }

    .insta-shopping-content .content {
        display: block
    }

    .insta-shopping-content .image-container {
        width: 430px;
        max-width: 100%;
        margin: 0 auto;
    }

    .insta-shopping-content .data {
        margin: 25px 0 0
    }

    .insta-shopping-content .insta-shopping-name {
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
    }

    .insta-shopping-subscribe {
        text-align: center;
        margin-top: 15px
    }
}

@media screen and (max-width: 654px) {
    .insta-shopping-one {
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    .insta-shopping-one {
        width: 100%
    }
}

/* SELLING - selling/index */
.selling-city-list {
    width: 200px;
    top: 49px;
    z-index: 1
}

.selling-article {
    width: 80%;
    margin: -20px auto 30px;
    text-align: center
}

.selling-article a {
    display: inline-block;
    margin-top: 10px;
    color: #717171;
    font-style: italic
}

.selling-container {
    margin-left: -25px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.selling-container.only-headers {
    display: block;
    white-space: nowrap;
    margin-bottom: 30px;
    overflow: hidden
}

.selling-one {
    padding: 0 0 25px 25px;
    width: 25%;
    display: inline-block
}

.selling-one .image {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding: 50% 0;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #E0E0E0
}

.selling-one .image:hover {
    filter: brightness(0.8)
}

.selling-one .name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 0;
    line-height: 1;
    cursor: pointer
}

.selling-one .nowrap {
    white-space: nowrap
}

.selling-index .price-table {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.selling-index .discount {
    flex-basis: 33%
}

.selling-index .discount .bg {
    display: inline-block;
    background-color: #DE5347;
    font-size: 11px;
    color: white;
    padding: 0 3px;
    border-radius: 2px
}

.selling-index .price {
    white-space: nowrap
}

.selling-index .original {
    display: inline-block;
    text-decoration: line-through;
    margin-right: 15px
}

.selling-index .final {
    font-weight: bold
}

.selling-index .where {
    color: #717171;
    font-style: italic;
    line-height: 1;
    margin-top: 10px
}

.selling-index .where .icon {
    width: 22px;
    height: 22px;
    vertical-align: sub
}

.selling-hidden {
    display: none
}

.selling-append {
    display: none;
    width: 100%;
    padding: 40px 0 65px 25px
}

.selling-content {
    position: relative
}

.selling-content .content {
    display: flex;
    align-items: center
}

.selling-content .image-container {
    flex-basis: 430px;
    flex-shrink: 0
}

.selling-content .image {
    width: 100%
}

.selling-content .data {
    flex-basis: 100%;
    position: relative;
    margin-left: 100px;
    display: flex;
    flex-direction: column
}

.selling-content .margin-bottom {
    margin-bottom: 15px
}

.selling-content .selling-name {
    display: block;
    min-height: 40px;
    margin-bottom: 15px;
    line-height: 1
}

.selling-content .call-back {
    margin-bottom: 30px
}

.selling-content .description {
    margin-bottom: 20px;
    line-height: 1.5
}

.selling-content .discount {
    flex-basis: auto;
    margin-right: 15px
}

.selling-content .price {
    font-size: 22px;
    font-weight: bold
}

.selling-content .original {
    font-size: 16px;
    font-weight: normal;
    color: #717171
}

@media screen and (max-width: 999px) {
    .selling-one {
        width: 33.3333%
    }

    .selling-content .content {
        display: block
    }

    .selling-content .image-container {
        width: 430px;
        max-width: 100%
    }

    .selling-content .data {
        margin: 25px 0 0
    }

    .selling-content .selling-name {
        font-size: 18px
    }
}

@media screen and (max-width: 654px) {
    .selling-one {
        width: 50%
    }
}

@media screen and (max-width: 329px) {
    .selling-one {
        width: 100%
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Товары во всплывающем окне */
/* ------------------------------------------------------------------------------------------------------------------ */
#item-show-modal {
    padding: 0 0 20px;
    max-width: 700px;
    min-width: 200px;
    min-height: 200px
}

#item-show-modal .arcticmodal-close-container {
    position: sticky;
    top: 0;
    z-index: 2
}

.item-show-container .item-header {
    padding: 40px 30px 30px;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    background: white;
    align-items: flex-end;
    justify-content: space-between;
    position: sticky;
    top: 0
}

.item-show-container .buy-part {
    flex-basis: 120px;
    margin-top: 20px
}

.item-show-container .name {
    font-size: 22px;
    padding-right: 10px
}

.item-show-container .price {
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    color: #717171
}

.item-show-container .item-image {
    width: 640px;
    padding: 0 30px 30px;
}

.item-show-container .image {
    width: 100%
}

.item-show-container .information-container {
    padding: 20px 30px 0;
    border-top: 1px solid #E0E0E0;
    color: #717171;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.item-show-container .card-parameters-wrapper {
    min-width: 270px
}

.item-show-container .value {
    text-align: right
}

.item-show-container .more-link {
    margin: 15px 0;
    color: #717171;
    line-height: 1
}

@media screen and (max-width: 999px) {
    .item-show-container .name {
        font-size: 18px
    }

    .item-show-container .item-image {
        width: auto;
        min-width: 75vw
    }
}

@media screen and (max-width: 851px) {
    .item-show-container .price {
        font-size: 16px
    }
}

@media screen and (max-width: 639px) {
    #item-show-modal {
        min-width: 270px
    }

    .item-show-container .item-header {
        flex-direction: column;
        align-items: flex-start
    }

    .item-show-container .buy-part {
        flex-basis: inherit
    }

    .item-show-container .item-image {
        min-width: inherit
    }
}

@media screen and (max-width: 479px) {
    .item-show-container .item-header {
        padding: 40px 15px 20px
    }

    .item-show-container .item-image {
        padding: 0 15px
    }

    .item-show-container .information-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 5px 15px 0
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Отзывы в карточке товара */
/* ------------------------------------------------------------------------------------------------------------------ */
.review-total {
    display: flex;
    margin: 10px 0 30px
}

.review-rating {
    flex-basis: 300px
}

.review-stars {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    color: #717171;
    white-space: nowrap;
    letter-spacing: 2px
}

.review-stars .star {
    padding: 0 0 0 4px
}

.review-stars .filled {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.review-rating .gray {
    color: #717171
}

.review-rating .margin-top {
    margin-top: 10px
}

.review-rating .sub {
    font-size: 12px;
    font-style: italic
}

.review-total .recommend {
    flex-basis: 300px
}

.review-total .add .btn-review-open-dialog {
    text-transform: uppercase;
    width: 180px
}

.review-one {
    margin: 30px 0
}

.review-one + .review-one {
    padding-top: 30px;
    border-top: 1px solid #EEE;
    margin-top: 30px
}

.review-one .comment {
    margin-top: 20px
}

.review-one .answer {
    padding: 15px;
    background: #F5F5F5
}

.icon-checkbox:before {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    width: 24px;
    height: 22px;
    margin-right: 10px;
    background: url(/upload/images/icon/checkbox.png) 0 0 no-repeat;
    cursor: pointer
}

.icon-checkbox.checked:before {
    background-position: 0 -22px
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Добавление отзыва */
/* ------------------------------------------------------------------------------------------------------------------ */
#card-review-modal {
    padding: 50px 30px 20px
}

#card-review-modal .card-review-image {
    width: 100px;
    float: right;
    margin-bottom: -100px
}

#card-review-modal .form-group {
    display: flex;
    width: 500px
}

#card-review-modal .form-group .help-block {
    margin-left: 15px;
    white-space: nowrap
}

#card-review-modal .field-review-ball .help-block {
    margin-left: 0
}

#card-review-modal .form-group .help-block:empty {
    display: none
}

#card-review-modal .form-group.field-review-recommend, #card-review-modal .form-group.review-set-ball {
    margin-bottom: 0
}

#card-review-modal .form-group.review-submit {
    margin-top: 30px;
    justify-content: flex-end
}

#card-review-modal .review-set-ball .star {
    cursor: pointer
}

#card-review-modal label {
    flex-basis: 111px;
    flex-shrink: 0;
    white-space: nowrap
}

.card-review-add-message {
    display: none;
    font-weight: bold
}

@media screen and (max-width: 639px) {
    #card-review-modal .form-group {
        width: inherit;
        flex-wrap: wrap
    }

    #card-review-modal .form-group .help-block {
        margin-left: 0;
        white-space: normal
    }

    #card-review-modal .card-review-image {
        display: none
    }
}

#check-availability-modal {
    padding: 50px 30px 15px;
    max-width: 500px;
    min-width: 280px;
}

#card-learn-about-price-cuts-modal {
    padding: 50px 30px 15px;
    max-width: 500px;
    min-width: 280px;
}

/* НАЛИЧИЕ В БУТИКЕ (карточка товара) - catalog/card-availability-boutique */
#card-availability-boutique-modal {
    padding: 50px 30px 15px;
    max-width: 500px
}

.card-avail-header {
    margin-bottom: 10px;
    font-size: 16px
}

.card-avail-input {
    background: white !important
}

.card-avail-submit {
    width: 100%
}

.card-avail-answer {
    display: none
}

.card-avail-list {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    background: white;
    border: 1px solid #717171;
    margin-top: -1px;
    padding: 10px;
    display: none;
    box-shadow: 0 5px 10px -3px rgba(113, 113, 113, 0.5);
    border-radius: 2px;
    z-index: 1
}

.card-avail-list p {
    line-height: 1.5;
    padding: 5px
}

.card-avail-list p:hover {
    background: #EEE;
    cursor: pointer
}

.card-avail-boutique-list p {
    color: #717171;
    font-size: 12px;
    white-space: normal
}

.card-avail-boutique-list p b {
    font-size: 14px;
    color: #252525
}

.card-avail-boutique-selected {
    margin-bottom: 15px
}

.card-avail-boutique-selected p {
    line-height: 14px
}

.card-avail-boutique-selected p span {
    display: inline-block;
    float: right;
    color: #A00000;
    cursor: pointer;
    font-size: 24px;
    line-height: 14px;
    padding: 5px 10px;
    margin: -5px -10px
}

@media screen and (max-width: 479px) {
    #card-availability-boutique-modal {
        padding: 40px 15px 10px
    }

    .card-avail-header {
        font-size: 14px
    }
}

.item-warranty-block {
    font-size: 13px;
    border-top: 1px solid #E0E0E0;
    /*padding-top: 20px;*/
}

.item-warranty-block .item-warranty-table {
    /*display: table;*/
    /*margin-left: -5px;*/
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    height: 120px;
}

.item-warranty-info-title-cart {
    margin-top: -3px;
}

.item-warranty-block .item-warranty-table-row {
    /*width: 30%;*/
    /*display: table-row;*/
    display: flex;
    padding: 10px;
    border-radius: 4px;
    justify-content: start;
    /*border: 1px solid black;*/
    /*background: #dedede;*/
    /*margin: 2%;*/
    flex-direction: column;
    align-items: center;
}

.item-warranty-table-cell-img > img{
    width: 90%;
}

.item-warranty-info-context {
    /*background: #E9E9E9;*/
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    /*border: 1px solid #c3c3c3;*/
    border-radius: 3px;
    padding: 5px 10px;
    /*width: 210px;*/
    /*margin-top: 10px;*/
    display: flex;
    opacity: 1;
    justify-content: center;
}

.item-warranty-block .item-warranty-table-cell {
    display: table-cell;
}

.item-warranty-table-cell-img-shield {
    margin-top: -3px;
}

.hr_line_cart1 {
    width: 1px;
    height: 90px;
    background: #c3c3c3;
    margin-top: 10px;
}

.item-warranty-block .item-warranty-table-cell-info {
    /*padding: 0 10px 15px 5px;*/
    line-height: 20px;
    margin-top: 5px;
}

.item-warranty-block .item-warranty-table-cell-img {
    width: 40px;
    text-align: center;
}

@media screen  and (max-width:710px){
    .item-warranty-block .item-warranty-table {
        flex-direction: column;
        height: auto;
    }

    .item-warranty-block .item-warranty-table-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        background: #E0E0E0;
        border-radius: 5px;
        margin-top: 1%;
    }

    .item-warranty-block .item-warranty-table-cell-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-left: 5px;
        width: 100%;
    }

    .item-warranty-info-context {
        margin-top: 0px;
        border: none;
    }

    .hr_line_cart1 {
        display: none;
    }
}

@media screen  and (max-width: 450px){
    .item-warranty-block .item-warranty-table-cell-info {
        justify-content: center;
        flex-direction: column;
        align-items: start;
    }

    .item-warranty-info-context {
        margin-left: -8px;
    }

    .item-warranty-block .item-warranty-table-row {
        align-items: start;
    }

    .item-warranty-table-cell-img-shield,
    .item-warranty-info-title-cart{
        margin-top: 0px;
    }
}

/*.item-warranty-block .item-warranty-table-cell-img img {*/
/*    max-width: 100%;*/
/*}*/

.item-warranty-block .item-warranty-pbi .item-warranty-table-cell-img img {
    width: 32px;
}

.item-warranty-block .item-warranty-info-title {
    font-size: 17px;
    text-align: center;
}

.order-position-discount {
    color: #aaa;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Стиль для остатка на складе и переход по ссылке в модальное окно */
/* ------------------------------------------------------------------------------------------------------------------ */


.stock-balance {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.stock-balance .stock-balance-link,
.stock-balance .stock-balanse-register {
    font-size: 16px;
    line-height: 18px;
    color: #c51818 !important;
    text-shadow: 0.1px 0.1px;
    cursor: pointer;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.stock-balance .stock-balance-number {
    margin-left: auto;
    font-size: 16px;
    line-height: 18px;
    color: #5A5A5A;
}


@media screen and (max-width: 851px) {
    .stock-balance {
        flex-direction: row;
    }
}

@media screen and (max-width: 430px) {
    .stock-balance .stock-balance-link, .stock-balance .stock-balanse-register{
        font-size: 15px;
    }
}

@media screen and (max-width: 380px) {
    .stock-balance {
        text-align: left;
    }

    .stock-balance .stock-balance-link {
        text-shadow: 0.5px 0.1px;
    }
}

@media screen and (max-width: 340px) {
    .stock-balance .stock-balance-link, .stock-balance .stock-balanse-register{
        font-size: 14px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Иконка с баркодами  */
/* ------------------------------------------------------------------------------------------------------------------ */
.vb-item-barcode-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 38px;
    background: #303030;
    top: 22px;
    right: 73px;
    color: #000;
    border-radius: 3px;
    box-shadow: 0 0 5px #fff;
    cursor: pointer;
    transition: 0.3s;
    z-index: 5;
}


.card-main-info-container .info {
    display: none;
    visibility: hidden;
}

.card-main-info-container .vb-partner-information{
    display: flex;
    position: absolute;
    top: 22px;
    right: 20px;
}

.vb-item-barcode-icon path {
    transition: 0.3s;
}

@media (any-hover: hover) {
    .vb-item-barcode-icon:hover path {
        fill: #303030;
    }

    .vb-item-barcode-icon:hover {
        background: #fff;
    }
}

@media screen and (max-width: 851px) {
    .card-main-info-container .vb-partner-information{
        top: 0;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Иконка с названиями акций */
/* ------------------------------------------------------------------------------------------------------------------ */

.card-main-info-container .vb-item-action {
    width: 44px;
    height: 38px;
    background: #303030;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px #fff;
    cursor: pointer;
    transition: 0.3s;
    z-index: 5;
    margin-left: 10px;
}

@media (any-hover: hover) {
    .card-main-info-container .vb-item-action:hover {
        background: #fff;
    }

    .card-main-info-container .vb-item-action:hover svg {
        fill: #303030;
    }
}

.card-main-info-container .vb-item-action-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-main-info-container .vb-item-action-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    transition: 0.3s;
}

.card-main-info-container .vb-item-action-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.card-main-info-container .vb-item-action-links {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 295px;
    padding: 22px 20px 9px 20px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 4px 4px 18px 0 rgba(34, 60, 80, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
}

.card-main-info-container .vb-item-action-links._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.card-main-info-container .vb-item-action-link {
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-top: 3px;
}

.card-main-info-container .close-action-link {
    position: absolute;
    top: 2px;
    right: 8px;
    width: fit-content;
    user-select: none;
}

.card-main-info-container .close-action-link img {
    max-width: 14px;
}

@media (max-width: 767px) {
    .card-main-info-container .vb-item-action {
        top: 0;
        right: 0;
    }
}

@media (min-width: 451px) and (max-width: 520px) {
    .item-warranty-block .item-warranty-table-cell-info {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-left: 15px;
    }


    .item-warranty-info-context {
        margin-left: -8px;
    }
}

/* Слово фикс. в режиме партнера */
.partner__text {
    margin-left: 5px;
}
