@charset "UTF-8";
.credit-content {
  display: flex;
}
.credit-content .right {
  width: 100%;
}
@media (min-width: 1200px) {
  .credit-content .right {
    width: 50%;
  }
}
.credit-content .left {
  padding-right: 30px;
  width: 100%;
}
@media (min-width: 1200px) {
  .credit-content .left {
    width: 50%;
  }
}

.content-tab-one {
  min-width: 350px;
  max-width: 450px;
  color: #001837;
  box-shadow: 0 20px 40px 5px rgba(0, 0, 0, 0.1);
  padding: 18px 23px;
  margin: 0px auto 60px;
  background: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.content-tab-one .md_h {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
  -moz-box-flex: 0;
  flex: 0 0;
  font: 32px/1 PragmaticaSlabWebBook;
  white-space: nowrap;
  display: inline-block;
}

.content-tab-one img {
  width: 80px;
  vertical-align: middle;
}

.pb-sdk-pos-credit__form-control {
  height: 48px;
  display: block;
  width: 85%;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  background-color: #fff;
  background-image: none;
  border: 2px solid #e0e0e0;
  border-radius: 2px;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 5px 10px 0 10px;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  color: black;
}

.sendsubmit {
  width: 266px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url("https://tinkoff.loans/api/v1/static/documents/templates/online/buttons/button2.png") no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
  cursor: hand;
}

ul.props_table {
  padding-left: 0;
  counter-reset: chars;
  display: flex;
  flex-direction: column;
}
ul.props_table > li {
  list-style: none;
  padding-bottom: 1.25em;
  text-align: justify;
  display: flex;
}
ul.props_table > li > p {
  padding-left: 15px;
  margin-bottom: 0;
}
ul.props_table > li:before {
  display: block;
  align-self: center;
  counter-increment: chars;
  margin-right: 5px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  content: counter(chars);
  text-align: center;
  background: linear-gradient(0deg, #5baa00 0%, #8fef21 100%);
  color: white;
  border-radius: 50%;
  font-weight: bold;
}

.right {
  min-width: 320px;
  max-width: 800px;
  padding: 0px;
  margin: 0 auto;
}
.right > section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.right > section > p {
  margin: 0 0 5px;
  line-height: 1.5;
  color: #383838;
  /* прикрутим анимацию */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.right > input {
  display: none;
  position: absolute;
}
.right > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #aaa;
  border: 0px solid #ddd;
  border-width: 1px 1px 1px 1px;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
}
.right > label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
.right > label[for*="1"]:before {
  content: " ";
  background: transparent url("https://tinkoff.loans/api/v1/static/documents/templates/online/buttons/button2.png") no-repeat center top;
}
.right > label[for*="2"]:before {
  content: " ";
  background: transparent url("https://tinkoff.loans/api/v1/static/documents/templates/online/buttons/button2.png") no-repeat center top;
}
.right > label:hover {
  color: #888;
  cursor: pointer;
}
.right > input:checked + label {
  color: #72b4f3;
  border-top: 1px solid #006abd73;
  border-bottom: 7px solid #fff;
  background: #fff;
}
.right .pb-sdk-pos-credit {
  padding: 30px 23px;
}

#tab1:checked ~ #content-tab1, #tab2:checked ~ #content-tab2, #tab3:checked ~ #content-tab3, #tab4:checked ~ #content-tab4 {
  display: block;
}

@media screen and (max-width: 680px) {
  .right > label {
    font-size: 0;
  }

  .right > label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .right > label {
    padding: 15px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
