@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  font-weight: normal;
  outline: none;
  border-collapse: collapse;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  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;
  min-height: 100%;
  color: #000;
  background: #FFF;
}

body.off {
  overflow: hidden;
}

#monokredity .inner {
  max-width: 1140px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
@media (min-width: 992px) {
  #monokredity .inner {
    padding: 0 25px;
  }
}

@media (min-width: 992px) {
  .bg-p::after {
    content: "";
    width: 1000px;
    height: 1000px;
    background: #ECD4FA;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    right: -316px;
    z-index: -1;
  }
}

strong {
  font-weight: bold;
}

#monokredity .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;
}
#monokredity .text__container {
  margin: 0 20px;
  max-width: 1200px;
  overflow: hidden;
}
#monokredity .text .text__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 992px) {
  #monokredity .text .text__title {
    font-size: 46px;
    padding-top: 20px;
  }
}
#monokredity .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-top: 20px;
}
@media (min-width: 992px) {
  #monokredity .text p {
    padding-top: 40px;
    font-size: 16px;
  }
}

#monokredity .error {
  position: relative;
  z-index: 2;
  height: 100%;
}
#monokredity .error__title {
  padding: 10px 0;
}
#monokredity .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;
}
#monokredity .error__container-text {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #monokredity .error__container-text {
    font-size: 40px;
  }
}
#monokredity .error__box {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
}
#monokredity .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .error__button {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #FA5255;
  -webkit-box-shadow: 0px 2px 0px 0px #DE393C;
          box-shadow: 0px 2px 0px 0px #DE393C;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  max-width: 267px;
  padding: 16px 42px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #monokredity .error__button {
    font-size: 22px;
    max-width: 100%;
  }
}
#monokredity .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;
}

#monokredity .main {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
#monokredity .main__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  #monokredity .main__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: unset;
  }
}
#monokredity .main__wrap-title {
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  max-width: 258px;
  text-align: center;
}
@media (min-width: 992px) {
  #monokredity .main__wrap-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 80px;
    max-width: 100%;
    max-width: 363px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  #monokredity .main__wrap-title {
    font-size: 70px;
    max-width: 100%;
  }
}
#monokredity .main__wrap-p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  #monokredity .main__wrap-p {
    font-size: 18px;
    max-width: 370px;
    text-align: start;
    display: block;
  }
}
#monokredity .main__wrap-timer {
  max-width: 324px;
  width: 100%;
}
#monokredity .main__wrap-items {
  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;
  border-radius: 100px;
  background: #6639DB;
  padding: 16px 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 20px 0;
}
#monokredity .main__wrap-titletimer {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
#monokredity .main__wrap-item {
  font-weight: 700;
  width: 47px;
}
#monokredity .main__img-mob {
  display: none;
  position: absolute;
  top: -30px;
  right: 0;
  max-width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  #monokredity .main__img-mob {
    display: none;
  }
}
#monokredity .main__img-mob img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .main__img-ps {
  display: none;
}
@media (min-width: 992px) {
  #monokredity .main__img-ps {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  #monokredity .main__img-ps {
    display: none;
  }
}
@media (min-width: 1200px) {
  #monokredity .main__img-ps {
    display: block;
    max-width: 372px;
    right: 373px;
    bottom: -102px;
  }
}
#monokredity .main__img-ps img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  #monokredity .main__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
#monokredity .main .main__container {
  border-radius: 0px 0px 10px 10px;
  position: relative;
  margin: 15px 0;
}
@media (min-width: 768px) {
  #monokredity .main .main__container {
    display: grid;
    justify-items: center;
  }
}
@media (min-width: 992px) {
  #monokredity .main .main__container {
    display: block;
    display: grid;
    grid-template-columns: 1fr 466px;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #monokredity .main .main__container {
    width: 100%;
    margin: 80px 0 100px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#monokredity .calc {
  position: relative;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 32px;
  max-width: 340px;
  max-width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  #monokredity .calc {
    max-width: 461px;
  }
}
@media (min-width: 1200px) {
  #monokredity .calc {
    padding: 30px;
  }
}
#monokredity .calc__title {
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  #monokredity .calc__title {
    font-size: 30px;
  }
}
#monokredity .calc__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 360px) {
  #monokredity .calc__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
