.side-menu__useful ul {
    margin-bottom: 32px;
    border-width: 1px 1px 1px;
    border-style: solid;
    border-color: #d3d3d3;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.dropdown-nav--breadcrumb a {
    padding: 5px 0;
    transition: 0.2s ease;
    text-underline-offset: 2px;
}
.dropdown-nav--breadcrumb p {
    padding: 20px 0;
    font-weight: bold;
}
@media (hover: hover) {
    .dropdown-nav--breadcrumb a:hover {
        color: #ffcc02;
    }
}
#category-page h1 {
    margin-bottom: 32px;
    color: #4b5a68;
}
#category-page h2 {
    margin: 16px 0;
    color: #4b5a68;
}
#category-page .page__content p {
    color: #313944;
    font-size: 18px;
}
.section--background .section__title {
    color: #ffffff !important;
    text-shadow: 6px 3px 3px rgba(0, 0, 0, 0.15);
    margin: unset !important;
}
.section__title.subscribe-section__title {
    color: #ffffff !important;
}
.side-menu__useful ul:not(:last-of-type) {
    border-top: 1px solid #d3d3d3;
}
.promotion__title {
    color: #ffffff !important;
}
.promotion__text {
    color: #ffffff !important;
}
.side-menu__useful ul {
    border-top: 1px solid #d3d3d3 !important;
}
.title-search-result {
    position: absolute;
    z-index: 99999;
    top: calc(100%);
    left: 0;
    overflow: auto;
    width: 100%;
    max-height: calc(100vh - 200px);
    /*padding: 32px 32px 16px;*/
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color: #ffffff;
    color: #262a3b;
    font-weight: 600;
}
.title-search-result--open,
.bx_searche {
    opacity: 1;
    visibility: visible;
    padding: 32px 32px 16px;
    transition: 0.2s ease;
}
.title-search-result .bx_title {
    color: #909090;
}
.title-search-result .bx_title:not(:first-of-type) {
    margin-top: 32px;
}
.title-search-result .bx_item_block > a {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #c9c9c9;
}
.title-search-result .bx_item_block .bx_item_element:not([class*="no_img"]) {
    display: flex;
    align-items: center;
}
.title-search-result .bx_item_block.others_result {
    padding: 16px 0;
}
.title-search-result .bx_item_block.all_result {
    border-bottom: none;
}
.title-search-result .bx_item_block b {
    color: #ffcc02;
}
.title-search-result .bx_item_block .all_result_title {
    font-weight: 500;
    transition: 0.2s ease;
}
.title-search-result .bx_item_block .bx_image {
    width: 65px;
    height: 65px;
    margin-right: 20px;

    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.title-search-result .bx_item_block .prop_icon_new,
.title-search-result .bx_item_block .prop_icon_action {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    width: 54px;
    height: 54px;
    margin-left: 16px;
    border-radius: 100%;
    background-color: #ffcc02;
}
.title-search-result .bx_item_block .prop_icon_new::before,
.title-search-result .bx_item_block .prop_icon_action::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 0;
  width: 18px;
  height: 300%;
  background-color: #ffe168;
  filter: blur(4px);
  transform: rotate(-35deg);
  animation: animation-shine 3s ease infinite forwards;
}
.title-search-result .bx_item_block .prop_icon_new::after,
.title-search-result .bx_item_block .prop_icon_action::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
}
.title-search-result .bx_item_block .prop_icon_new::after {
  content: "NEW";
}
.title-search-result .bx_item_block .prop_icon_action::after {
  content: "%";
}
.title-search-result .bx_item_block hr {
    display: none;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown-nav--breadcrumb > ul {
    z-index: 99 !important;
}

.entity:hover {
    background: #efefef;
}
.modal-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.8;
    top: 0px;
    left: 0px;
    z-index: 99999999;
}

#contact-page .contact__extra {
    font-size: 32px !important;
}

@media (max-width: 1820px) {
    #contact-page .contact__extra {
        font-size: 24px !important;
    }
}

.form--table .dop-props {
    display: none;
}
.form--table .form__wrapper .dop-props > *:not(:last-child) {
    margin-bottom: 40px;
}

.bx-auth-input.input__field.suggestions-input {
    height: 35px !important;
    position: relative !important;
}

.page__breadcrumbs .dropdown-nav > .nav__link {
    padding-right: unset;
}
.page__content .section--watermark::before {
    background-repeat: no-repeat;
}
.card-useful .card-useful__picture {
    background-color: #ffffff;
}
table.support-ticket-edit th {
    background: linear-gradient(to top, #e74f37, #ff9200);
    text-align: left;
    color: #ffffff;
}
table.support-ticket-edit-form th {
    background: linear-gradient(to top, #e74f37, #ff9200);
    text-align: left;
    color: #ffffff;
}

.btn-back {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border: 1px solid #e74f37;
    color: #ffffff;
    height: 30px;
    font: 14px Tahoma;
    background: linear-gradient(to top, #e74f37, #ff9200);
    line-height: 210%;
    padding: 0 14px;
    margin-bottom: 10px;
}
#personal-subscribe h2 {
    margin-bottom: 24px;
}


/* Основные стили */
.table-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Стили для таблицы */
.table-container table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin: 20px 0;
}

.table-container td {
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
}

/* Стили для карты */
.table-container iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* Стили для настольной версии */
@media (min-width: 769px) {
  .table-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .table-container > div:first-child {
    grid-column: 1;
  }

  .table-container > div:last-child {
    grid-column: 2;
  }
}