html,
body {
  box-sizing: border-box;
  height: 100%;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  line-height: 30px;
}
h2 {
  margin: 1em 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page {
  margin-bottom: auto;
}

.main {
  padding-bottom: 120px;
}
.main_padding {
  padding-bottom: 0 !important;
}
.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.btn {
  text-align: center;
  padding: 15px 5px;
  max-width: 300px;
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: #fed32f;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  border-radius: 100px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
.second_btn {
  text-align: center;
  padding: 15px 5px;
  max-width: 300px;
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: #d1d1d3;
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  border-radius: 100px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
.second_btn:hover {
  color: #fed32f;
  border: 1px solid #fed32f;
  background: none;
}
.wight_btn {
  max-width: 100%;
}

.btn:hover {
  background: #d6b21f;
}

.btn:active {
  background: #a58917;
}

.btn-transparent {
  background: transparent;
  max-width: 200px;
  width: 100%;
  display: block;
  border: 1px solid #fed32f;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #fed32f;
  padding: 7px 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.btn-transparent:hover {
  background: #fed32f;
  color: #333;
}

.btn-transparent:active {
  background: #a58917;
  color: #333;
}

.section-border {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.section-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 70px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.header {
  position: relative;
}

.header__up {
  background: #fff;
  padding: 14px 0;
}

.header__up-enter {
  text-align: right;
}

.header__up-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__up-link:after {
  content: url(../img/icon/enter.png);
  display: block;
  margin-left: 15px;
}

.header {
  position: relative;
}

.credit {
  color: #fff;
  background: url(../img/credit-bg.jpg) no-repeat;
  background-position: 85% 75%;
  background-size: cover;
  padding: 130px 0 195px;
  position: relative;
}

.credit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    97.11deg,
    rgba(0, 0, 0, 0.5) 44.17%,
    rgba(0, 0, 0, 0) 74.08%
  );
}

.credit__content {
  position: relative;
  z-index: 2;
  max-width: 465px;
  width: 100%;
}

.credit__content-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
}

.credit__content-text {
  font-size: 20px;
  line-height: 32px;
  margin-top: 23px;
}

.credit__content-btn {
  margin-top: 65px;
}

.section-info {
  position: relative;
  top: -20px;
  padding: 56px 36px;
}

.section-info__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section-info__item {
  flex: 0 1 33.333%;
  text-align: center;
}

.section-info__item-img {
  background: #1e1e1e;
  border-radius: 10px;
  max-width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.section-info__item-name {
  max-width: 200px;
  width: 100%;
  margin: 15px auto 0;
  font-size: 20px;
  line-height: 30px;
}

.section-service {
  padding: 120px 0 90px;
}

.section-service__wrapper-text {
  width: 100%;
  line-height: 30px;
  color: #5c5c5c;
}

.section-service img {
  margin-left: 15px;
  float: right;
  display: block;
  max-width: 515px;
  width: 100%;
  height: auto;
}

.section-service__link {
  margin-top: 25px;
}

.section-service__link a {
  font-size: 14px;
  color: #e72a00;
  border-bottom: 1px dotted #e72a00;
}

.section-help {
  padding-bottom: 70px;
}

.section-help__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -35px;
  margin-left: -5px;
}

.section-help__wrapper-item {
  margin-top: 35px;
  margin-left: 5px;
}

.section-help__title {
  font-size: 22px;
  line-height: 30px;
}

.help-link {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin-top: 35px;
}

.help-link__body img {
  display: block;
  max-width: 360%;
  width: 100%;
  height: auto;
}

.help-link__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(21, 25, 24, 0.9);
  color: #fff;
  padding: 38px;
}

.help-link__content-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.help-link__content-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 50px;
}

.help-link__content-btn {
  margin-top: auto;
}

.section-text {
  padding: 47px 39px;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 60px;
  text-align: center;
}

.section-text span {
  font-weight: 600;
  color: #e72a00;
}

.main__btn {
  margin: 0 auto;
}

.who {
  background: #1e1e1e;
  color: #fff;
  padding: 100px 0;
}

.who__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 53px;
  grid-column-gap: 50px;
}

.who__btn {
  margin: 60px auto 0;
}

.who-item {
  display: flex;
}

.who-item_end {
  justify-self: end;
}

.who-item__img {
  flex: 1 1 73px;
}

.who-item__img img {
  display: block;
  max-width: 73px;
  width: 100%;
  height: auto;
}

.who-item__content {
  flex: 1 3 392px;
  max-width: 392px;
  width: 100%;
  margin-left: 30px;
}

.who-item__content-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.who-item__content-text {
  font-size: 16px;
  line-height: 30px;
}

.work {
  background: #ffffff;
  padding: 120px 0;
}

.work__wrapper {
  display: flex;
  justify-content: space-between;
}

.work__btn {
  margin: 30px auto 0;
}

.work-item {
  flex: 0 1 20%;
  position: relative;
}

.work-item_arrow {
  flex: 1 6 56px;
  position: relative;
  top: 50px;
  margin: 0 15px;
}

.work-item_arrow img {
  display: block;
  max-width: 56px;
  width: 100%;
}

.work-item__img {
  margin-bottom: 20px;
}