#monokredity .calc__item-title {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 1140px) {
  #monokredity .calc__item-title {
    font-size: 14px;
    line-height: 17px;
  }
}
#monokredity .calc__item-title span {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  color: #FA5255;
}
#monokredity .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-top: 32px;
}
#monokredity .calc__item-value {
  margin-left: auto;
  padding: 10px 0 10px 20px;
  width: 147px;
  background: #FFFFFF;
  text-align: right;
}
@media (min-width: 360px) {
  #monokredity .calc__item-value {
    width: 145px;
  }
}
#monokredity .calc__item-value, #monokredity .calc__item-span {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  pointer-events: none;
}
@media (min-width: 360px) {
  #monokredity .calc__item-value, #monokredity .calc__item-span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #monokredity .calc__item-value, #monokredity .calc__item-span {
    font-size: 20px;
  }
}
#monokredity .calc__item-title {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 992px) {
  #monokredity .calc__item-title {
    font-size: 20px;
  }
}
#monokredity .calc__item-title span {
  font-weight: 700;
}
#monokredity .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;
}
#monokredity .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) {
  #monokredity .calc__info-box {
    max-width: 137px;
    padding: 13px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #monokredity .calc__info-box {
    max-width: 118px;
  }
}
@media (min-width: 992px) {
  #monokredity .calc__info-box {
    max-width: 137px;
  }
}
#monokredity .calc__info .bg {
  border-bottom: 3px solid rgba(234, 61, 74, 0.1);
}
#monokredity .calc__info-text {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
#monokredity .calc__info-sum {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
#monokredity .calc__info .total-amount {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
#monokredity .calc__fromto {
  margin-top: 8px;
  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;
}
#monokredity .calc__fromto-span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #777;
}
#monokredity .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) {
  #monokredity .calc__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#monokredity .calc__action-img {
  margin-right: 8px;
}
#monokredity .calc__action-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
#monokredity .calc__action-text span {
  color: #EF5555;
}
#monokredity .calc .input-box {
  margin-top: 18px;
}
#monokredity .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;
}
#monokredity .calc .text-box {
  margin: 20px 0;
}
#monokredity .calc .text-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
#monokredity .calc .text-box p span {
  color: #EA3D4A;
}
#monokredity .calc .form {
  height: 100%;
}
#monokredity .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%;
}
#monokredity .calc .button {
  border-radius: 100px;
  max-width: 276px;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #FFF;
  background: #e67a7c;
  -webkit-box-shadow: 0px 2px 0px 0px #e67a7c;
          box-shadow: 0px 2px 0px 0px #e67a7c;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  cursor: pointer;
  margin: 32px auto 0 auto;
  pointer-events: none;
}
#monokredity .calc .button.prevent-register {
  pointer-events: auto;
  border: 1px solid 255, 255, 255, 0.25;
  background: #FA5255;
  -webkit-box-shadow: 0px 2px 0px 0px #DE393C;
          box-shadow: 0px 2px 0px 0px #DE393C;
}
@media (min-width: 768px) {
  #monokredity .calc .button {
    margin: 32px 0 32px 0;
  }
}
@media (min-width: 992px) {
  #monokredity .calc .button {
    max-width: 100%;
    margin: 14px 0 0 0;
  }
}
#monokredity .calc .col-day,
#monokredity .calc .name-day {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 992px) {
  #monokredity .calc .col-day,
  #monokredity .calc .name-day {
    font-size: 20px;
  }
}
#monokredity .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;
}
#monokredity .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) {
  #monokredity .calc .modal__box {
    padding: 60px;
  }
}
@media (min-height: 800px) {
  #monokredity .calc .modal__box {
    height: auto;
  }
}
#monokredity .calc .modal__box-close {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 5px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #monokredity .calc .modal__box-close {
    top: 13px;
    right: 23px;
  }
}
#monokredity .calc .modal__box-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
#monokredity .calc .modal__box-padding {
  height: 100%;
  overflow-y: auto;
}
#monokredity .calc .modal__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
#monokredity .calc .modal.open {
  visibility: visible;
  opacity: 1;
}
#monokredity .calc .modal.open .modal__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#monokredity .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;
}
#monokredity .calc .checkbox-input {
  border: 1px solid #6639DB;
}
#monokredity .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%;
}
#monokredity .calc .checkbox-text__span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  #monokredity .calc .checkbox-text__span {
    font-size: 14px;
  }
}
#monokredity .calc .checkbox-text__span-link {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 1;
  color: #FA5255;
  text-decoration: underline;
}
#monokredity .calc .checkbox-text-error {
  font-size: 12px;
  background-color: #ef5555;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
#monokredity .calc .checkbox-text-error.off {
  display: none;
}
#monokredity .calc .checkbox-text.--padding {
  margin: 18px 0 12px;
}
#monokredity .calc .bid__form-errors {
  color: #FA5255;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
#monokredity .calc .checkbox-input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F9F9F9;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#monokredity .calc .checkbox-input:checked {
  border: 1px solid #6639DB;
  background: #6639DB;
}
#monokredity .calc .checkbox-input:checked::before {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyIDEzIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgNi42NTY4Nkw0LjgyODQzIDkuNDg1MjlMMTAuNDg1MyAzLjgyODQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  content: "";
  background-repeat: no-repeat;
  background-position: 35% 30%;
  color: #FFF;
  width: 20px;
  height: 20px;
}
#monokredity .calc .checkbox-text .link {
  cursor: pointer;
}

/* input[type='range'] */
input[type=range] {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  display: block;
  background: #ECF1EA;
  background: -webkit-gradient(linear, left top, right top, from(#6639DB), color-stop(50%, #6639DB), color-stop(50%, #ECF1EA), to(#ECF1EA));
  background: linear-gradient(to right, #6639DB 0%, #6639DB 50%, #ECF1EA 50%, #ECF1EA 100%);
  height: 4px;
  border-radius: 2px;
  margin: 20px 0;
}

input.w-30[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#6639DB), color-stop(21%, #6639DB), color-stop(21%, #ECF1EA), to(#ECF1EA));
  background: linear-gradient(to right, #6639DB 0%, #6639DB 21%, #ECF1EA 21%, #ECF1EA 100%);
}

input.w-14[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(rgb(102, 57, 219)), color-stop(36%, rgb(102, 57, 219)), color-stop(36%, rgb(236, 241, 234)), to(rgb(236, 241, 234)));
  background: linear-gradient(to right, rgb(102, 57, 219) 0%, rgb(102, 57, 219) 36%, rgb(236, 241, 234) 36%, rgb(236, 241, 234) 100%);
}

input.w-0[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#6639DB), color-stop(0%, #6639DB), color-stop(0%, #ECF1EA), to(#ECF1EA));
  background: linear-gradient(to right, #6639DB 0%, #6639DB 0%, #ECF1EA 0%, #ECF1EA 100%);
}

/* thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #5230A8;
  border: 10px solid #6639DB;
  border-radius: 50px;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #5230A8;
  border: 10px solid #6639DB;
  border-radius: 50px;
}

input[type=range]::-ms-range-thumb {
  -ms-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #5230A8;
  border: 10px solid #6639DB;
  border-radius: 50px;
}

/* progress */
input[type=range]::range-progress {
  background-color: #6639DB;
  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: #6639DB;
  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: #6639DB;
  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: #6639DB;
  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: #ECF1EA;
  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-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper::before {
  content: "+";
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  pointer-events: none;
}
@media (min-width: 375px) {
  .input-wrapper::before {
    left: 52px;
  }
}
@media (min-width: 768px) {
  .input-wrapper::before {
    left: 161px;
  }
}

#phoneMask {
  padding-left: 25px;
}

#monokredity .company {
  margin: 10px 0;
  position: relative;
}
@media (min-width: 992px) {
  #monokredity .company {
    margin: 50px 0;
  }
}
@media (min-width: 1200px) {
  #monokredity .company {
    margin: 100px 0;
  }
}
#monokredity .company__title {
  display: none;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  #monokredity .company__title {
    font-size: 46px;
    text-align: start;
  }
}
@media (min-width: 768px) {
  #monokredity .company-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (min-width: 1200px) {
  #monokredity .company-cards {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
#monokredity .company-cards__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  #monokredity .company-cards__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
  }
}
#monokredity .company-cards__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #monokredity .company-cards__item:not(:last-child) {
    margin-bottom: unset;
  }
}
#monokredity .company-cards__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#monokredity .company-cards__item-img {
  max-width: 70px;
  margin-right: 20px;
}
#monokredity .company-cards__item-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 768px) {
  #monokredity .company-cards__item-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #monokredity .company-cards__item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
