/*---------------------------------------------
 [   0. Variables  and support classes  ]
 ---------------------------------------------*/
/*  <<--  Colors  */
/*  -->>  Colors  */
/*  -->>  Font    */
.calibri, body, footer {
  font-family: "Calibri", sans-serif; }

.gothic, h1, h2, h3 {
  font-family: "Century Gothic", sans-serif; }
/*  <<--  Font    */
/*--------------------------------
 [   1. Media rules  ]
 --------------------------------*/
@media (min-width: 1200px) {
  .ui-slider {
    margin-bottom: 45px !important; } }

@media (min-width: 991px) and (max-width: 1200px) {
  .ui-slider {
    margin-bottom: 45px !important; }

  .separator {
    width: 100% !important; } }
/*Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .mfo, .linkprofit {
    text-align: center !important; }

  .motivation-list {
    margin-bottom: 10px !important; }

  .input-group-addon {
    left: -26px !important; }

  .ui-slider {
    margin-bottom: 45px !important; }

  .separator {
    width: 100% !important; }

  .motivation {
    height: auto !important; }

  .motivation__text {
    margin-bottom: 25px; } }
/*Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .mfo, .linkprofit {
    text-align: center !important; }

  .slider-list {
    padding: 38px 15px 15px !important; }

  .slider__text {
    padding: 0 !important;
    text-align: center; }

  .form__fields {
    padding: 0 15px !important; }

  .input-group-addon {
    left: auto !important;
    z-index: 0 !important; }

  .ui-slider {
    margin-bottom: 50px !important; }

  .sum-min, .sum-max, .time-min, .time-max {
    top: -48px !important; }

  .container {
    width: 100% !important; }

  .motivation {
    height: auto !important; } }

@media (max-width: 650px) {
  .logo {
    float: none !important;
    text-align: center; } }
/*Landscape phones and down */
@media (max-width: 480px) {
  fieldset {
    padding: 0 10px !important; } }
/*-------------------------------------------------
 [   2. Main styles  ]
 -------------------------------------------------*/
body {
  background: url("../ros-dengi/img/slide2.jpg");
  font-family: 'PT Sans', sans-serif;
  width: 100%;
  overflow-x: hidden; }

.content {
  width: 100%; }

.section {
  width: 100%; }

h1, h2, h3 {
  text-align: center; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 17px; }

.container {
  max-width: 970px; }

.glyphicon {
  font-family: 'Glyphicons Halflings' !important; }

.totop-arrow {
  width: 40px;
  height: 40px;
  background: #e52e3d;
  box-shadow: inset 0 0 1px #b22430;
  text-align: center;
  font-size: 20px;
  padding: 8px 0;
  vertical-align: middle;
  color: #fff;
  border-radius: 4px;
  z-index: 3; }

.totop-arrow span {
  left: 1px; }
/*----------------------------
 [   3. Header  ]
 ----------------------------*/
header {
  padding: 15px; }

.logo {
  background: url("../ros-dengi/img/logo.png") no-repeat;
  width: 302px;
  height: 82px; }

.btn_to-form {
  padding-left: 55px;
  margin: 20px; }

#to-form {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 25px;
  background-image: -webkit-linear-gradient(top, #e52e3d 0, #b22430 100%);
  background-image: -o-linear-gradient(top, #e52e3d 0, #b22430 100%);
  background-image: linear-gradient(to bottom, #e52e3d 0, #b22430 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe52e3d', endColorstr='#ffb22430', GradientType=0);
  border: 1px #b22430 solid;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  color: #fff; }

#to-form:hover {
  outline: 0;
  -webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow : 0 0 8px rgba(255, 255, 255, 0.60);
  -moz-box-shadow : 0 0 8px rgba(255, 255, 255, 0.60);
  box-shadow : 0 0 8px rgba(255, 255, 255, 0.60); }
/*------------------------------
 [   4. Content  ]
 ------------------------------*/
/*
 4.1 Motivation
 -----------------------------*/
.motivation {
  color: #fff;
  overflow: hidden;
  height: 700px; }

.motivation-list {
  list-style: none;
  padding-top: 10px;
  margin-bottom: 25px; }

.motivation__item {
  padding: 5px 0;
  font-size: 22px; }
  .motivation__item .glyphicon {
    margin-right: 5px;
    top: 3px; }

.motivation__text {
  padding-top: 30px;
  max-height: 380px;
  overflow: hidden; }

.motivation__title {
  font-size: 28px; }

.women-wrap {
  text-align: center;
  position: relative; }

.women {
  height: 350px; }
/*
 4.2 Form
 -----------------------------*/
.main-form {
  color: #3e3e3e;
  background: #fff;
  /* Old browsers */ }

#form {
  max-width: 800px;
  margin: 35px auto; }
  #form .control-label {
    font-size: 18px;
    font-weight: normal; }

