/* Стили кнопки */
.iksweb {
display: inline-block;
cursor: pointer; 
font-size:18px;
text-decoration:none;
padding:10px 20px; 
color:#354251;
background:#a2dec0;
border-radius:8px;
border:1px solid #354251;
}
.iksweb а:hover {
background:#66cc99;
color:#000;
border:1px solid #354251;
transition: all 0.2s ease;
}
/* декор полей представления */
.borderlinens {
border: 1px solid rgb(195, 219, 195);
padding: 0 10px;
border-radius: 0 0 20px 20px;
}