/* Кастомный чекбокс начало */
.custom-checkbox:checked + label::before {
  font-size: 0.9em;
  padding-bottom: 0.1em;
}

/* Кастомный чекбокс конец */

.intro.offices .intro__inner .intro__left {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.accordion__item.accordion_credit.title {
  border: 1px solid #007fbd;
  /* text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); */
  box-shadow: 0 0 4px #007fbe;
}

/* Выбранные объекты на карте начало */
.smaplist {
  width: 100%;
  height: 512%;
  border: 1px solid #c1c1c1;
  /* overflow-y: scroll;  */
  font-size: 0.9rem;
  overflow-y: scroll;
  padding: 0px;
  background: #ddf0ff;
  display: none;

  scrollbar-width: thin;
  /* "auto" или "thin"  */
  scrollbar-color: #007fbd #dbf0fc;
  /* плашка скролла и дорожка */
  /* border-radius: 20px; закругления плашки */
}

/* Выбранные объекты на карте конец */

/* Стилизация горизонтальной черты начало */
.smaplist hr {
  display: block;
  content: '';
  height: 2px;
  border-style: solid;
  border-color: #007fbd;
  border-width: 0 0 2px 0;
}

/* Стилизация горизонтальной черты конец */

/*  Chrome/Edge/Safari begin */
.smaplist::-webkit-scrollbar {
  width: 7px !important;
  /* ширина scrollbar */
}

.smaplist::-webkit-scrollbar-track {
  background: #dbf0fc;
  /* цвет дорожки */
}

.smaplist::-webkit-scrollbar-thumb {
  background-color: #007fbd;
  /* цвет плашки */
  border-radius: 10px;
  /* закругления плашки */
  /* border: 3px solid #dbf0fc; */
  /* padding вокруг плашки */
}

/* Chrome/Edge/Safari end */

.smaplist_w {
  padding: 1px 15px 5px 11px;
  background: #ffffff;
}

.label_map {
  margin: 2px 10px 3px 15px;
  text-align: justify;
  font-weight: normal;
}

.bcb {
  color: #2290f0;
  font-size: 15px;
}

/* .button1 {
  background: #0755A7;
  border: 1px solid #082777;
  border-radius: 1em;
  width: 70px;
  color: #D9EEF7;
  font: 14px/100% Arial, Helvetica, sans-serif;
  outline: medium none;
  padding: 0.27em 1em 0.27em 1em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  vertical-align: baseline;
}

.button1:hover {
  background: #0775BA;
}

.button1:active {
  background: #0770B0;
  color: #C0D0E0;
  position: relative;
  top: 1px;
} */
.map-title-wrapper {
  box-sizing: border-box;
  /* display: flex; */
}

.button1 {
  background: #dff0fa;
  border: 1px solid #082777;
  /* border-radius: 0.75em 1.7em 1.7em 0.75em; */
  color: #007fbd;

  outline: medium none;

  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  vertical-align: baseline;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin-left: 1rem;
  margin-top: 1rem;

  border: transparent 1px;
  font: 1.2em roboto, Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  padding: 0.75rem 1.75rem 0.75rem 1.5rem;

  box-shadow: 0 0 4px #007fbe;
  height: 3.2rem;
  flex: 20%;
  width: 20%;
}

.d-sm-block .button1,
.d-sm-block .text1 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-md-flex .button1,
.d-lg-flex .button1,
.d-md-flex .text1,
.d-lg-flex .text1 {
  margin-left: 1rem;
}

.button1:hover {
  background: #007fbd;
  color: #dff0fa;

  box-shadow: 0 0 0px #007fbe;
}

.button1:active {
  background: #0770b0;
  color: #c0d0e0;
  position: relative;
  top: 1px;
}

/* .text1 {
  background: #D9EEF7;
  border: 1px solid #082777;
  border-radius: 1em;
  font: 14px/100% Arial, Helvetica, sans-serif;
  outline: medium none;
  padding: 0.27em 0.5em 0.27em 1.0em;
  text-align: left;
  text-decoration: none;
  vertical-align: baseline;
  width: calc(100% - 100px);
  max-width: 512px;
} */

.text1 {
  background: #d9eef7;
  color: #007fbd;

  border: transparent 1px;
  box-shadow: 0 0 4px #007fbe;
  /* border-radius: 1.7em 0.75em 0.75em 1.7em; */
  font: 1.2rem/100% roboto, Arial, Helvetica, sans-serif;
  line-height: 1.2rem;
  outline: medium none;

  padding: 0.75em 0.75em 0.75em 1.5em;
  text-align: left;
  text-decoration: none;
  vertical-align: baseline;

  flex: 80%;
  width: 80%;
  height: 3.2rem;
}

.phone1 {
  float: right;
  margin: 2px 2px 2px 2px;
  font: 20px/100% Arial, Helvetica, sans-serif;
}

.textH {
  text-align: center;
  font-size: 17px;
}

::-webkit-input-placeholder {
  color: #798e97;
}

::-moz-placeholder {
  color: #798e97;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #798e97;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #798e97;
}

.checkbox1 {
  display: none;
}

.chb_label {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: #d9eef7;
  border: 1px solid #082777;
  /* border-radius: 0.35em; */
  margin-top: 5px;
}

.chb_label:before {
  position: relative;
  content: '';
  font-size: 14px;
  color: #0755a7;
  line-height: 5px;
  padding: 2px;
  top: -3px;
  left: -1px;
}

.checkbox1:checked ~ .chb_label:before {
  content: '\2714';
}

#map_cont {
  border: 1px solid #c1c1c1;
  padding: 2px;
  width: 100%;
}

#map {
  height: 474px;
}
