@font-face {
  font-family: 'fontello';
  src: url('/css/font/fontello.eot?18852997');
  src: url('/css/font/fontello.eot?18852997#iefix') format('embedded-opentype'),
       url('/css/font/fontello.woff2?18852997') format('woff2'),
       url('/css/font/fontello.woff?18852997') format('woff'),
       url('/css/font/fontello.ttf?18852997') format('truetype'),
       url('/css/font/fontello.svg?18852997#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?18852997#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-location:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e804'; } /* '' */
.icon-phone:before { content: '\e805'; } /* '' */
.icon-home:before { content: '\e82a'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-skype:before { content: '\f17e'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */

.icon-vkontakte:before, .icon-twitter:before, .icon-linkedin:before, .icon-facebook:before, .icon-gplus:before,.icon-instagram:before, .icon-whatsapp:before, .icon-skype:before, .icon-telegram:before{
    color: #fff;
    font-size: 23px;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 3px 0;
}
.icon-telegram:before{
  color: #0083BE
}
.icon-twitter:before {
    background-color: #109FD6;
}
.icon-linkedin:before {
    background-color: #0083BE;
}
.icon-facebook:before {
    background-color: #5173B6;
}
.icon-gplus:before {
    background-color: #C73737;
}
.icon-vkontakte:before{
  background-color: #5181B8;
}
.icon-instagram:before {
    background: linear-gradient(to top right, #FCC551,#8B1ACA);
}
.icon-location:before, .icon-phone:before, .icon-mail:before {
    font-size: 16px;
    color: #17479e;
}
.icon-whatsapp:before{
  background-color: #1BD744;
}

.socialLinks_contForm{
  text-align: right;
  margin-bottom: 10px;
}
.socialLinks_contacts{
    text-align: left;
    margin: 10px 0;
}
.socialLinks_contForm a, .socialLinks_contacts a{display: inline-block;}
.social-and-payment-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-and-payment-info p{
  color: #fff;
}
.social-and-payment-info a{
  color: #fff;
}
.payment-type{
  display: flex;
  align-items: center;
}
.payment-type ul{
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-type ul li{
  margin-left: 10px;
  width: auto;
}
.payment-methods-step1{
  position: absolute;
  right: 0;
  top: -10px;
}
/*-----------------     fontawesome styles     -----------------*/
[class^="fa-"]:before, [class*=" fa-"]:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
 }
.fa-viber:before{
  display: inline-block;
  color: #fff;
  background-color: #7B519D;
    font-size: 23px;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 3px 0;
}

@media screen and (max-width:767px){
  .social-and-payment-info{
    align-items: center;
    flex-wrap: wrap;
	}
	.social-and-payment-info{
		justify-content: center;
	}
  .payment-info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
	.payment-type {
    width: 100%;
    display: flex;
    justify-content: center;
	}
  .socialLinks_contForm{
    padding: 34px 10px;
  }
  .payment-methods-step1{
    position: relative;
  }
  .payment-type ul{
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width:480px){
  .payment-type{
    flex-wrap: wrap;
  }
  .payment-type ul{
    width: 100%;
    justify-content: space-around;
  }
  .payment-type ul li{
    margin: 0;
  }
}
