.faq_more {
  background: #000;
  color: #fff;
  overflow: hidden;
  background: url("../../more/img/bg.jpg");
}
.faq_more a {
  color: #4bc7c9;
  background: transparent;
  text-decoration: underline;
}
.faq_more h2 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 75px;
}
.faq_more h3.blue {
  font-size: 30px;
  color: #4bc7c9;
  text-align: center;
  margin-bottom: 35px;
}
.faq_more h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'FuturaPT-Demi';
}
.faq_more p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.faq_more li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.faq_more .top-head {
  padding-top: 80px;
  padding-bottom: 100px;
}
.faq_more .top-head .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_more .top-head .flex p {
  font-family: "FuturaPT-Book";
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.2;
}
.faq_more .top-head .flex p:nth-child(2) {
  margin-bottom: 15px;
}
.faq_more .top-head .flex .text {
  width: calc(100% - 320px);
}
.faq_more .top-head .faq-more-card-img {
  width: 245px;
}
.faq_more .top-head .faq-more-card-img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .faq_more .top-head .faq-more-card-img {
    max-width: 200px;
    padding: 15px;
  }
  .faq_more .top-head .faq-more-card-img img {
    max-width: 100%;
  }
  .faq_more .top-head .flex .text {
    width: calc(100% - 220px);
  }
  .faq_more .top-head .flex .text h2 {
    margin-top: 25px;
  }
  .faq_more .top-head .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq_more .top-head .flex p {
    font-size: 18px;
  }
  .faq_more .top-head h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .faq_more .top-head .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .faq_more .top-head .faq-more-card-img {
    padding-top: 30px;
  }
}
.faq_more .adventure {
  padding-bottom: 65px;
}
.faq_more .adventure h3 {
  text-align: left;
}
.faq_more .adventure .wrapper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
.faq_more .adventure .wrapper-1 .img-side {
  width: 283px;
  margin-left: 50px;
}
.faq_more .adventure .wrapper-1 .text-side {
  width: calc(100% - 340px);
}
.faq_more .adventure .wrapper-1 h4 {
  margin-bottom: 12px;
}
.faq_more .adventure .text-1 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.4;
}
.faq_more .adventure .text-2 {
  margin-bottom: 43px;
}
.faq_more .adventure .wrapper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.faq_more .adventure .wrapper-2 .text-side {
  width: calc(100% - 400px);
}
.faq_more .adventure .wrapper-2 .text-side ul {
  margin-bottom: 0;
}
.faq_more .adventure .wrapper-2 .img-side {
  width: 400px;
  margin-bottom: 15px;
}
.faq_more .adventure .wrapper-2 .img-side img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.faq_more .adventure .wrapper-2 h4 {
  margin-bottom: 12px;
}
.faq_more .adventure .wrapper-2 .text-3 {
  margin-bottom: 15px;
}
.faq_more .adventure .wrapper-22 {
  max-width: 850px;
  margin-right: 0;
  margin-left: auto;
  padding-top: 90px;
}
.faq_more .adventure .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 120px;
}
.faq_more .adventure .flex .col {
  width: 45%;
}
.faq_more .adventure ul {
  padding-left: 0;
  margin-bottom: 45px;
}
.faq_more .adventure ul li {
  position: relative;
  list-style: none;
  font-size: 14px;
  font-family: "Roboto";
  padding-left: 35px;
  margin-bottom: 10px;
}
.faq_more .adventure ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.faq_more .adventure ul li:nth-child(1):before {
  background: url("../../more/img/list-style-1.png") left center no-repeat;
  background-size: 70%;
}
.faq_more .adventure ul li:nth-child(2):before,
.faq_more .adventure ul li:nth-child(5):before {
  background: url("../../more/img/list-style-2.png") left center no-repeat;
}
.faq_more .adventure ul li:nth-child(3):before,
.faq_more .adventure ul li:nth-child(6):before {
  background: url("../../more/img/list-style-3.png") left center no-repeat;
}
.faq_more .adventure ul li:nth-child(4):before {
  background: url("../../more/img/list-style-4.png") left center no-repeat;
}
.faq_more .spent {
  position: relative;
  padding-top: 10px;
  background: url("../../more/img/bg-2.jpg") left top no-repeat;
}
@media screen and (max-width: 1500px) {
  .faq_more .spent {
    background: url(../../more/img/bg-2.jpg) -50px 285px no-repeat;
  }
}
@media screen and (max-width: 600px) {
  .faq_more .spent {
    background: none;
  }
  .faq_more .spent .block-how-we-need ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.faq_more .spent .list-rewards {
  padding-left: 0;
  margin-bottom: 60px;
}
.faq_more .spent .list-rewards li {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  list-style: none;
}
.faq_more .spent .list-rewards li:nth-child(1) {
  max-width: 125px;
  list-style: none;
  padding: 10px 40px 10px 25px;
  border-right: 2px solid #4bc7c9;
}
.faq_more .spent .list-rewards li:nth-child(2) {
  padding: 10px 0px 10px 30px;
  border: 0;
}
.faq_more .spent .list-rewards li img {
  max-width: 100%;
}
.faq_more .spent .wrapper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq_more .spent .text-1 {
  padding-top: 30px;
  margin-bottom: 10px;
}
.faq_more .spent .text-2 {
  margin-bottom: 25px;
}
.faq_more .spent h3 {
  font-family: "FuturaPT-Demi";
}
.faq_more .spent h4 {
  margin-top: 0;
}
.faq_more .spent .block-how-we-need {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq_more .spent .block-how-we-need .text3 {
  font-size: 16px;
  width: 160px;
}
.faq_more .spent .block-how-we-need .wrap {
  width: calc(100% - 170px);
}
.faq_more .spent .block-how-we-need ul {
  padding-left: 0;
  margin-bottom: 25px;
}
.faq_more .spent .block-how-we-need ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.faq_more .spent .block-how-we-need ul li .number {
  font-size: 18px;
  font-family: "FuturaPT-Bold";
  color: #4bc7c9;
  margin-right: 15px;
  line-height: 24px;
}
.faq_more .spent .text5 {
  margin-bottom: 80px;
}
.faq_more .spent .text4 {
  margin-bottom: 15px;
}
.faq_more .spent .text4 a {
  text-transform: uppercase;
}
.faq_more .spent .text6 {
  margin-bottom: 15px;
}
.faq_more .spent .wrapper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
}
.faq_more .spent .wrapper-2 .text-side {
  width: calc(100% - 330px);
}
.faq_more .spent .wrapper-2 .img-side {
  width: 330px;
  padding-right: 60px;
}
.faq_more .spent .wrapper-2 h3 {
  text-align: left;
  line-height: 1;
}
.faq_more .spent .wrapper-2 .text-8 {
  margin-bottom: 15px;
}
.faq_more .spent .wrapper-2 .block-apk ul {
  padding-left: 0;
}
.faq_more .spent .wrapper-2 .block-apk ul li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 10px;
}
.faq_more .spent .wrapper-2 .block-apk ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.faq_more .spent .wrapper-2 .block-apk ul li:nth-child(1):before {
  background: url("../../more/img/list-style-1.png") left center no-repeat;
  background-size: 70%;
}
.faq_more .spent .wrapper-2 .block-apk ul li:nth-child(2):before {
  background: url("../../more/img/list-style-2.png") left center no-repeat;
}
.faq_more .spent .wrapper-2 .block-apk ul li:nth-child(3):before {
  background: url("../../more/img/list-style-3.png") left center no-repeat;
}
.faq_more .spent .wrapper-2 .block-apk ul li:nth-child(4):before {
  background: url("../../more/img/list-style-4.png") left center no-repeat;
}
.faq_more .spent .wrapper-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq_more .spent .wrapper-3 .left-side {
  width: 50%;
  text-align: left;
}
.faq_more .spent .wrapper-3 .right-side {
  width: 45%;
  text-align: left;
}
.faq_more .spent .wrapper-3 h3 {
  text-align: left;
  min-height: 72px;
}
.faq_more .spent .wrapper-3 ul {
  padding-left: 0;
}
.faq_more .spent .wrapper-3 ul li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 10px;
}
.faq_more .spent .wrapper-3 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.faq_more .spent .wrapper-3 ul li:nth-child(1):before {
  background: url("../../more/img/list-style-1.png") left center no-repeat;
  background-size: 70%;
}
.faq_more .spent .wrapper-3 ul li:nth-child(2):before {
  background: url("../../more/img/list-style-2.png") left center no-repeat;
}
.faq_more .spent .wrapper-3 ul li:nth-child(3):before {
  background: url("../../more/img/list-style-3.png") left center no-repeat;
}
.faq_more .spent .wrapper-3 ul li:nth-child(4):before {
  background: url("../../more/img/list-style-4.png") left center no-repeat;
}
.faq_more .online-banking {
  padding-top: 160px;
  background: url("../../more/img/bg-3.jpg") right top no-repeat;
}
.faq_more .online-banking .container {
  position: relative;
}
.faq_more .online-banking .wrap-img {
  position: absolute;
  left: 0px;
  top: -124px;
  width: 190px;
}
.faq_more .online-banking .list-contact {
  padding: 35px 30px 35px 130px;
  border-radius: 10px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.faq_more .online-banking .list-contact li {
  min-width: 33%;
  list-style: none;
  text-align: center;
}
.faq_more .online-banking .list-contact li a {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto";
  text-decoration: none;
}
.faq_more .online-banking .list-contact li a i {
  color: #4bc7c9;
  margin-right: 20px;
  font-size: 18px;
}
.faq_more .online-banking .list-contact li:nth-child(4) {
  padding-left: 20px;
  padding-top: 30px;
}
.faq_more .online-banking .list-contact li:nth-child(5) {
  padding-right: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .faq_more .online-banking .block-apk {
    padding: 20px 15px;
  }
  .faq_more .online-banking .block-apk ul li {
    width: 100%;
  }
  .faq_more .online-banking .list-contact {
    padding: 15px 10px;
  }
  .faq_more .online-banking .list-contact li {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .faq_more .online-banking .list-contact li:nth-child(4) {
    padding-left: 0px;
    padding-top: 0px;
  }
  .faq_more .online-banking .list-contact li:nth-child(5) {
    padding-right: 0px;
    padding-top: 0px;
  }
  .faq_more .online-banking .list-contact li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .faq_more h3.blue {
    font-size: 24px;
  }
  .faq_more h4 {
    font-size: 18px;
  }
  .faq_more p {
    font-size: 14px;
    line-height: 22px;
  }
  .faq_more div .container {
    background: rgba(0, 0, 0, 0.4);
  }
  .faq_more .spent .wrapper-2 > div {
    max-width: 100%;
  }
  .faq_more .spent .wrapper-2 > div br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .faq_more .container {
    width: 100%;
  }
  .faq_more .adventure .text-1 {
    font-size: 16px;
  }
  .faq_more .adventure .wrapper-1 {
    padding-top: 0px;
  }
  .faq_more .adventure .flex {
    margin-top: 40px;
  }
  .faq_more .adventure .wrapper-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .faq_more .online-banking .container > h3:nth-child(1) {
    margin-bottom: 30px;
  }
  .faq_more .online-banking .wrapper-1,
  .faq_more .spent .wrapper-1,
  .faq_more .adventure .wrapper-1,
  .faq_more .adventure .wrapper-2,
  .faq_more .spent .wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq_more .online-banking .wrapper-1 .img-side,
  .faq_more .spent .wrapper-1 .img-side,
  .faq_more .adventure .wrapper-1 .img-side,
  .faq_more .adventure .wrapper-2 .img-side,
  .faq_more .spent .wrapper-2 .img-side {
    max-width: 290px;
    margin: 10px auto 30px;
  }
  .faq_more .online-banking .wrapper-1 .img-side img,
  .faq_more .spent .wrapper-1 .img-side img,
  .faq_more .adventure .wrapper-1 .img-side img,
  .faq_more .adventure .wrapper-2 .img-side img,
  .faq_more .spent .wrapper-2 .img-side img {
    max-width: 100%;
  }
  .faq_more .online-banking .wrapper-1 .text-side,
  .faq_more .spent .wrapper-1 .text-side,
  .faq_more .adventure .wrapper-1 .text-side,
  .faq_more .adventure .wrapper-2 .text-side,
  .faq_more .spent .wrapper-2 .text-side {
    max-width: 100%;
    width: auto;
  }
  .faq_more .spent .wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding-bottom: 40px;
  }
  .faq_more .spent .wrapper-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .faq_more .spent .wrapper-3 .left-side,
  .faq_more .spent .wrapper-3 .right-side {
    width: 100%;
    margin-bottom: 20px;
  }
  .faq_more .spent .wrapper-3 .left-side h3,
  .faq_more .spent .wrapper-3 .right-side h3 {
    min-height: auto;
    margin-bottom: 15px;
  }
  .faq_more .adventure {
    padding-bottom: 25px;
  }
  .faq_more .adventure .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .faq_more .adventure .flex .col {
    width: 100%;
  }
  .faq_more .adventure .wrapper-2 {
    padding-left: 0;
  }
  .faq_more .spent .text-1 {
    padding-top: 0;
  }
  .faq_more .top-head .flex p br {
    display: none;
  }
  .faq_more .top-head .flex .text {
    width: 100%;
  }
  .faq_more .online-banking {
    padding-top: 20px;
  }
  .faq_more .online-banking .wrap-img {
    left: auto;
    right: 0;
    top: -50px;
    width: 130px;
  }
  .faq_more .adventure ul li br {
    display: none;
  }
  .faq_more .spent h4 br {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .faq_more .spent .block-how-we-need {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .faq_more .spent .block-how-we-need .wrap {
    width: 100%;
  }
}
.keshem-loans .container {
  max-width: 1230px;
  width: 90%;
}
.keshem-loans .entry-header {
  padding: 6.5rem 0 3rem;
  margin-bottom: 20px;
  background: #aa0d3d;
  color: #ffffff;
}
.keshem-loans .entry-header .container {
  margin-right: 0;
}
.keshem-loans .entry-header .card-preview-content {
  padding-bottom: 1.25rem;
}
.keshem-loans .entry-header .btn {
  display: block;
  margin-right: 80px;
  margin-left: auto;
  width: 290px;
  background: #dcdf3c;
}
.keshem-loans .btn {
  background: #dcdf3c;
}
.keshem-loans .preview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.keshem-loans .card-preview-content {
  width: 50%;
}
.keshem-loans .card-preview-content-text {
  width: 50%;
}
.keshem-loans .card-preview-content-text .wrap {
  position: relative;
  width: 440px;
  height: 145px;
  border: 2px solid #fff;
}
.keshem-loans .card-preview-content-text .wrap div {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px 0 0 35px;
  display: block;
  width: 100%;
  height: 100%;
  background: #aa0d3d;
  font-size: 46px;
  line-height: 1.2;
}
.keshem-loans .card-preview-content-text .wrap div strong {
  font-size: 50px;
}
.keshem-loans .card-preview-content-text .wrap div p {
  font-size: 24px;
}
.keshem-loans .card-preview-content-text .wrap:before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  display: block;
  height: 100%;
  width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 1150px) {
  .keshem-loans .card-preview-content-text .wrap {
    width: 320px;
    height: 125px;
  }
  .keshem-loans .card-preview-content-text .wrap div {
    padding: 15px 0 0 20px;
    font-size: 26px;
  }
  .keshem-loans .card-preview-content-text .wrap div p {
    font-size: 20px;
  }
}
.keshem-loans .section-keshem-adw .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.keshem-loans .section-keshem-adw .col {
  width: 45%;
}
@media screen and (min-width: 767px) {
  .keshem-loans .section-keshem-adw .col.mobile {
    display: none;
  }
}
.keshem-loans .section-keshem-adw .wraper-advantages {
  margin-bottom: 30px;
}
.keshem-loans .section-keshem-adw .wraper-advantages .title-wrap-i {
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e000;
  margin-bottom: 20px;
}
.keshem-loans .section-keshem-adw .wraper-advantages > .title-wrap-i,
.keshem-loans .section-keshem-adw .wraper-advantages > .wrap-couple {
  min-height: 68px;
  padding-top: 10px;
}
.keshem-loans .section-keshem-adw .wraper-advantages h4 {
  font-size: 22px;
  font-family: "FuturaPT-Demi";
  color: #252525;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: calc(100% - 52px);
  margin: 0;
  line-height: 22px;
}
.keshem-loans .section-keshem-adw .wraper-advantages .icon-of-title {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-right: 5px;
}
.keshem-loans .section-keshem-adw .wraper-advantages .icon-of-title img {
  max-width: 100%;
  max-height: 100%;
  line-height: 42px;
}
.keshem-loans .section-keshem-adw .wraper-advantages ul {
  padding-left: 25px;
}
.keshem-loans .section-keshem-adw .wraper-advantages ul li {
  font-size: 24px;
  color: #dcdf3c;
  font-family: "FuturaPT-Book";
  margin-bottom: 15px;
}
.keshem-loans .section-keshem-adw .wraper-advantages ul li span {
  color: #000000;
}
.keshem-loans .couple-title .wrap-couple {
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e000;
  margin-bottom: 20px;
}
.keshem-loans .section-keshem-desc .wraper-advantages.couple-title .wrap-couple .title-wrap-i {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0px;
  border-bottom: 0px solid #e8e000;
  margin-bottom: 0px;
  width: 49.5%;
}
.keshem-loans .section-keshem-desc .container {
  margin-right: 100px;
}
.keshem-loans .section-keshem-desc .row-adv-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keshem-loans .section-keshem-desc .row-adv-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keshem-loans .section-keshem-desc .row-adv-items .item:nth-child(2) .wrap-icon {
  padding-top: 40px;
}
.keshem-loans .section-keshem-desc .row-adv-items .item:nth-child(2) .wrap-icon:after {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  display: block;
  width: 80%;
  height: 3px;
  background: #aa0d3d;
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
}
.keshem-loans .section-keshem-desc .row-adv-items .item p {
  font-family: 'FuturaPT-Medium';
  font-size: 20px;
  text-align: left;
  padding-left: 15px;
}
.keshem-loans .section-keshem-desc .row-adv-items .wrap-icon {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 25px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  border: 2px solid #dcdf3c;
  padding: 25px;
}
.keshem-loans .section-keshem-desc .row-adv-items .wrap-icon img {
  max-width: 100%;
  max-height: 100%;
}
.keshem-loans .tarif-table {
  background: #f8f8e7;
  padding: 50px 0;
}
.keshem-loans .tarif-table .container {
  margin-right: 100px;
}
.keshem-loans .tarif-table .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.keshem-loans .tarif-table .left-side {
  width: 380px;
  text-align: center;
}
.keshem-loans .tarif-table .left-side p {
  font-size: 26px;
  line-height: 1.3;
  font-family: "FuturaPT-Medium";
}
.keshem-loans .tarif-table .right-side {
  width: 416px;
}
.keshem-loans .tarif-table .btn {
  width: 290px;
  margin: 0 30px 30px 70px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.keshem-loans .tarif-table .description-text {
  font-family: "FuturaPT-Demi";
}
.keshem-loans .tarif-table .description-text p {
  margin-bottom: 0;
  font-size: 14px;
}
.keshem-loans .tarif-table .description-text ul {
  padding-left: 0;
  list-style: none;
}
.keshem-loans .tarif-table .description-text ul li {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
}
.keshem-loans .tarif-table .description-text ul li:before {
  content: "";
  background: #dcdf3c;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
}
.keshem-loans .tarif-table .wrap-img {
  margin: 0 auto;
  width: 100px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.keshem-loans .tarif-table .wrap-img img {
  max-width: 100%;
}
.keshem-loans .tarif-table h3 {
  padding-right: 50px;
  font-size: 24px;
  line-height: 1.3;
}
.keshem-loans .tarif-table .block-tarif {
  width: 100%;
  padding: 30px 35px;
  background: rgba(220, 223, 60, 0.24);
  margin-bottom: 25px;
}
.keshem-loans .tarif-table .block-tarif .row-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.keshem-loans .tarif-table .block-tarif .row-bt:nth-child(1) .item {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
}
.keshem-loans .tarif-table .block-tarif .row-bt:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.keshem-loans .tarif-table .block-tarif .row-bt .item {
  min-width: 150px;
  text-align: left;
  font-size: 18px;
  font-family: "FuturaPT-Demi";
}
.keshem-loans .download-but {
  padding: 40px 0;
  border-bottom: 2px solid #f8f8e7;
}
.keshem-loans .download-but a {
  font-size: 24px;
  font-family: "FuturaPT-Book";
  background: transparent;
  color: #000;
  text-decoration: underline;
}
.keshem-loans .steps-credit {
  padding: 50px 0;
  background: #f8f8e7;
}
.keshem-loans .steps-credit .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keshem-loans .steps-credit .text-side {
  width: calc(100% - 400px);
  padding-top: 45px;
}
.keshem-loans .steps-credit .text-side h4 {
  font-size: 34px;
  margin-bottom: 45px;
  position: absolute;
  left: -64px;
  top: -80px;
}
.keshem-loans .steps-credit .text-side ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.keshem-loans .steps-credit .text-side ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  display: block;
  height: 2px;
  width: 70%;
  background: #e8e000;
}
.keshem-loans .steps-credit .text-side ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 33%;
}
.keshem-loans .steps-credit .text-side ul li:last-child .number:after {
  display: none;
}
.keshem-loans .steps-credit .text-side ul li .number {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
  height: 80px;
  padding: 7px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #252525;
  border: 2px solid #e8e000;
  font-family: "FuturaPT-Demi";
  font-size: 28px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.keshem-loans .steps-credit .text-side ul li .number:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 0;
}
.keshem-loans .steps-credit .text-side ul li p {
  font-family: "FuturaPT-Medium";
  font-size: 20px;
  text-align: left;
  color: #252525;
  max-width: 100%;
}
.keshem-loans .steps-credit .form-side {
  width: 360px;
  border: 2px solid #dcdf3c;
  padding: 30px 40px;
  background: #fff;
}
.keshem-loans .steps-credit .form-side .mobile {
  display: none;
}
.keshem-loans .steps-credit .form-side .js-form-type-select label {
  display: none;
}
.keshem-loans .steps-credit .form-side .bt-dropdown-options li:nth-child(1) {
  display: none;
}
.keshem-loans .steps-credit .form-side [type="submit"] {
  width: 100%;
  height: 43px;
  background: #dcdf3c;
  border: 2px solid #dcdf3c;
  font-family: 'FuturaPT-Demi';
  font-size: 14px;
  color: #17171f;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.keshem-loans .steps-credit .form-side [type="submit"]:hover {
  background: #dcdf3c;
}
@media screen and (max-width: 1100px) {
  .keshem-loans .section-keshem-desc .container {
    margin-right: auto;
  }
  .keshem-loans .section-keshem-desc .row-adv-items .wrap-icon {
    width: 90px;
    height: 90px;
    padding: 15px;
  }
  .keshem-loans .section-keshem-desc .row-adv-items .item:nth-child(2) .wrap-icon {
    padding-top: 25px;
  }
  .keshem-loans .entry-header .card-preview-desc {
    width: 100%;
  }
  .keshem-loans .entry-header .card-preview-desc img {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .keshem-loans .container {
    width: 100%;
  }
  .keshem-loans .card-preview-content img {
    max-width: 100%;
  }
  .keshem-loans .card-preview-content-text {
    margin-right: -50px;
  }
  .keshem-loans .steps-credit .text-side ul li p {
    font-size: 18px;
  }
  .keshem-loans .steps-credit .text-side ul::before {
    display: none;
  }
  .keshem-loans .section-keshem-desc .row-adv-items {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .keshem-loans .tarif-table .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .keshem-loans .steps-credit .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .keshem-loans .steps-credit .flex .text-side {
    width: 100%;
    margin-bottom: 25px;
  }
  .keshem-loans .steps-credit .flex .bt-dropdown-toggle {
    font-size: 15px;
  }
  .keshem-loans .steps-credit .flex .form-side {
    max-width: 360px;
    width: 100%;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .keshem-loans .preview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .keshem-loans .preview-wrap .card-preview-content {
    width: 90%;
  }
  .keshem-loans .preview-wrap .card-preview-content h2 {
    margin-bottom: 20px;
  }
  .keshem-loans .preview-wrap .card-preview-content-text {
    width: 100%;
    margin-right: 0;
  }
  .keshem-loans .preview-wrap .card-preview-content-text .wrap {
    width: auto;
    height: auto;
    border: 0;
    margin-bottom: 50px;
  }
  .keshem-loans .preview-wrap .card-preview-content-text .wrap div {
    position: static;
    text-align: right;
  }
  .keshem-loans .preview-wrap .card-preview-content-text .wrap:before {
    display: none;
  }
  .keshem-loans .download-but {
    text-align: right;
  }
  .keshem-loans .entry-header .btn {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .keshem-loans .entry-header .btn:focus {
    background: #fff;
  }
  .keshem-loans .tarif-table .left-side {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .keshem-loans .tarif-table .left-side .btn {
    display: none;
  }
  .keshem-loans .tarif-table .left-side h3 {
    padding-right: 0;
    text-align: center;
  }
  .keshem-loans .tarif-table .block-tarif {
    padding: 25px 15px;
  }
  .keshem-loans .tarif-table .btn {
    display: block;
    width: 85%;
    margin: 20px auto 0;
  }
  .keshem-loans .section-keshem-adw .col {
    width: 100%;
  }
  .keshem-loans .section-keshem-adw .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .keshem-loans .section-keshem-adw .wraper-advantages ul li {
    font-size: 20px;
  }
  .keshem-loans .preview-wrap .card-preview-content h2 {
    font-size: 3rem;
  }
  .keshem-loans .steps-credit .flex .text-side,
  .keshem-loans .tarif-table,
  .keshem-loans .section-keshem-desc {
    display: none;
  }
  .keshem-loans .section-keshem-adw .col .btn {
    display: block;
    width: 260px;
    margin: 10px auto;
  }
  .keshem-loans .section-keshem-adw .col .description-text {
    font-family: "FuturaPT-Demi";
    margin-bottom: 30px;
  }
  .keshem-loans .section-keshem-adw .col .description-text p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .keshem-loans .section-keshem-adw .col .description-text ul {
    padding-left: 0;
    list-style: none;
  }
  .keshem-loans .section-keshem-adw .col .description-text ul li {
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    color: #000;
    margin-bottom: 0;
  }
  .keshem-loans .section-keshem-adw .col .description-text ul li:before {
    content: "";
    background: #dcdf3c;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 10px;
  }
  .keshem-loans .section-keshem-adw .col table {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #252525;
    font-family: "FuturaPT-Book";
  }
  .keshem-loans .section-keshem-adw .col table tr {
    border-bottom: 1px solid #e3e4e5;
  }
  .keshem-loans .section-keshem-adw .col table tr:last-child {
    border-bottom: 0;
  }
  .keshem-loans .section-keshem-adw .col table tr:last-child td {
    font-size: 16px;
    height: 24px;
  }
  .keshem-loans .section-keshem-adw .col table td {
    height: 48px;
    text-align: center;
  }
  .keshem-loans .steps-credit .form-side .mobile {
    display: block;
    text-align: center;
    font-family: "FuturaPT-Demi";
    font-size: 24px;
  }
}
@media screen and (max-width: 413px) {
  .keshem-loans .preview-wrap .card-preview-content h2 {
    font-size: 2.5rem;
  }
  .keshem-loans .tarif-table .block-tarif .row-bt .item {
    min-width: auto;
  }
}
@media screen and (max-width: 370px) {
  .keshem-loans .preview-wrap .card-preview-content h2 {
    font-size: 2rem;
  }
}
.page-node-type-cash-loans .modal-header {
  border: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.page-node-type-cash-loans .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 34px;
  font-weight: normal;
}
.page-node-type-cash-loans .webform-confirmation__message p {
  margin-bottom: 0;
  font-size: 15px;
}
.page-node-type-cash-loans .webform-confirmation__back {
  padding-top: 15px;
}
.page-node-type-cash-loans .steps-credit .webform-confirmation h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.page-node-type-cash-loans .steps-credit .form-side h4 {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-node-type-cash-loans .steps-credit .form-side h4 {
    display: block;
    text-align: center;
    font-family: "FuturaPT-Demi";
    font-size: 24px;
  }
}
.page-node-type-cash-loans .modal-dialog {
  width: 320px;
  padding-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .page-node-type-cash-loans .modal-dialog {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .page-node-type-cash-loans .bt-dropdown-toggle {
    font-size: 15px;
  }
}
.page-node-type-cash-loans .modal-footer {
  display: none;
}
.page-node-type-cash-loans .modal-body h3 {
  font-size: 31px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}
.page-node-type-cash-loans .modal-body .js-form-type-select label {
  display: none;
}
.page-node-type-cash-loans .modal-body .bt-dropdown-options li:nth-child(1) {
  display: none;
}
.page-node-type-cash-loans .modal-body [type="submit"] {
  width: 100%;
  height: 43px;
  background: #fff;
  border: 2px solid #dcdf3c;
  font-family: 'FuturaPT-Demi';
  font-size: 14px;
  color: #17171f;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.node-2 .chill-title {
  font-size: 18px;
  line-height: 1.2;
}
.node-2 .chill-title a {
  background: transparent;
  text-decoration: underline;
}
.node-2 .order-inner {
  max-width: 700px;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .node-2 .chill-title {
    font-size: 14px;
  }
  .node-2 .chill-title br {
    display: none;
  }
  .node-2 .container {
    width: 100%;
  }
}
.banner_579_osch {
  max-width: 512px;
}
.banner_579_osch1 {
  font-size: 6em;
  line-height: 1.2;
}
.banner_579_osch2 {
  font-size: 1.8em;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .banner_579_osch {
    max-width: 412px;
  }
  .banner_579_osch1 {
    font-size: 4em;
    line-height: 1.2;
  }
  .banner_579_osch2 {
    font-size: 1.4em;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .banner_579_osch {
    max-width: 512px;
  }
  .banner_579_osch1 {
    font-size: 2.8em;
    line-height: 1.3;
  }
  .banner_579_osch2 {
    font-size: 1.4em;
    line-height: 1.3;
  }
}
@media screen and (max-width: 540px) {
  .banner_579_osch {
    max-width: 512px;
  }
  .banner_579_osch1 {
    font-size: 2.4em;
    line-height: 1.3;
  }
  .banner_579_osch2 {
    font-size: 1.2em;
    line-height: 1.15;
    padding-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .banner_579_osch {
    max-width: 512px;
  }
  .banner_579_osch1 {
    font-size: 2.2em;
    line-height: 1.3;
  }
  .banner_579_osch2 {
    font-size: 1.4em;
    line-height: 1.15;
  }
}
@media screen and (max-width: 375px) {
  .banner_579_osch {
    max-width: 512px;
  }
  .banner_579_osch1 {
    font-size: 2em;
    line-height: 1.3;
  }
  .banner_579_osch2 {
    font-size: 1.4em;
    line-height: 1.15;
  }
}
@font-face {
  font-family: 'FuturaPT-Heavy';
  src: url('/themes/oschad/assets/fonts/FuturaPT-Heavy.eot');
  src: url('/themes/oschad/assets/fonts/FuturaPT-Heavy.eot') format('embedded-opentype'), url('/themes/oschad/assets/fonts/FuturaPT-Heavy.woff') format('woff'), url('/themes/oschad/assets/fonts/FuturaPT-Heavy.ttf') format('truetype'), url('/themes/oschad/assets/fonts/FuturaPT-Heavy.svg') format('svg');
}
.restructuring-entry .turquoise {
  background: #0092a7;
  color: #fff;
}
.restructuring-entry .restructuring-entry-header {
  padding: 90px 0 60px;
}
.restructuring-entry .restructuring-entry-header h1 {
  font-family: "FuturaPT-Heavy";
  font-weight: normal;
  font-size: 45px;
  margin-bottom: 20px;
}
.restructuring-entry .restructuring-entry-header p {
  font-size: 24px;
  font-family: "FuturaPT-Demi", sans-serif;
  line-height: 1.1;
}
.restructuring-entry .restructuring-label-container {
  background: #e1e400;
  padding: 45px 0 30px;
}
.restructuring-entry .restructuring-label-container p {
  font-family: "FuturaPT-Medium", sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}
.restructuring-entry .restructuring-entry-content .section {
  padding: 45px 0;
}
.restructuring-entry .restructuring-entry-content .section h3 {
  font-size: 24px;
  font-family: "FuturaPT-Demi", sans-serif;
  margin-bottom: 25px;
}
.restructuring-entry .restructuring-entry-content .section ul {
  padding: 0;
  margin: 0;
}
.restructuring-entry .restructuring-entry-content .section ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  padding-left: 30px;
  font-family: "FuturaPT-Book", sans-serif;
  margin-bottom: 15px;
  list-style: none;
}
.restructuring-entry .restructuring-entry-content .section ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 9px;
  height: 9px;
  background: #0092a7;
  border-radius: 50%;
}
.restructuring-entry .restructuring-entry-content .section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.restructuring-entry .restructuring-entry-content .section .flex .col {
  width: 48%;
}
.restructuring-entry .restructuring-entry-content .use-container {
  padding: 65px 0;
}
.restructuring-entry .restructuring-entry-content .use-container h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "FuturaPT-Demi", sans-serif;
}
.restructuring-entry .restructuring-entry-content .use-container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item {
  position: relative;
  margin-bottom: 25px;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item .wrap-img {
  display: block;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  padding: 20px;
  background: #2ea6b7;
  margin-bottom: 20px;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item .wrap-img img {
  max-width: 100%;
  max-height: 100%;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:after {
  content: "";
  position: absolute;
  right: -60%;
  top: 20px;
  background: url("../../img/restructuring/arrow.svg") center no-repeat;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  width: 100px;
  height: 50px;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item p {
  font-family: "FuturaPT-Book", sans-serif;
  font-size: 20px;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item a {
  display: block;
  width: 145px;
  background-color: transparent;
  background-image: url("../../img/restructuring/file-download-solid.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20px 20px;
  color: #e1e400;
  padding-right: 25px;
  cursor: pointer;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item a span {
  display: inline-block;
  border-bottom: 1px solid #e1e400;
  font-family: "FuturaPT-Medium", sans-serif;
  font-size: 20px;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item p {
  margin-bottom: 0;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:nth-child(1) {
  width: 155px;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:nth-child(2) {
  width: 182px;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:nth-child(2) .wrap-img {
  padding: 15px;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:nth-child(3) {
  width: 300px;
}
.restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:nth-child(3):after {
  display: none;
}
.restructuring-entry .restructuring-entry-content .use-container .info-block {
  position: relative;
  padding: 35px 20px 35px 120px;
  background: #2ea6b7;
}
.restructuring-entry .restructuring-entry-content .use-container .info-block p {
  margin-bottom: 0;
}
.restructuring-entry .restructuring-entry-content .use-container .info-block:before {
  content: "";
  position: absolute;
  left: 36px;
  top: 50%;
  margin-top: -30px;
  display: block;
  width: 60px;
  height: 60px;
  background: url("../../img/restructuring/circle.svg") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .restructuring-entry .restructuring-entry-content .use-container .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 45px;
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:nth-child(1),
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:nth-child(2),
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:nth-child(3) {
    width: 100%;
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:after {
    right: 92%;
    top: calc(100% + 5px);
    height: 20px;
    width: 40px;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item .wrap-img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .restructuring-entry .restructuring-entry-header {
    padding: 80px 0 35px;
  }
  .restructuring-entry .restructuring-entry-header h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .restructuring-entry .restructuring-entry-header p {
    font-size: 20px;
  }
  .restructuring-entry .restructuring-entry-header p br {
    display: none;
  }
  .restructuring-entry .restructuring-label-container {
    padding: 35px 0 20px;
  }
  .restructuring-entry .restructuring-label-container p {
    font-size: 18px;
  }
  .restructuring-entry .restructuring-entry-content .section {
    padding: 35px 0 20px;
  }
  .restructuring-entry .restructuring-entry-content .section h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .restructuring-entry .restructuring-entry-content .section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .restructuring-entry .restructuring-entry-content .section .flex .col {
    width: 100%;
  }
  .restructuring-entry .restructuring-entry-content .section .flex .col:nth-child(1) {
    margin-bottom: 10px;
  }
  .restructuring-entry .container {
    width: 100%;
    padding: 0 20px;
    word-break: normal;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}
@media screen and (max-width: 500px) {
  .restructuring-entry .restructuring-entry-content .use-container {
    padding: 35px 0;
  }
  .restructuring-entry .restructuring-entry-content .use-container h3 {
    font-size: 22px;
    text-align: center;
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item .wrap-img {
    width: 72px;
    height: 72px;
    padding: 15px;
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item p {
    width: calc(100% - 92px);
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item p br {
    display: none;
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item a {
    width: 140px;
    padding-right: 15px;
    background-size: 15px 15px;
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:after {
    right: auto;
    left: 15px;
  }
  .restructuring-entry .restructuring-entry-content .use-container .flex .inner-item:nth-child(2):after {
    -webkit-transform: rotate3d(2, 1, 0, -180deg);
            transform: rotate3d(2, 1, 0, -180deg);
  }
  .restructuring-entry .restructuring-entry-content .use-container .info-block {
    padding: 65px 20px 25px;
  }
  .restructuring-entry .restructuring-entry-content .use-container .info-block:before {
    top: 20px;
    left: 50%;
    margin-left: -17px;
    margin-top: 0;
    width: 34px;
    height: 34px;
  }
}
#block-restructuring-form-block h3 {
  text-align: center;
  font-size: 24px;
  font-family: "FuturaPT-Bold";
  margin-bottom: 25px;
}
#block-restructuring-form-block form > div {
  max-width: 370px;
  width: 100%;
  margin: 0 auto 25px;
}
#block-restructuring-form-block form > .form-item.form-item-markup {
  max-width: 100%;
}
#block-restructuring-form-block form > .form-item.form-item-markup .restructuring-form-text {
  margin-top: 35px;
  font-family: "FuturaPT-Book";
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  #block-restructuring-form-block input[type="checkbox"] + label {
    height: auto;
    text-overflow: inherit;
    font-size: 14px;
    white-space: normal;
  }
}
@media screen and (max-width: 550px) {
  .page-node-type-kartki-osobistiy .section-vip-features .feature-descr {
    margin-bottom: 10px;
  }
  .page-node-type-kartki-osobistiy .section-select-vip .container {
    width: calc(100% - 10px);
  }
  .page-node-type-kartki-osobistiy .section-select-vip .vip-card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
  }
  .page-node-type-kartki-osobistiy .section-select-vip .vip-card-actions a {
    margin: 15px 0;
  }
}
.payment-installments ul {
  margin: 0;
  padding: 0;
}
.payment-installments ul li {
  list-style: none;
}
.payment-installments .container {
  max-width: 1166px;
  width: 100%;
  padding: 0 20px;
  word-break: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.payment-installments .pi-entry-header {
  padding: 65px 0 50px;
  background-color: #e42128;
  color: #fff;
}
.payment-installments .pi-entry-header .pi-preview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 55px;
}
.payment-installments .pi-entry-header .pi-preview-wrap .pi-preview-content h2 {
  font-size: 44px;
  line-height: 52px;
  font-family: "FuturaPT-Heavy";
  margin-bottom: 30px;
}
.payment-installments .pi-entry-header .pi-preview-wrap .pi-preview-content h2 span {
  display: block;
  font-size: 45px;
  text-transform: uppercase;
  font-family: "FuturaPT-Demi";
}
.payment-installments .pi-entry-header .pi-preview-wrap .pi-preview-content .pi-preview-desc ul li {
  position: relative;
  font-size: 24px;
  font-family: "FuturaPT-Demi";
  margin-bottom: 10px;
  padding-left: 30px;
}
.payment-installments .pi-entry-header .pi-preview-wrap .pi-preview-content .pi-preview-desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.payment-installments .pi-entry-content .section-pi-desc {
  padding-top: 65px;
}
.payment-installments .pi-entry-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 20px;
}
.payment-installments .pi-entry-content .flex .flex-item {
  border-radius: 20px;
  background: #fff4ef;
  padding: 35px 40px;
  margin-bottom: 30px;
  width: calc(50% - 18px);
}
.payment-installments .pi-entry-content .flex .flex-item h4 {
  margin-bottom: 20px;
  font-family: "FuturaPT-Demi";
  font-size: 24px;
}
.payment-installments .pi-entry-content .flex .flex-item ul li {
  position: relative;
  font-family: "FuturaPT-Book";
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 18px;
  padding-left: 35px;
}
.payment-installments .pi-entry-content .flex .flex-item ul li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  width: 7px;
  height: 7px;
  background: #e42128;
  border-radius: 50%;
}
.payment-installments .pi-entry-content .flex .flex-item .img-w {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  margin-right: 15px;
}
.payment-installments .pi-entry-content .flex .flex-item .img-w img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.payment-installments .pi-entry-content .look-for-stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  margin-bottom: 80px;
}
.payment-installments .pi-entry-content .look-for-stickers .img-side {
  width: 465px;
}
.payment-installments .pi-entry-content .look-for-stickers .img-side img {
  max-width: 100%;
}
.payment-installments .pi-entry-content .look-for-stickers .text-side {
  padding-left: 65px;
  width: calc(100% - 465px);
}
.payment-installments .pi-entry-content .look-for-stickers .text-side h4 {
  font-size: 30px;
  font-family: "FuturaPT-Medium";
  margin-bottom: 15px;
}
.payment-installments .pi-entry-content .look-for-stickers .text-side p {
  font-family: "FuturaPT-Book";
  font-size: 22px;
  line-height: 32px;
}
.payment-installments .pi-entry-content .make-out-card h4 {
  text-align: center;
  font-family: "FuturaPT-Heavy";
  font-size: 40px;
  margin-bottom: 65px;
}
.payment-installments .pi-entry-content .make-out-card h4 span {
  display: block;
  font-family: "FuturaPT-Demi";
  text-transform: uppercase;
  margin-top: 15px;
}
.payment-installments .pi-entry-content .make-out-card .list-of-chats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-installments .pi-entry-content .make-out-card .list-of-chats .item {
  width: auto;
  margin: 0 55px;
  background: transparent;
  text-align: center;
  font-family: "FuturaPT-Medium";
  font-size: 24px;
  cursor: pointer;
}
.payment-installments .pi-entry-content .make-out-card .list-of-chats .item img {
  display: block;
  width: 145px;
  height: 145px;
  margin: 0 auto 12px;
}
.payment-installments .pi-entry-content .download-but {
  text-align: right;
  padding-right: 25px;
  padding-top: 30px;
}
.payment-installments .pi-entry-content .download-but a {
  padding: 0;
  background: transparent;
  font-family: "FuturaPT-Book";
  text-decoration: underline;
  font-size: 18px;
}
.payment-installments .pi-entry-content .form-block {
  background: #fff4ef;
  padding: 60px 0 75px;
  margin-bottom: 20px;
}
.payment-installments .pi-entry-content .form-block .container {
  max-width: 460px;
}
.payment-installments .pi-entry-content .form-block input[type="radio"] + label::before,
.payment-installments .pi-entry-content .form-block input[type="checkbox"] + label::before {
  border: 1px solid #e9464b;
}
.payment-installments .pi-entry-content .form-block input[type="radio"] + label::after,
.payment-installments .pi-entry-content .form-block input[type="checkbox"] + label::after {
  background-color: transparent;
  background-size: 150%;
}
.payment-installments .pi-entry-content .form-block h3 {
  font-size: 24px;
  font-family: "FuturaPT-Bold";
  text-align: center;
  margin-bottom: 30px;
}
.payment-installments .pi-entry-content .form-block .form-item {
  margin-bottom: 25px;
}
.payment-installments .pi-entry-content .form-block .form-item > label {
  left: 25px;
}
.payment-installments .pi-entry-content .form-block .form-item > label.float {
  top: 0;
  opacity: 0;
  font-size: 20px;
  left: 14px;
}
.payment-installments .pi-entry-content .form-block input {
  padding: 0 20px;
  background: #fff;
  border: 2px solid #ffd8d9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.payment-installments .pi-entry-content .form-block input:focus {
  border: 2px solid #e9464b;
}
.payment-installments .pi-entry-content .form-block .form-submit {
  background: #fff;
  border: 2px solid #e9464b;
  width: 100%;
  height: 48px;
  font-size: 19px;
  font-family: "FuturaPT-Demi";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.payment-installments .pi-entry-content .form-block .form-submit:hover {
  background: #ffd8d9;
}
@media screen and (max-width: 1400px) {
  .payment-installments .pi-entry-content .flex .flex-item {
    padding: 35px 30px;
  }
  .payment-installments .pi-entry-content .flex .flex-item h4 {
    font-size: 20px;
  }
  .payment-installments .pi-entry-content .flex .flex-item ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .payment-installments .pi-entry-content .look-for-stickers .text-side p br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .payment-installments .pi-entry-header .pi-preview-wrap {
    padding-left: 0;
  }
  .payment-installments .pi-entry-content .make-out-card h4 {
    font-size: 32px;
  }
  .payment-installments .pi-entry-content .look-for-stickers .img-side {
    max-width: 345px;
    width: 100%;
  }
  .payment-installments .pi-entry-content .look-for-stickers .text-side {
    padding-left: 25px;
    width: calc(100% - 365px);
  }
  .payment-installments .pi-entry-content .look-for-stickers .text-side h4 {
    font-size: 25px;
  }
  .payment-installments .pi-entry-content .look-for-stickers .text-side p {
    font-size: 20px;
    line-height: 26px;
  }
  .payment-installments .pi-entry-content .flex .flex-item {
    padding: 15px;
  }
  .payment-installments .pi-entry-content .flex .flex-item .img-w {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .payment-installments .pi-entry-content .flex .flex-item h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .payment-installments .pi-entry-content .flex .flex-item ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .payment-installments .pi-entry-header .pi-preview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .payment-installments .pi-entry-header .pi-preview-wrap .pi-preview-content:nth-child(1) {
    margin-bottom: 20px;
  }
  .payment-installments .pi-entry-header .pi-preview-wrap .pi-preview-content img {
    max-width: 100%;
  }
  .payment-installments .pi-entry-content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .payment-installments .pi-entry-content .flex .flex-item {
    width: 100%;
  }
  .payment-installments .pi-entry-content .look-for-stickers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-bottom: 30px;
  }
  .payment-installments .pi-entry-content .look-for-stickers .text-side {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .payment-installments .pi-entry-content .make-out-card .list-of-chats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .payment-installments .pi-entry-content .make-out-card .list-of-chats .item {
    margin-bottom: 30px;
  }
  .payment-installments .pi-entry-content .make-out-card .list-of-chats .item img {
    width: 120px;
    height: 120px;
  }
  .payment-installments .pi-entry-content .flex .flex-item ul li::before {
    top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .payment-installments .pi-entry-content .flex .flex-item .img-w {
    display: block;
    margin: 0 auto 15px;
  }
}
