.modal-inner-wrap {
  position: static;
  width: auto;
  height: 100%;
  overflow-y: auto;
  padding: 35px;
}

.menu-top.product-where-buy {
  justify-content: flex-end;
}

.tabs_control_wrap {
  display: inline-block;
  width: 100%;
}

.list_regions {
  margin-top: 20px !important;
  padding-top: unset !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  overflow: hidden;
  gap: 20px;
}

.list_regions li {
  position: relative;
  text-align: center;
  overflow: unset;
  width: 100%;
  float: unset;
  padding: unset;
  box-sizing: unset;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.2s linear;
  border: 1px solid #808285;
  border-radius: 10px;
  margin: unset !important;
}

.step-14a .list_regions:after {
  content: unset;
}

.list_regions li:hover {
  color: #003594;
  border-color: #003594;
}

.list_regions li.active {
  background-color: #daeaf8;
  color: #003594;
  border-color: #003594;
}

.tab_content {
  margin-top: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}

.tab_content.hidden {
  display: none;
}

.item_wrap.dnone {
  display: none;
}

.item_wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}

.item {
  background-color: #fff;
  border: 1px solid #eee;

  margin-bottom: 10px;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
  border-radius: 10px;
}

.item .image {
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1); */
  height: 0;
  margin: auto;
  overflow: hidden;
  padding-top: 48%;
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.item:hover {
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.item .image a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.item .image a img {
  border: 25px solid transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  moz-user-select: none;
  ms-user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  webkit-user-select: none;
}

.modal-content-store_wrap {
  margin: 20px 0;
}

.modal-menu-bottom {
  color: #003594;
}

.modal-menu-bottom p:not(:first-of-type) {
  margin-top: 15px;
}

.modal-content-store_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.modal-title {
  font-family: "SF";
  font-size: 34px;
  color: #003594;
  font-weight: 600;
  line-height: 1;
}

.modal-subtitle {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  color: #003594;
}

.newsCard-btn.offcanvas-btn {
  margin-top: auto;
  padding: 10px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  border: 1px solid #fa4c06;
  color: #fa4c06;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 5px;
  width: 90%;
  margin: 0 auto 5px auto;
  display: block;
}

@media (max-width: 768px) {
  .item_wrap {
    width: 50%;
  }

  .item .image a img {
    border: 25px solid transparent;
  }

  .modal-content-store_wrap {
    margin: 10px 0;
  }

  .modal-title-wrap {
    max-width: 100%;
  }

  .modal-inner-wrap {
    padding: 10px;
  }

  .modal-title {
    font-size: 24px;
  }

  .menu-top.product-where-buy {
    margin-bottom: 10px;
  }

  .list_regions li {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .item .image a img {
    border: 10px solid transparent;
  }
}
