<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.e-address{
    text-decoration: underline;
    color: #005b7e;
}
.other-sections{
    width: 100%;
}
.other-sections td{
    width: 33.3333%;
    text-align: center;
    padding-bottom: 25px;
    vertical-align: top;
}
.other-sections td span{
    height: 150px;
    line-height: 150px;

}
.other-sections td img{
    max-width: 200px;
    max-height:90%;
    display: block;
    margin: 0 auto;
}
.podrobnee{
    color: #fff;
    border:0;
    min-height: 32px;
    padding:4px 20px;
    background: #4ca3aa;
    background: -moz-linear-gradient(top,  #4ca3aa 0%, #1b7d8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ca3aa), color-stop(100%,#1b7d8c));
    background: -webkit-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: -o-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: -ms-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: linear-gradient(to bottom,  #4ca3aa 0%,#1b7d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca3aa', endColorstr='#1b7d8c',GradientType=0 );
    margin-top:10px;

}
.gif-block{
    display: table;
    margin:10px 0 40px;
}
.gif-block div{
    display: table-cell;
    max-width:200px;
    text-align: center;
    font-weight: bold;
}

</pre></body></html>