@charset "UTF-8";
@import '@gravity-ui/uikit/styles/fonts.css';
@import '~@gravity-ui/uikit/styles/styles.css';
@import '~@diplodoc/transform/dist/css/yfm.css';
/* use this for style redefinitions to awoid problems with
unpredictable css rules order in build */
/* use this for style redefinitions to awoid problems with
unpredictable css rules order in build */
.yfm_constructor {
  font-family: var(--g-font-family-sans);
  color: var(--g-color-text-primary);
}
.yfm_constructor code,
.yfm_constructor kbd,
.yfm_constructor pre {
  font-family: var(--g-font-family-monospace);
  color: var(--g-color-text-primary);
}
.yfm_constructor.yfm_constructor h1,
.yfm_constructor.yfm_constructor h2,
.yfm_constructor.yfm_constructor h3,
.yfm_constructor.yfm_constructor h4,
.yfm_constructor.yfm_constructor h5,
.yfm_constructor.yfm_constructor h6,
.yfm_constructor.yfm_constructor span,
.yfm_constructor.yfm_constructor p,
.yfm_constructor.yfm_constructor li {
  color: var(--g-color-text-primary);
}
.yfm_constructor.yfm_constructor_notice li,
.yfm_constructor.yfm_constructor_notice p {
  color: var(--g-color-text-secondary);
}
.yfm_constructor.yfm_constructor_meta_info p {
  color: var(--pc-media-card-meta-info-color);
  font-weight: var(--g-text-accent-font-weight);
}
.yfm_constructor.yfm_constructor ul,
.yfm_constructor.yfm_constructor ol,
.yfm_constructor.yfm_constructor li,
.yfm_constructor.yfm_constructor p {
  margin: 0 0 12px;
}
.yfm_constructor.yfm_constructor p strong {
  font-weight: var(--g-text-accent-font-weight);
}
.yfm_constructor.yfm_constructor_size_s ul,
.yfm_constructor.yfm_constructor_size_s ol,
.yfm_constructor.yfm_constructor_size_s li,
.yfm_constructor.yfm_constructor_size_s p {
  margin-bottom: 8px;
}
.yfm_constructor.yfm_constructor_theme_dark p {
  color: var(--g-color-text-light-primary);
}

.yfm_constructor_list_style ul {
  padding-left: 20px;
}
.yfm_constructor_list_style_dash ul {
  list-style-type: none;
  position: relative;
}
.yfm_constructor_list_style_dash ul li:before {
  content: "—";
  position: absolute;
  margin-left: -20px;
}
.yfm_constructor a {
  outline: none;
  color: var(--g-color-text-link);
  text-decoration: none;
  cursor: pointer;
  border-radius: var(--g-focus-border-radius);
}
.utilityfocus .yfm_constructor a:focus {
  outline: 2px solid #ffdb4d;
}
.yfm_constructor a:hover, .yfm_constructor a:active {
  --pc-text-header-color: var(--g-color-text-link-hover);
  color: var(--g-color-text-link-hover);
}
.yfm_constructor a:focus {
  box-shadow: 0 0 0 2px var(--g-color-line-focus);
}
.yfm_constructor a:focus:not(:focus-visible) {
  box-shadow: none;
}
.yfm_constructor table {
  color: var(--g-color-text-primary);
  border: 1px solid var(--g-color-line-generic);
  background: var(--g-color-base-background);
}
.yfm_constructor thead,
.yfm_constructor table tr:nth-child(2n) {
  background-color: var(--g-color-base-generic);
}

.yfm_constructor_table {
  /* stylelint-enable declaration-no-important */
}
.yfm_constructor_table table {
  border: 0;
  table-layout: fixed;
}
.yfm_constructor_table thead,
.yfm_constructor_table tr {
  /* stylelint-disable declaration-no-important */
  background-color: transparent !important;
}
.yfm_constructor_table tbody tr {
  border-top: 1px solid var(--g-color-line-generic);
}
.yfm_constructor_table td,
.yfm_constructor_table th {
  min-width: 120px;
  width: 120px;
  box-sizing: content-box;
  white-space: inherit !important;
}
.yfm_constructor_table td:first-child,
.yfm_constructor_table th:first-child {
  min-width: 172px;
  width: 172px;
}
.yfm_constructor_table th {
  text-align: left !important;
}

