/* Определение переменных
   ========================================================================== */
/*
@pfdinTextProMedium: 'PFDinTextPro-Medium';
@pfdinTextProRegular: 'PFDinTextPro-Regular';
@openSansLight: 'OpenSans-light';
@openSansItalic: 'OpenSans-italic';
@openSansSemiboldItalick: 'OpenSans-semiboldItalic';
@calibri: 'Calibri';
*/
/* Прозрачность.
   ========================================================================== */
/* Стандартная рамка с круглымы углами.
   ========================================================================== */
/* Скругленые углы.
   ========================================================================== */
/* Тень.
   ========================================================================== */
/* Тень текста.
   ========================================================================== */
/* Центрирование абсолютно спозиционированного элемента по горизонтали и вертикали.
   ========================================================================== */
/* Центрирование абсолютно спозиционированного элемента по горизонтали.
   ========================================================================== */
/* Центрирование абсолютно спозиционированного элемента по вертикали.
   ========================================================================== */
/* Шрифт.
   ========================================================================== */
/* Плавная смена свойств.
   ========================================================================== */
/* Трасформация.
   ========================================================================== */
/* Поворт элемента.
   ========================================================================== */
/* Зумирование элемента.
   ========================================================================== */
/* Убираем отступы у inline-block элементов.
   ========================================================================== */
/* Размытие
   ========================================================================== */
/* Background cover
   ========================================================================== */
/* Используется для перекрытия блока.
   ========================================================================== */
/* Метод выделения.
   ========================================================================== */
html,
body {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  cursor: default;
  background: #ffffff url('../images/white-bg.png') repeat;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.b-rich-content h2 {
  margin: 30px 0;
  letter-spacing: 0.1px;
  font: 25px 'Arial', sans-serif;
  line-height: 1.2;
  color: #000000;
}
.b-rich-content h3 {
  margin: 27px 0;
  letter-spacing: 0.1px;
  font: 21px 'Arial', sans-serif;
  line-height: 1.2;
  color: #000000;
}
.b-rich-content h4 {
  margin: 22px 0;
  font: 18px 'Arial', sans-serif;
  line-height: 1.2;
  color: #000000;
}
.b-rich-content p {
  text-indent: 36px;
  letter-spacing: -0.2px;
  font: 14px 'Arial', sans-serif;
  line-height: 1.6;
  color: #000000;
}
.b-rich-content p a {
  font: 14px 'Arial', sans-serif;
  line-height: 1.6;
  color: #0083fe;
}
.b-rich-content p a:hover {
  text-decoration: none;
}
.b-rich-content em {
  font-style: italic;
}
.b-rich-content strong {
  font-weight: bold;
}
.b-rich-content ul,
.b-rich-content ol {
  margin: 20px 0;
  padding: 0 0 0 20px;
}
.b-rich-content ul li {
  padding-left: 35px;
  font: 14px 'Arial', sans-serif;
  line-height: 1.6;
  color: #000000;
  background: url('../images/list-item-marker.png') no-repeat;
}
.b-rich-content li + li {
  margin-top: 25px;
}
.b-rich-content table tr + tr td {
  border-top: 1px solid #dfdfdf;
}
.b-rich-content img {
  margin: 10px 10px 10px 0;
}
.g-button {
  display: inline-block;
  height: 48px;
  padding: 0 37px;
  text-transform: uppercase;
  text-decoration: none;
  font: 15px 'OpenSans', sans-serif;
  line-height: 48px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #2a4263;
  cursor: pointer;
}
.g-button:hover {
  background: #4688e2;
}
