@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  line-height: 1.15;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "HalvarBreit", sans-serif;
  font-style: normal;
  color: #39363A;
  background-color: #F8F8F8;
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

main {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #39363A;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: unset;
}

input {
  font-family: "HalvarBreit", sans-serif;
  font-style: normal;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input {
  overflow: visible;
}

input:focus {
  outline: none;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: unset;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 1em 0;
  list-style: none;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body.scroll-off {
  overflow: hidden;
}

.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.section {
  position: relative;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .section {
    padding: 45px 0;
  }
}

.background {
  background-color: #FFFFFF;
}

.section__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
@media (min-width: 992px) {
  .section__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
    text-align: start;
  }
  .section__title br {
    display: none;
  }
}

.mobile {
  display: block;
}
@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

.desctop {
  display: none;
}
@media (min-width: 992px) {
  .desctop {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  display: none !important;
}

.duration {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn {
  padding: 20px 30px;
  width: 100%;
  font-family: "HalvarBreit", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  background: var(--admin-color, rgb(250, 214, 166));
  border-radius: 14px;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.btn:active {
  -webkit-filter: hue-rotate(10deg);
          filter: hue-rotate(10deg);
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-recaptcha {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
@media (min-width: 480px) {
  .g-recaptcha {
    margin-top: 15px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (min-width: 992px) {
  .g-recaptcha {
    margin-top: 15px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.error,
.success {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
}

.error {
  color: #EC5959;
}

.success {
  color: #62CF47;
}

.wrapper {
  text-align: center;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

#tuprestamo .text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#tuprestamo .text__container {
  margin: 0 20px;
  max-width: 1200px;
  overflow: hidden;
}
#tuprestamo .text .text__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  text-transform: lowercase;
  text-align: start;
  padding: 30px 20px 0 20px;
}
@media (min-width: 1200px) {
  #tuprestamo .text .text__title {
    font-size: 30px;
  }
}
#tuprestamo .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-top: 30px;
}

#tuprestamo .error {
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 10px;
}
#tuprestamo .error__title {
  padding: 10px 0;
}
#tuprestamo .error__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tuprestamo .error__container-text {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #4364D5;
}
@media (min-width: 992px) {
  #tuprestamo .error__container-text {
    font-size: 40px;
  }
}
#tuprestamo .error__text-new {
  display: none;
}
#tuprestamo .error__boxButton {
  display: none;
}
#tuprestamo .error__text {
  text-align: center;
  padding-bottom: 5px;
}
#tuprestamo .error__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tuprestamo .error__box {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
}
#tuprestamo .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#tuprestamo .error__button {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  border-radius: 12px;
  background: #4364D5;
  max-width: 355px;
  width: 100%;
  padding: 17px 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #tuprestamo .error__button {
    font-size: 22px;
  }
}
#tuprestamo .error__button a {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgb(250, 214, 166);
  }
}
@media (min-width: 1200px) {
  .main__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.main__wrapper {
  position: relative;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .main__wrapper {
    padding: 20px 0;
  }
}
.main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: rgb(250, 214, 166);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 0 20px;
  height: 210px;
}
@media (min-width: 1200px) {
  .main__top {
    position: static;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .main__top {
    margin-top: 20px;
    max-width: 430px;
  }
}
.main-image {
  width: 100%;
  max-width: 297px;
  height: 198px;
  position: absolute;
  right: -59px;
  bottom: 0;
}
@media (min-width: 360px) {
  .main-image {
    right: -47px;
  }
}
@media (min-width: 768px) {
  .main-image {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .main-image {
    margin-right: unset;
  }
}
@media (min-width: 1200px) {
  .main-image {
    bottom: -2px;
    height: 100%;
    max-width: 463px;
    right: 400px;
  }
}
.main-image__desktop {
  display: none;
}
@media (min-width: 1200px) {
  .main-image__desktop {
    display: block;
  }
}
.main-image__mob {
  display: block;
}
@media (min-width: 1200px) {
  .main-image__mob {
    display: none;
  }
}
.main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.main__description {
  position: relative;
  z-index: 1;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .main__description {
    max-width: 100%;
  }
}
.main__description-title {
  color: #4364D5;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 1200px) {
  .main__description-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 130%;
  }
}
.main__description-notice p {
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 360px) {
  .main__description-notice p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .main__description-notice p {
    font-size: 38px;
    font-weight: 700;
    line-height: 130%;
  }
}
@media (min-width: 1200px) {
  .main__description-notice p br {
    display: none;
  }
}
.main__timer {
  display: none;
}
@media (min-width: 768px) {
  .main__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .main__timer-img {
    margin-right: 20px;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 992px) {
  .main__timer-img {
    margin-right: 20px;
    width: 54px;
    height: 54px;
  }
}
.main__timer-text {
  margin-right: 20px;
  max-width: 120px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.main__timer-time {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

.calc {
  position: relative;
  border-radius: 20px;
  background: #F3F3F3;
  padding: 20px;
  max-width: 355px;
  max-width: 100%;
  z-index: 2;
  margin: 8px 10px 0 10px;
}
@media (min-width: 992px) {
  .calc {
    max-width: 382px;
  }
}
.calc__title {
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .calc__title {
    font-size: 30px;
  }
}
.calc__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 360px) {
  .calc__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.calc__item-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  color: #5F5F5F;
}
@media (min-width: 1140px) {
  .calc__item-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.calc__item-icon {
  margin-left: 4px;
  max-width: 21px;
  width: 100%;
}
@media (min-width: 1200px) {
  .calc__item-icon {
    margin-left: 12px;
  }
}
.calc__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 21px;
  height: 21px;
}
.calc__item-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 14px 0;
}
@media (min-width: 1200px) {
  .calc__item-sum {
    margin: 17px 0 14px 0;
  }
}
.calc__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc__item-boxinput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 41px;
  position: relative;
  background: #FFF;
  padding: 6px;
  margin-bottom: 17px;
  z-index: 1;
}
@media (min-width: 992px) {
  .calc__item-boxinput {
    margin-bottom: 0;
  }
}
.calc__item-value {
  font-family: "HalvarBreit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  width: 85px;
  background: #F3F3F3;
  text-align: center;
  margin-left: 4px;
}
@media (min-width: 360px) {
  .calc__item-value {
    font-size: 20px;
    width: 101px;
  }
}
.calc__item-span {
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  color: #121313;
}
.calc__item-value {
  pointer-events: none;
}
@media (min-width: 992px) {
  .calc__item-value {
    font-size: 20px;
  }
}
.calc__item-title {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  .calc__item-title {
    font-size: 14px;
  }
}
.calc__item-title span {
  font-weight: 700;
}
.calc__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8px 0;
}
.calc__info-box {
  padding: 10px;
  max-height: 58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid rgba(58, 73, 157, 0.1);
}
@media (min-width: 560px) {
  .calc__info-box {
    max-width: 137px;
    padding: 13px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .calc__info-box {
    max-width: 118px;
  }
}
@media (min-width: 992px) {
  .calc__info-box {
    max-width: 137px;
  }
}
.calc__info .bg {
  border-bottom: 3px solid rgba(234, 61, 74, 0.1);
}
.calc__info-text {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.calc__info-sum {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.calc__info .total-amount {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.calc__fromto {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calc__fromto-span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #777;
}
.calc__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0;
}
@media (min-width: 992px) {
  .calc__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.calc__action-img {
  margin-right: 8px;
}
.calc__action-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.calc__action-text span {
  color: #EF5555;
}
.calc .input-box {
  margin-top: 18px;
}
.calc .input-name {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  background: #F6F7FF;
  border: 1px solid #E4E6F3;
  text-align: center;
  margin-top: 6px;
}
.calc .text-box {
  margin: 20px 0;
}
.calc .text-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.calc .text-box p span {
  color: #EA3D4A;
}
.calc .form {
  height: 100%;
}
.calc .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.calc .button {
  border-radius: 8px;
  width: 100%;
  padding: 21px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #FFF;
  background: #879ee8;
  text-align: center;
  cursor: pointer;
  margin: 12px auto 17px auto;
  pointer-events: none;
}
.calc .button.prevent-register {
  pointer-events: auto;
  background: #4364D5;
}
@media (min-width: 768px) {
  .calc .button {
    margin: 32px 0 32px 0;
  }
}
@media (min-width: 992px) {
  .calc .button {
    max-width: 100%;
    margin: 14px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .calc .button {
    margin: 26px 0 17px 0;
  }
}
.calc .col-day {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #121313;
}
.calc .name-day {
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  color: #121313;
  margin-left: 4px;
}
@media (min-width: 992px) {
  .calc .name-day {
    font-size: 20px;
  }
}
.calc .modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgba(58, 73, 157, 0.8);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.calc .modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 662px;
  padding: 22px;
  z-index: 1;
  border-radius: 20px;
  margin: 10px;
  background: #FFF;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  overflow: hidden;
  height: calc(100% - 20px);
}
@media (min-width: 992px) {
  .calc .modal__box {
    padding: 60px;
  }
}
@media (min-height: 800px) {
  .calc .modal__box {
    height: auto;
  }
}
.calc .modal__box-close {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 5px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .calc .modal__box-close {
    top: 13px;
    right: 23px;
  }
}
.calc .modal__box-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
.calc .modal__box-padding {
  height: 100%;
  overflow-y: auto;
}
.calc .modal__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.calc .modal.open {
  visibility: visible;
  opacity: 1;
}
.calc .modal.open .modal__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.calc .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.calc .checkbox-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.calc .checkbox-text__span {
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .calc .checkbox-text__span {
    font-size: 14px;
  }
}
.calc .checkbox-text__span-link {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 1;
  color: #4364D5;
  text-decoration: underline;
}
.calc .checkbox-text-error {
  font-size: 12px;
  background-color: #ef5555;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.calc .checkbox-text-error.off {
  display: none;
}
.calc .bid__form-errors {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  background-color: #EF5555;
  padding: 10px;
  margin-top: 10px;
  color: #FFF;
  text-align: center;
}
.calc input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #F9F9F9;
  border-radius: 5px;
  border: 1px solid #4364D5;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc input[type=checkbox]:checked {
  border: 1px solid #4364D5;
  background: #4364D5;
}
.calc input[type=checkbox]:checked::before {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyIDEzIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgNi42NTY4Nkw0LjgyODQzIDkuNDg1MjlMMTAuNDg1MyAzLjgyODQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #FFF;
  width: 19px;
  height: 19px;
}
.calc .checkbox-text .link {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.label {
  position: absolute;
  color: #A8A8A8;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  right: 6px;
  z-index: -2;
}

#calc input[type=range] {
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  overflow: hidden;
  height: 40px;
  width: 100%;
  cursor: pointer;
  border-radius: 44px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0);
}
#calc ::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 60px;
  height: 40px;
  background: #4364D5 url("/static/broker_mx_2/images/arrow.svg") no-repeat center center/contain;
  -webkit-box-shadow: -200px 0 0 170px #4364D5, 0 0 0 6px #4364D5 inset;
          box-shadow: -200px 0 0 170px #4364D5, 0 0 0 6px #4364D5 inset;
  border-radius: 40px;
  border: none;
}
#calc ::-moz-range-track,
#calc ::-webkit-slider-runnable-track {
  height: 40px;
  background: #fff;
  border-radius: 44px;
}
#calc ::-moz-range-thumb {
  -moz-appearance: none;
  width: 60px;
  height: 40px;
  background: #4364D5 url("/static/broker_mx_2/images/arrow.svg") no-repeat center center/contain;
  box-shadow: -200px 0 0 170px #4364D5, 0 0 0 6px #4364D5 inset;
  border-radius: 40px;
  border: none;
}
#calc ::-ms-fill-lower,
#calc ::-webkit-fill-lower,
#calc ::-moz-fill-lower {
  background: #4364D5;
  border-radius: 44px;
}

