<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
                                      /*=== ОБЕРТКИ БЛОКА about ===*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
#about_outer_wrapp {
    width: 100%; min-width: 900px;
    position: relative;
    
}
#about_middle_wrapp {
    max-width: 1050px; min-width: 850px;/**/min-height: 900px;/**/
    /*outline: 1px solid #cc0000;/**/
    position: relative; /*z-index: 5;/**/
    box-shadow: 1px 1px 3px 2px #555;/**/
    padding: 0px 25px 10px 25px;
    margin: 0 auto;
    background: #fcfcfc;
    
}
#about_inner_wrapp {
    /*outline: 1px solid #cc0000;/**/
    
    width: 100%;/**/min-height: 500px;/**/
    position: relative;
    margin: 0px auto 0 auto; 
    background: #fcfcfc; 
    
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
                                         /*=== ВСПОМОГАТЕЛЬНЫЕ БЛОКИ ===*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
#about_outer_top{
    /*outline: 1px solid #cc00cc;/**/
    max-width: 1100px; min-width: 900px;/**/height: 20px;/**/
    margin: 0 auto;
    background: #fcfcfc;
    position: relative; z-index: 2;

}

 /*#hide_shadow2{
    /*outline: 1px solid #cc00cc;/**/
/*    width: 99%;/**/ /*height: 20px;/**/
/*    background: #fcfcfc;
/*    position: absolute; top: 0px; left: 2px;  z-index: 6;
    
}/**/

 #left_shadow{
    /*outline: 1px solid #cc00cc;/**/
    width: 5px; height: 19px;
    box-shadow: 1px 1px 3px 2px #555;/**/
    position: absolute; top: -22px; left: -25px;  /*z-index: 555;/**/
}
 #left_shadow_hide{
    /*outline: 1px solid #cc00cc;/**/
    width: 15px; height: 150px;
    background: #fcfcfc;
    position: absolute; top: -35px; left: -25px; 
    border-radius: 15px;
}

 #right_shadow{
    /*outline: 1px solid #cc00cc;/**/
    width: 5px; height: 19px;
    box-shadow: 1px 1px 3px 2px #555;/**/
    position: absolute; top: -22px; right: -25px; 
}
 #right_shadow_hide{
    /*outline: 1px solid #cc00cc;/**/
    width: 15px; height: 150px;
    background: #fcfcfc;
    position: absolute; top: -35px; right: -25px; 
    border-radius: 15px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
                                              /*=== ПРОЧИЕ СТИЛИ ===*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*h1{
/*    width: 950px;
/*    /*text-align:  left;*/
/*    color: #000e61; font: bold 30px Arial, sans-serif;
/*    margin: 10px auto 10px;
/*}   /**/
/*
/*.about_detail_date{
/*    width: 500px;
/*    height: 25px;
/*    color: #000000;
/*    font: 20px Arial,sans-serif;
/*    padding: 0 0 0 75px; margin: 0 0 5px 0;
/*}   /**/
/*
/*
/*
/*#about_baseimg{
/*    width: 200px;
/*    margin: 0 15px 15px 10px;
/*    float: left;
/*}   /**/
</pre></body></html>