/**
* Рубрика "Расчет кредита". Версия 2
*/

.c-main {
  padding: 0 20px;
}

.c-main,
.c-main *,
.c-main *:before,
.c-main *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-main-title {
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.category-desc {
  margin-bottom: 75px;
  padding-top: 35px;
}

.category-desc__body {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding-left: 130px;
  position: relative;
}

.category-desc__body:before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
  background: url(../images/category-loan/img-calc-person.png) 0 0 no-repeat;
  width: 116px;
  height: 137px;
}

.c-calc {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f8fff6;
  border: 1px dashed #6cb451;
  border-radius: 4px;
}

.c-calc__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: -47px;
  margin-bottom: 15px;
}

.c-calc__head-inner {
  background-color: #fff;
  border: 1px dashed #6cb451;
  border-radius: 2px;
  color: #6cb451;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 15px 50px 15px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.c-calc__head-ico {
  margin-right: 15px;
}

.c-calc__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.c-calc__group {
  padding: 0 10px;
  width: 172px;
}

.c-calc__label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 10px 0;
}

.c-calc__group .c-calc__control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.c-calc__group_select {
  width: 192px;
}

.c-calc__select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 46px 0 10px;
  background: #fff url(../images/category-loan/v2/ico-arrow-select.svg) right center no-repeat;
  -webkit-background-size: 41px 38px;
  background-size: 41px 38px;
  border: 1px solid #e1e1e1;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
}

.c-calc__group_action {
  width: 210px;
}

.c-calc__btn {
  display: block;
  width: 100%;
  padding: 22px 10px;
  background: #6cb451;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.c-calc__group .c-calc__btn {
  color: #fff;
}

.c-calc__btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #79c85b;
}

.c-calc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-calc-list__item {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 25px;
}

.c-calc-list__link {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #2877cf;
}

.c-calc-list__ico {
  margin-right: 20px;
}

.c-calc-list__inner {
  color: #2877cf;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #d7e4f8;
}

.c-calc-list__link:hover .c-calc-list__inner {
  border-bottom-color: #2877cf;
}

.c-advice {
  border-top: 1px solid #d7e5f8;
  margin-bottom: 15px;
}

.c-advice__head {
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.c-advice__ico {
  margin-right: 14px;
}

.c-advice__head-inner {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.c-advice__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.c-advice__item {
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.c-advice__link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d7e4f8;
  border-radius: 2px;
  height: 100%;
  padding: 0 20px 15px 20px;
  line-height: 22px;
}

.c-advice__img {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 15px;
}

.c-advice__img img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.c-advice__title {
  color: #2877cf;
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7e4f8), to(#d7e4f8));
  background-image: -webkit-linear-gradient(#d7e4f8, #d7e4f8);
  background-image: linear-gradient(#d7e4f8, #d7e4f8);
  background-repeat: no-repeat;
  background-position: center 1em;
  background-size: 100% 1px;
}

.c-advice__link:hover .c-advice__title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2877cf), to(#2877cf));
  background-image: -webkit-linear-gradient(#2877cf, #2877cf);
  background-image: linear-gradient(#2877cf, #2877cf);
}

.c-method {
  padding: 30px 130px;
  margin-bottom: 50px;
  background-color: #f1f1f1;
  position: relative;
}

.c-method:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 11px;
  right: 11px;
  height: 6px;
  background-color: #e7e7e7;
}

.c-method__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.c-method__ico {
  margin-right: 15px;
}

.c-method__head-inner {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.c-method__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-method__item {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  position: relative;
}

.c-method__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  left: -20px;
  width: 8px;
  height: 14px;
  background: url(../images/category-loan/v2/ico-arrow-list.svg) 0 0 no-repeat;
  -webkit-background-size: 8px 14px;
  background-size: 8px 14px;
}

.c-method__item:last-child {
  border-bottom: none;
}

.c-method__link {
  color: #2877cf;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.c-method__item .c-method__link {
  color: #2877cf;
}

.c-method__item .c-method__link:hover {
  color: #2261a8;
}

.c-article {
  margin-bottom: 40px;
}

.c-article__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.c-article__ico {
  margin-right: 15px;
}

.c-article__head-inner {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.c-article__list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.c-article__item {
  border-bottom: 1px solid #d7e5f8;
  padding: 15px 0;
  position: relative;
}

.c-article__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 21px;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: #d7e4f8;
  border: 1px solid #2877cf;
  border-radius: 50%;
}

.c-article__item:last-child {
  border-bottom: none;
}

.c-article__link {
  color: #2877cf;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.c-article__item .c-article__link {
  color: #2877cf;
}

.c-article__item .c-article__link:hover {
  color: #2261a8;
}


@media (max-width: 930px) {
  .c-calc__body {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-calc__group {
    width: 25%;
    margin-bottom: 20px;
  }
  .c-calc__group_action {
    margin-bottom: 0;
    width: 50%;
  }
  .c-calc__btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 800px) {
  .c-calc__group {
    width: 50%;
  }
  .c-calc-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-calc-list__item {
    width: auto;
  }
  .c-advice__body {
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
  }
  .c-advice__item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .c-advice__link {
    padding: 0 10px 10px 10px;
  }
  .c-advice__img {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-method {
    padding: 30px 30px 30px 60px;
  }
}

@media (max-width: 600px) {
  .c-advice__item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .category-desc {
    padding-top: 0;
  }
  .category-desc__body {
    padding-left: 0;
  }
  .category-desc__body:before {
    display: none;
  }
  .c-calc {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-calc__head-inner {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .c-calc__group {
    width: 100%;
  }
  .c-calc-list {
    display: block;
  }
  .c-calc-list__item {
    width: auto;
    margin-bottom: 20px;
  }
  .c-calc-list__ico {
    width: 40px;
    height: auto;
    margin-right: 10px;
  }
  .c-advice__item {
    width: auto;
  }
  .c-method {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 40px;
    padding-right: 20px;
  }
}