.region_block .measurers_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.region_filter .button_block button {
  font-family: "bold";
  font-size: 130%;
  line-height: 16px;
  display: flex;
  width: 230px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 56px;
}
@media (max-width: 991px) {
  .region_filter .button_block button {
    font-size: 120%;
    line-height: 15px;
    width: 170px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .region_filter .button_block button {
    width: 150px;
    height: 40px;
  }
}

.region_filter .button_block button {
  color: #ffffff;
  background: #f1621e;
}
.region_filter .button_block button:hover {
  background: rgba(241, 98, 30, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.standard_text {
  max-width: 700px;
}

.filters_section {
  margin-top: 75px;
  justify-content: space-between;
  margin-bottom: 45px;
}

.region_filter {
  display: flex;
  flex-wrap: wrap;
  width: 480px;
  max-width: 55%;
  position: relative;
  z-index: 5;
  padding: 0 8px;
  justify-content: space-between;
}
.region_filter .button_block {
  margin-left: auto;
}
.region_filter .button_block button {
  width: 175px;
  border: none;
}
.region_filter .select_block {
  flex: 1;
  margin-right: 18px;
}
.region_filter .select_block select {
  width: 100%;
  height: 100%;
}
.region_filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.region_filter .bootstrap-select .btn {
  border: none !important;
  border-radius: 2px;
  font-size: 140%;
  line-height: 18px;
  padding: 19px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  outline: none !important;
  background: rgba(32, 36, 43, 0.04) !important;
  color: #292929 !important;
}
.region_filter .bootstrap-select .dropdown-menu {
  margin: 2px 0 0;
  padding: 0;
  border-radius: 2px;
  border: none;
  background: #f8f8f8;
  z-index: 5;
  max-height: 300px;
}
.region_filter .bootstrap-select .dropdown-menu li {
  border-top: 1px solid #ededed;
}
.region_filter .bootstrap-select .dropdown-menu li:first-child {
  border: none;
}
.region_filter .bootstrap-select div.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.region_filter .bootstrap-select .dropdown-item {
  padding: 10px 15px;
  font-weight: normal;
  color: #292929;
  background: transparent;
  font-size: 130%;
  line-height: 20px;
}
.region_filter .bootstrap-select .dropdown-item.opt {
  color: #818181;
  line-height: 19px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.region_filter .bootstrap-select .dropdown-item:hover {
  color: #000000;
  background: #f2f2f2;
}
.region_filter .bootstrap-select .dropdown-item.selected, .region_filter .bootstrap-select .dropdown-item.active, .region_filter .bootstrap-select .dropdown-item:active {
  background-color: #ededed !important;
  color: #f1621e !important;
  cursor: default;
}
.region_filter .bootstrap-select .dropdown-toggle::after {
  border-color: #000000 transparent;
  border-width: 4px 2px 0;
  width: 5px;
  height: 4px;
}
.region_filter .bootstrap-select.dropup .dropdown-toggle::after {
  border-width: 0 2px 4px;
}
.region_filter .bootstrap-select .dropdown-divider,
.region_filter .bootstrap-select .dropdown-header {
  display: none;
}

.filter_title {
  font-size: 160%;
  line-height: 22px;
  width: 100%;
  font-family: "bold";
}

.filter_hint {
  font-size: 120%;
  line-height: 15px;
  color: rgba(168, 168, 168, 0.7);
  width: 100%;
  margin-bottom: 14px;
}

.measurers_filter {
  width: 360px;
  max-width: 40%;
  padding: 0 9px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.measurers_filter .filter_title,
.measurers_filter .filter_hint {
  flex: 0 0 100%;
  max-width: 100%;
}
.measurers_filter .input_block {
  flex: 1;
  width: 50%;
  position: relative;
  max-width: 100%;
}
.measurers_filter .input_block ::-webkit-input-placeholder {
  color: rgba(168, 168, 168, 0.7);
}
.measurers_filter .input_block :-moz-placeholder {
  color: rgba(168, 168, 168, 0.7);
}
.measurers_filter .input_block ::-moz-placeholder {
  color: rgba(168, 168, 168, 0.7);
}
.measurers_filter .input_block :-ms-input-placeholder {
  color: rgba(168, 168, 168, 0.7);
}
.measurers_filter .input_block input {
  border: none;
  border-radius: 2px;
  font-size: 140%;
  line-height: 18px;
  padding: 19px 45px 19px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: rgba(32, 36, 43, 0.04);
  color: #292929;
  width: 100%;
}
.measurers_filter .filter_reset {
  width: 56px;
  min-width: 56px;
  height: 56px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: rgba(32, 36, 43, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 190%;
  margin-left: 10px;
  color: #666666;
  margin-left: 10px;
}
.measurers_filter .filter_reset:before {
  display: block;
}
.measurers_filter .filter_reset:hover {
  background: rgba(32, 36, 43, 0.1);
  color: #000000;
}
.measurers_filter button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 56px;
  font-size: 190%;
  color: #f1621e;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0 2px 2px 0;
}
.measurers_filter button:hover {
  background: #ededed;
}

.region_block {
  margin-bottom: 90px;
}
.region_block .region_name {
  font-size: 200%;
  line-height: 26px;
  font-family: "bold";
}
.region_block .subregion_name {
  font-size: 180%;
  line-height: 22px;
  font-family: "bold";
  padding: 0 30px;
  margin-top: 60px;
}
.region_block .measurers_list {
  margin-top: 20px;
}
.region_block .measurers_list li {
  font-size: 160%;
  line-height: 21px;
}
.region_block .measurers_list li > div {
  padding-top: 25px;
  padding-bottom: 25px;
}
.region_block .measurers_list li:first-child {
  font-family: "bold";
}
.region_block .measurers_list li:first-child > div:before {
  display: block;
  content: attr(data-web);
}
.region_block .measurers_list li:after {
  display: block;
  content: "";
  height: 1px;
  background: #000000;
  opacity: 0.1;
  flex: 1;
  margin: 0 9px;
}
.region_block .measurers_list .phone_number div {
  padding: 0 9px;
  margin-left: -9px;
  white-space: nowrap;
}
.region_block .measurers_list .phone_number div:after {
  content: ",";
}
.region_block .measurers_list .phone_number div:last-child:after {
  display: none;
}

@media (max-width: 1199px) {
  .filters_section {
    margin-top: 40px;
  }

  .region_filter .button_block button {
    width: 135px;
  }

  .filter_hint {
    margin-bottom: 10px;
    height: 30px;
  }

  .region_block {
    margin-bottom: 60px;
  }
  .region_block .measurers_list li {
    font-size: 140%;
    line-height: 18px;
  }
  .region_block .measurers_list li > div {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .region_block .subregion_name {
    font-size: 160%;
    line-height: 20px;
    padding: 0 20px;
    margin-top: 45px;
  }

  .filter_title {
    font-size: 140%;
  }
}
@media (max-width: 991px) {
  .filters_section {
    flex-direction: column;
  }

  .region_filter {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .region_filter .button_block button {
    width: 170px;
  }
  .region_filter .bootstrap-select .btn {
    font-size: 120%;
    line-height: 16px;
    padding: 15px;
  }
  .region_filter .bootstrap-select .dropdown-menu {
    max-height: 240px;
  }
  .region_filter .bootstrap-select .dropdown-item {
    padding: 10px 15px;
    font-size: 120%;
    line-height: 15px;
  }
  .region_filter .bootstrap-select .dropdown-item.opt {
    line-height: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .measurers_filter {
    width: 100%;
    max-width: 100%;
  }
  .measurers_filter .input_block input {
    font-size: 120%;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .measurers_filter button {
    height: 46px;
    font-size: 160%;
  }
  .measurers_filter .filter_reset {
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 160%;
  }

  .filter_hint {
    height: auto;
  }

  .region_block .region_name {
    font-size: 180%;
    line-height: 24px;
  }
  .region_block .subregion_name {
    font-size: 150%;
    margin-top: 30px;
  }
  .region_block .measurers_list.four_col_list li:first-child {
    font-size: 120%;
  }
  .region_block .measurers_list li:first-child > div:before {
    content: attr(data-mob);
  }
}
@media (max-width: 767px) {
  .filters_section {
    flex-direction: row;
  }

  .region_filter {
    max-width: 55%;
    margin-bottom: 0;
  }
  .region_filter .button_block button {
    width: 100px;
  }
  .region_filter .bootstrap-select .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .measurers_filter {
    max-width: 40%;
  }
  .measurers_filter .input_block input {
    font-size: 120%;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .measurers_filter button {
    height: 40px;
    width: 40px;
  }
  .measurers_filter .filter_reset {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-left: 5px;
  }

  .filter_hint {
    height: 30px;
  }
}
@media (max-width: 599px) {
  .filters_section {
    flex-direction: column;
  }

  .region_filter {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .region_filter .button_block {
    max-width: 30%;
  }
  .region_filter .button_block button {
    width: 150px;
    max-width: 100%;
  }

  .measurers_filter {
    width: 100%;
    max-width: 100%;
  }

  .filter_hint {
    height: auto;
  }
}
@media (max-width: 479px) {
  .region_block .measurers_list li {
    font-size: 120%;
    line-height: 15px;
  }

  .four_col_list {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }
  .four_col_list > li {
    flex-wrap: nowrap;
    position: relative;
  }
  .four_col_list > li:after {
    display: none;
  }
  .four_col_list > li .name_block {
    max-width: none;
    min-width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .four_col_list > li .phone_number,
.four_col_list > li .certificate_number {
    max-width: none;
    min-width: 33%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .four_col_list > li .date_block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.measurers_filter button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.region_filter .button_block button, .region_filter .bootstrap-select .dropdown-item, .measurers_filter .filter_reset {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=measurers.css.map */
