strong {
  font-weight: bold;
}


a {
  color: black;
  transition: all ease .3s;
}



p {
  font-size: 14px;
  line-height: 1.8;
}

.callback input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  padding: 0 10px;
  font-size: 15px;
  font-family: initial;
  border: 1px solid #b27624;
  outline: none;
}

.callback input:focus {
  border: 1px solid rgba(178, 118, 36, 0.5) !important;
}

.callback input.error {
  border: 1px solid #e20020;
}

.city {
  margin-bottom: 30px;
  font-family: 'Arial', sans-serif !important;
}

.city * {
  box-sizing: border-box;
}

.city__list {
  width: 200px;
  height: 290px;
  box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.05);
  padding: 20px 5px 20px 20px;
  position: absolute;
  top: 45px;
  display: none;
  z-index: 100;
  left: 0;
  background: #fbf2d7;
  border-radius: 5px;
  font-size: 14px;
}

.city__list:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fbf2d7;
  position: absolute;
  transform: rotate(45deg);
  left: 50px;
  top: -5px;
}

.city__list-item {
  text-align: left;
  display: block;
  font-size: 13px;
  color: black;
  text-transform: none;
  margin-bottom: 15px;
  text-decoration: none;
}

.city__list-item:hover {
  text-decoration: underline;
}

.city__title {
  font-size: 13px;
  display: inline-block;
  color: white !important;
  border-radius: 15px;
  background-color: #c88019;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 15px;
  text-decoration: none;
  position: relative;
}

.city__title:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  right: 15px;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transition: all ease .3s;
  font-weight: bold;
}

.city__choise {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.city__choise.open .city__title:before {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 1px);
}

.header-contacts-city {
  position: relative;
}

.city {
  position: relative;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #5b2c06 !important;
  width: 2px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #f1be46;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.vacancy {
  margin-bottom: 50px;
}

.vacancy li {
  margin-bottom: 15px;
}

.vacancy li::marker {
  color: #f1be46;
}

.callback {
  font-family: 'Arial', sans-serif !important;
}

.callback .contactsMapWrap {
  margin-bottom: 0;
}

.callback .contactsMapBlock {
  width: 760px;
  background: url('../../assets/design/1.png') no-repeat center;
  background-size: cover;
}

.callback * {
  box-sizing: border-box;
  text-align: left !important;
}

.callback input {
  font-family: 'Arial', sans-serif !important;
  border-radius: 3px;
  font-size: 15px;
}

.callback strong {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.callback span {
  color: rgba(12, 11, 10, 0.5);
  font-size: 12px;
}

.callback input[type="submit"] {
  border-radius: 5px;
  background: #5b2c06;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ecba4a;
  font-size: 15px;
  display: inline-block;
  outline: none;
  border: none;
  width: fit-content;
  padding: 0 50px;
  cursor: pointer;
}

.callback__wrap {
  display: grid;
  grid-row-gap: 20px;
}

.callback__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

a:hover {
  color: #5b2c06;
}

input[type="text"].error {
  border: 1px solid #ff0000 !important;
  background-image: url(../../images/error.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.input__group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.jq-file {
  display: flex !important;
  height: 41px;
  width: 360px;
  overflow: hidden;
  box-shadow: none;
  margin-top: 10px;
}

.jq-file__browse {
  font-size: 15px;
  border: 1px solid #b27624;
  border-radius: 3px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: transparent !important;
  text-align: center !important;
  right: initial;
  left: 0px;
}

.jq-file__name {
  height: 40px;
  line-height: 40px;
  width: 220px;
  left: 210px;
  background: transparent;
  border: none !important;
  position: absolute;
}

.file {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.file a {
  width: 60px;
  height: 40px;
  right: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(calc(50% - 10px));
}

.form-success-note p {
	font-size: 16px;
}

.news-detail-picture {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-detail-picture img {
  max-width: 100%;
}