.company {
  background: #FFF;
}
@media (min-width: 1200px) {
  .company {
    padding: 60px 0 28px 0;
  }
}
.company__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 1200px) {
  .company__title {
    font-size: 30px;
  }
}
.company-cards {
  display: grid;
  grid-gap: 15px;
}
@media (min-width: 1200px) {
  .company-cards {
    margin: 0 auto;
    grid-template-areas: "f f f f f i i i" "f f f f f i i i" "f f f f f b b b" "f f f f f b b b";
    justify-items: start;
  }
}
.company-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFD99F;
  border-radius: 24px;
}
.company-cards__item span {
  color: #4364D5;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .company-cards__item.--one {
    grid-area: f;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .company-cards__item.--one {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .company-cards__item.--one img {
    max-width: 295px;
  }
}
@media (min-width: 1200px) {
  .company-cards__item.--two {
    grid-area: i;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .company-cards__item.--three {
    grid-area: b;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .company-cards__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .company-cards__item:not(:last-child) {
    margin-bottom: unset;
  }
}
.company-cards__item-img {
  max-width: 277px;
  width: 100%;
}
.company-cards__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .company-cards__item-img {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
@media (min-width: 1200px) {
  .company-cards__item-img {
    margin-right: 0;
  }
}
.company-cards__item-title {
  color: #39363A;
  margin-bottom: 10px;
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 16px 20px 20px 20px;
}
@media (min-width: 1200px) {
  .company-cards__item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    padding: 30px 0 30px 30px;
  }
}
.company-cards__item-description {
  max-width: 220px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
}
@media (min-width: 768px) {
  .company-cards__item-description {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .company-cards__item-description {
    font-size: 18px;
  }
}
.company-cards-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .company br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .company .pc-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}

.ps-img {
  display: none;
}
@media (min-width: 1200px) {
  .ps-img {
    display: block;
  }
}

@media (min-width: 1200px) {
  .mob-img {
    display: none;
  }
}

.condition {
  position: relative;
  margin: 40px 0 0 0;
  overflow: hidden;
  max-width: 1200px;
}
@media (min-width: 992px) {
  .condition {
    width: 100%;
    margin: 0 auto;
  }
}
.condition__container {
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .condition__container {
    margin: 50px 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.condition__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .condition__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.condition__title {
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .condition__title {
    font-size: 50px;
  }
}
.condition__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .condition__subtitle {
    font-size: 25px;
    padding-bottom: 40px;
  }
}
.condition__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 40px 0;
}
@media (min-width: 992px) {
  .condition__box {
    margin-top: 40px;
  }
}
.condition__box-img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.condition__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.condition__box-text {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.condition__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 20;
  display: inherit;
  max-width: 181px;
  width: 100%;
  padding: 16px 0;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #CF142B;
  -webkit-box-shadow: 0px 2px 0px 0px #CF142B;
          box-shadow: 0px 2px 0px 0px #CF142B;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .condition br {
    display: none;
  }
}
.condition__img {
  display: none;
}
@media (min-width: 768px) {
  .condition__img {
    max-width: 288px;
  }
}
@media (min-width: 992px) {
  .condition__img {
    display: block;
    max-width: 329px;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .condition__img {
    bottom: 40px;
    right: 122px;
  }
}
.condition__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.condition__img-bg {
  position: absolute;
  bottom: -5px;
  max-width: 300px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .condition__img-bg {
    max-width: 891px;
    left: 22px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .condition__img-bg {
    max-width: 1042px;
    left: 21px;
    right: 0;
  }
}
.condition__img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body.scroll-off {
  overflow: hidden;
}

#tuprestamo .header {
  position: relative;
  margin-top: 0;
  width: 100%;
  background-color: rgb(250, 214, 166);
}
#tuprestamo .header__wrapper {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  #tuprestamo .header__wrapper {
    padding: 24px 0;
  }
}
#tuprestamo .header__wrapper--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#tuprestamo .header-logo {
  position: relative;
  width: 100%;
  max-width: 140px;
}
@media (min-width: 992px) {
  #tuprestamo .header-logo {
    margin: 0;
    max-width: 212px;
  }
}
#tuprestamo .header-logo.--desctop {
  display: none;
}
@media (min-width: 992px) {
  #tuprestamo .header-logo.--desctop {
    display: block;
  }
}
@media (min-width: 992px) {
  #tuprestamo .header-logo.--mobile {
    display: none;
  }
}
#tuprestamo .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#tuprestamo .header-navbar {
  display: none;
}
@media (min-width: 1200px) {
  #tuprestamo .header-navbar {
    margin-left: auto;
    display: block;
  }
}
#tuprestamo .header-navbar__list {
  margin: 0;
}
@media (min-width: 1200px) {
  #tuprestamo .header-navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#tuprestamo .header-navbar__item {
  padding: 21px 16px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
}
@media (min-width: 1200px) {
  #tuprestamo .header-navbar__item {
    padding: 0;
  }
}
@media (max-height: 550px) {
  #tuprestamo .header-navbar__item {
    padding: 15px 16px;
  }
}
@media (min-width: 1200px) {
  #tuprestamo .header-navbar__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 1440px) {
  #tuprestamo .header-navbar__item:not(:last-child) {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  #tuprestamo .header-navbar__item::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #2E2E2E;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear;
  }
}
#tuprestamo .header-navbar__item:hover::after {
  width: 100%;
}
#tuprestamo .header__contacts {
  display: none;
  text-align: end;
}
@media (min-width: 992px) {
  #tuprestamo .header__contacts {
    margin-left: auto;
    display: block;
  }
}
#tuprestamo .header__contacts-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
#tuprestamo .header__contacts-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
}
#tuprestamo .header-submenu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #tuprestamo .header-submenu {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  #tuprestamo .header-submenu.--grek {
    margin-left: auto;
  }
}
#tuprestamo .header-submenu.--grek .header-submenu__btn--login {
  width: 152px;
}
#tuprestamo .header-submenu__btn {
  padding: 16px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  border-radius: 46px;
  color: #343434;
  background: #FFF;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tuprestamo .header-submenu__btn:not(:first-child) {
  margin-left: 15px;
}
#tuprestamo .header-submenu__btn--unsubscribe {
  padding: 10px 12px;
  background: rgb(250, 214, 166);
  border-radius: 46px;
  border: 1px solid #343434;
  color: #343434;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-size: 12px;
}
@media (min-width: 360px) {
  #tuprestamo .header-submenu__btn--unsubscribe {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  #tuprestamo .header-submenu__btn--unsubscribe {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #tuprestamo .header-submenu__btn--unsubscribe {
    padding: 16px 24px;
  }
}
#tuprestamo .header-submenu__btn--login, #tuprestamo .header-submenu__btn--unsubscribe {
  display: none;
}
@media (min-width: 1200px) {
  #tuprestamo .header-submenu__btn--login, #tuprestamo .header-submenu__btn--unsubscribe {
    display: block;
  }
}
#tuprestamo .header-phonemenu {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
@media (min-width: 1200px) {
  #tuprestamo .header-phonemenu {
    display: none;
  }
}
#tuprestamo .header-phonemenu.active .header-phonemenu__blur {
  display: block;
}
@media (orientation: landscape) {
  #tuprestamo .header-phonemenu.active .header-phonemenu__wrapper {
    overflow-y: auto;
  }
}
#tuprestamo .header-phonemenu__blur {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 49;
  background: rgba(16, 32, 55, 0.1490196078);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
