@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
#vcredite .cards .card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  grid-gap: 20px 10px;
  padding: 0 20px;
  margin-top: 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;
}
@media (min-width: 764px) {
  #vcredite .cards .card__container {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  #vcredite .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
  }
}
@media (min-width: 1200px) {
  #vcredite .cards .card__container {
    padding: 0;
  }
}
#vcredite .cards .card__wrap {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0.71851px 0px 7.1851px rgba(0, 56, 255, 0.28);
          box-shadow: 0.71851px 0px 7.1851px rgba(0, 56, 255, 0.28);
  border-radius: 14px;
  padding: 14px;
  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;
}
#vcredite .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;
}
#vcredite .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#vcredite .cards .card__container-stars.--color-2 svg:first-child path,
#vcredite .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#vcredite .cards .card__container-stars.--color-3 svg:first-child path,
#vcredite .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#vcredite .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#vcredite .cards .card__container-stars.--color-4 svg:first-child path,
#vcredite .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#vcredite .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#vcredite .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#vcredite .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #vcredite .cards .card__container-stars {
    height: 27px;
  }
}
#vcredite .cards .card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #vcredite .cards .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
#vcredite .cards .card__container-stars span {
  color: #686868;
  font-size: 10px;
}
@media (min-width: 992px) {
  #vcredite .cards .card__container-stars span {
    font-size: 14px;
  }
}
#vcredite .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: 50px;
  background: #FA4A23;
  margin: 0 -15px;
}
#vcredite .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-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  padding: 5px 10px;
}
@media (min-width: 992px) {
  #vcredite .cards .bg-card span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #vcredite .cards .bg-card {
    margin: 12px -15px;
  }
}
#vcredite .cards .card__title {
  font-family: "Montserrat";
  font-style: normal;
  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;
}
#vcredite .cards .card__img {
  height: 65px;
  max-width: 177px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  overflow: hidden;
}
#vcredite .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #vcredite .cards .card__img img {
    width: 100%;
  }
}
#vcredite .cards .cards__info {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding-top: 7px;
}
#vcredite .cards .cards__list {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  color: #767676;
}
#vcredite .cards .cards__list.--padding {
  padding-bottom: 7px;
}
#vcredite .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;
}
#vcredite .cards .cards__button {
  background-color: #0038FF;
  color: #F8F7F7;
  border-radius: 10px;
  margin: auto 0 4px 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 992px) {
  #vcredite .cards .cards__button {
    line-height: 25px;
    padding: 12px 0;
  }
}
#vcredite .cards .cards__footer {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 7px;
  line-height: 10px;
  color: #5A5A5A;
  padding-top: 8px;
  height: 55px;
}
@media (min-width: 992px) {
  #vcredite .cards .cards__footer {
    font-size: 10px;
  }
}

#vcredite .creditors__caption {
  text-align: center;
  padding: 38px 20px 20px 20px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #000000;
}
@media (min-width: 992px) {
  #vcredite .creditors__caption {
    font-size: 35px;
    line-height: 42px;
    padding: 112px 0 48px 0;
  }
}
@media (min-width: 1200px) {
  #vcredite .creditors__caption {
    font-size: 35px;
    line-height: 42px;
    padding: 112px 0 48px 0;
  }
}
#vcredite .creditors__title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  #vcredite .creditors__title {
    font-size: 20px;
    line-height: 24px;
  }
}
#vcredite .creditors__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  grid-gap: 10px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  #vcredite .creditors__container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    padding: 0;
    margin: 0 20px;
  }
}
#vcredite .creditors .wrap.cards .card__container {
  grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
}
#vcredite .creditors__wrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0.71851px 0px 7.1851px rgba(0, 56, 255, 0.28);
          box-shadow: 0.71851px 0px 7.1851px rgba(0, 56, 255, 0.28);
  border-radius: 14px;
  padding: 14px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#vcredite .creditors__list {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
}

#vcredite .requirements__caption {
  text-align: center;
  padding: 38px 0 20px 0;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #000000;
  padding: 40px 20px 20px 20px;
}
@media (min-width: 992px) {
  #vcredite .requirements__caption {
    font-size: 35px;
    line-height: 42px;
    padding: 112px 0 48px 0;
  }
}
@media (min-width: 1200px) {
  #vcredite .requirements__caption {
    font-size: 35px;
    line-height: 42px;
    padding: 112px 0 48px 0;
  }
}
#vcredite .requirements__container {
  background: #FFFFFF;
  -webkit-box-shadow: 0.72px 4px 7.16px rgba(0, 56, 255, 0.28);
          box-shadow: 0.72px 4px 7.16px rgba(0, 56, 255, 0.28);
  border-radius: 20px;
  padding: 20px;
  margin: 0 20px;
}
@media (min-width: 992px) {
  #vcredite .requirements__container {
    padding: 30px 60px;
  }
}
#vcredite .requirements__text {
  padding-top: 30px;
}
#vcredite .requirements__list {
  padding-top: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
}

