@font-face {
  font-family: "Courier Prime";
  src: url("../fonts/CourierPrime-Bold.78d1eea91ca8.woff2") format("woff2"),
    url("../fonts/CourierPrime-Bold.defb5259041d.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.eed309574370.woff2") format("woff2"),
    url("../fonts/Rubik-Regular.8df7c91cfe68.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.df45a0686ea5.woff2") format("woff2"),
    url("../fonts/Rubik-Medium.8e9233341a6e.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.93e8362da3c9.woff2") format("woff2"),
    url("../fonts/Rubik-Bold.044763775ca6.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  width: 100%;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: none;
  background: #fafafa;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  position: relative;
  overflow-anchor: none;
}
body,
body a {
  color: #3a3a3a;
}
body.scroll-off {
  overflow: hidden;
}
section.no-padding {
  padding: 0;
}
section {
  position: relative;
  padding: 60px 0 0;
}
section#content {
  padding-top: 40px;
}
section.content.padding-top {
  padding: 0;
}
.container {
  padding: 0;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.hidden {
  display: none;
}
.mob {
  display: block;
}
.pc {
  display: none;
}
.duration {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.inner {
  margin: 0 20px;
}
input {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h5,
.btn {
  font-weight: 700;
}
h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}
h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h4 {
  font-weight: 500;
  font-size: 23px;
  line-height: 110%;
  color: #3a3a3a;
  text-align: center;
}
h5 {
  font-size: 20px;
  line-height: 120%;
}

.section__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .section__title {
      font-size: 36px;
  }
}
/* btn */

/* colors bind_card */
.card__btn {
	background-color: #77bd8b;
}

.btn {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  background: #77bd8b;
  border-radius: 10px;
  position: relative;
  font-size: 20px;
  line-height: 60px;
  color: #ffffff;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.btn:hover {
  background: #008736;
  box-shadow: 0 5px 10px rgba(7, 85, 122, 0.2);
}
.btn:disabled,
.btn[disabled] {
  background: #c5e2cd;
  pointer-events: none;
  cursor: auto;
}
.btn.load {
  pointer-events: none;
  cursor: wait;
  background: url("../images/loading.9bcd9b7eb35d.gif") no-repeat 50% 50% #c5e2cd;
  background-size: contain;
  color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  text-shadow: none;
  box-shadow: none;
}
.btn#submitCalculator {
  background: #77bd8b;
  border-radius: 10px;
  line-height: 60px;
  font-size: 20px;
  color: #ffffff;
  box-shadow: 0 25px 30px -20px #77bd8b, 0 30px 30px -20px #77bd8b,
    0 35px 30px -20px #77bd8b;
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.btn#submitCalculator:hover {
  background: #008736;
  box-shadow: 0 0 25px 0 #77bd8b, 0 5px 25px 0 #77bd8b, 0 5px 25px 0 #77bd8b;
}
/* /btn */

/* popup */
.popup__btn {
  display: block;
  max-width: 200px;
  line-height: 100%;
}
/* /popup */

/* service */
.service-contacts {
  margin-bottom: 20px;
}

.service-contacts__item,
.service-report__item {
  box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
  border-radius: 20px;
}

.service-contacts__item:not(:last-child),
.service-report__item:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  .service-contacts__item:not(:last-child),
  .service-report__item:not(:last-child) {
      margin-bottom: unset;
      margin-right: 20px;
  }
}

.service-report__item-title {
  font-size: 24px;
}

.service-report__item-btn {
  box-shadow: 0 25px 30px -20px #77bd8b, 0 30px 30px -20px #77bd8b, 0 35px 30px -20px #77bd8b;
  color: #FFFFFF;
  line-height: 110%;
  max-width: fit-content;
}
/* /service */

/* our-partners */
.our-partners__item-btn {
  box-shadow: unset;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 140%;
}
/* /our-partners */

/* reviews */
.reviews__title {
	padding-top: 0;
}

.reviews__item {
  background: #ffffff;
  border: 1px solid #e6ecf1;
  box-shadow: 0 8px 6px rgba(49, 49, 49, 0.04), 0 2px 3px rgba(49, 49, 49, 0.02);
  border-radius: 20px;
}

.reviews__item-quote svg {
	fill: #ff905a;
}

.reviews__navigation-prev,
.reviews__navigation-next {
	border: 1px solid #77bd8b;
}

.reviews__navigation-progressbar>.swiper-pagination-progressbar-fill {
	background: #77bd8b !important;
}
/* /reviews */

/* checkbox */
.checkbox-text {
  position: relative;
  /* line-height: 25px; */
}
.checkbox-text input {
  display: none;
}
.checkbox-text label {
  position: relative;
  text-align: left;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}
.checkbox-text .text,
.checkbox-text .link {
  font-weight: normal;
  font-size: 14px;
  line-height: 110%;
  color: #000;
}
.checkbox-text .link {
  text-decoration: underline;
  cursor: pointer;
}
.checkbox-text .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  box-shadow: 0 0 0 1px #3a3a3a inset;
  border-radius: 4px;
}
.checkbox-text input:checked ~ .checkmark {
  box-shadow: 0 0 0 3px #77bd8b inset;
}
.checkbox-text .checkmark:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: url("../images/checkmark.5c5ab3c033e9.svg") no-repeat 50% 50%;
  background-size: cover;
}
.checkbox-text input:checked ~ .checkmark:after {
  opacity: 1;
}
.check-row {
  width: 220px;
  margin: 0 auto;
}
/* /checkbox */

