

/* Start:/local/components/ameton/cart_order/templates/cart_order/style.css?175766592833823*/
.Content{
    background: var(--light-space);
}
._error-color{
    color:var(--light-negative);
}
.VVRUS_Cart{
    padding-bottom: 100px;
}

@media (max-width: 1023px) {
    .VVRUS_Cart{
        padding-bottom: 40px;
    }
}

/* Tabs */
.VVRUS_Cart .VV_Tabs__headers{
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 16px;
}
.VVRUS_Cart .VV_Tabs__item{
    width: calc(33.33% - 12px);
    margin: 0;
}
.VVRUS_Cart .VV_Tabs__link{
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--light-primary);
}
.VVRUS_Cart .VV_Tabs__link._active{
    color: var(--light-brand1);
}
.VVRUS_Cart .VV_Tabs__Text{
    margin-left: 12px;
    color: var(--light-primary);
}
.VVRUS_Cart .VV_Tabs__link._disabled,
.VVRUS_Cart .VV_Tabs__link._disabled .VV_Tabs__Text{
    color: var(--light-tertiary);
    pointer-events: none;
}
.VVRUS_Cart .VV_Tabs__link .VV_Tabs__Check{
    display: none;
}
.VVRUS_Cart .VV_Tabs__link._checked .VV_Tabs__Check{
    display: block;
}
.VVRUS_Cart .VV_Tabs__link._checked .VV_Tabs__Counter{
    display: none;
}
.VVRUS_Cart .VV_Tabs__Check svg{
    display: block;
}
.VVRUS_Cart .VV_Tabs__Check svg path{
    fill: currentColor;
}
.bx-no-touch .VVRUS_Cart .VV_Tabs__link:hover{
    background: var(--light-surface3);
}
.VVRUS_Cart .VV_Tabs__link:before{
    bottom: 0;
    height: 1px;
    opacity: 1;
    z-index: 1;
    background: var(--light-outline);
}
.VVRUS_Cart .VV_Tabs__link._active:before{
    background: var(--light-brand1);
}

@media (max-width: 767px) {
    .VVRUS_Cart .VV_Tabs__headers{
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
    .VVRUS_Cart .VV_Tabs__item{
        width: calc(33.33% - 6px);
        margin: 0;
    }
    .VVRUS_Cart .VV_Tabs__link{
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 13px;
    }
    .VVRUS_Cart .VV_Tabs__Check svg{
        width: 16px;
        height: 16px;
    }
    .VVRUS_Cart .VV_Tabs__Text{
        margin-left: 8px;
    }
    .VVRUS_Cart .VV_Tabs__link:not(._active) .VV_Tabs__Text{
        display: none;
    }

}

/* Main grid */

.VVRUS_Cart__Row{
    display: grid;
    grid-template-columns: 690px 1fr;
}

.VVRUS_Cart__Col._left{
    grid-column-start: 1;
}

.VVRUS_Cart__Col._right{
    width: 486px;
    margin-left: auto;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 4;
}
.VVRUS_Cart__Col._bottom{
    grid-column-start: 1;
    margin-top: 24px;
}

.VVRUS_Cart__Col_Title{
    margin-bottom: 24px;
}

@media (max-width: 1279px) {
    .VVRUS_Cart__Row{
        display: block;
    }

    .VVRUS_Cart__Col._left{
        width: 100%;
        margin-bottom: 24px;
    }

    .VVRUS_Cart__Col._right{
        width: 100%;
    }
    .VVRUS_Cart__Col._bottom{
        grid-column-start: 1;
        margin-top: 24px;
    }

    .VVRUS_Cart__Col_Title{
        margin-bottom: 24px;
    }
}

/* Blocks */

.VVRUS_Cart__Block{
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 12px;
    background: var(--light-surface1);
}
.VVRUS_Cart__Block._adress .VV_Input .VV_Input__Label {
    font-size: 13px;
}
.VVRUS_Cart__Block:last-child{
    margin-bottom: 0;
}
.VVRUS_Cart__Block_Title{
    margin-bottom: 12px;
}
.VVRUS_Cart__Block_Row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.VVRUS_Cart__Block_Col{
    width: 100%;
    margin-bottom: 12px;
}
.VVRUS_Cart__Block_Col:last-child{
    margin-bottom: 0;
}
.VVRUS_Cart__Block_Col._w66{
    width: calc(66.66% - 6px);
}
.VVRUS_Cart__Block_Col._w50{
    width: calc(50% - 6px);
}
.VVRUS_Cart__Block_Col._w33{
    width: calc(33.33% - 6px);
}

@media (max-width: 767px) {
    .VVRUS_Cart__Block{
        padding: 12px;
    }
}

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

.VVRUS_Cart_List__Top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.VVRUS_Cart_List__Top + .VVRUS_Cart_List__Items {
    margin-top: -8px;
}
.VVRUS_Cart_List__Top a,
.VVRUS_Cart_List__Top .A_Button {
    color: var(--light-secondary);
}

/* Контактные данные */

.VVRUS_Cart_ContactsNotify{
    display: flex;
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--light-promo1-border);
    background: var(--light-promo1-container-fill);
}
.VVRUS_Cart_ContactsNotify._weight-limit{
    margin-bottom: 8px;
    padding: 12px 10px 12px 12px;

}
.VVRUS_Cart_Totals__Row + .VVRUS_Cart_ContactsNotify._weight-limit{
    margin: 12px 0;
}
.VVRUS_Cart_ContactsNotify__Icon{
    margin-right: 8px;
    flex-shrink: 0;
}

.VVRUS_Cart_Contacts._email .VV_Checkbox__Row{
    padding: 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .VVRUS_Cart_ContactsNotify__Text strong::after {
        content:'\A';
        white-space: pre;
    }
}

/* Оформление */
.VVRUS_Cart_DeliveryNotify{
    display: flex;
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--light-additional1-border);
    background: var(--light-additional1-container-fill);
}
.VVRUS_Cart_DeliveryNotify__Icon{
    margin-right: 8px;
    flex-shrink: 0;
}


