@charset "utf-8";
@font-face {
  font-family: "rouble";
  src: url("../images/calc-diagramm/icons/rouble.eot");
  src: url("../images/calc-diagramm/icons/rouble.eot?#iefix") format("embedded-opentype"), url("../images/calc-diagramm/icons/rouble.woff") format("woff"), url("../images/calc-diagramm/icons/rouble.ttf") format("truetype"), url("../images/calc-diagramm/icons/rouble.svg#rouble") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Flaticon";
  src: url("../images/calc-diagramm/icons/Flaticon.eot");
  src: url("../images/calc-diagramm/icons/Flaticon.eot?#iefix") format("embedded-opentype"), url("../images/calc-diagramm/icons/Flaticon.woff") format("woff"), url("../images/calc-diagramm/icons/Flaticon.ttf") format("truetype"), url("../images/calc-diagramm/icons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../images/calc-diagramm/icons/Flaticon.svg#Flaticon") format("svg");
  }
}
.flaticon {
  display: inline-block;
}
.flaticon:before,
.flaticon:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}
.flaticon-arrows:before {
  content: "\f100";
}
.flaticon-black:before {
  content: "\f101";
}
.flaticon-circle:before {
  content: "\f102";
}
.flaticon-delete:before {
  content: "\f103";
}
.flaticon-delete-1:before {
  content: "\f104";
}
.flaticon-gps:before {
  content: "\f105";
}
.flaticon-people:before {
  content: "\f106";
}
.flaticon-people-1:before {
  content: "\f107";
}
.flaticon-signs:before {
  content: "\f108";
}
.flaticon-tool:before {
  content: "\f109";
}
.flaticon-two:before {
  content: "\f10a";
}
.flaticon-web:before {
  content: "\f10b";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#success_loan, #fail_loan,#result_calc {
  display: none;
}

