.user-login {
  height: 28px;!important;
}

@media (max-width: 575.98px) {
  .hidden-xs-on {
    display: none !important;
  }
}
.content-visibility-auto {
  content-visibility: auto;
}

#top_bar .dropdown-menu {
  max-height: 380px!important;
}

.left-auto {
  left: auto!important;
}

.error-sec {
  padding: 50px 0 50px !important;
}

.error-sec .error-box h1 {
  font-size: 200px;
  color: #222222;
  font-weight: 700;
}

.error-sec .error-box h1 span {
  color: #574fec;
  margin: 0 10px;
}

.error-sec .error-box h3 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 20px;
}

.error-sec .error-box p {
  font-size: 18px;
  color: #6c757d;
  font-weight: 400;
  margin-bottom: 40px;
}

.error-sec .error-box a {
  font-size: 18px;
  color: #fff;
  background: #5677fc;
  padding: 12px 35px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.error-sec .error-box a i {
  margin-right: 8px;
}

.error-sec .error-box a:hover {
  background: #4a43c9;
}

.cookie-alert {
  z-index:9999;
}

.alert-link {
  text-decoration: underline;
}

.p-51 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-52 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.min-height60 {
  min-height: 60px!important;
}
.min-height40 {
  min-height: 40px!important;
}
.height192 {
  height: 192px!important;
}
.max-height60 {
  max-height: 60px!important;
}
.max-height40 {
  max-height: 40px!important;
}
.height45 {
  height: 45px!important;
}

.city-menu {
  display: flex;!important;
  flex-wrap: nowrap;!important;
  padding: 0;!important;
  justify-content: space-around;!important;
}

.city-menu li {
  list-style: none;!important;
  text-align: left;
}

.fs-7 {
  font-size: calc(0.8rem + 0.2vw) !important;
}

.search_box {
  position: relative;
  min-width: 300px;
  margin-top: 5px;
  max-height: 60px;
}
.search_box input[type="text"] {
  border-radius: 50rem;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  border:1px solid #fad776; !important;
  outline: none;
  overflow: hidden;
  background-color: #fff !important;
  text-indent: 15px;
  color: #222;
  font-size: 1rem !important;
  height: 50px !important;
}
.search_box input[type="submit"] {
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 17px;
  right: 16px;
}

/* Стили для плашки с результатами */
.search_result {
  position: relative;
  top: -3rem;
  left: 0;
  border: 1px solid #fad776;
  background: #fff;
  border-radius: 1rem;
  z-index: 9999;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  font-size: .9rem;
  padding: .8rem !important;
}
.search_icon {
  position: relative;
  top: -50px;
  left: 100px;
}

.list_icon {
  position: relative;
  top: -50px;
  left: 120px;
}

.center {
  align-content: center;
}

@media only screen and (max-width: 991px) {
  .breadcrumb-mobile {
    display: none;!important;
  }
}

.display-table{
    display: table;
}
