.facebook_head{
  height: 100px; 
  border-bottom: 1px solid gray;
}
.facebook_logo{
   float: left;
   height: 70px;
   padding-top: 30px;
}
.facebook_name{
    
}
.facebook_name{
    height: 150px;
    margin-left: 170px;
   padding-top: 15px; 
}
.facebook_name a{
color: #3B5998;
cursor: pointer;
text-decoration: none;
font-weight: bold;
font-size: 20px;
 
    
}
.kolichestvo_chlenov{
    padding-top: 5px;
    padding-left: 10px;
}
/* Video popup */
	.video-popup {
		margin: 0 auto;
		width: 640px !important;
		}
	.ui-dialog {
	    width: 640px !important;
	    margin: 0 auto !important;
	    }
.ui-button {
  display:none;
}
.video {
  margin-top:20px; 
}
				.about__why__video {
					text-decoration: none;
					}
					.about__why__video__pic {
						position: relative;
						float: left;
						overflow: hidden;
						margin-right: 10px;
						width: 210px;
						height: 128px;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;
						-webkit-box-shadow: 0 10px 25px -8px rgba(44, 83, 107, .5);
						box-shadow: 0 10px 25px -8px rgba(44, 83, 107, .5);
						}
                                                
						.about__why__video__pic > .after,
						.about__why__video__pic:after {
							position: absolute;
							top: 0;
							left: 0;
							display: block;
							width: 100%;
							height: 100%;
							background: url(/images/seo-new/icon-play.png) no-repeat 50% rgba(0, 0, 0, .3);
							content: '';
							}
						.about__why__video:hover .about__why__video__pic > .after,
						.about__why__video:hover .about__why__video__pic:after {
							background: url(/images/seo-new/icon-play.png) no-repeat 50% rgba(0, 0, 0, .4); 
							}
						.about__why__video__pic img {
							/*max-width: 180px;*/
							-webkit-border-radius: 3px;
							-moz-border-radius: 3px;
							border-radius: 3px;
							}
					.about__why__video__title {
						display: block;
						overflow: hidden;
						padding-top: 14px;
						color: #229fea;
						font-size: 13px;
						font-family: Arial;
						line-height: 1.5;
						}
						.about__why__video__title i {
							border-bottom: 1px dotted #229fea;
							font-style: normal;
							}
					.about__why__video:hover .about__why__video__title {
						color: #0079c2;
						}
						.about__why__video:hover .about__why__video__title i {
							border-color: #0079c2;
							}
                                                                                     