#monokredity .company-cards__item-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
#monokredity .company br {
  display: none;
}
@media (min-width: 992px) {
  #monokredity .company br {
    display: block;
  }
}

#monokredity .condition {
  position: relative;
  margin: 40px 0 0 0;
  overflow: hidden;
  max-width: 1200px;
}
@media (min-width: 992px) {
  #monokredity .condition {
    width: 100%;
    margin: 0 auto;
  }
}
#monokredity .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) {
  #monokredity .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;
  }
}
#monokredity .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) {
  #monokredity .condition__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#monokredity .condition__title {
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  #monokredity .condition__title {
    font-size: 50px;
  }
}
#monokredity .condition__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  #monokredity .condition__subtitle {
    font-size: 25px;
    padding-bottom: 40px;
  }
}
#monokredity .condition__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 40px 0;
}
@media (min-width: 992px) {
  #monokredity .condition__box {
    margin-top: 40px;
  }
}
#monokredity .condition__box-img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#monokredity .condition__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .condition__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
#monokredity .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;
  -webkit-box-shadow: 0px 2px 0px 0px #DE393C;
          box-shadow: 0px 2px 0px 0px #DE393C;
  background: #FA5255;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  #monokredity .condition br {
    display: none;
  }
}
#monokredity .condition__img {
  display: none;
}
@media (min-width: 768px) {
  #monokredity .condition__img {
    max-width: 288px;
  }
}
@media (min-width: 992px) {
  #monokredity .condition__img {
    display: block;
    max-width: 520px;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  #monokredity .condition__img {
    bottom: 40px;
    right: 122px;
  }
}
#monokredity .condition__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .condition__img-bg {
  position: absolute;
  bottom: -5px;
  max-width: 300px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  #monokredity .condition__img-bg {
    max-width: 891px;
    left: 22px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  #monokredity .condition__img-bg {
    max-width: 1042px;
    left: 21px;
    right: 0;
  }
}
#monokredity .condition__img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  #monokredity .step {
    margin: 0 20px;
  }
}
#monokredity .step__title {
  font-size: 25px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  #monokredity .step__title {
    font-size: 46px;
    padding-bottom: 40px;
    text-align: center;
  }
}
#monokredity .step__container {
  z-index: 0;
  position: relative;
  background: #F9F9F9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
@media (min-width: 992px) {
  #monokredity .step__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 40px;
  }
}
#monokredity .step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
#monokredity .step__colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  #monokredity .step__colum {
    max-width: 297px;
  }
}
#monokredity .step__img {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 31px;
  z-index: 0;
}
@media (min-width: 992px) {
  #monokredity .step__img {
    max-width: 117px;
  }
}
#monokredity .step__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .step__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;
  width: 100%;
  border-radius: 20px;
  height: 100%;
}
#monokredity .step__wrap:last-child {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #monokredity .step__wrap:last-child {
    margin-bottom: 0;
  }
}
#monokredity .step__wrap-img-mob {
  width: 60px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  #monokredity .step__wrap-img-mob {
    width: 100px;
    margin-bottom: 24px;
  }
}
#monokredity .step__wrap-text {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}
@media (min-width: 992px) {
  #monokredity .step__wrap-text {
    font-size: 18px;
  }
}
#monokredity .step__wrap-text br {
  display: none;
}
@media (min-width: 992px) {
  #monokredity .step__wrap-text br {
    display: block;
  }
}

#monokredity .header {
  border-radius: 0px 0px 20px 20px;
  z-index: 1;
}
#monokredity .header::before {
  display: block;
  content: "";
  position: absolute;
  width: 400px;
  height: 200px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  overflow: hidden;
  background: #ECD4FA;
  z-index: -1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -223px;
}
@media (min-width: 768px) {
  #monokredity .header::before {
    width: 800px;
    height: 400px;
    left: -223px;
  }
}
#monokredity .header__container {
  padding: 20px 15px;
  max-width: 1140px;
  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;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#monokredity .header__container img {
  width: 100%;
  height: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .header .body-bg {
  display: none;
  position: absolute;
  background: #ECD4FA;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  z-index: -1;
  left: -215px;
  bottom: -500px;
}
@media (min-width: 768px) {
  #monokredity .header .body-bg {
    width: 1250px;
    height: 1250px;
  }
}
@media (min-width: 992px) {
  #monokredity .header .body-bg {
    width: 1500px;
    height: 1500px;
    bottom: -535px;
    left: -663px;
  }
}

