#SHOP_LOGISTIC_pvz {
    position: absolute;
    z-index: 2100;
    display: none;
    background-color: white;
    padding: 10px;
    overflow: hidden;
    font-family: Arial;
    width: 900px;
    height: 543px;
}

#SHOP_LOGISTIC_mask {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 2000;
    background-color: black;
    display: none;
    top: 0px;
    padding: 5px
}

#SHOP_LOGISTIC_head {
    height: 35px;
    clear: both;
    padding-top: 7px;
}

#SHOP_LOGISTIC_logo {
    /*background : url('images/widjet/logo.png') no-repeat transparent;*/
    width: 169px;
    height: 11px;
    margin-top: 15px;
}

#SHOP_LOGISTIC_logo:hover {
    /* background-position: 0px -12px;*/
}

#SHOP_LOGISTIC_logo a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

#SHOP_LOGISTIC_closer {
    position: absolute;
    background: url('images/widjet/close.png') no-repeat transparent;
    height: 22px;
    width: 22px;
    right: 15px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;
}

#SHOP_LOGISTIC_closer:hover {
    background-position: 0px -22px;
}

#SHOP_LOGISTIC_map {
    float: left;
    height: 500px;
    width: 880px;
}

#SHOP_LOGISTIC_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;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

#SHOP_LOGISTIC_sign {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding-left: 98px;
    background: url('images/widjet/widjetLogo.png') no-repeat;
    border-bottom: 1px solid #e3e3e3;
}

#SHOP_LOGISTIC_delivInfo {
    height: 36px;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px dashed #e3e3e3;
    line-height: 35px;
    padding: 0px 9px;
    background-color: #fafafa;
}

#SHOP_LOGISTIC_wrapper {
    height: 435px;
    overflow: auto;
    width: 245px;
    border: none;
    outline: none;
    background-color: #fff;
}

#SHOP_LOGISTIC_wrapper p {
    cursor: pointer;
    padding: 5px 6px;
    /*margin:  5px 6px;*/
    font-size: 11px;
}

#SHOP_LOGISTIC_wrapper p .list_price {
    text-align: right;
    font-weight: bold;
    color: #fca02b;
}

#SHOP_LOGISTIC_wrapper p:nth-child(odd) {
    background: #FFF
}

#SHOP_LOGISTIC_wrapper p:nth-child(even) {
    background: #EEE
}

/*#SHOP_LOGISTIC_wrapper p:hover {background: #999}*/

.SHOP_LOGISTIC_chosen {
    background-color: #ebebeb;
}

#SHOP_LOGISTIC_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;
}

/*балун*/
#SHOP_LOGISTIC_baloon {
    background-color: white;
    /* width: 258px; */
    font-family: Arial;
    font-size: 12px;
}

#SHOP_LOGISTIC_baloon > div {
    margin: 10px 0px;
}

.sdek_baloonDiv a {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px dashed #666666;
}

.sdek_baloonDiv a:hover {
    border-bottom: 1px dashed white;
}

.sdek_baloonDiv {
    max-width: 235px;
    padding-left: 8px;
    float: left;
    text-align: left;
}

.sdek_icon {
    float: left;
    width: 12px;
    min-height: 12px;
}

.SDEK_iAdress {
    font-size: 14px;
}

.SDEK_iTelephone {
    background: url('images/widjet/phone.png') no-repeat;
}

.SDEK_iTime {
    background: url('images/widjet/clock.png') no-repeat;
}

#SHOP_LOGISTIC_button {
    width: 130px;
    height: 25px;
    background: url('images/widjet/chooze.png') no-repeat;
    display: block;
    margin: auto;
    text-decoration: none;
}

#SHOP_LOGISTIC_button:hover {
    background-position: 0px -25px;
}

#SHOP_LOGISTIC_head > div {
    font-size: 12px;
    font-family: Arial;
    float: left;
}

#SHOP_LOGISTIC_logoPlace {
    width: 300px;
    height: 38px;
    background-image: url("images/SDEKogo.png");
    background-repeat: no-repeat;
    background-position: 241px 2px;
}

#SHOP_LOGISTIC_separator {
    background-color: #e3e3e3;
    width: 1px;
    height: 38px;
}

.SDEK_mark {
    margin-left: 12px;
}

.sdek_baloonDiv a {
    cursor: help;
}

.SDEK_arrow {
    width: 23px;
    height: 14px;
    /*background: #000 none repeat scroll 0% 0%;*/
    background: url("images/arr.png") no-repeat bottom left;
    display: block;
    float: right;
    margin-top: 12px;
    margin-right: 5px;
    display: none;
}

.SDEK_arrow:hover {
    background-position: bottom right;
}

.SDEK_arrow.up {
    background-position: top left;

}

.SDEK_arrow.up:hover {
    background-position: top right;

}

@media screen and (max-width: 919px) {
    #SHOP_LOGISTIC_pvz {
        width: 700px;
        padding: 0;
    }

    #SHOP_LOGISTIC_closer {
        right: 11px;
        top: 11px;
    }

    #SHOP_LOGISTIC_logo {
        display: none;
    }

    #SHOP_LOGISTIC_info {
        box-shadow: none;
        left: 0px;
        top: -538px;
        width: 270px;
        height: auto;
        overflow: auto;
    }

    #SHOP_LOGISTIC_sign {
        padding-left: 124px;
    }

    #SHOP_LOGISTIC_wrapper {
        width: 100% !important;
        height: 460px;
    }

    /*.jspContainer{
        width: 100% !important;
        height: 452px !important;
    }*/
    #SHOP_LOGISTIC_ten {
        width: 256px;
        height: 17px;
        top: -9px;
    }

    #SHOP_LOGISTIC_delivInfo {
        border: none;
        font-size: 15px;
        text-shadow: 0px 0px 0px rgb(0, 0, 0);
        font-weight: normal;

    }

    #SHOP_LOGISTIC_wrapper p {
        font-size: 15px;
    }

    /*.jspPane{
        width: 100% !important;
    }*/
    .SDEK_all-items {
        border-top: 1px dashed #E3E3E3;
        display: none;
    }

    .SDEK_arrow {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    #SHOP_LOGISTIC_pvz {
        width: 100%;
        min-width: 195px;
    }
}

@media screen and (max-width: 414px) {
    .SHOP_LOGISTIC_all-items {
        display: none;
    }
}

@media screen and (max-width: 294px) {
    #SHOP_LOGISTIC_sign {
        padding-left: 103px;
    }

    #SHOP_LOGISTIC_info {
        width: 100%;
        min-width: 195px;
    }

    #SHOP_LOGISTIC_closer {
        right: 12px;
    }

    .SDEK_arrow {
        margin-right: 2px;
    }
}

@media screen and (max-width: 268px) {
    #SHOP_LOGISTIC_sign span {
        display: none;
    }
}

@media screen and (max-width: 222px) {
    #SHOP_LOGISTIC_delivInfo {
        font-size: 12px;
    }

    #SHOP_LOGISTIC_pPrice {
        font-size: 14px;
    }
}

ymaps button {
    width: 130px;
    height: 25px;
    color: #FFF;
    font-weight: bold;
    background: #fca02b;
    display: block;
    margin: auto;
    text-decoration: none;
}