.offers, .offers *, .offers :before, .offers :after {
  box-sizing: border-box;
}

.offers *:focus {
  outline: none;
}

.offers {
  margin: 0 auto;
}
.offers-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.17);
}

.posttitle {
  font-size: 14px;
  margin-bottom: 5px;
}


.offers-item__left {
  flex: 0 0 200px;
  max-width: 200px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
}
.offers-item__left img {
  width: 100% !important;
}
.offers-item__middle {
  width: 100%;
}
.offers-item__right {
  flex: 0 0 200px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 0px;
}
.offers-item__row {
  display: flex;
}
.offers-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0082c4;
}
.offers-rating {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 3;
  font-weight: 600;
}
.offers-rating__stars {
  display: block;
  margin: 0 10px 0 0;
  width: 75px;
  height: 15px;
  background: transparent url(../images/star-empty.png) repeat-x scroll 0 0;
  background-size: 15px;
}
.offers-rating__stars span {
  display: block;
  height: 15px;
  background: transparent url(../images/star-full.png) repeat-x scroll 0 0;
  background-size: 15px;
}
.offers-info {
  position: relative;
  margin: 0 0 0 10px;
  padding: 12px 5px 12px 58px;
  min-width: 180px;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.offers-info__icons {
  width: 40px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
}
.offers-info__icons img {
  max-width: 100% !important;
}
.offers-info__title {
  margin-bottom: 5px;
  line-height: 1;
}
.offers-info__text {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  opacity: 0.7;
  color: #2acbf6;
}
.offers-desc {
  padding: 20px 0 0;
}
.offers-desc ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.offers-desc li {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 30px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  list-style: none !important;
}
.offers-desc li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/li.jpg);
  background-repeat: no-repeat;
}
.offers-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px 0 !important;
  width: 100% !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
}
.offers-btn:hover {
  text-decoration: none !important;
}
.offers-btn1 {
  margin-bottom: 10px !important;
  background-color: #39B553 !important;
  color: #fff !important;
	border: 1px solid #39B553;
}
.offers-btn1:hover {
  background-color: white !important;
  color: #39B553 !important;
	border: 1px solid #39B553;
	transition: .30s
}
.offers-btn2 {
  background-color: #ecf4f7 !important;
  color: #7397a0 !important;
	border: 1px solid #ecf4f7;
}
.offers-btn2:hover {
 background-color: white !important;
  color: #7397a0 !important;
	border: 1px solid #ecf4f7;
	transition: .30s
}
.offers-item + .offers-item {
  margin-top: 20px;
}

@media (max-width: 1050px) {
  .offers-item__left {
    flex: 0 0 180px;
    max-width: 180px;
  }
}
@media (min-width: 801px) and (max-width: 1050px) {
  .offers-item__middle {
    padding-top: 61px;
  }

  .offers-item__row {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 61px;
    padding-left: 220px;
  }
}
@media (max-width: 800px) {
  .offers-item {
    flex-direction: column;
  }

  .offers-item__left {
    max-height: 150px;
  }
  .offers-item__left img {
    width: auto !important;
  }

  .offers-item__left {
    flex: unset;
    max-width: 100%;
    justify-content: center;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .offers-item__left img {
    max-width: 200px !important;
  }

  .offers-item__middle {
    flex: unset;
    max-width: 100%;
  }

  .offers-item__row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .offers-item__column {
    margin: 0 0 10px;
    text-align: center;
  }
  .offers-item__column:nth-child(1) {
    width: 100%;
  }
  .offers-item__column:nth-child(2) {
    width: 50%;
  }
  .offers-item__column:nth-child(3) {
    width: 50%;
  }

  .offers-title {
    margin-bottom: 5px;
  }

  .offers-info {
    margin: 0 auto;
    width: 200px;
  }

  .offers-rating {
    width: 150px;
    margin: 0 auto;
  }

  .offers-desc {
    margin: 0 auto 15px;
  }

  .offers-item__right {
    flex: unset;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
  }

  .offers-btn1 {
    margin-bottom: 0 !important;
    margin-right: 10px !important;
  }

  .offers-btn2 {
    margin-left: 10px !important;
  }
}
@media (max-width: 500px) {
  .offers-item__right {
    flex-direction: column;
  }

  .offers-item__row {
    flex-direction: column;
  }

  .offers-item__column:nth-child(2) {
    width: 100%;
  }
  .offers-item__column:nth-child(3) {
    width: 100%;
  }

  .offers-desc {
    padding-top: 0;
  }

  .offers-btn1 {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }

  .offers-btn2 {
    margin-left: 0 !important;
  }

}

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


.credits, .credits *, .credits :before, .credits :after {
  box-sizing: border-box;
  outline: none;
}

.credits:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.credits:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}
.credits-item {
  display: -webkit-box;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 0 25px;
  padding: 25px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
}
.credits-item-left {
  -webkit-box-flex: 0 0 200px;
  flex: 0 0 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}
.credits-item-logo {
  display: block;
  vertical-align: top;
  margin: 0 auto 20px;
  max-width: 100%;
  padding: 0;
  width: auto;
  height: auto;
  max-height: 78px;
}
.credits-item-center {
  margin: 0 0 0 30px;
  width: 100%;
}

.credits-item-center-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.credits-item-center-row:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
	max-width: 97%;
}
.credits-item-cell {
  position: relative;
  margin: 0 0 5px;
  padding: 0 10px 0 30px;
  width: 100%;
  max-width: 50%;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
}
.credits-item-cell span {
  display: inline-block;
  font-weight: normal;
  line-height: 21px;
  color: #777;
}
.credits-item-cell b {
  color: #e06816;
}

.credits-item-center-row ul {
  margin: 0;
  padding: 10px 15px 0 0;
  list-style-type: none;
  font-size: 16px;
}
.credits-item-center-row ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  line-height: 30px;
  color: #777;
  font-size: 15.5px;
}
.credits-item-center-row ul li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/icon8.jpg);
  background-repeat: no-repeat;
}

.credits-item-center-row--last {
  padding-top: 10px;
	margin-bottom: 10px;
}

.credits-item-cell span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
}
.credits-item-cell--amount span:before {
  background-image: url(../images/icon1.jpg);
}
.credits-item-cell--approval span:before {
  background-image: url(../images/icon3.jpg);
}
.credits-item-cell--rate span:before {
  background-image: url(../images/icon2.jpg);
}
.credits-item-cell--term span:before {
  background-image: url(../images/icon4.jpg);
}
.credits-item-cell--review span:before {
  background-image: url(../images/icon5.jpg);
}
.credits-item-cell--proofIncome span:before {
  background-image: url(../images/icon6.jpg);
}
.credits-item-cell--issue span:before {
  background-image: url(../images/icon1.jpg);
}
.credits-item-cell--history span:before {
  background-image: url(../images/icon7.jpg);
}

.credits-item-btn,
.credits-item-aboutlink {
  display: block;
  padding: 12px;
  width: 100%;
  border-radius: 5px;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #38b653;
  color: #fff;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.credits-item-aboutlink {
  margin-top: 10px;
  background-color: #ecf4f7;
  color: #7397a0;
}

@media (max-width: 768px) {
  .credits-item {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .credits-item-left {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .credits-item-btn,
  .credits-item-aboutlink {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .credits-item-center-row {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .credits-item-cell {
    max-width: 100%;
  }
}