.salary-heading {
  color: black;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
.salary-calc {
  padding: 25px;
  border: 1px solid #999;
  margin-bottom: 20px;
  
}
@media (max-width: 400px) {
  .salary-calc {
    padding: 10px;
  }
}
.salary .form-control {
  height: 50px;
  padding: 0 10px;
  text-align: right;
  background-color: white;
  border: 1px solid #ccc;
  font-family: "rouble", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
  display: inline-block;
  outline: none;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.salary .form-control:focus {
  border-color: #b3b3b3;
}
.salary select.form-control {
  text-align: left;
  font-size: 18px;
}
.salary .btn {
  text-align: center;
  cursor: pointer;
  outline: none;
  background-color: #05c;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.salary .btn.btn-main {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 21px;
  font-weight: 400;
}
.salary .btn.btn-order {
  width: 134px;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  display: block;
  text-decoration: none;
}
.salary .btn.btn-card {
  display: block;
  width: 228px;
  height: 60px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 60px;
  text-decoration: none;
}
.salary .btn:hover {
  background-color: #f78f4a;
}
.salary-data .form-group {
  float: left;
  width: 50%;
  margin-bottom: 25px;
}
.salary-data .form-group:nth-child(2n+2) {
  padding-left: 60px;
}
@media (min-width: 801px) and (max-width: 991px) {
  .salary-data .form-group {
    float: none;
    width: auto;
  }
  .salary-data .form-group:nth-child(2n+2) {
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .salary-data .form-group {
    float: none;
    width: auto;
  }
  .salary-data .form-group:nth-child(2n+2) {
    padding-left: 0;
  }
}
.salary-data .form-head {
  margin-bottom: 10px;
}
.salary-data .form-head b {
  color: black;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.salary-data .form-head .flaticon {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  color: #418cce;
  float: right;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  padding: 0;
  position: relative;
}
.salary-data .form-head .flaticon:before {
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  line-height: 13px;
}
.salary-data .form-control {
  width: 100%;
}
.salary-data .income-group .form-control {
  width: 205px;
  margin-right: 15px;
}
@media (max-width: 370px) {
  .salary-data .income-group .form-control {
    width: 170px;
  }
}
.salary-data .income-group span {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
}
.salary-loan {
  background: #eaeaea;
  padding: 20px 10px 25px 10px;
  margin-bottom: 30px;
  text-align: center;
}
.salary-loan .headline {
  color: black;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}
.salary-loan .btn-type {
  background: #eaeaea;
  width: 210px;
  height: 60px;
  margin: 10px 18px;
  border: 1px solid #acacac;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: black;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}
.salary-loan .btn-type:before {
  margin-right: 15px;
  font-size: 30px;
  font-weight: normal;
  vertical-align: middle;
  color: #418cce;
}
.salary-loan .btn-type.active {
  color: white;
  background-color: #f78f4a;
  border-color: #f78f4a;
}
.salary-loan .btn-type.active:before {
  color: #fff;
}
@media (max-width: 370px) {
  .salary-loan .btn-type {
    margin-left: 0;
    margin-right: 0;
  }
}
.striped {
  background: url(../images/calc-diagramm/bg-striped.png) 0 0 repeat;
  padding: 10px;
  margin: -10px -10px 40px -10px;
}
@media (max-width: 400px) {
  .striped {
    margin: -5px -5px 20px -5px;
    padding: 5px;
  }
}
.credit-amount {
  background: #fff;
  width: 100%;
  line-height: 150px;
  text-align: center;
}
.credit-amount .amount-head {
  display: inline-block;
  vertical-align: middle;
  color: black;
  font-size: 21px;
  font-weight: 400;
  margin-right: 10px;
}
.credit-amount .form-control {
  vertical-align: middle;
  width: 254px;
}
@media (max-width: 640px) {
  .credit-amount {
    line-height: normal;
    padding: 20px;
  }
  .credit-amount .amount-head {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .credit-amount .form-control {
    width: 100%;
    max-width: none;
  }
}
.radio-input {
  margin-top: 5px;
}
.radio-input label {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
.radio-input .flaticon {
  color: #418cce;
}
.radio-input .flaticon:before {
  font-size: 16px;
}
.radio-input .flaticon-black:before {
  font-size: 19px;
}
.radio-input .flaticon-people:before {
  font-size: 22px;
}
.living-wage {
  border-bottom: 1px solid #acacac;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.living-title {
  color: black;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  float: left;
}
.living-sum {
  float: right;
  color: black;
  font-size: 21px;
  font-weight: 400;
}
.living-sum b {
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 801px) and (max-width: 991px) {
  .living-title {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .living-title br {
    display: none;
  }
  .living-sum {
    float: none;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .living-title {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .living-title br {
    display: none;
  }
  .living-sum {
    float: none;
    text-align: center;
  }
}
.rub {
  font-family: "rouble", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.highcharts-background {
  fill: none;
}
.highcharts-title {
  color: black !important;
  fill: #000 !important;
  font-family: Arial;
  font-size: 21px !important;
  font-weight: 400;
  line-height: 23px;
}
.salary-diagramm {
  margin-bottom: 30px;
}
.monthly-pay {
  border: 5px solid #418cce;
  padding: 30px 10px 40px 10px;
  margin-bottom: 30px;
}
.monthly-pay .headline {
  color: black;
  font-size: 21px;
  font-weight: 400;
  display: table;
  margin: 0 auto 30px auto;
}
.monthly-pay .headline i {
  color: #666;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  display: block;
  margin-top: 5px;
}
.monthly-pay .sum {
  text-align: center;
  color: black;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .monthly-pay .headline {
    display: block;
    text-align: center;
  }
}
.result-item {
  border-bottom: 1px dotted #c2c2c2;
  color: black;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}
.result-item b {
  line-height: 19px;
  float: left;
  background: #f4f4f4;
  margin-bottom: -2px;
}
.result-item .sum {
  font-size: 21px;
  line-height: 19px;
  float: right;
  background: #f4f4f4;
  margin-bottom: -2px;
}
.result-item .rub {
  line-height: 15px;
}
@media (max-width: 500px) {
  .result-item b {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 5px;
  }
  .result-item .sum {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 5px;
  }
}
.separator {
  background: #acacac;
  height: 1px;
  margin-bottom: 25px;
}
.salary-calc + .salary-calc {
  margin-top: 10px;
}
.salary-success {
  background: #fff;
  text-align: center;
  padding: 40px 10px 30px 10px;
  line-height: 36px;
}
.salary-success .flaticon {
  color: #6cb44d;
}
.salary-success .flaticon:before {
  font-size: 56px;
}
.salary-success .heading {
  color: black;
  font-size: 26px;
  font-weight: 400;
}
.salary-success .headline {
  font-size: 21px;
  font-weight: 400;
  color: #000;
}
.salary-success .sum {
  display: block;
  color: black;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 370px) {
  .salary-success .headline {
    font-size: 15px;
  }
}

.table-emulation {
  margin: 20px 0;
  width: 100%;
  display: table;
}

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

.table-td {
  display: table-cell;
  padding: 5px;
  text-align: center;
  color: black;
  font-size: 11px;
  font-weight: 400;
  border-bottom: 1px solid #c3c3c3;
}

.table-tr_head .table-td  {
  font-weight: bold;
}

.table-td_btn {
  border: none;
}

.table-td_btn .btn.btn-order {
  width: 100%;
  text-align: center;
}

@media (max-width: 630px) {
  .table-td {
    padding-left: 2px;
    padding-right: 2px;
  }
  .table-tr_head .table-td:first-letter {
    text-transform: uppercase;
  }
  .table-tr_head .table-td > span  {
    display: none;
  }
  .table-td_btn .btn.btn-order {
    font-weight: normal;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .salary-calc {
    padding: 0;
    border: none;
  }
  .table-tr {
    border-bottom: 1px solid #c3c3c3;
    display: block;
  }
  .table-td {
    display: block;
    float: left;
    width: 20%;
    border: none;
  }
  .table-td_btn {
    float: none;
    clear: both;
    width: auto;
  }
  .table-td_btn .btn.btn-order {
    font-weight: bold;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .page-id-419 .hentry {
    padding: 10px;
  }
}

.salary-failure {
  background-color: white;
  border: 5px solid #418cce;
  text-align: center;
  padding: 40px 10px;
  margin-bottom: 25px;
}
.salary-failure .flaticon {
  color: #418cce;
  margin-right: 15px;
  display: inline-block;
}
.salary-failure .flaticon:before {
  font-size: 56px;
  vertical-align: middle;
}
.salary-failure .heading {
  color: black;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  padding: 15px 0;
}
@media (max-width: 500px) {
  .salary-failure {
    padding: 20px 10px;
  }
  .salary-failure .flaticon {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .salary-failure .heading {
    padding: 0;
  }
}
.salary-card .heading {
  text-align: center;
  color: black;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
}
.card-list-item {
  float: left;
  width: 50%;
  border-right: 1px solid #c3d4ec;
  text-align: center;
}
.card-list-item:nth-child(2n+2) {
  border-right: none;
}
.card-list-item .headline {
  color: black;
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0;
}
.card-list-item ul {
  margin: 0;
  padding: 0 30px;
  list-style: none;
}
.card-list-item ul li {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 801px) and (max-width: 991px) {
  .card-list-item {
    float: none;
    width: auto;
    border: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c3d4ec;
  }
  .card-list-item ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .card-list-item {
    float: none;
    width: auto;
    border: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c3d4ec;
  }
  .card-list-item ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
	Модальные окна
*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .flaticon {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  color: #05c;
  padding: 0;
  outline: none;
}
.modal .flaticon:before {
  font-size: 37px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 2.7px 19.3px 1.7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 2.7px 19.3px 1.7px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 2.7px 19.3px 1.7px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-body {
  position: relative;
  padding: 50px 70px;
}
.modal-body p {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.modal-title {
  color: black;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 520px;
    margin: 80px auto 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