.form__title {
  padding-bottom: 7px;
  border-bottom: 1px solid #a7a9ac; }

.help-block {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #737373;
  font-size: 12px;
  line-height: 100%;
  padding-left: 5px; }

span.required {
  display: none; }
/*  -->> Slider   */
.slider-wrap {
  margin-bottom: 25px; }

.slider__title {
  font-size: 16px; }

.ui-slider {
  margin-top: 4px; }

.ui-widget-content {
  /*border: none;
   background: #468438 !important;*/ }

.ui-slider-horizontal {
  height: 10px;
  width: 100%;
  border-radius: 4px !important;
  background-color: #e0e0e0 !important;
  cursor: pointer; }

.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  background-image: url(../ros-dengi/img/polzun.png);
  background-size: cover;
  border: 1px #cc2936 solid;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 2px rgba(255, 255, 255, 0.2) inset;
  width: 20px;
  height: 20px;
  top: -5px;
  border-radius: 50%;
  background-position: 0;
  cursor: pointer;
  /*top: -6px;
   margin-left: -6px;
   width: 12px;
   height: 12px;
   border-radius: 15px !important;
   background: #468438;
   border-color: #468438;
   box-shadow: 0 0 7px #77bb3d;
   &:focus,
   &:visited{
   outline: none !important;
   border-radius: 15px !important;
   background: #468438;
   border-color: #468438;
   box-shadow: 0 0 7px #77bb3d;
   }
   &:active{
   border-color: #56993d;
   box-shadow: inset 0 0 5px #aaca0f, 0 0 7px #C2E30F;
   }*/ }

.ui-slider-handle:focus {
  outline: none; }

.ui-slider-pips .ui-slider-pip {
  display: none;
  /*top: -5px !important;
   color: #468438 !important;*/ }

#sum_slider .ui-slider-pip .ui-slider-line, #time_slider .ui-slider-pip .ui-slider-line {
  border-radius: 4px !important;
  background-color: #e0e0e0 !important;
  /*height: 7px;
   background: #468438 !important;*/ }

.ui-slider .ui-slider-range {
  height: 10px !important;
  border-radius: 4px !important;
  position: absolute !important;
  top: 0 !important;
  background-image: -webkit-linear-gradient(left, #b22430 0, #e52e3d 100%) !important;
  background-image: -o-linear-gradient(left, #b22430 0, #e52e3d 100%) !important;
  background-image: linear-gradient(to right, #b22430 0, #e52e3d 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb22430', endColorstr='#ffe52e3d', GradientType=1); }

.slider-list {
  padding: 38px 0 15px; }
/*  -->>  Slider min-max  */
.min-max {
  position: relative; }

.sum-min, .sum-max, .time-min, .time-max {
  position: absolute; }

.sum-min {
  left: -15px;
  top: -42px; }

.sum-max {
  right: -18px;
  top: -42px; }

.time-min {
  left: -15px;
  top: -42px; }

.time-max {
  right: -19px;
  top: -42px; }
/*  <<--  Slider min-max  */
/*  -->>  Slider text   */
.slider__text {
  padding-left: 50px;
  padding-top: 16px; }

.amount__text, .duration__text {
  padding: 0;
  font-size: 24px;
  margin-bottom: 5px; }

.slider__amount, .slider__duration {
  margin-bottom: 10px; }

.amount__title {
  font-size: 27px;
  margin-bottom: 5px; }

#amount_chosen, #duration_chosen {
  color: #e52e3d;
  font-size: 38px;
  line-height: 100%; }

.slider__payment {
  margin-bottom: 25px; }

.slider__payment .col-sm-4 {
  margin-top: 20px; }

.amount__repay {
  font-size: 16px;
  padding: 0; }

#payment_for_S #payment_for_S1 {
  color: #e52e3d;
  font-size: 19px;
  font-weight: bold; }
/*  <<--  Slider text   */
#FormModel_bdate + span {
  cursor: pointer; }
  #FormModel_bdate + span:active {
    -webkit-box-shadow : inset 0 1px 1px #ccc;
    -moz-box-shadow : inset 0 1px 1px #ccc;
    box-shadow : inset 0 1px 1px #ccc; }
/* -->> Buttons plus/minus  */
#amount__minus, #amount__plus, #duration__minus, #duration__plus {
  cursor: pointer;
  text-align: center;
  padding-top: 5px;
  position: absolute;
  top: -31px;
  width: 30px;
  height: 30px;
  color: #fff;
  border: 1px solid #b22430;
  background: #e52e3d;
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px; }