.work-item__img img {
  display: block;
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.work-item__text {
  position: absolute;
  text-align: center;
  left: -20px;
  right: -20px;
  font-size: 20px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
}

.work-item__text:first-child {
  left: -10px;
}

.work-item__text:last-child {
  right: -10px;
}

.questions {
  background: url(../img/qustion-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
}
.questions__wrapper {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;
}
.questions__wrapper_faq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.questions__accordion {
  max-width: 455px;
  width: 100%;
}

.questions__accordion-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.questions__form {
  max-width: 570px;
  width: 100%;
  margin-left: 50px;
}

.questions__form-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.questions-search {
  position: relative;
}

.questions-search button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.questions-search__lope {
  right: auto;
  left: 0;
}

.questions-search__lope::before {
  content: url(../img/icon/Search-lupe.svg);
  display: block;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 8px;
}

.questions-search__clear::after {
  content: url(../img/icon/search.svg);
  position: absolute;
  top: 8px;
  right: 8px;
}

.questions-search #search {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  border: none;
  outline: none;
  padding: 7px 30px;
  z-index: 1;
}

.questions-search__prompt {
  position: relative;
  top: -20px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  padding: 40px 30px 20px;
  font-size: 14px;
  line-height: 30px;
}

.questions-search__prompt-link {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.questions-search__prompt-link:hover {
  opacity: 0.5;
}

.accordion-quest {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.accordion-quest:last-child {
  border-bottom: none;
}

.accordion-quest__name {
  padding: 12px 40px 12px 10px;
  position: relative;
}

.accordion-quest__content {
  display: none;
  line-height: 20px;
  padding: 0 10px 5px;
}

.accordion-quest .plus {
  display: block;
  position: absolute;
  width: 17px;
  height: 2px;
  background: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.accordion-quest .plus:after {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 2px;
  background: #fff;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.accordion-quest.active .accordion-quest__name span::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.form-question__input {
  position: relative;
  padding-bottom: 20px;
}

.form-question__inp {
  display: block;
  max-width: 325px;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 30px;
  outline: none;
  padding: 0 10px;
}

.form-question__inp.error {
  border-color: red;
}

.form-question__inp.error::-moz-placeholder {
  color: red;
}

.form-question__inp.error:-ms-input-placeholder {
  color: red;
}

.form-question__inp.error::placeholder {
  color: red;
}

.form-question__inp::-moz-placeholder {
  color: #fff;
}

.form-question__inp:-ms-input-placeholder {
  color: #fff;
}

.form-question__inp::placeholder {
  color: #fff;
}

.form-question .error {
  font-size: 12px;
  color: red;
}

.form-question__textarea {
  display: block;
  resize: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  color: #fff;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  min-height: 255px;
  outline: none;
  margin-top: 50px;
}

.form-question__textarea::-moz-placeholder {
  color: #fff;
}

.form-question__textarea:-ms-input-placeholder {
  color: #fff;
}

.form-question__textarea::placeholder {
  color: #fff;
}

.questions__form-btn {
  margin-top: 45px;
}

.contacts {
  padding: 120px 0 110px;
}

.contacts__wrapper {
  display: flex;
  align-items: flex-start;
}

.contacts__wrapper-map {
  flex: 0 2 570px;
  max-width: 570px;
  width: 100%;
}

.contacts__wrapper-map iframe {
  max-width: 570px;
  width: 100%;
  min-height: 324px;
}

.contacts__wrapper-description {
  margin-left: 35px;
}

.description-contacts__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 38px;
}

.description-contacts__item {
  margin-bottom: 10px;
}

.description-contacts__item-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}

.description-contacts__item-text {
  font-size: 14px;
  line-height: 30px;
}

.preview {
  position: relative;
  padding: 60px 0 50px;
  background: url(../img/preview-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.preview::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.preview__title {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  z-index: 2;
}

.preview__subtitle {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  z-index: 2;
}

.data {
  padding: 100px 0;
}

.form-accordion {
  color: #3f4e57;
}

.form-accordion_credit .form-content__radio label {
  display: block;
}

.form-accordion_credit .form-content__radio label span {
  color: #d1d1d3;
}

.form-accordion_credit .form-content__radio label + label {
  margin-top: 15px;
}

.form-accordion + .form-accordion {
  margin-top: 30px;
}

.form-accordion__name {
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #f0f2f9;
  border-radius: 10px;
  padding: 18px 50px 18px 40px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #5c5c5c;
}

.form-accordion__name::after {
  content: url(../img/icon/accordion-arrow.png);
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.form-accordion__name.active::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.form-accordion__content {
  display: none;
  position: relative;
  top: -10px;
  padding: 40px 20px 40px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}

.accordion__content-line {
  height: 1px;
  width: 100%;
  background: #e0e0e0;
  margin: 5px 0 25px;
}

.form-content__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.form-content__radio {
  margin-bottom: 20px;
}

.form-content__radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.form-content__radio input:hover ~ .radio__indificator {
  border: 1px solid #e72a00;
}

.form-content__radio input:checked ~ .radio__indificator {
  border: 1px solid #e72a00;
}

.form-content__radio input:checked ~ .radio__indificator::after {
  display: block;
}

.form-content__radio label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 30px;
}

.form-content__radio_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
}

.form-content__inputs_personal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 15px;
}

.form-content__inputs_credit {
  max-width: 715px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 15px;
}

.form-content__inp input {
  max-width: 350px;
  width: 100%;
  border: 1px solid #d1d1d3;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  padding: 15px;
  width: 100%;
  outline: none;
}

.form-content__inp input:hover {
  border: 1px solid #1e1e1e;
}

.form-content__inp input:focus {
  border: 1px solid #1e1e1e;
}

.form-content__inp label {
  display: block;
  margin-bottom: 10px;
  line-height: 30px;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
}

.form-accordion__content-item + .form-accordion__content-item {
  margin-top: 20px;
}

.radio__indificator {
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #a4a4a4;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.radio__indificator::after {
  content: "";
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  background: #e72a00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.form-row {
  display: grid;
  grid-template-columns: 31% 35% 1fr;
}

.form-row__item + .form-row__item {
  margin-left: 15px;
}

.form-row__item .form-content__radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-row__item .form-content__radio label + label {
  margin-top: 15px;
}

.form__btns {
  max-width: 300px;
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
}

.form__btns-back {
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 16px;
  color: #a4a4a4;
  margin-top: 22px;
  opacity: 0.7;
  border-bottom: 1px dotted;
}

.help {
  padding: 100px 0;
}

.accordion-content__item + .accordion-content__item {
  margin-top: 40px;
}

.form-content__wrapper_flex {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}

.form-content__inputs_creditHelp {
  flex: 0 1 715px;
  max-width: 715px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 90px 90px 1fr;
  grid-gap: 15px;
}

.form-content__inp textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #d1d1d3;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.form-content__inp textarea:hover {
  border: 1px solid #1e1e1e;
}

.form-content__inp textarea:focus {
  border: 1px solid #1e1e1e;
}

.form-content__textarea {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.form-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 250px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.form-file__inp {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  width: 100%;
}

.form-file__inp input {
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  opacity: 0;
  position: relative;
  z-index: 9;
  padding: 0;
  top: 0;
  margin: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
}

.form-file__inp input:hover {
  border: 1px solid #1e1e1e;
}

.form-file__inp input:focus {
  border: 1px solid #1e1e1e;
}

.form-file__inp .select-file {
  position: absolute;
  top: 0px;
  color: #333;
  border-bottom: 1px dotted #333;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.form-file__inp .select-file:before {
  content: url("../img/icon/upload.png");
  position: absolute;
  left: -20px;
  top: 5px;
  cursor: pointer;
}

.form-file__inp .downloaded-file {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: #a4a4a4;
  border-bottom: 1px dotted #a4a4a4;
  cursor: pointer;
  display: none;
}

.form-file__inp .downloaded-file:before {
  content: url("../img/icon/clip.png");
  position: absolute;
  left: -20px;
  top: 5px;
  cursor: pointer;
}

.form__content-check {
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
}

.form__content-check label {
  color: #5c5c5c;
  cursor: pointer;
}

.form__content-check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form__content-check input:hover ~ .checkbox__indificator {
  border: 1px solid #e72a00;
}

.form__content-check input:checked ~ .checkbox__indificator {
  border: 1px solid #e72a00;
}

.form__content-check input:checked ~ .checkbox__indificator::after {
  display: block;
}

.form__btn {
  margin: 60px auto 0;
}

.form__back {
  text-align: center;
}

.checkbox__indificator {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #a4a4a4;
  border-radius: 3px;
}

.checkbox__indificator::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #e72a00;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.cabinet {
  padding: 50px 0 150px;
}

.cabinet__wrapper {
  display: flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cabinet__wrapper-form {
  background: #f0f2f9;
  min-height: 1120px;
}

.cabinet-menu {
  flex: 0 0 300px;
}

.cabinet-menu__head {
  border: 1px solid #d1d1d3;
  border-right: none;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  background: #fff;
  padding: 25px 30px;
}

.cabinet-menu__head-photo {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.cabinet-menu__head-photo img {
  display: block;
  max-width: 70px;
  width: 100%;
  height: auto;
  grid-area: 1 / 1 / 2 / 2;
}

.cabinet-menu__head-status {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fed32f;
  padding-top: 15px;
  grid-area: 1 / 2 / 2 / 3;
  text-align: right;
}

.cabinet-menu__head-name {
  margin-top: 10px;
  font-size: 20px;
  line-height: 25px;
  color: #1e1e1e;
  grid-area: 2 / 1 / 3 / 3;
}

.cabinet-menu__head-name span {
  display: block;
  font-weight: 600;
}

.cabinet-menu__nav-item {
  cursor: pointer;
  border: 1px solid #d1d1d3;
  border-right: none;
  border-radius: 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fff;
  padding: 25px 30px;
}

.cabinet-menu__nav-item:hover path {
  fill: #e72a00;
}

.cabinet-menu__nav-item.active {
  background: #f0f2f9;
  border-color: #f0f2f9;
  position: relative;
}

.cabinet-menu__nav-item.active::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 10px;
  display: block;
  width: 3px;
  border-radius: 2px;
  background: #e72a00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.cabinet-menu__nav-item.active svg path {
  fill: #e72a00;
}

.cabinet-menu__nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.cabinet-menu__nav-link svg {
  display: block;
  max-width: 34px;
  width: 100%;
  height: 34px;
}

.cabinet-menu__nav-link svg path {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.cabinet-menu__nav-link span {
  margin-left: 20px;
}

.cabinet-form {
  flex: 0 1 100%;
  padding: 90px 30px;
}

.cabinet-form__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.cabinet-form .form-accordion__name {
  background: #fff;
}

.cabinet-form .form-accordion__content {
  background: #fff;
  border: none;
}

.cabinet-content__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaecf0;
}

.cabinet-content__head-name {
  font-size: 18px;
  line-height: 22px;
}

.cabinet-content__body {
  padding: 30px 0;
}

.cabinet-content__contract {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  color: #5c5c5c;
}

.cabinet-content__contract-btns {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.cabinet-content__contract-btns a + a {
  margin-left: 40px;
}

.cabinet-body__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
}

.cabinet-body__item + .cabinet-body__item {
  margin-top: 12px;
}

.cabinet-body__item-name {
  flex: 0 1 240px;
  color: #a4a4a4;
}

.cabinet-body__item-value {
  flex: 0 0 auto;
  margin-left: 20px;
  color: #333333;
}

.cabinet-form_scroll {
  overflow-x: scroll;
}

.cabinet-form_scroll::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

.cabinet-form_scroll::-webkit-scrollbar-thumb {
  background: #fed32f;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.cabinet-form_scroll::-webkit-scrollbar-track {
  background: #eaecf0;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.cabinet-form__scroll {
  overflow-x: scroll;
  padding-bottom: 15px;
}

.cabinet-form__scroll::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

.cabinet-form__scroll::-webkit-scrollbar-thumb {
  background: #fed32f;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.cabinet-form__scroll::-webkit-scrollbar-track {
  background: #eaecf0;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.cabinet-form__table {
  margin: 0 auto;
  width: 750px;
  font-size: 16px;
  line-height: 30px;
}

.cabinet-form__table-head {
  padding: 9px 40px;
  font-weight: 600;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  background: #ffffff;
  border-radius: 10px;
}

.cabinet-form__table-item {
  text-align: left;
  white-space: nowrap;
}

.cabinet-form__table-item_right {
  text-align: right;
}

.cabinet-form__table-item_status span {
  padding: 6px 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.cabinet-form__table-item_status.status-work span {
  background: #eaf7ec;
  color: #82b783;
}

.cabinet-form__table-item_status.status-pay span {
  background: #ffebb9;
  color: #dbb553;
}

.cabinet-form__table-item_status.status-agreement span {
  background: #e4effe;
  color: #8ba7d5;
}

.cabinet-form__table-item_court {
  position: relative;
  text-align: right;
  padding-right: 20px;
}

.cabinet-form__table-item_court::after {
  content: url(../img/icon/clip.png);
  position: absolute;
  top: 0;
  right: 0;
}

.cabinet-form__table-item_court.court-transferred {
  color: #e72a00;
}

.cabinet-form__table-row {
  margin-top: 10px;
  padding: 13px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  background: #ffffff;
  border-radius: 10px;
  color: #5c5c5c;
}

.court__val {
  margin-left: 15px;
}

.cabinet-form__consultation-label {
  font-size: 16px;
  line-height: 24px;
  color: #5c5c5c;
  margin-bottom: 20px;
}

.cabinet-form__consultation-textarea textarea {
  width: 100%;
  min-height: 250px;
  border: 1px solid #d1d1d3;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.cabinet-form__consultation-textarea textarea:hover {
  border: 1px solid #1e1e1e;
}

.cabinet-form__consultation-textarea textarea:focus {
  border: 1px solid #1e1e1e;
}

.cabinet-form__consultation-file {
  margin-top: 15px;
}

.cabinet-form__consultation-file .select-file {
  right: 0;
  left: auto;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.cabinet-form__consultation-file .downloaded-file {
  right: 0;
  left: auto;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.cabinet-form__consultation-btn {
  margin: 60px auto 0;
}

.cabinet-form__history-item {
  font-weight: 600;
  padding: 20px 40px;
  background: #ffffff;
  border-radius: 10px;
}

.history-dialog {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.history-dialog + .history-dialog {
  margin-top: 15px;
}

.history-dialog__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.history-dialog__title {
  font-size: 18px;
  line-height: 30px;
}

.history-dialog__date {
  font-size: 14px;
  line-height: 30px;
  color: #bababa;
}

.history-dialog__date_mobile {
  display: none;
}

.history-dialog__personal {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.history-dialog__personal span {
  margin-left: 15px;
}

.history-dialog__status {
  font-size: 14px;
  line-height: 30px;
  color: #41d0bf;
}

.history-dialog__status_active {
  color: #e72a00;
}

.history-dialog__btn {
  max-width: 130px;
  width: 100%;
  padding: 0px 20px;
  text-align: center;
  border: 1px solid #fed32f;
  border-radius: 100px;
  font-size: 12px;
  line-height: 30px;
  color: #fed32f;
  background: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.history-dialog__btn:hover {
  background: #fed32f;
  color: #1e1e1e;
}

.history-dialog__btn:active {
  background: #d6b11b;
  color: #1e1e1e;
}

.cabinet-form__dialog {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px 40px;
}

.cabinet-form__dialog-head {
  font-weight: 600;
}

.dialog-head__title {
  font-size: 18px;
  line-height: 30px;
}

.dialog-head__row {
  display: flex;
  justify-content: space-between;
}

.dialog-head__date {
  font-size: 14px;
  line-height: 30px;
}

.dialog-head__status {
  font-size: 14px;
  line-height: 30px;
  color: #41d0bf;
  position: relative;
  top: -15px;
}

.dialog-head__status_active {
  color: #e72a00;
}

.dialog-body {
  height: 465px;
  padding: 30px 95px 0 0;
}

.dialog-body__scroll {
  margin-top: 45px;
  overflow-y: scroll;
}

.dialog-body__scroll::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

.dialog-body__scroll::-webkit-scrollbar-thumb {
  background: #fed32f;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.dialog-body__scroll::-webkit-scrollbar-track {
  background: #eaecf0;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.dialog-body__message {
  display: flex;
  margin-top: 50px;
  align-items: flex-end;
}

.dialog-body__message + .dialog-body__message {
  margin-top: 40px;
}

.dialog-body__message_incoming .dialog-body__message-text {
  background: #e5e5ea;
  color: #000;
  margin-left: 20px;
}

.dialog-body__message_incoming .dialog-body__message-text:after {
  content: url(../img/icon/Tail_2.png);
  z-index: 1;
  position: absolute;
  bottom: -3px;
  left: -5px;
}

.dialog-body__message_outgoing {
  flex-direction: row-reverse;
}

.dialog-body__message_outgoing .dialog-body__message-text {
  background: #5c5c5c;
  color: #fff;
  margin-right: 20px;
}

.dialog-body__message_outgoing .dialog-body__message-text:after {
  content: url(../img/icon/Tail.png);
  z-index: 1;
  position: absolute;
  bottom: -3px;
  right: -5px;
}

.dialog-body__message-text {
  position: relative;
  z-index: 2;
  top: -20px;
  border-radius: 15px;
  padding: 17px 12px 25px 24px;
}

.dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.dialog-footer__personal {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #5c5c5c;
}

.dialog-footer__btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
}

.cabinet-status {
  display: flex;
  background: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.cabinet-status + .cabinet-status {
  margin-top: 15px;
}

.cabinet-status_jun {
  border-color: #fed32f;
}

.cabinet-status_senior {
  border-color: #41d0bf;
}

.cabinet-status_pro {
  border-color: #e72a00;
}

.cabinet-status__stars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 30px 25px;
  max-width: 200px;
  width: 100%;
  border-right: 1px solid #f0f2f9;
  text-align: center;
}

.cabinet-status__stars-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cabinet-status__stars-img svg {
  display: block;
  max-width: 71px;
  width: 100%;
  height: auto;
}

.cabinet-status__stars-img svg + svg {
  margin-left: 10px;
}

.cabinet-status__stars-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: auto;
}

.cabinet-status__stars-info {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #78808a;
  margin-top: 10px;
}

.cabinet-status__content {
  padding: 13px 20px 11px 14px;
}

.cabinet-status__content-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.cabinet-status__content-text {
  font-size: 14px;
  line-height: 20px;
  color: #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  padding-bottom: 20px;
}

.cabinet-status__content-val {
  margin-top: 12px;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #e72a00;
}

.cabinet-status_jun .star {
  fill: #fed32f;
}

.cabinet-status_jun .star path {
  fill: inherit;
}

.cabinet-status_jun .star rect {
  width: 100%;
  height: 100%;
}

.cabinet-status_jun .cabinet-status__content-val {
  color: #fed32f;
}

.cabinet-status_senior .star {
  fill: #41d0bf;
}

.cabinet-status_senior .star path {
  fill: inherit;
}

.cabinet-status_senior .star rect {
  width: 100%;
  height: 100%;
}

.cabinet-status_senior .cabinet-status__content-val {
  color: #41d0bf;
}

.cabinet-status_pro .star {
  fill: #e72a00;
}

.cabinet-status_pro .star path {
  fill: inherit;
}

.cabinet-status_pro .star rect {
  width: 100%;
  height: 100%;
}

.cabinet-status_pro .cabinet-status__content-val {
  color: #e72a00;
}

.cabinet-status_disabled .star {
  fill: #78808a;
}

.cabinet-status_disabled .star path {
  fill: inherit;
}

.cabinet-status_disabled .star rect {
  width: 100%;
  height: 100%;
}

.cabinet-status_disabled .cabinet-status__content {
  background: #e5e5e5;
}

.cabinet-status_disabled .cabinet-status__content-val {
  color: #5c5c5c;
}

.footer {
  background: #151918;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  padding: 30px 0;
}

.footer__copy {
  display: none;
  font-size: 8px;
  line-height: 14px;
  opacity: 0.8;
  margin-top: 35px;
}

.footer__wrapper {
  display: flex;
}

.footer__wrapper-logo {
  flex: 0 1 290px;
}

.footer__wrapper-logo img {
  display: block;
  max-width: 167px;
  width: 100%;
  height: auto;
}

.footer__wrapper-content {
  flex: 0 2 100%;
  display: flex;
  justify-content: space-between;
}

.footer-content__links-list a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.footer-content__links-list a:hover {
  color: #fed32f;
}

.footer-contacts__title {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-contacts__item {
  display: flex;
}

.footer-contacts__item_social {
  display: block;
}

.footer-contacts__item-link {
  font-weight: 600;
  margin-left: 10px;
}

.footer-contacts__item-links {
  display: flex;
}

.footer-contacts__social svg {
  width: 16px;
  height: auto;
}

.footer-contacts__social svg path {
  fill: #fff;
}

.footer-contacts__social + .footer-contacts__social {
  margin-left: 14px;
}

.footer-contacts__social:hover svg path {
  fill: #fed32f;
}

.popups {
  background: #a4a4a4;
}

.popup {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 70px 25px 95px;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.popup__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 40px;
}

.popup__inp input {
  width: 100%;
  border: 1px solid #d1d1d3;
  border-radius: 10px;
  display: block;
  padding: 15px;
  outline: none;
}

.popup__inp input:hover {
  border: 1px solid #1e1e1e;
}

.popup__inp input:focus {
  border: 1px solid #1e1e1e;
}

.popup__inp + .popup__inp {
  margin-top: 35px;
}

.popup__exit {
  height: 40px;
  display: block;
  background-color: #f4f4f9;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  border-radius: 0 5px 0 5px;
  border: none;
}

.popup__inp-link {
  font-size: 14px;
  line-height: 20px;
  color: #a4a4a4;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -moz-text-decoration-style: dotted;
  margin-top: 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.popup__inp-link:hover {
  color: #e72a00;
}

.popup__link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #a4a4a4;
  text-align: center;
}

.popup__link a {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -moz-text-decoration-style: dotted;
}

.popup__text {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}

.poppup__btn {
  margin: 60px auto 0;
}

.popup_sucsess .popup__title {
  color: #e72a00;
}

.newPassword-info {
  display: none;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}

.newPassword-info.visible {
  display: block;
}

input.error {
  border-color: red;
}

label.error {
  color: red;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0;
}

.form__content-check {
  position: relative;
}

.form__content-check label.error {
  position: absolute;
  bottom: -15px;
}
.counter {
  text-align: center;
}
.counter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.counter-odometer {
  display: inline-block;
  background: #000000;
  padding: 28px 38px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.22);
  position: relative;
  border: 2px solid #5c5c5c;
  min-width: 400px;
}

.odometer {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
}

.uah {
  margin-left: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #fed32f;
}

.rate {
  margin-top: 12px;
  color: #e72a00;
  font-size: 15px;
}
.exit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.page_content {
  padding: 10px 10px;
  background-color: #f0f2f9;
}
.card-content {
  width: 100%;
  background: linear-gradient(135deg, #ffffff 20%, #737373 70%, #fed32f 100%);
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.text-flow {
  max-width: 1200px;
}
.text-flow span {
  color: #e72a00;
}
.step-wrapper {
  display: flex;
  gap: 80px;

  width: 1400px;
}
.card-arrow {
  max-width: 1600px;
}
.card-step {
  width: 200px;
}
.card-step:first-child {
  margin-left: 0;
  z-index: 5;
}
.card-step:nth-child(2) {
  margin-left: 40px;
  z-index: 4;
}
.card-step:nth-child(3) {
  z-index: 3;
  margin-left: 40px;
}
.card-step:nth-child(4) {
  z-index: 2;
  margin-left: 40px;
}
.card-step:nth-child(5) {
  z-index: 1;
  margin-left: 40px;
}
.card-step:nth-child(5) img {
  height: 288px;
}
.laptop-flow {
  display: none;
}
.micro_credits__content {
  color: white;
  z-index: 2;
  position: relative;
}
.text_micro_credit {
  text-align: justify;
}
.befor_after {
  text-align: center;
}
.width {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  max-width: 1200px;
  background-color: #f0f2f9;
}
.conclusion {
  max-width: 1200px;
  margin: 0 auto;
}
.conclusion span {
  color: red;
}
.slider-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 350px;
  border-radius: 10px;
  border: 2px solid #fed32f;
  overflow: hidden;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  background-image: url("../img/slider_bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.after-side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 40px 60px;
}

.after-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(254, 211, 47, 0) 0%,
    rgba(255, 255, 255, 0.5) 70%,
    rgba(254, 211, 47, 0) 100%
  );

  z-index: 1;
  pointer-events: none;
}

.before-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(70, 70, 70, 0) 0%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0.8) 100%
  );
  backdrop-filter: blur(5px);
  z-index: 2;
  pointer-events: none;
}
.text-padding {
  padding: 40px;
}
.before-side {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  z-index: 4;
  pointer-events: none;
}

.before-content {
  text-align: left;
  color: black;
  width: 400px;
}

.after-content {
  text-align: right;
  color: #2d2d2d;
  max-width: 400px;
  z-index: 5;
  position: relative;
}

.side-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.side-content {
  list-style: none;
  font-size: 20px;
  line-height: 2;
}

.before-content .side-content li {
  padding: 8px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.after-content .side-content {
  font-weight: 600;
}

.after-content .side-content li {
  padding: 8px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.slider-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 6px;
  background: #fed32f;
  border: 2px solid white;
  cursor: ew-resize;
  z-index: 10;
  transform: translateX(-50%);
  box-shadow:
    -15px 0 40px rgba(40, 40, 40, 1),
    -8px 0 25px rgba(40, 40, 40, 0.9),
    8px 0 25px rgba(254, 211, 47, 1),
    10px 0 80px rgba(254, 211, 47, 0.9);
}

.slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #fed32f;

  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.slider-button::before,
.slider-button::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: #ffffff;
}

.slider-button::before {
  border-width: 3px 0 0 3px;
  transform: rotate(-45deg);
  left: 18px;
}

.slider-button::after {
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  right: 18px;
}

.why_problem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  z-index: 2;
  position: relative;
}
.why_problem span {
  color: red;
}
.problem_text {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 0 40px;
}
.problem_text_footer {
  padding: 40px;
}
.list_problem li {
  position: relative;
}
.list_problem li::before {
  content: "•";
  color: #fed32f;
  font-size: 24px;

  position: absolute;
  top: -5px;
  left: -15px;
}
.container_fear_reality {
  max-width: 1200px;
  width: 100%;
}

.container_fear_reality h1 {
  text-align: center;

  margin-bottom: 40px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 800;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  perspective: 1000px;
}
.black_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.impotant_text {
  color: red;
  font-size: 24px;
  font-weight: bold;
}
.who__wrapper_element {
  display: flex;
  gap: 0px;
}
.arrow_red img {
  width: 30px;
}
.list_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.closed_credits_mfo h2 {
  padding-top: 50px;
}

.process_container {
  max-width: 1100px;
  margin: 0 auto;
}

.subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 60px;
}

.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #f2c200;
}