#vcredite .info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
#vcredite .info ul {
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

* {
  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 {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  position: relative;
  min-height: 100vh;
  background-color: #E1EDFF;
  margin: 0 auto;
  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;
}

#vcredite .inner {
  max-width: 1200px;
  margin: 0 auto auto;
  width: 100%;
}

#vcredite .header-logo a {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 992px) {
  #vcredite .header-logo a {
    font-size: 30px;
    line-height: 37px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#vcredite .header-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 120px;
  max-height: 35px;
  margin-right: 12px;
}
@media (min-width: 900px) {
  #vcredite .header-logo a img {
    max-width: 200px;
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  #vcredite .header-logo a img {
    max-width: 300px;
    max-height: 80px;
  }
}

#vcredite .header-logo a.--long img {
  max-width: 65px;
  max-height: 85px;
}
@media (min-width: 992px) {
  #vcredite .header-logo a.--long img {
    max-width: 100px;
    max-height: 110px;
  }
}

#vcredite .header-container {
  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;
  margin: 20px;
}
@media (min-width: 768px) {
  #vcredite .header-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #vcredite .header-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0;
    padding: 0 20px;
  }
}

#vcredite .select {
  position: relative;
  display: inline-block;
  border-radius: 0px 0px 20px 20px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

#vcredite .select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 136px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  #vcredite .select__item {
    min-width: 160px;
  }
}

#vcredite .select__item::after {
  content: "⌄";
  position: absolute;
  right: -5px;
  top: -9px;
  font-size: 24px;
  line-height: 1;
}

#vcredite .select__item:hover::after {
  content: "⌃";
  margin-top: 10px;
}

#vcredite .select__icon {
  max-width: 22px;
  max-height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  flex-shrink: 0;
}
#vcredite .select__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 22px;
  height: 16px;
}
@media (min-width: 992px) {
  #vcredite .select__icon img {
    width: 22px;
    height: 16px;
  }
}

#vcredite .select a {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 11px 5px 11px;
}
@media (min-width: 992px) {
  #vcredite .select a {
    font-size: 20px;
  }
}

#vcredite .select__text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  #vcredite .select__text {
    font-size: 16px;
  }
}

#vcredite .select-content {
  display: none;
  position: absolute;
  background: #D1DBFC;
  border-radius: 20px;
  min-width: 64px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding-top: 5px;
  z-index: 1;
  top: 25px;
  left: -5px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (min-width: 992px) {
  #vcredite .select-content {
    left: 10px;
  }
}

.--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
}
@media (min-width: 992px) {
  .--arrow {
    margin-left: 36px;
  }
}

#vcredite .select:hover .select-content {
  display: block;
}

#vcredite .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  #vcredite .main {
    margin-bottom: 0;
  }
}
#vcredite .main .main__container {
  overflow: hidden;
}
@media (min-width: 768px) {
  #vcredite .main .main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
    margin: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  #vcredite .main .main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 50px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#vcredite .main .main__wrap {
  max-width: 433px;
}
#vcredite .main .main__img {
  display: none;
}
@media (min-width: 768px) {
  #vcredite .main .main__img {
    display: block;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  #vcredite .main .main__img {
    max-width: 670px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
  }
}
#vcredite .main .main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#vcredite .main .main__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  #vcredite .main .main__title {
    font-size: 30px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  #vcredite .main .main__title {
    font-size: 60px;
    line-height: 73px;
  }
}
#vcredite .main .main__p {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  max-width: 500px;
  color: #525252;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #vcredite .main .main__p {
    font-size: 22px;
    padding-top: 20px;
    text-align: start;
  }
}

#vcredite .footer {
  margin-top: 60px;
  background-color: #0038FF;
}
#vcredite .footer__wrap {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 20px 0 20px 0;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
#vcredite .footer__wrap p {
  padding-bottom: 5px;
}
#vcredite .footer .footer__container {
  padding: 0 20px 40px 20px;
}
#vcredite .footer .footer__container .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #vcredite .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#vcredite .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 10px;
}
#vcredite .footer .footer__container .footer__list .footer__item a {
  color: #FFFFFF;
  list-style-type: none;
  padding-right: 30px;
  cursor: pointer;
  padding-bottom: 10px;
  padding-right: 0;
}
@media (min-width: 992px) {
  #vcredite .footer .footer__container .footer__list .footer__item a {
    padding-bottom: 10px;
    padding-right: 30px;
  }
}