#monokredity .description {
  border-radius: 20px;
  background: #F9F9F9;
  padding: 20px;
}
@media (min-width: 992px) {
  #monokredity .description {
    padding: 60px;
    margin-top: -2px;
  }
}
#monokredity .description h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 992px) {
  #monokredity .description h3 {
    font-size: 25px;
  }
}
#monokredity .description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 992px) {
  #monokredity .description p {
    font-size: 16px;
    line-height: 24px;
  }
}

#monokredity .footer {
  margin-top: auto;
  position: relative;
  overflow-x: clip;
}
#monokredity .footer::before {
  display: block;
  content: "";
  position: absolute;
  width: 400px;
  height: 200px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  overflow: hidden;
  background: #ECD4FA;
  z-index: -1;
  bottom: 0;
  left: 164px;
}
@media (min-width: 768px) {
  #monokredity .footer::before {
    width: 800px;
    height: 400px;
    left: 409px;
  }
}
@media (min-width: 1200px) {
  #monokredity .footer::before {
    left: 632px;
  }
}
@media (min-width: 1800px) {
  #monokredity .footer::before {
    left: 987px;
  }
}
#monokredity .footer__wrap {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding: 20px 0 0 0;
  text-align: start;
}
@media (min-width: 992px) {
  #monokredity .footer__wrap {
    padding: 40px 0 40px 0;
  }
}
#monokredity .footer__wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 5px;
  opacity: 0.6;
  text-align: center;
}
@media (min-width: 992px) {
  #monokredity .footer__wrap p {
    font-size: 18px;
  }
}
#monokredity .footer__logo {
  max-width: 225px;
  height: 30px;
}
#monokredity .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .footer .footer__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #monokredity .footer .footer__container {
    padding: 60px 15px;
  }
}
#monokredity .footer .footer__container__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .footer .footer__container .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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #monokredity .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#monokredity .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 20px;
}
@media (min-width: 992px) {
  #monokredity .footer .footer__container .footer__list .footer__item {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #monokredity .footer .footer__container .footer__list .footer__item:not(:last-child) {
    margin-right: 60px;
  }
}
#monokredity .footer .footer__container .footer__list .footer__item a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  list-style-type: none;
  text-decoration: underline;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 992px) {
  #monokredity .footer .footer__container .footer__list .footer__item a {
    font-size: 18px;
  }
}

#monokredity .offers__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) {
  #monokredity .offers__title {
    font-size: 46px;
    padding-bottom: 20px;
  }
}

#monokredity .offers__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  padding-bottom: 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  #monokredity .offers__text {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

#monokredity .cards {
  z-index: 2;
}
#monokredity .cards .card__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  -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;
}
@media (min-width: 768px) {
  #monokredity .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
@media (min-width: 992px) {
  #monokredity .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 30px;
  }
}
@media (min-width: 1000px) {
  #monokredity .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    padding: 0;
  }
}
#monokredity .cards__border {
  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;
  border-radius: 5px;
  background: #F6F7FF;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #monokredity .cards__border {
    -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;
  }
}
#monokredity .cards .card__wrap {
  position: relative;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 26px;
  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;
}
@media (min-width: 992px) {
  #monokredity .cards .card__wrap {
    padding: 26px 16px;
  }
}
#monokredity .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;
}
#monokredity .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#monokredity .cards .card__container-stars.--color-2 svg:first-child path,
#monokredity .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#monokredity .cards .card__container-stars.--color-3 svg:first-child path,
#monokredity .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#monokredity .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#monokredity .cards .card__container-stars.--color-4 svg:first-child path,
#monokredity .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#monokredity .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#monokredity .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#monokredity .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #monokredity .cards .card__container-stars {
    height: 27px;
  }
}
#monokredity .cards .card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #monokredity .cards .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
#monokredity .cards .card__container-stars span {
  color: rgba(24, 25, 56, 0.4);
  font-size: 12px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  #monokredity .cards .card__container-stars span {
    font-size: 14px;
  }
}
#monokredity .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) {
  #monokredity .cards .bg-card {
    margin: 0 0px 8px 0px;
  }
}
#monokredity .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;
}
#monokredity .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;
}
#monokredity .cards .card__img {
  height: 80px;
  max-width: 234px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 11px;
}
#monokredity .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #monokredity .cards .card__img img {
    width: 100%;
  }
}
#monokredity .cards .cards__info {
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
#monokredity .cards .cards__list {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.6);
}
#monokredity .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;
}
#monokredity .cards .cards__button {
  margin: 0 auto;
  width: 100%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #FA5255;
  -webkit-box-shadow: 0px 2px 0px 0px #DE393C;
          box-shadow: 0px 2px 0px 0px #DE393C;
  margin: 26px 0 0 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 992px) {
  #monokredity .cards .cards__button {
    line-height: 25px;
    padding: 12px 0;
    font-size: 14px;
  }
}
#monokredity .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) {
  #monokredity .cards .cards__footer {
    font-size: 10px;
  }
}

