.itempage-top {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 80px;
    padding-top: 30px;
}
.itempage-top h1{ 
    grid-area:  1 / 1 / 2 / 7; 
    font-size: 28px;
    margin-top: 0;
    padding-top:5px;
    line-height: 135%;
    margin-bottom: 30px;
}
.itempage-top .itempage-price{ grid-area: 1 / 7 / 2 / 13; }
.itempage-top .itempage-imgs{  grid-area: 2 / 1 / 3 / 7;}
.itempage-top .itempage-topgroup{ grid-area: 2 / 7 / 3 / 13; }

.itempage-menu{
    padding: 20px 0;
}
.itempage-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	column-gap: 30px;
}
.itempage-menu a{
	padding: 10px 12px;
	font-size: 16px;
}

.itempage-imgs{
    position: relative;
}
.itempage-imgs > div{
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.itempage-imgs--one{
    aspect-ratio: 4 / 3;
}
.itempage-imgs--one& a{
	display: none;
	cursor: pointer;
}
.itempage-imgs--one a.active{
    display: block;
}

.itempage-imgs--list{
    --height-list: 86px;
    --bg-arrow-width-extend: 15px; 
    overflow: hidden;
    width: calc(100% - 100px);    
    height: var(--height-list);
    padding: 8px 50px;
    position: relative;
    z-index: 1;
/*
    &:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: white;
	width: calc(var(--height-list) / 3 + var(--bg-arrow-width-extend));
	height: 100%;
	z-index: 3;
    }
    & ul{
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	column-gap: 15px;
	margin: 0;
	padding: 0 calc(var(--height-list) / 3 + var(--bg-arrow-width-extend));
	height: var(--height-list);
	position: absolute;
	z-index: 2;
    }
    & li {
	aspect-ratio: 4 / 3;
	position: relative;
	cursor: pointer;
    }
    */
}

.itempage-imgs--arrow{
    --arrow-color:  rgb(105,105,105);
    --arrow-color-hover:rgb(20,20,20);
    --arrow-color-disable: rgb(196, 196, 196);
    border-top: calc(var(--height-list) / 2 + 1px) solid transparent;
    border-bottom: calc(var(--height-list) / 2 + 1px) solid transparent;
    background: white;
    cursor: pointer;
    outline: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}
.itempage-imgs--arrow svg{
	display: none;
}
.itempage-imgs--arrow.prev{
        border-left: none;
        border-right: calc(var(--height-list) / 3) solid var(--arrow-color);
        left: 0;
}
.itempage-imgs--arrow.prev:hover{
    	    border-right-color: var(--arrow-color-hover) !important;
}
.itempage-imgs--arrow.prev.disabled{
	    border-right-color: var(--arrow-color-disable) !important;
}
.itempage-imgs--arrow.next{
        border-left: calc(var(--height-list) / 3) solid var(--arrow-color);
        border-right: none;
        right: 0;
}
.itempage-imgs--arrow.next:hover{
    border-left-color: var(--arrow-color-hover) !important;
}
.itempage-imgs--arrow.next.disabled{
    border-left-color: var(--arrow-color-disable) !important;
}

.itempage-chars{
    margin-bottom: 20px;
}
.itempage-chars:before{
	content: attr(data-title);
	font-size: 28px;
	margin-bottom: 17px;
	display: block;
}
.itempage-chars--header{ 
    padding: 13px 0 0 0;
    position: relative;
}
.itempage-chars--header:after{                  
        content: npne;          
        position: absolute;   
        bottom: 0;            
        left: 0;                
        height: 1px;            
        width: 100%;
        background: repeating-linear-gradient(to right, rgba(0,0,0,1) 0px, rgba(0,0,0,1) 4px, transparent 4px, transparent 8px);
}
.itempage-chars--value{
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 15px 15px;
    position: relative;
    font-size: 16px;
}
.itempage-chars--value:after{
	content: '';
	position: absolute; 
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: repeating-linear-gradient(to right, rgba(0,0,0,0.45) 0px, rgba(0,0,0,0.45) 4px, transparent 4px, transparent 8px);
}
.itempage-chars--value div{
	padding: 13px 0;
}
.itempage-chars--value div:first-child{
	    color: rgba(0,0,0,0.5);
}


#prodAccessory .col {position: relative; padding: 0.5rem 0.5rem 10.5rem 0.5rem; border: 1px solid #efefef; margin-bottom: 2rem;}
#prodAccessory .imgItem { position:absolute; bottom: 2rem;}
#prodAccessory .priceItem { position:absolute; bottom: 0.5rem; font-weight: bold;}
#prodAccessory .priceItem span{margin-right:1rem;}
#prodAccessory .col a {color: rgb(68, 68, 68);}

.itempage-price > div{
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.itempage-price > div  div:first-child{
	display: inline-block;
	color: white;
	background: var(--bg-color);
	font-weight: bold;
	border-radius: 10px;
	padding: 10px 12px;
    }
.itempage-price > div div:last-child{
	color: rgba(0,0,0,0.5);
}
.item-price-value{
    letter-spacing: 5%;
}

.item-orderproducts-table{
    width: 100%;
}
.item-orderproducts-img{
    width: 20%;
}

.item-not-enabled{ 
    color: var(--color-middle-grey); 
    font-size: 32px;
    text-align: center;
    padding: 10px 0 30px 0;
}

.item-orderproducts-info-price{
    font-weight: bold;
    text-align: right;
}

#itempage-files-inp{ 
    display: none;
}

#itempage-files-inp:checked ~ label {
    display: none;
}

.itempage-files-list
{
    display: block;
    background: #92278F;
//    border: 1px solid #cccccc;
    color: #ffffff;
    padding: 1rem;

}
.itempage-files-list--item{
    padding-bottom: 2rem;
    font-size: 1.25rem;
}
.itempage-files-list--item-name{
    font-weight: 600;
}

.itempage-files-list--item-link{
    display: inline-block;
    margin-right: 2rem;
    position:relative;
    text-align: center;
}
.itempage-files-list--item-link:after{
    content: attr(title);
    display: block;
    color: #ffffff;
    font-size: 1rem;	
}
.itempage-files-list--header{
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
}
.itemlist .itemlist-img{
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dirlist  .itemlist-img, .item-list-root--name, .item-list-root--img{
    margin-bottom: 20px;
}
.dirlist .itemlist-header a{
    color: white;
}



.project-icon{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
     margin-right: 20px;
}                                                
.project-files--row{                                           
    margin-bottom: 10px;                                       
}


.item-page-alsoimages{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 2rem;
}
.item-page-alsoimages > div{
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    overflow: hidden;
}