#tuprestamo .header-phonemenu__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  #tuprestamo .header-phonemenu__wrapper {
    width: 300px;
  }
}
#tuprestamo .header-phonemenu__close {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
#tuprestamo .header-phonemenu__item {
  padding: 21px 16px;
  text-align: center;
}
@media (max-height: 550px) {
  #tuprestamo .header-phonemenu__item {
    padding: 15px 16px;
  }
}
#tuprestamo .header-phonemenu__item:nth-child(1) {
  padding: 20px 20px 0;
}
#tuprestamo .header-phonemenu__item:first-child {
  text-align: end;
}
#tuprestamo .header-phonemenu__item:last-child {
  padding: 35px 16px;
}
#tuprestamo .header-phonemenu__item.on-scroll {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
}
@media (min-width: 992px) {
  #tuprestamo .header-phonemenu__item--submenu {
    display: none;
  }
}
#tuprestamo .header-hamburger {
  padding: 15px 0 15px 15px;
  border-radius: 14px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #tuprestamo .header-hamburger {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  #tuprestamo .header-hamburger {
    display: none;
  }
}
#tuprestamo .header.--divided {
  position: absolute;
}
@media (min-width: 992px) {
  #tuprestamo .header.--divided .header__wrapper--center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#tuprestamo .header.--divided .header-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  #tuprestamo .header.--divided .header-logo {
    margin-right: 9%;
  }
}
#tuprestamo .header.--divided .header__contacts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
@media (min-width: 992px) {
  #tuprestamo .header.--divided .header__contacts {
    margin-left: unset;
    margin-right: auto;
  }
}
#tuprestamo .header.--divided .header-navbar {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#tuprestamo .header.--divided .header-submenu {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (min-width: 992px) {
  #tuprestamo .header.--divided .header-submenu {
    margin-left: 26px;
  }
}
@media (min-width: 992px) {
  #tuprestamo .header.--divided .header-submenu.--grek {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  #tuprestamo .header.--divided .header-submenu.--grek {
    margin-left: 26px;
  }
}
#tuprestamo .header.--divided .header-hamburger {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

