.idex-region-deliveries {
  position: relative;
  min-height: 200px;
}

.ix-count-return .idex-region-deliveries {
  min-height: auto;
}
.idex-region-deliveries__position {
  margin-top: 45px;
}
.idex-region-deliveries__bottom {
  padding: 10px 0 30px;
  text-align: center;
}
.idex-region-deliveries__bottom h4 {
  text-align: center;
}

.idex-region-deliveries__info-link {
  display: inline-block;
  text-decoration: none;
  padding-left: 24px;
  position: relative;
    color: #000;
}
.idex-region-deliveries__info-link:before,
.idex-region-deliveries__info-link:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 20px;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  -webkit-backface-visibility: hidden;
}
.idex-region-deliveries__info-link:before {
  background: url('/bitrix/templates/index/images/qmark.png') no-repeat;
}
.idex-region-deliveries__info-link:after {
  background: url('/bitrix/templates/index/images/qmark-hover.png') no-repeat;
  opacity: 0;
}
.idex-region-deliveries__info-link:hover:before {
  opacity: 0;
}
.idex-region-deliveries__info-link:hover:after {
  opacity: 1;
}
.idex-region-deliveries__info-link_blue:before {
  opacity: 0;
}
.idex-region-deliveries__info-link_blue:after {
  opacity: 1;
}
.idex-region-deliveries__info-link_blue:hover:before {
  opacity: 1;
}
.idex-region-deliveries__info-link_blue:hover:after {
  opacity: 0;
}
.idex-region-deliveries:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9) url('ajax_loader.gif') no-repeat 50% 10px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  -webkit-backface-visibility: hidden;
}
.idex-region-deliveries.loading:after {
  pointer-events: auto;
  opacity: 1;
}
.idex-region-deliveries__title {
  color: #f16942;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.idex-region-deliveries__title_courier,
.idex-region-deliveries__title_pickup {
  padding-top: 25px;
}
.idex-region-deliveries__wrap {
  background: #f8f8f8;
  margin-top: 10px;
}
.idex-region-deliveries__pickup {
  margin-top: 20px;
}
.idex-region-deliveries__table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #818dc7;
}
.idex-region-deliveries__table-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: -2px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 14px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABiklEQVQ4T7WUQVaCYBSF78VpR9xBtYJoBSkrsBXUUJqEK5EmoaNqBdkGkFYg7sB2IJ6m8jr/LxAYgnWMkXDe/3nfe/e/xJ5nPbBvBbgSikXQUmUCiSiMKDJtT2ZvVUe5+3HtdPuJcETybN+fabjI0qAM2344LdaVgPHA9kDcb9Xgg4DXYhKePIaR+vZ517U2YnQFcAmcpiDP9INhBs2BRRiAoekHXp3C2LFdACNdI3gwx4F6hwaqNgXGq/rdYnKZKaoDFhTPt6DkWrWvgSvHXqYtVCqLHVtUnekHP2aeKVUz7Yxn59TbJJ7UzDp+ULmIOmBRkFLJ2Ok9A7ypm1sT8Hue8sLVoBeRvKibXRMw3f5c+7SpWLX0m5rjAw9p+VD7iMjioKU0AUtLyW2T+qjqcNMMMx9r2xzN2KmP/+fqaWsUkgZJ4pqT8OHP4ZAdLMWXyJIiXquF91J8bVTo0s3zspA0edoUleiAheEV8q5SqLr7BhK3NmB3wQL2RWCpq5mm9IJERMh0F5Sd/QLpUxl4Pw94KAAAAABJRU5ErkJggg==') no-repeat;
}
.idex-region-deliveries__table th {
  text-align: center;
  background-color: #818dc7;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.idex-region-deliveries__table th a {
  color: #fff;
}
.idex-region-deliveries__table td {
  text-align: center;
  background-color: #fff;
  padding: 13px 5px;
  color: #000;
  font-weight: 700;
}
.idex-region-deliveries__table td:first-child {
  text-align: left;
  padding-left: 22px;
  padding-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  white-space: nowrap;
}
.idex-region-deliveries__table td:nth-child(5),
.idex-region-deliveries__table td:nth-child(2) {
  border-left: 2px solid #818dc7;
}
.idex-region-deliveries__table tr:nth-child(2n+1) td {
  background-color: #ebedf6;
}
.idex-region-deliveries__table tr:nth-child(2) td {
  font-size: 11px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  border-bottom: 2px solid #818dc7;
}
.idex-region-deliveries__table td.idex-region-deliveries__table-attention {
  padding-left: 54px;
  padding-top: 25px;
  padding-bottom: 0px;
  position: relative;
}
.idex-region-deliveries__table td.idex-region-deliveries__table-attention:before {
  content: '';
  display: block;
  position: absolute;
  left: 21px;
  top: 22px;
  width: 22px;
  height: 19px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAABXklEQVQ4T63UwVGDQBQG4P/f3PSSYwYuSQWyFWgqcKzAWIFjBcYO0oGxg3QgHSwdJBcwRy56Y58DESRhA8jIjZn3Ph7LzyN6XgaTm7xUYx/2aWGforzG0NsRkECSWZ+eXrBR3pLgcw6KtU8aH6suvBM2GI/Jyy2IcYEJUpHPmUaatuHdsPLWBO/riEDetE0Wg2EDP6CCcQFioTXi6BzeOrGhH5K4djYLwkDi+Z9hA39Bhde21xUrdxrJxlXjnPjwwS4MyGnZFNi4qI2ULxUkshP50q4P6YZr8WqFi5DIi7bJ8nTqBmwwmZIjU8Xrp8M5cRW/TGvsd3W8CdPbkLw9neAsfJi6Eb8jON8HVKP3rr/KHb9sXt8jxzD9iMTVEBgiUSCJLnsruCtebUdRYmLxoBGv8/sCbuwDx8h94PoeOcDKXxF4HHQEJ01l/FjES422/4H+Hkk2Y+s+GPo0QfgNC5WXxnh9m0AAAAAASUVORK5CYII=') no-repeat;
}
.idex-region-deliveries__table-attention-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
.idex-region-deliveries__table-attention-text {
  color: #d0021b;
  font-size: 12px;
  padding: 4px 0 0;
}


