/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */
.logo-row .logo img {
    max-height: 90px;
}

.social_share{
	display: flex;
    justify-content: flex-start;
}

.social_share .fa{
	border-radius: 18px;
    color: #ffffff;
    font-size: 16px;
    padding: 4px 5px;
    vertical-align: top;
	background-color: #969ba5;
}

.social_share #facebook_share i{
	padding: 4px 8px !important;
}

.social_share a{
	margin-right: 3px;
}

.social_share_header{
	padding-left: 6px;
	margin-top: 0px !important;
}

.social_share_header #facebook_share i{
	padding: 6px 10px !important;
}

.logo-row .top-callback .phone .fa, .logo-row .top-callback .email .fa {
    margin: 0 2px !important;
}

a#whatsapp_share i.fa{
	background-color: #25D366;
}

.logo-row .top-description {
    line-height: 16px;
    padding: 33px 0 0 10px;
}

@media (max-width: 767px){
	.logo-row .logo img {
		height: 16.1vw;
		min-height: -webkit-fill-available;
		width: auto;
	}
	div.social_share {
		display: flex;
		justify-content: center;
	}
}