 .video_icon {
    background: url(../images/sprite1.png) 0 0 no-repeat;
    height: 10px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: center -400px;
}
.photo_icon {
    background: url(../images/sprite1.png) 0 0 no-repeat;
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: center -440px;
}
.doc {
    color: #fff;
    padding: 2px 3px 0 3px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "PT Sans Regular";
    display: inline-block;
    background-color: #003000;
    line-height: 11px;
}
.banner_shapka_left, .banner_shapka_right, .banner_center_verh, .banner_center_niz, .banner_center, .banner_left_verh, .banner_left_niz, .banner_left_niz2, .banner_right_verh, .banner_right_niz, .banner_right_niz2{
    width: 100%;
    text-align: center;
    overflow: hidden;
        margin: auto;
}
.banner_shapka_left{
	float: left;
	max-width: 49.9%;
	height: 90px;
}	
.banner_shapka_right{
	float: right;
	max-width: 49.9%;
	height: 90px;
}
.banner_fullstory{
    width: 100%;
    height: 240px;
    text-align: center;
}

.banner_left_verh, .banner_left_niz, .banner_left_niz2, .banner_right_verh, .banner_right_niz, .banner_right_niz2{
    max-width: 300px;
    width: 100%;
}
.banner_center_verh, .banner_center_niz, .banner_center{
    max-width: 740px;
    width: 100%;
}
.banner_full_center_niz{
    width: 100%;
    max-width: 740px;
    padding: 5px;
}



/*==============================================================================*/

@media screen and (max-width: 720px){
    .not_mob{
        display:none;
    }
}
@media screen and (min-width: 720px){
	.mob{
        display:none;
    }
}