strong {
  font-weight: bold;
}

#vcredite .text {
  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;
}
#vcredite .text__container {
  background: #FFFFFF;
  -webkit-box-shadow: 0.72px 4px 7.16px rgba(0, 56, 255, 0.28);
          box-shadow: 0.72px 4px 7.16px rgba(0, 56, 255, 0.28);
  border-radius: 20px;
  padding: 20px;
  margin: 0 20px;
  overflow: hidden;
}
#vcredite .text .text__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  margin: 0 20px 20px 20px;
}
@media (min-width: 992px) {
  #vcredite .text .text__title {
    font-size: 35px;
  }
}
#vcredite .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding-top: 20px;
}

#vcredite .articles .articles__title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #000000;
  text-align: center;
}
#vcredite .articles .articles__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1120px;
  margin: 20px;
}
#vcredite .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) {
  #vcredite .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;
  }
}
#vcredite .articles__img {
  max-width: 230px;
  height: 50px;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  #vcredite .articles__img {
    max-width: 230px;
    height: 110px;
    margin-right: 30px;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
  }
}
#vcredite .articles__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#vcredite .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;
}
#vcredite .articles__wrap-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0 5px 0;
  color: #000000;
}
#vcredite .articles__wrap-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
#vcredite .articles__data-input {
  color: #0038FF;
  font-family: "Montserrat";
  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;
  width: 100%;
  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: #0038FF;
  color: #F8F7F7;
  border-radius: 10px;
  font-family: "Montserrat";
  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 p {
  color: #0038FF;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

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

#vcredite .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;
}
#vcredite .error__title {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
}
@media (min-width: 992px) {
  #vcredite .error__title {
    font-size: 20px;
    top: 42%;
  }
}
#vcredite .error__box {
  overflow: hidden;
}
#vcredite .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#vcredite .error__button {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  background-color: #0038FF;
  border-radius: 15px;
  max-width: 350px;
  padding: 18px 42px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #vcredite .error__button {
    font-size: 22px;
  }
}
#vcredite .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;
}

.faq {
  max-width: 1200px;
}
.faq__caption {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding: 26px 0 28px 0;
}
@media (min-width: 992px) {
  .faq__caption {
    font-size: 35px;
    padding: 60px 0 35px 0;
  }
}
.faq__title {
  display: block;
  padding: 10px 15px;
  position: relative;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) {
  .faq__title {
    font-size: 25px;
    padding: 30px 27px;
  }
}
.faq__title:after {
  content: " +";
  display: block;
  color: #0038FF;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .faq__title:after {
    border-width: 14px 11px 0 11px;
    right: 30px;
    font-size: 35px;
  }
}
.faq__text {
  display: none;
  padding: 10px 15px;
  background: #FFF;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  .faq__text {
    font-size: 17px;
    padding: 26px 27px;
  }
}
.faq__input:checked ~ .faq__text {
  display: block;
  border-top: 2px solid #D8D5D5;
}
.faq__input {
  width: 0;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.faq__input:checked ~ .faq__title {
  color: #0038FF;
}
.faq__input:checked ~ .faq__title:after {
  content: "×";
  color: #0038FF;
  font-size: 20px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .faq__input:checked ~ .faq__title:after {
    font-size: 35px;
  }
}
.faq__input:checked ~ .faq__text {
  display: block;
}
.faq__item {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .faq__item {
    border-radius: 20px;
  }
}

.conditions {
  max-width: 1200px;
}
.conditions__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  grid-gap: 10px;
  margin: 0 20px;
}
@media (min-width: 992px) {
  .conditions__container {
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    grid-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.conditions__caption {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 20px 0 15px 0;
}
@media (min-width: 992px) {
  .conditions__caption {
    padding: 50px 0 30px 0;
    font-size: 35px;
  }
}
.conditions__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.conditions__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 10px 16px 16px;
  background: #FFF;
  border-radius: 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .conditions__card {
    padding: 25px 16px 25px 25px;
  }
}
.conditions__card-boximg {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .conditions__card-boximg {
    width: 62px;
    height: 62px;
    margin-right: 10px;
  }
}
.conditions__card-boximg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.conditions__card p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0038FF;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) {
  .conditions__card p {
    font-size: 18px;
  }
}

