body {
  font-family: "ProximaNova", sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.429;
  -webkit-font-smoothing: antialised;
  letter-spacing: -0.4px;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.inline-block {
  display: inline-block;
}

.blue-bg-light {
  background-color: #20283b;
}

.blue-bg {
  background-color: #3e57f1;
}

.z10 {
  z-index: 10;
}

.z20 {
  z-index: 20;
}

.z30 {
  z-index: 30;
}

.blue-bg-dark {
  background-color: #1b212e;
}

.hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.white-text {
  color: white;
}

.text-center {
  text-align: center;
}

p, a {
  font-family: "ProximaNova", sans-serif;
  font-weight: normal;
}

.red {
  color: #ff7685;
}

.blue-light {
  color: #afb9d3;
}

.minh600 {
  min-height: 600px;
}

.minh120 {
  min-height: 120px;
}

.bold {
  font-weight: bold;
}

.fz65 {
  font-size: 65px;
}

.fz50 {
  font-size: 50px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz14 {
  font-size: 14px;
}

.fz30 {
  font-size: 30px;
}

.fwb {
  font-weight: 600;
}

.morelh {
  line-height: 34px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'BebasNeuewebfont';
  line-height: 1.2;
  margin: 0;
}

.float-right {
  float: right;
}
.round {
  border-radius: 100%;
}
.ml20 {
  margin-left: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt24 {
  margin-top: 14px;
}
.pl40 {
  padding-left: 40px;
}

.no-padding-right-md {
  padding-right: 0;
}

.no-padding-left-md {
  padding-left: 0;
}

.reletive {
  position: relative;
}

header {
  overflow: hidden;
  position: relative;
  background-color: #1b212e;
  z-index: 10;
  background-image: url("/binp/img/grid.png");
}

header .chart {
  top: -90px;
  left: 0;
  z-index: 20;
}

header .chart img {
  max-width: 1800px;
}

.absolute {
  position: absolute;
}

.part {
  overflow: hidden;
}

.part.no-padding-bottom .container {
  padding-bottom: 0;
}

.part.no-padding .container {
  padding: 0;
}

.part .container {
  padding: 68px 15px;
}

.part.top-part .container {
  padding: 120px 0;
  position: relative;
  z-index: 30;
}

.btn {
  padding: 13px 42px;
  border-radius: 25px;
  text-transform: uppercase;
}

.btn.red {
  background-color: #ff7685;
  color: #fff;
  transition: all .5s ease-in-out;
  outline: none;
  box-shadow: 0px 0px 16px rgba(255, 118, 133, 0.4);
}

.btn.red:hover, .btn.red:active, .btn.red:focus {
  text-decoration: none;
  background-color: #1b212e;
  box-shadow: 0px 0px 16px rgba(255, 118, 133, 0.8);
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  width: 20%;
  float: left;
}

.border-left {
  border-left: 1px solid;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mr-lg-200 {
  margin-right: 200px;
}

.logo-circle {
  position: relative;
  display: block;
}

.logo-circle a {
  outline: none;
}

.logo-circle .icon {
  width: 200px;
  height: 200px;
  position: relative;
  display: block;
  z-index: 30;
  margin: auto;
}

.logo-circle .icon:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20%;
  top: calc(50% - 50px);
  left: 30%;
  left: calc(50% - 50px);
  background: url("/binp/img/icons-all.png") no-repeat;
}

.logo-circle .icon.ico-10-year:before {
  background-position: -67px -68px;
}

.logo-circle .icon.ico-10-year:hover:before {
  background-position: -67px -213px;
}

.logo-circle .icon.ico-support:before {
  background-position: -207px -68px;
}

.logo-circle .icon.ico-support:hover:before {
  background-position: -207px -213px;
}

.logo-circle .icon.ico-analitics:before {
  background-position: -347px -68px;
}

.logo-circle .icon.ico-analitics:hover:before {
  background-position: -347px -213px;
}

.logo-circle .icon.ico-license:before {
  background-position: -627px -68px;
}

.logo-circle .icon.ico-license:hover:before {
  background-position: -627px -213px;
}

.logo-circle .icon.ico-instuments:before {
  background-position: -491px -68px;
}

.logo-circle .icon.ico-instuments:hover:before {
  background-position: -491px -213px;
}

.logo-circle .logo-img {
  position: relative;
  z-index: 10;
}

.logo-circle + p{
  margin-top: 10px;
}

.logo-circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
  transform: rotate(90deg);
  overflow: visible;
  -webkit-filter: drop-shadow( 0px 0px 11px rgba(255, 255, 255, 0.4) );
  filter: drop-shadow( 0px 0px 11px rgba(255, 255, 255, 0.4) );

}

.logo-circle:hover svg{
  -webkit-filter: drop-shadow( 0px 0px 11px rgba(255, 255, 255, 0.8) );
  filter: drop-shadow( 0px 0px 11px rgba(255, 255, 255, 0.8) );

}

.logo-circle svg .color {
  fill: #3e57f1;
}

.logo-circle svg .white {
  fill: #fff;
}
.logo-circle:hover svg .white {
}
.logo-circle.cercle-invert svg {
  transform: rotate(0deg);
}

.logo-circle.cercle-invert .color {
  fill: #ff7685;
}

.logo-circle.cercle-invert .icon.ico-support:before {
  background-position: -212px -213px;
}

.logo-circle.cercle-invert .icon.ico-support:hover:before {
  background-position: -212px -68px;
}

.logo-circle:hover svg {
  transform: rotate(0deg);
}

.logo-circle:hover svg .color {
  fill: #ff7685;
}

.logo-circle:hover.cercle-invert svg {
  transform: rotate(90deg);
}

.logo-circle:hover.cercle-invert .color {
  fill: #3e57f1;
}

.img-graph-wrapper {
  overflow: hidden;
}

.well {
  padding: 15px 80px;
  position: relative;
  display: block;
  background-color: #1b212e;
  border-radius: 4px;
}

.well:before {
  content: '';
  position: absolute;
  background: url("/binp/img/attenshion-icon.png") no-repeat;
  width: 50px;
  height: 50px;
  left: 25px;
  top: 0;
  top: calc(50% - 26px);
}

.well:after {
  content: '';
  position: absolute;
  background: url("/binp/img/attenshion-icon.png") no-repeat;
  width: 50px;
  height: 50px;
  right: 25px;
  top: 0;
  top: calc(50% - 26px);
}

.well p {
  margin: 0;
}

#heand-moved {
  position: relative;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.panel-group .panel .panel-title {
  position: relative;
  background-color: #20283b;
  border-left: 2px solid #3e57f1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.panel-group .panel .panel-title:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #3e57f1;
  transition: all .5s ease-in-out;
}

.panel-group .panel .panel-title a {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  display: block;
  padding: 10px 10px;
  outline: none;
  text-decoration: none;
  position: relative;
  z-index: 10;
  padding-left: 30px;
}

.panel-group .panel .panel-title:hover:before {
  width: 100%;
  height: 100%;
}

.panel-group .panel .panel-body {
  padding: 0px 10px;
}

.panel-group .panel:first-of-type .panel-title {
  margin-top: 0px;
}

.no-overflow {
  overflow: hidden;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.step-bg {
  position: absolute;
  top: 30%;
  top: calc(50% - 150px);
  left: 20%;
  left: calc(50% - 545px);
  opacity: 0.5;
}

.statistic-bg {
  position: absolute;
  top: 30%;
  top: calc(50% - 61px);
  left: 20%;
  left: calc(50% - 318px);
}

.point-block {
  position: relative;
  margin-bottom: 67px;
}

.point-block .point-number {
  font-family: 'BebasNeuewebfont', sans-serif;
  font-weight: bold;
  padding: 0 30px;
  line-height: 1;
}

.point-block p {
  margin: 0;
}

.point-block.right-point:before {
  content: '';
  position: absolute;
  background: url("/binp/img/points.png") no-repeat;
  background-position: 0 0;
  width: 34px;
  height: 32px;
  right: -17px;
  top: 0;
  z-index: 30;
}

.point-block.right-point.red-point:before {
  background-position: -32px 0;
}

.point-block.point-left:before {
  left: -17px;
}

.point-block .poit-text.left-text, .point-block .poit-text .right-text {
  padding: 3px 30px;
  font-size: 20px;
}

.center-line {
  position: relative;
}

.center-line:before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #314169;
  height: 100%;
  left: 50%;
  top: 5px;
}

.panel.panel-primary {
  height: 430px;
  background: #1a202b;
  background: -moz-linear-gradient(top, #1a202b 0%, #1a202b 78%, rgba(32, 40, 59, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1a202b), color-stop(78%, #1a202b), color-stop(100%, rgba(32, 40, 59, 0)));
  background: -webkit-linear-gradient(top, #1a202b 0%, #1a202b 78%, rgba(32, 40, 59, 0) 100%);
  background: -o-linear-gradient(top, #1a202b 0%, #1a202b 78%, rgba(32, 40, 59, 0) 100%);
  background: -ms-linear-gradient(top, #1a202b 0%, #1a202b 78%, rgba(32, 40, 59, 0) 100%);
  background: linear-gradient(to bottom, #1a202b 0%, #1a202b 78%, rgba(32, 40, 59, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202b', endColorstr='#20283b', GradientType=0 );
}

.panel.panel-primary .panel-heading {
  padding: 3px 10px;
  background-color: #2a3653;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.panel.panel-primary .panel-heading .panel-title {
  display: inline-block;
  max-width: 50%;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 600;
}

.panel.panel-primary .panel-heading .panel-title:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: url("/binp/img/user-icon.png") no-repeat;
}

.panel.panel-primary .panel-heading .panel-post {
  display: inline-block;
  max-width: 50%;
  text-align: right;
  float: right;
  padding-right: 10px;
  font-size: 12px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}

.panel.panel-primary .panel-heading:before {
  content: '';
  position: absolute;
  background: url("/binp/img/quotes.png") no-repeat;
  width: 72px;
  height: 60px;
  top: 1px;
  right: 24px;
  z-index: 1;
}

.panel.panel-primary .panel-body {
  padding: 20px 20px 0 20px;
}
.panel.panel-primary .panel-body .morelh{
  line-height: 30px;
}

.panel.panel-primary.active .panel-heading {
  background-color: #ff7685;
}

.panel.panel-primary.active .panel-heading:before {
  background-position: -81px 0;
}

.footer .footer-text {
  color: #798194;
}

.block-waves {
  overflow: hidden;
  position: relative;
  display: block;
  min-height: 400px;
}

.block-waves .wave-one {
  position: absolute;
  bottom: -130px;
  left: -50px;
  z-index: 30;
}

.block-waves .wave-two {
  position: absolute;
  bottom: -30px;
  left: -150px;
  z-index: 20;
}

.block-waves .wave-three {
  position: absolute;
  bottom: 0;
  left: -80px;
  z-index: 10;
}

.block-waves .wave-one-wrapper, .block-waves .wave-two-wrapper, .block-waves .wave-three-wrapper {
  position: absolute;
  bottom: 0;
}

.close {
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.hidden {
  display: none;
}

.close:focus, .close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  background: #1a202b;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  background-color: #2a3653;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #dedede;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
  transition: none;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.question {
  margin-bottom: 25px;
  position: relative;
  display: block;
  padding-left: 50px;
  counter-increment: list;
}

.question .item {
  margin-top: 5px;
  clear: both;
}

#content {
  padding: 0 !important;
}

.question:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 100%;
  display: block;
  background: transparent;
  top: 0;
  left: -15px;
  border: 1px solid #cccccc;
  border-left: 0px solid transparent;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

.question:after {
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  font-weight: bold;
  color: #4c4c4c;
  font-size: 14px;
  font-family: Verdana, Helvetica, sans-serif;
}

.question .item:first-of-type {
  margin-top: 0px;
}

.question [type="radio"] {
  margin-right: 5px;
}

.question .text-area {
  margin-right: 5px;
}

.question .text-area textarea {
  margin-top: 5px;
}

.modal .text-button {
  border: none;
  background: none;
  color: RGB(50, 50, 50);
  outline: none;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 20px;
}

.modal .text-button:hover {
  opacity: 0.9;
}

.modal .btn-white {
  padding: 6px 10px;
  cursor: pointer;
  margin: 10px 0px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #e3e3e3;
  margin-left: 10px;
  top: 2px;
  position: relative;
}

.modal .btn-white:hover {
  opacity: 0.9;
}

#move-heand {
  margin-bottom: -7px;
}


/* changed */

.btn.red:hover, .btn.red:active, .btn.red:focus {
  text-decoration: none;
  background-color: rgb(255, 92, 110);;
}
