.content {
        top: 5px;
}

.banderole-container {
        margin-bottom: 0;
}
.content-container {
        background-color: #f5f5f5;
        padding-top: 11px;
        overflow: hidden;
        padding-bottom: 11px;
}

.body-cart-wrapper {
        margin-left: -11px;
        margin-right: -11px;
}

.body-cart {
        overflow: hidden;
        background-color: #fff;
        padding-top: 22px;
        width: 979px;
        margin-left:auto;
        padding-left: 22px;
        margin-right: auto;
        padding-right: 22px;
        box-sizing: content-box;
}



.paym .method {
        position: relative;
}

.paym .method .options
{
        display: none;
        padding-left: 54px;
}
.paym .method .options.open
{
        display: block;
}

.form-table label.err
{
        color: #d00;
}



.form-table .method:hover label {
        color: #0d76bd;
}

.form-table fieldset.radiogroup br {
		display: none;
}

.form-table input[type="text"]:focus,.form-table input[type="password"]:focus {
        background-color: #FFF;
        outline-color: #000;
        outline-offset: -2px;
        outline-style: auto;
        outline-width: 0px;

}
.form-table .form_field {
        padding: 3px;

}
.form-table .form_label {
        margin-top: 10px;
        padding: 2px 22px 0 0;
        text-align: right;
        font-weight: normal;
        color: #333;
        font-size: 14px;
        
}
.form-table .form_label span.err {
        color: #333;
}
.form_field_children .form_field {
        width: 0px;
}
.form_field_children .form_label {
        padding-left: 205px;
        text-align: left;
}

#login>span.err, #account>span.err {
        display: block;
        padding: 10px 39px 10px 54px;
        margin: 5px;
        background: #FAE5E5 url('../tmpl/img/info-icon-red.gif') no-repeat 20px 13px;
        font-size: 12px;
        color: #c00;
}
label.terms {
        height: 30px;
        padding-top: 12px;
        display: inline;
}







.body-top
{

}
.body-top .steps
{
        position: relative;
        padding: 0 30px;
        margin-top: -5px;
        padding-bottom: 20px;
        display: inline-flex;
        width: 100%;
}

.steps .step
{
        width: 50px;
        height: 56px;
        vertical-align: text-top;
}
.steps .progress-line {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 2px;
        margin-top: 24px;
        background-color: #aaa;
}

.steps .step .num
{
        position: relative;
        display: table;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        border: 2px solid #aaa;
        border-radius: 25px;
        background-color: #fff;
}

.steps .step .num span{
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-family: MuseoCyrl300;
        letter-spacing: 1px;
        font-size: 26px;
        line-height: 32px;
        color: #aaa;
}

.steps .step .chk
{
}

.steps .step.active .num
{
        border-color: #066;
}
.steps .step.active .num span {
        color: #fff;
}

.steps .step .str
{
        line-height: 18px;
        position: relative;
        width: 140px;
        top: 5px;
        left: -45px;
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
        color: #aaa;
}
.steps .step.active .str {
        color: #066;
        font-weight: 700;
}


.steps .step.active .num
{
        background-color:  #066;
}

.steps .step.complete .num
{
        border-color: #066;
}
.steps .step.complete .num span
{
        font-family: BP-Iconfont;
        font-size: 36px;
        color: #066;
}
.steps .step.complete .str span
{
        color: #066;
}
.steps .step.complete .str:after
{
        border-color: #fff #fff #fff #f0f0f0;
}

.body-cart h3 {
        font-family: MuseoCyrl300,Arial,sans-serif;
        font-size: 1.5rem;
}

.body-cart .left-col {
        float: left;
        position: relative;
        padding: 0;
        width: 715px;

}

.body-cart .left-col h1 {
        font-size: 22px;
        line-height: 28px;
        color: #000;
        padding: 12px 11px 12px 11px;
        position: relative;
        margin: 0;
        box-sizing: content-box;
        text-align: center;
}
.body-cart .left-col .cart-header div {
        display: block;
        background-color: #fff;
        padding: 12px 22px 12px 22px;
}


.button18.next {
        width: 100%;
}

.cart-empty {
        padding: 18px 66px;
}