.deliv-inner {display: none;}
.deliv-bb { padding: 0 0 27px 0; }
.deliv-head { font-size: 14px; line-height: 18px; padding: 16px 27px; background-color: #f16943; margin: 0 0 1px 0; color: #fff; font-weight: bold; cursor: pointer; }
.deliv-head span { padding: 0 33px 0 0; position: relative; }
.deliv-head span:after { display: block; content: ''; width: 12px; height: 11px; right: 0; top: 5px; position: absolute; }
.deliv-head-active span:after { background-position: 0 -11px; }

.deliv-head span::after {
    display: block;
    content: "Открыть";
    width: auto;
    font-size: 10px;
    height: auto;
    right: -23px;
    top: 0px;
    position: absolute;
    background: none;
    border-bottom: 1px dotted white;
}
.deliv-head-active span::after {
    content: "Закрыть";
}

a.fancybox-close {
    width:24px;
    height:24px;
    text-align:center;
    line-height:24px;
    position:absolute;
    right:5px;
    top:5px;
    color:#fff;
    background:#f23555 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 357 357'%3e%3cpath fill='%23FFF' d='M357 35.7L321.3 0 178.5 142.8 35.7 0 0 35.7l142.8 142.8L0 321.3 35.7 357l142.8-142.8L321.3 357l35.7-35.7-142.8-142.8z'/%3e%3c/svg%3e") center center no-repeat;
    background-size:14px 14px;
}
.ix-item-bg-white {
    background: #fff;
}
.ix-item-bg-white .idex-region-pickup__item-props,
.ix-item-bg-white .idex-region-pickup__item-right
{
    padding: 10px;
}

ymaps.ymaps-b-balloon__content {
    padding: 10px!important;
}
.b-pst-list-pts li.hidden {
	display: none;
}
.b-pwh-search {
  margin-bottom: 15px;
}
.b-pwh-search__input {
  width: 100%;
  height: 36px;
  padding: 5px 15px;
  border: 1px solid #dedede;
  border-radius: 9px;
  box-sizing: border-box;
}