.auth-card {
  background: white url(/_/assets/desktop/images/profile-edit-bg.png) no-repeat top right;
  padding: 55px 40px 40px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1659.98px) {
.auth-card {
    padding: 30px;
}
}
.auth-card__back-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9DCE0;
  border-radius: 50%;
  font-size: 22px;
  color: #4E5C6E;
}
.auth-card__back-btn-container {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px dashed #717C8B;
  top: 32px;
  left: 32px;
  position: absolute;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.auth-card__image {
  width: 272px;
  margin: 0 auto;
}
.auth-card__image > img {
  width: 100%;
  height: auto;
}
.auth-card__title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 1659.98px) {
.auth-card__title {
    margin-top: 25px;
}
}
.auth-card__description {
  font-size: 18px;
  text-align: center;
  margin-top: 64px;
}
@media (max-width: 1659.98px) {
.auth-card__description {
    margin-top: 15px;
}
}
.auth-card__slot-container {
  border: 2px dashed #DBDEE8;
  border-radius: 15px;
  margin-top: 40px;
  padding: 32px;
}
@media (max-width: 1659.98px) {
.auth-card__slot-container {
    margin-top: 20px;
}
}
.auth-card__slot-container.small-slot {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1659.98px) {
.auth-card__slot-container.small-slot {
    max-width: 580px;
}
}
.auth-wrapper {
  padding: 62px 0;
}
@media (max-width: 1659.98px) {
.auth-wrapper {
    padding: 30px 0;
}
}
.auth-wrapper__close-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9DCE0;
  border-radius: 50%;
  font-size: 20px;
  color: #4E5C6E;
}
.auth-wrapper__close-btn-container {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px dashed #717C8B;
  top: 12px;
  left: 16px;
  position: fixed;
  -webkit-text-decoration: none;
  text-decoration: none;
}