.step {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s ease;
}

.step.visible {
  opacity: 1;
  transform: translateY(0);
}

.icon_step {
  min-width: 40px;
  height: 40px;
  background: #f2c200;
  color: #000;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_step.final {
  background: #000;
  color: #f2c200;
}
.content {
  text-align: left;
}
.content p {
  color: #555;
}

.myth {
  position: relative;
  z-index: 2;
}

.myth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.myth-box {
  border-radius: 14px;
  padding: 40px;
}

.myth-box h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.myth-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.myth-box li {
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 1.5;
}

.myth-box.dark {
  background: #111;
  color: #fff;
}

.myth-box.light {
  background: #f6f7f9;
  color: #111;
  border: 1px solid #e0e0e0;
  position: relative;
}
.green_label {
  position: absolute;
  color: #34c759;
  top: 5px;
  right: 10px;
}

.law-title {
  font-weight: 600;
  margin-bottom: 12px;
}

.myth-footer {
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 0;
  background-color: #fed32f;
  padding: 20px;
  z-index: 5;
}

.myth-footer p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fear_reality {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.card_fear {
  height: 350px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.card_fear:hover {
  transform: translateY(-5px);
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card_fear.flipped .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  backface-visibility: hidden;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.card-front {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(60, 60, 60, 0.95) 100%
  );
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.card-front::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  opacity: 0.08;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.card_fear:nth-child(1) .card-front::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></svg>');
}

.card_fear:nth-child(2) .card-front::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z"/></svg>');
}

.card_fear:nth-child(3) .card-front::before {
  background-image: url("../img/court.svg");
}

.card_fear:nth-child(4) .card-front::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/></svg>');
}

