.partners-fourteen-block {
  background: #080f18 !important;
  padding: 100px 0;
}
.partners-fourteen-block__offer {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.partners-fourteen-block__offer .top-title {
  display: flex;
  align-items: center;
  background-color: var(--background-secondary);
  padding: 10px 20px;
  width: max-content;
  max-width: 100%;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
.partners-fourteen-block__offer .top-title__icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.partners-fourteen-block__offer .top-title__icon svg {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.partners-fourteen-block__offer .top-title__text {
  color: var(--main-text-primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.partners-fourteen-block__offer .title-wrapper__block-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--h1);
  text-align: center;
  margin-bottom: 40px;
  font-family: "Montserrat" !important;
  color: #ff7e24 !important;
}
.partners-fourteen-block__offer .title-wrapper__block-title span {
  font-weight: 800;
  color: var(--primary);
}
.partners-fourteen-block__offer .title-wrapper__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--h1);
}
.partners-fourteen-block__items .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2%;
}
.partners-fourteen-block__items .items-wrapper .partner-item {
  width: 15%;
}
.partners-fourteen-block__items
  .items-wrapper
  .partner-item
  .partner-item__image {
  width: 100%;
  padding-top: 61%;
  position: relative;
  background-color: var(--background);
  border-radius: 50%;
}
.partners-fourteen-block__items
  .items-wrapper
  .partner-item
  .partner-item__image
  img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.partners-fourteen-block .bottom {
  margin-left: auto;
  max-width: 500px;
  margin-top: 40px;
}
.partners-fourteen-block .bottom__plus {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}
.partners-fourteen-block .bottom__plus svg {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.partners-fourteen-block .bottom__description {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: var(--main-text-primary);
}

@media (max-width: 1200px) {
  .partners-fourteen-block__items .items-wrapper .partner-item.only-image {
    padding: 30px;
  }
  .partners-fourteen-block .bottom {
    margin-top: 30px;
  }
  .partners-fourteen-block .bottom__plus {
    margin-bottom: 15px;
  }
  .partners-fourteen-block .bottom__description {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .partners-fourteen-block__items .items-wrapper {
    justify-content: flex-start;
    grid-gap: 1%;
    grid-row-gap: 15px;
  }
  .partners-fourteen-block__items .items-wrapper .partner-item {
    width: 19.2%;
  }
}
@media (max-width: 767px) {
  .partners-fourteen-block__offer {
    margin-bottom: 30px;
  }
  .partners-fourteen-block__offer .top-title {
    margin-bottom: 15px;
  }
  .partners-fourteen-block__offer .title-wrapper__block-title {
    margin-bottom: 15px;
  }
  .partners-fourteen-block .bottom {
    max-width: 100%;
  }
  .partners-fourteen-block .bottom__plus {
    width: 30px;
    height: 30px;
  }
  .partners-fourteen-block .bottom__description {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .partners-fourteen-block__items .items-wrapper {
    grid-gap: 1%;
    grid-row-gap: 10px;
  }
  .partners-fourteen-block__items .items-wrapper .partner-item {
    width: 32.6%;
  }
}

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