@charset "UTF-8";
.list_content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.radius_block .bootstrap-select > .dropdown-toggle:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content {
  padding-top: 0;
}

.custom_container > .row {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.store_search {
  width: 100%;
  display: flex;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: relative;
}
.store_search .input_block {
  position: relative;
  background: transparent;
  flex: 1;
  font-size: 180%;
  line-height: 23px;
}
.store_search .input_block label {
  display: flex;
  margin: 0;
  cursor: text;
  padding: 0 40px;
}
.store_search .input_block .psevdo_placeholder {
  color: #999999;
  font-family: "bold";
  padding: 20px;
  cursor: inherit;
}
.store_search input {
  flex: 1;
  background: transparent;
  width: 50%;
  color: #333333;
  font-size: inherit;
  line-height: inherit;
  padding: 20px 0;
  border: none;
}
.store_search .search_submit {
  color: #ffffff;
  font-size: 130%;
  line-height: 17px;
  padding: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 63px;
  background: #272727;
  margin-left: 40px;
}

.map_content {
  display: flex;
  width: 100%;
  min-height: 400px;
}
.map_content .scroll-wrapper {
  height: 100%;
}
.map_content .scroll-y div {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 0;
  width: 4px;
  right: 0;
}
.map_content .scroll-y div.scroll-element_track {
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.map_content .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 3;
  background: #333333;
}
.map_content .scroll-y div.scroll-bar:hover {
  background: #f2f2f2;
}

.list_content {
  width: 388px;
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 35px;
}
.list_content.no_results ul:before {
  opacity: 1;
  height: auto;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.list_content.filtered li:not(.showed) {
  max-height: 0;
}
.list_content ul:before {
  content: attr(data-empty);
  display: block;
  height: 0;
  position: relative;
  overflow: hidden;
  font-size: 180%;
  line-height: 23px;
  font-family: "bold";
  opacity: 0;
}
.list_content li {
  padding-right: 10px;
  max-height: 200px;
  position: relative;
  overflow: hidden;
}
.list_content .branch {
  display: block;
  padding: 15px 20px;
  color: inherit;
}
.list_content .branch.selected {
  background: #000000;
}
.list_content .branch.selected .branch_name {
  color: #ffffff;
}
.list_content .branch.selected .branch_address {
  color: #ffffff;
}
.list_content .branch_name {
  color: #000000;
  font-family: "bold";
  font-size: 180%;
  line-height: 1.25em;
  display: block;
}
.list_content .branch_address {
  color: #666666;
  font-size: 160%;
  line-height: 1.25em;
  padding-top: 10px;
  display: block;
}

.drop_toggle {
  display: none;
  height: 40px;
  padding: 10px 20px;
  background: #ffffff;
  position: relative;
  color: inherit !important;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 140%;
  border: 1px solid #666666;
}
.drop_toggle:before {
  display: block;
  margin-left: 20px;
}

.map_block {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  flex: 1;
  min-width: 50%;
  min-height: 400px;
}
.map_block .contacts_list {
  position: absolute;
  bottom: 0;
  left: 10px;
  bottom: 0;
  background: #000000;
  color: #ffffff;
  z-index: 5;
  text-align: center;
  padding: 65px 20px;
  width: 356px;
}
.map_block .list_title {
  font-size: 260%;
  line-height: 1.23em;
  margin: 0;
  font-family: "bold";
}
.map_block .list_inner {
  margin-top: 20px;
  font-size: 180%;
  line-height: 1.28em;
}
.map_block .list_inner a {
  color: inherit;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#map-canvas {
  height: 100%;
}

.iw_content {
  max-width: 200px;
}

.iw_name {
  font-family: "bold";
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.iw_branch_address {
  font-size: 13px;
  line-height: 16px;
  padding-top: 4px;
  color: #000000;
  padding: 4px 0 0;
}

.radius_sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.radius_sorting > span {
  color: #999999;
  font-family: "bold";
  font-size: 180%;
  line-height: 1.25em;
  display: block;
  padding-right: 7px;
}

.radius_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  min-width: 180px;
}
.radius_block .bootstrap-select .btn {
  border: none;
  font-size: 180%;
  line-height: 23px;
  padding: 0;
  outline: none !important;
  background: transparent !important;
  color: #000000;
  position: relative;
  font-family: "bold";
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  height: 63px;
}
.radius_block .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.radius_block .bootstrap-select > .dropdown-toggle .filter-option {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  white-space: nowrap;
}
.radius_block .bootstrap-select > .dropdown-toggle .filter-option-inner {
  padding-right: 0;
  display: flex;
  align-items: center;
}
.radius_block .bootstrap-select > .dropdown-toggle .filter-option-inner:before {
  content: attr(data-title);
  color: #999999;
  font-family: "bold";
  padding-right: 20px;
}
.radius_block .bootstrap-select > .dropdown-toggle:after {
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border: none;
  width: auto;
  height: auto;
  font-size: 38%;
}
.radius_block .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  transform: none !important;
  width: 260px;
  background: #ffffff;
  right: -40px;
  white-space: nowrap;
  left: auto !important;
  top: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.2);
}
.radius_block .bootstrap-select .dropdown-menu li {
  border-bottom: 1px solid #D8D8D8;
}
.radius_block .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}
.radius_block .bootstrap-select .dropdown-item {
  padding: 18px 20px;
  font-weight: normal;
  color: #999999;
  font-size: 160%;
  line-height: 19px;
}
.radius_block .bootstrap-select .dropdown-item:hover {
  color: #333333;
  background: transparent;
}
.radius_block .bootstrap-select .dropdown-item.selected, .radius_block .bootstrap-select .dropdown-item.active, .radius_block .bootstrap-select .dropdown-item:active {
  background: #f2f2f2;
  cursor: default;
  color: #000000;
}
.radius_block .bootstrap-select.show .btn {
  border-color: #999999;
}
.radius_block .bootstrap-select .inner.show {
  overflow: hidden !important;
}