/* Способы доставки */

.VVRUS_Cart_Delivery .VV_SegmentedControl{
    margin-bottom: 12px;
}
.VVRUS_Cart_Delivery .VV_SegmentedControl__item{
    font-weight: 500;
}
.VVRUS_Cart_Delivery__Price{
    margin-right: 8px;
    padding: 3px 5px;
    border-radius: 8px;
    border: 1px solid var(--light-outline);
    background: var(--light-surface3);
}
.VVRUS_Cart_Delivery__Item .VV_Radio__Col._text{
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.VVRUS_Cart_Delivery__Item .VV_Radio__Col._delivery{
    display: flex;
    align-items: center;
    visibility: hidden;
    margin: -3px 0;
}
.VVRUS_Cart_Delivery__Item .VV_Radio__Col._delivery .russianpost_link{
    display: flex;
}
.VVRUS_Cart_Delivery__Item .VV_Radio__Input:checked ~ .VV_Radio__Col._delivery{
    visibility: visible;
}
.VVRUS_Cart_Delivery__Error{
    margin-right: 12px;
    color: var(--light-negative);
    font-weight: 500;
}
.VVRUS_Cart_Delivery__Chosen{
    display: flex;
    align-items: center;
    color: var(--light-brand1);
    font-weight: 500;
}
.bx-no-touch .VVRUS_Cart_Delivery__Chosen:hover{
    color: var(--light-on-brand1-surface);
    border-bottom: 0 !important;
}
.VVRUS_Cart_Delivery__Chosen svg{
    display: block;
    margin-left: 4px;
    flex-shrink: 0;
}

@media (min-width: 768px){
    .VVRUS_Cart_Delivery__Item .VV_Radio__Col._delivery{
        padding-left: 16px;
    }
}

@media (max-width: 767px) {
    .VVRUS_Cart_Delivery__Item .VV_Radio__Row{
        flex-wrap: wrap;
    }
    .VVRUS_Cart_Delivery__Item .VV_Radio__Col._delivery{
        display: none;
        width: 100%;
        margin: 8px 0 0;
    }
    .VVRUS_Cart_Delivery__Item .VV_Radio__Input:checked ~ .VV_Radio__Col._delivery{
        display: block;
    }
    .VVRUS_Cart_Delivery__Error{
        text-align: center;
        margin-bottom: 8px;
    }
}

.VVRUS_Cart__Payment_Notice{
    margin-top: 12px;
}
.VVRUS_Cart__Step2_Btns{
    display: flex;
    margin-bottom: 12px;
}
.VVRUS_Cart__Step2_Btns .VV_Button:first-child{
    min-width: 160px;
    margin-right: 12px;
}
.VVRUS_Cart__Step2_Policy{
    text-align: center;
}

/* Информация о заказе */
.VVRUS_Cart_Totals{
    margin-top: 16px;
}
.VVRUS_Cart_Totals__Row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.VVRUS_Cart_Totals__Row._sum{
    margin-top: 16px;
    margin-bottom: 0;
    padding-top: 16px;
    border-top: 1px solid var(--light-surface2);
}
.VVRUS_Cart_Totals__Row._promo{
    margin-bottom: 12px;
}
.VVRUS_Cart__Block + .VVRUS_Cart_Totals{
    margin-top: 12px;
}
.VVRUS_Cart__Block + .VVRUS_Cart_Totals .VVRUS_Cart_Totals__Row{
    margin-bottom: 12px;
}
.VVRUS_Cart__Block + .VVRUS_Cart_Totals .VVRUS_Cart_Totals__Row._sum{
    margin-bottom: 0;
}

@media (max-width: 1279px) {
    .VVRUS_Cart__Block + .VVRUS_Cart_Totals{
        padding-bottom: 24px;
        border-bottom: 1px solid var(--light-outline);
    }
}

@media (max-width: 767px) {
    .VVRUS_Cart__Block + .VVRUS_Cart_Totals{
        margin-top: 24px;
    }
    .VVRUS_Cart__Step2_Btns .VV_Button:first-child{
        min-width: 0;
    }
}

/* Заказ оформлен */
.VVRUS_Cart_Success{
    position: relative;
    margin-top: 64px;
    margin-bottom: 6px;
}
.VVRUS_Cart_Success__Image{
    position: absolute;
    right: 0;
    top: -40px;
}
.VVRUS_Cart_Success__Content{
    max-width: 610px;
}
.VVRUS_Cart_Success__Title{
    margin-bottom: 24px;
}
.VVRUS_Cart_Success__Text{
    margin-bottom: 40px;
}
.VVRUS_Cart_Success__Text p{
    margin-top: 0;
    margin-bottom: 7px;
}
.VVRUS_Cart_Success__Buttons{
    display: flex;
}
.VVRUS_Cart_Success__Buttons .VV_Button{
    min-width: 184px;
}
.VVRUS_Cart_Success__Buttons .VV_Button:first-child{
    margin-right: 12px;
}

@media (max-width: 1279px) {
    .VVRUS_Cart_Success__Image {
        right: -30px;
        width: 400px;
        height: auto;
    }
    .VVRUS_Cart_Success__Content {
        max-width: 590px;
    }
}

@media (max-width: 1023px) {
    .VVRUS_Cart_Success {
        margin-top: 48px;
        margin-bottom: 108px;
    }
    .VVRUS_Cart_Success__Image {
        top: -2px;
        right: 0;
        width: 310px;
        height: auto;
    }
    .VVRUS_Cart_Success__Content {
        max-width: 380px;
    }
}

@media (max-width: 1023px) and (min-width: 767px) {
    .VVRUS_Cart_Success__Title{
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .VVRUS_Cart_Success{
        margin-top: 8px;
        margin-bottom: 24px;
    }
    .VVRUS_Cart_Success__Image {
        top: 0;
        position: relative;
        width: 174px;
        height: auto;
        margin-bottom: 20px;
    }
    .VVRUS_Cart_Success__Content {
        max-width: 100%;
    }
    .VVRUS_Cart_Success__Text{
        margin-bottom: 24px;
    }
    .VVRUS_Cart_Success__Buttons{
        justify-content: space-between;
    }
    .VVRUS_Cart_Success__Buttons .VV_Button{
        width: calc(50% - 6px);
        min-width: 0;
        margin: 0;
    }
}


/*Состояние корзины в шапке ****************************************************/
.DeliveryBasket__header {
    color:var(--white)!important
}
.Header__listIcon .DeliveryBasket__state {
    display:flex;
    align-items:center;
    color:var(--white);
    position:absolute;
    width:16px;
    height:16px;
    background:var(--white);
    color:var(--green500);
    right: -14px;
    top: -14px;
    border-radius:50%;
    justify-content:center;
    line-height:1;
    font-size: 11px;
    font-weight: bold;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.DeliveryBasket__header:active:before,
.DeliveryBasket__header:before {
    width:45px;
    height:45px;
    background:var(--green500);
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.DeliveryBasket__header.DeliveryBasket__stateEmpty:active:before,
.DeliveryBasket__header.DeliveryBasket__stateEmpty:before {
    background:var(--white);
    border:1px solid var(--green500)
}
.DeliveryBasket__stateEmpty .DeliveryBasket__state {
    display:none
}
.DeliveryBasket__header.DeliveryBasket__stateEmpty {
    color:var(--green500)!important
}

/*конец --- Состояние корзины в шапке **************************************************************/

/* Состав корзины */
.Delivery__BasketModal__BasketItem {
    margin-top:15px;
    padding-bottom:15px;
}

.Delivery__BasketModal__BasketItem:last-child {
    border:none;
}


.Delivery__BasketModal__BasketItem-img {
    width:75px;
    flex-shrink: 0
}
.Delivery__BasketModal__BasketItem-img img {
    width:100%;
}
.Delivery__BasketModal__BasketItem--MaxQ {
    font-size:12px;
    text-align:center
}

.Delivery__BasketModal__BasketItem-info {
    width:100%;
    padding-left:15px;
}
.Delivery__BasketModal__BasketItem-NameContainer {
    margin-bottom:3px;
    justify-content: space-between;
}
.Delivery__BasketModal__BasketItem-Name {
    width:100%;
    padding-right:10px
}
.Delivery__BasketModal__BasketItem-Name a {
    color:var(--gray900);
}
.bx-no-touch .Delivery__BasketModal__BasketItem-Name a:hover {
    color:var(--green500)
}
.Delivery__BasketModal__BasketItem-Weight {
    display:block;
    color:var(--gray500);
    font-size:13px
}

.Delivery__BasketModal__BasketItem-Del {
    color:var(--gray300);
    width:25px;
    height:25px;
    display:flex;
    flex-shrink:0;
    align-items: center;
    justify-content: right;
}
.Delivery__BasketModal__BasketItem-Del .SvgIcon {
    width:10px;
    height:10px;
}

.Delivery__BasketModal__BasketItem-Rate {
    margin-bottom:10px
}

.Delivery__BasketModal__BasketItem-State--QuantityInput {
    display:block;
    text-align:center;
    font-size: 15px;
    padding:8px 10px 8px 20px;
    line-height: 120%;
    color: var(--gray900);
}
.bx-no-touch .Delivery__BasketModal__BasketItem-State--QuantityInput:hover {
    color:var(--green500)
}
.js-delivery__basket--row__q-container._disabled .Delivery__BasketModal__BasketItem-State--QuantityInput {
    color: var(--gray500);
}

.Delivery__BasketModal__BasketItem-State--QuantityBtn {
    display:flex;
    line-height:1;
    border-radius:50%;
    width:20px;
    height:20px;
    background: var(--gray300);
    color:var(--white);
    text-decoration:none;
    align-items:center;
    justify-content: center;
    font-size: 16px;
}
.bx-no-touch .Delivery__BasketModal__BasketItem-State--QuantityBtn {
    -webkit-transition: background .2s ease-in, visibility .2s ease-in;
    transition: background .2s ease-in, visibility .2s ease-in;
}
.Delivery__BasketModal__BasketItem-State--QuantityBtn.disabled {
    opacity:0.5;
    cursor:not-allowed;
}
.bx-no-touch .Delivery__BasketModal__BasketItem-State--QuantityBtn:hover {
    color:var(--white);
    background: var(--gray300);
}
.bx-no-touch .Delivery__BasketModal__BasketItem-State--QuantityBtn.disabled:hover {
    background: var(--gray300);
}

.Delivery__BasketModal__BasketItem-State--QuantityChanged {
    color:var(--bakery11);
    font-size:13px;
    display:none
}
.Delivery__BasketModal__BasketItem-State--QuantityChanged.active {
    display:block
}

.Delivery__BasketModal__BasketItem-State--Price {
    font-weight: 700;
    font-size: 18px;
}
.Delivery__BasketModal__BasketItem-State--PriceNA {
    font-weight: 500;
    font-size: 13px;
    line-height:1.2;
    text-align:right;
    display: block;
    color: var(--gray500);
}
.Delivery__BasketModal__BasketItem-State--PriceOne {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top:4px;
    font-size: 12px;
    color:var(--gray500);
    text-align:center
}
.Delivery__BasketModal__BasketItem-State--PriceOneOld {
    display: inline-block;
    margin-right: 4px;
    position: relative;
}
.Delivery__BasketModal__BasketItem-State--PriceOneOld:before {
    content: '';
    height: 1px;
    width: calc(100% + 2px);
    position: absolute;
    top: 6px;
    left: -2px;
    background-color: currentColor;
    border: 0.2px solid var(--white);
    z-index: 1;
}
.Delivery__BasketModal__BasketItem-State--PriceOneSale {
    color:red;
    font-weight:900
}

@media screen and (min-width:480px) {
    .Delivery__BasketModal__BasketItem-img {
        width:105px;
    }
}

.Delivery__BasketModal__BasketItem-State--QuantityContainer {
    border: 0.5px solid var(--gray200);
    border-radius: 4px;
    position:relative;
    padding-right:20px
}
.Delivery__BasketModal__BasketItem-State--QuantityContainer:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:20px;
    height:100%;
    background:url(/local/components/ameton/cart_order/templates/cart_order/img/input_q_icon.svg) 50% 50% no-repeat;
}
.js-delivery__basket--row__q-container._disabled:after {
    opacity:0.3
}
/* конец --- Состав корзины */




/*ошибка о невыбранной оплате*/
.VV_Ordering20PayEmpty {
    display:none;
    font-size: 13px;
    line-height: 120%;
    color: var(--redToPink2);
    margin-top:-4px;
    background-color:var(--white);
    border-radius:0
}
.VV_Ordering20PayEmpty.FormItem__error-input {
    display:block
}
@media (max-width: 767px){
    .VV_Ordering20PayEmpty {
        display:none!important;
    }
}

/* Empty cart page */
.VV_EmptyCart2022{
    padding: 0 0 60px;
}
.VV_EmptyCart2022__Main{
    overflow: hidden;
    margin: 0 auto 60px;
}
.VV_EmptyCart2022__Row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
}
.VV_EmptyCart2022__Col._img{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 88px;
}
.VV_EmptyCart2022__Title{
    max-width: 369px;
}
.VV_EmptyCart2022__BtnWrp{
    margin-top: 24px;
}
.VV_EmptyCart2022__BtnWrp .VV_Button{
    min-width: 155px;
}
.VV_EmptyCart2022__Slider .ProductsSection__container{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

@media (max-width: 1199px){
    .VV_EmptyCart2022 {
        padding: 0 0 28px;
    }
    .VV_EmptyCart2022__Main {
        margin: -8px auto 60px;
    }
    .VV_EmptyCart2022__Col._img{
        margin-right: 60px;
    }
    .VV_EmptyCart2022__Img{
        width: 236px;
        height: 190px;
    }
    .VV_EmptyCart2022__Title {
        max-width: 255px;
    }
    .VV_EmptyCart2022__BtnWrp {
        margin-top: 15px;
    }
    .VV_EmptyCart2022__BtnWrp .VV_Button {
        min-width: 125px;
    }
    .VV_EmptyCart2022__Col._text{
        padding-bottom: 10px;
    }
    .VV_EmptyCart2022__Main {
        margin: -8px auto 23px;
    }
}

@media (max-width: 767px){
    .VV_EmptyCart2022__Main {
        margin: 0px auto 30px;
    }
    .VV_EmptyCart2022__Row{
        display: block;
        text-align: center;
    }
    .VV_EmptyCart2022__Col._img{
        margin-right: 0;
        margin-bottom: 8px;
    }
    .VV_EmptyCart2022__Col._text{
        max-width: 300px;
        margin: 0 auto;
    }
    .VV_EmptyCart2022__Title {
        margin: 0 auto;
    }
    .VV_EmptyCart2022__BtnWrp{
        margin-top: 16px;
    }
    .VV_EmptyCart2022__BtnWrp .VV_Button{
        min-width: 134px;
    }
}


/* Ценники, дополнение */
.Delivery__BasketModal__BasketItem-State--PriceOne{
    margin-top: 2px;
    color: var(--gray900);
}
.Delivery__BasketModal__BasketItem-Price{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.Delivery__BasketModal__BasketItem-Price .Price{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    margin-right: 6px;
}
.Delivery__BasketModal__BasketItem-Price .Price__unit{
    margin-left: 2px;
}
.Delivery__BasketModal__BasketItem-Price .Price._last{
    font-weight: 500;
}
.Delivery__BasketModal__BasketItem-Price .Price--label{
    padding: 3px 8px 1px;
}
.Delivery__BasketModal__BasketItem-State--PriceOneSale{
    font-weight: 700;
    margin-right: 8px;
    color: var(--gray900);
}
.Delivery__BasketModal__BasketItem-Price .CurrencyIcon {
    font-size: .8em;
}
.Delivery__BasketModal__BasketItem-PriceUnit{
    color: var(--gray500);
}
.Price._last:before {
    height: 1px;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    top: 8px;
    left: -2px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


/* new */

.Delivery__BasketModal__BasketItem-Del .SvgIcon {
    width:12px;
    height:12px;
}

.Delivery__BasketModal__BasketItem--MaxQ{
    margin-top: 4px;
}

.Delivery__BasketModal__BasketItem-img {
    width: 80px;
}

.Delivery__BasketModal__BasketItem-img img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border: 1px solid var(--gray100);
    border-radius: 12px;
}

.Delivery__BasketModal__BasketItem-Price .Price--label {
    padding: 4px 7px 4px;
    line-height: 1.2;
}

.Delivery__BasketModal__BasketItem-State {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.Delivery__BasketModal__BasketItem-right{
    min-width: 124px;
    text-align: center;
}

.Delivery__BasketModal__BasketItem_Quantity {
    min-width: 100%;
    height: 34px;
    margin: 0;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: var(--light-brand1);
    user-select: none;
    color: var(--white);
    font-size: .9375rem;
    line-height: 1;
    white-space: nowrap;
}

.Delivery__BasketModal__BasketItem_Quantity .CartButton__quantityInputContainer{
    flex-grow: 1;
}

.Delivery__BasketModal__BasketItem_Quantity .CartButton__content--quantity {
    max-width: 100%;
}

.Delivery__BasketModal__BasketItem_Quantity .CartButton__quantityInputLinePrice{
    opacity: 0.6;
    line-height: 1.2;
    display: flex;
    justify-content: center;
}

.Delivery__BasketModal__BasketItem_Quantity .CartButton__quantityInputLinePrice .Price{
    font-weight: 400;
}

.Delivery__BasketModal__BasketItem{
    margin-top: 0;
    padding: 8px 0;
    position: relative;
    z-index: 2;
    background: white;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.Delivery__BasketModal__BasketItem.moving{
    touch-action: none;
    transition-property: none;
}

.Delivery__BasketModal__BasketItem.swiped-left{
    transition: 0.2s;
}

.Delivery__BasketModal__BasketItem-SaleNotify{
    margin-top: 4px;
}

.Delivery__BasketModal__BasketItem-SaleNotify br{
    display: none;
}

.Delivery__BasketModal__BasketItem-Container{
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
    transform: translate3d(0,0,0) scale3d(1,1,1);
    margin: 0;
}

.Delivery__BasketModal__BasketItem-Delete{
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition:all 0.2s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events:none
}
.Delivery__BasketModal__BasketItem-Delete{
    width: 80px;
    right: 0;
    background: var(--redToPink2);
}
.Delivery__BasketModal__BasketItem-Delete > svg{
    margin-bottom: 4px;
}

.swiped-left + div > .Delivery__BasketModal__BasketItem-Delete{
    pointer-events:auto
}

.Order_Description{
    margin-top: 16px;
}

.Delivery__Order .VV_Textarea .VV_Input__Input{
    height:70px;
}

.Delivery__BasketModal__BasketItem .CartButton .Tooltip {
    position:static
}

.Delivery__BasketModal__BasketItem .CartButton .Tooltip__content {
    right: 100%;
    left: auto;
    width: 130px;
    margin: 0 10px 0 0;
    padding: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.Delivery__BasketModal__BasketItem .CartButton .Tooltip__content .Tooltip__inner {
    background: var(--gray900);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 32px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    font-size: 12px;
    line-height: 120%;
    font-weight: 700;
    color:var(--white);
    position: relative;
}
.Delivery__BasketModal__BasketItem .CartButton .Tooltip__content .Tooltip__inner:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(26, 26, 26, 0);
    border-left-color: var(--gray900);
    border-width: 6px;
    margin-top: -6px;
}
@media (min-width: 1024px){
    .Delivery__BasketModal__BasketItem{
        left:0!important
    }
}
@media (max-width: 1023px){
    .Delivery__BasketModal__BasketItem{
        padding-right: 10px;
        margin-right: -10px;
    }
}
@media (max-width: 767px){
    .Delivery__BasketModal__BasketItem-Container{
        overflow: visible;
    }
    .Delivery__BasketModal__BasketItem-img {
        width: 45px;
    }

    .Delivery__BasketModal__BasketItem-img img {
        width: 100%;
        height: 45px;
        border-radius: 8px;
    }
    .Delivery__BasketModal__BasketItem-info{
        padding-left: 8px;
    }
    .Delivery__BasketModal__BasketItem-SaleNotify{
        margin-right: -30px;
    }
    .Delivery__BasketModal__BasketItem-SaleNotify br{
        display: block;
    }
    .Delivery__BasketModal__BasketItem-right {
        margin-top: 4px;
    }
    .Delivery__BasketModal__BasketItem-Del {
        color: var(--gray300);
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-shrink: 0;
        text-align: right;
    }
}

.CartButton__selector--title{
    font-size: 12px;
}


/* Пустая корзина 12.2022 */
.VV22_Empty_Basket{
    margin-top: 32px;
    margin-bottom: 32px;
    font-family: 'Euclid';
    text-align: center;
}

.VV22_Empty_Basket__Title{
    margin-bottom: 18px;
    font-weight: 500;
}

.VV22_Empty_Basket__Button{
    min-width: 224px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .VV22_Empty_Basket{
        margin-top: 0;
    }
}


/* Комментарий курьеру */
.VV23_Order_Delivery_Courier_Comment{
    margin-top: 12px;
}
.Courier_Comment.VV_Textarea .VV_Input__Input,
.VV23_Order_Delivery_Courier_Comment textarea{
    font-family: 'Euclid';
}

/* Euclid в списке товаров */
.Delivery__Order__BasketFooter,
.Delivery__Order__BasketBody{
    font-family: 'Euclid';
    font-weight: 400;
}
.Delivery__BasketModal__BasketItem-Price .Price{
    font-weight: 500;
}
.Delivery__Order__BasketBody .CartButton__quantityInputLineVal{
    font-weight: 600;
}
.Delivery__Order__BasketBody .CartButton__selector input{
    font-family: 'Euclid';
    font-weight: 500;
    color: transparent;
    caret-color: var(--gray900);
}
.Delivery__Order__BasketBody .CartButton__selector--fake .CartButton__selector--fake-q{
    font-weight: 500;
}

/* Купоны и промокоды 2023 */
.VV22_CartCoupon__ShowAll{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    cursor: pointer;
}
.VV22_CartCoupon__ShowAll svg{
    margin-left: 6px;
}
.VV22_CartCoupon__ShowAll.opened svg{
    transform: rotate(180deg);
}
.VV22_CartCoupon__ShowAll ._opened,
.VV22_CartCoupon__ShowAll.opened ._closed{
    display: none;
}
.VV22_CartCoupon__ShowAll.opened ._opened{
    display: block;
}
.VV23_CartCoupon{
    padding: 16px;
    background-color: white;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    font-family: 'Euclid';
    font-weight: 400;
}
.VV23_CartCoupon__SegmentedControl{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 12px;
}
.VV23_CartCoupon__SegmentedControl .VV_SegmentedControl__item{
    width: 119px;
    font-weight: 500;
}
.VV23_CartCoupon__SegmentedControl .VV_SegmentedControl__item._active{
    background: var(--blue4);
    color: var(--white);
}
.VV23_CartCoupon__Input._no-codes{
    margin-bottom: 0;
}
.VV23_CartCoupon .VV_Input__Btn{
    font-family: 'Euclid';
}
.VV23_CartCoupon__Items._promocode .VV23_CartCoupon__Item:first-child{
    margin-top: 16px;
}
.VV23_CartCoupon__Item{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--gray100);
}
.VV23_CartCoupon__Item .VV_Radio__Row{
    align-items: flex-start;
    padding: 0;
}
.VV23_CartCoupon__Item:first-child .VV_Radio__Col._circle{
    margin-top: 5px;
}
/* .VV23_CartCoupon__Item .VV_Radio__Circle{
    background: var(--white);
    border-color: var(--gray400);
}
.VV23_CartCoupon__Item .VV_Radio__Input:checked ~ .VV_Radio__Col .VV_Radio__Circle{
    border-color: var(--blue4);
}
.VV23_CartCoupon__Item .VV_Radio__Input ~ .VV_Radio__Col .VV_Radio__Circle:before{
    background-color: var(--blue4);
}
.VV23_CartCoupon__Item .VV_Radio__Input:focus + .VV_Radio__Col .VV_Radio__Circle {
    box-shadow: 0 0 0 0.1em var(--blue4);
} */
.VV23_CartCoupon__Item .VV_Radio__Title{
    margin-bottom: 2px;
}
.VV23_CartCoupon__Item .VV_Radio__Desc{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.VV23_CartCoupon__Item .VV_Radio__Desc._opened{
    -webkit-line-clamp: 99;
}
.VV23_CartCoupon__DescMore{
    margin-bottom: 4px;
}
.VV23_CartCoupon__DescMore a{
    display: inline-block;
}
.VV23_CartCoupon__Item .VV_Radio__Until{
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
}
.VV23_CartCoupon__Item._unavailable{
    pointer-events: none;
}

.VV23_CartCoupon__Item._unavailable .VV_Radio__Title,
.VV23_CartCoupon__Item._unavailable .VV_Radio__Desc,
.VV23_CartCoupon__Item._unavailable .VV_Radio__Until{
    color: var(--gray400)
}
.VV23_CartCoupon__Item._unavailable .VV_Radio__Circle {
    border-color: var(--gray200);
}
.VV23_CartCoupon__Item._unavailable .VV23_CartCoupon__DescMore a{
    color: var(--green200)
}

.VV23_CartCoupon__Header{
    margin: 0 0 12px;
}
.VV23_CartCoupon__HeaderTitle{
    font-weight: 600;
}
.VV23_CartCoupon .VV_Radio__Link{
    margin-top: -4px;
    margin-bottom: 3px;
}
.VV23_CartCoupon .VV_Radio__Link a{
    pointer-events: all;
}

@media (max-width: 767px) {
    .VV23_CartCoupon{
        padding: 16px 12px;
    }
    .VV23_CartCoupon__SegmentedControl{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .VV23_CartCoupon__SegmentedControl .VV_SegmentedControl__item{
        width: auto;
        font-size: 15px;
        height: 34px;
    }
    .VV23_CartCoupon__Item .VV_Radio__Desc{
        -webkit-line-clamp: 3;
    }
}

/* Подсказки адреса */
.VVRUS_Cart__Block_Col._address-select{
    position: relative;
}
.VVRUS_Address_Select._focused._result-success + .VVRUS_Address_Suggests{
    display: block;
}
.VVRUS_Cart__Block_Col._address-select .CartButton--loading{
    display: none;
}
.VVRUS_Cart__Block_Col._address-select .VV_Dropdown__dropdown._suggestions-list {
    top: 100%;
    max-height: 400px;
    margin-top: 8px;
    overflow: hidden;
}
.VVRUS_Cart__Block_Col._address-select .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__inner {
    max-height: initial;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
.VVRUS_Cart__Block_Col._address-select .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__option {
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    min-height: 52px;
    padding: 5px 12px 5px 16px;
    border-bottom: 0;
    cursor: pointer;
}
.VVRUS_Cart__Block_Col._address-select .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__option:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 10px;
    width: auto;
    height: 1px;
    background: var(--gray100);
}
.VVRUS_Cart__Block_Col._address-select .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__option._active,
.bx-no-touch .VVRUS_Cart__Block_Col._address-select .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__option:hover {
    background: var(--gray50);
}
.VVRUS_Cart__Block_Col._address-select .VV_Dropdown__dropdown._suggestions-list .VV_Dropdown__option:last-child:after {
    display: none;
}
@media(max-width:1279px) {
    .VVRUS_Cart__Block_Col._address-select .VV_Dropdown__dropdown._suggestions-list {
        max-height: 370px;
    }
}

/* VVRUS_Cart_Promocode */
.VVRUS_Cart_Promocode{
    display: flex;
    margin-top: 12px;
    padding: 11px;
    border-radius: 12px;
    border: 1px solid var(--light-promo3-border);
    background: var(--light-promo3-container-fill);
}
.VVRUS_Cart_Promocode__Icon{
    margin-right: 8px;
    flex-shrink: 0;
}
.VVRUS_Cart_Promocode__Code{
    display: inline-flex;
    white-space: nowrap;
}
.VVRUS_Cart_Promocode__Copy{
    margin: 2px 0 0 3px;
}
.VVRUS_Cart_Promocode__Copy path{
    fill: currentColor;
}
@media (max-width: 1279px) and (min-width: 1024px) {
    .VVRUS_Cart_Promocode{
        align-items: center;
    }
}
/* end VVRUS_Cart_Promocode */
/* End */


/* Start:/local/templates/main-responsive/components/bberry/boxberry.widget/main/style.css?1757665928626*/
.bxbbutton {
    background: #FF1B4C;
    border-radius:4px;
    display:table;
    cursor:pointer;
    color:#ffffff;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding:13px 28px;
}
a.bxbbutton {
    color: #ffffff !important;
    text-decoration: none !important;
}
.bxbbutton img,
.bxbbutton span {
    display: table-cell;
    vertical-align:middle;
}
.bxbbutton span {
    padding-left: 11px;
}
.bx-no-touch .bxbbutton:hover {
    background-color: #6c7c7c;
}
.bxbbutton:active {
    position:relative;
    top:2px;
}

.bxblink{}

/* End */


/* Start:/local/templates/main-responsive/components/ipol/ipol.sdekPickup/order/style.css?175766592810081*/
#SDEK_preloader {
	position:         fixed;
	z-index:          2200;
	display:          none;
	left:             50%;
	top:              50%;
	margin-left:      -150px;
	margin-top:       -150px;
	width:            300px;
	height:           300px;
	box-sizing:       border-box;
	overflow:         hidden;
	-webkit-transform-style: flat;
	transform-style:         flat;
}
.SDEK-widget__preloader {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.SDEK-widget__preloader-truck {
	width: 90%;
	height: 33%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
}
.SDEK-widget__preloader-truck__road {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	background: -webkit-repeating-linear-gradient(0deg, #333, #333 0.5em, transparent 0.5em, transparent 1em);
	background: repeating-linear-gradient(90deg, #333, #333 0.5em, transparent 0.5em, transparent 1em);
	background-repeat: repeat-x;
	background-size: 600px;
	bottom: 0;
	left: 0;
	background-position-x: 0;
	-webkit-animation: truck 5s linear 0s infinite normal;
	animation: truck 5s linear 0s infinite normal;
	z-index: 1;
}
.SDEK-widget__preloader-truck::after {
	content: '';
	height: 100%;
	width: 10%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: -webkit-linear-gradient(left, #fff 0%, #fff 1%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, #fff 0%, #fff 1%, rgba(255, 255, 255, 0) 100%);
}
.SDEK-widget__preloader-truck::before {
	content: '';
	height: 100%;
	width: 10%;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background: -webkit-linear-gradient(right, #fff 0%, #fff 1%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left, #fff 0%, #fff 1%, rgba(255, 255, 255, 0) 100%);
}
.SDEK-widget__preloader-truck svg {
	width: 32%;
	margin: auto auto 3px;
	position: relative;
	z-index: 5;
}
.SDEK-widget__preloader-truck svg .path1 {
	fill: #333;
}
.SDEK-widget__preloader-truck svg .path2 {
	fill: #0f743c;
}
.SDEK-widget__preloader-truck svg .path3 {
	fill: #91bf27;
}
.SDEK-widget__preloader-truck svg .path4 {
	fill: #91bf27;
}
.SDEK-widget__preloader-truck svg .path5 {
	fill: #efe41a;
}
.SDEK-widget__preloader-truck__grass {
	width: 100%;
	height: 20px;
	position: absolute;
	box-shadow: 0 0 0 50px rgba(143, 190, 45, 0.19), -20px 0 0 20px rgba(143, 190, 45, 0.19), -90px 0 0 50px rgba(143, 190, 45, 0.19), 250px 0 0 50px rgba(143, 190, 45, 0.19), 290px 0 0 50px rgba(143, 190, 45, 0.19), 620px 0 0 50px rgba(143, 190, 45, 0.19);
	border-radius: 50%;
	bottom: -50px;
	-webkit-transform: translateX(103%);
	-ms-transform: translateX(103%);
	transform: translateX(103%);
	-webkit-animation: gruss 5s linear 0s infinite normal;
	animation: gruss 5s linear 0s infinite normal;
}
@-webkit-keyframes truck {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: -600px;
	}
}
@keyframes truck {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: -600px;
	}
}
@-webkit-keyframes gruss {
	0% {
		-webkit-transform: translateX(103%);
		transform: translateX(103%);
	}
	100% {
		-webkit-transform: translateX(-250%);
		transform: translateX(-250%);
	}
}
@keyframes gruss {
	0% {
		-webkit-transform: translateX(103%);
		transform: translateX(103%);
	}
	100% {
		-webkit-transform: translateX(-250%);
		transform: translateX(-250%);
	}
}

#SDEK_pvz{
	position         : absolute;
	z-index          : 2100;
	display          : none;
	background-color : white;
	padding          : 10px;
	overflow         : hidden;
	font-family             : Arial;
	width            : 900px;
	height           : 543px;
}
#SDEK_mask{
	width            : 100%;
	height           : 100%;
	opacity          : 0.8;
	position         : fixed;
	z-index          : 2000;
	background-color : black;
	display          : none;
	top              : 0px;
	left             : 0px;
	padding          : 5px
}
#SDEK_head{
	height:35px;
	clear: both;
	padding-top: 7px;
}
#SDEK_logo{
	background : url('/bitrix/images/ipol.sdek/widjet/logo.png') no-repeat transparent;
	width      : 169px;
	height     : 11px;
	margin-top : 15px;
}

#SDEK_logo a{
	text-decoration : none;
	width           : 100%;
	height          : 100%;
	display         : block;
}
#SDEK_closer{
	position   : absolute;
	background : url('/bitrix/images/ipol.sdek/widjet/close.png') no-repeat transparent;
	height     : 22px;
	width      : 22px;
	right      : 15px;
	top        : 15px;
	z-index    : 1000;
	cursor     : pointer;
}
#SDEK_looper{
	position   : absolute;
	background : url('/bitrix/images/ipol.sdek/widjet/looper.png') no-repeat transparent;
	background-size: cover;
	height     : 22px;
	width      : 22px;
	right      : 45px;
	top        : 15px;
	z-index    : 1000;
	cursor     : pointer;
}
#SDEK_looper.active{
	background-position: 0px -22px;
}
#SDEK_map{
	float: left;
	height: 500px;
	width: 900px;
}
#SDEK_info{
	float:left;
	position:relative;
	height: 480px;
	overflow: hidden;
	width: 245px;
	color: black;
	top: -490px;
	left: 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px #5D5D5D;
}
#SDEK_sign{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding-left: 98px;
	background: url('/bitrix/images/ipol.sdek/widjet/widjetLogo.png') no-repeat;
	border-bottom: 1px solid #e3e3e3;
}
#SDEK_delivInfo_PVZ,#SDEK_delivInfo_POSTAMAT{
	/* height: 30px; */
	/* font-weight: bold; */
	font-size: 12px;
	/* border-bottom: 1px dashed #e3e3e3; */
	line-height: 35px;
	padding: 0px 9px;
	background-color: #fafafa;
	color: #808080;
	display: none;
}
#SDEK_wrapper{
	height: 405px;
	overflow: auto;
	width: 245px;
	border: none;
	outline: none;
	background-color: #fafafa;
}
#SDEK_wrapper p{
	cursor : pointer;
	padding: 5px 6px;
	margin:  5px 6px;
	font-size: 12px;
}
.sdek_chosen{
	background-color : #ebebeb;
}
#SDEK_ten{
	position: relative;
	top: -5px;
	background-color: white;
	height: 10px;
	box-shadow: 0 0 5px 5px white;
	width: 235px;

	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
