body {
    margin: 0 auto;
}
#main {
    width: 100%;
}
#site {
    max-width: 1024px;
    min-width: 200px;
    margin: 0 auto;
    background:#fff;
}
#logo {
    display:block;
    overflow:hidden;
    text-indent:-600px;
    margin:0 auto;
}
/*title*/
h1,h2,h3,h4,h5,h6 {
    font: bold 26px Times New Roman, serif;
    text-shadow: 1px 1px 2px #BFC5C5;
    color: #9E4813;
    text-indent: 10px;
}
h2 {
    font-size: 21px;
    color: #60007E;
}
h3 {
    font-size: 19px;
    color: #500869;
}
h4, h5, h6 {
    color: #000;
}
h4 {
    font-size: 12px;
}
h5 {
    font-size: 10px;
}
h6 {
    font-size: 8px;
}
/*text*/
p, #content ul {
    font: 18px Times New Roman, serif;
    color: #252634;
}
.yellow {
    color: #F7A119;
}
.brown {
    color: #9E4813;
}
.blue {
    color: #0000CC; font-style: italic;
}
.green{
    font-weight: bold;
    color: #06953A;
}
.red{
    font-weight: bold;
    color: #D01812;
}
.italic {
    color: #000000;
    font-style: italic;
}
.bold {
    color: #000000;
    font-weight: bold;
}
.underitalic {
    color: #000000;
    font-style: italic;
    text-decoration: underline;
}
.bitalic {
    color:#000000;
    font-style: italic;
    font-weight: bold;
    text-decoration:underline;
}
/*links*/
#content p a:link, p a:hover, p a:active, p a:visited {
    font: 18px Times New Roman, serif;   
}
p a:link, p a:hover, p a:active, p a:visited {
    font: 16px Times New Roman, serif;
    color: #0000FF;
}
p a:hover, p a:visited {
    color: #4B8DFC;
    text-decoration: none;
    border-bottom: 1px dashed #0000FF;
}
p a:active {
    color: #4B8DFC;
}
p a:visited {
    color: #0000FF;
}
/*center blok*/
#contentBlok {
    width: 1024px;
}
#contentDiv {
    width: 770px;
}
#topCenter {
    position: absolute;
    width: 758px;
    height: 35px;
    border-radius: 3px;
    border-right: 1px solid #989292;
    border-left: 1px solid #989292;
    margin-bottom: 20px;
    background-image:-webkit-linear-gradient(top,#989292,#FBFCFC);
    background-image:-webkit-linear-gradient(top, #989292,#FBFCFC);
    background-image:linear-gradient(to bottom,#989292,#FBFCFC);
    color: #fff;
    font: italic bold 13px Arial, sans-serif;
}
#content, #sidebar, #new {
    float: left;
}
#content {
    width: 728px;
    border: 1px solid #989292;
    border-radius: 3px;
    box-shadow: 3px 1px 5px #8F8F8F;
    padding: 25px 15px 25px;
    margin: 0 10px 0 0;
}
/*sidebar*/
#sidebar {
    width: 252px;
    border: 1px solid #989292;
    border-radius: 3px;
    box-shadow: 3px 1px 5px #8F8F8F;
    margin: 0 0 20px 0;
    
}
#topbarC {
    width: 252px;
    height: 35px;
    background-image:-webkit-linear-gradient(top,#989292,#FBFCFC);
    background-image:-webkit-linear-gradient(top, #989292,#FBFCFC);
    background-image:linear-gradient(to bottom,#989292,#FBFCFC);
    position: absolute;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font: italic bold 13px Arial, sans-serif;
}
#bar {
        width: 90%;
        margin: 0 auto;
        padding: 40px 5% 5px;
    }
/*metrics*/
#watch {
    clear: left;
    width: 1024px;
    height: 35px;
}
#watch div {
    float: right;
    width: 88px;
    margin: 3px 3px;
}
/*footer*/
#footerBlok {
    width: 1024px;
    height: 35px;
    border: 1px solid #989292;
    border-radius: 3px;
    background-image:-webkit-linear-gradient(top,#989292,#FBFCFC);
    background-image:-webkit-linear-gradient(top, #989292,#FBFCFC);
    background-image:linear-gradient(to bottom,#989292,#FBFCFC);
    box-shadow: 3px 1px 5px #8F8F8F;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font: italic bold 13px Arial, sans-serif;
    padding-top: 7px;
    clear: left;
}
/*menu navigation*/
a#move_up{position:fixed;bottom:20px;width:28px;height:26pх;-webkit-border-radius:0px 7px 7px 0px;border-radius:0px 7px 7px 0pх;-moz-border-radius-topleft:0px;-moz-border-radius-topright:7px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:7px;display:none;text-decoration:none;background:#2fbabe;padding:5px 4px 7px;margin-left:0;opacity:.8;filter:alpha(opacity=80)}
a#move_up:hover{background:#279399}
a#pull {
    display: none;
}
.navig {
    display: block;
    overflow:hidden;
    list-style-type: none;
    margin: 5px 0; 
    padding: 0 0;
}
.navig li {
    float: left;
}
.navig li a{
    display: block;
    padding: 7px 20px 7px 37px;
    font: 16px Times New Roman, serif;
    color: #000000;
    text-decoration: none;
    background-image: url(../images/sprot.jpg);
    background-repeat: no-repeat;
    background-position: 0 -31px;
}
.navig li a.prog {
    background-image: url(../images/sdick.jpg);
}
.navig li a.inet {
    background-image: url(../images/sinet.jpg);
}
.navig li a:hover{
    background-position: 0 0;
    color: #1724D0;
}
/*clear*/
.clear {
    clear: both;
}
/*list*/
#menu {
    font: 15px Times New Roman, serif;
    color: #000000;
    line-height: 2;
    list-style: outside url(../images/kn.gif);
    width: 190px;
    padding: 5px 20px;
    margin: 0;
}
#menu a:link {
    color: #0000FF;
}
#menu a:hover {
    color: #4B8DFC;
    text-decoration: none;
    border-bottom: 1px dashed #0000FF;
}
#menu a:active {
    color: #4B8DFC;
}
#menu a:visited {
    color: #0000FF;
    text-decoration: none;
    border-bottom: 1px dashed #0000FF;
}
/*images*/
img{
    max-width:100%;
    height:auto;
    }
