@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;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 {
  scroll-behavior: smooth;
}

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

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

#doaoffers .header-logo {
  background-color: #FFF;
}

#doaoffers .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: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 992px) {
  #doaoffers .header-logo a {
    font-size: 30px;
    line-height: 37px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#doaoffers .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) {
  #doaoffers .header-logo a img {
    max-width: 200px;
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  #doaoffers .header-logo a img {
    max-width: 300px;
    max-height: 80px;
  }
}

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

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

#doaoffers .select {
  position: relative;
  display: inline-block;
  border-radius: 0px 0px 20px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-right: 10px;
}

#doaoffers .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;
  margin-right: 17px;
}
@media (min-width: 992px) {
  #doaoffers .select__item {
    min-width: 160px;
  }
}

#doaoffers .select::after {
  content: "⌄";
  color: #61D663;
  position: absolute;
  right: -5px;
  top: -9px;
  font-size: 24px;
  line-height: 1;
}

#doaoffers .select:hover::after {
  content: "⌃";
  color: #61D663;
  margin-top: 10px;
}

#doaoffers .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;
}
#doaoffers .select__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 22px;
  height: 16px;
}
@media (min-width: 992px) {
  #doaoffers .select__icon img {
    width: 22px;
    height: 16px;
  }
}

#doaoffers .select a {
  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 13px;
}
@media (min-width: 992px) {
  #doaoffers .select a {
    font-size: 20px;
  }
}

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

#doaoffers .select-content {
  display: none;
  position: absolute;
  background: rgba(197, 250, 198, 0.94);
  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);
  z-index: 1;
  top: 21px;
  left: -5px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (min-width: 992px) {
  #doaoffers .select-content {
    left: 16px;
  }
}

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

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

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

#doaoffers .footer {
  margin-top: 20px;
  background-color: #61D663;
}
#doaoffers .footer__wrap {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 20px 0 20px 0;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
#doaoffers .footer__wrap p {
  padding-bottom: 5px;
}
#doaoffers .footer .footer__container {
  padding: 0 20px 40px 20px;
}
#doaoffers .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) {
  #doaoffers .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#doaoffers .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 10px;
}
#doaoffers .footer .footer__container .footer__list .footer__item a {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  list-style-type: none;
  padding-right: 30px;
  cursor: pointer;
  padding-bottom: 10px;
  padding-right: 0;
  margin: 0 10px;
}
@media (min-width: 992px) {
  #doaoffers .footer .footer__container .footer__list .footer__item a {
    padding-bottom: 10px;
    padding-right: 30px;
  }
}

strong {
  font-weight: bold;
}

@media (min-width: 360px) and (max-width: 560px) {
  #doaoffers .cards {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#doaoffers .cards .card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  grid-gap: 20px 10px;
  padding: 0 20px;
  padding: 30px 20px 0;
  -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: 360px) and (max-width: 560px) {
  #doaoffers .cards .card__container {
    grid-template-columns: repeat(2, minmax(0, 175px));
    gap: 10px;
  }
}
@media (min-width: 992px) {
  #doaoffers .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  #doaoffers .cards .card__container {
    padding: 0;
  }
}
#doaoffers .cards .card__container-stars {
  height: 16px;
  max-width: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}
