body {
  font-family: "Craftwork Grotesk";
  font-weight: normal;
}

main {
  background-image: url("/assets/img/bgcommon.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.partner__item {
  height: 250px;
  width: 100%;
  background-image: url("/assets/img/items.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}
.partner__item-img {
  object-fit: contain;
}

.common__bg {
  background-image: url("/assets/img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.common__img {
  border-radius: 25px 0 0 0;
  overflow: hidden;
}
.common__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.common__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
}

.img__radius-right-top {
  border-top-right-radius: 45px;
}
.img__radius-left-top {
  border-top-left-radius: 45px;
}

.btn-blue_light {
  color: #0820A5;
  background: transparent;
  padding: 15px 20px;
  display: block;
  width: fit-content;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #0820A5;
  transition: all ease-in-out 0.4s;
}
.btn-blue_light:hover {
  color: white;
  border-color: transparent;
  background: #04446f;
}
.btn-yellow {
  color: black;
  background: #FFED1F;
  padding: 15px 20px;
  display: block;
  width: fit-content;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid transparent;
  transition: all ease-in-out 0.4s;
}
.btn-yellow:hover {
  color: #FFED1F;
  border-color: #FFED1F;
  background: transparent;
}
.btn-blue {
  color: white;
  background: #0820A5;
  padding: 15px 20px;
  display: block;
  width: fit-content;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid transparent;
  transition: all ease-in-out 0.4s;
}
.btn-blue:hover {
  color: #0820A5;
  border-color: #0820A5;
  background: transparent;
}

.header__btn {
  background: #0820A5;
  color: white;
  padding: 15px 25px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all ease-in-out 0.4s;
}
.header__btn:hover {
  background: transparent;
  color: #0820A5;
  border-color: #0820A5;
}
.header__lang {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: black;
}
.header__lang.active {
  color: #0820A5;
  font-weight: bold;
}
.header__nav-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: black;
  text-decoration: none;
  position: relative;
}
.header__nav-item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all ease-in-out 0.4s;
  background: #0820A5;
}
.header__nav-item:hover::before {
  width: 100%;
}
.header__nav-item + .header__nav-item {
  margin-left: 25px;
}

.news__item {
  color: black;
  text-decoration: none;
}
.news__item:hover {
  color: black;
}
.news__item-text {
  font-size: 14px;
  line-height: 100%;
}
.news__item-btn {
  color: #0820A5;
  text-decoration: none;
}
.news__item-img {
  border-radius: 25px 0 25px 25px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .footer__btn {
    width: 100%;
    text-align: center;
  }
}
.footer__nav-item {
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}
.footer__nav-item:hover {
  color: #FFED1F;
}
.footer__nav-item + .footer__nav-item {
  margin-top: 20px;
}

.active_money-btn {
  background: transparent;
  outline: transparent;
  color: white;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  border: 1px solid transparent;
}
.active_money-btn.active, .active_money-btn:hover {
  color: yellow;
}
.active_money-item + .active_money-item {
  margin-top: 25px;
}
.active_money-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: white;
  position: relative;
}
.active_money-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100px;
  height: 1px;
  background: white;
}
.active_money-tab {
  display: none;
}
.active_money-tab.show {
  display: block;
}

.splide__pagination__page {
  background: grey;
}

.splide__pagination__page.is-active {
  background-image: url("../img/items.png");
  background-size: cover;
}

.splide__pagination {
  bottom: -1.5rem;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.login__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.login__loss-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.login__loss-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #000000;
}
.login__input-inner + .login__input-inner {
  margin-top: 20px;
}
.login__input-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: black;
}
.login__input-item {
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid #9C9C9C;
  margin-top: 10px;
  outline: transparent;
}
.login__title-link {
  color: black;
  text-decoration: none;
  font-size: 30px;
  line-height: 33px;
}
@media (max-width: 768px) {
  .login__title-link {
    font-size: 24px;
    line-height: 30px;
  }
}
.login__title-link.active {
  color: #0820A5;
  position: relative;
}
.login__title-link.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: #0820A5;
}