.card-front > * {
  position: relative;
  z-index: 1;
}

.card-back {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  transform: rotateY(180deg);
  color: #2d3436;
}

.icon {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.card-subtitle {
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.5;
}

.warning-badge {
  background: rgba(231, 42, 0, 0.15);
  border: 2px solid #e72a00;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fed32f;
  text-align: center;
  margin-top: auto;
}

.truth-badge {
  background: #d4edda;
  border: 2px solid #28a745;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
}

.truth-title {
  color: #28a745;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.truth-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #2d3436;
  margin-bottom: 15px;
}

.company-tag {
  background: #e72a00;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  margin-top: auto;
}

.click-hint {
  text-align: center;
  color: #2d3436;
  margin-top: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  animation: pulse 2s infinite;
}
.sub_header {
  width: 100%;
  background-image: url("../img/backgroung_section.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}
.steps-stages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.steps_stage {
  width: 175px;
}
.btn_section {
  width: 650px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.text_appealing_accrued {
  text-align: left;
  max-width: 850px;
}
.appealing-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.pilts-mfo-steps {
  padding: 60px 0;
  color: #0e0e0e;
}

.pilts-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.pilts-step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.pilts-step-card {
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  padding: 40px 24px 24px;
  position: relative;
  height: 100%;
  min-width: 200px;
  width: 100%;
  transition: 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.pilts-step-card:hover {
  border-color: #f5c400;
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(245, 196, 0, 0.25);
}

.pilts-step-number {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 38px;
  height: 38px;
  background: #f5c400;
  color: #0e0e0e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.pilts-step-icon {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
}

.pilts-step-icon svg {
  width: 150px;
  height: 150px;
}

.pilts-step-card h3,
.pilts-step-card ul,
.pilts-step-card ul li {
  position: relative;
  z-index: 2;
}

.pilts-step-card h3 {
  font-size: clamp(18px, 3.5vw, 20px);
  margin-bottom: 14px;
  color: #0e0e0e;
}

.pilts-step-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pilts-step-card ul li {
  position: relative;
  padding-left: 20px;
  font-size: clamp(14px, 2.5vw, 15px);
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}

.pilts-step-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e0b200;
  font-size: 14px;
  font-weight: bold;
}

.pilts-step-card--result {
  border: 2px solid #f5c400;
  background: linear-gradient(145deg, #fff8d6, #ffffff);
}

.pilts-step-arrow {
  width: 4px;
  height: 40px;
  background: #f5c400;
  position: relative;
  margin: 15px 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(245, 196, 0, 0.6);
}

.pilts-step-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #f5c400;
}
.mfo-profit {
  padding: 10px 80px;
  text-align: center;
}

.profit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.profit-card {
  background: #fff;
  max-width: 450px;
  border-radius: 16px;
  padding: 30px;
  font-weight: 600;
  text-align: center;
  border: 2px solid #eee;
  transition: 0.3s;
}
.profit-card h2 {
  color: #fed32f;
  margin-bottom: 10px;
}

.profit-card:hover {
  border-color: #fed32f;
  box-shadow: 0 8px 24px rgba(245, 196, 0, 0.2);
  transform: translateY(-6px);
}

.profit-note {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.pilts-mfo-packages {
  padding: 50px 0;
}

.pilts-packages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.pilts-package-card {
  position: relative;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
  padding: 40px 30px 30px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pilts-package-card:hover {
  border-color: #f5c400;
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(245, 196, 0, 0.25);
}

.pilts-package-card--standart {
  border: 3px solid #f5c400;
  background: linear-gradient(145deg, #fffbf0, #ffffff);
  box-shadow: 0 8px 24px rgba(245, 196, 0, 0.3);
}

.pilts-package-card--standart:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 35px rgba(245, 196, 0, 0.4);
}

.pilts-package-bg-icon {
  position: absolute;
  right: -40px;
  bottom: -40px;
  opacity: 0.06;
  z-index: 1;
}

.pilts-package-card * {
  position: relative;
  z-index: 2;
}

.pilts-package-badge {
  position: absolute;
  top: 10px;
  right: 0px;
  background: #10b981;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  z-index: 3;
}

.pilts-package-card h3 {
  font-size: clamp(20px, 4vw, 22px);
  color: #0e0e0e;
  margin-bottom: 6px;
}

.pilts-package-subtitle {
  font-weight: 700;
  color: #e0b200 !important;
  margin-bottom: 16px;
  font-size: clamp(14px, 3vw, 16px);
}

.pilts-package-for {
  font-size: clamp(13px, 2.5vw, 14px);
  color: #444;
  margin-bottom: 20px;
  line-height: 1.5;
}

.pilts-package-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.pilts-package-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: clamp(14px, 2.5vw, 15px);
  line-height: 1.6;
}
.pilts-package-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f5c400;
  font-weight: bold;
}

.pilts-package-result {
  margin-top: auto;
  padding: 15px;
  background: #fff8d6;
  border-left: 4px solid #f5c400;
  font-weight: 700;
  font-size: clamp(13px, 2.5vw, 14px);
  line-height: 1.5;
}

.pilts-mfo-results {
  padding: 90px 0;
}

.pilts-results-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pilts-result-card {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 18px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.pilts-result-card:hover {
  border-color: #f5c400;
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(245, 196, 0, 0.25);
}

.pilts-result-card h3 {
  font-size: clamp(20px, 4vw, 22px);
  color: #e0b200;
  margin-bottom: 10px;
  font-weight: 700;
}

.pilts-result-card p {
  font-size: clamp(15px, 3vw, 16px);
  font-weight: 600;
  color: #0e0e0e;
}
.mfo-faq {
  padding: 90px 0;
}

.mfo-faq h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}

.faq-item {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 14px;
  padding: 25px 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--black);
}

.faq-item p {
  font-size: 15px;
  color: #555;
}
.credit_restructuring {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: justify !important;
}
.credit_restructuring_content {
  width: 100%;
  display: flex;
  justify-content: space-between;

  gap: 20px;
}
.credit_restructuring_content_left {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  max-width: 550px;
  gap: 20px;
  padding: 0 0 0 20px;
}
.credit_restructuring_content_left p {
  font-size: 24px;
  line-height: 36px;
}
.why_stop_restructuring_content {
  display: flex;
  gap: 50px;
  padding: 0 20px;
}
.why_stop_restructuring_content > * {
  flex: 1;
}
.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.review-flex {
  display: flex;
  gap: 25px;
  align-items: center;
}
.review-content {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 16px;
  line-height: normal;
}
.review-content p {
  text-align: justify;
  color: #5c5c5c;
  margin-top: 20px;
}
.review-content_title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

@media (min-width: 768px) {
  .pilts-packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pilts-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pilts-packages-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pilts-results-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .counter-odometer {
    min-width: 300px;
  }
  .pilts-mfo-packages,
  .pilts-mfo-results {
    padding: 60px 0;
  }

  .pilts-package-card,
  .pilts-result-card {
    padding: 30px 20px;
  }
}
@media (max-width: 820px) {
  .profit-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .profit-card {
    width: 100%;
    min-width: 300px;
  }
  .pilts-step-number {
    top: 5px;
    right: 5px;
  }
  .why_stop_restructuring_content {
    flex-direction: column;
  }
}
.sub_header_content {
  max-width: 700px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.sub_header_content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: clamp(14px, 2.5vw, 15px);
  line-height: 1.6;
}
.sub_header_content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f5c400;
  font-weight: bold;
}
.pilts-sample-letter {
  padding: 60px 20px;
}
.pilts-sample-letter p {
  font-size: 24px;
  line-height: 36px;
}
.pilts-notice-box p {
  font-size: 24px;
  line-height: 36px;
}

.pilts-notice-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff8e6;
  border-left: 4px solid #f5b700;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.pilts-notice-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.pilts-letter-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.pilts-letter-watermark {
  position: absolute;
  right: 24px;
  bottom: 16px;
  font-size: 96px;
  opacity: 0.05;
  pointer-events: none;
}

.pilts-letter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pilts-letter-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 36px;
  color: #333;
}

