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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'handcuffs' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-handcuffs:before {
  content: "\e900";
}

.price-table .fa-rub {
	display: inline;
}

.price-table {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

td {
	border-bottom: 1px solid black;
	padding: 2px
}

.price-table td:nth-child(7) {
	white-space: nowrap
}

.moto-widget-text-content > p {
  margin-top: 0;
  margin-bottom: 2rem;
}

.moto-widget-text-content > p:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
	margin-bottom: 3rem;
}
