.user-profile-connect-block {
  /* background: ; */
  border: 1px solid var(--color-ink-terface-5);
  border-radius: 8px;
  padding-bottom: 210px;
  padding-top: 30px;
  overflow: hidden;
  background: #fff url("../../resources/images/connection-image.png") center bottom no-repeat;
}

@media (min-width: 768px) {
  .user-profile-connect-block {
    padding-top: 30px;
  }
}

/*
.user-profile-connect-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  background: #fff url("../../resources/images/connection-image.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}*/

.user-profile-connect-block .user-profile-connect__content {
  padding: 0 20px;
  z-index: 1;
}

@media (min-width: 768px) {
  .user-profile-connect-block .user-profile-connect__content {
    padding: 0 40px;
  }
}

.user-profile-connect-block .connect-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  text-align: center;
  color: var(--color-cherry-pop);
  margin-top: 0;
  margin-bottom: 27px;
}

.user-profile-connect-block .connect-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.user-profile-connect-block .connect-buttons button {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 14px 25px;
}

.user-profile-connect-block .connect-buttons .connect-button {
  width: 100%;
}

@media (max-width: 767px) {
  .user-profile-connect-block .connect-buttons .connect-button {
    margin-bottom: 20px;
  }

  .user-profile-connect-block .connect-buttons .connect-button:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .user-profile-connect-block .connect-buttons .connect-button {
    width: 48%;
  }
}

.user-profile-connect-block .connect-buttons .connect-button a {
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  padding: 14px 24px 14px 14px;
}

@media (max-width: 767px) {
  .user-profile-connect-block .connect-buttons .connect-button a {
    justify-content: center;
  }
}

.user-profile-connect-block .connect-buttons .connect-button a::before {
  content: "";
  display: block;
}

.user-profile-connect-block .connect-message-btn a {
  background: #f8fbfc;
  color: #ff3366;
}

.user-profile-connect-block .connect-message-btn a::before {
  margin-right: 10px;
  background: url("../../resources/icons/message-red.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 18px;
}

.user-profile-connect-block .connect-default-btn a {
  background: #ff3366;
  color: #fff;
}

.user-profile-connect-block .connect-default-btn a::before {
  margin-right: 14px;
  background: url("../../resources/icons/user-connect-white.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

/*# sourceMappingURL=user-profile-connect-block.css.map */


.user-logged-in .user-profile-connect-block {
  margin-top: 124px;
}