#amount__minus, #duration__minus {
  left: -14px; }
  #amount__minus span, #duration__minus span {
    position: relative;
    right: 1px; }

#amount__plus, #duration__plus {
  right: -15px; }
/* <<-- Buttons plus/minus  */
.form__fields {
  padding-left: 10%; }

.control-label {
  text-align: left !important; }

#submit-wrap {
  text-align: center; }

.submit, .submit:focus {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 30px;
  background-image: -webkit-linear-gradient(top, #e52e3d 0, #b22430 100%);
  background-image: -o-linear-gradient(top, #e52e3d 0, #b22430 100%);
  background-image: linear-gradient(to bottom, #e52e3d 0, #b22430 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe52e3d', endColorstr='#ffb22430', GradientType=0);
  border: 1px #b22430 solid;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  color: #fff; }

.submit:hover {
  outline: 0;
  color: #fff;
  -webkit-box-shadow : inset 0 1px 5px rgba(0, 0, 0, 0.50);
  -moz-box-shadow : inset 0 1px 5px rgba(0, 0, 0, 0.50);
  box-shadow : inset 0 1px 5px rgba(0, 0, 0, 0.50); }

.submit:active {
  /*background: #c2e310 !important;
   outline: 0;
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*/ }

.accept {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px; }

.accept__text {
  padding-top: 5px;
  display: inline-block;
  vertical-align: top; }

.accept__checkbox {
  margin-left: 5px !important;
  width: 20px;
  height: 20px; }

.input-group-addon {
  left: -8px;
  position: relative;
  z-index: 2; }
/*
 4.3 About
 -----------------------------*/
#about {
  background: url("../ros-dengi/img/texture.jpg");
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  padding: 83px 0 100px 0;
  text-align: center;
  /*padding-bottom: 15px;
   @include box-shadow(inset 0px 3px 14px grey);
   .container-fluid{
   max-width: 800px;
   }
   overflow: hidden;
   background: rgb(255, 255, 255);*/ }

.why .briefly {
  margin-bottom: 41px; }

.why h6 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px; }

.about__item {
  padding-top: 20px;
  visibility: hidden; }

.about__text {
  text-align: justify;
  font-size: 18px; }

.about__icon {
  width: 80px;
  height: 80px;
  -webkit-border-radius : 60px;
  -moz-border-radius : 60px;
  -ms-border-radius : 60px;
  -o-border-radius : 60px;
  border-radius : 60px;
  border: 1px solid #3e3e3e;
  margin: 0 auto; }

.i-shake, .i-lines {
  display: inline-block;
  width: 80px;
  height: 80px; }

.i-shake {
  background: url(../ros-dengi/img/handshake-48.png) 50% 50% no-repeat; }

.i-lines {
  background: url(../ros-dengi/img/line-48.png) 40% 42% no-repeat; }
/*
 4.4 Info
 -----------------------------*/
.info {
  padding: 15px 0;
  color: #fafafa;
  background: #f6669d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f6669d 0%, #f6659c 22%, #f4639b 41%, #ec599e 59%, #e550a1 81%, #d845a5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6669d), color-stop(22%, #f6659c), color-stop(41%, #f4639b), color-stop(59%, #ec599e), color-stop(81%, #e550a1), color-stop(100%, #d845a5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f6669d 0%, #f6659c 22%, #f4639b 41%, #ec599e 59%, #e550a1 81%, #d845a5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f6669d 0%, #f6659c 22%, #f4639b 41%, #ec599e 59%, #e550a1 81%, #d845a5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f6669d 0%, #f6659c 22%, #f4639b 41%, #ec599e 59%, #e550a1 81%, #d845a5 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f6669d 0%, #f6659c 22%, #f4639b 41%, #ec599e 59%, #e550a1 81%, #d845a5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6669d', endColorstr='#d845a5',GradientType=1);
  /* IE6-9 */
  margin: 0 auto; }
  .info .container-fluid {
    max-width: 800px; }

.info-text {
  font-size: 18px;
  text-align: justify;
  margin: 10px auto 15px; }

#more-button {
  color: #2b3b5e;
  border-bottom: 1px dashed #2b3b5e;
  cursor: pointer; }

#info-text__more {
  display: none; }
/*------------------------------
 [   5. Footer   ]
 ------------------------------*/
footer {
  background: url("../ros-dengi/img/texture_footer.jpg");
  padding: 25px 0;
  color: #85888c;
  font-size: 16px; }

.mfo, .linkprofit {
  text-align: center; }

.devloper_logo {
  width: 120px; }

.mfo {
  padding-top: 15px; }
/*------------------------------
 [   6. Result   ]
 ------------------------------*/
.alert-success {
  margin-top: 50px;
  text-align: center;
  padding: 40px 10px; }
