/* Ограничение высоты лого */
.g-root .pc-desktop-navigation__wrapper .pc-logo__icon {
    max-height: 30px;
}

/* Таблица на разводящей */
.yfm .index-table table, .yfm .index-table table tr td {
    border: none;
}
.yfm .index-table table thead, .yfm .index-table table tr:nth-child(2n) {
    background: var(--g-color-base-background);
}
.yfm .index-table table {
    width: 100% !important;
}
.yfm .index-table table tr td svg {
    max-width: 90px;
}
.yfm .index-table table th p, .yfm .index-table table td p {
    margin-bottom: 5px;
}

@media screen and (max-width:768px) {
  .yfm .index-table table tr {
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .yfm .index-table tr td:nth-child(2n-1){
    padding-left: 0;
    padding-right: 0;
  }
}

/* Желтые кнопки */
.button {
    border: none;
    outline: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    font-family: var(--yc-text-body-font-family);
    padding: 12px 30px;
    border-radius: 10px;
    color: black;
    background-color: #ffdb4d;
    margin-right: 20px;
}
.button:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: #ffd633;
}
.button:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: #ffd633;
}

/* Кат-кнопка */
.yfm .cut-button>.yfm-cut>.yfm-cut-title:before {
    display: none;
}
.yfm .cut-button>.yfm-cut>.yfm-cut-title {
    display:inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-family: var(--g-text-body-font-family);
    padding: 12px 30px;
    border-radius: 10px;
    color: black;
    background-color: #ffdb4d;
    margin-top: 20px;
}
.yfm .cut-button>.yfm-cut>.yfm-cut-title:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: #ffd633;
}
.yfm .cut-button>.yfm-cut>.yfm-cut-title:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: #ffd633;
}

/* Виджет чата */
.ya-chat-button {
    color: currentColor;
    background-color: var(--g-color-base-float-hover);
    border-radius: 10px;
}
.ya-chat-button.ya-chat-button_collapsed_hover:not(:hover) .ya-chat-button__container {
    max-width: none;
    padding-left: 8px;
    padding-right: 10px;
    background-color: var(--g-color-base-float);
}
.ya-chat-button.ya-chat-button_collapsed_hover:not(:hover) .ya-chat-button__text {
    opacity: 1;
}
