.shops h1 {
  font-size: 32px;
  font-weight: 700; }

.shops__wrap {
  display: flex;
  margin-left: -15px;
  width: calc(100% + 15px); }
  .shops__wrap .shops__list {
    height: 750px;
    margin-bottom: 40px; }
    .shops__wrap .shops__list--full {
      height: auto; }

.shops__search {
  position: relative;
  width: 100%;
  height: 41px;
  margin-bottom: 28px; }
  .shops__search input.st-form__input {
    height: 100%; }
    .shops__search input.st-form__input + .placeholder {
      top: 7px; }
    .shops__search input.st-form__input:focus + .placeholder, .shops__search input.st-form__input.is-valid + .placeholder {
      top: 13px; }
  .shops__search .st-form__input {
    font-size: 15px; }
  .shops__search .search__icon {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: center; }
    .shops__search .search__icon:before {
      font-size: 24px; }
  .shops__search .search__btn {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px; }

.shops__search-error {
  color: red;
  margin-top: -25px;
  margin-left: 5px;
  display: none; }

.shops__close {
  text-align: right;
  padding: 15px 0; }
  .shops__close i:before {
    font-size: 16px; }

.shops__list {
  flex: 0 0 480px;
  padding: 6px 14px;
  height: 880px;
  overflow-y: auto; }
  .shops__list--full {
    flex: 0 0 100%;
    height: auto; }