/* input[type="range"] */
input[type="range"] {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  display: block;
  background: #ffebe0;
  background: linear-gradient( to right, #ff905a 0%, #ff905a 50%, #ffebe0 50%, #ffebe0 100% );
  height: 8px;
  border-radius: 4px;
  margin: 15px 0;
}
input.w-30[type="range"] {
  background: linear-gradient( to right, #ff905a 0%, #ff905a 30%, #ffebe0 30%, #ffebe0 100% );
}
input.w-14[type="range"] {
  background: linear-gradient( to right, #ff905a 0%, #ff905a 33%, #ffebe0 33%, #ffebe0 100% );
}
input.w-0[type="range"] {
	background: linear-gradient(to right, #ff905a 0%, #ff905a 0%, #ffebe0 0%, #ffebe0 100%);
}

/* thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #ff905a;
  border-radius: 12px;
  border: 0;
}
input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #ff905a;
  border-radius: 12px;
  border: 0;
}
input[type="range"]::-ms-range-thumb {
  -ms-appearance: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #ff905a;
  border-radius: 12px;
  border: 0;
}
/* /thumb */

/* progress */
input[type="range"]::range-progress {
  background-color: #ff905a;
  height: 4px;
  border-radius: 2px;
}
input[type="range"]::-webkit-range-progress,
input[type="range"]::-moz-range-progress,
input[type="range"]::-ms-range-progress {
  background-color: #ff905a;
  height: 4px;
  border-radius: 2px;
}
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-moz-range-track,
input[type="range"]::-ms-fill-lower {
  background-color: #ff905a;
  height: 4px;
  border-radius: 2px;
}
input[type="range"]::-webkit-fill-lower,
input[type="range"]::-moz-fill-lower,
input[type="range"]::-ms-fill-lower {
  background-color: #ff905a;
  height: 4px;
  border-radius: 2px;
}
input[type="range"]::-webkit-fill-lower,
input[type="range"]::-moz-fill-lower,
input[type="range"]::-ms-fill-upper {
  background-color: #ff905a;
  height: 4px;
  border-radius: 2px;
}
/* /progress */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* /input[type="range"] */

/* plus-seven */
.plus-seven {
  position: relative;
}
.plus-seven::before {
  position: absolute;
  content: "+7";
  left: calc(50% - 86px);
  top: 10px;
  bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  pointer-events: none;
}
form .plus-seven input:not([type="submit"]) {
  padding: 0 calc(50% - 65px);
}
/* /plus-seven */

/* sectionTop */
#sectionTop {
  height: calc(100vh - 97px);
  padding: 0;
  margin-top: 0;
  background: linear-gradient(
    69.74deg,
    #b7d4ff -0.69%,
    #b7d4ff 55.69%,
    #ff905a 106.49%
  );
}
/* calculator */
#calculator {
}
#calculator .inner {
  margin: 0;
  box-sizing: border-box;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 10px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
}
#calculator .bg-calculator {
  height: 10px;
  align-self: stretch;
  pointer-events: none;
}
#calculator .bg-calculator .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: auto;
  text-align: center;
  z-index: 10;
  position: relative;
  display: none;
}
#calculator .advantage-calculator {
  display: none;
}
#calculator .checkbox-text {
  text-align: center;
  width: 240px;
  margin: 15px auto;
}
#calculator .checkbox-text label {
  margin: 0 auto;
  padding-left: 45px;
}
#calculator .checkbox-text .checkmark {
  width: 20px;
  height: 20px;
  background: #c9e5d1;
  -webkit-box-shadow: 0 0 0 5px #c9e5d1;
  box-shadow: 0 0 0 5px #c9e5d1;
  border: 3px solid #77bd8b;
  border-radius: 4px;
  box-sizing: content-box;
}
#calculator .checkbox-text .checkmark::after {
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: url("../images/checkmark.5c5ab3c033e9.svg") no-repeat 50% 50%;
}
#calculator .box-calculator {
  width: calc(100% - 40px);
  position: relative;
  z-index: 20;
  background: #fff;
  border-radius: 30px;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
}
#calculator form {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* margin-top: 10px; */
  /* overflow: hidden; */
}
#calculator form .btn-box .btn {
  text-transform: uppercase;
}
#calculator form .btn-box {
  background: #ddd;
  box-shadow: inset 3px 27px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
#sectionTop.reg #calculator form .btn-box {
  margin-bottom: 0;
}
#calculator form .btn-box {
  text-align: center;
}
#calculator form .range-info {
  justify-content: space-between;
  align-items: center;
}
#calculator form .range-info p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}
#calculator form .range-info p strong {
  text-transform: uppercase;
  color: #ff905a;
  font-weight: 800;
}
#calculator form .range-info .range-num {
  overflow: hidden;
  position: relative;
  padding: 5px 0;
  background: #fff;
  border-radius: 4px;
}
#calculator form .range-info .range-num.sum .edit-input {
  position: absolute;
  right: 37px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #000;
  animation: edit-input 1s ease-out infinite;
}
@keyframes edit-input {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#calculator form .range-info .range-num.sum input:focus ~ .edit-input {
  display: none;
}
#calculator form .range-num .icon {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #3a3a3a;
}
#calculator form .input-text,
#calculator form .bold {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  width: 70px;
  text-align: right;
  margin-right: 5px;
  background: #fff;
  color: #3a3a3a;
}
#calculator form .range-num.date .input-text,
#calculator form .range-num.date .bold {
  width: 25px;
  pointer-events: none;
}
#calculator form .range-ruler {
  justify-content: space-between;
}
#calculator form .range-ruler span {
  font-size: 12px;
  line-height: 14px;
  color: #a5a5a5;
}
#calculator form .time {
  text-align: center;
  margin: 7px 0;
}
#calculator form .time,
#calculator form .time span {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
#calculator form .time span {
  font-weight: 700;
}
#calculator form .mob-none {
  display: none;
}
/* /calculator */
/* /sectionTop */

/* steps */
#steps.reg {
  padding: 0;
}
#steps.reg h3 {
  margin-bottom: 20px;
}
#steps .steps-items {
  flex-direction: column;
}
#steps .steps-items .item {
  flex-direction: column;
  background: #ffffff;
  box-shadow: 10px 40px 30px rgba(229, 233, 246, 0.4);
  border-radius: 40px;
  margin-top: 15px;
  padding: 55px 35px;
}
#steps .steps-items .item:first-child {
  margin-top: 0;
}
#steps .steps-items .item .icon {
  overflow: hidden;
  margin: 0 auto 20px;
}
#steps .steps-items .item .icon img {
  float: left;
}
#steps .steps-items .item .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #3a3a3a;
}
#steps .steps-items .item .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #333;
  display: none;
}
/* /steps */

/* cards */
#cards .cards-content {
  background: #b7d4ff;
  border-radius: 80px;
  padding: 45px 0;
  flex-direction: column;
}
#cards .cardnames-items {
  display: none;
}
#cards .cards-items {
  flex-direction: column;
}
#cards .cards-items .item {
  margin-top: 50px;
}
#cards .cards-items .item:first-child {
  margin-top: 0;
}
#cards .cards-items .item p {
  font-size: 16px;
  line-height: 1.5;
  align-items: center;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
#cards .cards-items .item .icon {
  overflow: hidden;
  cursor: pointer;
  opacity: 0.4;
}
#cards .cards-items .item .icon img {
  margin: 0 auto;
  display: block;
  height: 50px;
  width: auto;
}
/* /cards */

/* advantage */
#advantage {
}
#advantage .advantage-items {
  flex-direction: column;
}
#advantage .advantage-items .item {
  flex-direction: column;
  background: #ffffff;
  box-shadow: 10px 40px 30px rgba(229, 233, 246, 0.4);
  border-radius: 40px;
  margin-top: 15px;
  padding: 35px 20px 25px;
  text-align: center;
}
#advantage .advantage-items .item:first-child {
  margin-top: 0;
}
#advantage .advantage-items .item .icon {
  margin-bottom: 28px;
  overflow: hidden;
}
#advantage .advantage-items .item .icon img {
  display: block;
  margin: 0 auto;
}
#advantage .advantage-items .item .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  margin: 0 auto 10px;
  max-width: 230px;
}
#advantage .advantage-items .item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  color: #333;
}
/* /advantage */

