.search input[type="text"] {
  margin: 0;
}
.search input[type="text"]::placeholder {
  color: #4e5a6b;
}
.search p,
.search a {
  color: #4e5a6b;
  text-decoration: none;
}
.search .dropdown > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4e5a6b;
  top: calc(50% - 3px);
}
.search .dropdown-menu {
  background: #fff;
  color: #4e5a6b;
  border-radius: 3px;
}
.search__name {
  font-size: 10px;
  line-height: 15px;
  padding-left: 5px;
}
.search__p {
  align-self: flex-end;
  margin-bottom: 10px;
  font-size: 15px;
}
.search .b-dropdown__name {
  font-size: 10px;
  line-height: 13px;
  padding-left: 10px;
}
.search .b-input_name {
  font-size: 10px;
  line-height: 13px;
  padding-left: 10px;
}
.search .filter > input {
  border-radius: 10px;
  padding: 0 10px;
  border: none;
  box-shadow: none;
  font-size: 15px;
}
.search .filter a {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 0 10px;
  position: relative;
}
.search .small {
  width: 90px;
  line-height: 34px;
}
.search .large {
  width: 135px;
  line-height: 34px;
}
.search__fast {
  background: #dbdee1;
  padding: 10px 0 15px;
}
.search__fast .row {
  justify-content: flex-start;
  /*space-between;*/
}
.search__fast__price > p {
  display: inline-block;
  padding-right: 5px;
}
.search__fast__price .filter input {
  width: 80px;
}
.search__fast__show-full:not(.clicked) {
  background: url('/static/user/img/search.svg') no-repeat;
  background-size: 18px 18px;
  background-position: 94%;
}
.search__fast__show-full {
  align-self: flex-end;
  position: relative;
  line-height: 30px;
}
.search__fast__show-full.clicked {
  background: url('/static/user/img/close-full.svg') no-repeat;
  background-size: 18px 18px;
  background-position: 94%;
}
.search__fast__show-full.clicked:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid #dbdee1;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: -29px;
  left: calc(50% - 14px);
}
.search__fast__show-full a {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  /*
				&:after {
					content: '';
					display: block;
					position: absolute;
					width: 14px;
					height: 19px;
					background: url('/static/user/img/search.svg') no-repeat;
					right: 10px;
					top: calc(~"50% - 9px");
				}
				*/
}
.search__fast__show-full a:hover {
  border-color: #4e5a6b;
}
.search__button {
  width: 80px;
  border: none;
  line-height: 35px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #3064a4;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  align-self: flex-end;
  cursor: pointer;
}
.search__button:hover {
  background: #4e5a6b;
  box-shadow: none;
}
.search__full {
  background: #edf0f6;
  padding: 10px 0 15px;
  display: none;
}
.search__full .row {
  justify-content: flex-start;
  /*space-between;*/
}
.search__full__rooms a.small {
  width: 110px;
}
.search__full__area > p {
  display: inline-block;
  padding-right: 5px;
}
.search__full__close {
  padding: 0 30px 0 10px;
  position: relative;
  margin-top: 7px;
  align-self: center;
}
.search__full__close:after {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url('/static/user/img/close-full.svg');
  right: 0;
  top: -5px;
}
.search__full__close:hover:after {
  opacity: .6;
}
.base__content.error {
  display: -webkit-flex;
  display: flex;
  color: red;
  font-size: 120%;
  justify-content: center;
  margin-top: 30px;
}
.search-group {
  display: inherit;
}
.search-group > div {
  margin-left: 8px;
}
.row-s-between > div {
  margin-bottom: 8px;
  margin-left: 8px;
}
.problematic-object {
  margin-top: 10px;
}
.problematic-object div {
  margin: 4px;
  color: #800000;
}
.problematic-object a {
  margin: 4px 30px 4px 4px;
  color: #4e5a6b;
}
