.service-item {
  background-color: #fff;
}
.box-title {
  padding: 35px 50px 40px 50px;
}
.form-control {
  background: #FFFFFF;
  border: 1px solid rgba(80, 66, 66, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
}
.filter-block {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  margin-top: 80px;
}
.filter-block__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 30px;
}
.filter-block__label {
  margin-bottom: 20px;
}
.filter-block__group {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .filter-block__group {
    padding: 0 1.5rem;
  }
}
.range-labels {
  font-size: 1.71428571rem;
  white-space: nowrap;
  text-align: right;
  width: 12%;
}
.rangeSlider {
  background: #bdbdbd;
}
.rangeSlider__handle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  font-size: 1.42857143rem;
  top: -24px;
  border: 1px solid #da4a09;
  box-shadow: unset;
}
.rangeSlider__horizontal {
  height: 3px;
}
.b-catalog-item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.b-catalog-item__wrapper {
  margin-bottom: 2.64285714rem;
}
.b-catalog-item:after {
  clear: both;
  display: block;
  content: '';
}
.b-catalog-item__pix {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
.b-catalog-item__container {
  padding: 1.07142857rem 1.78571429rem 1.07142857rem 2.14285714rem;
  display: flex;
  flex-direction: column;
}
.b-catalog-item__image {
  padding: 0px;
  position: relative;
  min-height: 200px;
}
.b-catalog-item__name {
  font-weight: bold;
  font-size: 1.28571429rem;
  padding: .9rem 1.3rem .9rem 0;
}
.b-catalog-item__options {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-bottom: 2rem;
}
.b-catalog-item__value {
  width: 100%;
}
.b-catalog-item__textblock {
  flex: 1 0 auto;
}
.b-catalog-item__text {
  font-size: 1rem;
}
.b-catalog-item__option:last-of-type td {
  padding-bottom: 1.8rem;
}
.b-catalog-item__footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.b-catalog-item__submit {
  flex: 1 0 auto;
  width: 100%;
}
.b-catalog-item__per {
  display: inline-block;
  font-weight: 300;
  font-size: 1rem;
}
.b-catalog-item__phone {
  font-size: 1.14285714rem;
  border-bottom: 0px;
  cursor: pointer;
  margin: 1rem 0;
}
.b-catalog-item__price {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .b-catalog-item__image {
    padding-right: 15px;
  }
  .b-catalog-item__pix {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .b-catalog-item__submit {
    width: 30%;
    max-width: 30%;
  }
}
.service-list {
  padding-bottom: 3rem;
}
.b-callback__form {
  width: 100%;
  margin: auto;
  padding-bottom: 1rem;
}
.b-callback__subtitle {
  font-size: 1.85714286rem;
  text-align: center;
  padding: 1rem 0 2.85714286rem;
}
.b-callback__subtext {
  font-size: 1.28571429rem;
  text-align: center;
  display: block;
  color: #333;
  margin-bottom: 4.28571429rem;
}
.b-callback__submit {
  max-width: 260px!important;
  margin-top: 1rem;
}
.b-callback__input--date {
  background: url(../img/svg/date.svg) no-repeat 95% 50%;
  background-size: 30px;
  background-color: #fff;
}
.b-callback__input--time {
  background: url(../img/svg/clock.svg) no-repeat 95% 50%;
  background-size: 28px;
  background-color: #fff;
}
.b-checkbox {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}
.b-checkbox__label {
  background: #FFFFFF;
  border: 1px solid rgba(80, 66, 66, 0.2);
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 1rem;
  width: 23px;
  height: 23px;
  min-width: 23px;
}
.b-checkbox__input:checked + .b-checkbox__label {
  background: url('../img/icon_galka.png') no-repeat 50%;
  background-size: 80%;
  background-color: #fff;
}
.btn-primary,
.btn-primary:focus,
.c-block-form button[type=submit],
.c-block-form button[type=submit]:focus {
  background: #da4a09;
  width: 100%!important;
  border: 2px solid #da4a09!important;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 4px;
  max-width: 100%;
  color: #fff !important;
}
.btn-primary:hover,
.c-block-form button[type=submit]:hover {
  background: #ec6f37;
  transition: .5s;
  border: 2px solid #da4a09!important;
}
.b-checkbox__name{
  font-weight: 400;
}

.b-callback__result{
    display: none;    
    font-size: 1.85714286rem;
    text-align: center;
    padding: 1rem 0;
}

.box-top{
  height: 480px;
}

.box-reasons.box-flex_wrap.box-flex_mobile-center{
  flex-wrap: wrap;
}

.c-form form .check a {
    color: #fff!important;
}

.modal-content .c-form form .check a {
    color: #23527c!important;
}

.c-form form  label {

}