/* choice */
#choice .title-main {
  flex-direction: column;
  justify-content: center;
}
#choice .title-main .icon {
  margin: 0 auto 15px;
}
.choice__title {
  color: #ff905a;
}
#choice .choice-items {
  flex-direction: column;
}
#choice .choice-items .item {
  flex-direction: column;
  padding: 25px 30px 30px;
  margin-top: 15px;
  text-align: center;
  background: #ffffff;
  box-shadow: 10px 40px 30px rgba(229, 233, 246, 0.4);
  border-radius: 40px;
}
#choice .choice-items .item:nth-child(2) {
  order: -1;
  color: #fff;
  background: #b7d4ff;
}
#choice .choice-items .item .subtitle {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.27em;
  margin-bottom: 10px;
}
#choice .choice-items .item .title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#choice .choice-items .item .info {
  flex-direction: column;
}
#choice .choice-items .item .info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1.5px;
}
#choice .choice-items .item .info p:last-child {
  border-bottom: 0;
}
#choice .choice-items .item .fot {
  margin-top: 20px;
}
#choice .choice-items .item .btn {
  font-size: 20px;
  line-height: 54px;
  background: #ff905a;
}
/* /choice */

/* FAQ */

.faq-accordion__item-plus::before, .faq-accordion__item-plus::after {
  background-color: #77bd8b;
}
.faq__btn {
  line-height: unset;
  width: fit-content;
  margin: unset;
  height: unset;
  background: #77bd8b;
}
.faq__btn:hover {
  box-shadow: unset;
}
/* /FAQ */

/* fillForm */
#fillForm {
  overflow-y: hidden;
}
#fillForm .form {
  flex-direction: column;
  background: linear-gradient(103.27deg, #b7d4ff 6.23%, #ff905a 104.13%);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  color: #fff;
  text-align: center;
}
#fillForm .form .top {
  position: relative;
  z-index: 20;
}
#fillForm .form .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#fillForm .form .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
#fillForm .form .btn {
  position: relative;
  z-index: 30;
  margin-top: 30px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  background: #3a3a3a;
  border-radius: 10px;
  box-shadow: 0 20px 30px -20px #3a3a3a, 0 25px 30px -20px #3a3a3a,
    0 30px 30px -20px #3a3a3a;
}
#fillForm .form .btn:hover {
  box-shadow: 0 0 20px 0 #3a3a3a, 0 5px 20px 0 #3a3a3a, 0 5px 20px 0 #3a3a3a;
}
/* /fillForm */

/* description */
#description {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 40px 0;
  margin-bottom: 20px;
}
#description p {
  padding: 0 20px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}
#description a {
  color: #000;
}
#description a:hover {
  text-decoration: underline;
}
/* list-creditors */
#description .list-creditors {
  padding: 18px;
  background: #ffffff;
  border-radius: 20px;
  margin: 40px 0;
}
#description .list-creditors h5 {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
  padding: 0;
}
#description .list-creditors p {
  padding: 0;
  margin-bottom: 0;
}
#description .list-creditors p:not(:last-child) {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
}
#description .list-creditors p:last-child {
  padding: 20px 0;
}
#description .list-creditors .hr {
  height: 2px;
  background: #f4f4f4;
  margin: 20px 0;
}
#description ul {
  padding: 0 20px;
  margin-bottom: 40px;
}
#description ul li {
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.75);
  padding-left: 22px;
  position: relative;
}
#description ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
/* /list-creditors */
/* /description */

/* unsubscribePage */
#unsubscribePage {
  display: inline-block;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 10px 40px 30px rgba(229, 233, 246, 0.4);
  border-radius: 60px;
  padding: 42px;
}
#unsubscribePage .img {
  display: inline-block;
  overflow: hidden;
  margin: 0 auto 20px;
}
#unsubscribePage .img img {
  float: left;
}
#unsubscribePage p {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
}
/* /unsubscribePage */

