/* подключаем стили */

@import url('_my.css');
@import url('_blog.css');
@import url('_serv.css');
@import url('_main.css');
@import url('_kurses.css');

/* общие стили */

body {
   padding: 0;  
   margin: 0;
   font-family: Tahoma;
}
    
#bl_up{
    position: fixed;
    z-index: 9999;
    float: left;
    background: #FFFFFF;
    left: 5px;
    padding: 0px;  
    margin: auto;
    width: 90%;

}

#bl_up .navi {
    float: left;
    background: #CAC4B0;
    margin: 0;
    padding: 0;
    position: relative;
    width: 68%;
}
/* слоган */
#bl_up .slogan {
    float: left;

    margin-left: 50px;
    padding-left: 0px;
    width: 50%;
    font-size: 1em;
    font-style: italic;
    text-align: right;
    text-shadow: 3px -2px 2px #B5B8B1;
    line-height: 1;
    background: #fff;
}
/* логотип */
#bl_up .logo {
    float: right;
    width: 30%;

    padding-right: 5px;
}


/* меню верх   position: relative;   height: 50px; */
#bl_up .navi .menu-main {
  list-style: none;
  padding: 0 10px;
  margin: 0;
  font-size: 1.2em;
  text-align: left;
  background: white;

}
#bl_up .navi .menu-main:after {
  content: "";
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -20px;
}
#bl_up .navi .menu-main li {display: inline-block;}

#bl_up .navi .menu-main a {
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  padding: 0px 20px;
  font-family: Calibri, sans-serif;
  color: #777777;
  transition: .3s linear;
  position: relative;
}
#bl_up .navi .menu-main a:before, #bl_up .menu-main a:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F58262;
  opacity: 0;
  transition: .5s ease-in-out;
}
#bl_up .navi .menu-main a:before {left: 5px;}
#bl_up .navi .menu-main a:after {right: 5px;}
#bl_up .navi .menu-main a.current:before, #bl_up .menu-main a.current:after, #bl_up .menu-main a:hover:before, #bl_up .menu-main a:hover:after {opacity: 1;}
#bl_up .navi .menu-main a.current,#bl_up .menu-main a:hover {color: #F58262;}

/*    position: relative; */ 
#kol_left {
    position: absolute; 
    top: 100px;
    left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
    margin: 0px;
    height: 1000px;
    width: 10%;
    border: 3px solid #FFCC00;
    color: #54862;

}
#kol_r {
    position: relative;
    top: 160px;
    float: left;
    padding: 0;
    margin: 0 6px;
    min-height: 900px;
    width: 10%;
    background: #F5F5F5;
    color: #54862;
}
#kol_r p {
    padding-left: 5px;
    text-indent: 15px;
    color: #DD4492;  
}
.banner_up {
    position: relative; 
    width: 90%;
    top: 162px;
    left: 5px;
    height: 100px;

}

/* центральная колонка      border: 1px dashed #969992;    height: 750px;*/
#cent {
    position: relative; 
    top: 160px;
    left: 5px;
    float: left;
    background: #F5F5F5;
    min-height: 900px;
    margin: auto;
    width: 80%;

}
#cent p {
    padding-left: 5px;
    text-indent: 15px;

  
}
#foots {
    background: #F5F5F5;
    clear: both;
    text-align: right;
    position: relative;
    top: 220px;
    float: left;
    height: 100px;
    margin: auto;
    width: 90%;
}
.pict {
    float: right; /* Выравнивание по правому краю */
    margin: 0 0 5px 5px; /* Отступы вокруг фотографии */
}
.pict_left {
    float: left; /* Выравнивание по правому краю */
    margin: 0 0 5px 5px; /* Отступы вокруг фотографии */
}
#foots a {
   text-decoration: none;
}

#foots a:hover {
   color: #DD4492;
   text-transform: uppercase;
}

#foots .ban {
    float: left;
    padding-left: 15px;
    font-size: 0.8em;
    font-style: italic;
}

.sender {
    padding-left: 15px;
    height: 200px;
    width: 150px;    
}
