.partners-filters__reset {
  margin: 0 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #878e91;
  cursor: pointer;
}

.partners-filters__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

.partners-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 23px;
}

.partners__inner {
  position: relative;
  display: flex;
  width: 100%;
  margin: 48px 0 0;
  padding: 42px 18px 2px;
  border-radius: 20px;
  background: #fff;
  min-height: calc(100vh - 271px);
}

.partners__filters-desktop {
  display: block;
}

.partners-filters {
  width: 248px;
  margin: 0 27px 0 0;
  padding: 67px 0 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
}

.partners-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 23px;
}

.partners_check_box {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.partners_check_label {
  margin-top: 5px;
  margin-left: 10px;
}

.partners-filters__mobile-btn-wrap {
  width: calc(100% + 40px);
  padding: 14px 20px 26px 20px;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  box-shadow: 0 -4px 7px rgba(157,172,207,.27);
  transform: translateX(-20px);
}

.partners__content {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: flex-start;*/
  width: 100%;
  /*padding: 0;*/
}

.partners__filters {
  display: none;
  align-items: center;
  margin: 0 0 20px;
  cursor: pointer;
}

.partners__content-list-wrap {
  /*display: block;*/
  /*width: 100%;*/
}

.partners-list__item {
  /*display: flex;*/
  width: 350px;
  margin: 0 25px 30px 0;
  padding: 10px 24px 24px 27px;
  border-radius: 25px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background: #fff;
}

.partners-list__item-desc-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 96px;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 28px 0 0;
}

.partners-list__item-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 337px;
}

.partners-list__item-desc-button {
  display: block;
  margin-left: auto;
  margin-top: 10px;
  padding: 12px 30px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #00ae5b;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 10px;
  padding: 4px 10px;
}

.partners-list__item-desc-name {
  margin: 0 0 11px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #018559;
}

.partners-list__item-desc-text {
  margin: 0 0 auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #878e91;
}

.partners-list__item-desc-button-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.partners-list__item-desc-opener {
  margin: 10px 15px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #008ddd;
  cursor: pointer;
}

.partners-list__item-desc-link {
  display: none;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #008ddd;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
}