/* form-box */
.form-box {
  text-align: center;
}
.form-box#submit_card {
  max-width: 360px;
  margin: 0 auto;
}
.form-box .top-reg {
  max-width: 550px;
  margin: 0 auto;
}
.form-box .form-box-content {
  width: 100%;
  overflow: hidden;
  max-width: 550px;
  margin: 0 auto;
}
.form-box .form-box-content .info {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #a5a5a5;
  margin-bottom: 5px;
}
.form-box .title {
  margin: 0 auto 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  text-align: center;
}
.form-box .two {
  justify-content: space-between;
}
.form-box .w-50 {
  width: calc(50% - 9px);
}
.form-box .w-60 {
  width: calc(60% - 9px);
}
.form-box .w-40 {
  width: calc(40% - 9px);
}
.form-box .b-form__label {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #a5a5a5;
  margin: 15px 0 10px;
  text-align: left;
  padding: 0 10px;
}
.form-box .box-card .b-form__label {
  font-size: 15px;
  line-height: 1.2;
}
.form-box .b-form__input {
  line-height: 40px;
  box-shadow: inset 0 0 0 1px #3a3a3a;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  text-align: left;
  color: #3a3a3a;
}
.form-box .center .b-form__input {
  text-align: center;
  padding-right: 40px;
}
.form-box .hr {
  margin-bottom: 20px;
  overflow: hidden;
}
.form-box .btn {
  font-size: 16px;
}
.form-box .btn .arrow {
  padding: 4px 12px;
  margin-left: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUgMEMxMC44MyAwIDguMjE5ODcgMC43OTE3NjEgNS45OTk4MSAyLjI3NTE2QzMuNzc5NzQgMy43NTg1NiAyLjA0OTQxIDUuODY2OTcgMS4wMjc2MyA4LjMzMzc3QzAuMDA1ODQ5MjkgMTAuODAwNiAtMC4yNjE0OTYgMTMuNTE1IDAuMjU5NDA1IDE2LjEzMzdDMC43ODAzMDUgMTguNzUyNSAyLjA2NjA2IDIxLjE1NzkgMy45NTQwNiAyMy4wNDU5QzUuODQyMDcgMjQuOTMzOSA4LjI0NzU0IDI2LjIxOTcgMTAuODY2MyAyNi43NDA2QzEzLjQ4NSAyNy4yNjE1IDE2LjE5OTQgMjYuOTk0MiAxOC42NjYyIDI1Ljk3MjRDMjEuMTMzIDI0Ljk1MDYgMjMuMjQxNCAyMy4yMjAzIDI0LjcyNDggMjEuMDAwMkMyNi4yMDgyIDE4Ljc4MDEgMjcgMTYuMTcgMjcgMTMuNUMyNi45OTYxIDkuOTIwNzcgMjUuNTcyNSA2LjQ4OTI3IDIzLjA0MTYgMy45NTgzN0MyMC41MTA3IDEuNDI3NDggMTcuMDc5MiAwLjAwMzkwODM3IDEzLjUgMFYwWk0xMy41IDI1LjczNDRDMTEuMDgwMyAyNS43MzQ0IDguNzE0ODggMjUuMDE2OCA2LjcwMjk1IDIzLjY3MjVDNC42OTEwMiAyMi4zMjgyIDMuMTIyOTEgMjAuNDE3NCAyLjE5NjkyIDE4LjE4MTlDMS4yNzA5MyAxNS45NDY0IDEuMDI4NjQgMTMuNDg2NCAxLjUwMDcxIDExLjExMzJDMS45NzI3OCA4LjczOTk1IDMuMTM3OTkgNi41NiA0Ljg0OSA0Ljg0ODk5QzYuNTYgMy4xMzc5OCA4LjczOTk2IDEuOTcyNzcgMTEuMTEzMiAxLjUwMDdDMTMuNDg2NCAxLjAyODY0IDE1Ljk0NjQgMS4yNzA5MiAxOC4xODE5IDIuMTk2OTFDMjAuNDE3NCAzLjEyMjkgMjIuMzI4MiA0LjY5MTAxIDIzLjY3MjUgNi43MDI5NEMyNS4wMTY4IDguNzE0ODggMjUuNzM0NCAxMS4wODAzIDI1LjczNDQgMTMuNUMyNS43MzA1IDE2Ljc0MzYgMjQuNDQwMiAxOS44NTMxIDIyLjE0NjcgMjIuMTQ2N0MxOS44NTMyIDI0LjQ0MDIgMTYuNzQzNiAyNS43MzA1IDEzLjUgMjUuNzM0NFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMi4yNTk4IDcuNTY4MjhDMTIuMTM5OSA3LjQ1NjUgMTEuOTgxMiA3LjM5NTY0IDExLjgxNzMgNy4zOTg1NEMxMS42NTMzIDcuNDAxNDMgMTEuNDk2OSA3LjQ2Nzg0IDExLjM4MSA3LjU4Mzc4QzExLjI2NSA3LjY5OTczIDExLjE5ODYgNy44NTYxNSAxMS4xOTU3IDguMDIwMDlDMTEuMTkyOCA4LjE4NDAzIDExLjI1MzcgOC4zNDI2OSAxMS4zNjU1IDguNDYyNjVMMTYuNDAyNyAxMy40OTk4TDExLjM2NTUgMTguNTM3QzExLjMwMzMgMTguNTk1IDExLjI1MzQgMTguNjY0OCAxMS4yMTg4IDE4Ljc0MjRDMTEuMTg0MyAxOC44MjAxIDExLjE2NTcgMTguOTAzOSAxMS4xNjQyIDE4Ljk4ODhDMTEuMTYyNyAxOS4wNzM4IDExLjE3ODMgMTkuMTU4MiAxMS4yMTAxIDE5LjIzN0MxMS4yNDE5IDE5LjMxNTggMTEuMjg5MyAxOS4zODc0IDExLjM0OTQgMTkuNDQ3NUMxMS40MDk1IDE5LjUwNzYgMTEuNDgxMSAxOS41NTQ5IDExLjU1OTkgMTkuNTg2OEMxMS42Mzg3IDE5LjYxODYgMTEuNzIzMSAxOS42MzQyIDExLjgwOCAxOS42MzI3QzExLjg5MyAxOS42MzEyIDExLjk3NjggMTkuNjEyNiAxMi4wNTQ0IDE5LjU3OEMxMi4xMzIxIDE5LjU0MzQgMTIuMjAxOSAxOS40OTM2IDEyLjI1OTggMTkuNDMxNEwxNy43NDQyIDEzLjk0N0MxNy44NjI3IDEzLjgyODQgMTcuOTI5MyAxMy42Njc1IDE3LjkyOTMgMTMuNDk5OEMxNy45MjkzIDEzLjMzMjEgMTcuODYyNyAxMy4xNzEzIDE3Ljc0NDIgMTMuMDUyN0wxMi4yNTk4IDcuNTY4MjhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K")
    no-repeat 50% 50%;
}
.form-box .box-icon {
  margin-top: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.form-box .without-card {
  margin-top: 20px;
}
.form-box .without-card .btn-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  text-decoration: underline;
  color: #ff905a;
}
.form-box .box-icon .item {
  max-width: 33%;
  overflow: hidden;
}
.form-box .box-icon .item svg,
.form-box .box-icon .item img {
  max-width: 100%;
  float: left;
  height: auto;
}
.form-box .check-validation {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}
.form-box .b-form__input:focus {
  box-shadow: inset 0 0 0 1px #111;
}
.form-box .check-validation .check-icon {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  width: 24px;
  pointer-events: none;
}
.form-box input.status:not(:focus):invalid ~ .check-icon {
  background: url("../images/not_success.d072abca6bfd.svg") no-repeat 50% 50%;
}
.form-box .check-validation.check .check-icon,
.form-box input.status:not(:focus):valid ~ .check-icon {
  background: url("../images/success.5446644d284a.svg") no-repeat 50% 50%;
}
.form-box .check-validation .check-br {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.form-box fieldset input.status:not(:focus):invalid ~ .check-br {
  /* box-shadow: inset 0 0 0 1px #FF3131; */
}
.form-box .check-validation .phone-edit-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
}
.captcha {
  display: inline-block;
  margin: 0 auto;
}

/* union */
.form-box .union {
  padding: 10px 20px 30px;
  background: #ffffff;
  border: 1px solid #252525;
  border-radius: 7px;
  margin-bottom: 10px;
  position: relative;
}
.form-box .union .b-form__label {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  color: #a5a5a5;
  position: relative;
  z-index: 30;
  pointer-events: none;
}
.form-box .w-50 .union .b-form__label {
  white-space: nowrap;
  max-width: 58px;
  overflow: hidden;
}
.form-box .union .b-form__input {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  height: 30px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.form-box .union .b-form__input:focus {
  box-shadow: none;
}
.form-box .union .check-validation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 28px 20px 0 20px;
  height: 33px;
}
/* /union */

.form-box p.error,
.form-box span.error,
#mainCalc span.error {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fe634e;
}
.form-box span.error,
.form-box .w-40 span.error {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}
.box-calculator span.error {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #fe634e;
  display: block;
  text-align: center;
  margin: 10px 0;
}
span[name="output-status"] {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  display: none;
  text-align: center;
  margin: 20px 0;
}
span[name="output-status"].error,
span[name="output-status"].success {
  display: block;
  font-size: 18px;
}
span[name="output-status"].error {
  color: #f12e46;
}
span[name="output-status"].success {
  color: #4dbb3b;
}

.form-box .ssl {
  margin: 50px auto 0;
  max-width: 320px;
}
.form-box .ssl .icon {
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin-right: 10px;
}
.form-box .ssl .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: 50%;
}
#content .form-box .ssl p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  text-align: left;
}