#monokredity .reviews__wrapper {
  position: relative;
}
#monokredity .reviews__title {
  font-size: 25px;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
}
#monokredity .reviews .swiper {
  position: relative;
  padding: 0 14px 75px 2px;
}
@media (min-width: 768px) {
  #monokredity .reviews .swiper {
    padding: 0 14px 20px 2px;
  }
}
#monokredity .reviews .swiper-slide {
  height: unset;
}
#monokredity .reviews__slider {
  padding: 0 20px;
}
#monokredity .reviews__slider-prev, #monokredity .reviews__slider-next {
  position: absolute;
  z-index: 999;
  bottom: 0px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(38, 45, 51, 0.1);
  border-radius: 14px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #monokredity .reviews__slider-prev, #monokredity .reviews__slider-next {
    top: 50%;
    bottom: unset;
  }
}
#monokredity .reviews__slider-prev::after, #monokredity .reviews__slider-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#monokredity .reviews__slider-prev {
  left: 50%;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
}
@media (min-width: 768px) {
  #monokredity .reviews__slider-prev {
    left: -75px;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
#monokredity .reviews__slider-prev::after {
  background: url("../../static/vk_ru_3_layout/images/prev.svg") no-repeat center center/contain;
}
#monokredity .reviews__slider-next {
  right: 50%;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
}
@media (min-width: 768px) {
  #monokredity .reviews__slider-next {
    right: 0;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
@media (min-width: 992px) {
  #monokredity .reviews__slider-next {
    right: -75px;
  }
}
#monokredity .reviews__slider-next::after {
  background: url("../../static/vk_ru_3_layout/images/next.svg") no-repeat center center/contain;
}
#monokredity .reviews__item {
  width: 240px;
  max-width: 240px;
  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-item-align: stretch;
      align-self: stretch;
  height: 100%;
  min-height: 100%;
  border-radius: 10px;
  border: 1px solid #E4E6F3;
  cursor: pointer;
}
@media (min-width: 900px) {
  #monokredity .reviews__item {
    width: 100%;
    max-width: 100%;
  }
}
#monokredity .reviews__item-top {
  position: relative;
  margin-bottom: auto;
  padding: 15px;
  height: 100%;
}
#monokredity .reviews__item-bottom {
  padding: 15px;
  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;
  border-top: 1px solid #E4E6F3;
}
#monokredity .reviews__item-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
#monokredity .reviews__item-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#monokredity .reviews__item-star {
  width: 17px;
  height: 17px;
}
#monokredity .reviews__item-star img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .reviews__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
@media (min-width: 768px) {
  #monokredity .reviews__item-text {
    padding-right: 40px;
  }
}
#monokredity .reviews__item-avatar {
  margin-right: 10px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
#monokredity .reviews__item-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#monokredity .reviews__item-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
#monokredity .reviews__item-age {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #697B97;
}

#monokredity .payment {
  margin: 40px 0;
}
@media (min-width: 992px) {
  #monokredity .payment {
    margin: 60px 0;
  }
}
#monokredity .payment__title {
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  #monokredity .payment__title {
    font-size: 50px;
    text-align: start;
    padding-bottom: 0;
  }
}
#monokredity .payment__title br {
  display: none;
}
@media (min-width: 992px) {
  #monokredity .payment__title br {
    display: block;
  }
}
@media (min-width: 992px) {
  #monokredity .payment__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#monokredity .payment__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(149px, 1fr));
  grid-gap: 12px;
}
@media (min-width: 768px) {
  #monokredity .payment__container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 544px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #monokredity .payment__container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 544px;
    width: 100%;
    margin: 0;
  }
}
#monokredity .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;
  border-radius: 20px;
  padding: 25px 15px;
}
@media (min-width: 992px) {
  #monokredity .payment__wrapper {
    max-width: 267px;
    width: 100%;
    padding: 30px 15px;
  }
}
#monokredity .payment__wrapper.--blue {
  background: #EFF9FC;
}
#monokredity .payment__wrapper.--peach {
  background: #FFFAEB;
}
#monokredity .payment__wrapper.--green {
  background: #F3FCEF;
}
#monokredity .payment__wrapper.--gray {
  background: #F9F9F9;
}
#monokredity .payment__cards img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 30px;
  max-width: 90px;
}
@media (min-width: 992px) {
  #monokredity .payment__cards img {
    max-width: 120px;
    max-height: 100%;
  }
}

@media (min-width: 992px) {
  #monokredity .advantage {
    margin: 60px 0;
  }
}
#monokredity .advantage__container {
  display: grid;
  grid-gap: 12px;
  grid-template-areas: "a a a a a a . ." ". b b b b b b ." ". . c c c c c c";
}
@media (min-width: 992px) {
  #monokredity .advantage__container {
    position: relative;
    grid-gap: 40px;
  }
}
@media (min-width: 1200px) {
  #monokredity .advantage__container {
    grid-template-areas: "a a a a a a a . . ." ". b b b b b . . . ." ". . c c c c c c c c";
  }
}
#monokredity .advantage__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;
  background: #FFF4E7;
  padding: 20px;
}
#monokredity .advantage__item.--a {
  grid-area: a;
}
@media (min-width: 992px) {
  #monokredity .advantage__item.--a {
    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;
    max-width: 636px;
    padding: 40px;
  }
  #monokredity .advantage__item.--a br {
    display: none;
  }
}
#monokredity .advantage__item.--b {
  grid-area: b;
  width: 100%;
}
@media (min-width: 992px) {
  #monokredity .advantage__item.--b {
    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;
    max-width: 633px;
    padding: 40px;
  }
  #monokredity .advantage__item.--b br {
    display: none;
  }
}
#monokredity .advantage__item.--c {
  grid-area: c;
}
@media (min-width: 992px) {
  #monokredity .advantage__item.--c {
    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;
    padding: 40px;
  }
  #monokredity .advantage__item.--c br {
    display: none;
  }
}
#monokredity .advantage__item-picture {
  display: none;
}
@media (min-width: 1200px) {
  #monokredity .advantage__item-picture {
    display: block;
    position: absolute;
    max-width: 648px;
    top: -211px;
    right: -27px;
    bottom: 0;
    z-index: -1;
  }
}
#monokredity .advantage__item-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .advantage__img {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  #monokredity .advantage__img {
    width: 100px;
    height: 100px;
    margin-right: 24px;
    margin-bottom: 0;
  }
}
#monokredity .advantage__title {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  #monokredity .advantage__title {
    font-size: 25px;
  }
}
#monokredity .advantage__title br {
  display: block;
}
@media (min-width: 992px) {
  #monokredity .advantage__title br {
    display: none;
  }
}
#monokredity .advantage__text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  #monokredity .advantage__text {
    font-size: 18px;
  }
}

