
.popup {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    left: 50%;
    margin-left: -467px;
    position: absolute;
    top: 20px;
    width: 930px;
    z-index: 50000;
}
.popup .header {
    background-color: #ffff00;
    background-image: none;
    border-radius: 15px 15px 0 0;
    height: 108px;
    position: relative;
    width: 100%;
    margin: 0;
}
.popup .header .title {
    background: rgba(0, 0, 0, 0) url("../image/ft24.jpg") no-repeat scroll 0 0;
    color: #000000;
    font-family: GothaProBold;
    font-size: 25px;
    font-style: normal;
    left: 87px;
    padding: 8px 0 27px 91px;
    position: absolute;
    top: 17px;
}
.popup .header .title .to-cart {
    background: rgba(0, 0, 0, 0) url("../image/checkout/to-cart.png") no-repeat scroll right center;
    cursor: pointer;
    display: block;
    height: 31px;
    position: absolute;
    right: -197px;
    top: 6px;
    width: 114px;
}
.popup .header .title .return {
    background: rgba(0, 0, 0, 0) url("../image/checkout/return.png") no-repeat scroll right center;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: -197px;
    top: 6px;
    width: 114px;
}
.popup .header .steps {
    left: 177px;
    position: absolute;
    top: 67px;
}
.popup .header .steps ul {
    padding: 0;
}
.popup .header .steps ul li {
    color: #000000;
    display: inline-block;
    font-family: PFDinTextCondPro-Light;
    font-size: 19px;
    font-style: italic;
    margin-right: 12px;
    text-decoration: none;
    vertical-align: top;
}
.popup .header .steps ul li.active {
    font-weight: bold;
}
.popup .header .close {
    background: rgba(0, 0, 0, 0) url("../image/ft6.jpg") no-repeat scroll right center;
    color: #575757;
    cursor: pointer;
    font-family: PFDinTextCondPro-Light;
    font-size: 17px;
    font-style: italic;
    padding: 5px 40px 5px 0;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 22px;
}
.popup .content {
    position: relative;
}
.checkout-steps .std-label {
    color: #575757;
    display: block;
    font-family: PFDinTextCondPro-Italic;
    font-size: 18px;
    font-style: italic;
    margin-right: 12px;
    text-align: right;
}
.checkout-steps .std-input {
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    font-family: PFDinTextCondPro-Italic;
    font-style: italic;
    outline: medium none;
    padding: 3px 35px 3px 10px;
    width: 193px;
}
.checkout-steps .std-textarea {
    background-color: #dfdfdf;
    border: medium none;
    border-radius: 7px;
    color: #000;
    font-family: PFDinTextCondPro-Italic;
    font-style: italic;
    height: 100px;
    margin-left: 0;
    outline: medium none;
    padding-left: 10px;
    padding-top: 10px;
    resize: none;
    width: 328px;
}
.checkout-steps .std-select {
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    font-family: PFDinTextCondPro-Italic;
    font-size: 17px;
    font-style: italic;
    outline: medium none;
    padding: 3px 35px 3px 10px;
    width: 239px;
}
.checkout-steps .std-radio {
    float: left;
    height: 100%;
    left: 13px;
    position: absolute;
    top: 0;
}
.checkout-steps .std-radio .circle {
    background: #e4e3e3 none repeat scroll 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    height: 20px;
    margin-top: -10px;
    padding-top: 5.7px;
    position: relative;
    top: 50%;
    width: 20px;
}
.checkout-steps .std-radio .circle .in-circle {
    background: #8cbe3f none repeat scroll 0 0;
    border-radius: 6px;
    display: none;
    height: 9px;
    margin: 0 auto;
    width: 9px;
}
.checkout-steps .std-radio.active .in-circle {
    display: block;
}
.checkout_step_1 .content {
}
.checkout_step_1 .form-data {
    margin-left: 163px;
    margin-top: 42px;
}
.checkout_step_1 .form-data td {
    padding-bottom: 9px;
    vertical-align: top;
}
.checkout_step_1 .form-data .login {
    color: #808080;
    cursor: pointer;
    display: block;
    font-family: PFDinTextCondPro-Italic;
    font-size: 17px;
    margin-left: 94px;
    margin-top: 3px;
    text-decoration: underline;
}
.checkout_step_1 .bonus-info {
    background: rgba(0, 0, 0, 0) url("../image/bonus.jpg") no-repeat scroll left center;
    bottom: 86px;
    color: #808080;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 17px;
    left: 236px;
    padding-left: 57px;
    position: absolute;
}
.checkout_step_1 .bonus-info .count {
    font-family: PGothaProBlack;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: -65px;
    text-align: center;
    top: -5px;
}
.checkout_step_1 .bonus-info .count span {
    display: block;
    font-family: PFDinTextCondPro-Italic;
    font-size: 14px;
    margin-top: 0;
}
.checkout_step_1 .to-step-2 {
    background-image: url("../image/checkout/to-step-2.jpg");
    bottom: 58px;
    cursor: pointer;
    display: block;
    height: 93px;
    position: absolute;
    right: 136px;
    width: 225px;
}
.checkout_step_1 .to-step-2:hover {
    background-image: url("../image/checkout/to-step-2-hover.jpg");
}
.checkout_step_1 .bottom {
    height: 201px;
    position: relative;
}
.checkout_step_2 .content {
    padding: 27px 139px 35px 113px;
}
.checkout_step_2 .shipping-methods {
}
.checkout_step_2 .shipping-methods .title {
    color: #76a213;
    font-family: PGothaProBlack;
    font-size: 19px;
    margin-top: 18px;
    text-transform: uppercase;
}
.checkout_step_2 .shipping-methods .title .weight {
    background-color: #dfdfdf;
    border-radius: 5px;
    color: #010101;
    float: right;
    font-family: PFDinTextCondPro-Italic;
    font-size: 15px;
    padding: 3px 27px;
    text-transform: none;
}
.checkout_step_2 .shipping-methods .list {
    margin-top: 38px;
    text-align: center;
}
.checkout_step_2 .shipping-methods .list .item {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}
.checkout_step_2 .shipping-methods .list .item > div {
    display: inline-block;
    text-align: center;
}
.checkout_step_2 .shipping-methods .list .item > div .name {
    color: #000;
    display: block;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
    text-decoration: none;
}
.checkout_step_2 .shipping-methods .list .item > div .name:hover, .checkout_step_2 .shipping-methods .list .item > div.active .name {
    color: #76a213;
    cursor: pointer;
}
.checkout_step_2 .shipping-methods .list .item > div .description {
    color: #808080;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 18px;
    line-height: 1;
    margin-top: 5px;
}
.checkout_step_2 .shipping-methods .list .item > div .thumb {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 130px;
    margin: 0 auto;
    width: 117px;
}
.checkout_step_2 .shipping-methods .list .price_ship .thumb {
    background-image: url("../image/11-d.png");
}
.checkout_step_2 .shipping-methods .list .price_ship .thumb:hover, .checkout_step_2 .shipping-methods .list .price_ship.active .thumb {
    background-image: url("../image/11-2.png");
}
.checkout_step_2 .shipping-methods .list .price_ship2 .thumb {
    background-image: url("../image/15.png");
}
.checkout_step_2 .shipping-methods .list .price_ship2 .thumb:hover, .checkout_step_2 .shipping-methods .list .price_ship2.active .thumb {
    background-image: url("../image/16.png");
}
.checkout_step_2 .shipping-methods .list .pickup .thumb {
    background-image: url("../image/13.jpg");
}
.checkout_step_2 .shipping-methods .list .pickup .thumb:hover, .checkout_step_2 .shipping-methods .list .pickup.active .thumb {
    background-image: url("../image/13-2.jpg");
}
.checkout_step_2 .shipping-methods .list .rupost .thumb {
    background-image: url("../image/rupost.jpg");
}
.checkout_step_2 .shipping-methods .list .rupost .thumb:hover, .checkout_step_2 .shipping-methods .list .rupost.active .thumb {
    background-image: url("../image/rupost-hover.jpg");
}
.checkout_step_2 .bottom {
    border-top: 2px solid #ffe027;
    margin-top: 50px;
    min-height: 330px;
    position: relative;
}
.checkout_step_2 .to-step-3 {
    background-image: url("../image/checkout/to-step-3.jpg");
    cursor: pointer;
    display: block;
    height: 93px;
    position: absolute;
    right: 11px;
    top: 76px;
    width: 225px;
}
.checkout_step_2 .to-step-3:hover {
    background-image: url("../image/checkout/to-step-3-hover.jpg");
}
.checkout_step_2 .form-data {
    margin-left: 0;
    margin-top: 45px;
}
.checkout_step_2 .form-data table {
    margin-top: 27px;
}
.checkout_step_2 .form-data td {
    padding-bottom: 10px;
}
.checkout_step_2 .form-data .title {
    color: #76a213;
    font-family: PGothaProBlack;
    font-size: 19px;
    margin-top: 18px;
    position: relative;
    text-transform: uppercase;
}
.checkout_step_2 .totals {
    color: #000;
    float: left;
    font-family: PFDinTextCondPro-Regular;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
    margin-left: 58px;
    margin-top: 9px;
    width: 250px;
}
.totals table {
    width: 100%;
}
.totals table .left {
    padding-right: 10px;
    width: 180px;
}
.address-list {
    margin-left: 0;
}
.checkout_step_2 .address-list .title .add-new {
    color: #808080;
    cursor: pointer;
    display: block;
    font-family: PFDinTextCondPro-Italic;
    font-size: 16px;
    left: 136px;
    position: absolute;
    text-decoration: underline;
    text-transform: none;
    top: 1px;
}
.checkout_step_2 .address-list .list .name {
    color: #000;
    font-family: PFDinTextCondPro-Medium;
    font-size: 18px;
    font-style: normal;
    margin-top: 15px;
    text-transform: uppercase;
}
.checkout_step_2 .address-list .list .item {
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 24px;
    overflow: hidden;
    padding: 15px 15px 15px 50px;
    position: relative;
    width: 400px;
    z-index: 1;
}
.checkout_step_2 .address-list .list .item:hover {
    border: 2px solid #ffe027;
    border-radius: 20px;
}
.checkout_step_2 .address-list .list .item .data-info {
    color: #575757;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 3px;
    width: 350px;
}
.checkout_step_2 .address-list .list .item .edit {
    background-image: url("/catalog/view/theme/default/image/address/1.jpg");
    cursor: pointer;
    display: none;
    height: 33px;
    margin-top: -16px;
    position: absolute;
    right: 50px;
    top: 50%;
    width: 32px;
    z-index: 999;
}
.checkout_step_2 .address-list .list .item .edit:hover {
    background-image: url("/catalog/view/theme/default/image/address/1-2.jpg");
}
.checkout_step_2 .address-list .list .item .remove {
    background-image: url("/catalog/view/theme/default/image/address/2.jpg");
    cursor: pointer;
    display: none;
    height: 33px;
    margin-top: -16px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 32px;
    z-index: 999;
}
.checkout_step_2 .address-list .list .item .remove:hover {
    background-image: url("/catalog/view/theme/default/image/address/2-2.jpg");
}
.checkout_step_2 .address-list .list .item:hover .edit, .checkout_step_2 .address-list .list .item:hover .remove {
    display: block;
}
.checkout_step_2 .save-address {
    display: none;
    margin-left: 0;
}
.checkout_step_2 .save-address .add-new {
    background-image: url("/catalog/view/theme/default/image/addNewAddress.jpg");
    cursor: pointer;
    display: inline-block;
    height: 33px;
    width: 149px;
}
.checkout_step_2 .save-address .edit-address {
    background-image: url("/catalog/view/theme/default/image/address/3.jpg");
    cursor: pointer;
    display: inline-block;
    height: 48px;
    width: 114px;
}
.checkout_step_3 .content {
    background-color: white;
    border-radius: 0 15px 15px;
    padding: 27px 139px 45px 134px;
    z-index: 9999;
}
.checkout_step_3 .payment-methods .title {
    color: #76a213;
    font-family: PGothaProBlack;
    font-size: 19px;
    margin-top: 18px;
    position: relative;
    text-transform: uppercase;
}
.checkout_step_3 .payment-methods .list {
    margin-top: 38px;
    text-align: center;
}
.checkout_step_3 .payment-methods .title .weight {
    background-color: #dfdfdf;
    border-radius: 5px;
    color: #010101;
    float: right;
    font-family: PFDinTextCondPro-Italic;
    font-size: 15px;
    padding: 3px 27px;
    text-transform: none;
}
.checkout_step_3 .payment-methods .list .item {
    display: inline-block;
    vertical-align: top;
    width: 22.5%;
}
.checkout_step_3 .payment-methods .list .item > div {
    display: inline-block;
    text-align: center;
}
.checkout_step_3 .payment-methods .list .item > div .name {
    color: #000;
    display: block;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    margin-top: 9px;
    text-decoration: none;
}
.checkout_step_3 .payment-methods .list .item > div .name:hover, .checkout_step_3 .payment-methods .list .item > div.active .name {
    color: #76a213;
    cursor: pointer;
}
.checkout_step_3 .payment-methods .list .item > div .description {
    color: #808080;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 18px;
    line-height: 1;
    margin-top: 5px;
}
.checkout_step_3 .payment-methods .list .item > div .thumb {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 140px;
    margin: 0 auto;
    width: 130px;
}
.checkout_step_3 .payment-methods .list .cod .thumb {
    background-image: url("../image/oplata_img1.jpg");
}
.checkout_step_3 .payment-methods .list .cod .thumb:hover, .checkout_step_3 .payment-methods .list .cod.active .thumb {
    background-image: url("../image/oplata_img1_hover.jpg");
}
.checkout_step_3 .payment-methods .list .shoputils_w1 .thumb {
    background-image: url("../image/oplata_img7.jpg");
}
.checkout_step_3 .payment-methods .list .shoputils_w1 .thumb:hover, .checkout_step_3 .payment-methods .list .shoputils_w1.active .thumb {
    background-image: url("../image/oplata_img7_hover.jpg");
}
.checkout_step_3 .payment-methods .list .shoputils_w12 .thumb {
    background-image: url("../image/oplata_img8.jpg");
}
.checkout_step_3 .payment-methods .list .shoputils_w12 .thumb:hover, .checkout_step_3 .payment-methods .list .shoputils_w12.active .thumb {
    background-image: url("../image/oplata_img8_hover.jpg");
}
.checkout_step_3 .payment-methods .list .yad .thumb {
    background-image: url("../image/oplata_img4.jpg");
}
.checkout_step_3 .payment-methods .list .yad .thumb:hover, .checkout_step_3 .payment-methods .list .yad.active .thumb {
    background-image: url("../image/oplata_img4_hover.jpg");
}
.checkout_step_3 .payment-methods .list .webmoney .thumb {
    background-image: url("../image/oplata_img5.jpg");
}
.checkout_step_3 .payment-methods .list .webmoney .thumb:hover, .checkout_step_3 .payment-methods .list .webmoney.active .thumb {
    background-image: url("../image/oplata_img5_hover.jpg");
}
.checkout_step_3 .payment-methods .list .sberbank .thumb {
    background-image: url("../image/oplata_img6.png");
}
.checkout_step_3 .payment-methods .list .sberbank .thumb:hover, .checkout_step_3 .payment-methods .list .sberbank.active .thumb {
    background-image: url("../image/oplata_img6_hover.png");
}
.checkout_step_3 .bottom {
    border-top: 2px solid #ffe027;
    margin-top: 37px;
    min-height: 200px;
    position: relative;
}
.checkout_step_3 .confirm {
    background: rgba(0, 0, 0, 0) url("../image/ft25.jpg") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 95px;
    position: absolute;
    right: 17px;
    top: 85px;
    width: 230px;
}
.checkout_step_3 .confirm:hover {
    background-image: url("../image/ft25_hover.jpg");
}
.checkout_step_3 .form-data .title {
    color: #76a213;
    font-family: PGothaProBlack;
    font-size: 19px;
    margin-bottom: 23px;
    margin-left: 0;
    margin-top: 39px;
    text-transform: uppercase;
}
.checkout_step_3 .totals {
    color: #000;
    font-family: PFDinTextCondPro-Regular;
    font-size: 18px;
    font-style: italic;
    margin-left: 6px;
    margin-top: 8px;
    position: relative;
}
.checkout_step_3 .customer-bonus {
    background-image: url("../image/checkout/bonus-field.png");
    background-repeat: no-repeat;
    border-radius: 15px;
    height: 85px;
    left: -106px;
    padding-left: 10px;
    position: absolute;
    top: 172px;
    width: 110px;
    z-index: 9;
}
.checkout_step_3 .customer-bonus .count {
    color: #000;
    font-family: PFDinTextCondPro-Medium;
    font-size: 35px;
    line-height: 1;
    margin: 5px 0 0;
    text-align: center;
}
.checkout_step_3 .customer-bonus .text {
    color: #76a213;
    display: block;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 5px;
    text-align: center;
}
.checkout_step_3 .customer-bonus .use-bonus {
    background: rgba(0, 0, 0, 0) url("../image/checkout/bonus-card-button.png") no-repeat scroll 0 0 / 100% auto;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 66px;
}
.checkout_step_3 .customer-bonus .use-bonus:hover {
    background-image: url("../image/checkout/bonus-card-button-hover.png");
}
.checkout_step_3 .customer-bonus .use-bonus.return {
    background-image: url("../image/checkout/bonus-card-button-return.png");
}
.checkout_step_3 .customer-bonus .use-bonus.return:hover {
    background-image: url("../image/checkout/bonus-card-button-return-hover.png");
}
.checkout_step_3 .customer-card {
    background-image: url("../image/checkout/card-field.png");
    border-radius: 15px;
    height: 90px;
    left: -108px;
    padding-left: 12px;
    position: absolute;
    top: 286px;
    width: 108px;
}
.checkout_step_3 .customer-card .number {
    color: #76a213;
    display: block;
    font-size: 12px;
}
.checkout_step_3 .customer-card .number {
    color: #76a213;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 14px;
    margin-top: 13px;
    text-align: center;
}
.checkout_step_3 .customer-card .number input {
    background-color: #e5e5e5;
    border: medium none;
    color: #000;
    font-family: PFDinTextCondPro-Medium;
    font-size: 21px;
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    width: 101px;
}
.checkout_step_3 .customer-card .text {
    clear: left;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 14px;
    margin-left: 9px;
    margin-top: 12px;
    text-align: left;
}
.checkout_step_3 .customer-card .use-card {
    background: rgba(0, 0, 0, 0) url("../image/checkout/bonus-card-button.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 4px auto 0;
    width: 66px;
}
.checkout_step_3 .customer-card .use-card:hover {
    background-image: url("../image/checkout/bonus-card-button-hover.png");
}
.checkout_step_3 .totals .bonus {
    font-family: PGothaProBlack;
    font-size: 29px;
    font-style: normal;
    left: 260px;
    line-height: 1;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
}
.checkout_step_3 .totals .bonus span {
    display: block;
    font-family: PFDinTextCondPro-Italic;
    font-size: 22px;
    text-align: center;
}
.checkout_step_1 .login-data {
    position: relative;
}
.checkout_step_1 .login-data .form-data {
    margin-bottom: 40px;
    margin-top: 80px;
}
.checkout_step_1 .login-data .forgotten {
    color: #808080;
    cursor: pointer;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 15px;
    left: 280px;
    position: absolute;
    text-decoration: underline;
    top: -28px;
}
.checkout_step_1 .login-data .submit {
    background: rgba(0, 0, 0, 0) url("../image/img_l24.jpg") no-repeat scroll 0 0;
    border: medium none;
    display: block;
    height: 70px;
    left: 480px;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 1;
}
.checkout_step_1 .login-data .submit:hover {
    background: rgba(0, 0, 0, 0) url("../image/img_l24_hover.jpg") no-repeat scroll 0 0;
}
.checkout_step_1 .login-data .back {
    color: #808080;
    cursor: pointer;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 15px;
    left: 265px;
    position: absolute;
    text-decoration: underline;
    top: 79px;
}
.checkout_step_1 .login-data .error {
    left: 250px;
    position: absolute;
    top: 109px;
}
.checkout_step_1 .forgotten-data {
    border-bottom: 2px solid #ffff00;
    margin-left: 110px;
    margin-top: 50px;
    padding-bottom: 25px;
    width: 500px;
}
.checkout_step_1 .forgotten-data .forgotten-email {
    display: inline-block;
    margin-left: 21px;
    text-align: center;
    vertical-align: top;
    width: 190px;
}
.checkout_step_1 .forgotten-data .forgotten-sms {
    display: inline-block;
    margin-left: 66px;
    text-align: center;
    width: 204px;
}
.checkout_step_1 .forgotten-data .title {
    color: #575757;
    display: block;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 18px;
    text-align: center;
}
.checkout_step_1 .forgotten-data input {
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    font-family: PFDinTextCondPro-Italic;
    font-style: italic;
    margin-bottom: 13px;
    margin-top: 11px;
    outline: medium none;
    padding: 3px 10px;
    width: 152px;
}
.checkout_step_1 .forgotten-data .send-button {
    background: rgba(0, 0, 0, 0) url("../image/receiveBtn.jpg") no-repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    height: 46px;
    position: relative;
    width: 143px;
    z-index: 1;
}
.checkout_step_1 .forgotten-data .send-button:hover {
    background: rgba(0, 0, 0, 0) url("../image/receiveBtn_hover.jpg") no-repeat scroll 0 0;
}
.checkout_step_1 .forgotten-data .text {
    color: #000000;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 16px;
    margin-left: 26px;
    text-align: left;
}
.checkout_step_1 .forgotten-data .forgotten-sms .text {
    margin-left: 0;
}
.popup.checkout_step_1 .forgotten-data .back {
    bottom: 177px;
    color: #808080;
    cursor: pointer;
    font-family: PFDinTextCondPro Thin Italic;
    font-size: 15px;
    left: 424px;
    position: absolute;
    text-decoration: underline;
    z-index: 9999;
}