/* smsCode */
#smsCode {
  display: inline-block;
  margin: 0 auto;
}
#smsCode input {
  width: 280px;
  height: 45px;
  background: url("../images/sms_code.d65a3e52bd8f.png") no-repeat 0 50%;
  background-size: contain;
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-size: 32px;
  text-align: left;
  word-spacing: 21px;
  padding: 3px 0 0 16px;
  color: #fff;
  letter-spacing: 50px;
  overflow: hidden;
  display: block;
  margin: 0 -36px 0 0;
  box-sizing: content-box;
}
#smsCode input:not(:focus):valid {
  background: url("../images/sms_code_ok.ef2e914621ef.png") no-repeat 0 50%;
  background-size: contain;
}
#smsCode input:not(:focus):invalid {
  background: url("../images/sms_code_error.fc84c71c4fe9.png") no-repeat 0 50%;
  background-size: contain;
}
/* /smsCode */

/* buttonHidden */
#buttonHidden.text .hidden-btn,
#buttonHidden .hidden-text {
  display: none;
}
#buttonHidden .hidden-btn,
#buttonHidden.text .hidden-text {
  display: block;
}
#buttonHidden p {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #a5a5a5;
}
#buttonHidden button,
.form-box .phone-edit-btn {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  text-decoration: underline;
  background: none;
  cursor: pointer;
}
#buttonHidden button {
  color: #a5a5a5;
}
.form-box .phone-edit-btn {
  color: #ff905a;
}
/* /buttonHidden */

/* agree */
.agree p {
  text-align: center;
}
.agree p,
.agree p .link {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #333;
}
.agree p .link {
  text-decoration: underline;
  cursor: pointer;
}
/* /agree */
/* /form-box */

/* steps-reg */
.steps-reg .title-reg {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}
.steps-reg .steps {
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  color: #a5a5a5;
  text-align: left;
  margin-bottom: 15px;
}
.steps-reg .steps span {
  display: none;
  font-weight: 400;
}
body[data-steps="3"] .steps-reg .steps span.one,
body[data-steps="4"] .steps-reg .steps span.two {
  display: inline;
}
/* steps-line */
.steps-line {
  height: 4px;
  background: #ffebe0;
}
.steps-line .color {
  position: relative;
  z-index: 20;
  height: 4px;
  background: #ff905a;
  width: 0;
}
body[data-steps="3"] .steps-line .color {
  width: 50%;
}
body[data-steps="4"] .steps-line .color {
  width: 100%;
}
.loan-terms.pc {
  max-width: 750px;
  margin: 0 auto;
}
.loan-terms.pc .steps-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.loan-terms.pc .box-terms {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px;
  background: #ffffff;
  box-shadow: 10px 40px 30px rgba(229, 233, 246, 0.4);
  border-radius: 30px;
  justify-content: space-between;
}
.loan-terms.pc .box-terms .item {
  width: 180px;
}
.loan-terms.pc .box-terms .item .title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #3a3a3a;
  text-align: center;
}
.loan-terms.pc .box-terms .item .edit-input {
  background: #ffebe0;
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 10px;
  align-items: flex-end;
  justify-content: center;
}
.loan-terms.pc .box-terms .item .edit-input input {
  font-family: "Rubik", sans-serif;
  background: #ffebe0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  border: 0;
  width: 85px;
  text-align: right;
  margin-right: 10px;
  color: #3a3a3a;
}
.loan-terms.pc .box-terms .item .edit-input .icon {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.loan-terms.pc .box-terms .item .edit-input.data input {
  width: 35px;
}
.loan-terms.pc .box-terms .item .edit-input.price input,
.loan-terms.pc .box-terms .item .edit-input.price {
  background: #fff;
}
.loan-terms.pc .box-terms .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  color: #a5a5a5;
  text-align: center;
}
.loan-terms.pc .box-terms .item p.switch {
  text-decoration: underline;
  color: #ff905a;
}
.loan-terms.pc .box-terms .item p.old-price {
  text-decoration: line-through;
}
.loan-terms .box-terms .switch-box {
  position: relative;
  overflow: hidden;
}
.loan-terms .box-terms .switch-box .link {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 20;
  cursor: pointer;
}
/* /steps-line */
/* /steps-reg */

/* dataValidation */
#dataValidation {
  padding: 5px 0 0;
  margin: 0;
}
#dataValidation .progressbar {
  position: relative;
  margin-bottom: 50px;
}
/* прелоадер Часы */
#dataValidation .wrapper {
  position: relative;
  overflow: hidden;
  width: 130px;
  height: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: url("../images/clock.d4a52021eb62.png") no-repeat 50% 50%;
  background-size: contain;
}
#dataValidation .top_wrapper,
#dataValidation .bottom_wrapper {
  width: 85%;
  position: relative;
  overflow: hidden;
  background: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: -1;
}
#dataValidation .top_wrapper {
  top: 40px;
  height: 70px;
  border-radius: 32px;
}
#dataValidation .bottom_wrapper {
  top: 140px;
  height: 70px;
  color: #929da9;
}
#dataValidation .top_clock,
#dataValidation .bottom_clock {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  background: #fff;
}
#dataValidation .top_clock {
  background-color: #b7d4ff;
  animation: 10s top-clock ease-in forwards;
}
@keyframes top-clock {
  to {
    transform: translate(0, 100%);
  }
}
#dataValidation .bottom_clock {
  background-color: #ff905a;
  animation: 10s bottom-clock ease-in forwards;
  animation-delay: 0.5s;
  border-radius: 50% 50% 0 0;
  transform: translate(0, 100%);
}
@keyframes bottom-clock {
  to {
    transform: translate(0, 0);
  }
}
#dataValidation .list-status {
  animation: circle-list 0.5s ease-out forwards;
  animation-delay: 10s;
  overflow: hidden;
  max-height: 500px;
  max-width: 360px;
  margin: 0 auto;
}
@keyframes circle-list {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    max-height: 0;
  }
}
#dataValidation .list-status li {
  justify-content: space-between;
  margin-top: 15px;
  animation: list-status 0.5s ease-out forwards;
  background-position: 100% 50%;
}
@keyframes list-status {
  to {
    background: url("../images/check.f0e45580ea7e.svg") no-repeat 100% 50%;
  }
}
#dataValidation .list-status li .checkmark {
  margin-right: 10px;
  overflow: hidden;
}
#dataValidation .list-status li .checkmark svg {
  float: left;
}
#dataValidation .list-status li .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
}
#dataValidation .list-status li.one,
#dataValidation .list-status .one .text,
#dataValidation .list-status .one .load {
  animation-delay: 3s;
}
#dataValidation .list-status li.two,
#dataValidation .list-status .two .text,
#dataValidation .list-status .two .load {
  animation-delay: 6s;
}
#dataValidation .list-status li.three,
#dataValidation .list-status .three .text,
#dataValidation .list-status .three .load {
  animation-delay: 9s;
}
#dataValidation .load svg {
  animation: circle-load 1s linear infinite;
  transform: rotate(0);
}
@keyframes circle-load {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(369deg);
  }
}
#dataValidation .list-status li .load {
  opacity: 1;
  animation: load-opacity 0.5s ease-out forwards;
}
@keyframes load-opacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#dataValidation .finish-sum {
  animation: finish-sum 0.5s ease-out forwards;
  animation-delay: 10s;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  max-width: 300px;
  margin: 0 auto;
}
@keyframes finish-sum {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}
#dataValidation .finish-sum .sum-title {
  margin-bottom: 20px;
}
#dataValidation .finish-sum .sum-title,
#dataValidation .finish-sum .sum-title span {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
#dataValidation .finish-sum .more {
  justify-content: space-between;
  align-items: center;
}
#dataValidation .finish-sum .more .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  margin-right: 10px;
}
/* /dataValidation */