#doaoffers .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#doaoffers .cards .card__container-stars.--color-2 svg:first-child path,
#doaoffers .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#doaoffers .cards .card__container-stars.--color-3 svg:first-child path,
#doaoffers .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#doaoffers .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#doaoffers .cards .card__container-stars.--color-4 svg:first-child path,
#doaoffers .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#doaoffers .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#doaoffers .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#doaoffers .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #doaoffers .cards .card__container-stars {
    max-width: 120px;
    height: 24px;
  }
}
#doaoffers .cards .card__container-stars img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#doaoffers .cards .card__container-stars span {
  color: #686868;
  font-size: 10px;
}
@media (min-width: 992px) {
  #doaoffers .cards .card__container-stars span {
    font-size: 14px;
  }
}
#doaoffers .cards .card__wrap {
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 10px 15px;
  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;
}
#doaoffers .cards .bg-card-mob {
  display: block;
  background: #FC508E;
  margin: 12px -15px 0 -15px;
}
@media (min-width: 768px) {
  #doaoffers .cards .bg-card-mob {
    height: 39px;
    position: static;
    width: 100%;
    border-radius: 0;
    margin: 0 -15px;
    width: auto;
    z-index: 1;
  }
}
@media (min-width: 900px) {
  #doaoffers .cards .bg-card-mob {
    margin: 12px -15px 0 -15px;
    width: auto;
  }
}
@media (min-width: 907px) {
  #doaoffers .cards .bg-card-mob {
    margin: 12px -15px 0 -15px;
    width: auto;
  }
}
@media (min-width: 1000px) {
  #doaoffers .cards .bg-card-mob {
    margin: 12px -15px 0 -15px;
  }
}
@media (min-width: 1200px) {
  #doaoffers .cards .bg-card-mob {
    margin: 12px -16px 0 -16px;
  }
}
#doaoffers .cards .bg-card-mob span {
  height: 50px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
  font-style: normal;
  font-weight: 600;
  color: #FFF;
}
@media (min-width: 768px) {
  #doaoffers .cards .bg-card-mob span {
    height: 100%;
    font-weight: 700;
  }
}
@media (min-width: 990px) {
  #doaoffers .cards .bg-card-mob {
    display: none;
  }
}
#doaoffers .cards .bg-card-ps {
  display: none;
}
#doaoffers .cards .bg-card-ps {
  display: none;
}
@media (min-width: 990px) {
  #doaoffers .cards .bg-card-ps {
    display: block;
    max-width: 175px;
    border-radius: 5px;
    background: #FC508E;
    padding: 4px;
    margin: 8px auto 8px;
  }
  #doaoffers .cards .bg-card-ps span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  #doaoffers .cards .cards__footer {
    font-size: 11px;
    font-weight: 300;
    margin: 5px;
  }
}
#doaoffers .cards .cards__footer span {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: normal;
  color: #787777;
}
#doaoffers .cards .cards__button {
  background-color: #61D663;
  color: #000;
  border-radius: 30px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 992px) {
  #doaoffers .cards .cards__button {
    line-height: 25px;
    padding: 12px 0;
    margin-top: 0;
  }
}
#doaoffers .cards .cards__style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doaoffers .cards .card__title {
  display: none;
  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;
}
#doaoffers .cards .card__img {
  height: 65px;
  max-width: 177px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  overflow: hidden;
}
#doaoffers .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #doaoffers .cards .card__img img {
    width: 100%;
  }
}
#doaoffers .cards .cards__info {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  padding-top: 13px;
}
#doaoffers .cards .cards__list {
  font-weight: 500;
  font-size: 14px;
  color: #767676;
}
#doaoffers .cards .cards__list.--padding {
  padding-bottom: 13px;
}
#doaoffers .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;
}
@media (min-width: 992px) {
  #doaoffers .cards .cards__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#doaoffers .creditors__caption {
  text-align: center;
  padding: 40px 20px 15px 20px;
  font-weight: 600;
  font-size: 19px;
  line-height: normal;
  color: #000;
}
@media (min-width: 992px) {
  #doaoffers .creditors__caption {
    font-size: 35px;
    line-height: normal;
    padding: 50px 0 30px 0;
  }
}
#doaoffers .creditors__title {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 11px;
}
@media (min-width: 992px) {
  #doaoffers .creditors__title {
    font-size: 20px;
  }
}
#doaoffers .creditors__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  grid-gap: 10px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  #doaoffers .creditors__container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    padding: 0;
    margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  #doaoffers .creditors__container {
    margin: 0;
  }
}
#doaoffers .creditors .wrap.cards .card__container {
  grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
}
#doaoffers .creditors__wrap {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 17px 13px 14px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#doaoffers .creditors__list {
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  color: #000;
}
@media (min-width: 992px) {
  #doaoffers .creditors__list {
    font-size: 12px;
  }
}