/*балун*/
#SDEK_baloon{
	background-color:white;
	max-width: 258px;
	font-family: Arial;
	font-size: 12px;
	padding-left: 3px;
}
#SDEK_baloon > div{
	margin-top: 5px;
}
.sdek_baloonInfo{
	color: #666666;
	max-height: 80px;
	overflow: hidden;
}
.sdek_baloonDiv{
	max-width: 235px;
	padding-left:8px;
	float:left;
	text-align: left;
}
.sdek_icon{
	float:left;
	width:12px;
	min-height: 12px;
}
.SDEK_iAdress{
	margin-top: 0px !important;
	font-size: 14px;
}
.SDEK_iTelephone{background: url('/bitrix/images/ipol.sdek/widjet/phone.png') no-repeat;}
.SDEK_iTime{background: url('/bitrix/images/ipol.sdek/widjet/clock.png') no-repeat;}
.SDEK_iDressing{background: url('/bitrix/images/ipol.sdek/widjet/fitting.png') no-repeat;}
#SDEK_button{
	width:130px;
	height:25px;
	background: url('/bitrix/images/ipol.sdek/widjet/chooze.png') 0px 0px no-repeat;
	display: block;
	margin: 0px auto 5px;
	text-decoration:none;
}
#SDEK_head > div{
	font-size: 12px;
	font-family: Arial;
	float:left;
}
#SDEK_logoPlace{
	width: 300px;
	height: 38px;
	background-image: url("/bitrix/images/ipol.sdek/SDEKogo.png");
	background-repeat:no-repeat;
	background-position: 241px 2px;
}
#SDEK_separator{
	background-color: #e3e3e3;
	width: 1px;
	height: 38px;
}
.SDEK_mark{
	margin-left:12px;
}
.sdek_baloonDiv a{
	cursor: help;
}