/* cardEntry */
#cardEntry {
  /* overflow: hidden; */
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
#cardEntry p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  margin-bottom: 45px;
}
#cardEntry p.small {
  font-size: 18px;
  margin-bottom: 30px;
}
#cardEntry p .color {
  font-weight: 400;
  color: #ff905a;
}
#cardEntry p.title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
}
#cardEntry .box-card {
  background: #3a3a3a;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px rgba(7, 85, 122, 0.2);
}
#cardEntry .box-card .bank {
  text-align: left;
  margin-bottom: 15px;
}
#cardEntry .form-box fieldset {
  margin-bottom: 10px;
}
#cardEntry .form-box .b-form__input,
#cardEntry .hosted-field {
  line-height: 37px;
  background: #f2f2f2;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  border: 0;
  box-shadow: none;
}
#cardEntry .form-box .w-40 .b-form__input {
  text-align: center;
  letter-spacing: 0.1em;
  background: #6a6a6a;
}
#cardEntry .hosted-field,
#cardEntry .hosted-field iframe {
  height: 37px;
}
#cardEntry .cards-items {
  margin-top: 15px;
  overflow: hidden;
}
#cardEntry .cards-items img {
  float: left;
  width: 100%;
}
#cardEntry .logos-cards {
  width: 250px;
  margin: 30px auto 20px;
  justify-content: space-between;
}
#cardEntry .logos-cards img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: 50%;
}
/* /cardEntry */

/* conditions */
#conditions {
  padding: 0;
  margin: 0;
}
#conditions .loan-terms {
  flex-direction: column;
  padding: 20px 0;
}
#conditions .loan-terms .fot {
  flex-direction: column;
  background: #ffffff;
  box-shadow: 10px 30px 50px 20px rgba(255, 232, 219, 0.4);
  border-radius: 20px;
  padding: 20px 30px;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 400px;
  box-sizing: border-box;
}
#conditions .loan-terms .fot .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 10px;
}
#conditions .loan-terms .fot .expire {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#conditions .loan-terms .fot .expire #timer .timer__item {
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ff905a;
}
#conditions .loan-terms .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
/* /#conditions */

/* offers */
#offers {
  padding: 0;
  margin: 0;
}
#offers .items-offers {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
#offers .items-offers .item {
  background: #ffffff;
  box-shadow: 0 0 0 2px #77bd8b inset, 2px 5px 10px rgba(191, 191, 191, 0.25);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}
#offers .items-offers .item:hover {
  box-shadow: 0 0 0 2px #77bd8b inset, 1px 4px 10px #77bd8b;
}
#offers .items-offers .item .logo {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
#offers .items-offers .item .logo svg,
#offers .items-offers .item .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: 50%;
}
#offers .items-offers .item .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  text-align: left;
  margin-bottom: 15px;
}
#offers .items-offers .item ul {
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
}
#offers .items-offers .item ul li {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
#offers .items-offers .item ul li:first-child {
  margin-top: 0;
}
#offers .items-offers .item ul li .icon {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 5px;
}
#offers .items-offers .item ul li .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: 50%;
}
#offers .items-offers .item ul li .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: left;
}
#offers .items-offers .item ul li.dice .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
}
#offers .items-offers .item .btn {
  position: relative;
  z-index: 30;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 5px;
  display: block;
  text-align: center;
  margin-top: 20px;
  box-sizing: border-box;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#offers .items-offers .item .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
/* /#offers */

/* securely */
.securely {
  max-width: 260px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
}
.securely.border {
  border-top: 1px solid #a5a5a5;
  padding-top: 20px;
}
.securely .icon {
  margin-right: 10px;
  overflow: hidden;
}
.securely .icon svg {
  float: left;
}
.securely .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-align: left;
}
/* /securely */
@media (max-width: 400px) {
  .captcha {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* (min-width: 360px) */
@media (min-width: 360px) {
  h4 {
    font-size: 27px;
  }
}
/* /(min-width: 360px) */

/* (min-width: 400px) */
@media (min-width: 400px) {
  #offers .items-offers .item .btn {
    line-height: 34px;
  }
}
/* /(min-width: 400px) */

/* (min-width: 500px)  */
@media (min-width: 500px) {
  /* /offers */
  #offers .items-offers {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
  }
  #offers .items-offers .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  /* /offers */
}
/* /(min-width: 500px) */

/* (min-height: 500px) */
@media (min-height: 500px) {
  #calculator .box-calculator {
    padding: 30px 20px;
  }
}
/* /(min-height: 500px) */

/* (min-height: 450px) */
@media (min-height: 450px) {
  #calculator .bg-calculator {
    position: relative;
    height: 150px;
  }
  #calculator .bg-calculator::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 160px;
    bottom: -20px;
    background: url("../images/calculator_bg.d921f8a93ef7.png") no-repeat 50% 100%;
    background-size: contain;
  }
  #calculator .bg-calculator .title {
    display: block;
    width: 170px;
    margin: auto 20px auto auto;
    text-align: right;
  }
}
/* /(min-height: 450px) */

/* (min-height: 650px) */
@media (min-height: 650px) {
  #calculator .inner {
    padding-bottom: 30px;
  }
  #calculator .bg-calculator {
    height: 250px;
  }
  #calculator .bg-calculator .title {
    font-size: 23px;
  }
}
/* /(min-height: 650px) */

/* (min-height: 720px) */
@media (min-height: 720px) {
  #calculator .bg-calculator {
    height: 100%;
  }
  #calculator .box-calculator {
    height: 370px;
    flex-shrink: 0;
  }
}
/* /(min-height: 720px) */

/* (min-width: 360px) */
@media (min-width: 360px) {
  .inner {
    margin: 0 20px;
  }

  /* cardEntry */
  #cardEntry p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #cardEntry h3 {
    font-size: 22px;
  }
  /* /cardEntry */

  /* form.border */
  #formBox form.border {
    background: #ffffff;
    border: 2px solid #ff905a;
    border-radius: 20px;
    padding: 30px 0 25px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  /* /form.border */
}
/* /(min-width: 360px) */