body.menu #phoneMenu {
  right: 0;
}

#tuprestamo .description {
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 992px) {
  #tuprestamo .description {
    margin-top: -2px;
  }
}
#tuprestamo .description h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}
#tuprestamo .description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 992px) {
  #tuprestamo .description p {
    line-height: 150%;
  }
}

.footer {
  border-top: 6px solid #FFD99F;
  margin-top: auto;
  padding: 20px 15px 20px 15px;
  background: #F8F8F8;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .footer__wrapper.--grek {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer__wrapper.--grek .footer__logo {
    margin-right: unset;
  }
}
@media (min-width: 768px) {
  .footer__wrapper.--grek .footer__nav {
    display: none;
  }
}
.footer__wrapper.--grek .footer__links-item.--login {
  width: 152px;
}
.footer__logo {
  position: relative;
  width: 100%;
  max-width: 224px;
}
@media (min-width: 768px) {
  .footer__logo {
    margin: unset;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    margin-right: auto;
  }
}
.footer__logo.--center {
  margin: 0 auto;
}
.footer__logo-img.--desctop {
  display: none;
}
@media (min-width: 992px) {
  .footer__logo-img.--desctop {
    display: block;
  }
}
@media (min-width: 992px) {
  .footer__logo-img.--mobile {
    display: none;
  }
}
.footer__logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__nav {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .footer__nav {
    gap: 40px;
  }
}
.footer__nav-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
}
.footer__contacts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .footer__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 26px;
  }
}
.footer__contacts-item {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.footer__links {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 360px) {
  .footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.footer__links-item {
  padding: 15px;
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 360px) {
  .footer__links-item {
    max-width: 165px;
  }
}
.footer__links-item.--login {
  background: #2E2E2E;
}
.footer__links-item.--unsubscribe {
  background: #CA0000;
}
.footer__owner {
  margin: 0 auto;
}
.footer__owner-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.footer__copyright {
  margin: 30px 0 0;
  padding: 30px 0;
  border-top: 1px solid rgba(46, 46, 46, 0.4);
}
.footer__copyright-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 992px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__list .footer__item {
  list-style-type: none;
}
@media (min-width: 992px) {
  .footer__list .footer__item {
    padding-top: 0;
  }
}
.footer__list .footer__item:not(:first-child) {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .footer__list .footer__item:not(:first-child) {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer__list .footer__item:not(:last-child) {
    margin-right: 40px;
  }
}
.footer__list .footer__item a {
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  line-height: 113%;
  list-style-type: none;
  text-decoration: underline;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer__list .footer__item a {
    font-size: 14px;
    font-weight: 500;
    line-height: 113%;
  }
}
.footer__list .footer__item a:hover {
  color: #4364D5;
  text-decoration: underline;
}

.footer__wrap p {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-align: start;
}
@media (min-width: 1200px) {
  .footer_blockps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.offers__title {
  display: none;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 992px) {
  .offers__title {
    text-align: center;
  }
}

.offers__text {
  display: none;
}
@media (min-width: 992px) {
  .offers__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    padding-bottom: 40px;
  }
}

#tuprestamo .cards {
  z-index: 2;
}
#tuprestamo .cards .card__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  #tuprestamo .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
@media (min-width: 992px) {
  #tuprestamo .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 16px 10px;
  }
}
@media (min-width: 1000px) {
  #tuprestamo .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    padding: 0;
  }
}
#tuprestamo .cards__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #tuprestamo .cards__border {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#tuprestamo .cards .card__wrap {
  position: relative;
  border-radius: 24px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tuprestamo .cards .card__container-stars {
  height: 18px;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
#tuprestamo .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#tuprestamo .cards .card__container-stars.--color-2 svg:first-child path,
#tuprestamo .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#tuprestamo .cards .card__container-stars.--color-3 svg:first-child path,
#tuprestamo .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#tuprestamo .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#tuprestamo .cards .card__container-stars.--color-4 svg:first-child path,
#tuprestamo .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#tuprestamo .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#tuprestamo .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#tuprestamo .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #tuprestamo .cards .card__container-stars {
    height: 27px;
  }
}
#tuprestamo .cards .card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #tuprestamo .cards .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
#tuprestamo .cards .card__container-stars span {
  color: rgba(24, 25, 56, 0.4);
  font-size: 12px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  #tuprestamo .cards .card__container-stars span {
    font-size: 14px;
  }
}
#tuprestamo .cards .bg-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #FF7A2F;
  border-radius: 12px;
  margin: 0 -5px 8px -5px;
}
@media (min-width: 992px) {
  #tuprestamo .cards .bg-card {
    margin: 0 0px 8px 0px;
  }
}
#tuprestamo .cards .bg-card span {
  position: absolute;
  text-align: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  padding: 5px 10px;
}
#tuprestamo .cards .card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tuprestamo .cards .card__img {
  height: 80px;
  max-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 8px;
}
#tuprestamo .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #tuprestamo .cards .card__img img {
    width: 100%;
  }
}
#tuprestamo .cards .cards__block-wrap {
  border-radius: 12px;
  background: #F8F8F8;
  padding: 0 10px;
}
#tuprestamo .cards .cards__info {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  color: #39363A;
}
#tuprestamo .cards .cards__list {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding-right: 5px;
  color: #6C6F72;
}
#tuprestamo .cards .cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#tuprestamo .cards .cards__button {
  margin: 0 auto;
  width: 100%;
  border-radius: 12px;
  background: #4364D5;
  margin: 8px 0 0 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 17px;
  display: inline-block;
  cursor: pointer;
}
#tuprestamo .cards .cards__footer {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 8px;
  line-height: 9px;
  color: #181938;
  opacity: 0.6;
  padding-top: 8px;
  height: 61px;
}
@media (min-width: 992px) {
  #tuprestamo .cards .cards__footer {
    font-size: 10px;
  }
}