#centerContent {
	text-align: center;
}
.leftImg {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
/*ads*/
#ads {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 3px auto;
}
/*social*/
#social {
    width: 728px;
}
#share {
    float: left;
    width: 200px;
    height: 32px;
    margin: 7px 10px 7px 0;
}
#fb {
    clear: left;
    width: 100%;
    margin: 7px 0;
}
/*overview*/
#new {
    width: 725px;
    border-bottom: double #B700B7;
    margin: 3px 3px;
    padding: 0 0;
}
#new img {
    margin: 5px 17px 20px 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-box-shadow: 2px 2px 11px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 11px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 11px rgba(0,0,0,0.75);
    float: left;
}
#new p {
    margin-top: 5px;
}
/*other*/
.white {
    font: bold italic 14px Times New Roman, serif;
    color: #fff;
    text-align: center;
    margin: 7px 0 0 0;
}
/*youtube*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; 
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*vk
#vkshare0 td a{
    height: 15px;
}*/
/*стили для размеров больше 1024px*/
@media only screen and (min-width:1025px){
    #logo {
    width:1024px;
    height:109px;
    background:url(../images/logo.jpg) no-repeat;
    }
}
/*стили для размеров больше 642px и меньше 1024px*/
@media only screen and (min-width:642px) and (max-width:1024px){
    #main, #contentBlok, #contentDiv, #new, #social, #watch, #sidebar, #topbarC, #topCenter, #footerBlok {
        width: 100%;
    }
    #logo {
        width:642px;
        height:113px;
        background:url(../images/m-logo.png) no-repeat scroll top left transparent;
    }
    #content {
        width: 94%;
        padding: 25px 3% 25px;
        margin: 0 0 10px 0;
    }
    #content, #sidebar, #topCenter, #topbarC, #footerBlok {
        border: 0;
        box-shadow: none;
    }
    #bar {
        width: 90%;
        margin: 0 auto;
        padding: 40px 5% 5px;
    }
    #menu li {
        float: left;
        margin: 3px 3px;
    }
    #menu {
        color: #000000;
        list-style: none;
        width: 100%;
        padding: 0 0;
    }
    #menu a:hover {
        color: #79C7DF;
    }
    #menu a:active {
        color: #79C7DF;
        background-color: #89D3E9;
    }
    #menu a:visited {
        color: #fff;
        background-color: #E97232;
        padding: 3px 10px;
    }
    #menu li a:link{
        font: bold 18px Times New Roman, serif;
        background-color: #29B9E9;
        color: #fff;
        text-decoration: none;
        line-height: 2;
        padding: 3px 10px 5px;
        border-radius: 3px;
        border: 0;
    } 
}
/*стили для размеров меньше 641px и больше 501px*/
@media only screen and (min-width:501px) and (max-width:641px){
    #main, #contentBlok, #contentDiv, #new, #social, #watch, #sidebar, #topbarC, #topCenter, #footerBlok {
        width: 100%;
    }
    #logo {
        width:500px;
        height:99px;
        background:url(../images/m500-logo.png) no-repeat scroll top left transparent;
    }
    #content {
        width: 94%;
        padding: 25px 3% 25px;
        margin: 0 0 10px 0;
    }
    #content, #sidebar, #topCenter, #topbarC, #footerBlok {
        border: 0;
        box-shadow: none;
    }
    .navig {
        display: none;
    }
    a#pull {
        display: block;
        font: bold 18px Times New Roman, serif;
        color: #fff;
        background-color: #29B9E9;
        text-decoration: none;
        border-radius: 5px;
        padding: 5px 3%;
        margin: 5px auto;
        width: 94%;
        position: relative;
    }
    a#pull:after {
        content: "";
        background: url(../images/menu-icon.png) no-repeat;
        width: 12px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 3%;
    }
    #menu li {
        float: left;
        margin: 3px 3px;
    }
    #menu {
        color: #000000;
        list-style: none;
        width: 100%;
        padding: 0 0;
    }
    #menu a:hover {
        color: #79C7DF;
    }
    #menu a:active {
        color: #79C7DF;
        background-color: #89D3E9;
    }
    #menu a:visited {
        color: #fff;
        background-color: #E97232;
        padding: 3px 10px;
    }
    #menu li a:link{
        font: bold 18px Times New Roman, serif;
        background-color: #29B9E9;
        color: #fff;
        text-decoration: none;
        line-height: 2;
        padding: 3px 10px 5px;
        border-radius: 3px;
        border: 0;
    } 
}    
/*стили для размеров меньше 500px и больше 240px*/
@media only screen and (min-width:240px) and (max-width:500px){
    #main, #contentBlok, #contentDiv, #new, #social, #watch, #sidebar, #topbarC, #topCenter, #footerBlok {
        width: 100%;
    }
    #logo {
        width:240px;
        height:40px;
        background:url(../images/m240-logo.png) no-repeat scroll top left transparent;
        margin: 0 auto;
    }
    #content {
        width: 94%;
        padding: 0 3% 10px;
        margin: 0 0 10px 0;
    }
    #topCenter {
        display: none;
    }
    #content, #sidebar, #topbarC, #footerBlok {
        border: 0;
        box-shadow: none;
    }
    .navig {
        display: none;
    }
    a#pull {
        display: block;
        font: bold 18px Times New Roman, serif;
        color: #fff;
        background-color: #29B9E9;
        text-decoration: none;
        border-radius: 5px;
        padding: 5px 3%;
        margin: 5px auto;
        width: 94%;
        position: relative;
    }
    a#pull:after {
        content: "";
        background: url(../images/menu-icon.png) no-repeat;
        width: 12px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 3%;
    }
    #menu li {
        float: left;
        margin: 3px 3px;
    }
    #menu {
        color: #000000;
        list-style: none;
        width: 100%;
        padding: 0 0;
    }
    #menu a:hover {
        color: #79C7DF;
    }
    #menu a:active {
        color: #79C7DF;
        background-color: #89D3E9;
    }
    #menu a:visited {
        color: #fff;
        background-color: #E97232;
        padding: 3px 10px;
    }
    #menu li a:link{
        font: bold 18px Times New Roman, serif;
        background-color: #29B9E9;
        color: #fff;
        text-decoration: none;
        line-height: 2;
        padding: 3px 10px 5px;
        border-radius: 3px;
        border: 0;
    }
    h1,h2,h3,h4,h5,h6 {
        font: bold 18px Times New Roman, serif;
        color: #9E4813;
        text-indent: 0;
    }
    h2 {
        font-size: 16px;
        color: #60007E;
    }
    h3 {
        font-size: 16px;
        color: #500869;
    }
    h4, h5, h6 {
        font-size: 16px;
        color: #000;
    }
    p a:link, p a:hover, p a:active, p a:visited {
        font: 16px Times New Roman, serif;
    }
    p {
        font: 16px Times New Roman, serif;
    }
}    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    