/* Расположение наклеек в ряд  */
.autobadge-row-badges {
    position: absolute;
    bottom: -5px;
}

.item-pg__slideshow-window .autobadge-row-badges {
    bottom: 10px;
}

.item__image-wr {
    position: relative;
}

.autobadge-row-badges .autobadge-pl {
    display: inline-block;
    position: relative;
    margin: 0 !important;
}

/*Подсказка в наклейках при наведении курсора*/
.tooltip { /* стиль текста характеристики, наведя или нажав на который появится пояснение */
    display: inline-block;
    position: relative;
    background: #FFFFFF; /* цвет фона характеристики*/
    text-indent: 0px; /* отступ текста характеристики */
    color: #188DAE; /* цвет текста характеристики */
    font-weight: bold; /* стиль текста характеристики */
    border: 1px solid; /* толщина рамки характеристики */
    border-color: rgb(200, 200, 200); /* цвет рамки характеристики */
    padding: 1px; /* отступ рамки характеристики от текста*/
    cursor: pointer; /* вид курсора */
}

.tooltip > span { /* стиль появляющейся подсказки */
    color: #212121; /* цвет текста появляющейся подсказки */
    font-weight: normal; /* стиль текста появляющейся подсказки */
    position: absolute;
    bottom: 100%;
    left: -1em;
    right: -15em;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    max-width: 15em;
    max-height: 80vh;

    visibility: hidden;
    margin: 0 auto .4em;
    padding: .3em;
    border: solid rgb(255, 140, 24);
    font-size: 100%;
    background: #FFFFFF;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .9);
    line-height: normal;
    cursor: auto;
    z-index: 9999;
    overflow: visible;
}

.tooltip.left:hover {
    color: #ffffff;
    font-weight: bold;
    background: #FF8C18;
}

/*> span { */
/*  left: 0;*/
/*  right: -20em;*/
/*  margin: 0 0 .4em;*/
/*  color: #212121;*/
/*  font-weight: normal;*/
/*}*/
.tooltip.right > span {
    left: -20em;
    right: 0;
    margin: 0 0 .4em auto;
}

.tooltip:after {
    content: "";
    position: absolute;
    top: -.4em;
    left: 50%;
    visibility: hidden;
    margin: 0 0 0 -.4em;
    border: .4em solid;
    border-color: #ff8c18 transparent transparent transparent;
    cursor: auto;
}

.tooltip.left:after {
    left: 1em;
    overflow: visible;
}

.tooltip.right:after {
    left: auto;
    right: .6em;
}

.tooltip:before {
    content: "";
    position: absolute;
    top: -.4em;
    left: 0;
    right: 0;
    height: .4em;
    visibility: hidden;
    z-index: 999;
}

.tooltip:hover > span,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus > span,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    transition: 0s .4s;
}

.tooltip:focus { /* убрать рамку в Хроме */
    outline: none;
}

.tooltip.anim > span,
.tooltip.anim:after { /* анимация */
    opacity: 0;
    transform: translateY(1.5em) scale(.3);
    transform-origin: center bottom;
}

.tooltip.anim:after {
    transform: translateY(.7em) scale(.3); /* 1.7 = 1.5 / (1.4*2) */
}

.tooltip.anim:hover > span,
.tooltip.anim:hover:after,
.tooltip.anim:focus > span,
.tooltip.anim:focus:after {
    opacity: 1;
    transition: .6s .4s;
    transform: translateY(0);
}

@media (max-width: 20em) {
    /* ширина подсказки может быть не более ширины окна браузера */
    .tooltip > span {
        max-width: 70vw; /* в 100vw входит полоса прокрутки, но на мобильных она часто отсутствует */
        box-sizing: border-box;
    }
}

@media screen and (max-width: 400px) {
    .tooltip { /* стиль текста на мобильных, наведя или нажав на который появится пояснение */
        font-size: 95%;
    }

    .tooltip > span {
        left: -1em; /* = max-width */
        right: -15em; /* = max-width */
        max-width: 15em;
        font-size: 95%;
        box-sizing: border-box;
    }
}

.buy1step-page {
    width: 1030px;
    margin: 0 auto;
}

@media (min-width: 1242px) {
    .cart__items--unishop {
        width: 1030px!important;
    }
}

.buy1step-page .checkout__main {
    width: auto;
}

@media (min-width: 1242px) {
    .checkout__content {
        width: 100%;
    }
}

.buy1step-step__auth-box {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 20px;
}

.buy1step-step__auth-box .buy1step-auth__variant-box {
    margin-bottom: 5px;
}
.buy1step-step__auth-box .buy1step-auth__variant-box:last-child {
    margin-bottom: 0;
}

.tuning_link {
    font-size:12px;
    margin-top:-3px;
    color:#ff5b01;
}
.item_gv .tuning_link {
    margin-left: auto;
}
.item_lnv .stock-info {
    justify-content: flex-end;
}
.item_lnv .tuning_link {
    margin-top: 5px;
}
.box_list_tuning_stock{display:flex;flex-wrap:wrap;}
.item_lnv .box_list_tuning_stock {
    justify-content: flex-end;
}