#doaoffers .requirements__caption {
  text-align: center;
  padding: 40px 0 13px 0;
  font-weight: 600;
  font-size: 19px;
  line-height: normal;
  color: #000;
}
@media (min-width: 992px) {
  #doaoffers .requirements__caption {
    font-size: 35px;
    padding: 60px 0 30px 0;
  }
}
#doaoffers .requirements__container {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px;
  margin: 0 20px;
}
@media (min-width: 992px) {
  #doaoffers .requirements__container {
    padding: 30px 60px;
  }
}
@media (min-width: 1200px) {
  #doaoffers .requirements__container {
    margin: 0;
  }
}
#doaoffers .requirements__text {
  padding-top: 30px;
}
#doaoffers .requirements__list {
  padding-top: 20px;
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  color: #000000;
}
@media (min-width: 992px) {
  #doaoffers .requirements__list {
    font-size: 12px;
  }
}

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

@media (min-width: 992px) {
  #doaoffers .cards.--row .card__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0 20px;
    margin: 20px 20px 0 20px;
  }
  #doaoffers .cards.--row .card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
    border-radius: 14px;
    padding: 28px 35px 14px 24px;
    height: 160px;
  }
  #doaoffers .cards.--row .cards__style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media (min-width: 992px) and (min-width: 360px) and (max-width: 560px) {
  #doaoffers .cards.--row .cards__style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  #doaoffers .cards.--row .card__title {
    display: none;
    position: relative;
    top: 5px;
  }
  #doaoffers .cards.--row .card__img {
    height: 65px;
    width: 215px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-right: 10px;
  }
  #doaoffers .cards.--row .card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #doaoffers .cards.--row .cards__border1 {
    padding-right: 10px;
    padding-left: 20px;
    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;
  }
  #doaoffers .cards.--row .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;
    padding-right: 10px;
    padding-left: 20px;
  }
  #doaoffers .cards.--row .cards__border.margin {
    margin-bottom: 15px;
  }
  #doaoffers .cards.--row .cards__info {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #000;
    padding-top: 0;
    padding-bottom: 12px;
    max-width: 104px;
  }
  #doaoffers .cards.--row .cards__info.--width {
    max-width: 166px;
  }
  #doaoffers .cards.--row .cards__list {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #595959;
    max-width: 96px;
  }
  #doaoffers .cards.--row .cards__button {
    background-color: #61D663;
    color: #000;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 11px 0;
    width: 220px;
    display: inline-block;
    cursor: pointer;
  }
  #doaoffers .cards.--row .cards__footer span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: normal;
    color: #787777;
    padding: 5px;
  }
}
@media (min-width: 1120px) {
  #doaoffers .cards.--row .card__container {
    padding: 0;
  }
}

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

#doaoffers .articles .articles__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #000000;
  text-align: center;
}
#doaoffers .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;
}
#doaoffers .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) {
  #doaoffers .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;
  }
}
#doaoffers .articles__img {
  max-width: 230px;
  height: 50px;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  #doaoffers .articles__img {
    max-width: 230px;
    height: 110px;
    margin-right: 30px;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
  }
}
#doaoffers .articles__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#doaoffers .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;
}
#doaoffers .articles__wrap-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0 5px 0;
  color: #000000;
}
#doaoffers .articles__wrap-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
#doaoffers .articles__data-input {
  color: #0038FF;
  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: #61D663;
  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: #61D663;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

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

#doaoffers .error {
  height: 100%;
}
#doaoffers .error__title {
  padding: 10px 0;
}
#doaoffers .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;
}
#doaoffers .error__box {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
}
#doaoffers .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#doaoffers .error__button {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  background-color: #61D663;
  border-radius: 15px;
  max-width: 350px;
  padding: 18px 42px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #doaoffers .error__button {
    font-size: 22px;
  }
}
#doaoffers .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-family: Inter;
  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: 12px 20px;
  position: relative;
  color: #000;
  background-color: #fff;
  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: #61D663;
  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: #61D663;
}
.faq__input:checked ~ .faq__title:after {
  content: "×";
  color: #61D663;
  font-size: 20px;
}
@media (min-width: 992px) {
  .faq__input:checked ~ .faq__title:after {
    font-size: 35px;
  }
}
.faq__input:checked ~ .faq__text {
  display: block;
}
.faq__item {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 20px;
  margin-bottom: 10px;
}