.pac-container {
  font-family: inherit;
  font-size: 140%;
  line-height: 20px;
}
.pac-container:after {
  display: none;
}

@media (max-width: 1199px) {
  .store_search .input_block {
    font-size: 160%;
    line-height: 20px;
  }
  .store_search .input_block label {
    padding: 0;
  }
  .store_search .input_block .psevdo_placeholder,
.store_search .input_block input {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .store_search .search_submit {
    line-height: 20px;
    min-width: 180px;
    height: 50px;
    margin-left: 20px;
    padding: 15px 20px;
  }

  .radius_block .bootstrap-select .btn {
    font-size: 160%;
    line-height: 20px;
    height: 50px;
    padding: 15px 20px;
  }
  .radius_block .bootstrap-select .dropdown-menu {
    right: -20px;
    width: 200px;
  }
  .radius_block .bootstrap-select .dropdown-item {
    padding: 15px 10px;
    font-size: 140%;
    line-height: 18px;
  }

  .list_content {
    width: 320px;
    padding: 20px;
  }
  .list_content .branch_name {
    font-size: 160%;
  }
  .list_content .branch_address {
    font-size: 140%;
  }
}
@media (max-width: 991px) {
  .store_search .input_block {
    font-size: 140%;
  }
  .store_search .search_submit {
    min-width: 120px;
    margin-left: 0;
  }

  .radius_block .bootstrap-select .btn {
    font-size: 140%;
  }

  .list_content {
    width: 280px;
    padding: 20px 0;
  }
  .list_content .branch_name {
    font-size: 140%;
  }
  .list_content .branch_address {
    font-size: 130%;
  }
}
@media (max-width: 959px) {
  .radius_block .bootstrap-select .btn,
.store_search .input_block .psevdo_placeholder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .store_search {
    flex-wrap: wrap;
  }
  .store_search .input_block {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-shadow: inherit;
  }
  .store_search .input_block input {
    padding-right: 15px;
  }
  .store_search .search_submit {
    flex: 0 0 50%;
  }

  .radius_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .radius_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    min-width: 0;
  }
  .radius_block .bootstrap-select .dropdown-menu {
    right: 0;
    width: 100%;
  }

  .drop_toggle {
    display: flex;
  }
  .drop_toggle:before {
    -o-transition: transform, 0.3s;
    -ms-transition: transform, 0.3s;
    -moz-transition: transform, 0.3s;
    -webkit-transition: transform, 0.3s;
    transition: transform, 0.3s;
  }

  .store_page.map_menu_opened .list_content {
    max-height: 300px;
  }
  .store_page.map_menu_opened .drop_toggle:before {
    transform: rotate(90deg);
  }

  .list_content {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    -o-transition: max-height, 0.3s;
    -ms-transition: max-height, 0.3s;
    -moz-transition: max-height, 0.3s;
    -webkit-transition: max-height, 0.3s;
    transition: max-height, 0.3s;
  }
  .list_content li {
    padding: 0;
  }

  .map_content .scroll-wrapper {
    max-height: 300px !important;
  }

  .pac-container {
    right: 0;
    width: 100vw !important;
    left: auto !important;
  }
}
@media (max-width: 479px) {
  .radius_block .bootstrap-select > .dropdown-toggle .filter-option {
    margin-right: 10px;
  }
  .radius_block .bootstrap-select > .dropdown-toggle .filter-option-inner:before {
    padding-right: 10px;
  }
}
.web .list_content .branch:not(.selected):hover .branch_address {
  color: rgba(102, 102, 102, 0.5);
}
.web .list_content .branch:not(.selected):hover .branch_name {
  color: rgba(0, 0, 0, 0.5);
}
.web .store_search > button:hover {
  background: rgba(39, 39, 39, 0.7);
}

.touch .list_content .branch:not(.selected):active .branch_address {
  color: rgba(102, 102, 102, 0.5);
}
.touch .list_content .branch:not(.selected):active .branch_name {
  color: rgba(0, 0, 0, 0.5);
}
.touch .store_search > button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .store_search > button:hover {
  background: rgba(39, 39, 39, 0.7);
}

.map_content .scroll-y, .list_content ul:before {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list_content .branch_name, .list_content .branch_address, .radius_block .bootstrap-select .dropdown-item {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.map_content .scroll-y div.scroll-bar, .web .store_search > button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.list_content li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=store.css.map */
