/*Стили для прайса*/
   
    table{
        margin: 0px auto;
        width: 60%;
        color: #455351;
        font-weight: 400;
        font-size: 16px;
        font-family: Intro;
        }
        
    tr{
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    }

    .table_component td {
    width: 80%;
    border-bottom: 1px solid #dededf;
    padding: 10px;
	}
	
	.name{
	 width:80%;
	}
	
	.stoimost{
	 width:20%;
	}

    .name, .stoimost{
    background:#a02882;
    color: #fff;
    text-transform: uppercase; 
    font-weight: bold;
}