/* (max-height: 500px) and (orientation: landscape) */
@media (max-height: 500px) and (orientation: landscape) {
  #calculator {
    padding-top: 0;
    height: 100%;
  }
  #calculator .inner {
    padding: 10px 0;
    flex-direction: row;
  }
  #calculator h4 {
    display: none;
  }
  #calculator .advantage-calculator .notice,
  #calculator .advantage-calculator .timer {
    display: none;
  }
  #calculator .bg-calculator .title {
    display: block;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 80px;
    width: 180px;
    font-size: 24px;
    text-align: left;
  }
  #calculator .bg-calculator::after {
    position: absolute;
    content: "";
    left: 0;
    top: 100px;
    right: 340px;
    bottom: 0;
    background: url("../images/calculator_bg.d921f8a93ef7.png") no-repeat 100% 100%;
    background-size: contain;
  }
  #calculator .box-calculator {
    width: 300px;
    margin: auto 20px auto auto;
  }
  #calculator form .time {
    /* display: none; */
    margin: 10px 0;
    position: relative;
  }

  #steps .steps-items .item,
  #advantage .advantage-items .item {
    width: 300px;
    margin: 10px auto 0;
  }
  #cards .cards-content {
    padding: 25px 0 35px;
  }
  #cards .cards-items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #cards .cards-items .item,
  #cards .cards-items .item:first-child {
    margin: 20px 20px 0;
  }
}
/* /(max-height: 500px) and (orientation: landscape) */

/* (max-width: 600px) and (orientation: landscape) */
@media (max-width: 600px) and (orientation: landscape) {
  #calculator .bg-calculator::after {
    top: 150px;
  }
  #calculator .bg-calculator .title {
    font-size: 18px;
    width: 120px;
  }
}
/* /(max-width: 600px) and (orientation: landscape) */

/* (min-width: 720px) */
@media (min-width: 720px) {
  #cards .cards-items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #cards .cards-items .item,
  #cards .cards-items .item:first-child {
    margin: 20px 20px 0;
  }
}
/* /(min-width: 720px) */

/* (min-width: 900px) */
@media (min-width: 900px) {
  .mob {
    display: none;
  }
  .pc {
    display: block;
  }
  .inner {
    max-width: 1220px;
  }

  h1 {
    font-size: 42px;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    max-width: 400px;
  }
  h4 {
    font-size: 28px;
  }
  section {
    margin-top: 0;
    padding-top: 120px;
  }
  section.no-padding {
    padding-top: 0;
  }
  .captcha {
    display: inline-block;
    margin: 0 auto;
  }

  /* calculator */
  #calculator .inner {
    padding: 80px 0 0 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    position: relative;
  }
  #calculator .bg-calculator {
    position: absolute;
    left: 0;
    right: 450px;
    bottom: 0;
    height: 300px;
    z-index: 50;
    overflow: hidden;
  }
  #calculator .bg-calculator::after {
    right: 0;
  }
  #calculator .bg-calculator .title {
    display: none;
  }
  #calculator .box-calculator {
    width: 440px;
    padding: 30px 25px 40px;
    margin-bottom: 0;
    box-shadow: 0 5px 10px rgba(7, 85, 122, 0.2);
    margin: 0;
    height: 470px;
  }
  #calculator .box-calculator .inner {
    margin: 0;
  }
  #calculator .box-calculator .box-fot {
    order: 1;
  }
  #calculator .box-calculator .time {
    display: none;
  }
  #calculator form .input-text,
  #calculator form .bold {
    width: 80px;
  }
  #calculator .box-calculator .checkbox-text {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }
  #calculator .advantage-calculator {
    display: block;
    position: relative;
    margin: 30px 0 auto;
  }
  #calculator .advantage-calculator .notice {
    margin: 15px 0 70px;
  }
  #calculator .advantage-calculator .notice p {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    max-width: 300px;
  }
  #calculator .advantage-calculator .timer {
    margin-left: -105px;
    padding: 22px 25px 22px 105px;
    width: 400px;
    background: linear-gradient(
      270deg,
      #ffffff 11.98%,
      rgba(255, 255, 255, 0) 91.67%
    );
    border-radius: 20px;
    box-sizing: border-box;
  }
  #calculator .advantage-calculator .timer p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  #calculator .advantage-calculator .timer p b {
    color: #ff905a;
  }
  #calculator form .mob-none {
    display: block;
  }
  /* /calculator */

  /* steps */
  #steps .steps-items {
    flex-direction: row;
    justify-content: space-between;
  }
  #steps .steps-items .item {
    width: calc(33% - 30px);
    box-sizing: border-box;
    margin: 0;
  }
  /* /steps */

  /* cards */
  #cards {
    position: relative;
    z-index: 10;
  }
  /* /cards */

  /* advantage */
  #advantage .advantage-items {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  #advantage .advantage-items .item {
    width: calc(50% - 20px);
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 35px 20px 45px;
  }
  /* /advantage */

  /* choice */
  #choice .title h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  #choice .choice-items {
    flex-direction: row;
    justify-content: space-between;
  }
  #choice .choice-items .item {
    width: calc(33% - 70px);
    justify-content: space-between;
  }
  #choice .choice-items .item .title {
    font-size: 23px;
  }
  #choice .choice-items .item:nth-child(2) {
    order: 0;
  }
  /* /choice */

  /* fillForm */
  #fillForm {
    padding-top: 50px;
  }
  #fillForm .form {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 80px 70px 70px 60px;
    background: linear-gradient(
      265.98deg,
      #ff905a -13.57%,
      #b7d4ff 42.32%,
      #b7d4ff 99.16%
    );
    border-radius: 50px;
  }
  #fillForm .form .top {
    flex-shrink: 0;
    text-align: left;
  }
  #fillForm .form .title {
    font-size: 31px;
    line-height: 110%;
    margin-bottom: 14px;
  }
  #fillForm .form .info {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  #fillForm .form .btn {
    margin: 0;
    width: 250px;
  }
  /* /fillForm */

  /* cards */
  #cards .cards-content {
    padding: 55px 50px 70px;
    border-radius: 100px;
  }
  #cards .cardnames-items {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  #cards .cardnames-items .item {
    display: block;
    margin: 0 10px;
    cursor: pointer;
  }
  #cards .cardnames-items .item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    letter-spacing: 0.005em;
    color: #ffffff;
    padding: 7px 20px;
    border: 2px solid #b7d4ff;
    border-radius: 30px;
  }
  #cards .cardnames-items .item.hover p {
    color: #ff905a;
    border-color: #ff905a;
  }
  #cards .cards-items {
    flex-direction: row;
    justify-content: space-between;
  }
  #cards .cards-items .item {
    width: auto;
    height: 60px;
  }
  #cards .cards-items .item,
  #cards .cards-items .item:first-child {
    margin: 0;
  }
  #cards .cards-items .item .icon {
    width: 100%;
    height: 30px;
    margin: 15px 0;
    opacity: 1;
  }
  #cards .cards-items .item .icon.hover {
    height: 60px;
    margin: 0;
  }
  #cards .cards-items .item .icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50%;
  }
  /* /cards */

  /* offers */
  #conditions .loan-terms {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 50px;
  }
  #conditions .loan-terms .fot {
    flex-direction: row;
    align-items: center;
    max-width: 430px;
    flex-shrink: 0;
    padding: 35px 30px;
    margin: 0;
    box-sizing: border-box;
  }
  #conditions .loan-terms .name {
    order: -1;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    text-align: left;
    max-width: 400px;
  }
  #conditions .loan-terms .fot .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: right;
    margin: 0;
  }
  #conditions .loan-terms .fot .expire {
    justify-content: flex-start;
  }
  #conditions .loan-terms .fot .expire #timer {
    width: 125px;
    margin-left: 15px;
  }
  #conditions .loan-terms .fot .expire p,
  #conditions .loan-terms .fot .expire #timer .timer__item {
    font-size: 42px;
    line-height: 110%;
  }
  #page .sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
    margin-bottom: 50px;
    text-align: center;
  }
  #offers .items-offers {
    justify-content: flex-start;
    margin: 0 -15px;
  }
  #offers .items-offers .item {
    width: calc(33% - 30px);
    margin: 0 15px 30px;
    border-radius: 40px;
    padding: 30px 30px 40px;
    box-shadow: 10px 40px 30px rgba(229, 233, 246, 0.4);
  }
  #offers.main-page .items-offers .item {
    padding-bottom: 0;
  }
  #offers .items-offers .item:hover {
    box-shadow: 0 0 0 2px #77bd8b inset, 1px 4px 10px #77bd8b;
  }
  #offers .items-offers .item .logo {
    height: 50px;
    margin-bottom: 40px;
  }
  #offers .items-offers .item ul {
    margin-bottom: 40px;
  }
  #offers .items-offers .item ul li:first-child {
    margin-bottom: 30px;
  }
  #offers .items-offers .item ul li {
    margin-top: 20px;
    justify-content: center;
  }
  #offers .items-offers .item ul li .icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
  #offers .items-offers .item ul li .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
  }
  #offers .items-offers .item ul li.dice .text {
    font-size: 20px;
    line-height: 120%;
  }
  #offers:not(.main-page) .items-offers .item .btn {
    line-height: 50px;
    margin-top: auto;
  }
  /* /offers */

  /* form-box */
  .form-box .top-reg {
    background: #fafafa;
    border-radius: 0;
    padding: 60px 0 70px;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .form-box.no-top .top-reg {
    display: none;
  }
  .form-box .form-box-content.color {
    max-width: 1024px;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    margin-top: 60px;
    padding: 0;
  }
  .form-box .pc-content {
    max-width: 360px;
    margin: 25px auto;
  }
  .form-box .hr {
    margin-bottom: 30px;
  }
  /* /form-box */

  /* dataValidation */
  #dataValidation {
    padding-top: 40px;
  }
  /* /dataValidation */

  /* cardEntry */
  #cardEntry {
    max-width: 420px;
  }

  #cardEntry .box-card {
    padding: 30px;
  }
  #cardEntry .form-box .b-form__input {
    line-height: 55px;
    border-radius: 7px;
    font-size: 19px;
  }
  #cardEntry .form-box .w-40 .b-form__input {
    line-height: 40px;
  }
  #cardEntry p.title {
    margin: 50px 0 20px;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
  }
  #cardEntry p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
  /* /cardEntry */

  /* unsubscribePage */
  #unsubscribePage {
    padding: 70px 100px;
  }
  /* /unsubscribePage */
}
/* /(min-width: 900px) */