#monokredity .partners {
  margin: 40px 0;
}
#monokredity .partners__title {
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  #monokredity .partners__title {
    font-size: 50px;
    max-width: 364px;
    text-align: start;
    padding-bottom: 0;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  #monokredity .partners__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#monokredity .partners__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #monokredity .partners__box {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (min-width: 992px) {
  #monokredity .partners__box {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 24px;
    width: 100%;
  }
}
#monokredity .partners__box-item {
  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;
  max-width: 134px;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto;
}
@media (min-width: 375px) {
  #monokredity .partners__box-item {
    max-width: 164px;
  }
}
@media (min-width: 992px) {
  #monokredity .partners__box-item {
    max-width: 234px;
    width: 100%;
    padding: 25px;
  }
}
#monokredity .partners__box-item.--blue {
  background: #EFF9FC;
}
#monokredity .partners__box-item.--green {
  background: #F3FCEF;
}
#monokredity .partners__box-item.--pink {
  background: #FDF4F5;
}
#monokredity .partners__box-item.--blue1 {
  background: #EDF9F9;
}
#monokredity .partners__box-item.--yelow {
  background: #FFFAEB;
}

#monokredity .faq {
  margin: 40px 0;
}
#monokredity .faq__caption {
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 992px) {
  #monokredity .faq__caption {
    font-size: 50px;
    padding: 60px 0 40px 0;
  }
}
#monokredity .faq__items {
  border-radius: 20px;
  background: #F9F9F9;
}
#monokredity .faq__title {
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 46px;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 992px) {
  #monokredity .faq__title {
    font-size: 25px;
    padding-right: 106px;
  }
}
#monokredity .faq__title:after {
  content: " +";
  display: block;
  color: #FA5255;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  #monokredity .faq__title:after {
    border-width: 14px 11px 0 11px;
    right: 30px;
    font-size: 35px;
  }
}
#monokredity .faq__text {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 14px 20px 0 0;
}
#monokredity .faq__text p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  #monokredity .faq__text p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #monokredity .faq__text {
    font-size: 17px;
  }
}
#monokredity .faq__input:checked ~ .faq__text {
  display: block;
  border-bottom: 1px #E8E8E8;
}
#monokredity .faq__input {
  width: 0;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
#monokredity .faq__input:checked ~ .faq__title {
  color: #000;
}
#monokredity .faq__input:checked ~ .faq__title:after {
  content: "-";
  color: #FA5255;
  font-size: 27px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  #monokredity .faq__input:checked ~ .faq__title:after {
    font-size: 35px;
  }
}
#monokredity .faq__input:checked ~ .faq__text {
  display: block;
}
#monokredity .faq__item {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 20px;
}
@media (min-width: 992px) {
  #monokredity .faq__item {
    border-radius: 20px;
    margin: 0 60px;
  }
}
#monokredity .faq__hr {
  height: 1px;
  background-color: #E8E8E8;
  margin: 20px 0;
}
@media (min-width: 992px) {
  #monokredity .faq__hr {
    margin: 20px 0 40px 0;
  }
}

#monokredity .input {
  z-index: 1;
  position: relative;
}
#monokredity .input__title {
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #monokredity .input__title {
    font-size: 40px;
  }
}
#monokredity .input__wrap {
  padding: 32px;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #monokredity .input__wrap {
    max-width: 558px;
  }
}
#monokredity .input-name {
  border-radius: 100px;
  background: #F9F9F9;
  padding: 16px 0;
  max-width: 276px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  #monokredity .input-name {
    max-width: 100%;
  }
}
#monokredity .input__button {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  max-width: 494px;
  width: 100%;
  -webkit-box-shadow: 0px 2px 0px 0px #DE393C;
          box-shadow: 0px 2px 0px 0px #DE393C;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #DE393C;
  padding: 16px 0;
  color: #FFF;
  margin-top: 32px;
  cursor: pointer;
  pointer-events: none;
}
#monokredity .input__button.prevent-register {
  pointer-events: auto;
  border: 1px solid 255, 255, 255, 0.25;
  background: #FA5255;
  -webkit-box-shadow: 0px 2px 0px 0px #DE393C;
          box-shadow: 0px 2px 0px 0px #DE393C;
}
@media (min-width: 768px) {
  #monokredity .input__button {
    margin: 32px 0 32px 0;
  }
}
@media (min-width: 992px) {
  #monokredity .input__button {
    max-width: 100%;
    margin: 14px 0 0 0;
  }
}

.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;
}
.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) {
  .modal__box {
    padding: 60px;
  }
}
@media (min-height: 800px) {
  .modal__box {
    height: auto;
  }
}
.modal__box-close {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 5px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modal__box-close {
    top: 13px;
    right: 23px;
  }
}
.modal__box-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
.modal__box-padding {
  height: 100%;
  overflow-y: auto;
}
.modal__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal.open .modal__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.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;
}
.checkbox-text.--padding {
  margin-top: 32px;
}

.bid__form-errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FA5255;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bid__form-errors::before {
  content: "";
  background: url("/static/broker_ua_1/images/info.svg") no-repeat center center/contain;
  min-width: 16px;
  height: 16px;
  display: block;
  margin: 0 10px 0 0;
}

