@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?u86jps');
  src:  url('fonts/icomoon.eot?u86jps#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?u86jps') format('truetype'),
    url('fonts/icomoon.woff?u86jps') format('woff'),
    url('fonts/icomoon.svg?u86jps#icomoon') format('svg');
  font-weight: 400;
  font-style: normal
}

[class^="ico-"], [class*=" ico-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ico-vk:before {
  content: "\e910";
}
.ico-viber:before {
  content: "\e911";
}
.ico-whatsapp:before {
  content: "\ea93";
}
.ico-telegram:before {
  content: "\ea95";
}


.social-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #4872a3;
  border: none;
  line-height: 39px;
  color: #fff !important;
  font-size: 20px !important;
  text-align: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-bottom: 10px;
  -webkit-user-select: none;
  margin-right: 3px;
}
     
.social-button:hover,
.social-button:focus {
  text-decoration: none!important;
  background-color: rgba(255, 255, 255, 0);
  /* font-size: 32px !important; */
  color: #4872a3 !important;
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 0 3px #4872a3;
  border: none
}

.social-button.ico-viber {
	background: #665cac;
}

.social-button.ico-viber:hover,
.social-button.ico-viber:focus {
	color: #665cac !important;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 3px #665cac;
}

.social-button.ico-whatsapp {
	background: #00e676;
}

.social-button.ico-whatsapp:hover,
.social-button.ico-whatsapp:focus {
	color: #00e676 !important;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 3px #00e676;
}

.social-button.ico-telegram {
	background: #2fa7db;
}

.social-button.ico-telegram:hover,
.social-button.ico-telegram:focus {
	color: #2fa7db !important;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 3px #2fa7db;
}