.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;
  }
}
.conditions__caption {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: start;
  padding: 20px 0 15px 0;
  margin: 0 20px;
}
@media (min-width: 992px) {
  .conditions__caption {
    padding: 50px 0 30px 0;
    font-size: 35px;
    text-align: center;
    margin: 0;
  }
}
.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: 15px 10px 15px 15px;
  background: #FFF;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .conditions__card {
    padding: 25px 16px 25px 25px;
    border-radius: 10px;
  }
}
.conditions__card-boximg {
  width: 40px;
  height: 40px;
  -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: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) {
  .conditions__card p {
    font-size: 18px;
  }
}

#doaoffers .questionary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#doaoffers .questionary__container {
  padding: 35px 15px 0 15px;
  width: 100%;
}
@media (min-width: 900px) {
  #doaoffers .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) {
  #doaoffers .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 15px 0 15px;
  }
}
#doaoffers .questionary__title {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 13px;
}
@media (min-width: 992px) {
  #doaoffers .questionary__title {
    font-size: 50px;
    padding-bottom: 60px;
  }
}
#doaoffers .questionary__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0 0;
}
@media (min-width: 992px) {
  #doaoffers .questionary__box {
    padding: 40px 0 0 0;
  }
}
#doaoffers .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) {
  #doaoffers .questionary__box-img {
    width: 70px;
    height: 70px;
    margin-right: 35px;
  }
}
#doaoffers .questionary__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#doaoffers .questionary__box-firsttext {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) {
  #doaoffers .questionary__box-firsttext {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
#doaoffers .questionary__box-secondtext {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  #doaoffers .questionary__box-secondtext {
    font-size: 22px;
  }
}
#doaoffers .questionary__closeform {
  width: 330px;
  height: 410px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #doaoffers .questionary__closeform {
    width: 384px;
  }
}
#doaoffers .questionary__closeform img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#doaoffers .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) {
  #doaoffers .questionary__form {
    padding: 29px 27px 40px 27px;
    margin-top: 0;
  }
}
#doaoffers .questionary__form-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  #doaoffers .questionary__form-title {
    font-size: 30px;
    max-width: 307px;
    padding-bottom: 30px;
  }
}
#doaoffers .questionary__form-box {
  position: relative;
}
#doaoffers .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) {
  #doaoffers .questionary__form-musk {
    top: 16px;
    font-size: 20px;
  }
}
#doaoffers .questionary__form .--phone {
  padding-left: 20px;
}
#doaoffers .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) {
  #doaoffers .questionary__form-input {
    font-size: 20px;
  }
}
#doaoffers .questionary__form-input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
#doaoffers .questionary__form-input::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
#doaoffers .questionary__form-input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
#doaoffers .questionary__form-input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
#doaoffers .questionary__form-input::placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  #doaoffers .questionary__form-input::-webkit-input-placeholder {
    font-size: 20px;
  }
  #doaoffers .questionary__form-input::-moz-placeholder {
    font-size: 20px;
  }
  #doaoffers .questionary__form-input:-ms-input-placeholder {
    font-size: 20px;
  }
  #doaoffers .questionary__form-input::-ms-input-placeholder {
    font-size: 20px;
  }
  #doaoffers .questionary__form-input::placeholder {
    font-size: 20px;
  }
}
#doaoffers .questionary__form-input.invalid {
  background: red;
}
#doaoffers .questionary__form-submit {
  border-radius: 10px;
  background: #61D663;
  padding: 11px 20px;
  color: #000;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