.checkbox-input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F9F9F9;
  border-radius: 5px;
  border: 1px solid #6639DB;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkbox-input:checked {
  border: 1px solid #6639DB;
  background: #6639DB;
}

.checkbox-input:checked::before {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyIDEzIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgNi42NTY4Nkw0LjgyODQzIDkuNDg1MjlMMTAuNDg1MyAzLjgyODQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  content: "";
  background-repeat: no-repeat;
  background-position: 40% 30%;
  color: #FFF;
  width: 20px;
  height: 20px;
}

.checkbox-text .link {
  cursor: pointer;
}

.refund {
  border-radius: 20px;
  background: rgba(251, 159, 46, 0.1);
  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;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  .steps {
    margin-bottom: 60px;
  }
}
.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%;
  }
}

#monokredity .input-box:not(:first-child) {
  margin: 32px 0 6px 0;
}
#monokredity .input-box-label {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
#monokredity .input__important {
  color: #FA5255;
}

.load__wrapper {
  margin: 0 auto 20px;
  padding: 32px;
  max-width: 340px;
  width: 100%;
  border-radius: 28px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(39, 39, 39, 0.05);
          box-shadow: 0px 10px 20px 0px rgba(39, 39, 39, 0.05);
  z-index: 2;
}
@media (min-width: 992px) {
  .load__wrapper {
    padding: 20px 35px 35px;
    max-width: 558px;
  }
}
.load-status {
  padding: 15px 0 0;
}
.load-status__wrapper {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .load-status__wrapper {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .load-status__wrapper {
    max-width: 100%;
  }
}
.load-status__item {
  position: relative;
}
.load-status__item:not(:last-child) {
  margin-bottom: 20px;
}
.load-status__item:nth-child(2) .--load {
  -webkit-animation: circle-load 1.2s linear infinite, fadeOut 4s linear alternate forwards;
          animation: circle-load 1.2s linear infinite, fadeOut 4s linear alternate forwards;
}
.load-status__item:nth-child(2) .--check {
  -webkit-animation: fadeIn 5s linear alternate;
          animation: fadeIn 5s linear alternate;
}
.load-status__item:nth-child(3) .--load {
  -webkit-animation: circle-load 1.2s linear infinite, fadeOut 6s linear alternate forwards;
          animation: circle-load 1.2s linear infinite, fadeOut 6s linear alternate forwards;
}
.load-status__item:nth-child(3) .--check {
  -webkit-animation: fadeIn 7s linear alternate;
          animation: fadeIn 7s linear alternate;
}
.load-status__item:nth-child(4) .--load {
  -webkit-animation: circle-load 1.2s linear infinite, fadeOut 8s linear alternate forwards;
          animation: circle-load 1.2s linear infinite, fadeOut 8s linear alternate forwards;
}
.load-status__item:nth-child(4) .--check {
  -webkit-animation: fadeIn 9s linear alternate;
          animation: fadeIn 9s linear alternate;
}
.load-status__item-text {
  padding-right: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}
@media (min-width: 992px) {
  .load-status__item-text {
    margin-right: 40px;
  }
}
.load-status__item-img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  width: 28px;
  height: 28px;
}
.load-status__item-img.--load {
  -webkit-animation: circle-load 1.2s linear infinite, fadeOut 2s linear alternate forwards;
          animation: circle-load 1.2s linear infinite, fadeOut 2s linear alternate forwards;
}
.load-status__item-img.--check {
  -webkit-animation: fadeIn 3s linear alternate;
          animation: fadeIn 3s 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;
  }
}
.title {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  z-index: 2;
}
@media (min-width: 992px) {
  .title {
    font-size: 40px;
  }
}

