/* Стили для оформления кнопок поделиться */

#share {

	width: 100%;

	margin: 0 auto;

	text-align: center;

}

 

.like {

font-size: 16px;

font-weight: 700;

padding-top: 10px;

margin-bottom: 10px;

}

 

.push {

    display: inline-block;

    min-width: 100px;

    margin: 5px 2px 10px 2px;

    font-size: 15px;

    text-align: center;

    color: #fff;

    cursor: pointer;

    padding: 5px;

}

 .social {
	/* margin-top: 15px; */
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	height: 60px;
}

.mail{background-color: #089c43;text-decoration: none}

.mail:hover {background-color:#08863a;color:#fff;text-decoration: none;}	







.facebook {background-color:#3b5998;}

.facebook:hover {background-color:#2d4373;color:#fff;text-decoration: none;}

 

.google {background-color:#dd4b39;}

.google:hover {background-color:#c23321;color:#fff;text-decoration: none;}

 

.pinterest {background-color:#bd081c;}

.pinterest:hover {background-color:#881f12;color:#fff;text-decoration: none;}

 

.whatsapp {background-color:#0B8F37;}

.whatsapp:hover {background-color:#5E9206;color:#fff;text-decoration: none;}

 

.twitter {background-color:#55acee;}

.twitter:hover {background-color:#2795e9;color:#fff;text-decoration: none;}

 

.vkontakte {background-color:#587ea3;}

.vkontakte:hover {background-color:#466482;color:#fff;text-decoration: none;}

 

.ok {background-color:#ee8208;}

.ok:hover {background-color: #a05f20; color:#fff;text-decoration: none;}

/* Стили для оформления кнопок поделиться */
/*--------------------------------------------------------------------------------------------------------------*/
@media only screen 
and (max-width : 800px) {

.whatsapp{
        display:none;
 } 
}
