

/** Фильтр **/

.filter-detail_left .filter-detail-settings {
  display: block;
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 10px;
}

.filter-detail_left .filter-detail__header {
    text-align: center;
    padding: 9px 0 6px;
    background: url(../img/orange-gradient-35.png) repeat-x top left;
    font-family: 'GothamPro', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-color: transparent;
    border-radius: 0;
    display: block;
}


.filter-detail_left .filter-params-section {
  display: block;
  width: 100%;
}


.filter-detail_left .filter-section {
  display: block;
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
}

.filter-detail_left .filter-section-name {
  position: relative;
  padding: 20px 0 20px 21px;
  text-align: left;
  border: none;
  border-radius: 0;
  background-color: unset;
  text-transform: unset;
}


.filter-detail_left .filter-section-name:after {
  position: absolute;
  top: 14px;
  right: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
}

.filter-detail_left .filter-section-name_opened:after {
  content: "\f106";
}

.filter-detail_left .filter-section-heading {
  font-weight: normal;
}

.filter-detail_left .filter-section-popup {
  position: static;

  border: none;
  box-shadow: none;
  background-color: unset;
}


.filter-detail_left .filter-controls-section {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
}


.filter-detail_left .filter-price {
  padding: 10px 30px;
  border-bottom: 1px solid #F5F5F5;
  height: auto;
}


.filter-detail_left .filter-detail-slider-input {
  width: 63px;
  margin: 0;
  text-align: left;
}

.filter-detail_left .filter-submit-section {
  margin-top: 25px;
}

.filter-detail_left .filter-submit-section button {
  width: auto;
}

.filter-detail_left .filter-clear-section div {
  border: none;
}



.filter-detail_left .popup-vert-overflow {
    overflow-x: hidden;
    max-height: 300px;
}

.filter-detail_left .popup-half-wide {
  overflow: hidden;
}

.container-right-aside .sortable span {
  display: block;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  text-transform: unset;
}

.sortable {
  float: none;
}



/** Detail **/


.catalog-one-detail {
  padding: 15px 50px;
}

.catalog-one-detail h1 {
  display: block;
  max-width: unset;
  margin-bottom: 24px;
  text-align: center;
  color: #f15e22;
}

.detail-params strong {
  color: #f15e22;
}

.catalog-one-detail .detail-params {
  font-size: 16px;
  line-height: 26px;
}


.table-complectation {
    width: unset;
    max-width: unset;
    font-size: 14px;
    margin-top: 12px;
}

.table-complectation .c-summ-title {
  font-size: 16px;
  font-weight: unset;
}

.table-complectation .c-summ-price {
  font-size: 22px;
}


.buyforuds {
  position: relative;
}

.buyforuds:before {
  position: absolute;
  top: -50px;
  right: 36px;
  content: "";
  display: block;
  width: 40px;
  height: 43px;
  background: url(../img/uds-game_logo.png) 0 0 no-repeat;
}




/** new **/


.good-container .new {
    position: absolute;
    top: 11px;
    left: 13px;
    color: #fff;
    padding: 13px 8px;
    background: #f00;
    border-radius: 50%;
    font-style: italic;
    font-weight: bold;
    z-index: 5;
}


/** new **/


.good-container .akciya {
    position: absolute;
    top: 11px;
    right: 13px;
    color: #fff;
    padding: 13px 3px;
    background: #f2b63c;
    border-radius: 50%;
    font-style: italic;
    font-weight: bold;
    z-index: 5;
}



/** contacts **/

.ourteam {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}

.ourteam__item {
  display: inline-block;
  margin-right: 13px;
  min-height: 273px;
  font-size: 12px;
  color: #292929;
}

.ourteam__item img {
  display: block;
  margin-bottom: 4px;
  max-width: 100%;
}


/** opt-link **/

.opt-link {
	margin: 16px 0;
}

/*
.opt-link a {
	font-size: 18px;
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}

.opt-link a:hover {
	text-decoration: underline;
}
*/

/** opt-page **/

.opt-page {
	font-size: 16px;
}

.opt-page ol {
	padding-left: 0;
	counter-reset: opt;
	list-style-type: none;
}

.opt-page ol > li {
	line-height: 1.5;
}

.opt-page ol > li:before {
	counter-increment: opt;
	content: counter(opt) " ";
}

/** 2019-11-05 **/

.remont-pod-kluch__image-block {
	padding: 30px;
	background: url(/upload/uslugi/remont-bg.jpg) 0 0 no-repeat;
	min-height: 585px;
}


.img-bullet {
    margin-bottom: 30px;
}
    
    .img-bullet:last-child {
        margin-bottom: 0;
    }

.img-bullet__img {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	/*
	width: 12%;
	height: auto;
	*/
	padding-right: 20px;
	text-align: center;
}

.img-bullet__img img {
	max-width: 100%;
}

.img-bullet__text {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 70%;
}

.img-bullet__title {
	font-family: $font2;
	font-size: 24px;
	font-weight: bold;
	color: #004c6b;
}
