#pegasys {
    width: 100%;
    height: auto;
}
/*я пока оставлю это здесь?*/
.static-tabs{
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 910px;
    border-bottom: solid 1px #CFCFCF;
    position: relative;
    top: 1px;
    left: 1px;
}
.static-tabs li{
    float: left;
    border-bottom: solid 1px #CFCFCF;
    position: relative;
    top: 1px;}
.static-tabs li.active{
    border-bottom: solid 1px #fff;}
.static-tabs li.active a{
    background: #FFF;
    border-bottom: solid 1px #FFF;
    color: #000;
    cursor: default;
}
.static-tabs li.active a:hover {
    background: none;
}
.static-tabs li a:hover{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e6e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e6e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e6e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e6e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e6e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e6e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e6e9',GradientType=0 ); /* IE6-9 */
}
.static-tabs li:before{
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    float: left;
    background: #FFF;
    border-radius: 0 0 5px 0;
    position: absolute;
    left: 0px;
    top: 2px;
    margin: 5px 0 0 0;
    border: solid #CFCFCF;
    border-width: 0 1px 1px 0;
    z-index: 2;
}
.static-tabs li:after{
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    float: left;
    background: #FFF;
    border-radius: 0 0 0 5px;
    position: absolute;
    margin: 6px 0 0 0;
    right: 0;
    top: 1px;
    border: solid #CFCFCF;
    border-width: 0 0 1px 1px;
    z-index: 2;
}
.static-tabs li a{
    text-decoration: none;
    display: block;
    padding: 5px 10px 2px 10px;
    border-radius: 5px 5px 0 0;
    border: solid #CFCFCF;
    border-width: 1px 1px 0 1px;
    border-bottom: solid 1px #DFE0E2;
    margin: 0 3px 1px 3px;
    font-size: 14px;
    position: relative;
    top: 1px;
    float: left;
    background: #f3f4f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f3f4f6 0%, #dfe0e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f4f6), color-stop(100%,#dfe0e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3f4f6 0%,#dfe0e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3f4f6 0%,#dfe0e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3f4f6 0%,#dfe0e2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f3f4f6 0%,#dfe0e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f6', endColorstr='#dfe0e2',GradientType=0 ); /* IE6-9 */
}
.another-tabs{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;}
.another-tabs li{
    float: left;
    background: #f3f4f6;
    padding: 5px 10px;
    border: solid 1px #CFCFCF;
    border-width: 1px 1px 0 1px;
    margin: 0 4px 0 0;
    border-radius: 5px 5px 0 0;}
.another-tabs li a{
    text-decoration: none;
}
.another-tabs li.active{
    background: #fff;}
.another-tabs li.active a{
    color: #5c6774;
    cursor: default;
}
.static-tabs li.empty_tab a, .static-tabs li.empty_tab a:hover, .static-tabs li.empty_tab{
    background: none;
    border: none;
    margin: 0;
    text-decoration: underline;
}
.static-tabs li.empty_tab:after,.static-tabs li.empty_tab:before{
    display: none;
}

#pegasys-iframe-container iframe#pegasys {
    min-width: 944px;
    margin-left: -15px;
}

