#parts{
    background: #c5e9e9;
    padding: 15px 0;
    
}

.parts {
    position: relative;
    color:#38596c;
    background: #fff;
    margin:20px 0;
    padding: 2%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 2px 8px -2px rgb(0,0,0);
    -moz-box-shadow:0 2px 8px -2px rgb(0,0,0);
    box-shadow: 0 2px 8px -2px rgb(0,0,0);
}
.parts h3 {
    color:#000000;
}
.parts .nf_retail>.h2>a {
    text-decoration:none;
    color:#000 !important;
    padding-left: 60px;
}

.parts h3 b {
    font-weight:normal;
}

.parts .img,
.parts .img2{
    width: 51px;
    height: 50px;
    position: absolute;
    top:15px;
    background: url(images/sprite-parts.png) no-repeat;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.parts .img.retail-img1{
    background-position: 0 -105px;
}
.parts .img2.retail-img1{
    background-position: -50px -105px;
}
.parts .img.retail-img2{
    background-position: 0 -47px;
}
.parts .img2.retail-img2{
    background-position: -50px -47px;
}
.parts .img.retail-img3{
    background-position: 0 -152px;
}
.parts .img2.retail-img3{
    background-position: -50px -152px;
}
.parts .img.retail-img4{
    background-position: 0 0;
}
.parts .img2.retail-img4{
    background-position: -50px 0;
}

.parts .img2,
.parts .nf_retail:hover .h2 a .img{
    opacity: 0;
}
.parts .img,
.parts .nf_retail:hover .h2 a .img2{
    opacity: 1;
}
.retail {
    float:left;
}

.nf_retail {
    width:100%;
    position: relative;
    min-height: 200px;
    line-height: 1.2em;
    font-size: 13px;
}
.nf_retail .h2{
    width:100%;
    height: 60px;
    font-size:18px;
    font-weight:normal;
    margin-bottom:10px;
    margin-top:15px;
}
.nf_retail .h2 b{
    display:block;
}
.nf_retail .h2 .title{
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.parts-lines{
    position: absolute;
    padding: 0 2%;
    width: 96%;
    left: 0;
    top: 0;
    bottom: 0;
}
.parts-lines .line{
    display: none;
}
.detail {
    text-align:right;
    padding-right:20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.detail a {
    text-decoration:underline;
    color:#38596C !important;
}

.detail a:hover {
    text-decoration:none;
}
@media screen and (min-width:480px){
    .parts-lines .line{
	display: block;
	width: 48%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid #f1f1f1;
	position: absolute;
    }
}
@media	screen and (min-width:960px) and (-webkit-device-pixel-ratio: 1),
	screen and (min-width:960px) and (-ms-high-contrast: active),/* Target IE10*/
	screen and (min-width:960px) and (-ms-high-contrast: none),/* Target IE10*/
	screen and (min-width:960px) and (min--moz-device-pixel-ratio: 1), /* для firefox */
	screen and (min-width:0\0){   /*Target IE9 + IE10 */
    .parts-lines .line{
	width: 25%;
	float: left;
	position: relative;
    }
}