.cart-empty .basket-icon {
        background-position: 0 -3688.5px;
        background-size: 300px 4450.5px;
        background-image: url(../tmpl/img/global2x.png);
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
        margin: 0px auto 20px;
}

/*
.body-cart a.button.red.right {
        background-image: -webkit-linear-gradient(top, rgb(208, 46, 57) 0%, rgb(194, 43, 52) 50%, rgb(182, 22, 30) 50%, rgb(182, 22, 30) 100%);
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px 0px;
        border: 1px solid #72090C;
        border-radius: 4px;
        font-size: 14px;
        padding: 14px 29px 14px 29px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 14px;
        width: 71px !important;
        margin: 0;
        float: right;
}
.body-cart a.button.wide.red.right {
        width: auto !important;
}
.body-cart a.button.red.right:hover {
        background-image: -webkit-linear-gradient(top, rgb(187, 41, 51) 0%, rgb(175, 39, 48) 50%, rgb(164, 20, 27) 50%, rgb(164, 20, 27) 100%);
        box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 5px 0px;
}

.body-cart a.button.red.right span {
        color:  white;
        font-size: 14px;
        font-weight: bold;
        text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 1px;
}
.body-cart a.button.red.right span i.arrow {
        height: 13px;
        width: 7px;
        line-height: 14px;
        background: transparent url('../tmpl/img/cart-sprites.png') no-repeat 0px -3024px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
}


.body-cart a.button.white.left {
        background-image:-webkit-linear-gradient(top, rgb(228, 234, 243) 0%, rgb(228, 234, 243) 50%, rgb(228, 234, 243) 50%, rgb(212, 224, 235) 50%);
        -webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 2px 0px;
        box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 2px 0px;
        border: 1px solid #7E9EBF;
        border-radius: 4px;
        font-size: 14px;
        padding: 14px 35px 14px 35px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 14px;
        width: 60px;
        margin: 0 0 0 11px;
        float: left;
}
.body-cart a.button.white:hover {
        background-image: -webkit-linear-gradient(top, rgb(212, 224, 235) 0%, rgb(212, 224, 235) 50%, rgb(191, 209, 225) 50%, rgb(191, 209, 225) 100%);;
        box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 2px 0px;
        border: 1px solid #668CB3;
}

.body-cart a.button.white span {
        color:  #243947;
        font-size: 14px;
        font-weight: bold;
        text-shadow: none;
}
.body-cart a.button.white span i.arrow {
        height: 13px;
        width: 7px;
        line-height: 14px;
        background: transparent url('../tmpl/img/cart-sprites.png') no-repeat 0px -3050px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
}

*/

.prod-table
{
        margin: 22px 20px 0 20px;

}

.prod-table .th
{
        color: #333;
        font-size: 14px;
        font-weight: bold;
        height: 22px;
        line-height: 22px;
        padding: 0 0 3px 0;
        font-style:normal;
        text-align: left;
}

.prod-table .td
{
        padding: 16px 11px 0 0;
        text-align: left;
        border-top: 1px solid #E5E5E5;
        vertical-align: top;
        font-size: 14px;
        color: #333;
}