.SDEK_labelMode_SHORT{
	display:none;
}
.SDEK_labelMode_FULL{
	display:inline;
}

#SDEK_PvzList_button {
	display: none;
}

@media screen and (max-width: 919px){
	/* .SDEK_labelMode_SHORT{
		display:inline;
	}
	.SDEK_labelMode_FULL{
		display:none;
	} */
	#SDEK_pvz{
		width: 700px;
		padding: 0;
	}
	#SDEK_closer{
		right: 11px;
		top: 11px;
	}

	#SDEK_logo{
		display: none;
	}

	#SDEK_info{
		box-shadow: none;
		left: 0px;
		top: -538px;
		width: 270px;
		height: auto;
		overflow: auto;
	}

	#SDEK_sign{
		padding-left: 124px;
	}

	#SDEK_wrapper{
		width: 100% !important;
		height: 460px;
	}

	/*.jspContainer{
		width: 100% !important;
		height: 452px !important;
	}*/

	#SDEK_ten{
		width: 256px;
		height: 17px;
		top: -9px;
	}

	#SDEK_delivInfo_PVZ,#SDEK_delivInfo_POSTAMAT{
		border: none;
		font-size: 15px;
		text-shadow: 0px 0px 0px rgb(0, 0, 0);
		font-weight: normal;

	}

	#SDEK_wrapper p{
		font-size: 15px;
	}

	/*.jspPane{
		width: 100% !important;
	}*/

	.SDEK_all-items{
		border-top: 1px dashed #E3E3E3;
		display: none;
	}

	#SDEK_head > div {
		top: 7px;
	}

	#SDEK_PvzList_button {
		right: 80px;
	}

	#SDEK_PvzList_button {
		display:    block;
		background: url("/bitrix/images/ipol.sdek/widjet/pvzListButton.png") 0 0 no-repeat;
		position:   absolute;
		width:      24px;
		height:     23px;
		top:        15px;
		right:      75px;
		cursor:     pointer;
	}

	#SDEK_PvzList_button.active {
		background-position-y: -23px;
	}
}

