.search-container-wrapper {
  background-color: #233F4E;
  min-height: 90px;
  padding: 17px 0;
}
.search-form-wrapper .search-form .search-form__new-offer a.btn {
  padding: 12px 28px;
  font-size: 20px;
  line-height: 1.42857143;
  border-radius: 0;
  border-color: #41a91e;
  border-radius: 7px;
}
.search-form-wrapper .search-form .search-form__fields .search-form-query-field {
  height: 54px;
  border-radius: 7px 0 0 7px;
}
.search-form-wrapper .search-form .search-form__city button,
.search-form-wrapper .search-form .search-form__category button {
  height: 54px;
  border-right: 1px dashed #000;
  padding-right: 40px;
}
.search-form-wrapper .search-form .search-form__submit button {
  height: 54px;
  background-color: #fff;
  border-radius: 0 7px 7px 0;
}
.search-form-wrapper {
  border-right: 0px;
}
.search-form-wrapper .search-form .search-form__new-offer {
  border-left: 0;
  padding-left: 30px;
}
.b-header-links .btn {
  padding: 15px 25px;
  font-size: 15px;
  color: #41A91E;
  border: 1.5px solid #41A91E;
  border-radius: 7px;
  min-height: 62px;
  line-height: 30px;
}
.b-header-links .btn img {
  margin-right: 15px;
}
.login-btn {
  margin-left: 30px;
}
.b-header-label {
  padding: 15px 5px;
  text-align: center;
  color: #446B7D;
  font-size: 20px;
}
.b-header {
  margin-top: 25px;
  margin-bottom: 25px;
}
.search-form-wrapper .search-form .search-form__city button:after,
.search-form-wrapper .search-form .search-form__category button:after {
  content: url(/img/new_icons/vector_down.png);
  margin-right: 10px;
}
.search-form-wrapper .search-form .search-form__fields {
  padding: 0;
}
.b-header-logo {
  border-right: 1px dashed #73909E;
  padding-right: 20px;
}
.search-form__city {
  vertical-align: middle;
  height: 60px;
  display: table-cell;
  border-left: 1px dashed #73909E;
  border-right: 1px dashed #73909E;
  padding: 0 20px;
}
#cities {
  background: none;
  border: none;
  font-size: 20px !important;
  vertical-align: middle;
}
.city-title {
  padding: 0 10px;
  min-width: 300px;
  display: inline-block;
  text-align: left;
}
.search-form-wrapper .search-form .search-form__fields .search-form-query-field::-webkit-input-placeholder {
  text-align: left;
}
.search-form-wrapper .search-form .search-form__fields .search-form-query-field:-moz-placeholder {
  text-align: left;
}
.search-form-wrapper .search-form .search-form__fields .search-form-query-field::-moz-placeholder {
  text-align: left;
}
.search-form-wrapper .search-form .search-form__fields .search-form-query-field:-ms-input-placeholder {
  text-align: left;
}
.footer-menu {
  background-color: #233F4E;
}
.footer-info {
  background-color: #233F4E;
  color: #fff;
}
body .container {
  width: 1670px !important;
}
.banner_top img {
  max-width: 100%;
  height: auto;
}
.choose-city {
  left: 75px;
}
.bottom-categories-title {
  font-size: 40px;
  color: #233F4E;
}
.news-list .news-block-title:before,
.news-list .news-block-title:after {
  display: none;
}
body .news-list.news-list-margin {
  width: 100%;
  border: #CEDBE2 1px solid;
  border-left: none;
  border-right: none;
  padding-top: 70px;
}
.news-list .news-block-title {
  color: #233F4E;
  font-size: 29px;
  margin-top: 40px;
}
.news-list .news-item {
  padding-left: 0px;
  padding-right: 0px;
}
.news-list .news-item .news-title a {
  color: #0E74A5;
  font-size: 22px;
}
.news-list .news-item .news-date {
  font-size: 14px;
  color: #233F4E;
}
.news-list .news-item .news-annotation {
  font-size: 18px;
  color: #233F4E;
  font-style: normal;
}
@media (max-width: 1700px) {
  body .container {
    width: 1280px !important;
  }
  .b-header {
    display: flex;
  }
  .b-header .col-xs-2 {
    width: auto;
  }
  .b-header .col-xs-3 {
    width: auto;
    width: max-content;
    margin-left: auto;
  }
  .b-header .col-xs-4 {
    width: auto;
  }
  .city-title {
    min-width: auto;
  }
}
@media (max-width: 1280px) {
  body .container {
    width: 1000px !important;
  }
}
@media (max-width: 1030px) {
  body .container {
    width: auto !important;
    max-width: 100%;
  }
  .b-header {
    display: block;
  }
  .footer-menu ul {
    white-space: normal;
  }
  .modal-search-options {
    max-width: 100%;
    left: 0;
  }
  .modal-cities {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 480px) {
  .b-header-links .btn {
    padding: 15px 15px;
  }
  .search-form__city {
    border: none;
  }
  .search-form-wrapper .search-form .search-form__new-offer {
    display: block;
    margin: auto;
    margin-top: 15px;
    padding-left: 0px;
  }
  .search-form-wrapper .search-form .search-form__city,
  .search-form-wrapper .search-form .search-form__category {
    display: none;
  }
  .search-form__submit {
    width: 50px;
  }
  .search-form-wrapper .search-form {
    display: block;
  }
  .b-header-logo {
    border: none;
  }
  .b-header .col-xs-3 {
    width: auto;
  }
  .search-form__city {
    padding: 0;
  }
  #cities {
    padding: 0;
  }
  .b-header-label {
    display: none;
  }
}
@media (min-width: 1280px) {
  .intro-section .col-xs-10 {
    width: 80%;
  }
  .intro-section .col-xs-2 {
    width: max-content;
  }
  .intro-section .col-xs-2 .banner {
    display: block;
  }
  .news-list {
    width: auto;
  }
}
@media (max-width: 1600px) {
  .intro-section .col-xs-2 .banner {
    display: inline-block;
  }
}
.banner_top {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.news-list-no-margin {
  display: none;
}
