.headroom--not-top {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-tertiary-light {
  color: #db5eac !important;
}
.text-gray-light {
  color: #848282 !important;
}
.text-red-light {
  color: #C93D3D !important;
}
.text-light {
  color: #d1d2e4 !important;
}
.navbar-brand img {
  height: 48px;
  position: relative;
  top: -3px;
}
.n_cards > .col-12 > span {
  height: 100%;
}
.n_cards .card-body.p-5 {
  padding: 25px 20px !important;
}
.n_cards .card-body.p-5 h6 {
  font-weight: bold;
}
.n_cards .card-body.p-5 h6:after {
  content: '';
  display: block;
  margin: 8px auto;
  width: 40px;
  height: 2px;
  background-color: #db5eac;
}
.n_cards .card-body.p-5 p.text-gray {
  font-size: 15px;
  line-height: 1.3;
}
.n_cards-title select {
  background-color: #fff;
}
.n_cards-item-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n_cards-info {
  border-top: 1px solid #d1d2e4;
}
.n_cards-info > p.text-gray {
  font-size: 13px;
}
.n_cards-info > p:not(.text-gray) {
  font-size: 15px;
}
.n_cards-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.n_cards-info ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  font-size: 15px;
}
.n_cards-info ul li:not(:last-child):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #d1d2e4;
  margin-left: 10px;
}
.filter {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  border: 0.0625rem solid #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px !important;
}
.filter h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #7f7f7f;
  margin-bottom: 40px;
}
.filter-title {
  margin-bottom: 30px;
}
.filter-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d2e4;
}
.show-more {
  border: none;
  line-height: 1 !important;
  white-space: nowrap;
  user-select: none;
  background: none;
  vertical-align: middle;
  color: #893168;
}
.show-more .fa-plus {
  position: relative;
  font-size: 10px;
  transform: rotate(45deg);
}
.show-more.collapsed .fa-plus {
  transform: rotate(0);
}
.filter-range label {
  margin-bottom: 3px;
  font-size: 14px;
}
.card {
  position: relative;
}
.card > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 6px 8px -1px, rgba(0, 0, 0, 0.06) 0 3px 5px -1px !important;
}
.card-video span {
  font-size: 14px;
}
.card-video .far {
  font-size: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
}
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-contacts {
  text-align: center;
}
.footer-account a,
.footer-contacts a {
  margin: 10px 15px;
}
.footer-account a:hover,
.footer-contacts a:hover {
  opacity: 0.6;
}
.footer-account {
  text-align: right;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-bottom a,
.footer-bottom span {
  margin: 10px;
  display: inline-block;
  font-size: 15px;
}
.footer-bottom a {
  text-decoration: underline;
}
.footer-bottom a:hover {
  text-decoration: none;
}
.section-header.an-header {
  padding-top: 7rem;
}
.an-info {
  margin-bottom: 10px;
}
.an-info + .btn {
  margin-top: 10px;
}
.an-info-title {
  font-size: 14px;
  display: block;
  color: #848282 !important;
}
.an-list {
  padding: 0 20px 20px;
}
.an-item-title {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.an-item-title .icon-shape {
  flex: 0 1 auto;
  width: 2.5rem;
  height: 2.5rem;
}
.an-item-title .icon-shape > span {
  font-size: 16px;
}
.an-item-title-text {
  flex: 0 1 auto;
  width: calc(100% - 2.5rem);
  font-size: 18px;
  padding: 10px 0 0 10px;
}
.an-item-info {
  margin-bottom: 12px;
  line-height: 1.3;
}
.an-item-info span {
  display: block;
}
.an-item-info span.highlight {
  display: inline !important;
}
.an-item-info span:first-child {
  font-size: 14px;
  color: #848282 !important;
  margin-bottom: 3px;
}

.an-experience {
  margin-bottom: 30px;
  padding-left: 14px;
}
.an-experience-title {
  display: flex;
}
.ch-icon {
  width: 20px;
}
.ch-title {
  width: calc(100% - 20px);
  padding-left: 15px;
  margin-bottom: 10px;
}
.ch-title span:first-child {
  display: block;
  font-weight: bolder;
}
.ch-title span:nth-child(2) {
  font-size: 14px;
}
.an-experience-description,
.an-experience-place {
  padding-left: 35px;
}
.an-experience-place .ch-place a,
.an-experience-place .ch-place {
  font-weight: bolder;
  display: block;
}
.an-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.an-skills span {
  white-space: nowrap;
}
.an-skills span:not(:last-child):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 6px;
  width: 6px;
  background-color: #d1d2e4;
  margin: 0 0 0 15px;
  border-radius: 3px;
}
.link-disabled {
  color: #9d9b9b !important;
  pointer-events: none;
}
.easy-autocomplete {
  width: calc(100% - 40px) !important;
}
.easy-autocomplete .form-control {
  background-color: #fff !important;
}
.easy-autocomplete-container {
  text-align: left;
  color: #444;
}
.acc-info {
  background-color: #fff;
}
.filter #filter-close,
.filter-mobile-btn {
  display: none;
}
.card-body-info {
  font-size: 14px;
}
.promo-list li {
  line-height: 1.3;
  margin-top: 10px;
}
.promo-list li::marker {
  color: #db5eac;
}
.promo-list li span {
  display: block;
  font-weight: bold;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
.small-label {
  font-weight: normal;
  font-size: 14px;
}
.history-date i {
  color: #ccc4c4;
  display: inline-block;
  margin-right: 10px;
}

  .form-control::placeholder  {
	  color: #B0B5BD !important;
  }
  
    
  .bg-viewed {
    background-color: #E3E8F2 !important;
  }
  
  .bg-paid {
    background-color: #FBF0F8 !important;
  }
  
    
    .p-indent {
 padding-left: 2rem !important;
  }
  
    .input-psw {

    margin-left: -0.0625rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	
  }

.js-payment-box {
  background-color: #F3F4F6;
  padding: 3px;
}
 

@media all and (max-width: 992px) {
  .footer-top {
    text-align: center !important;
  }
  .footer-contacts {
    margin: 15px 0;
  }
  .footer-account {
    text-align: center;
  }
  .acc-btn span {
    display: none;
  }
  .filter-mobile-btn {
    display: block;
    padding: 10px 0 20px;
  }
  .filter {
    position: relative;
    box-shadow: none !important;
    border-width: 0 !important;
  }
  .filter #filter-close {
    display: block;
    position: absolute;
    right: 20px;
    top: -60px;
    cursor: pointer;
  }
  .filter-wrap {
    background-color: #fff;
    padding-top: 20px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    z-index: 995;
    transform-origin: 0 0;
    transform-style: preserve-3d;
    transform: rotateY(-100deg);
    visibility: hidden;
    opacity: 0;
  }
  .filter-wrap.open {
    right: 0;
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
    transition: transform 0.3s, opacity 0.3s;
  }
  .mobpan-open {
    overflow: hidden !important;
  }


}