@media screen and (max-width: 700px){
	#SDEK_pvz{
		width: 100%;
		min-width: 195px;
	}
}

@media screen and (max-width: 699px) {
	#SDEK_head {
		position: relative;
		z-index:  1;
	}

	#SDEK_info {
		height:   74px;
		overflow: visible;
		width:    100%;
	}

	#SDEK_info .SDEK_all-items {
		width: 270px;
	}
}

@media screen and (max-width: 380px) {
	#SDEK_sign span {
		display: none;
	}
}

@media screen and (max-width: 294px){
	#SDEK_sign {
		padding-left: 103px;
	}

	#SDEK_info{
		width: 100%;
		min-width: 195px;
	}

	#SDEK_closer{
		right: 12px;
	}
}

@media screen and (max-width: 268px){
	#SDEK_sign span{
		display: none;
	}
}

@media screen and (max-width: 222px){
	#SDEK_delivInfo_POSTAMAT,#SDEK_delivInfo_PVZ{
		font-size: 12px;
	}

	#SDEK_pPrice{
		font-size: 14px;
	}
}

@media screen and (min-width: 992px) {
	.bx-no-touch #SDEK_logo:hover {
		background-position: 0 -12px;
	}

	.bx-no-touch #SDEK_closer:hover {
		background-position: 0 -22px;
	}

	.bx-no-touch #SDEK_looper:hover {
		background-position: 0 -22px;
	}

	.bx-no-touch #SDEK_button:hover {
		background-position: 0 -25px;
	}

	#SDEK_PvzList_button:hover {
	}
}
/* End */
/* /local/components/ameton/cart_order/templates/cart_order/style.css?175766592833823 */
/* /local/templates/main-responsive/components/bberry/boxberry.widget/main/style.css?1757665928626 */
/* /local/templates/main-responsive/components/ipol/ipol.sdekPickup/order/style.css?175766592810081 */
