@font-face{ font-family: montserrat; src: url(//tehno-arhiv.ru/.data/fonts/montserrat_variablefont_wght.ttf); }
body {
    font-family: montserrat;
    margin: 0px;
    font-weight: 300;
    line-height: 20px;
}

h1, h2, h3, h4, l {
    word-wrap: break-word;
    font-family: montserrat;
    border-bottom: 1px solid #c3c3c3;
    padding: 0 0 10px 0;
    margin: 20px 0 20px 0;
    position: relative;
    font-weight: 300;
    line-height: 30px;
}

#main {
    display: table;
    width: 100%;
}
 
.block {
    width: 20%;
    display: table-cell;
}

dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.table_review dt {
    width: 45%;
    text-align: right;   
    display: table-cell;
}
.table_review dd {
    width: 55%;
    text-indent: 15px;
    text-align: left;  
    font-style: italic;
    display: table-cell;
}
/* otsenka */
.otsenka1{
	background-image:url(https://tehno-arhiv.ru/.data/img/otsenka1.jpg);
	background-repeat: no-repeat;
	width: 43px;
	height:  49px;
	float:right;
	
}
.otsenka2{
	background-image:url(https://tehno-arhiv.ru/.data/img/otsenka2.jpg);
	background-repeat: no-repeat;
	width: 83px;
	height:  49px;
	float:right;
	
}
.otsenka3{
	background-image:url(https://tehno-arhiv.ru/.data/img/otsenka3.jpg);
	background-repeat: no-repeat;
	width: 124px;
	height:  49px;
	float:right;
	
}
.otsenka4{
	background-image:url(https://tehno-arhiv.ru/.data/img/otsenka4.jpg);
	background-repeat: no-repeat;
	width: 163px;
	height:  49px;
	float:right;
	
}
.otsenka5{
	background-image: url(https://tehno-arhiv.ru/.data/img/otsenka5.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height:  49px;
	float:right;
	
}
dd#contra, dd#pro,  #itemprop {
    background: #f7f7f7;
    padding: 24px;
    margin: 10px;
    border: 1px solid #d5d5d5;
}

a {
    color: #474747;
    text-decoration: none;
    border-bottom: 1px solid #b3b3b3;
    transition: 0.5s;
    padding-bottom: 1px;
}
a:hover {
    border-bottom: 1px solid #ff000000;
}
.your_here {
    margin: 10px;
    font-size: 13px;
}