#doaoffers .questionary__form-span {
  display: none;
  border-radius: 3px;
  background: #FF1834;
  width: 100%;
  padding: 5px 30px;
  color: #FFFAFA;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-top: 10px;
}
#doaoffers .questionary__form-errors {
  border-radius: 3px;
  background: #FF1834;
  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) {
  #doaoffers .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;
  }
}

#myCheck {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 0.804px solid #E0E0E0;
  background: #F9F9F9;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
}
@media (min-width: 992px) {
  #myCheck {
    width: 32px;
    height: 32px;
  }
}

#myCheck:checked {
  border: 0.804px solid #E0E0E0;
  background-color: #61D663;
}
@media (min-width: 992px) {
  #myCheck:checked {
    width: 32px;
    height: 32px;
  }
}

input[type=checkbox]:checked::before {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMTI4MC4wMDAwMDBwdCIgaGVpZ2h0PSIxMjUzLjAwMDAwMHB0IiB2aWV3Qm94PSIwIDAgMTI4MC4wMDAwMDAgMTI1My4wMDAwMDAiCiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0Ij4KPG1ldGFkYXRhPgpDcmVhdGVkIGJ5IHBvdHJhY2UgMS4xNSwgd3JpdHRlbiBieSBQZXRlciBTZWxpbmdlciAyMDAxLTIwMTcKPC9tZXRhZGF0YT4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsMTI1My4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik0xMjAwMCAxMjUyMCBjLTE5MiAtMjcgLTM5NSAtOTggLTY1NSAtMjMwIC00NDYgLTIyNSAtOTYxIC01OTAKLTE2MjAgLTExNDkgLTkyNiAtNzg1IC0yMTU4IC0yMDAwIC0zNDY2IC0zNDE2IC02NjEgLTcxNyAtMTM4OSAtMTUzNyAtMTkxMwotMjE1NyAtODcgLTEwNCAtMTU5IC0xODggLTE2MCAtMTg4IC0xIDAgLTY3IDM0IC0xNDYgNzYgLTI1NSAxMzQgLTg3NSA0NDIKLTEwNzggNTM2IC04NDkgMzkxIC0xNDQxIDU5NSAtMTkxMiA2NTkgLTEzNCAxOCAtMzY4IDEzIC00NzkgLTEwIC0yMjQgLTQ4Ci00MDUgLTE4MSAtNDk1IC0zNjYgLTUyIC0xMDQgLTY5IC0xODMgLTcwIC0zMTAgLTEgLTEwNSAxIC0xMTMgMzIgLTE3NyAyOQotNTkgNTUgLTg3IDIzNSAtMjU0IDQzOCAtNDA3IDkxOSAtOTA0IDEyNzMgLTEzMTUgNzkyIC05MjEgMTYyNSAtMjE2NyAyNTc5Ci0zODU4IDE2OCAtMjk3IDIzNCAtMzU1IDQwNSAtMzU1IDY2IDAgOTYgNSAxMzIgMjEgMTEzIDUxIDE1OCAxMTEgMjM4IDMxMwoxMzUgMzQxIDM5OCA5NjQgNTY1IDEzMzUgMTI4NSAyODY2IDI4MjAgNTI5NSA0NjU0IDczNjUgNTIwIDU4NyA5NzEgMTA0OQoxODIxIDE4NjYgNjY1IDY0MCA3OTAgNzg4IDg0NCAxMDA1IDgxIDMyOCAtMTg3IDYwMSAtNjA0IDYxNCAtNjMgMiAtMTQ0IDAKLTE4MCAtNXoiLz4KPC9nPgo8L3N2Zz4K) no-repeat;
  content: "";
  background-size: 80%;
  background-position: 4px 2px;
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  input[type=checkbox]:checked::before {
    width: 30px;
    height: 30px;
  }
}

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

/* /checkbox */
.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper::before {
  content: "+";
  position: absolute;
  color: #757575;
  z-index: 1;
  left: 10px;
  top: 56%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
}
@media (min-width: 375px) {
  .input-wrapper::before {
    left: 9px;
    top: 27px;
  }
}
@media (min-width: 992px) {
  .input-wrapper::before {
    top: 33px;
  }
}