.prod-table .td .prod-data
{
        width: 174px;
        text-align: left;
        float: left;
}
.prod-table .td .prod-data span {
        line-height: 18px;
        font-size: 13px !important;
        color: #333;
}
.prod-table .td .prod-data>span {
        display: block;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.prod-table .td .prod-data .prod-name {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 4px;
        display: block;
}




.prod-table .td .prod-img
{
        float: left;
        margin-right: 11px;
}

.prod-table input.text
{
        width: 45px;
}

.prod-table a
{
        color: #000;
}

.prod-table .del
{
        margin: 14px 0
}

.prod-table .del a 
{
        color: #0d76bd;
        font-size: 14px;
        line-height: 22px;
        text-decoration: none;
}
.prod-table a:hover {
        text-decoration: underline !important;
}

.prod-table .td.price,.prod-table .td.delivery-status
{
        padding-top: 20px;
}
.prod-table .td.price, .prod-table .th.price{
        text-align: right;
        padding-right: 0px;
}



.promo
{
     padding: 20px 0 0 0 !important;
}

.promo input
{
        vertical-align: middle;
        margin: 0 !important;
        padding: 4px;
        min-height: 30px;
}
.promo input.button18 {
        padding: 4px 20px;
        min-height: 30px;
}
.totals
{
        padding-left: 0;
        padding-right: 0;
}
.totals-table {
        width: 100%;
}

.totals.totals-table {
        width: auto;
}
.totals-table .td
{
        padding: 0;
        height: 23px;
        font-size: 14px;
        border: none;
}

.totals-table .price
{
        padding: 0 !important;
        font-weight: bold;
        text-align: right;
}

.totals-table.total .td
{
        border-bottom: 0;
}
.totals-table.total .price, .totals-table.total .td span,
.totals-table .total td
{
        color: #066;
        font-weight: bold;
        min-width: 70px;
}
.totals-table .discount, .discount
{
        color: #d00;
}

.actions
{
        border-top:  1px solid #E5E5E5;
        width: 100%;
        margin: 20px 0 0 0;
        padding: 20px 22px 0 22px;
        
}

.body-cart .right-col {
        float: left;
        position: relative;
        width: 253px;
        margin-left: 11px;
}
.body-cart .right-col .cart-right-shadow {
        position: absolute;
        height: 415px;
        width: 28px;
        background-image: url('../tmpl/img/cart-sprites2.png');
        background-position: 0px -266px;
}
.body-cart .right-col .cart {
        color: #333;
        background-color: #D2E4E4;
        width: 253px;
}

.body-cart .right-col .cart span.cart-right-header {
        display: block;
        color: #066;
        font-size: 15px;
        font-weight: bold;
        border-bottom: 1px solid #CECCD1;
        padding: 11px 11px 11px 67px;
        margin-left: 10px;
        margin-right: 10px;
}
.body-cart .right-col .cart span.cart-right-header span {
        position: absolute;
        background-image: url(../tmpl/img/default2015.png);
        background-position: 0 -3337px;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        display: block;
        margin: -19px 0 0 -57px;
}

.body-cart .right-col .cart table {
        width: 213px;
        margin: 5px 20px 10px 20px;
        padding-bottom: 15px;
        padding-top: 5px;
}
.body-cart .right-col .cart td {
        font-size: 14px;
        height: 22px;
}
.body-cart .right-col .cart .price {
        font-weight: bold;
        text-align: right;
        width: 60px;
}
.body-cart .right-col .cart .total td {
        color: #066;
        font-weight: bold;
        }
.body-cart .right-col .links {
        padding: 10px 0 0 20px;
        min-height: 200px;
        font-size: 12px;
}
.body-cart .right-col a:hover {
        text-decoration: underline !important;
}

.body-cart .right-col .contacts {
        padding: 10px 0 20px 20px;
        background-color: #f5f5f5;
        color: #000;
        
}
.body-cart .right-col .contacts  span {
        font-family: MuseoCyrl300,Arial,sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        text-align: center;
}
.body-cart .right-col .contacts  div {
        position: relative;
        min-height: 42px;
        padding: 10px 0;
        line-height: 18px;
}
.body-cart .right-col .contacts  div div,
.responsive-contacts .col div {
        display: inline-block;
}

.body-cart .right-col .contacts div span.phone,
.body-cart .right-col .contacts div span.email,
.responsive-contacts span.phone,
.responsive-contacts span.email  {
        display: inline-block;
        padding-top: 10px;
        margin-right: 5px;
        font-family: BP-Iconfont;
        font-size: 30px;
}

.responsive-contacts span.email,
.responsive-contacts span.phone {
        font-size: 40px;
}

.sm-add-info
{
        color: #9a9a9a;
        margin: 0 0 10px 0;
        padding-left: 11px;
        margin-left: 40px;
}

.req-info
{
        color: #9a9a9a;
        margin: 10px 0;
        padding-left: 11px;
        
}
.req-info#terms2, .req-info#terms1 {
        margin: 0;
}
.req-info.req-text {
        margin-left: 46px;
}

.req-info.err
{
        color: #d00;
}

.back-link
{
        padding-bottom: 15px;
}

.form-table {
        width: 100%;
}
.form-table td
{
        line-height: 18px;
        padding: 12px 11px 12px 11px;
        font-size: 14px;
        color: #333;
}