.text-yellow {
  color: #FFED1F;
}

.succes_register-inner {
  border: 2px solid #0820A5;
  border-radius: 10px;
}

.help {
  border-radius: 10px;
}
.help-link, .help-link:hover {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #BBD1FE;
}
.help__btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.help__btn.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #FFED1F;
}
.help__item + .help__item {
  margin-top: 20px;
}
.help-close {
  top: 10px;
  right: 10px;
}

.contacts__item-link {
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  text-decoration: none;
  color: black;
}
@media (max-width: 992px) {
  .contacts__item-link {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .contacts__item-link {
    font-size: 20px;
    line-height: 24px;
  }
}
.contacts__item-link:hover {
  color: blue;
}

.dobro-img {
  width: 65%;
}
@media (max-width: 768px) {
  .dobro-img {
    width: 100%;
  }
}
.dobro__item {
  background-image: url("../img/items.png");
  background-size: cover;
  border-radius: 35px;
  overflow: hidden;
  color: white;
}
.dobro__item-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.dobro__item-title {
  color: white;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.projects__link {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: black;
  position: relative;
}
.projects__link.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: black;
}

.about__info-label {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #0820A5;
}
@media (max-width: 768px) {
  .about__info-label {
    font-size: 18px;
  }
}
.about__info-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: black;
}
@media (max-width: 992px) {
  .about__info-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.report__table {
  text-align: center;
}
.report__table-inner {
  background: #3B4F74;
  color: #FFED1F;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.report__table-inner td {
  padding: 10px 0;
}
.report__table-body tr:nth-child(even) {
  background: #BBD1FE;
}
.report__table-body td {
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
}

.news__item-title {
  line-height: 101%;
  font-size: 18px;
  margin: 10px 0;
}

.cabinet__nav {
  border: 1px solid #BBD1FE;
  border-radius: 10px;
  overflow: hidden;
}
.cabinet__nav-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
  color: black;
  transition: all ease-in-out 0.4s;
}
.cabinet__nav-link:hover, .cabinet__nav-link.active {
  background: #BBD1FE;
  color: black;
}

.category__item {
  border: 1px solid #0820A5;
  border-radius: 20px;
}
.category__item-code, .category__item-category {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: black;
}
.category__item-like {
  background: transparent;
  border-color: transparent;
  outline: transparent;
  position: absolute;
  right: 5px;
  top: 10px;
}
.category__item-like:hover svg * {
  fill: darkred;
}
.category__item-like.active:hover svg * {
  fill: #2E8CFF;
}
.category__item-like.active svg * {
  fill: darkred;
}
.category__link {
  width: 75%;
  border-radius: 40px;
  padding: 15px 10px;
  border: 2px solid transparent;
  text-decoration: none;
}
.category__link:hover, .category__link.active {
  border-color: #0820A5;
  background: rgba(255, 237, 31, 0.2);
}
.category__text {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}
.category__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__img-inner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav__close {
  background: transparent;
  border-color: transparent;
  outline: none;
  right: 15px;
  top: 20px;
}
.sidenav__lang {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.sidenav__lang-item {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #0820A5;
  border: 1px solid #0820A5;
  background: transparent;
  text-decoration: none;
}
.sidenav__lang-item.active {
  background: #0820A5;
  color: white;
}
.sidenav__link {
  padding: 10px 15px;
  text-decoration: none;
  color: black;
  font-size: 24px;
  line-height: 30px;
}
.sidenav__link + .sidenav__link {
  margin-top: 15px;
}
.sidenav.show {
  width: 60%;
}
@media (max-width: 576px) {
  .sidenav.show {
    width: 85%;
  }
}

.category__item-label {
  position: absolute;
  bottom: 15px;
  right: 0;
  padding: 2px 10px;
}
.category__item-label.need {
  background: #FFED1F;
  color: black;
}
.category__item-label.can {
  background: green;
  color: white;
}

.section + .section {
  margin-top: 100px !important;
}

.report_img {
  width: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=index.css.map */