.shops__item {
  position: relative;
  width: 100%;
  min-height: 137px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px 40px;
  margin-bottom: 14px; }
  .shops__item.is-open {
    box-shadow: inset 0 0 20px rgba(36, 85, 130, 0.1); }
    .shops__item.is-open .shops__hide {
      display: block; }
    .shops__item.is-open .shops__down {
      transform: scale(1, -1); }
      .shops__item.is-open .shops__down:before {
        color: #6BB431; }
  .shops__item.is-rekv {
    box-shadow: none;
    min-height: 100px;
    padding-top: 0;
    margin: 0 auto; }
    .shops__item.is-rekv .shops__title {
      text-transform: uppercase;
      font-size: 26px;
      font-weight: 700;
      width: max-content; }
    .shops__item.is-rekv .shops__down {
      right: auto;
      top: -6px;
      left: 408px; }

.shops__lamp {
  position: absolute;
  top: 18px;
  left: 20px; }
  .shops__lamp.icon-2l_lamp:before {
    font-size: 18px;
    color: #6BB431; }

.shops__down {
  position: absolute;
  top: 3px;
  right: 8px;
  cursor: pointer; }
  .shops__down.icon-4i_down:before {
    font-size: 34px;
    color: #B1B9C2; }

.shops__title {
  color: #001A34;
  font-size: 20px;
  font-weight: 700; }

.shops__address {
  margin: 10px 0;
  font-size: 14px; }

.shops__send {
  width: max-content;
  font-size: 14px;
  margin: 5px 0;
  cursor: pointer; }
  .shops__send.is-link {
    padding-bottom: 0; }

.shops__btn.btn {
  width: 185px;
  height: 37px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding-top: 10px;
  margin-top: 20px; }
  .shops__btn.btn:hover {
    color: #FFFFFF; }

.shops__metro {
  display: flex; }
  .shops__metro .icon-5o_metro:before {
    color: #F73D34; }
  .shops__metro > span {
    color: #001A34;
    font-size: 15px;
    padding: 0 6px; }
  .shops__metro > sub {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    padding-left: 6px; }

.shops__phone, .shops__work-time {
  font-size: 14px;
  margin: 2px 0; }

.shops__hide {
  display: none;
  padding: 15px 0 5px; }

.shops__choose-delivery.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #6BB431;
  background-color: #FFFFFF;
  color: #6BB431; }
  .shops__choose-delivery.btn:hover {
    background-color: #6BB431;
    color: #FFFFFF; }

.shops__map {
  margin-left: 30px;
  flex: 0 0 calc(100% - 510px);
  height: 750px; }

.shops__img {
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden; }
  .shops__img img {
    border-radius: 8px; }

.shops .is-tab-list .shops__item {
  display: flex;
  margin: 23px 0;
  padding: 15px 23px;
  min-height: 106px;
  align-items: center; }
  .shops .is-tab-list .shops__item:first-child {
    margin-top: 0; }

.shops .is-tab-list .shops__lamp {
  flex: 0 0 38px;
  position: relative;
  top: 5px;
  left: 0; }

.shops .is-tab-list .shops__title {
  flex: 0 0 330px;
  padding-left: 30px; }

.shops .is-tab-list .shops__address {
  flex: 0 0 400px;
  padding-left: 80px; }

.shops .is-tab-list .shops__work-time {
  padding-left: 60px;
  flex: 1 1 auto; }

.shops .is-tab-list .shops__phone {
  flex: 0 0 150px; }
  .shops .is-tab-list .shops__phone a {
    line-height: 20px; }

.shops.fancybox-content .is-tab-list .shops__work-time {
  padding-left: 10px; }

.shops.fancybox-content .tabs-shops__tab {
  display: flex;
  align-items: center; }

.shops.fancybox-content .shops__wrap {
  margin-top: 15px; }

.tabs-shops__item {
  display: none; }
  .tabs-shops__item.is-open {
    display: block; }

.tabs-shops__head {
  display: flex;
  justify-content: space-between;
  min-height: 70px; }

.tabs-shops__search {
  flex: 0 0 450px;
  max-width: 100%; }

.tabs-shops__tabs {
  flex: 0 0 270px;
  width: 270px;
  height: 41px;
  display: flex; }

.tabs-shops__tab {
  flex: 0 0 50%;
  padding: 12px 10px 12px 36px;
  background-color: #6BB431;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: 2px solid #6BB431; }
  .tabs-shops__tab .icon-4g_geo {
    position: absolute;
    left: 10px;
    top: 7px; }
    .tabs-shops__tab .icon-4g_geo:before {
      font-size: 21px;
      padding-right: 4px;
      color: #FFFFFF; }
  .tabs-shops__tab .icon-5g_list {
    position: absolute;
    left: 10px;
    top: 10px; }
    .tabs-shops__tab .icon-5g_list:before {
      font-size: 15px;
      padding-right: 4px;
      color: #FFFFFF; }
  .tabs-shops__tab:first-child {
    border-radius: 8px 0 0 8px; }
  .tabs-shops__tab:last-child {
    border-radius: 0 8px 8px 0; }
  .tabs-shops__tab.is-active {
    background-color: #FFFFFF;
    color: #6BB431; }
    .tabs-shops__tab.is-active i:before {
      color: #6BB431; }
  .tabs-shops__tab:not(.is-active) {
    cursor: pointer; }

.info-page__pd {
  padding: 0; }

@media screen and (max-width: 540px) {
  .shops h1 {
    font-size: 16px;
    margin-bottom: 7px; }
  .shops__wrap {
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    margin: 0;
    position: relative; }
    .shops__wrap .shops__list {
      height: auto; }
  .shops__item.is-rekv .shops__title {
    font-size: 19px; }
  .shops__item.is-rekv .shops__down {
    top: -8px;
    left: 276px; }
    .shops__item.is-rekv .shops__down:before {
      font-size: 29px; }
  .shops__map {
    flex: 0 0 250px;
    height: 250px;
    margin: 0 5px 10px;
    border-radius: 8px;
    overflow: hidden; }
  .shops__search.input-block {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    font-size: 12px; }
    .shops__search.input-block input.st-form__input + .placeholder {
      top: 4px;
      font-size: 12px;
      line-height: 12px;
      display: none; }
  .shops__address {
    max-width: 220px; }
  .shops__btn.btn {
    width: 100%; }
  .shops__list {
    flex: 0 0 auto;
    padding-top: 20px;
    overflow-y: auto; }
  .shops__search.input-block {
    position: relative; }
    .shops__search.input-block .icon {
      top: 1px; }
  .tabs-shops__head {
    flex-direction: column;
    min-height: 10px; }
  .tabs-shops__search {
    flex: 0 0 auto;
    max-width: 100%; }
  .tabs-shops__tabs {
    flex: 0 0 auto;
    display: none; }
  .fancybox-content.shops {
    width: 100%;
    height: 100%;
    padding: 10px 5px; }
    .fancybox-content.shops .shops__lamp {
      display: none; } }
