/* Mobile header and drawer for the legacy YUTD Netcat layouts. */
.yutd-mobile-header,
.yutd-mobile-drawer,
.yutd-mobile-overlay,
.yutd-mobile-bottom-actions {
  display: none;
}

@media (min-width: 761px) {
  body.tpl-body-site-10,
  body.tpl-body-site-13 {
    min-width: 0 !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.tpl-body-site-10 > table:first-of-type,
  body.tpl-body-site-13 > table:first-of-type {
    width: 100% !important;
    max-width: 100vw !important;
    table-layout: fixed !important;
  }

  body.tpl-body-site-10 #left_coloumn,
  body.tpl-body-site-13 #left_coloumn {
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
  }

  body.tpl-body-site-10 #end_coloumn_of_the_table,
  body.tpl-body-site-13 #end_coloumn_of_the_table {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    overflow: hidden !important;
  }

  body.tpl-body-site-10 #end_coloumn_of_the_table img,
  body.tpl-body-site-13 #end_coloumn_of_the_table img {
    width: 20px !important;
    max-width: 20px !important;
  }

  body.tpl-body-site-10 > table:first-of-type > tbody > tr > td:nth-child(2),
  body.tpl-body-site-13 > table:first-of-type > tbody > tr > td:nth-child(2) {
    width: auto !important;
    max-width: calc(100vw - 270px) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 #first_top_line,
  body.tpl-body-site-10 #secont_top_line_bg,
  body.tpl-body-site-10 #second_top_line,
  body.tpl-body-site-10 #lt_top1,
  body.tpl-body-site-10 #lt_top2,
  body.tpl-body-site-10 #lt_top3,
  body.tpl-body-site-10 #lt_top4,
  body.tpl-body-site-10 #lt_top5,
  body.tpl-body-site-10 #lamarty_cont_top_line,
  body.tpl-body-site-13 #first_top_line,
  body.tpl-body-site-13 #secont_top_line_bg,
  body.tpl-body-site-13 #second_top_line,
  body.tpl-body-site-13 #top_green_line,
  body.tpl-body-site-13 #lt_top1,
  body.tpl-body-site-13 #lt_top2,
  body.tpl-body-site-13 #lt_top3,
  body.tpl-body-site-13 #lt_top4,
  body.tpl-body-site-13 #lt_top5,
  body.tpl-body-site-13 #lt_top51 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.tpl-body-site-10 #content,
  body.tpl-body-site-10 #cont_txt,
  body.tpl-body-site-10 .tpl-block-list,
  body.tpl-body-site-10 .tpl-styled,
  body.tpl-body-site-10 .yutd-breadcrumbs,
  body.tpl-body-site-10 .yutd-breadcrumbs__list,
  body.tpl-body-site-13 #content,
  body.tpl-body-site-13 #cont_txt,
  body.tpl-body-site-13 .tpl-block-list,
  body.tpl-body-site-13 .tpl-styled,
  body.tpl-body-site-13 .yutd-breadcrumbs,
  body.tpl-body-site-13 .yutd-breadcrumbs__list {
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .documents-wrapper,
  body.tpl-body-site-10 .documents,
  body.tpl-body-site-10 .documents__title,
  body.tpl-body-site-10 .documents__block,
  body.tpl-body-site-10 .yutd-dealer-box,
  body.tpl-body-site-13 .documents-wrapper,
  body.tpl-body-site-13 .documents,
  body.tpl-body-site-13 .documents__title,
  body.tpl-body-site-13 .documents__block,
  body.tpl-body-site-13 .yutd-dealer-box {
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .documents-wrapper,
  body.tpl-body-site-13 .documents-wrapper {
    overflow: hidden !important;
  }

  body.tpl-body-site-10 .documents__title,
  body.tpl-body-site-13 .documents__title {
    gap: 12px !important;
  }

  body.tpl-body-site-10 .documents__block,
  body.tpl-body-site-10 .documents__block_img,
  body.tpl-body-site-10 .documents__block_img.flex-nogap,
  body.tpl-body-site-13 .documents__block,
  body.tpl-body-site-13 .documents__block_img,
  body.tpl-body-site-13 .documents__block_img.flex-nogap {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 18px !important;
  }

  body.tpl-body-site-10 .documents__block_img .documents__item,
  body.tpl-body-site-10 .documents__block_img.flex-nogap .documents__item,
  body.tpl-body-site-13 .documents__block_img .documents__item,
  body.tpl-body-site-13 .documents__block_img.flex-nogap .documents__item {
    flex: 0 1 220px !important;
    width: 220px !important;
    max-width: 220px !important;
    margin-left: 0 !important;
    transform-origin: center center !important;
  }

  body.tpl-body-site-10 .documents__block_img .documents__item:hover,
  body.tpl-body-site-13 .documents__block_img .documents__item:hover {
    flex-basis: 220px !important;
    transform: none !important;
  }

  body.tpl-body-site-10 .documents__block_img .documents__pictures,
  body.tpl-body-site-10 .documents__block_img .documents__video,
  body.tpl-body-site-10 .documents__block_img.flex-nogap .documents__pictures,
  body.tpl-body-site-13 .documents__block_img .documents__pictures,
  body.tpl-body-site-13 .documents__block_img .documents__video,
  body.tpl-body-site-13 .documents__block_img.flex-nogap .documents__pictures {
    width: 100% !important;
    height: 290px !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .documents__block_img .documents__pictures img,
  body.tpl-body-site-13 .documents__block_img .documents__pictures img {
    max-width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.tpl-body-site-10 #footer,
  body.tpl-body-site-13 #footer {
    width: auto !important;
    max-width: calc(100vw - 250px) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.tpl-body-site-10 .yutd-main-columns-table,
  body.tpl-body-site-10 .yutd-main-columns-table > tbody,
  body.tpl-body-site-10 .yutd-main-columns-table > tbody > tr,
  body.tpl-body-site-13 .yutd-main-columns-table,
  body.tpl-body-site-13 .yutd-main-columns-table > tbody,
  body.tpl-body-site-13 .yutd-main-columns-table > tbody > tr {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .yutd-main-columns-table #lt_left_coloumn,
  body.tpl-body-site-13 .yutd-main-columns-table #lt_left_coloumn {
    width: 318px !important;
    max-width: 318px !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .yutd-main-columns-table #lt_right_coloumn,
  body.tpl-body-site-13 .yutd-main-columns-table #lt_right_coloumn {
    width: auto !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .yutd-home-row,
  body.tpl-body-site-10 .yutd-home-news,
  body.tpl-body-site-13 .yutd-home-row,
  body.tpl-body-site-13 .yutd-home-news {
    width: auto !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    contain: paint !important;
  }

  body.tpl-body-site-10 #lt_news,
  body.tpl-body-site-13 #lt_news {
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .yutd-home-row .yutd-home-card:nth-child(n+7),
  body.tpl-body-site-13 .yutd-home-row .yutd-home-card:nth-child(n+7),
  body.tpl-body-site-10 .yutd-home-news .yutd-home-news__item:nth-child(n+4),
  body.tpl-body-site-13 .yutd-home-news .yutd-home-news__item:nth-child(n+4) {
    display: none !important;
  }

  body.tpl-body-site-10 .svf-logo,
  body.tpl-body-site-13 .sfz-logo,
  body.tpl-body-site-13 .lamarty-logo {
    max-width: calc(100% - 16px) !important;
  }
}

@media (max-width: 760px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  body.tpl-body-site-10,
  body.tpl-body-site-13 {
    --yutd-mobile-accent: #1f7f38;
    --yutd-mobile-accent-2: #2f4f3d;
    --yutd-mobile-text: #1f2522;
    margin: 0 !important;
    padding: 64px 0 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }

  body.tpl-body-site-10 {
    --yutd-mobile-accent: #f28b16;
    --yutd-mobile-accent-2: #d71920;
  }

  body.tpl-body-site-13 {
    --yutd-mobile-accent: #008f43;
    --yutd-mobile-accent-2: #246146;
  }

  body.yutd-mobile-menu-open {
    overflow: hidden !important;
  }

  body.tpl-body-site-10 > table:first-of-type,
  body.tpl-body-site-13 > table:first-of-type {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    table-layout: auto !important;
  }

  body.tpl-body-site-10 > table:first-of-type > tbody,
  body.tpl-body-site-10 > table:first-of-type > tbody > tr,
  body.tpl-body-site-13 > table:first-of-type > tbody,
  body.tpl-body-site-13 > table:first-of-type > tbody > tr {
    display: block !important;
    width: 100% !important;
  }

  body.tpl-body-site-10 > table:first-of-type > tbody > tr > td,
  body.tpl-body-site-13 > table:first-of-type > tbody > tr > td {
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 #left_coloumn,
  body.tpl-body-site-13 #left_coloumn,
  body.tpl-body-site-10 #end_coloumn_of_the_table,
  body.tpl-body-site-13 #end_coloumn_of_the_table {
    display: none !important;
  }

  body.tpl-body-site-10 > table:first-of-type > tbody > tr > td[width='100%'],
  body.tpl-body-site-13 > table:first-of-type > tbody > tr > td[width='100%'] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    vertical-align: top !important;
  }

  body.tpl-body-site-10 #first_top_line,
  body.tpl-body-site-13 #first_top_line {
    display: none !important;
  }

  body.tpl-body-site-10 #footer,
  body.tpl-body-site-13 #footer {
    display: block !important;
    width: 100% !important;
    padding: 16px 10px 132px !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 img,
  body.tpl-body-site-13 img,
  body.tpl-body-site-10 video,
  body.tpl-body-site-13 video,
  body.tpl-body-site-10 iframe,
  body.tpl-body-site-13 iframe {
    max-width: 100% !important;
  }

  body.tpl-body-site-10 img,
  body.tpl-body-site-13 img {
    height: auto;
  }

  body.tpl-body-site-10 img[style*="position: absolute"][style*="left: 537px"],
  body.tpl-body-site-13 img[style*="position: absolute"][style*="left: 537px"] {
    position: static !important;
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 8px 0 !important;
  }

  body.tpl-body-site-10 table,
  body.tpl-body-site-13 table {
    max-width: 100% !important;
  }

  body.tpl-body-site-10 .yutd-main-columns-table,
  body.tpl-body-site-10 .yutd-main-columns-table > tbody,
  body.tpl-body-site-10 .yutd-main-columns-table > tbody > tr,
  body.tpl-body-site-13 .yutd-main-columns-table,
  body.tpl-body-site-13 .yutd-main-columns-table > tbody,
  body.tpl-body-site-13 .yutd-main-columns-table > tbody > tr {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.tpl-body-site-10 #lt_top1,
  body.tpl-body-site-10 #lt_top2,
  body.tpl-body-site-10 #lt_top3,
  body.tpl-body-site-10 #lt_top4,
  body.tpl-body-site-10 #lt_top5,
  body.tpl-body-site-13 #lt_top1,
  body.tpl-body-site-13 #lt_top2,
  body.tpl-body-site-13 #lt_top3,
  body.tpl-body-site-13 #lt_top4,
  body.tpl-body-site-13 #lt_top5,
  body.tpl-body-site-13 #lt_top51 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.tpl-body-site-10 #lt_top1,
  body.tpl-body-site-10 #lt_top2,
  body.tpl-body-site-10 #lt_top3 {
    height: 150px !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  body.tpl-body-site-10 #lt_top4,
  body.tpl-body-site-10 #lt_top5,
  body.tpl-body-site-13 #lt_top4,
  body.tpl-body-site-13 #lt_top5,
  body.tpl-body-site-13 #lt_top51 {
    height: auto !important;
    min-height: 0 !important;
  }

  body.tpl-body-site-10 #lt_left_coloumn,
  body.tpl-body-site-10 #lt_right_coloumn,
  body.tpl-body-site-13 #lt_left_coloumn,
  body.tpl-body-site-13 #lt_right_coloumn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 #lt_left_coloumn > table,
  body.tpl-body-site-10 #lt_right_coloumn > table,
  body.tpl-body-site-13 #lt_left_coloumn > table,
  body.tpl-body-site-13 #lt_right_coloumn > table {
    width: 100% !important;
  }

  body.tpl-body-site-10 #new_decors {
    display: block !important;
    width: 100% !important;
    padding: 12px !important;
    box-sizing: border-box !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  body.tpl-body-site-10 #new_decors > tbody,
  body.tpl-body-site-10 #new_decors > tbody > tr,
  body.tpl-body-site-10 #new_decors > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 #new_decors a > div[style*='width: 240px'] {
    width: 100% !important;
    max-width: 260px !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .new_decor_item {
    display: inline-block !important;
    vertical-align: top !important;
    width: 104px !important;
    margin: 0 10px 14px 0 !important;
  }

  body.tpl-body-site-10 #lt_news,
  body.tpl-body-site-13 #lt_news {
    padding: 18px 14px !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .yutd-home-row,
  body.tpl-body-site-10 .yutd-home-news {
    display: flex !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  body.tpl-body-site-13 #center_panel {
    width: 100% !important;
  }

  body.tpl-body-site-13 #center_panel td {
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .nc-consent,
  body.tpl-body-site-13 .nc-consent {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .nc-consent__inner,
  body.tpl-body-site-13 .nc-consent__inner,
  body.tpl-body-site-10 .nc-consent__text,
  body.tpl-body-site-13 .nc-consent__text,
  body.tpl-body-site-10 .nc-consent__actions,
  body.tpl-body-site-13 .nc-consent__actions {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.tpl-body-site-10 .tpl-styled,
  body.tpl-body-site-13 .tpl-styled {
    max-width: 100%;
  }

  .yutd-mobile-header {
    position: fixed;
    z-index: 50000;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 8px 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .98);
    border-bottom: 3px solid var(--yutd-mobile-accent);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    font-family: Arial, Helvetica, sans-serif;
  }

  .yutd-mobile-header__menu,
  .yutd-mobile-header__call,
  .yutd-mobile-header__request {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: var(--yutd-mobile-text);
    text-decoration: none;
    font: bold 13px/1 Arial, Helvetica, sans-serif;
    cursor: pointer;
    box-sizing: border-box;
  }

  .yutd-mobile-header__menu {
    width: 44px;
    flex: 0 0 44px;
    padding: 0;
    font-size: 0;
  }

  .yutd-mobile-header__menu::before {
    content: "";
    width: 20px;
    height: 14px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    box-shadow: 0 6px 0 currentColor;
  }

  .yutd-mobile-header__brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
    color: var(--yutd-mobile-text);
    text-decoration: none;
  }

  .yutd-mobile-header__brand img {
    display: block;
    width: auto !important;
    max-width: 96px !important;
    max-height: 36px !important;
    object-fit: contain;
    border: 0;
  }

  .yutd-mobile-header__title {
    display: block;
    min-width: 0;
    font: bold 13px/1.15 Arial, Helvetica, sans-serif;
    color: var(--yutd-mobile-text);
    white-space: normal;
  }

  .yutd-mobile-header__subtitle {
    display: block;
    margin-top: 2px;
    font: 11px/1.15 Arial, Helvetica, sans-serif;
    color: #6b6b6b;
  }

  .yutd-mobile-header__call {
    flex: 0 0 auto;
    padding: 0 10px;
    background: var(--yutd-mobile-accent);
    border-color: var(--yutd-mobile-accent);
    color: #fff;
  }

  .yutd-mobile-header__request {
    flex: 0 0 auto;
    padding: 0 10px;
    background: var(--yutd-mobile-accent-2);
    border-color: var(--yutd-mobile-accent-2);
    color: #fff;
  }

  .yutd-mobile-overlay {
    position: fixed;
    z-index: 50001;
    inset: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, .38);
    transition: opacity .18s ease;
  }

  .yutd-mobile-drawer {
    position: fixed;
    z-index: 50002;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: min(88vw, 360px);
    max-width: 360px;
    background: #fff;
    box-shadow: 8px 0 24px rgba(0, 0, 0, .24);
    transform: translateX(-105%);
    transition: transform .2s ease;
    font-family: Arial, Helvetica, sans-serif;
  }

  body.yutd-mobile-menu-open .yutd-mobile-overlay {
    pointer-events: auto;
    opacity: 1;
  }

  body.yutd-mobile-menu-open .yutd-mobile-drawer {
    transform: translateX(0);
  }

  .yutd-mobile-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 58px;
    padding: 10px 14px;
    border-bottom: 3px solid var(--yutd-mobile-accent);
    box-sizing: border-box;
  }

  .yutd-mobile-drawer__brand {
    min-width: 0;
    font: bold 16px/1.2 Arial, Helvetica, sans-serif;
    color: var(--yutd-mobile-text);
  }

  .yutd-mobile-drawer__close {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background: #fff;
    color: #222;
    font: normal 30px/1 Arial, Helvetica, sans-serif;
    cursor: pointer;
  }

  .yutd-mobile-drawer__body {
    overflow: auto;
    padding: 12px 14px 24px;
    -webkit-overflow-scrolling: touch;
  }

  .yutd-mobile-drawer .yutd-mobile-section {
    margin: 0 0 18px;
  }

  .yutd-mobile-drawer .yutd-mobile-section--actions {
    margin-bottom: 16px;
  }

  .yutd-mobile-drawer .yutd-mobile-section__title {
    margin: 0 0 8px;
    color: #777;
    font: bold 11px/1.2 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

  .yutd-mobile-drawer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .yutd-mobile-drawer li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ececec;
  }

  .yutd-mobile-drawer a {
    color: var(--yutd-mobile-text);
  }

  .yutd-mobile-drawer #menu,
  .yutd-mobile-drawer .yutd-mobile-menu {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .yutd-mobile-drawer #menu a,
  .yutd-mobile-drawer .yutd-mobile-menu a {
    display: block;
    padding: 11px 0;
    min-height: 22px;
    color: var(--yutd-mobile-text) !important;
    font: bold 14px/1.25 Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    text-transform: none;
  }

  .yutd-mobile-drawer #menu li[style],
  .yutd-mobile-drawer .yutd-mobile-menu li[style] {
    padding-left: 0 !important;
    font-size: inherit !important;
  }

  .yutd-mobile-drawer #info_block,
  .yutd-mobile-drawer .yutd-mobile-contacts {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px !important;
    background: var(--yutd-mobile-accent) !important;
    color: #fff !important;
    box-sizing: border-box;
  }

  .yutd-mobile-drawer #info_block a,
  .yutd-mobile-drawer .yutd-mobile-contacts a {
    display: inline-block;
    padding: 3px 0;
    color: #fff !important;
    font: bold 16px/1.25 Arial, Helvetica, sans-serif !important;
    text-decoration: none;
  }

  .yutd-mobile-drawer img {
    max-width: 100% !important;
    height: auto !important;
  }

  .yutd-mobile-drawer video {
    width: 100% !important;
    height: auto !important;
  }

  .yutd-mobile-drawer #left_video,
  .yutd-mobile-drawer .yutd-mobile-media {
    width: auto !important;
    margin: 0 !important;
    color: #222;
    font: bold 12px/1.3 Arial, Helvetica, sans-serif;
  }

  .yutd-mobile-drawer .yutd-mobile-banners a {
    display: block;
    margin: 0 0 12px;
    text-align: left;
  }

  .yutd-mobile-drawer .yutd-mobile-banners img {
    width: auto !important;
    max-width: 220px !important;
  }

  .yutd-mobile-actions-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .yutd-mobile-actions-menu a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 10px !important;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font: bold 14px/1.2 Arial, Helvetica, sans-serif !important;
  }

  .yutd-mobile-actions-menu__request,
  .yutd-mobile-actions-menu__call {
    background: var(--yutd-mobile-accent-2);
  }

  .yutd-mobile-actions-menu__call {
    background: var(--yutd-mobile-accent);
  }

  .yutd-mobile-actions-menu__map,
  .yutd-mobile-actions-menu__catalog {
    border: 1px solid var(--yutd-mobile-accent);
    background: #fff;
    color: var(--yutd-mobile-text) !important;
  }

  .yutd-mobile-bottom-actions {
    position: fixed;
    z-index: 49999;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 9px 10px max(9px, env(safe-area-inset-bottom));
    border-top: 3px solid var(--yutd-mobile-accent);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, .16);
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .yutd-mobile-bottom-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 7px 8px;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font: bold 13px/1.15 Arial, Helvetica, sans-serif;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
  }

  .yutd-mobile-bottom-actions__call {
    background: var(--yutd-mobile-accent);
  }

  .yutd-mobile-bottom-actions__request {
    background: var(--yutd-mobile-accent-2);
  }

  .yutd-mobile-bottom-actions__map,
  .yutd-mobile-bottom-actions__catalog {
    border: 1px solid var(--yutd-mobile-accent);
    background: #f8faf8;
    color: var(--yutd-mobile-text) !important;
  }

  .yutd-mobile-bottom-actions a:active {
    transform: translateY(1px);
    box-shadow: none;
  }

  body.tpl-body-site-10 .legal-footer-links,
  body.tpl-body-site-13 .legal-footer-links {
    margin-bottom: 132px !important;
  }
}

@media (max-width: 420px) {
  .yutd-mobile-header {
    gap: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .yutd-mobile-header__brand img {
    max-width: 104px !important;
    max-height: 32px !important;
  }

  .yutd-mobile-header__title,
  .yutd-mobile-header__subtitle {
    display: none;
  }

  .yutd-mobile-header__brand {
    justify-content: center;
  }

  .yutd-mobile-header__call,
  .yutd-mobile-header__request {
    min-height: 38px;
    padding: 0 8px;
    font-size: 12px;
  }

  .yutd-mobile-bottom-actions {
    gap: 6px;
    padding: 7px 8px;
  }

  .yutd-mobile-bottom-actions a {
    min-height: 42px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }
}
