Дарина
Находите это
/* D1.1 */
#pun-title {
margin: 0;
border-style: none none none none;
border-width: 1px 1px 0 1px;
height: 14px;
}
/* D1.2 */
#pun-title h1 {
display : block;
height : 14px;
padding: 2em 1em 0 1em;
}
/* D1.3 */
#pun-title .container {
border-style: none none none none;
}
/* D1.4 */
#pun-title h1 span {
font-size: 1.5em;
}
#pun-title table {
border: none;
height: 10px;
width: 100%;
}
#pun-title td.title-logo-tdl {
border: none;
width: 100%;
}
#pun-title td.title-logo-tdr {
border: none;
width: 468px;
}меняете на это
/* D1.1 */
#pun-title {
margin: 0;
border-style: none none none none;
border-width: 1px 1px 0 1px;
height: 200px;
}
/* D1.2 */
#pun-title h1 {
display : block;
height : 200px;
padding: 2em 1em 0 1em;
}
/* D1.3 */
#pun-title .container {
border-style: none none none none;
}
/* D1.4 */
#pun-title h1 span {
font-size: 1.5em;
}
#pun-title table {
border: none;
height: 10px;
width: 100%;
}
#pun-title td.title-logo-tdl {
border: none;
width: 100%;
}
#pun-title td.title-logo-tdr {
border: none;
width: 468px;
}