.reviews {
  overflow: hidden;
}
.reviews .swiper {
  overflow: visible;
}
.reviews .swiper-wrapper {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.reviews .swiper-slide {
  height: unset !important;
}
.reviews__cards {
  margin-bottom: 30px;
}
.reviews__item {
  padding: 20px 35px;
  width: 280px !important;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 26px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 65px 21px -55px rgba(172, 168, 168, 0.25);
          box-shadow: 0px 65px 21px -55px rgba(172, 168, 168, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media (min-width: 360px) {
  .reviews__item {
    width: 330px !important;
  }
}
@media (min-width: 480px) {
  .reviews__item {
    padding: 25px;
    width: 450px !important;
  }
}
@media (min-width: 992px) {
  .reviews__item {
    width: 560px !important;
  }
}
.reviews__item:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .reviews__item:not(:last-child) {
    margin-right: 30px;
  }
}
.reviews__item-quote {
  margin-bottom: 40px;
  width: 34px;
  height: 25px;
}
.reviews__item-quote svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__item-text {
  margin-bottom: 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #262D33;
}
.reviews__bio {
  margin-top: auto;
  text-align: right;
}
.reviews__bio-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 992px) {
  .reviews__bio-name {
    font-size: 16px;
  }
}
.reviews__bio-date {
  font-size: 11px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 992px) {
  .reviews__bio-date {
    font-size: 14px;
  }
}
.reviews__navigation {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .reviews__navigation {
    max-width: 540px;
  }
}
.reviews__navigation-prev, .reviews__navigation-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  height: 54px;
  border-radius: 50px;
  border: 1px solid #9a9a9a;
  cursor: pointer;
}
@media (min-width: 992px) {
  .reviews__navigation-prev, .reviews__navigation-next {
    min-width: 72px;
    height: 72px;
  }
}
.reviews__navigation-prev.swiper-button-disabled, .reviews__navigation-next.swiper-button-disabled {
  opacity: 0.5;
  border: unset;
}
.reviews__navigation-prev svg, .reviews__navigation-next svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .reviews__navigation-prev svg, .reviews__navigation-next svg {
    width: 30px;
    height: 30px;
  }
}
.reviews__navigation-progressbar {
  width: 130px;
  position: relative !important;
  margin: 10px 30px 10px;
  border-radius: 30px;
  background: #D2D2D2;
  height: 2px !important;
}
.reviews__navigation-progressbar .swiper-pagination-progressbar-fill {
  display: block;
  background: #4364D5 !important;
  border-radius: 30px !important;
  height: 4px !important;
  top: -45% !important;
}

