#object-commission_type .custom-checkbox {
    display: block;
}

.js-user-percent {
    max-width: 280px;
    width: 100%;
}

.icon-pin {
    cursor: pointer;
}

#map {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
  #map{
    max-width: calc(100% - 10px);
  }
}


@media (min-width: 992px) {
  .name-phone .custom-input {
      max-width: 100%;
  }
}


@media (min-width: 992px) {
  .video .custom-input {
      max-width: none;
  }
}

.custom-type-house {
    max-width: 280px !important;
}

.profile-category-sublist {
    display: block;
}

.profile-catalog .pagination {
    display: block;
}

.active_sort {
    color: blue;
    font-weight: bold;
}

.active_sort:focus {
    color: blue;
    font-weight: bold;
}

.active_sort:hover {
    color: black;
}

.image-preview_modal {
    border-radius: 3px;
}

@media (max-width: 991px) {
    .image-preview_modal {
        max-width: 290px;
    }
}

.favorite-count {
    position: absolute;
    background: #ccc;
    left: 10px;
    top: -10px;
    width: 20px;
    height: 20px;
    color: #303030;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.header-favorite-count {
    position: absolute;
    background: #ccc;
    width: 20px;
    height: 20px;
    color: #303030;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -15px;
    margin-top: -5px;
}

.profile-nav__link .header-favorite-count {
    margin-left: 5px;
}

.profile-settings-details__item.has-error label {
    color: red;
}

.iframe-video {
    text-align: center;
}

.iframe-video iframe {
    max-width: 100% !important;
    display: inline-block;
}

.text-capitalize {
    text-transform: capitalize;
}

.search-form {
    position: relative;
}

.not-found {
    padding-bottom: 50px;
}

.footer_empty .content {
    padding-bottom: 70px;
}
@media (max-width: 991px) {
    .footer_empty .content {
        padding-bottom: 140px;
    }
}

.footer__copyright a {
    color: #fff;
}

.product-item-slider {
    overflow: hidden;
    /*max-height: 250px;*/
}

.mb {
    margin-bottom: 50px;
}



.card-title-wrap-box{
  position: relative;
  margin-top: -3px;
  margin-bottom: 25px;
}
@media(min-width:992px){
  .card-title-wrap-box{
    margin-top: 14px;
    margin-bottom: 32px;
  }
}
.card-title-wrap-box .card-title{
  display: inline;
  margin: 0;
}
.card-title-wrap-box .product-item__wish{
  margin-top: -5px;
}
.card__address:before{
  transform: translateY(-50%);
}

.rating_sorting_btn {
    width: 135px;
}

.commission-text {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
}
