.linksInProduct {}
.linksInProduct__item {font-family: "Times New Roman", Times, serif,Times; display: flex; align-items: center; text-decoration: none !important;
box-shadow: inset 0 0 0 1px #dedede;	

}
a.linksInProduct__item:hover {box-shadow: 0px 0px 6.02px 0.98px rgba(0, 0, 0, 0.16);}
.linksInProduct__index {writing-mode: vertical-rl; height: 3.875rem; width: 1.875rem;  color: #fff; font-size: 2.25rem; transform: rotate(180deg); line-height: 1.375; text-indent: 0.25rem;}
.linksInProduct__name {padding-left: 1.5rem; font-size: 1.5rem; color: #252525 !important; padding-right: 1rem; padding-top: 0.375rem; letter-spacing: 0.05rem;}
.linksInProduct__col {margin-bottom: 0.5rem; padding-top: 0.5rem; }
.linksInProduct__col:nth-child(2n) .linksInProduct__index {background: #12272e;}
.linksInProduct__col:nth-child(2n-1) .linksInProduct__index {background: #694a32;}

/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 

}