@media (min-width: 992px) {
  .payment__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.payment__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 992px) {
  .payment__cards {
    grid-auto-flow: column;
  }
}
.payment__cards-item {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .payment__cards-item {
    padding: 30px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .payment__cards-item {
    padding: 40px;
    height: 120px;
  }
}
.payment__cards-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq__btn {
  max-width: 100%;
  padding: 16px 24px;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  background: var(--admin-color, #4364D5);
  border-radius: 10px;
  text-align: center;
  outline: none;
  color: #ffffff;
  cursor: pointer;
}
.faq__btn:active {
  opacity: 0.7;
}
.faq__btn:disabled {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .faq__btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.faq-accordion__item {
  padding: 32px;
  border-radius: 24px;
  background: #F8F8F8;
}
@media (min-width: 768px) {
  .faq-accordion__item {
    padding: 32px;
    border-radius: 24px;
  }
}
.faq-accordion__item:not(:last-child) {
  margin-bottom: 12px;
}
.faq-accordion__item.active .faq-accordion__item-content {
  max-height: 500px;
}
.faq-accordion__item.active .faq-accordion__item-plus::after {
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
      -ms-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}
.faq-accordion__item-title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  padding-right: 45px;
}
@media (min-width: 768px) {
  .faq-accordion__item-title {
    font-size: 20px;
  }
}
.faq-accordion__item-upper-title {
  font-weight: 700;
}
.faq-accordion__item-plus {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
}
.faq-accordion__item-plus::before, .faq-accordion__item-plus::after {
  content: "";
  display: block;
  width: 18px;
  min-height: 2px;
  background-color: var(--admin-color, rgb(241, 156, 187));
  border-radius: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq-accordion__item-plus::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq-accordion__item-plus::after {
  -webkit-transform: rotate(-90deg) translate(1px, -9px);
      -ms-transform: rotate(-90deg) translate(1px, -9px);
          transform: rotate(-90deg) translate(1px, -9px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.faq-accordion__item-content {
  overflow: hidden;
  max-height: 0;
}
.faq-accordion__item-content p {
  font-size: 16px;
  line-height: 140%;
  margin: 10px 0;
  color: rgb(26, 31, 37);
}

#tuprestamo .input {
  z-index: 1;
  position: relative;
}
#tuprestamo .input__title {
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #tuprestamo .input__title {
    font-size: 30px;
  }
}
#tuprestamo .input__subtitle {
  font-size: 16px;
  text-align: center;
  color: #39363A;
  margin: 12px 20px 56px 20px;
}
#tuprestamo .input__wrap {
  padding-bottom: 60px;
  max-width: 297px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 375px) {
  #tuprestamo .input__wrap {
    max-width: 355px;
  }
}
@media (min-width: 992px) {
  #tuprestamo .input__wrap {
    max-width: 496px;
  }
}
#tuprestamo .input-box {
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  color: #39363A;
}
#tuprestamo .input-name {
  border-radius: 12px;
  background: #FFF;
  padding: 16px 20px;
  width: 100%;
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 8px;
  color: #646464;
}
@media (min-width: 768px) {
  #tuprestamo .input-name {
    max-width: 100%;
  }
}
#tuprestamo .input__button {
  font-family: "HalvarBreit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 355px;
  width: 100%;
  border-radius: 12px;
  background: #4364D5;
  padding: 17px 0;
  color: #FFF;
  cursor: pointer;
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  #tuprestamo .input__button {
    max-width: 496px;
  }
}
#tuprestamo .input__button-fuild {
  max-width: unset;
}
#tuprestamo .input__info-text {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-bottom: 6px;
}

.checkbox-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.checkbox-text__span {
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .checkbox-text__span {
    font-size: 14px;
  }
}
.checkbox-text__span-link {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 1;
  color: #6639DB;
  text-decoration: underline;
}
.checkbox-text-error {
  font-size: 12px;
  background-color: #ef5555;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.checkbox-text-error.off {
  display: none;
}
.bid__form-errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #CF142B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}

.bid__form-errors::before {
  content: "";
  background: url("/static/images/info.svg") no-repeat center center/contain;
  min-width: 16px;
  height: 16px;
  display: block;
  margin: 0 10px 0 0;
}

