.etalonParams {
	display: none;
}
.p1 {
    display: inline-block;
    vertical-align: top;
}
.p2 input {
    width: 100%;
}
.elemParam {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    position: relative;
}
.delParam {
    position: absolute;
    right: 0;
    top: 24px;
    padding: 10px;
    display: block;
    border: 2px solid #e54e43;
    color: #e54e43;
    font-weight: bold;
    line-height: 9px;
    width: 33px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
span.addParam {
    display: inline-block;
    padding: 5px 10px;
    background: #1a87c2;
    color: white;
    margin-top: 20px;
    cursor: pointer;
}
.listParams {
    border-top: 2px solid #eeeeee;
}
.aucListCont {
    position: relative;
}
.aucListCont img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.plashka {
    position: absolute;
    z-index: 3;
    opacity: 0;
}
.plashka .desc, .plashka .inf {
    display: none;
}
.plashka.plashkaFon {
    z-index: 1;
    background: #eaeff2;
}
.plashka:hover, .plashka:hover + .plashkaFon {
	opacity: 1;
}
.plashka:hover {
	z-index: 4;
}
.plashka:hover .inf {
    display: block;
}
.plashka .inf {
	position: absolute;
    right: 6px;
    display: none;
    top: 6px;
    background: #e90000;
    color: white;
    width: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    cursor: default;
}

.plashka:hover .inf:hover + .desc, .desc:hover {
	display: block;
    position: absolute;
    
    top: 20px;
    min-width: 250px;
    right: -6px;
    
    transform: translateX(87%);
}
.indesc {
	position: relative;
	margin-top: 20px;
	background: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
}
.desc b {
    display: block;
    font-size: 16px;
    white-space: nowrap;
}
.listOne5 .plashkaFon54 {
	border-radius: 0 0 126px 0;
}

.leftInfo.plashka:hover .inf:hover + .desc, .leftInfo .desc:hover {
    transform: translateX(0);
}
.indesc:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: auto;
    width: 20px;
    height: 20px;
    background: black;
    transform: rotate(45deg);
    left: 5px;
    z-index: -1;
}
.leftInfo .indesc:before {
	left: auto;
    right: 12px;
}
.aucListCont {
    display: none;
}
.aucListCont.activeList {
    display: block;
}
.aucListTab {
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    background: #F4F4F4;
    width: 100px;
    text-align: center;
    color: black;
    cursor: pointer;
    font-weight: bold;
    transition: all .3s;
}
.aucListTab:hover, .aucLangTab:hover {
    opacity: 0.8;
}
.activeTabList.aucListTab {
    background: #DA251E;
    color: white;
}
.aucLangTab {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    background: #F4F4F4;
    min-width: 240px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.aucLangTab.activeTabLang {
    background: black;
    color: white;
}
.aucListTabLang {
    margin: 36px 0;
}
.rusListBody {
	display: none;
}
.rusList .rusListBody {
	display: block;
}
.rusList .origListBody {
	display: none;
}
.aucListContBody {
    margin-bottom: 70px;
}
.aucListContBody h2 {
    font-size: 32px;
    text-transform: none;
}
.aucListTabCont {
    margin-bottom: 36px;
}
@media (max-width: 991px){
	.rightInfo {
		display: none;
	}
}
@media (max-width: 640px){
    .indesc:before,
    .plashka:hover .inf,
    .plashka .inf {
        display: none;
    }
    .plashka .desc {
        display: block;
        width: auto;
        min-width: fit-content;
    }
    .aucListContBody h2 {
	    font-size: 24px;
	    text-transform: none;
	}
	.commentH2 {
	    font-size: 18px;
	}
}

.plashka.plashka35 {
	z-index: 4;
}
.listOne6 .plashkaFon.plashkaFon35 {
    border-radius: 50%;
}