/* (min-width: 1200px) */
@media (min-width: 1200px) {

  .inner,
  #calculator .inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  #sectionTop {
    height: calc(100vh - 114px);
  }

  /* calculator */
  #calculator .inner {
    padding-top: 110px;
  }
  #calculator .bg-calculator {
    position: absolute;
    left: 220px;
    right: 400px;
    top: 175px;
    height: auto;
  }
  #calculator .bg-calculator::after {
    background: url("../images/calculator_bg_pc.72b2c9c02fe0.png") no-repeat 50% 100%;
    background-size: contain;
  }
  #calculator .advantage-calculator {
    margin: auto 0;
  }
  /* /calculator */

  /* cards */
  #cards .cards-content {
    padding: 55px 100px 70px;
  }
  /* /cards */

  /* advantage */
  #advantage .advantage-items .item {
    width: calc(25% - 20px);
    margin: 0;
  }
  /* /advantage */

  /* choice */
  #choice .inner {
    max-width: 1140px;
  }
  #choice .title .icon {
    width: 70px;
    margin: 0 auto 40px;
  }
  #choice .title h2 {
    font-size: 48px;
  }
  #choice .choice-items .item {
    padding: 32px 22px 27px;
    width: 330px;
    box-sizing: border-box;
  }
  #choice .choice-items .item:nth-child(2) {
    padding: 50px 35px 40px;
    width: 380px;
    margin: 0 0 -15px;
  }
  #choice .choice-items .item .subtitle {
    margin-bottom: 25px;
  }
  #choice .choice-items .item:nth-child(2) .subtitle {
    margin-bottom: 30px;
  }
  #choice .choice-items .item .title {
    font-size: 33px;
  }
  #choice .choice-items .item:nth-child(2) .title {
    font-size: 46px;
    line-height: 55px;
  }
  #choice .choice-items .item .info p {
    line-height: 50px;
  }
  #choice .choice-items .item .fot {
    margin-top: 40px;
  }
  #choice .choice-items .item .btn {
    line-height: 60px;
  }
  /* /choice */

  /* fillForm */
  #fillForm {
    padding-top: 100px;
  }
  #fillForm .form .title {
    font-size: 42px;
    line-height: 110%;
  }
  #fillForm .form .info {
    font-size: 24px;
    line-height: 28px;
  }
  /* /fillForm */

  /* description */
  #description {
    width: 100%;
    max-width: 1360px;
    box-sizing: border-box;
    margin: 50px auto 20px;
    padding: 90px 60px;
  }
  #description p {
    margin-bottom: 15px;
  }
  #description p,
  #description ul li {
    font-size: 18px;
    line-height: 24px;
  }
  #description .list-creditors {
    padding: 90px;
    margin-bottom: 35px;
  }
  #description .list-creditors h5 {
    font-size: 18px;
    line-height: 22px;
  }
  /* /description */
}
/* /(min-width: 1200px) */

/* (min-height: 800px) */
@media (max-height: 800px) {
  #sectionTop.reg #calculator .inner {
    height: 100vh;
    max-height: 650px;
  }
}
/* /(min-height: 800px) */

/* (min-height: 1050px) */
@media (max-height: 1050px) {
  #steps.reg {
    display: none;
  }
}
/* /(min-height: 1050px) */