.form-table td .order-data td {
        padding: 0;
        line-height: 22px;
}

.form-table td.caption {
        padding-top: 0;
        padding-bottom: 0;
}
.form-table td.caption>span
{
        padding: 12px 11px 12px 11px;
        display:block;
        font-family: MuseoCyrl300,Arial,sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 22px;
        line-height: 24px;
        color: #033;
}

.login-form.hidden, .account-form.hidden
{
        display: none;
}

.paym
{
        width: 610px;
}

.paym-cont
{
        position: relative;
}

.paym .pplogo
{
        position: absolute;
        bottom: 5px;
        right: 275px;
}


.promo .caption
{
        font-weight: bold;
        margin: 5px 0;
}

.promo input.text
{
        width: 100px;
        height: 22px;
}

.gift .title
{
        color: #a3abc2;
        font-size: 24px;
}

.gift .descr
{
        color: #9a9a9a;
        font-size: 13px;
}

.gift-picker
{
        margin: 15px 0;
        border-top: 1px solid #ececec;
        width: 100%;
}

.gift-picker .img
{
        padding: 10px 0;
        border-bottom: 1px solid #ececec;
        width: 175px;
        text-align: center;
}

.gift-picker .data
{
        padding: 15px 0;
        border-bottom: 1px solid #ececec;
        font-size: 13px;
}

.wrap.avendro input.button
{
        background-color: #d72032 !important;
}

.collector-opts td
{
        vertical-align: top;
}

.collector-opts .msg
{
        font-weight: bold;
        width: 160px;
}

.collector-opts .opts
{
        line-height: 25px;
}

.collector-opts .hintbox
{
        width: 14px;
        height: 14px;
        background: url('../tmpl/img/icon_hint.gif') no-repeat;
        position: relative;
        display: inline-block;
        zoom: 1;
        .display: inline;
        margin-left: 7px;
        vertical-align: middle;
}

.collector-opts .hintbox .hint
{
        position: absolute;
        top: 20px;
        left: -165px;
        width: 344px;
        display: none;
        z-index: 30;
}

.collector-opts .hintbox .hint .arrow
{
        width: 344px;
        height: 22px;
        background: url('../tmpl/img/cart_hint_arrow.png') no-repeat;
}

.collector-opts .hintbox:hover .hint
{
        display: block;
}

.collector-opts .hintbox .hint .box
{
        width: 294px;
        padding: 15px 20px;
        background: #e3f0fa;
        line-height: 110%;
}


.gift_message {
        color: #f00;
        margin-top: 15px;
        font-weight: 600;
}
.order-data {
        margin: 0;
        padding: 0;
}
.order-data td {
        padding: 12px 0 0 0;
        margin: 0;
        vertical-align: top;
        font-size: 14px;
        line-height: 22px;
}
.order-data th {
        padding: 0 0 3px 0;
        margin: 0;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        height: 22px;
        line-height: 22px;
        border-bottom: 1px solid #E5E5E5;
        width: 50%;
}

.asklimit {
	display: block;
	margin-left: 32px;
}

.asklimit img {
	height: 30px; 
	margin-top: 3px;
}

#liisi-lay
{
        position: absolute;
        top: 50px;
        left: 50%;
        z-index: 200;
        display: none;
}

.liisi
{
        margin-left: -200px;
        background: #fff;
        position: relative;
        padding: 33px 22px 22px 22px;
}

.liisi #close
{
        position: absolute;
        top: 6px;
        right: 6px;
        z-index: 99;
        padding-right: 27px;
        line-height: 22px;
        font-size: 12px;
        color: #333;
}
.liisi #close .closeButton
{
        background: transparent url('../tmpl/img/close.gif') no-repeat 0 0;
        height: 22px;
        width: 22px;
        position: absolute;
        right: 0px;
}
.liisi #close:hover {
        text-decoration: underline;
}
.liisi #close:hover .closeButton {
        background-position: 0 -31px;
}
.liisi iframe {
	overflow: hidden;
	border: none;
}

.bill-overlay {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        filter: alpha(opacity=50);
}


.account-form .form_field_children .form_label {
    padding-left: 0px;
}