.pilts-letter-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f5b700;
  font-weight: bold;
}

.pilts-letter-cta {
  margin-top: 40px;
  text-align: left;
}
.pilts-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.pilts-cta-subtext {
  margin-top: 10px;
  font-size: clamp(13px, 2vw, 14px);
  color: #666;
  line-height: 1.5;
}

.pilts-restructure-steps {
  color: #0e0e0e;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pilts-restructure-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.pilts-restructure-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.pilts-restructure-card {
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  padding: 40px 24px 24px;
  position: relative;
  min-width: 250px;
  width: 100%;
  transition: 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: 100%;
}

.pilts-restructure-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.pilts-restructure-number {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 38px;
  height: 38px;
  background: #f5c400;
  color: #0e0e0e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.pilts-restructure-icon {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
}

.pilts-restructure-icon svg {
  width: 150px;
  height: 150px;
}

.pilts-restructure-card h3,
.pilts-restructure-card ul,
.pilts-restructure-card ul li {
  position: relative;
  z-index: 2;
}

.pilts-restructure-card h3 {
  font-size: clamp(18px, 3.5vw, 20px);
  margin-bottom: 14px;
  color: #0e0e0e;
}

.pilts-restructure-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pilts-restructure-card ul li {
  position: relative;
  padding-left: 18px;
  font-size: clamp(14px, 2.5vw, 15px);
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}