#vcredite .questionary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#vcredite .questionary__container {
  padding: 35px 15px 0 15px;
  width: 100%;
}
@media (min-width: 900px) {
  #vcredite .questionary__container {
    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;
  }
}
@media (min-width: 992px) {
  #vcredite .questionary__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 90px 20px 0 20px;
  }
}
#vcredite .questionary__title {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 13px;
}
@media (min-width: 992px) {
  #vcredite .questionary__title {
    font-size: 50px;
    padding-bottom: 60px;
  }
}
#vcredite .questionary__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0 0;
}
@media (min-width: 992px) {
  #vcredite .questionary__box {
    padding: 40px 0 0 0;
  }
}
#vcredite .questionary__box-img {
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  #vcredite .questionary__box-img {
    width: 70px;
    height: 70px;
    margin-right: 35px;
  }
}
#vcredite .questionary__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#vcredite .questionary__box-firsttext {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) {
  #vcredite .questionary__box-firsttext {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
#vcredite .questionary__box-secondtext {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  #vcredite .questionary__box-secondtext {
    font-size: 22px;
  }
}
#vcredite .questionary__closeform {
  width: 330px;
  height: 410px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #vcredite .questionary__closeform {
    width: 384px;
  }
}
#vcredite .questionary__closeform img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#vcredite .questionary__form {
  display: block;
  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: 8px;
  background: #FFF;
  padding: 14px 17px 24px 14px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #vcredite .questionary__form {
    padding: 29px 27px 40px 27px;
    margin-top: 0;
  }
}
#vcredite .questionary__form-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (min-width: 992px) {
  #vcredite .questionary__form-title {
    font-size: 30px;
    max-width: 330px;
  }
}
#vcredite .questionary__form-box {
  position: relative;
}
#vcredite .questionary__form-musk {
  position: absolute;
  top: 16px;
  left: 10px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #B7B7B7;
  font-weight: 500;
}
@media (min-width: 992px) {
  #vcredite .questionary__form-musk {
    top: 16px;
    font-size: 20px;
  }
}
#vcredite .questionary__form .--phone {
  color: #000;
  font-size: 13px;
}
@media (min-width: 992px) {
  #vcredite .questionary__form .--phone {
    font-size: 20px;
  }
}
#vcredite .questionary__form-input {
  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;
  padding: 13px;
  width: 100%;
  border-radius: 3px;
  border: 0.804px solid #E0E0E0;
  background: #F9F9F9;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #vcredite .questionary__form-input {
    font-size: 20px;
  }
}
#vcredite .questionary__form-input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
#vcredite .questionary__form-input::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
#vcredite .questionary__form-input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
#vcredite .questionary__form-input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
#vcredite .questionary__form-input::placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  #vcredite .questionary__form-input::-webkit-input-placeholder {
    font-size: 20px;
  }
  #vcredite .questionary__form-input::-moz-placeholder {
    font-size: 20px;
  }
  #vcredite .questionary__form-input:-ms-input-placeholder {
    font-size: 20px;
  }
  #vcredite .questionary__form-input::-ms-input-placeholder {
    font-size: 20px;
  }
  #vcredite .questionary__form-input::placeholder {
    font-size: 20px;
  }
}
#vcredite .questionary__form-submit {
  border-radius: 10px;
  background: #0038FF;
  padding: 11px 20px;
  color: #F8F7F7;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
#vcredite .questionary__form-span {
  display: none;
  border-radius: 3px;
  background: #FD4F64;
  width: 100%;
  padding: 5px 30px;
  color: #FFFAFA;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-top: 10px;
}
#vcredite .questionary__form-errors {
  border-radius: 3px;
  background: #FD4F64;
  width: 100%;
  padding: 5px 30px;
  color: #FFFAFA;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 992px) {
  #vcredite .questionary__form-errors {
    max-width: 330px;
  }
}

/* checkbox */
.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;
}

.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;
  width: 100%;
}
.checkbox-text__span {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  .checkbox-text__span {
    font-size: 15px;
    max-width: 178px;
  }
}

.checkbox-text input {
  margin-right: 10px;
  min-height: 18px;
  min-width: 18px;
  border: 0.804px solid #E0E0E0;
  background: #F9F9F9;
}
@media (min-width: 992px) {
  .checkbox-text input {
    max-width: 32px;
    max-height: 32px;
  }
}

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

/* /checkbox */