/* reset styles
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del,
s,
strike {
  text-decoration: line-through;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}
/* Common classes
-----------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.clear-fix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.webkit-flicker-fix {
  -webkit-backface-visibility: hidden;
}
.webkit-border-radius-fix {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
  -webkit-backface-visibility: hidden;
}
/* positioning
-----------------------------------------------------------------------------*/
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* sizing
-----------------------------------------------------------------------------*/
.full-width,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  box-sizing: border-box;
  width: 100%;
}
/* transitions
-----------------------------------------------------------------------------*/
a,
a *,
a:before,
a:after {
  transition: all 200ms ease;
}
.base-margin-bottom,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
p,
ul,
ol,
table,
blockquote,
.text-content .row {
  margin-bottom: 9px;
}
.base-margin-bottom:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.text-content .row:last-child {
  margin-bottom: 0;
}
@font-face {
  font-family: "Raleway Regular";
  src: url("fonts/RalewayRegular/RalewayRegular.eot");
  src: url("fonts/RalewayRegular/RalewayRegular.eot?#iefix") format("embedded-opentype"), url("fonts/RalewayRegular/RalewayRegular.woff") format("woff"), url("fonts/RalewayRegular/RalewayRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Raleway Light";
  src: url("fonts/RalewayLight/RalewayLight.eot");
  src: url("fonts/RalewayLight/RalewayLight.eot?#iefix") format("embedded-opentype"), url("fonts/RalewayLight/RalewayLight.woff") format("woff"), url("fonts/RalewayLight/RalewayLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Raleway Extra Light";
  src: url("fonts/RalewayExtraLight/RalewayExtraLight.eot");
  src: url("fonts/RalewayExtraLight/RalewayExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/RalewayExtraLight/RalewayExtraLight.woff") format("woff"), url("fonts/RalewayExtraLight/RalewayExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body,
input,
button,
select,
textarea {
  font-family: 'Raleway Regular', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
}
body {
  line-height: 1.5;
}
a {
  color: #1e90ff;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
ul,
ol {
  padding-left: 20px;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
pre,
code {
  font-family: monospace;
}
.text-content {
  /* grid
-----------------------------------------------------------------------------*/
  /* table
-----------------------------------------------------------------------------*/
}
.text-content blockquote {
  border-left: 2px solid #ccc;
  background: #f2f2f2;
  padding: 10px;
}
.text-content q:before {
  content: '“';
}
.text-content q:after {
  content: '”';
}
.text-content thead th {
  border-bottom: 2px solid #ccc;
}
.text-content tbody td {
  border-bottom: 1px solid #ccc;
}
.text-content tbody tr:nth-child(even) td {
  background: #f2f2f2;
}
.text-content th,
.text-content td {
  padding: 10px;
}
/* button
-----------------------------------------------------------------------------*/
.button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}
.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.lte-ie-8 .button input {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/* inputs
-----------------------------------------------------------------------------*/
input {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  display: block;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}
textarea {
  overflow: auto;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html {
  height: 100%;
}
.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}
.page-wrapper,
.footer {
  max-width: none;
  min-width: 0;
  width: 100%;
  margin: 0 auto;
}
.no-flexbox .page-wrapper,
.no-flexbox .footer {
  width: auto;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
  min-height: 0;
}
.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page-body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-body.flex-none {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.wrapper {
  position: relative;
}
/*
@import url(structure-grid.less);
@import url(structure-grid-px.less);
@import url(structure-sidebars.less);
*/
/* responsive text align
-----------------------------------------------------------------------------*/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-fifth-xs-1, .col-fifth-sm-1, .col-fifth-md-1, .col-fifth-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-fifth-xs-2, .col-fifth-sm-2, .col-fifth-md-2, .col-fifth-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-fifth-xs-3, .col-fifth-sm-3, .col-fifth-md-3, .col-fifth-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-fifth-xs-4, .col-fifth-sm-4, .col-fifth-md-4, .col-fifth-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-fifth-xs-5, .col-fifth-sm-5, .col-fifth-md-5, .col-fifth-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-fifth-xs-6, .col-fifth-sm-6, .col-fifth-md-6, .col-fifth-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-fifth-xs-7, .col-fifth-sm-7, .col-fifth-md-7, .col-fifth-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-fifth-xs-8, .col-fifth-sm-8, .col-fifth-md-8, .col-fifth-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-fifth-xs-9, .col-fifth-sm-9, .col-fifth-md-9, .col-fifth-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-fifth-xs-10, .col-fifth-sm-10, .col-fifth-md-10, .col-fifth-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-fifth-xs-11, .col-fifth-sm-11, .col-fifth-md-11, .col-fifth-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-fifth-xs-12, .col-fifth-sm-12, .col-fifth-md-12, .col-fifth-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.col-xs-1, .col-fifth-xs-1, .col-xs-2, .col-fifth-xs-2, .col-xs-3, .col-fifth-xs-3, .col-xs-4, .col-fifth-xs-4, .col-xs-5, .col-fifth-xs-5, .col-xs-6, .col-fifth-xs-6, .col-xs-7, .col-fifth-xs-7, .col-xs-8, .col-fifth-xs-8, .col-xs-9, .col-fifth-xs-9, .col-xs-10, .col-fifth-xs-10, .col-xs-11, .col-fifth-xs-11, .col-xs-12, .col-fifth-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-fifth-xs-5 {
  width: 100%;
}
.col-fifth-xs-4 {
  width: 80%;
}
.col-fifth-xs-3 {
  width: 60%;
}
.col-fifth-xs-2 {
  width: 40%;
}
.col-fifth-xs-1 {
  width: 20%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-fifth-xs-pull-5 {
  right: 100%;
}
.col-fifth-xs-pull-4 {
  right: 80%;
}
.col-fifth-xs-pull-3 {
  right: 60%;
}
.col-fifth-xs-pull-2 {
  right: 40%;
}
.col-fifth-xs-pull-1 {
  right: 20%;
}
.col-fifth-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-fifth-xs-push-5 {
  left: 100%;
}
.col-fifth-xs-push-4 {
  left: 80%;
}
.col-fifth-xs-push-3 {
  left: 60%;
}
.col-fifth-xs-push-2 {
  left: 40%;
}
.col-fifth-xs-push-1 {
  left: 20%;
}
.col-fifth-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-fifth-xs-offset-5 {
  margin-left: 100%;
}
.col-fifth-xs-offset-4 {
  margin-left: 80%;
}
.col-fifth-xs-offset-3 {
  margin-left: 60%;
}
.col-fifth-xs-offset-2 {
  margin-left: 40%;
}
.col-fifth-xs-offset-1 {
  margin-left: 20%;
}
.col-fifth-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-fifth-sm-1, .col-sm-2, .col-fifth-sm-2, .col-sm-3, .col-fifth-sm-3, .col-sm-4, .col-fifth-sm-4, .col-sm-5, .col-fifth-sm-5, .col-sm-6, .col-fifth-sm-6, .col-sm-7, .col-fifth-sm-7, .col-sm-8, .col-fifth-sm-8, .col-sm-9, .col-fifth-sm-9, .col-sm-10, .col-fifth-sm-10, .col-sm-11, .col-fifth-sm-11, .col-sm-12, .col-fifth-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-fifth-sm-5 {
    width: 100%;
  }
  .col-fifth-sm-4 {
    width: 80%;
  }
  .col-fifth-sm-3 {
    width: 60%;
  }
  .col-fifth-sm-2 {
    width: 40%;
  }
  .col-fifth-sm-1 {
    width: 20%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-fifth-sm-pull-5 {
    right: 100%;
  }
  .col-fifth-sm-pull-4 {
    right: 80%;
  }
  .col-fifth-sm-pull-3 {
    right: 60%;
  }
  .col-fifth-sm-pull-2 {
    right: 40%;
  }
  .col-fifth-sm-pull-1 {
    right: 20%;
  }
  .col-fifth-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-fifth-sm-push-5 {
    left: 100%;
  }
  .col-fifth-sm-push-4 {
    left: 80%;
  }
  .col-fifth-sm-push-3 {
    left: 60%;
  }
  .col-fifth-sm-push-2 {
    left: 40%;
  }
  .col-fifth-sm-push-1 {
    left: 20%;
  }
  .col-fifth-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-fifth-sm-offset-5 {
    margin-left: 100%;
  }
  .col-fifth-sm-offset-4 {
    margin-left: 80%;
  }
  .col-fifth-sm-offset-3 {
    margin-left: 60%;
  }
  .col-fifth-sm-offset-2 {
    margin-left: 40%;
  }
  .col-fifth-sm-offset-1 {
    margin-left: 20%;
  }
  .col-fifth-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-fifth-md-1, .col-md-2, .col-fifth-md-2, .col-md-3, .col-fifth-md-3, .col-md-4, .col-fifth-md-4, .col-md-5, .col-fifth-md-5, .col-md-6, .col-fifth-md-6, .col-md-7, .col-fifth-md-7, .col-md-8, .col-fifth-md-8, .col-md-9, .col-fifth-md-9, .col-md-10, .col-fifth-md-10, .col-md-11, .col-fifth-md-11, .col-md-12, .col-fifth-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-fifth-md-5 {
    width: 100%;
  }
  .col-fifth-md-4 {
    width: 80%;
  }
  .col-fifth-md-3 {
    width: 60%;
  }
  .col-fifth-md-2 {
    width: 40%;
  }
  .col-fifth-md-1 {
    width: 20%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-fifth-md-pull-5 {
    right: 100%;
  }
  .col-fifth-md-pull-4 {
    right: 80%;
  }
  .col-fifth-md-pull-3 {
    right: 60%;
  }
  .col-fifth-md-pull-2 {
    right: 40%;
  }
  .col-fifth-md-pull-1 {
    right: 20%;
  }
  .col-fifth-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-fifth-md-push-5 {
    left: 100%;
  }
  .col-fifth-md-push-4 {
    left: 80%;
  }
  .col-fifth-md-push-3 {
    left: 60%;
  }
  .col-fifth-md-push-2 {
    left: 40%;
  }
  .col-fifth-md-push-1 {
    left: 20%;
  }
  .col-fifth-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-fifth-md-offset-5 {
    margin-left: 100%;
  }
  .col-fifth-md-offset-4 {
    margin-left: 80%;
  }
  .col-fifth-md-offset-3 {
    margin-left: 60%;
  }
  .col-fifth-md-offset-2 {
    margin-left: 40%;
  }
  .col-fifth-md-offset-1 {
    margin-left: 20%;
  }
  .col-fifth-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-fifth-lg-1, .col-lg-2, .col-fifth-lg-2, .col-lg-3, .col-fifth-lg-3, .col-lg-4, .col-fifth-lg-4, .col-lg-5, .col-fifth-lg-5, .col-lg-6, .col-fifth-lg-6, .col-lg-7, .col-fifth-lg-7, .col-lg-8, .col-fifth-lg-8, .col-lg-9, .col-fifth-lg-9, .col-lg-10, .col-fifth-lg-10, .col-lg-11, .col-fifth-lg-11, .col-lg-12, .col-fifth-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-fifth-lg-5 {
    width: 100%;
  }
  .col-fifth-lg-4 {
    width: 80%;
  }
  .col-fifth-lg-3 {
    width: 60%;
  }
  .col-fifth-lg-2 {
    width: 40%;
  }
  .col-fifth-lg-1 {
    width: 20%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-fifth-lg-pull-5 {
    right: 100%;
  }
  .col-fifth-lg-pull-4 {
    right: 80%;
  }
  .col-fifth-lg-pull-3 {
    right: 60%;
  }
  .col-fifth-lg-pull-2 {
    right: 40%;
  }
  .col-fifth-lg-pull-1 {
    right: 20%;
  }
  .col-fifth-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-fifth-lg-push-5 {
    left: 100%;
  }
  .col-fifth-lg-push-4 {
    left: 80%;
  }
  .col-fifth-lg-push-3 {
    left: 60%;
  }
  .col-fifth-lg-push-2 {
    left: 40%;
  }
  .col-fifth-lg-push-1 {
    left: 20%;
  }
  .col-fifth-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-fifth-lg-offset-5 {
    margin-left: 100%;
  }
  .col-fifth-lg-offset-4 {
    margin-left: 80%;
  }
  .col-fifth-lg-offset-3 {
    margin-left: 60%;
  }
  .col-fifth-lg-offset-2 {
    margin-left: 40%;
  }
  .col-fifth-lg-offset-1 {
    margin-left: 20%;
  }
  .col-fifth-lg-offset-0 {
    margin-left: 0%;
  }
}
.overflow-pagination {
  margin: 20px 0 35px 0;
}
.pagination {
  list-style-type: none;
  margin: 0px auto;
  padding: 1px;
  text-align: center;
}
.pagination .page {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.pagination .page + li {
  margin-left: 5px;
}
.pagination a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #29262e;
  text-decoration: none;
  border: 1px solid #dcdae4;
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
}
.pagination a:hover {
  background: #fff;
  color: #29262e;
  border: 2px solid #0e8fd2;
}
.pagination .active a {
  background: #0e8fd2;
  border: 2px solid #0e8fd2;
  color: #fff;
}
.prev,
.first,
.next,
.last {
  display: inline-block;
}
.prev a,
.first a,
.next a,
.last a {
  display: inline-block;
  width: 25px;
  border: none;
  color: #0089cf;
  text-decoration: none;
  vertical-align: middle;
}
.prev a:hover,
.first a:hover,
.next a:hover,
.last a:hover {
  color: #0e8fd2;
  border: none;
  text-decoration: none;
}
.first.disabled a,
.prev.disabled a,
.next.disabled a,
.last.disabled a {
  color: #ccc;
}
.first.disabled a:before,
.prev.disabled a:before,
.next.disabled a:before,
.last.disabled a:before {
  content: '';
  color: #ccc;
}
.prev {
  margin-right: 17px;
}
.first {
  margin-right: 10px;
}
.next {
  margin-left: 17px;
}
.last {
  margin-left: 10px;
}
header {
  padding: 5px 0 12px 0;
  background: #1090d2;
}
.head-login {
  padding-top: 9px;
  padding-bottom: 15px;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: right;
}
.head-login:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.head-login .overf-user {
  float: right;
  position: relative;
}
.head-login .overf-user:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.head-login .overf-user:hover .popup-edit {
  display: block;
}
.head-login .user {
  margin-left: 90px;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: left;
}
.head-login .user:before {
  content: '';
  display: inline-block;
  background-image: url(img/icon-man.svg);
  width: 19px;
  height: 19px;
  float: left;
  margin: 3px 9px 0 0 ;
}
.head-login .bonus {
  float: right;
  display: inline-block;
  margin-left: 27px;
}
.popup-edit {
  display: none;
  position: absolute;
  width: 270px;
  height: 160px;
  top: 44px;
  left: -47px;
  padding-top: 31px;
  box-sizing: border-box;
  background: #fff;
  z-index: 103;
  text-align: center;
  box-shadow: 0 2px 18px 0px rgba(0, 0, 0, 0.35);
}
.popup-edit:before {
  content: '';
  display: inline-block;
  top: -30px;
  left: 119px;
  position: absolute;
  border: 15px solid transparent;
  border-bottom-color: #fff;
}
.popup-edit:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
  height: 20px;
  background: transparent;
}
.popup-edit a {
  color: #2c7cb8;
  text-align: center;
}
.popup-edit .link-exit {
  width: 172px;
  height: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border: 2px solid #0e8fd2;
  border-radius: 26px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
}
.popup-edit .link-exit:hover,
.popup-edit .link-exit:active {
  color: #fff;
  background-color: rgba(18, 145, 210, 0.8);
  border-color: #0e8fd2;
}
.popup-edit .link-exit:active {
  color: #fff;
  background-color: #1291d2;
  border-color: #0e8fd2;
}
.popup-edit .link-edit {
  display: inline-block;
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
}
.popup-edit .link-edit:before {
  content: '';
  display: inline-block;
  background-image: url(img/icon-edit.png);
  width: 17px;
  height: 18px;
  float: left;
  margin-top: 4px;
  margin-right: 2px;
}
footer {
  padding: 24px 0 20px 0;
  background: #29262e;
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.2);
}
.f-logo {
  margin: 0 20px 0 9px;
  width: 130px;
  height: 34px;
  float: left;
  background: url(img/f-logo.png) 0 0 no-repeat;
}
.copywriting {
  margin-left: 10px;
  margin-right: 26px;
  height: 34px;
  line-height: 33px;
  white-space: nowrap;
}
.developer {
  float: right;
  margin-top: 6px;
  margin-right: -6px;
  display: inline-block;
  width: 105px;
  height: 22px;
  background: url(img/icon-rexoft.png) 0 0 no-repeat;
}
body {
  -webkit-text-size-adjust: none;
}
.section-page-top {
  padding: 9px 0 15px 0px;
  background: #fff;
  position: relative;
  min-height: 50px;

}
.section-page-top .logo {
  display: block;
  margin-left: 30px;
  font-size: 15px;
  color: #0089cf;
}
.section-page-top .l-mess {
  display: inline-block;
  margin-bottom: 2px;
}
.section-page-top .logo-link {
  display: block;
}
.logo-link {
  color: #fff;
  margin-top: 10px;
}
.page-body {
  background: #eeeeee;
  padding-bottom: 20px;
}
.block-login {
  margin: 20px 0;
  padding-top: 49px;
  background: #fff;
  text-align: center;
}
.l-welcome,
.p-welcome,
.con-welcome {
  margin-bottom: 8px;
  font-size: 30px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  line-height: 1;
}
.l-welcome span,
.p-welcome span,
.con-welcome span {
  text-decoration: none;
  color: #2c7cb8;
}
.l-welcome {
  margin-bottom: 30px;
}
.con-welcome {
  text-align: center;
  margin-bottom: 21px;
}
.p-welcome {
  margin-bottom: 29px;
}
.r-notice {
  width: 546px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  line-height: 1.2;
}
.r-notice span {
  color: #2c7cb8;
}
.r-notice {
  margin: 0 auto 9px auto;
  padding-left: 4px;
}
.form-login {
  width: 540px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.form-login label {
  font-size: 14px;
  color: #29262e;
}
.form-login input[type=text] {
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #29262e;
  border: 1px solid #c4c1cb;
}
.form-login input[type=text]:focus {
  border: 2px solid #0e8fd2;
  outline: none;
}
.form-login input[type=password] {
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% - 32px);
  height: 40px;
  padding-left: 20px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #b5b3bd;
}
.form-login input[type=password]:focus {
  border: 2px solid #0e8fd2;
  outline: none;
}
.data-tel,
.data-password {
  width: 540px;
  max-width: 100%;
  padding-left: 13px;
  margin-bottom: 14px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.data-tel label,
.data-password label {
  display: block;
  margin-bottom: 3px;
}
.data-tel input[type=text],
.data-password input[type=text] {
  width: calc(100% - 32px);
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 3px;
  padding-left: 20px;
  height: 40px;
}
.i-info {
  margin-left: 7px;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-weight: bold;
  font-size: 16px;
  color: #29262e;
  text-align: center;
  line-height: 22px;
  border: 1px solid #29262e;
  border-radius: 50%;
  background-image: url(img/i-info.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  vertical-align: middle;
}
.i-info.i-valid {
  border-color: #39b54a;
  background-image: url(img/i-valid.png);
  background-position: 6px 7px;
}
.i-info.i-error {
  border-color: #d91404;
  background-image: url(img/icon-error.png);
  background-position: 7px 7px;
}
.data-password {
  margin-bottom: 39px;
}
.form-option {
  margin-bottom: 40px;
}
.form-option:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.form-option .forget-pass {
  font-size: 16px;
  margin-left: 11px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #0089cf;
  margin-top: 8px;
  display: inline-block;
}
.form-option input[type=submit] {
  box-sizing: border-box;
  max-width: 172px;
  height: 40px;
  font-size: 16px;
  color: #b5b3bd;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  background: #fff;
  border: 2px solid #b5b3bd;
  border-radius: 26px;
  display: block;
  margin-left: 19px;
}
.form-option input[type=submit]:hover,
.form-option input[type=submit]:active {
  color: #fff;
  background-color: rgba(18, 145, 210, 0.8);
  border-color: #0e8fd2;
}
.form-option input[type=submit]:active {
  color: #fff;
  background-color: #1291d2;
  border-color: #0e8fd2;
}
.first-in {
  padding: 15px 0 18px 0;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #29262e;
  background: rgba(153, 222, 246, 0.1);
  text-align: center;
}
.first-in a {
  color: #0089cf;
}
.block-prevention {
  padding: 47px 0 54px 0;
  background: url(img/bg.jpg) top center no-repeat;
  background-size: 100% 100%;
}
.block-prevention .title-prevention {
  margin-bottom: 12px;
  font-size: 24px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  text-align: center;
}
.block-prevention p {
  font-size: 16px;
  color: #29262e;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
.block-prevention p + p {
  margin-top: 24px;
}
.block-prevention span {
  color: #2c7cb8;
  text-decoration: none;
}
.block-prevention .content-prevention {
  padding-left: 12px;
}
.section-news {
  margin-top: 20px;
}
.head-menu {
  list-style: none;
  padding-left: 1px;
  margin-top: 24px;
  font-size: 0;
  float: right;
}
.head-menu li {
  display: inline-block;
}
.head-menu li + li {
  margin-left: 1px;
}
.head-menu a {
  display: inline-block;
  padding: 5px 11px;
  font-size: 16px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 26px;
}
.head-menu a:hover {
  border: 1px solid #1291d2;
  color: #29262e;
}
.head-menu .link-active {
  color: #0089cf;
}
.head-menu .link-quest a {
  font-size: 16px;
  color: #39b54a;
  border: 2px solid #39b54a;
  position: relative;
  top: -2px;
}
.head-menu .link-quest a:hover {
  font-size: 16px;
  color: #fff;
  background: #61c46e;
  border: 2px solid #39b54a;
}
.head-menu .link-quest a:active {
  background: #39b54a;
}
.all-news {
  padding: 34px 15px 32px 31px;
  background: #fff;
}
.title-news {
  margin: 10px 0 25px 0;
  font-size: 30px;
  color: #29262e;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
.block-news {
  display: block;
}
.block-news:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.block-news:hover .n-title {
  color: #0089cf;
}
.block-news + a {
  margin-top: 30px;
}
.block-news .n-img {
  position: relative;
  width: 270px;
  height: 150px;
  float: left;
  margin-right: 18px;
  overflow: hidden;
}
.block-news .n-img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 30px;
  max-width: 100%;
  font-size: 14px;
  color: #fff;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  background: #3cb3e2;
}
.block-news .n-content {
  padding-bottom: 8px;
  overflow: hidden;
}
.block-news .n-title {
  height: 88px;
  font-size: 24px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .n-text {
    width: 361px;
  }
}
.icon-m {
  position: absolute;
  top: 3px;
  left: 22px;
  display: block;
  width: 58px;
  height: 58px;
  box-sizing: border-box;
  border: 2px solid #0e8fd2;
  border-radius: 50%;
  cursor: pointer;
}
.icon-m span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
  background-color: #0089cf;
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.3s;
}
.close span {
  background-color: transparent;
}
.icon-m span:before,
.icon-m span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0089cf;
  content: '';
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.icon-m span:before {
  -webkit-transform: translateY(-250%);
      -ms-transform: translateY(-250%);
          transform: translateY(-250%);
}
.icon-m span:after {
  -webkit-transform: translateY(250%);
      -ms-transform: translateY(250%);
          transform: translateY(250%);
}
.close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.main-menu {
  display: none;
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.menu-open {
  display: block;
}
.nav {
  top: 170px;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 101;
}
.nav ul,
.nav li {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
.nav ul a,
.nav li a {
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 5.63vw;
  color: #29262e;
  text-decoration: none;
}
.nav {
  visibility: hidden;
}
.nav ul {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-top: 84px;
  padding-bottom: 70px;
  background: #fff;
}
.nav li {
  padding: 9px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.98);
}
.nav li:hover {
  background: #fff;
}
.nav li:hover a {
  color: #1291d2;
}
.out {
  transition: -webkit-transform 0.3s ease 0.05s, opacity 0.3s linear 0.05s, visibility 0.3s linear 0.05s;
  transition: transform 0.3s ease 0.05s, opacity 0.3s linear 0.05s, visibility 0.3s linear 0.05s;
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  opacity: 0;
}
.in {
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: -webkit-transform 0.3s ease-out 0.2s, opacity 0.4s linear 0.1s;
  transition: transform 0.3s ease-out 0.2s, opacity 0.4s linear 0.1s;
}
.nav-label {
  width: 100%;
  left: 0;
  text-align: center;
  height: 16px;
  top: 50%;
  margin-top: -8px;
}
.style-content {
  margin-top: 20px;
  padding: 40px 30px 40px 27px;
  background: #fff;
}
h1 {
  font-size: 30px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #29262e;
  line-height: 1.25;
  padding-left: 3px;
  margin-bottom: 22px;
}
h1 span,
h2 span,
h3 span {
  color: #2c7cb8;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
}
h3 {
  padding-left: 3px;
  margin-bottom: 3px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #29262e;
  line-height: 1.5;
}
.text {
  padding-left: 3px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #29262e;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
}
.text span {
  color: #2c7cb8;
}
.data {
  clear: both;
  white-space: nowrap;
  padding-left: 3px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  width: 525px;
  max-width: 100%;
}
.data label {
  margin-bottom: 5px;
  color: #29262e;
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  display: block;
}
.data input[type=text],
.data input[type=password],
.data input[type=email] {
  max-width: 100%;
  height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #29262e;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  border: 1px solid #c4c1cb;
  display: inline-block;
}
.data input[type=text]:focus,
.data input[type=password]:focus,
.data input[type=email]:focus {
  border: 2px solid #1291d2;
}
.data input[type=text],
.data input[type=email] {
  width: calc(100% - 32px);
}
.data input[type=password] {
  width: calc(100% - 32px);
}
input[type=text]:-moz-placeholder {
  color: #bab8c1;
}
input[type=text]:-ms-input-placeholder {
  color: #bab8c1 ;
}
input[type=text]::-webkit-input-placeholder {
  color: #bab8c1 ;
}
.link-passw {
  margin-left: 7px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #0089cf;
  vertical-align: middle;
}
.lst-bl {
  margin-bottom: 32px;
}
.block-select {
  padding-left: 3px;
  margin-bottom: 14px;
  white-space: nowrap;
  width: 525px;
  max-width: 100%;
}
.block-select label {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #29262e;
  margin-bottom: 5px;
}
form label {
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  vertical-align: middle;
}
.btn,
.btn-link {
  display: inline-block;
  box-sizing: border-box;
  width: 172px;
  height: 40px;
  font-size: 16px;
  color: #000;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 26px;
  text-decoration: none;
  background: #fff;
}
.btn-link {
  line-height: 37px;
}
.green {
  color: #39b54a;
  border: 2px solid #39b54a;
  margin-bottom: 11px;
}
.green:hover {
  color: #fff;
  background: #61c46e;
}
.green:active {
  color: #fff;
  background: #39b54a;
}
.blue {
  color: #0e8fd2;
  border: 2px solid #0e8fd2;
  margin-bottom: 11px;
}
.blue:hover {
  color: #fff !important;
  background: #41a7db;
}
.blue:active {
  color: #fff;
  background: #1291d2;
}
.red {
  color: #d91404;
  border: 2px solid #d91404;
  margin-bottom: 11px;
}

.red:active {
  color: #fff;
  background: #d91404;
}
.ratings {
  margin-top: 38px;
}
.title-rating {
  margin-bottom: 26px;
  font-size: 24px;
  color: #29262e;
  line-height: 1;
}
.t-green:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #39b54a;
}
.t-blue:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #1291d2;
}
.resize-table {
  width: 100%;
  margin-bottom: 32px;
  min-height: .01%;
  overflow-x: auto;
}
.g-table {
  width: 100%;
}
.g-table thead th {
  padding: 12px 3px 16px 3px;
  font-size: 13px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: rgba(255, 241, 227, 0.8);
  background: #39b54a;
  border: 1px solid rgba(186, 184, 193, 0.5);
  text-align: center;
}
.g-table td {
  padding: 14px 3px 15px 3px;
  font-size: 13px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  border: 1px solid rgba(186, 184, 193, 0.5);
  text-align: center;
}
.g-table tr:hover {
  background: rgba(57, 181, 74, 0.2);
}
.b-table {
  width: 100%;
}
.b-table thead th {
  padding: 12px 3px 16px 3px;
  font-size: 13px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: rgba(255, 241, 227, 0.8);
  background: #1291d2;
  border: 1px solid rgba(186, 184, 193, 0.5);
  text-align: center;
}
.b-table td {
  padding: 14px 3px 15px 3px;
  font-size: 13px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  border: 1px solid #dcdbe0;
  text-align: center;
  vertical-align: middle;
}

.b-table tbody tr:hover {
  background-color: #cfe9f6;
}
.table-form {
  display: inline-block;
  width: 19px;
  height: 14px;
  background-image: url(img/icon-table.png);
}
.b-choice {
  margin-bottom: 28px;
}
.checkb,
.radio {
  display: inline-block;
  white-space: nowrap;
}
.checkb {
  margin-right: 48px;
  padding-left: 3px;
}
.title-list {
  font-size: 24px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  margin-bottom: 11px;
}
.list-number,
.list-marker {
  padding: 0;
  list-style: none;
}
.list-number li,
.list-marker li {
  margin-bottom: 11px;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #29262e;
}
.list-number ul,
.list-marker ul {
  padding-left: 20px;
  list-style: none;
}
.list-number ol,
.list-marker ol {
  list-style: none;
}
.list-number ol,
.list-marker ol,
.list-number ul,
.list-marker ul {
  margin-top: 10px;
  padding: 0;
}
.list-number ol li,
.list-marker ol li,
.list-number ul li,
.list-marker ul li {
  margin-bottom: 6px;
}
.list-marker li {
  padding-left: 4px;
}
.list-marker li:before {
  content: '';
  width: 4px;
  height: 9px;
  display: inline-block;
  margin-right: 12px;
  background-image: url(img/icon-list.png);
}
.list-marker ul {
  padding-left: 17px;
}
.list-number {
  counter-reset: li-1;
}
.list-number > li {
  padding-left: 25px;
  position: relative;
}
.list-number > li:last-child {
  margin-bottom: 0;
}
.list-number > li:before {
  content: counter(li-1);
  counter-increment: li-1;
  top: 0;
  left: 0;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  position: absolute;
}
.list-number ol {
  counter-reset: li-2;
}
.list-number ol > li {
  position: relative;
  padding-left: 35px;
}
.list-number ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li-1) "." counter(li-2);
  counter-increment: li-2;
}
.link {
  font-size: 16px;
  color: #1291d2;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
.link:hover {
  text-decoration: none;
}
.link:visited {
  color: #c4c1cb;
}
.link-active {
  text-decoration: none;
}
.link-visited {
  color: #c4c1cb;
}
.title-b {
  margin: 17px 0px;
  font-size: 24px;
  font-family: "Raleway Extra Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #29262e;
}
/*.pagination{
  margin: 52px 0 59px 0;
  clear: both;
  text-align: center;

  a{
    display: inline-block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: @fontOpen;
    font-weight: 300;
    color: #29262e;
    text-decoration:none ;
    border: 1px solid #dcdae4;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;

    +a{
      margin-left: 4px;
    }

    &:first-child,
    &:last-child{
      width: auto;
      border: none;
      color: #0089cf;
      text-decoration: underline;

      &:hover{
        color: #0e8fd2;
        border: none;
        text-decoration:none;
      }
    }
    &:first-child{
      margin-right: 20px;
    }

    &:last-child{
      margin-left: 20px;
    }
  }

  .active{
    background: #0e8fd2;
    border: 2px solid #0e8fd2;
    color: #fff;
  }

  a:hover{
    background: #fff;
    color: #29262e;
    border: 2px solid #0e8fd2;
  }

}*/
.chat {
  width: 400px;
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
  transition: -webkit-transform linear .5s;
  transition: transform linear .5s;
  z-index: 100;
}
.chat-head,
.cont-head {
  width: 400px;
  height: 56px;
  box-sizing: border-box;
  padding: 9px 8px 12px 11px;
  background: #0e8fd2;
}
.chat-head .indicator,
.cont-head .indicator {
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background: #39b54a;
  border: 5px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.chat-head > div,
.cont-head > div {
  display: inline-block;
  vertical-align: middle;
}
.name-chat {
  margin: 0px 0 0 6px;
  font-size: 18px;
  color: #fff;
}
.name-chat span {
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.c-controls {
  white-space: nowrap;
  margin: 5px 0 0 73px;
}
.c-controls > div {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.c-controls .ch-plus {
  background-image: url(img/icon-plus.svg);
}
.c-controls .ch-show {
  background-image: url(img/icon-er-top.svg);
  background-position: 0 0;
}
.c-controls .ch-hide {
  background-image: url(img/icon-er-down.svg);
  margin-left: 3px;
}
.c-controls .ch-close {
  background-image: url(img/icon-close.svg);
  margin-left: 3px;
}
.ch-open {
  margin-top: 23px;
}
.chat-content {
  position: relative;
  z-index: 3;
}
.all-users {
  position: absolute;
  top: 10px;
  left: -71px;
  z-index: -1;
}
.all-users .user {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 40px;
  font-size: 14px;
  color: #fff;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  background: #29acde;
  border-radius: 26px;
  transition: -webkit-transform .1s;
  transition: transform .1s;
}
.all-users .user + .user {
  margin-top: 4px;
}
.all-users .user:hover {
  background: #0e8fd2;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
}
.all-users .us-active {
  background: #39b54a;
}
.cont-window {
  box-sizing: border-box;
  padding: 0 10px 53px 10px;
  background: #0e8fd2;
  max-height: 265px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  position: relative;
}
.cont-window .messages {
  height: 212px;
}
.cont-window .mess-odd,
.cont-window .mess-even {
  min-height: 53px;
  box-sizing: border-box;
  padding: 11px 11px 12px 12px;
}
.cont-window .user-name {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.cont-window .mess-odd {
  background: #fff;
}
.cont-window .mess-even {
  background: #cfe9f6;
}
.without-bl {
  padding-bottom: 0;
}
.user-writing {
  position: absolute;
  bottom: 100%;
  width: calc(100% - 20px);
  left: 10px;
  height: 53px;
  box-sizing: border-box;
  padding: 27px 11px 12px 10px;
  font-size: 13px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #0e8fd2;
  background: #fff;
}
.user-writing:before {
  content: '';
  width: 18px;
  height: 19px;
  display: inline-block;
  background-image: url(img/icon-edit.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.cont-footer {
  background: #0e8fd2;
  position: relative;
}
.cont-footer textarea {
  box-sizing: border-box;
  padding: 7px 7px 5px 7px;
  width: 246px;
  height: 53px;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: inline-block;
  resize: none;
  vertical-align: middle;
}
.cont-footer input[type=submit] {
  width: 124px;
  height: 40px;
  margin-left: 6px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 26px;
  font-size: 16px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background: transparent;
  display: inline-block;
}
.cont-footer input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #29262e;
}
.cont-footer input[type=submit]:active {
  background: #fff;
  color: #29262e;
}
.chat-form {
  padding: 10px;
  box-sizing: border-box;
  background: #0e8fd2;
}
.active-chat {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.not-active {
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
}
.progress {
  width: 274px;
  max-width: 100%;
  height: 6px;
  background: #eeeeee;
  border-radius: 20px;
  display: inline-block;
}
.progress .bar {
  height: 6px;
  border-radius: 20px;
}
.progress-danger .bar {
  background: #d91404;
}
.progress-warning .bar {
  background: #39b54a;
}
.progress-success .bar {
  background: #0089cf;
}
.section-registry {
  margin-top: 17px;
  padding: 43px 10px 20px 7px;
}
.highly {
  margin-top: 7px;
}
.highly span {
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: rgba(41, 38, 46, 0.6);
  margin-right: 6px;
}
.n-address {
  display: inline-block;
  width: 348px;
}
.n-address input[type=text] {
  width: calc(100% - 32px);
}
.n-home {
  display: inline-block;
  margin-left: 12px;
  width: 162px;
}
.n-home:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.n-home input[type=text] {
  width: 124px;
}
.even-data {
  margin-bottom: 34px;
}
.dat-progress {
  margin-bottom: 8px;
  width: 394px;
}
.dat-progres {
  width: 394px;
}
.f-send {
  margin: 40px auto 44px auto;
  display: block;
}
.i-calendar {
  width: 40px;
  height: 40px;
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
  background: url(img/icon-calendat.png) 0 0 no-repeat;
  cursor: pointer;
}
.section-scale {
  margin-top: 17px;
  padding: 53px 0 52px 0;
  background: #fff;
}
.d-calend input[type=text] {
  width: 182px;
}
.serial-number {
  width: 280px;
  margin: 30px 0 11px 0;
  background: #eeeeee;
}
.serial-number .serial-name {
  padding: 12px 0 17px 0;
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #29262e;
  background: #eeeeee;
  text-align: center;
}
.i-serial input[type=text] {
  width: calc(100% - 32px);
}
.prod-option {
  margin: 31px 0 32px 0;
}
.prod-option .option-name {
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #29262e;
}
.prod-option .option-name span {
  margin-left: 5px;
  font-weight: 300;
  font-size: 16px;
}
.prod-option .option-name + .option-name {
  margin-top: 5px;
}
.prod-registry .bonus {
  margin-right: 10px;
  display: inline-block;
  font-size: 22px;
  color: #29262e;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
}
.page-conditions {
  margin-top: 20px;
}
.page-conditions .col-md-9 {
  padding: 0;
}
.content-conditions {
  padding: 51px 30px 30px 35px;
  background: #fff;
  font-size: 14px;
}

.con-notice {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 16px auto;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #29262e;
  line-height: 1.25;
  text-align: center;
}
.con-notice span {
  color: #2c7cb8;
}
.con-text {
  margin-bottom: 26px;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #29262e;
  line-height: 1.5;
}
.con-text span {
  color: #2c7cb8;
}
.remuneration {
  margin-bottom: 14px;
  font-size: 20px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2;
  color: #29262e;
}
.overflow-table {
  min-height: .01%;
  overflow-x: auto;
  margin-bottom: 12px;
}
.simple-table {
  width: 100%;
}
.simple-table td {
  padding: 11px 0 14px 39px;
  font-size: 16px;
  padding-left: 32px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #29262e;
  text-align: left;
  border: 1px solid #dcdbe0;
}
.simple-table td:nth-child(3) {
  font-size: 20px;
  white-space: nowrap;
}
.simple-table span {
  color: #0089cf;
  text-decoration: underline;
}
.list-models {
  font-size: 14px;
  color: #29262e;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.conditions-title {
  margin: 29px 0 7px 0;
  font-size: 20px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  color: #29262e;
}
.list-conditions {
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
  counter-reset: li-1;
}
.list-conditions > li {
  padding-left: 15px;
  font-size: 16px;
  color: #29262e;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.75;
  position: relative;
}
.list-conditions > li:last-child {
  margin-bottom: 0;
}
.list-conditions > li:before {
  content: counter(li-1);
  counter-increment: li-1;
  top: 0;
  left: 0;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  position: absolute;
  color: #c4c1cb;
}
.epithet {
  font-size: 20px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #39b54a;
}
.action-model {
  margin-bottom: 14px;
  font-size: 24px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  line-height: 1;
  text-align: center;
}
.action-model span {
  color: #2c7cb8;
}
.action-products {
  margin-top: 29px;
}
.act-product {
  margin-bottom: 12px;
  font-size: 20px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  text-align: center;
}
.overflow-table,
.resize-table,
.responsive-table {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  min-height: .01%;
  overflow-x: auto;
}
.overflow-table {
  margin-bottom: 12px;
}
.responsive-table {
  margin-bottom: 18px;
}
.pagin-table {
  margin: 0px 0 28px 0;
}
.product-name {
  margin-bottom: 13px;
  font-size: 20px;
  color: #29262e;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
.twin-table {
  width: 100%;
}
.twin-table td {
  padding: 13px 0px 14px 38px;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #424046;
  border: 1px solid #dcdbe0;
}
.twin-table td:nth-child(2) {
  text-align: center;
  padding-left: 0;
}
.twin-table td:nth-child(3) {
  white-space: nowrap;
  font-size: 20px;
}
.twin-table tr:nth-child(even) {
  background: #fafafa;
}
.twin-table a {
  color: #0089cf;
}
.twin-table span {
  color: #0089cf;
  text-decoration: underline;
}
.news-banner {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
}
.ban-news {
  padding: 31px 10px 37px 27px;
  margin: 0 0 20px 0;
  background: #fff;
}
.ban-news .m-title {
  margin-bottom: 15px;
  font-size: 30px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  line-height: 1;
}
.ban-news .min-news {
  width: 170px;
  display: inline-block;
  text-decoration: none;
}
.ban-news .min-news + .min-news {
  margin-top: 27px;
}
.ban-news .min-news:hover .min-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(60, 179, 226, 0.2);
}
.ban-news .min-img {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  width: 170px;
  height: 100px;
}
.ban-news .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 30px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #3cb3e2;
}
.ban-news .name {
  margin-top: 6px;
  height: 40px;
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #29262e;
  line-height: 1.25;
}
.overfl-news {
  margin: 20px auto;
  padding: 50px 40px;
  background: #fff;
}
.overfl-news .news-title {
  clear: both;
  width: 844px;
  max-width: 100%;
  margin: 10px auto 45px auto;
  font-size: 30px;
  color: #29262e;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
.overfl-news .news-content {
  font-size: 16px;
  color: #29262e;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
.overfl-news .news-content:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.overfl-news .news-content .news-img {
  position: relative;
  margin: 3px 19px 8px 0;
  float: left;
  line-height: 1;
}
.overfl-news .news-content .news-img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 30px;
  max-width: 100%;
  font-size: 14px;
  color: #fff;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  background: #3cb3e2;
}
.mobile img {
  float: none;
  display: block;
  margin: 10px auto 8px auto;
}
.link-rotate {
  float: left;
  margin-left: 10px;
  margin-bottom: 15px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #0089cf;
}
.link-rotate:before {
  content: '';
  margin-right: 7px;
  display: inline-block;
  border: 5px solid transparent;
  border-right-color: #0089cf;
}
.edit-data,
.edit-send {
  margin: 20px auto 20px auto;
  display: block;
}
.edit-send {
  display: none;
}
.form-profile input[disabled] {
  background: #f7f6f7;
}
@media (max-width: 768px) {
  .overfl-news .news-content img {
    float: none;
    display: block;
    margin: 0px auto 8px auto;
  }
}
.media-tabs {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  font-size: 0;
}
.media-tabs:before,
.media-tabs:after {
  content: " ";
  display: table;
}
.media-tabs:after {
  clear: both;
}
.media-tabs li {
  list-style: none;
  text-align: left;
}
.media-tabs li + li {
  margin-left: 5px;
}
.media-tabs .med-head > a {
  position: relative;
  display: block;
  border: 2px solid #dcdbe0;
  height: 40px;
  padding: 0 17px 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 40px;
  color: #29262e;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translateY(-11px);
      -ms-transform: translateY(-11px);
          transform: translateY(-11px);
}
.media-tabs .med-head > a + a {
  margin-left: 26px;
}
.med-head .resize-table,
.tabs .resize-table {
  margin-bottom: 0;
}
.med-head .tab-table th,
.tabs .tab-table th {
  padding: 12px 3px 16px 3px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: rgba(255, 241, 227, 0.8);
  background: #1291d2 ;
  text-align: center;
  vertical-align: middle;
}
.med-head .tab-table th + th,
.tabs .tab-table th + th {
  border-left: 1px solid rgba(186, 184, 193, 0.5);
}
.med-head .tab-table td,
.tabs .tab-table td {
  padding: 14px 3px 15px 3px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  vertical-align: middle;
}
.med-head .tab-table td + td,
.tabs .tab-table td + td {
  border-left: 1px solid rgba(186, 184, 193, 0.5);
}
.med-head .tab-table tr:hover,
.tabs .tab-table tr:hover {
  background-color: #e0faff;
}
.med-head .tab-table tr + tr,
.tabs .tab-table tr + tr {
  border-top: 1px solid rgba(186, 184, 193, 0.5);
}
.med-head .center,
.tabs .center {
  text-align: center;
}
.media-tabs .med-head section {
  display: none;
  margin-top: 0px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  border: 2px solid #0e8fd2;
}
/* RESPONSIVE */
@media screen and (min-width: 220px) {
  .media-tabs {
    border: none;
    position: relative;
  }
  .media-tabs .med-head {
    display: inline;
  }
  .media-tabs .med-head > a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
  }
  .media-tabs .med-head section {
    float: left;
    left: 0;
  }
}
.margin-class {
  margin: 44px 0 34px 0;
}
.tabs {
  min-width: 320px;
  max-width: 800px;
  padding: 0px;
  margin: 100px auto;
}
.tabs label {
  position: relative;
  display: inline-block;
  border: 2px solid #dcdbe0;
  height: 40px;
  padding: 0 17px 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 40px;
  color: #29262e;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translateY(-11px);
      -ms-transform: translateY(-11px);
          transform: translateY(-11px);
}
.tabs label:hover {
  border: 2px solid #0e8fd2;
}
.tabs input:checked + label {
  color: #fff;
  background-color: #1291d2;
  border: 2px solid #0e8fd2;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3 {
  display: block;
}
.tabs section {
  display: none;
  margin-top: 0px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  border: 2px solid #0e8fd2;
  background: #fff;
}
.tabs input {
  display: none !important;
}
.overflow-load {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0089cf;
  z-index: 5000;
}
.load-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -150px;
  width: 300px;
  height: 150px;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-color: #fff;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.load-info {
  margin-top: 35px;
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 300;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.wrapper-min-load {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -40px;
  width: 81px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  z-index: 100;
}
.load-green {
  background: rgba(57, 181, 74, 0.2);
}
.load-blue {
  background: #cfe9f6;
}
.right-load {
  right: 70px;
}
.left-load {
  left: 70px;
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  position: absolute;
  top: 33%;
  left: 39%;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: #ffffff 1.5em 0 0 0, #ffffff 1.1em 1.1em 0 0, #ffffff 0 1.5em 0 0, #ffffff -1.1em 1.1em 0 0, #ffffff -1.5em 0 0 0, #ffffff -1.1em -1.1em 0 0, #ffffff 0 -1.5em 0 0, #ffffff 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: .5em;
  height: .5em;
  margin: .7em;
  overflow: hidden;
  text-indent: 100%;
}
@-webkit-keyframes spinner-loader {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rating-btn .btn {
  margin-top: 20px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .page-body {
    background: #eeeeee;
    padding-bottom: 11px;
  }
  .section-page-top {
    padding: 15px 0 22px 0px;
  }
  .section-page-top .logo {
    margin-left: 7px;
  }
  .section-page-top .l-mess {
    white-space: nowrap;
  }
  .l-welcome,
  .p-welcome,
  .con-welcome {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 0 5px 0 10px;
  }
  .con-notice,
  .action-model {
    font-size: 20px;
  }
  .min-news + .min-news {
    margin-left: 15px;
  }
  .remuneration,
  .conditions-title {
    font-size: 18px;
  }
  .l-notice {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 18px auto;
    padding: 0 5px 0 10px;
  }
  .block-login {
    margin: 9px 0;
    padding: 31px 10px 0 3px;
  }
  .data-tel {
    margin-bottom: 13px;
    white-space: nowrap;
  }
  .data-tel,
  .data-password {
    padding-left: 10px;
  }
  .data-tel label,
  .data-password label {
    margin-bottom: 3px;
    white-space: normal;
  }
  .data-tel input[type=text],
  .data-password input[type=text] {
    font-size: 13px;
  }
  .data-tel input[type=text] + input,
  .data-password input[type=text] + input {
    margin-left: 0px;
  }
  .data-tel .i-info,
  .data-password .i-info {
    margin-left: -1px;
  }
  .d-calend input[type=text] {
    width: 182px !important;
  }
  .form-option {
    padding-right: 26px;
    margin-bottom: 40px;
  }
  .form-option:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
  }
  .form-option .forget-pass {
    margin-left: 0px;
    margin-top: 3px;
    white-space: nowrap;
  }
  .form-option input[type=submit] {
    box-sizing: border-box;
    max-width: 162px;
    height: 40px;
    font-size: 16px;
    color: #0089cf;
    font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #fff;
    border: 2px solid #0e8fd2;
    border-radius: 26px;
    display: block;
    margin-left: 5px;
  }
  .first-in {
    display: none;
  }
  .block-prevention {
    padding: 33px 0 33px 0;
  }
  .block-prevention .title-prevention {
    margin-bottom: 16px;
    padding: 0 7px;
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
  }
  .block-prevention p {
    font-size: 16px;
  }
  .block-prevention p + p {
    margin-top: 24px;
  }
  .block-prevention .content-prevention {
    padding-left: 12px;
  }
  .f-logo {
    margin: 0 auto 5px auto;
    float: none;
    display: block;
  }
  .designed-by {
    float: none;
    margin: 0 auto;
  }
  .copywriting {
    text-align: center;
    margin: 0 auto 4px auto;
  }
  .page-body .container {
    padding: 0;
  }
  .page-body .row {
    margin: 0;
  }
  .overfl-news {
    padding: 35px 15px;
  }
  .section-style .col-md-9 {
    padding: 0;
  }
  .title-news {
    font-size: 24px;
  }
  .block-news .n-title {
    font-size: 20px;
    height: 40px;
  }
  .news-banner {
    display: inline-block;
  }
  .all-news {
    margin-bottom: 11px;
  }
  .section-scale {
    margin-top: 11px;
    padding: 32px 10px 52px 11px;
  }
  .p-welcome {
    margin-bottom: 18px;
  }
  .serial-number {
    margin: 32px 0 10px 0;
  }
  .prod-option {
    margin: 31px 0 21px 0;
  }
  .prod-registry .bonus {
    margin-bottom: 12px;
  }
  .head-login {
    text-align: center;
  }
  .head-login {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .i-calendar {
    margin: 0 16px 0 8px;
  }
  .form-login {
    display: inline-block;
  }
  .n-address {
    width: 525px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .title-news {
    font-size: 24px;
  }
  .block-news {
    text-align: center;
  }
  .block-news .n-title {
    font-size: 20px;
    height: 40px;
    margin-top: 5px;
  }
  .block-news .n-img {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .block-news .n-text {
    text-align: left;
    margin-bottom: 5px;
  }
  .block-news .n-more {
    float: right;
  }
  .head-menu {
    padding: 0;
    margin-top: 12px;
  }
  .head-menu a {
    font-size: 17px;
    padding: 5px 7px;
  }
}
@media screen and (max-width: 768px) {
  .title-news {
    font-size: 24px;
  }
  .block-news {
    text-align: center;
  }
  .block-news .n-title {
    font-size: 20px;
    height: 40px;
    margin-top: 5px;
  }
  .block-news .n-img {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .block-news .n-text {
    text-align: left;
    margin-bottom: 5px;
  }
  .block-news .n-more {
    float: right;
  }
  .twin-table td,
  .simple-table td {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
  }
  .twin-table td:nth-child(2) {
    padding-left: 7px;
    padding-right: 7px;
  }
  .content-conditions {
    margin-bottom: 11px;
    padding: 40px 30px 40px 27px;
  }
}
@media screen and (max-width: 430px) {
  .block-news .n-title {
    height: 62px;
    width: 237px;
    min-width: 237px;
  }
}
@media screen and (max-width: 675px) {
  .link-passw {
    display: block;
    margin-left: 3px;
  }
}
@media screen and (max-width: 412px) {
  .data-tel input[type=password],
  .data-password input[type=password],
  .data input[type=password],
  .jq-selectbox input[type=password],
  .data-tel input[type=text],
  .data-password input[type=text],
  .data input[type=text],
  .jq-selectbox input[type=text],
  .data-tel input[type=email],
  .data-password input[type=email],
  .data input[type=email],
  .jq-selectbox input[type=email] {
    margin-right: 5px;
  }
  .data-tel .d-calend input[type=text],
  .data-password .d-calend input[type=text],
  .data .d-calend input[type=text],
  .jq-selectbox .d-calend input[type=text] {
    width: 182px;
  }
  .jq-selectbox {
    margin-right: 5px;
  }
  .data-password {
    margin-bottom: 32px;
  }
  .n-home {
    margin-left: 0;
  }
  .progress {
    display: block;
    width: 250px;
  }
}
@media screen and (max-width: 680px), screen and (min-width: 768px) and (max-width: 992px) {
  .pagination li {
    margin: 0;
  }
  .pagination li + li {
    margin-left: 4px;
  }
  .pagination a {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }
  .pagination .prev a,
  .pagination .first a,
  .pagination .next a,
  .pagination .last a {
    margin-right: 2px;
    width: 18px;
  }
  .pagination .prev a:hover:before,
  .pagination .first a:hover:before,
  .pagination .next a:hover:before,
  .pagination .last a:hover:before {
    color: #0e8fd2;
  }
  /*  .pagination .prev a{
    &:before{
      content: '‹';
    }
    &:hover {
      &:before {
        content: "‹";
      }
    }
  }*/
  /*  .pagination .first a{
    &:before{
      content: '«';
    }
    &:hover {
      &:before {
        content: "«";
      }
    }
  }*/
  /*  .pagination .next a{
    &:before{
      content: '›';
    }
    &:hover {
      &:before {
        content: "›";
      }
    }
  }*/
  /*  .pagination .last a{
    &:before{
      content: '»';
    }
    &:hover {
      &:before {
        content: "»";
      }
    }
  }*/
}
@media screen and (max-width: 564px) {
  .n-home {
    margin-left: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 520px) {
  .nav {
    top: 170px;
  }
}
@media screen and (max-width: 519px) and (min-width: 405px) {
  .nav {
    top: 158px;
  }
}
@media screen and (max-width: 768px) {
  .media-tabs li + li {
    margin-left: 0;
  }
  .media-tabs .med-head {
    display: block;
    margin-bottom: 4px;
  }
  .media-tabs .med-head > a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .media-tabs .med-head section {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .ban-news {
    width: 230px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991px) {
  .tabs label {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    background: #fff;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .head-menu li {
    margin-top: 3px;
  }
  .twin-table td,
  .simple-table td {
    padding: 13px 0px 14px 19px;
  }
}
@media screen and (min-width: 610px) and (max-width: 768px) {
  .statistic-row .col-xs-12 {
    width: 41.66666667%;
  }
}
.jq-selectbox {
  width: calc(100% - 32px);
  height: 40px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #29262e;
  display: block;
  background: #fff;
  text-align: left;
  position: relative;
  border: 1px solid #c4c1cb;
  vertical-align: middle;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
  height: 240px;
}
.jq-selectbox__select-text {
  width: calc(100% - 32px);
  height: 38px;
  padding: 7px 0 6px 21px;
  box-sizing: border-box;
}
.jq-selectbox__select-text:hover + .jq-selectbox__trigger > .jq-selectbox__trigger-arrow {
  background-color: #1291d2;
  background-image: url(img/icon-select.png);
}
.jq-selectbox__dropdown {
  position: relative;
  width: calc(100% + 2px);
  left: -2px !important;
  border-left: 2px solid #1291d2;
  box-sizing: border-box;
  top: 38px !important;
  min-width: 184px;
  background: #d9d9d9;
}
.jq-selectbox__dropdown:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1291d2;
}
.jq-selectbox__trigger-arrow {
  background-image: url(img/icon-select-act.png);
  background-repeat: no-repeat;
  background-position: 12px 14px;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 4px 0px 0 5px;
  border: 2px solid #1291d2;
  cursor: pointer;
}
.jq-selectbox__trigger-arrow:hover {
  background-color: #1291d2;
  background-image: url(img/icon-select.png);
}
.jq-selectbox li {
  width: 100%;
  max-width: 100%;
  height: 40px;
  background: #fff;
  color: #29262e;
  box-sizing: border-box;
  padding: 2px 0 1px 8px;
  line-height: 35px;
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.jq-selectbox li + li {
  border-top: 1px solid #5ab2e0;
}
.jq-selectbox li:hover {
  background: #1291d2;
  color: #c3dcef;
}
.opened {
  border: 2px solid #0e8fd2;
}
.opened .jq-selectbox__trigger-arrow {
  top: -2px;
  right: -2px;
}
.jq-selectbox.disabled .jq-selectbox__select-text {
  background: #f7f6f7;
}
.jq-selectbox.disabled .jq-selectbox__select-text:hover + .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  background-image: url(img/icon-select-act.png);
  background-color: #fff;
  cursor: none;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow:hover {
  background-image: url(img/icon-select-act.png);
  background-color: #fff;
  cursor: auto;
}
.nicescroll-rails {
  position: absolute;
  overflow: hidden;
}
.nicescroll-rails:before {
  position: absolute;
  content: "";
  border: 2px solid #0e8fd2;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.register .jq-selectbox__dropdown {
  top: 50px;
}
.jq-checkbox {
  width: 22px;
  height: 22px;
  margin-right: 4px;
  box-sizing: border-box;
  border: 1px solid #c4c1cb;
  background-color: #fff;
  vertical-align: middle;
}
.jq-checkbox.checked {
  background-size: 19px 14px;
  background-color: transparent;
  background-image: url('img/check-cheked.svg');
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
.jq-radio {
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  vertical-align: middle;
  border: 1px solid #c4c1cb;
}
.jq-radio.checked {
  background-size: 12px 12px;
  background-image: url(img/radio.svg);
  background-repeat: no-repeat;
  background-position: 4px 4px;
}
.section-registry {
  background: #fff;
}
.jq-file {
  line-height: 38px;
}
.jq-file:hover .jq-file__browse {
  color: #fff;
  background: #41a7db;
}
.jq-file.changed {
  white-space: nowrap;
  display: inline-block;
}
.jq-file__name {
  width: 180px;
  max-width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 5px;
  box-sizing: border-box;
  font-size: 16px;
  color: #29262e;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  border: 1px solid #c4c1cb;
  display: inline-block;
  margin-right: 7px;
  overflow: hidden;
  vertical-align: middle;
}
.jq-file__browse {
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  height: 40px;
  font-size: 16px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  border-radius: 26px;
  text-decoration: none;
  background: #fff;
  color: #0e8fd2;
  border: 2px solid #0e8fd2;
  cursor: pointer;
  vertical-align: middle;
}
.search-select .jq-selectbox__dropdown {
  top: 0 !important;
}
.jq-selectbox__search {
  margin-right: -2px;
}
.jq-selectbox__search input[type=search] {
  width: 100%;
  max-width: 100%;
  height: 40px;
  background: #fff;
  color: #29262e;
  padding: 2px 0 1px 8px;
  line-height: 35px;
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  cursor: pointer;
  border: 2px solid #1291d2;
  border-left: none;
  border-top: none;
  padding-right: 8px;
  margin-right: -16px;
}
/**********************************

Use: Main Screen Import

***********************************/
/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
  width: 370px;
  font-size: 1.0em;
  color: #333;
}
form.cmxform legend {
  padding-left: 0;
}
form.cmxform legend,
form.cmxform label {
  color: #333;
}
form.cmxform fieldset {
  border: none;
  border-top: 1px solid #C9DCA6;
  background-color: #F8FDEF;
}
form.cmxform label.error,
label.error {
  position: absolute;
  right: 37px;
  margin: 1px 0 0 0px;
  font-size: 12px;
  color: #d91404;
  font-weight: 300;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.n-home label.error {
  right: 0;
}
div.error {
  display: none;
}
input.error,
textarea.error {
  border: 2px solid #c90a3a;
}
input.valid ~ .i-info {
  border-color: #39b54a;
  background-image: url(img/i-valid.png);
  background-position: 6px 7px;
}
input.error ~ .i-info {
  border-color: #d91404;
  background-image: url(img/icon-error.png);
  background-position: 7px 7px;
}
input.error form.cmxform .gray * {
  color: gray;
}
/************************************************************/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  overflow: hidden;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em ;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 8px;
  height: 16px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 7px;
}
.ui-datepicker .ui-datepicker-next {
  right: 7px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  font-size: 0;
}
.ui-datepicker .ui-datepicker-prev span {
  border-right: 8px solid #fff;
  margin-left: -8px;
}
.ui-datepicker .ui-datepicker-next span {
  border-left: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 400;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #1291d2;
  background: #fff;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #1291d2;
  background: #1291d2;
  color: #ffffff;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6;
  font-weight: 300;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
}
.ui-widget-content .ui-state-default:hover {
  background: #cfe9f6;
  font-weight: 700;
  border-color: #0e8fd2;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #1291d2;
  background: #ffffff;
  font-weight: 700;
  color: #1291d2;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #1291d2;
  background: #41a7db;
  color: #fff;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-widget-header .ui-state-highlight {
  font-weight: 700;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("img/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  border: 8px solid transparent;
}
/* Misc visuals
----------------------------------*/
.popup-reg,
.popup-conflict {
  display: none;
  max-width: 100%;
  padding: 50px 20px 52px 20px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.popup-reg .popup-title,
.popup-conflict .popup-title {
  margin-bottom: 15px;
  font-size: 30px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #29262e;
  line-height: 1;
}
.popup-reg .pop-bonus,
.popup-conflict .pop-bonus {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #a7a4b0;
}
.popup-reg .pop-bonus span,
.popup-conflict .pop-bonus span {
  margin-left: 7px;
  color: #565559;
  font-size: 24px;
}
.popup-reg .info-save,
.popup-conflict .info-save {
  font-size: 20px;
  font-family: "Raleway Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #d91404;
}
.popup-reg .info-save .red,
.popup-conflict .info-save .red {
  color: #d91404;
  text-decoration: none;
}
.popup-reg {
  width: 375px;
}
.popup-conflict {
  width: 502px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #00b0aa;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  box-shadow: 0 0 30px rgba(7, 56, 81, 0.28);
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  background: url(img/close-fancy.png) 0 0 no-repeat;
  top: 29px;
  right: 28px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(60, 179, 226, 0.2);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.my-balance {
  font-size: 25px;
}

.my-balance p{
margin:0;
}

.my-balance span{
  color: #39B54A;
  font-weight: bold;
  font-weight: 700;
}
.data label {
  padding-top: 10px;
}
.red:hover {
  color: #fff !important;
  background: #fb3626;
}
.bl-title {
  color: #2c7cb8;
  font-weight: 700;
}
.info-img {
  margin: 15px 0;
}
.info-img img {
  vertical-align: bottom;
}

.a-not-active {
  pointer-events: none;
}


.content-conditions H3 {
    font-weight: 700;
    color: #2c7cb8;
    font-family: "Raleway Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    margin-bottom: 13px;
    text-align: center;
}

.label-field {
  font-size: 12px;
}
.field-block {
  padding: 5px;
}
.field {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-image: url('img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

@media screen and (max-width: 768px) {
  .first-in {
    display:block;
    margin-right: -7px;
  }
}
/*# sourceMappingURL=style.css.map */
