.title-candidates {
		font-size: 50px;
    line-height: 100%;
    font-weight: 900;
    text-align: center;
    color: #000;
}
@media (max-width: 992px) {
	.title-candidates {
		font-size: 35px;
	}
}
.master__block-title {
	color: black;
}

/* Стили для ошибок с  формы отправки резюме */
.resume__error {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.item-master__desc p{
	margin-bottom: 5px;
}

.card__item-desc p {
	margin-bottom: 5px;
}
.popup__form-btn {
	z-index: unset;
}

.master {
	margin-top: 50px;
	margin-bottom: 50px;
}


/*scticky*/

#sidebarWrap {
    width: 330px;
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

#sidebar {
    position: absolute;
}

#sidebar.fixed {
    position: fixed;
    top: 0;
    margin-top: 40px;
}

@media (max-width: 1835px) {
  #sidebarWrap {
   width: 267px;
  }
  .banner {
    width: 252px;
  }
}

@media (max-width: 1637px) {
  #sidebarWrap {
    display: none;
  }
}

@media (min-width: 2400px) {

  .banner {
    width: 350px;
  }
  #sidebarWrap {
    width: 370px;
  }
}

.mobile__banner {
  display: none;
}
@media (max-width: 1637px) {
  .mobile__banner {
    display: block;
  }
  .mobile__img {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .mobile__img {
    width: 100%;
  }
}
/*Show - Hidden у формы резюме*/
.work{
  display: none;
  margin-bottom: 40px;
}
.cons{
  display: none;
  margin-bottom: 40px;
}
.hidden {
  display: block;
}


.total {
    color: red;
    width: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    background: linear-gradient(
317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: -5px -5px 10px #fafbff, 5px 5px 10px #a6abbd;
    box-shadow: -5px -5px 10px #fafbff, 5px 5px 10px #a6abbd;
    border-radius: 0 0 10px 10px;
    padding: 15px 35px;
    margin-bottom: 50px;
}
.total span {
    width: 70%;
    padding: 15px;
    border: 2px solid #ff5731;
    color: #ff5731;
    font-size: 18px;
    text-decoration: unset;
    border-radius: 10px;
}

@media (max-width: 992px) {
  .total {
    width: 70%;
    padding: 10px 22px;
  }
  .total span {
    width: 100%;
    font-size: 14px;
  }
}

.mb-50 {
    margin-bottom: unset;
}

.more-btn {
    color: #ff5731;
    text-decoration: unset;
    border: 2px solid #ff5731;
    width: 50%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
}

.card__current-sum {
  font-size: 14px;
  font-weight: 500;
}