div.header-phone__number {
	padding-top:10px;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.header-phone__number .mail {
    width: max-content;
}

.block-2 .soc-content {
	box-sizing: border-box;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
    text-align: inherit;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: 5px;
}

.block-2 .soc-content .soc-item {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: middle;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
}

.block-2 .soc-content .soc {
    margin: 2px;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    vertical-align: middle;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-decoration: none;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
    width: 25px;
}


.block-2 .soc-content .wg-soc-icon {
    box-sizing: border-box;
    min-width: 20px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}

.block-2 .soc-content .ins .wg-soc-icon {
    border: none;
	background:url(/f/instagram.svg) left 50% top 50% / contain no-repeat;
    width: 27px;
    min-height: 40px;
    text-align: left;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.block-2 .soc-content .whatsapp .wg-soc-icon {
    border: none;
    background:url(/f/whatsapp.svg) left 50% top 50% / contain no-repeat;
    width: 25px;
    min-height: 40px;
    text-align: left;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.whatsapp-icon {
    display: block;
    position: fixed;
    bottom: 6%;
    right: 3%;
    animation-name: whatsapp-rotate;
    animation-duration: 2.2s;
    animation-iteration-count: 15;
    animation-timing-function: ease-in-out;
    animation-delay: 3s;
    animation-play-state: running;
    border-radius: 50%;
    overflow: hidden;
    width: 64px;
    height: 64px;
}

.whatsapp-icon:hover {
    filter: drop-shadow(5px 5px 9px #75c065);
    animation-play-state: paused;
}

@media (min-width: 769px) {
  .whatsapp-icon {
    display: none;
  }
  
}
@media (max-width: 769px) {
  	.header-phone__number .mail {
		position: static;
		font-size: 16px;
	}
}