@font-face {
  font-family: 'procms';
  src: url('procms.eot?2397130');
  src: url('procms.eot?2397130#iefix') format('embedded-opentype'),
       url('procms.woff2?2397130') format('woff2'),
       url('procms.woff?2397130') format('woff'),
       url('procms.ttf?2397130') format('truetype'),
       url('procms.svg?2397130#procms') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 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: 'procms';
    src: url('procms.svg?2397130#procms') format('svg');
  }
}
*/
 
 [class^="pci-"]:before, [class*=" pci-"]:before {
  font-family: "procms";
  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); */
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;padding-right: .3em;
}
.fa-pull-right {
  float: right;padding-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-45,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}

.pci-mail:before { content: '\e800'; } /* '' */
.pci-heart:before { content: '\e801'; } /* '' */
.pci-heart-empty:before { content: '\e802'; } /* '' */
.pci-star:before { content: '\e803'; } /* '' */
.pci-star-empty:before { content: '\e804'; } /* '' */
.pci-star-half:before { content: '\e805'; } /* '' */
.pci-user:before { content: '\e806'; } /* '' */
.pci-plus-circled:before { content: '\e807'; } /* '' */
.pci-ms-zamer:before { content: '\e808'; } /* '' */
.pci-ok:before { content: '\e809'; } /* '' */
.pci-ok-circled:before { content: '\e80a'; } /* '' */
.pci-ok-circled2:before { content: '\e80b'; } /* '' */
.pci-ms-rab:before { content: '\e80c'; } /* '' */
.pci-ms-ok:before { content: '\e80d'; } /* '' */
.pci-eye:before { content: '\e80e'; } /* '' */
.pci-link:before { content: '\e80f'; } /* '' */
.pci-home:before { content: '\e810'; } /* '' */
.pci-ms-nature:before { content: '\e811'; } /* '' */
.pci-users:before { content: '\e812'; } /* '' */
.pci-list-alt:before { content: '\e813'; } /* '' */
.pci-ms-gar:before { content: '\e814'; } /* '' */
.pci-ms-car:before { content: '\e815'; } /* '' */
.pci-ms-fon:before { content: '\e816'; } /* '' */
.pci-phone:before { content: '\e817'; } /* '' */
.pci-share:before { content: '\e819'; } /* '' */
.pci-calendar:before { content: '\e81a'; } /* '' */
.pci-pencil:before { content: '\e81b'; } /* '' */
.pci-up-big:before { content: '\e81c'; } /* '' */
.pci-plus:before { content: '\e81d'; } /* '' */
.pci-minus-squared:before { content: '\e81e'; } /* '' */
.pci-spin5:before { content: '\e838'; } /* '' */
.pci-spin6:before { content: '\e839'; } /* '' */
.pci-location:before { content: '\f031'; } /* '' */
.pci-trash:before { content: '\f083'; } /* '' */
.pci-link-ext:before { content: '\f08e'; } /* '' */
.pci-blank:before { content: '\f0c8'; } /* '' */
.pci-mail-alt:before { content: '\f0e0'; } /* '' */
.pci-chat-empty:before { content: '\f0e6'; } /* '' */
.pci-plus-squared:before { content: '\f0fe'; } /* '' */
.pci-circle:before { content: '\f111'; } /* '' */
.pci-star-half-alt:before { content: '\f123'; } /* '' */
.pci-unlink:before { content: '\f127'; } /* '' */
.pci-info:before { content: '\f129'; } /* '' */
.pci-ok-squared:before { content: '\f14a'; } /* '' */
.pci-link-ext-alt:before { content: '\f14c'; } /* '' */
.pci-paper-plane:before { content: '\f1d8'; } /* '' */
.pci-circle-thin:before { content: '\f1db'; } /* '' */
.pci-cc-visa:before { content: '\f1f0'; } /* '' */
.pci-cc-mastercard:before { content: '\f1f1'; } /* '' */
.pci-whatsapp:before { content: '\f232'; } /* '' */
.pci-facebook-rect:before { content: '\f301'; } /* '' */
.pci-vkontakte-rect:before { content: '\f30a'; } /* '' */
.pci-odnoklassniki-rect:before { content: '\f30d'; } /* '' */
.pci-youtube:before { content: '\f313'; } /* '' */
.pci-instagram:before { content: '\f32d'; } /* '' */
.pci-spread:before { content: '\f527'; } /* '' */