#goods_container {
    position: relative;
}
#goods_subject-info {
    white-space: nowrap;
    position: absolute;
    visibility: hidden;
    background-color: #fbfbfb;
    -webkit-box-shadow: -1px 1px 5px 3px rgba(0,0,0,0.16);
    -moz-box-shadow: -1px 1px 5px 3px rgba(0,0,0,0.16);
    box-shadow: -1px 1px 5px 3px rgba(0,0,0,0.16);
}
#goods_subject-info-inner {
    padding: 10px;
    border: none;
    border-left: 8px solid;
}
#goods_subject-info .subject-header {
    min-height: 50px;
    line-height: 50px;
    font-size: 20px;
}
#goods_subject-info .subject-header span {
    margin-left: 5px;
    font-size: 17px;
}
#goods_subject-info .subject-content {
    padding: 10px;
}
#goods_subject-info .subject-content p {
    margin: 6px 0;
    font-size: 13px;
}
#goods_subject-info .subject-content span {
    font-weight: bold;
}
#goods_subject-info img {
    height: auto;
    width: 40px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
#goods_subject-info .emblem {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.goods_notEnvolved {
    font-size: 12px;
    padding: 10px;
    margin: 0;
    color: #c71b1b;
}
.goods_title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
#goods_search {
    display: block;
    margin: auto;
    padding: 0 10px;
    font-size: 15px;
    height: 30px;
    box-sizing: border-box;
    width: 250px;
    border: 1px solid #c1c1c1;
    outline: none;
}
.goods_search-container {
    text-align: center;
    margin-bottom: 10px;
}
.goods_search-container ul {
    display: block;
    list-style: none;
    padding: 0;
    width: 250px;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    top: 30px;
    margin: 0;
    box-sizing: border-box;
    border-top: none;
}
.goods_search-container ul>li {
    padding: 8px;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
}
.goods_search-container-inner {
    display: inline-block;
    position: relative;
}
.selected {
    background-color: #d0d0d0;
}
.goods_notice {
    font-size: 13px;
    padding: 0 10px;
    margin: 0 0 10px;
    color: #797979;
}
.podlozhka {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff6b;
}
@media (max-width: 500px) {
    #goods_subject-info {
        white-space: normal;
    }
    #goods_subject-info {
        width: 100%;
    }
    #goods_subject-info .subject-header span {
        display: block;
        white-space: normal;
        line-height: 20px;
        margin-top: 10px;
        text-align: center;
    }
    #goods_subject-info .emblem {
        width: 100%;
    }
    #goods_subject-info .subject-content p {
        font-size: 13px;
    }
    .goods_notEnvolved {
        white-space: normal;
        line-height: 18px;
    }
}
.descr {
    font-style: italic;
    margin-top: 18px !important;
}
.descr > b {
    font-style: normal;
}
.b-article .goods_graph {
    margin-bottom: 0;
}
.goods-map-label {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
}
.safe-click {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
@media only screen and (min-width: 480px) {
    .b-article .goods_graph {
        max-width: 295px;
    }
}
@media only screen and (min-width: 980px) {
    .doc_widewithlefthtml .gallery__photo_description {
        display: block;
    }
    .doc_widewithlefthtml .gallery__info {
        display: none;
    }
}