.refund {
  margin: 0 10px;
  border-radius: 20px;
  background: rgb(243, 183, 103);
  border: 1px solid black;
  padding: 0 15px;
  height: 100%;
}
.refund__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px;
  height: 100%;
}
.refund h3 {
  font-size: 27px;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
  padding-bottom: 24px;
  color: #000;
}
.refund__picture {
  margin-bottom: 70px;
}
.refund__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.refund__btn {
  max-width: 314px;
  width: 100%;
}
.refund__button {
  border-radius: 10px;
  background: #000;
  max-width: 314px;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  position: relative;
}
.steps__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .steps__info {
    font-size: 20px;
  }
}
.steps__container {
  max-width: 340px;
  width: 100%;
}
@media (min-width: 768px) {
  .steps__container {
    max-width: 558px;
  }
}
.steps__container img {
  max-width: 340px;
  width: 100%;
}
@media (min-width: 768px) {
  .steps__container img {
    max-width: 558px;
    width: 100%;
  }
}

.form {
  position: relative;
  z-index: 2;
}
.form__container {
  max-width: 496px;
  margin: 0 auto;
}
.form--margin {
  margin: 20px;
}
.form p {
  font-size: 14px;
  text-align: center;
}
.form__wrap {
  text-align: center;
}
.form__wrap * {
  margin: 10px 0;
}

#tuprestamo .input-box:not(:first-child) {
  margin: 24px 0 6px 0;
}
#tuprestamo .input-box__important {
  color: #CF142B;
}
#tuprestamo .input-box-label {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.load-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.load-image svg {
  width: 288px;
}
@media (min-width: 430px) {
  .load-image svg {
    width: 400px;
  }
}
.load-image__line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: draw-line 23s linear forwards;
          animation: draw-line 23s linear forwards;
}
.load-image__percent {
  position: absolute;
  left: 50%;
  top: 38%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.load-image__percent p {
  font-weight: 500;
  font-size: 20px;
  line-height: 126%;
}
@media (min-width: 768px) {
  .load-image__percent p {
    font-size: 38px;
  }
}

@-webkit-keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes reverse-rotation {
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@keyframes reverse-rotation {
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.load-status {
  margin: 20px auto 0;
}
@media (min-width: 992px) {
  .load-status {
    margin: 40px auto 0;
  }
}
.load-status__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.load-status__item:not(:last-child) {
  margin-bottom: 16px;
}
.load-status__item:nth-child(2) .--load {
  -webkit-animation: circle-load 1.5s linear infinite, fadeOut 13s linear alternate forwards;
          animation: circle-load 1.5s linear infinite, fadeOut 13s linear alternate forwards;
}
.load-status__item:nth-child(2) .--check {
  -webkit-animation: fadeIn 13s linear alternate;
          animation: fadeIn 13s linear alternate;
}
.load-status__item:nth-child(3) .--load {
  -webkit-animation: circle-load 1.5s linear infinite, fadeOut 20s linear alternate forwards;
          animation: circle-load 1.5s linear infinite, fadeOut 20s linear alternate forwards;
}
.load-status__item:nth-child(3) .--check {
  -webkit-animation: fadeIn 20s linear alternate;
          animation: fadeIn 20s linear alternate;
}
.load-status__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .load-status__item-text {
    font-size: 16px;
  }
}
.load-status__item-img {
  position: relative;
  margin-left: 30px;
  width: 21px;
  height: 21px;
}
.load-status__img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  width: 21px;
  height: 21px;
}
.load-status__img.--load {
  -webkit-animation: circle-load 1.5s linear infinite, fadeOut 6s linear alternate forwards;
          animation: circle-load 1.5s linear infinite, fadeOut 6s linear alternate forwards;
}
.load-status__img.--check {
  -webkit-animation: fadeIn 6s linear alternate;
          animation: fadeIn 6s linear alternate;
}

@-webkit-keyframes circle-load {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(369deg);
            transform: rotate(369deg);
  }
}

@keyframes circle-load {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(369deg);
            transform: rotate(369deg);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#tuprestamo .articles {
  margin-bottom: auto;
  z-index: 2;
}
#tuprestamo .articles__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #000000;
  text-align: center;
}
#tuprestamo .articles__container {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
}
#tuprestamo .articles__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
          box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
  border-radius: 20px;
  margin: 20px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  #tuprestamo .articles__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1120px;
    height: 192px;
  }
}
#tuprestamo .articles__img {
  max-width: 230px;
  height: 50px;
  margin-right: 30px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  #tuprestamo .articles__img {
    max-width: 230px;
    height: 110px;
    margin-right: 30px;
    width: 100%;
    overflow: hidden;
  }
}
#tuprestamo .articles__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#tuprestamo .articles__wrap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
#tuprestamo .articles__wrap-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0 5px 0;
  color: #000000;
}
#tuprestamo .articles__wrap-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
#tuprestamo .articles__data-input {
  color: #61D663;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px 0 20px;
}

.prev,
.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #FFCB46;
  color: #F8F7F7;
  border-radius: 10px;
  font-family: "Inter", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  max-width: 120px;
  overflow: hidden;
  cursor: pointer;
}
.prev img,
.next img {
  width: 100%;
  height: 100%;
  max-height: 28px;
  max-width: 17px;
  margin: 6px auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.--button {
  background-color: #B4B6BD;
  cursor: auto;
}

.num {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

#tuprestamo .articlecard {
  position: relative;
  z-index: 2;
}
#tuprestamo .articlecard .articlecard__img {
  height: 270px;
  width: 100%;
}
#tuprestamo .articlecard .articlecard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
#tuprestamo .articlecard__wrap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
          box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
  border-radius: 20px;
  overflow: hidden;
  max-width: 1140px;
  margin: 20px auto;
}
#tuprestamo .articlecard__margins {
  margin: 10px;
}
@media (min-width: 992px) {
  #tuprestamo .articlecard__margins {
    margin: 20px 90px 30px 90px;
  }
}
#tuprestamo .articlecard__data-input {
  color: #0038FF;
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
#tuprestamo .articlecard__wrap-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  #tuprestamo .articlecard__wrap-title {
    font-size: 40px;
  }
}
#tuprestamo .articlecard p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-top: 10px;
}
#tuprestamo .articlecard__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px;
  min-height: 100%;
}
@media (min-width: 992px) {
  #tuprestamo .articlecard__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 28px;
  }
}
#tuprestamo .articlecard__block .articlecard__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 14px;
  margin-top: 10px;
  padding: 10px;
  height: 100%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
          box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
}
@media (min-width: 992px) {
  #tuprestamo .articlecard__block .articlecard__card {
    max-width: 352px;
    min-width: 352px;
  }
}
#tuprestamo .articlecard__block .articlecard__card .articlecard__block-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  height: 15px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#tuprestamo .articlecard__block .articlecard__card .articlecard__block-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 9px;
  color: #000000;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#tuprestamo .articlecard__block .articlecard__block-img {
  width: 83px;
  height: 46px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 10px;
}
#tuprestamo .articlecard__block .articlecard__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}