.load-image__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 150px;
}
.load-image__progressbar {
  padding: 15px;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 992px) {
  .load-image__progressbar {
    width: 250px;
    height: 250px;
  }
}
.load-image__progressbar.start .load-image__meter {
  -webkit-animation: progress 5.5s linear forwards;
          animation: progress 5.5s linear forwards;
}
.load-image__progressbar.finish {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4IiBoZWlnaHQ9IjEwOCIgdmlld0JveD0iMCAwIDEwOCAxMDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01My45OTk4IDEwNi4yQzgyLjgyOTEgMTA2LjIgMTA2LjIgODIuODI5MyAxMDYuMiA1NC4wMDAxQzEwNi4yIDI1LjE3MDggODIuODI5MSAxLjgwMDA1IDUzLjk5OTggMS44MDAwNUMyNS4xNzA1IDEuODAwMDUgMS43OTk4IDI1LjE3MDggMS43OTk4IDU0LjAwMDFDMS43OTk4IDgyLjgyOTMgMjUuMTcwNSAxMDYuMiA1My45OTk4IDEwNi4yWiIgZmlsbD0iIzk2RDg1NCIvPgo8cGF0aCBkPSJNNDMuNjcxNCA3NS43MjZMMzEuNDMxNCA2My43NzA0QzMxLjE2NjYgNjMuNTEzMSAzMC45NTYyIDYzLjIwNTIgMzAuODEyNSA2Mi44NjUyQzMwLjY2ODggNjIuNTI1MSAzMC41OTQ3IDYyLjE1OTYgMzAuNTk0NyA2MS43OTA0QzMwLjU5NDcgNjEuNDIxMiAzMC42Njg4IDYxLjA1NTcgMzAuODEyNSA2MC43MTU2QzMwLjk1NjIgNjAuMzc1NSAzMS4xNjY2IDYwLjA2NzcgMzEuNDMxNCA1OS44MTA0TDM1LjQ5MDQgNTUuODUwNEMzNi4wMzQ3IDU1LjMyMyAzNi43NjI5IDU1LjAyODEgMzcuNTIwOCA1NS4wMjgxQzM4LjI3ODcgNTUuMDI4MSAzOS4wMDY5IDU1LjMyMyAzOS41NTEyIDU1Ljg1MDRMNDYuODM3NiA2Mi45NzNMNjcuMjczIDMxLjkwNUM2Ny42OTQ2IDMxLjI3ODEgNjguMzQzNSAzMC44Mzk3IDY5LjA4MjUgMzAuNjgyNUM2OS44MjE1IDMwLjUyNTMgNzAuNTkyNyAzMC42NjE2IDcxLjIzMyAzMS4wNjI2TDc2LjA2NDIgMzQuMDk3NEM3Ni4zNzk3IDM0LjI5MTQgNzYuNjUzMSAzNC41NDY5IDc2Ljg2ODEgMzQuODQ4NUM3Ny4wODMxIDM1LjE1MDIgNzcuMjM1MyAzNS40OTIgNzcuMzE1NyAzNS44NTM2Qzc3LjM5NjEgMzYuMjE1MiA3Ny40MDMxIDM2LjU4OTIgNzcuMzM2MiAzNi45NTM2Qzc3LjI2OTMgMzcuMzE3OSA3Ny4xMyAzNy42NjUxIDc2LjkyNjQgMzcuOTc0Nkw1Mi43MjkgNzQuNzczOEM1Mi4yNDQxIDc1LjQ5NDEgNTEuNjA3MiA3Ni4wOTkzIDUwLjg2MzIgNzYuNTQ2OUM1MC4xMTkxIDc2Ljk5NDQgNDkuMjg2IDc3LjI3MzQgNDguNDIyNSA3Ny4zNjQyQzQ3LjU1ODkgNzcuNDU1IDQ2LjY4NiA3Ny4zNTU0IDQ1Ljg2NTEgNzcuMDcyM0M0NS4wNDQzIDc2Ljc4OTMgNDQuMjk1NSA3Ni4zMjk3IDQzLjY3MTQgNzUuNzI2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat 50% 50%/contain;
  background-size: 100px;
}
@media (min-width: 992px) {
  .load-image__progressbar.finish {
    background-size: 170px;
  }
}
.load-image__progressbar.finish p {
  opacity: 0;
}
.load-image__progressbar.finish .load-image__circle,
.load-image__progressbar.finish .load-image__percent {
  opacity: 0;
}
.load-image__progressbar svg {
  width: 120px;
  height: 120px;
  border-radius: 160px;
}
@media (min-width: 992px) {
  .load-image__progressbar svg {
    width: 220px;
    height: 220px;
  }
}
.load-image__circle {
  width: 120px;
  height: 120px;
  border-radius: 160px;
  background: #F6F8FB;
}
@media (min-width: 992px) {
  .load-image__circle {
    width: 220px;
    height: 220px;
  }
}
.load-image__meter {
  fill: none;
  stroke-width: 15px;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg) scale(0.6, -0.6) translate(-42%, -42%);
      -ms-transform: rotate(-90deg) scale(0.6, -0.6) translate(-42%, -42%);
          transform: rotate(-90deg) scale(0.6, -0.6) translate(-42%, -42%);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 595;
  stroke-dashoffset: 595;
}
@media (min-width: 992px) {
  .load-image__meter {
    -webkit-transform: rotate(-90deg) scale(1, -1);
        -ms-transform: rotate(-90deg) scale(1, -1);
            transform: rotate(-90deg) scale(1, -1);
    stroke-width: 10px;
  }
}
.load-image__percent {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 80px;
  background: #FFF;
  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;
}
@media (min-width: 992px) {
  .load-image__percent {
    width: 160px;
    height: 160px;
  }
}
.load-image__percent p {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
}
@media (min-width: 992px) {
  .load-image__percent p {
    font-size: 60px;
  }
}

@-webkit-keyframes progress {
  from {
    stroke-dashoffset: -595;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes progress {
  from {
    stroke-dashoffset: -595;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#monokredity .articles {
  margin-bottom: auto;
  z-index: 2;
}
#monokredity .articles__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #000000;
  text-align: center;
}
#monokredity .articles__container {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
}
#monokredity .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) {
  #monokredity .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;
  }
}
#monokredity .articles__img {
  max-width: 230px;
  height: 50px;
  margin-right: 30px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  #monokredity .articles__img {
    max-width: 230px;
    height: 110px;
    margin-right: 30px;
    width: 100%;
    overflow: hidden;
  }
}
#monokredity .articles__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#monokredity .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;
}
#monokredity .articles__wrap-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0 5px 0;
  color: #000000;
}
#monokredity .articles__wrap-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
#monokredity .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;
}

#monokredity .articlecard {
  position: relative;
  z-index: 2;
}
#monokredity .articlecard .articlecard__img {
  height: 270px;
  width: 100%;
}
#monokredity .articlecard .articlecard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
#monokredity .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;
}
#monokredity .articlecard__margins {
  margin: 10px;
}
@media (min-width: 992px) {
  #monokredity .articlecard__margins {
    margin: 20px 90px 30px 90px;
  }
}
#monokredity .articlecard__data-input {
  color: #0038FF;
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
#monokredity .articlecard__wrap-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  #monokredity .articlecard__wrap-title {
    font-size: 40px;
  }
}
#monokredity .articlecard p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-top: 10px;
}
#monokredity .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) {
  #monokredity .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;
  }
}
#monokredity .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) {
  #monokredity .articlecard__block .articlecard__card {
    max-width: 352px;
    min-width: 352px;
  }
}
#monokredity .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;
}
#monokredity .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;
}
#monokredity .articlecard__block .articlecard__block-img {
  width: 83px;
  height: 46px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 10px;
}
#monokredity .articlecard__block .articlecard__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}