.account-form .hint {
    width: 500px;
}
.account-form .form_label .hint p {
    display: none;
    margin: 0px;
}
.account-form .form_label .hint p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    left: 6.25px;
    top: -12px;
}
.account-form .form_label .hint:hover p {
    line-height: 1.5;
    position: absolute;
    display: block;
    background: #1E2021;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    z-index: 1500;
}
.account-form .form_label .hint:before {
    content: "?";
    color: #fff;
    font-weight: bolder;
    background: #9a9a9a;
    border-radius: 50%;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
}
.account-form .form_field_children .form_field .radiogroup {
    width: 75px;
}
form[name='form_step3'] .form_field_children .form_label {
    padding-left: 0px;
}
form[name='form_step3'] .hint {
    width: 500px;
}
form[name='form_step3'] .form_label .hint p {
    display: none;
    margin: 0px;
}
form[name='form_step3'] .form_label .hint p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    left: 6.25px;
    top: -12px;
}
form[name='form_step3'] .form_label .hint:hover p {
    line-height: 1.5;
    position: absolute;
    display: block;
    background: #1E2021;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    z-index: 1500;
}
form[name='form_step3'] .form_label .hint:before {
        content: "H";
        color: #000;
        background-color: #fff;
        font-family: BP-Iconfont;
        font-size: 36px;
        line-height: 20px;
        font-style: normal;
        margin-left: 12px;
        display: flex;
        margin-top: 0;
}
form[name='form_step3'] .form_field_children .form_field .radiogroup {
    width: 75px;
}



/*
 * Buttons
 */


a.button18 {
        padding: 14px 20px;
        font-size: 14px;
}

@media (max-width: 767px) {

        .body-cart {
                width: auto;
        }
        .body-cart .left-col {
                float: none;
                width: auto;
        }
        .prod-table .del a {
                content: "";
                background-position: 0 -856px;
                background-image: url(../tmpl/img/default2015.png);
                width: 30px;
                height: 30px;
                display: block;
                font-size: 1px;
                color: #fff;
                position: absolute;
                right: 0px;
                top: 20px;
        }

        .prod-table .td .prod-data {
                width: 50%;
                text-overflow: ellipsis;
                margin-right: 10px;
        }
        .prod-table .td .prod-data>span {
                font-size: .92857rem;
                margin-bottom: .64286em;
                line-height: normal;
        }
        .prod-table .td .prod-data a.prod-name {
                margin-bottom: .85714em;
        }

        .prod-table .td .prod-data>span b {
                font-weight: 400;
        }
        .prod-table .td .prod-data>span.price b {
                font-weight: 700;
        }
}

@media (min-width: 768px) {
        .form-table td.caption>span {
                padding: 12px 11px 12px 66px;
                background-color: #E8E8E8;
                margin: 0 0 0 -66px;
                display:block;

                font-family: MuseoCyrl300,Arial,sans-serif;
                font-weight: 400;
                letter-spacing: 1px;
                font-size: 18px;
                line-height: 24px;
                color: #066;
        }

        .form-table td
        {
                line-height: 18px;
                padding: 12px 11px 12px 66px;
                font-size: 14px;
                color: #333;
        }
        .prod-table {
                margin-right: 38px;
        }

        .body-cart .left-col h1 {
                background-color: #E8E8E8;
                font-size: 22px;
                line-height: 28px;
                color: #066;
                padding: 12px 11px 12px 66px;
                position: relative;
                margin: 0;
                text-align: left;
                box-sizing: content-box;
        }
        .body-cart .left-col .cart-header div {
                display: inline-block;
                background-color: #fff;
                padding: 0 22px 12px 22px;
                position: absolute;
                right: 0;
                top: 0;
        }

        .body-top .steps
        {
                position: relative;
                padding: 0 60px;
                margin-top: -5px;
                padding-bottom: 20px;
                display: inline-flex;
                width: 100%;
        }

        .req-info
        {
                color: #9a9a9a;
                margin: 10px 0;
                padding-left: 66px;

        }
        .asklimit {
                display: inline;
                margin-left: 32px;
                position: absolute;
        }

        .actions
        {
                border-top:  1px solid #E5E5E5;
                width: 100%;
                margin: 20px 0 0 0;
                padding: 20px 20px 0 20px;

        }
        .button18.next {
                width: auto;
        }
}