.yfm_blog {
  font-size: var(--g-text-body-3-font-size);
  line-height: var(--g-text-body-3-line-height);
  color: var(--g-color-text-primary);
}
.yfm_blog h1:first-child,
.yfm_blog h2:first-child,
.yfm_blog h3:first-child,
.yfm_blog h4:first-child {
  padding: 0;
  margin-top: 0;
  padding-top: 0;
}
.yfm_blog h2 {
  font-size: var(--g-text-display-2-font-size);
  line-height: var(--g-text-display-2-line-height);
}
.yfm_blog h3 {
  font-size: var(--g-text-header-2-font-size);
  line-height: var(--g-text-header-2-line-height);
}
.yfm_blog h4 {
  font-size: var(--g-text-header-1-font-size);
  line-height: var(--g-text-header-1-line-height);
}
.yfm_blog.yfm_blog h1,
.yfm_blog.yfm_blog h2,
.yfm_blog.yfm_blog h3,
.yfm_blog.yfm_blog h4,
.yfm_blog.yfm_blog h5,
.yfm_blog.yfm_blog h6 {
  margin-bottom: 16px;
  margin-top: 32px;
  padding-top: 0;
  font-weight: var(--g-text-header-font-weight);
}

.yfm_blog blockquote,
.yfm_blog dl,
.yfm_blog ol,
.yfm_blog p,
.yfm_blog pre,
.yfm_blog table,
.yfm_blog ul {
  margin: 0 0 16px;
}
.yfm_blog *:has(+ dfn) {
  margin-bottom: 0 !important;
}
.yfm_blog img {
  margin-bottom: 32px;
  margin-top: 16px;
  border-radius: 24px;
}
.yfm_blog hr {
  height: 1px;
}
.yfm_blog ol,
.yfm_blog ul {
  padding-left: 1.4em;
}
.yfm_blog code {
  color: var(--g-color-text-misc);
}
.yfm_blog pre > code {
  color: var(--g-color-text-primary);
}
.yfm_blog table {
  color: var(--g-color-text-primary);
  border: 1px solid var(--g-color-line-generic);
  background: var(--g-color-base-background);
}
.yfm_blog thead tr,
.yfm_blog table tr:nth-child(2n) {
  background-color: var(--g-color-base-generic);
}
.yfm_blog_media {
  font-size: var(--g-text-body-3-font-size);
  line-height: var(--g-text-body-3-line-height);
  color: var(--g-color-text-secondary);
}
.yfm_blog_breadcrumbs {
  font-size: var(--g-text-body-2-font-size);
  line-height: var(--g-text-body-2-line-height);
  color: var(--g-text-color-base);
}
.yfm_blog_description {
  color: var(--g-color-text-primary);
}
.yfm_blog a {
  color: var(--g-color-text-link);
  border-radius: var(--g-focus-border-radius);
}
.yfm_blog a:hover {
  color: var(--g-color-text-link-hover);
}
.yfm_blog a:focus {
  box-shadow: 0 0 0 2px var(--g-color-line-focus);
}
.yfm_blog a:focus:not(:focus-visible) {
  box-shadow: none;
}
.yfm_blog a:focus {
  outline: 0;
}
.yfm_blog .yfm-tab:hover, .yfm_blog .yfm-tab:active {
  color: var(--g-color-text-link-hover);
}
.yfm_blog .yfm-tab.active {
  border-bottom-color: var(--g-color-text-link);
}
.yfm_blog .yfm-clipboard {
  margin: 32px 0;
}

.yfm_blog_card p {
  color: var(--pc-text-header-color);
}

.yfm_heading.yfm_heading {
  font-family: var(--g-text-display-font-family);
}

@font-face {
  font-family: "YS Display";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/display-thin.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/display-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Display";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/display-light.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/display-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Display";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/display-regular.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/display-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Display";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/display-medium.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/display-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Display";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/display-bold.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/display-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Display";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/display-heavy.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/display-heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Text";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/text-light.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/text-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Text";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/text-light-italic.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/text-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "YS Text";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/text-regular.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/text-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Text";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/text-regular-italic.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/text-regular-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "YS Text";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/text-medium.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/text-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Text";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/text-medium-italic.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/text-medium-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "YS Text";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/text-bold.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/text-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YS Text";
  src: url("https://yastatic.net/s3/home/fonts/ys/1/text-bold-italic.woff2") format("woff2"), url("https://yastatic.net/s3/home/fonts/ys/1/text-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.YSDisplay-Thin {
  font-family: "YS Display", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.YSDisplay-Light {
  font-family: "YS Display", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.YSDisplay-Regular {
  font-family: "YS Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.YSDisplay-Medium {
  font-family: "YS Display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.YSDisplay-Bold {
  font-family: "YS Display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.YSDisplay-Heavy {
  font-family: "YS Display", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.YSText-Light {
  font-family: "YS Text", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.YSText-LightItalic {
  font-family: "YS Text", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.YSText-Regular {
  font-family: "YS Text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.YSText-RegularItalic {
  font-family: "YS Text", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.YSText-Medium {
  font-family: "YS Text", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.YSText-MediumItalic {
  font-family: "YS Text", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.YSText-Bold {
  font-family: "YS Text", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.YSText-BoldItalic {
  font-family: "YS Text", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}