.pilts-restructure-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e0b200;
  font-size: 14px;
  font-weight: bold;
}

.pilts-restructure-card--red {
  border: 2px solid #ef4444;
  background: linear-gradient(145deg, #fee2e2, #ffffff);
}

.pilts-restructure-card--red:hover {
  border-color: #dc2626;
  box-shadow: 0 10px 30px rgba(239, 68, 68, 0.25);
}

.pilts-restructure-card--blue {
  border: 2px solid #3b82f6;
  background: linear-gradient(145deg, #dbeafe, #ffffff);
}

.pilts-restructure-card--blue:hover {
  border-color: #2563eb;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.25);
}

.pilts-restructure-card--green {
  border: 2px solid #10b981;
  background: linear-gradient(145deg, #d1fae5, #ffffff);
}

.pilts-restructure-card--green:hover {
  border-color: #059669;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.25);
}

.pilts-restructure-arrow {
  width: 4px;
  height: 40px;
  background: #f5c400;
  position: relative;
  margin: 15px 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(245, 196, 0, 0.6);
}

.pilts-restructure-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #f5c400;
}

.pilts-faq-section {
  padding: 10px 20px;
}

.pilts-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.pilts-faq-item {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.pilts-faq-item:hover {
  border-color: #f5c400;
  box-shadow: 0 6px 18px rgba(245, 196, 0, 0.15);
}

.pilts-faq-question {
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: 14px;
  color: #0e0e0e;
  font-weight: 700;
  line-height: 1.4;
}

.pilts-faq-answer {
  font-size: clamp(14px, 2.5vw, 15px);
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}

.pilts-faq-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.pilts-faq-list li {
  position: relative;
  padding-left: 20px;
  font-size: clamp(14px, 2.5vw, 15px);
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.pilts-faq-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f5c400;
  font-weight: bold;
}

.pilts-faq-highlight {
  margin-top: 16px;
  padding: 14px;
  background: #fff8e6;
  border-left: 4px solid #f5b700;
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 15px);
  line-height: 1.6;
  color: #333;
}

@media (min-width: 768px) {
  .pilts-sample-letter {
    padding: 80px 20px;
  }

  .pilts-letter-card {
    padding: 40px;
  }
  .pilts-letter-card h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .pilts-restructure-steps {
    padding: 80px 0;
  }

  .pilts-restructure-number {
    top: 0;
  }

  .pilts-restructure-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .pilts-restructure-arrow {
    display: none;
  }

  .pilts-faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (min-width: 1200px) {
  .pilts-restructure-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 1500px;
  }

  .pilts-restructure-wrapper {
    flex-direction: row;
  }

  .pilts-restructure-arrow {
    display: block;
    width: 60px;
    height: 4px;
    margin: 0 10px;
    animation: piltsRestructureArrowMove 1.5s infinite;
  }

  .pilts-restructure-arrow::after {
    right: -10px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    border-left: 12px solid #f5c400;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: none;
  }

  @keyframes piltsRestructureArrowMove {
    0% {
      transform: translateX(0);
      opacity: 0.6;
    }
    50% {
      transform: translateX(8px);
      opacity: 1;
    }
    100% {
      transform: translateX(0);
      opacity: 0.6;
    }
  }

  .pilts-restructure-icon svg {
    width: 180px;
    height: 180px;
  }

  .pilts-restructure-steps,
  .pilts-faq-section {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .pilts-sample-letter,
  .pilts-restructure-steps,
  .pilts-faq-section {
    padding: 10px 15px;
  }

  .pilts-letter-card,
  .pilts-faq-item {
    padding: 25px 20px;
  }

  .pilts-restructure-card {
    padding: 35px 20px 20px;
  }

  .pilts-restructure-number {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .pilts-step-number {
    top: 0;
  }

  .pilts-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .pilts-step-arrow {
    display: none;
  }

  .pilts-mfo-steps {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {
  .pilts-steps-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .pilts-step-wrapper {
    flex-direction: row;
  }

  .pilts-step-arrow {
    display: block;
    width: 60px;
    height: 4px;
    margin: 0 10px;
    animation: piltsArrowMove 1.5s infinite;
  }

  .pilts-step-arrow::after {
    right: -10px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    border-left: 12px solid #f5c400;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: none;
  }

  @keyframes piltsArrowMove {
    0% {
      transform: translateX(0);
      opacity: 0.6;
    }
    50% {
      transform: translateX(8px);
      opacity: 1;
    }
    100% {
      transform: translateX(0);
      opacity: 0.6;
    }
  }

  .pilts-step-icon svg {
    width: 180px;
    height: 180px;
  }

  .pilts-mfo-steps {
    padding: 90px 0;
  }
}

@media (max-width: 480px) {
  .pilts-step-card {
    padding: 25px 20px;
  }

  .pilts-mfo-steps {
    padding: 50px 15px;
  }

  .pilts-step-number {
    top: 0;
    left: 250px;
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .myth-grid {
    grid-template-columns: 1fr;
  }

  .myth h2 {
    font-size: 26px;
  }
  .slider-container {
    height: 500px;
  }

  .side-title {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .side-content {
    font-size: 16px;
    line-height: 1.6;
  }

  li {
    font-size: 16px;
  }

  li img {
    width: 24px;
  }

  .before-side,
  .after-side {
    padding: 25px 20px;
    z-index: 3;
  }

  .before-content,
  .after-content {
    max-width: 100%;
  }

  .slider-button {
    width: 50px;
    height: 50px;
  }

  .slider-button::before {
    left: 15px;
  }

  .slider-button::after {
    right: 15px;
  }
  .container_fear_reality h1 {
    font-size: 2rem;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card_fear {
    height: 320px;
  }
  .steps-stages {
    flex-direction: column;
    align-items: center;
  }
  .btn_section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .slider-container {
    height: 450px;
  }

  .side-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .side-content {
    font-size: 14px;
  }

  li {
    font-size: 14px;
    gap: 3px;
  }

  li img {
    width: 20px;
  }

  .before-side,
  .after-side {
    padding: 20px 15px;
  }

  .slider-button {
    width: 45px;
    height: 45px;
  }

  .slider-button::before,
  .slider-button::after {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .slider-button::before {
    left: 14px;
  }

  .slider-button::after {
    right: 14px;
  }

  .slider-divider {
    width: 4px;
  }
  .problem_text {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .list_grid {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .slider-container {
    height: 400px;
  }

  .side-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .side-content {
    font-size: 13px;
  }

  li {
    font-size: 13px;
    padding: 6px 0;
  }

  li img {
    width: 18px;
  }

  .before-side,
  .after-side {
    padding: 15px 12px;
  }
}

@media (max-width: 1150px) {
  .review-flex {
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-help__wrapper {
    justify-content: center;
    margin-left: -25px;
  }

  .section-help__wrapper-item {
    margin-left: 25px;
  }
  .desktop-flow {
    display: none;
  }
  .laptop-flow {
    display: grid;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
  }
  .card-step-laptop:first-child {
    z-index: 5;
    width: 288px;
  }
  .card-step-laptop:nth-child(2) {
    z-index: 4;
    width: 288px;
  }
  .card-step-laptop:nth-child(3) {
    z-index: 3;
    margin-top: -30px;
    width: 288px;
  }
  .card-step-laptop:nth-child(4) {
    z-index: 2;
    margin-top: -30px;
    width: 288px;
  }
  .card-step-laptop:nth-child(5) {
    z-index: 1;
    margin-top: -30px;
    grid-column: span 2;
  }
  .mobile-only {
    display: none;
  }
  .text-flow {
    max-width: 570px;
  }
  .credit_restructuring_content {
    flex-direction: column;
  }
  .credit_restructuring_content_left {
    max-width: 1000px;
    padding: 0 20px;
  }
}

@media (max-width: 1120px) {
  .work-item__text {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .credit {
    padding: 43px 0 60px;
  }

  .section-info {
    padding: 47px 25px;
  }

  .section-info__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -40px;
  }

  .section-info__item {
    flex: 0 1 50%;
    margin-top: 40px;
  }

  .section-help__wrapper {
    margin-top: -5px;
    margin-left: -5px;
  }

  .section-help__wrapper-item {
    flex: 0 1 48%;
    margin-top: 5px;
    margin-left: 5px;
  }

  .questions {
    padding: 60px 0;
  }

  .questions__wrapper {
    display: block;
  }

  .questions__accordion {
    max-width: 100%;
  }

  .questions__form {
    margin-top: 70px;
    margin-left: 0;
    max-width: 100%;
  }

  .questions__form-btn {
    margin: 45px auto 0;
  }

  .contacts {
    padding: 100px 0;
  }

  .form-content__radio_row {
    grid-template-columns: 1fr 1fr;
  }

  .form-content__inputs_personal {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .form-content__inputs_personal .form-content__inp:first-child {
    grid-area: 1 / 1 / 2 / 2;
  }

  .form-content__inputs_personal .form-content__inp:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }

  .form-content__inputs_personal .form-content__inp:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
  }

  .form-content__inputs_personal .form-content__inp:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
  }

  .form-content__inputs_personal .form-content__inp:last-child {
    grid-area: 3 / 2 / 4 / 3;
  }

  .form-content__inputs_credit {
    max-width: 100%;
  }

  .form-content__inp input {
    max-width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }

  .form-row__item:last-child {
    margin-left: 0;
  }

  .form-row__item_last {
    grid-area: 2/3/2/1;
  }

  .form-row__item_last::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 5px 0 25px;
  }

  .form-content__wrapper_flex {
    display: block;
  }

  .form-content__inputs_creditHelp {
    max-width: 100%;
    margin-right: 0;
  }

  .form-content__textarea {
    display: block;
  }

  .form-file {
    margin: 10px auto 20px;
    flex-direction: row;
    justify-content: space-between;
  }

  .form-file__inp {
    width: auto;
  }

  .form-file__inp .select-file {
    left: auto;
    right: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }

  .form-file__inp .downloaded-file {
    left: auto;
    right: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }

  .cabinet__wrapper {
    display: block;
  }

  .cabinet__wrapper-form {
    min-height: auto;
  }

  .cabinet-menu__head {
    border: 1px solid #d1d1d3;
    border-radius: 5px;
    border-right: 1px solid #d1d1d1;
  }

  .cabinet-menu__head-photo {
    grid-template-columns: 70px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
  }

  .cabinet-menu__head-photo img {
    grid-area: 1 / 1 / 2 / 2;
  }

  .cabinet-menu__head-status {
    padding-top: 0;
    grid-area: 1 / 3 / 2 / 4;
  }

  .cabinet-menu__head-status {
    grid-area: 1 / 2 / 2 / 3;
  }

  .cabinet-menu__head-name {
    margin-top: 0;
    margin-left: 20px;
    grid-area: 1 / 2 / 2 / 3;
    text-align: left;
  }

  .cabinet-menu__nav-item {
    border: 1px solid #d1d1d3;
    border-radius: 5px;
    border-right: 1px solid #d1d1d1;
  }

  .cabinet-form {
    padding: 60px 30px;
  }

  .cabinet-form__title {
    margin-bottom: 50px;
  }

  .dialog-body {
    padding: 30px 25px 0 0;
  }
}

@media (max-width: 992px) and (max-width: 650px) {
  .form-row__item_last::before {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .counter-box {
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 769px) {
  .main {
    padding-bottom: 110px;
  }

  .container {
    padding: 0 15px;
  }

  .section-title {
    margin-bottom: 50px;
  }

  .credit {
    padding: 20px 0 47px;
  }

  .credit__content {
    margin: 0 auto;
  }

  .credit__content-title {
    font-size: 25px;
    line-height: 42px;
    text-align: center;
  }

  .credit__content-text {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .credit__content-btn {
    margin: 30px auto 0;
  }

  .section-service {
    padding-top: 90px;
  }

  .section-service__wrapper {
    padding: 0 25px;
  }

  .section-service img {
    float: none;
    margin: 0 auto 25px;
  }

  .section-service__link {
    text-align: right;
    margin-right: 25px;
  }

  .section-help {
    padding-bottom: 60px;
  }

  .section-text {
    padding: 35px;
  }

  .cabinet-body__item {
    font-size: 12px;
  }

  .cabinet-form__history-item {
    padding: 15px 10px;
  }

  .history-dialog {
    display: block;
  }

  .history-dialog__col_mob {
    flex-direction: row;
    align-items: center;
  }

  .history-dialog__date {
    display: none;
  }

  .history-dialog__date_mobile {
    display: block;
    font-size: 12px;
  }

  .history-dialog__status {
    font-size: 12px;
  }

  .cabinet-form__dialog {
    padding: 20px 3px;
  }

  .dialog-head__title {
    font-size: 16px;
  }

  .dialog-head__date {
    font-size: 12px;
  }

  .dialog-head__status {
    top: 0;
    font-size: 12px;
  }

  .dialog-body {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 760px) {
  .section-help__wrapper-item {
    flex: 0 1 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 750px) {
  .who__wrapper {
    display: block;
  }

  .who-item + .who-item {
    margin-top: 20px;
  }

  .who-item__img {
    flex: 0 1 auto;
  }

  .work__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .work__btn {
    margin-top: 50px;
  }

  .work-item_arrow {
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin: 15px 0;
  }

  .work-item__text {
    position: relative;
    left: 0;
    right: 0;
  }

  .contacts__wrapper {
    display: block;
  }

  .contacts__wrapper-map {
    margin: 0 auto;
  }

  .contacts__wrapper-description {
    margin-left: 0;
    margin-top: 20px;
  }

  .form-content__radio_row {
    display: block;
  }

  .form-content__radio_row label {
    display: block;
  }

  .form-content__radio_row label + label {
    margin-top: 5px;
  }

  .form-content__inputs_personal {
    display: block;
  }

  .form-content__inputs_credit {
    display: block;
  }

  .form-content__inp {
    margin-top: 10px;
  }

  .form-content__inputs_creditHelp {
    display: block;
  }

  .cabinet-status {
    display: block;
    text-align: center;
  }

  .cabinet-status__stars {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #f0f2f9;
  }

  .cabinet-status__content-val {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .form-accordion__name {
    font-size: 16px;
    padding: 18px 30px 18px 20px;
  }

  .form-accordion__name::after {
    right: 5px;
  }

  .form-accordion__content {
    padding: 20px;
  }

  .accordion__content-line {
    display: none;
  }

  .form-row {
    display: block;
  }

  .form-row__item + .form-row__item {
    margin-left: 0px;
  }
}

@media (max-width: 590px) {
  .footer {
    padding: 25px 0 10px;
  }

  .footer__copy {
    display: block;
  }

  .footer__wrapper-logo {
    display: none;
  }
}

@media (max-width: 478px) {
  .main {
    padding-bottom: 80px;
  }

  .section-title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .section-info {
    padding: 35px 5px 35px 20px;
  }

  .section-info__wrapper {
    justify-content: flex-start;
    margin-top: 0;
  }

  .section-info__item {
    flex: 0 1 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .section-info__item:first-child {
    margin-top: 0;
  }

  .section-info__item-img {
    flex: 0 1 130px;
    padding: 15px;
    margin: 0;
  }

  .section-info__item-img img {
    display: block;
    max-width: 90px;
    width: 100%;
    height: auto;
  }

  .section-info__item-name {
    flex: 0 2 auto;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin: 0 0 0 15px;
  }

  .section-service {
    padding: 70px 0 35px;
  }

  .section-service__wrapper {
    padding: 0;
  }

  .section-service__wrapper-text {
    font-size: 12px;
    line-height: 25px;
    height: 225px;
    overflow: hidden;
  }

  .section-service img {
    margin: 0 auto 15px;
  }

  .section-service__link {
    margin-right: 0;
    margin-top: 10px;
  }

  .section-help {
    padding-bottom: 30px;
  }

  .section-help__title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .section-text {
    padding: 30px 15px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .who {
    padding: 40px 0;
  }

  .who-item__content-title {
    font-size: 18px;
  }

  .work {
    padding: 80px 0;
  }

  .questions {
    padding: 40px 0 80px;
  }

  .contacts {
    padding: 80px 0;
  }

  .form-content__radio label {
    font-size: 14px;
  }

  .form-content__inp label {
    font-size: 12px;
    margin-bottom: 0;
  }

  .form-file {
    flex-direction: column;
    align-items: center;
  }

  .form-file__inp .select-file {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .form-file__inp .downloaded-file {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .form__content-check {
    font-size: 14px;
  }

  .form__btn {
    margin: 30px auto 0;
  }

  .cabinet {
    padding: 20px 0 100px;
  }

  .cabinet-menu__head {
    padding: 20px;
  }

  .cabinet-menu__head-photo {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
  }

  .cabinet-menu__head-name {
    margin-left: 0;
    margin-top: 3px;
    grid-area: 2 / 1 / 3 / 3;
  }

  .cabinet-menu__head-name span {
    display: inline-block;
  }

  .cabinet-menu__nav-item {
    padding: 20px 25px;
  }

  .cabinet-form {
    padding: 50px 0px;
  }

  .cabinet-form__title {
    margin-bottom: 40px;
  }

  .cabinet-form .form-accordion__name span {
    display: none;
  }

  .cabinet-content__contract {
    padding-right: 0;
    font-size: 12px;
  }

  .cabinet-content__contract-btns a + a {
    margin-left: 20px;
  }

  .cabinet-form__table {
    width: 550px;
    font-size: 12px;
  }

  .cabinet-form__table-head {
    grid-template-columns: 62px 1fr 1fr 1fr;
  }

  .cabinet-form__table-row {
    grid-template-columns: 62px 1fr 1fr 1fr;
  }

  .cabinet-form__consultation-label {
    font-size: 12px;
    line-height: 20px;
  }

  .dialog-body__message-text {
    font-size: 14px;
  }

  .dialog-footer {
    display: block;
    margin-top: 40px;
    text-align: center;
  }

  .dialog-footer__personal {
    display: none;
  }

  .dialog-footer__btn {
    margin: 0 auto;
  }

  .popup {
    padding: 50px 15px 50px;
  }

  .popup__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .popup__inp + .popup__inp {
    margin-top: 15px;
  }

  .poppup__btn {
    margin: 30px auto 0;
  }

  .laptop-flow {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .laptop-only {
    display: none;
  }
  .mobile-only {
    display: block;
    margin-top: -30px;
  }
  .text-flow {
    max-width: 350px;
  }
}

/* ================= PACKAGES ================= */

.packages__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.packages__subtitle {
  text-align: center;
  color: #5c5c5c;
  max-width: 600px;
  margin: 0 auto 60px;
  line-height: 26px;
}

.packages__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch; /* 🔑 важно */
}

/* ================= PACKAGE CARD ================= */
.packages {
  margin: 0 auto;
}
.packages__container {
  flex-wrap: wrap;
}
.package {
  text-align: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  min-height: 640px; /* 🔑 одинаковая высота карточек */
  justify-content: space-between;
  align-items: center;
}

.package:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* ================= PRICE ================= */

.package__price {
  position: absolute;
  top: -18px;
  right: 20px;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.package__price_min {
  background: #5c5c5c;
}

.package__price_mid {
  background: #fed32f;
  color: #000000;
}

.package__price_max {
  background: #e72a00;
}

/* ================= RECOMMENDED ================= */

.package--recommended {
  border: 2px solid #fed32f;
  transform: scale(1.03);
}

.package__badge {
  position: absolute;
  top: 18px;
  left: -10px;
  background: #fed32f;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 0 10px 10px 0;
}

/* ================= TEXT ================= */

.package__title {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package__hint {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

/* ================= LIST ================= */

.package__list {
  margin-bottom: 40px; /* 🔑 фикс расстояния до кнопки */
  text-align: left;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.package__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  line-height: 22px;
  font-size: 14px;
}

.package__item_present::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #41d0bf;
  font-weight: 700;
}

.package__item_absent {
  color: #a4a4a4;
}

.package__item_absent::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #a4a4a4;
  font-weight: 700;
}

/* ================= NOTE ================= */

.packages__note {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center;
  font-size: 14px;
  color: #5c5c5c;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .packages__content {
    grid-template-columns: 1fr;
    max-width: 800px;
  }

  .package {
    min-height: auto;
  }

  .package--recommended {
    transform: none;
  }
}

.package__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 14px;
  line-height: 22px;
  font-size: 14px;
}

.package__item_present::before,
.package__item_absent::before {
  position: static;
  flex-shrink: 0;
  font-weight: 700;
}

.package__item_present::before {
  content: "✔";
  color: #41d0bf;
}

.package__item_absent::before {
  content: "—";
  color: #a4a4a4;
}