@font-face {
  font-family: "HalvarBreit";
  src: url("/static/broker_mx_2/fonts/HalvarBreit-Lt.woff2") format("woff2"), url("/static/broker_mx_2/fonts/HalvarBreit-Lt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HalvarBreit";
  src: url("/static/broker_mx_2/fonts/HalvarBreit-Lt.woff2") format("woff2"), url("/static/broker_mx_2/fonts/HalvarBreit-Lt.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HalvarBreit";
  src: url("/static/broker_mx_2/fonts/HalvarBreit-Lt.woff2") format("woff2"), url("/static/broker_mx_2/fonts/HalvarBreit-Lt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HalvarBreit";
  src: url("/static/broker_mx_2/fonts/HalvarBreit-Lt.woff2") format("woff2"), url("/static/broker_mx_2/fonts/HalvarBreit-Lt.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HalvarBreit";
  src: url("/static/broker_mx_2/fonts/HalvarBreit-Md.woff2") format("woff2"), url("/static/broker_mx_2/HalvarBreit-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HalvarBreit";
  src: url("/static/broker_mx_2/fonts/HalvarBreit-Bd.woff2") format("woff2"), url("/static/broker_mx_2/HalvarBreit-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.steps__wrapper {
  border-radius: 24px;
  background: #FFD99F;
  -webkit-box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
@media (min-width: 768px) {
  .steps__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 30px 53px;
  }
}
@media (min-width: 992px) {
  .steps__wrapper {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 40px;
}
@media (min-width: 992px) {
  .steps__item {
    grid-template-areas: span;
  }
}
.steps__item:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .steps__item:not(:last-child) {
    margin-bottom: unset;
  }
}
.steps__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  margin-top: 20px;
}
.steps__item-img {
  margin-right: 20px;
  font-size: 62px;
  font-weight: 500;
  line-height: 110%;
  color: #4364D5;
}
.steps__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.steps__item-description {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: start;
}
@media (min-width: 768px) {
  .steps__item-description {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .steps__item-description {
    font-size: 22px;
    line-height: 110%;
  }
}

.application {
  display: none;
}
@media (min-width: 1200px) {
  .application {
    display: block;
  }
}
.application__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.application__card-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px;
  border-radius: 16px;
  background: #FFF;
  width: 100%;
  max-width: 485px;
}
.application__card-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin-bottom: 30px;
}
.application__card-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1200px) {
  .application__card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.application__card-btn {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: block;
  max-width: 357px;
  padding: 20px 60px;
  width: 100%;
  color: #ffffff;
  border-radius: 10px;
  background: #4364D5;
  cursor: pointer;
}
.application__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 244px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 50px;
  border-radius: 10px;
  background: #FCE588;
}

.stage {
  max-width: 490px;
  width: 100%;
  margin: 26px auto;
}
.stage__title {
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #1E1E1E;
}
.stage__progress {
  width: 100%;
  height: 6px;
  border-radius: 100px;
  background-color: #fff;
  margin-top: 5px;
}
.stage__progress-fill {
  background-color: #4364D5;
  border-radius: 100px;
  height: inherit;
}
.stage__progress-fill.size-20 {
  width: 20%;
}
.stage__progress-fill.size-40 {
  width: 40%;
}
.stage__progress-fill.size-60 {
  width: 60%;
}
.stage__progress-fill.size-80 {
  width: 80%;
}
.stage__progress-fill.size-100 {
  width: 100%;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  cursor: pointer;
  padding: 12px;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 20px;
}
.radio-group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .radio-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.radio-group--mt-xl {
  margin-top: 56px;
}
.radio__input {
  display: none;
}
.radio__input:checked + .radio__box {
  border-color: #4364D5;
  background-color: #4364D5;
}
.radio__box {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.radio__box::after {
  content: "";
  width: 10px;
  height: 6px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.radio__label {
  font-weight: 400;
  font-size: 18px;
  color: #373737;
  text-align: start;
}

.bind-card {
  max-width: 535px;
  margin: 0 auto;
}
.bind-card__heading {
  text-align: center;
  margin-bottom: 56px;
}
.bind-card__container {
  border: 1px solid #FFD99F;
  border-radius: 20px;
  padding: 20px;
}
.bind-card__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.bind-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bind-card__item:nth-child(1) {
  grid-column: span 2;
}
.bind-card__label {
  font-weight: 500;
  font-size: 10px;
  margin-left: 20px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bind-card__label {
    font-size: 12px;
  }
}
.bind-card__input {
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 16px 20px;
  width: 100%;
}
.bind-card__input::-webkit-input-placeholder {
  color: #A5A5A5;
}
.bind-card__input::-moz-placeholder {
  color: #A5A5A5;
}
.bind-card__input:-ms-input-placeholder {
  color: #A5A5A5;
}
.bind-card__input::-ms-input-placeholder {
  color: #A5A5A5;
}
.bind-card__input::placeholder {
  color: #A5A5A5;
}
.bind-card__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}