@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

:is(.dark .dark\:bg-true-black) {
    background-color: #0f0f0f;
}

:is(.dark .dark\:text-gray-f5) {
    color: #d5d5d5;
}

.grid-container {
    padding-right: 35px;
    padding-left: 35px;
}

header {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgb(217 217 217);
}

header .header__productname {
    font-size: 20px;
}

header .header__left {
    column-gap: 178px;
}

.dark header {
    background-color: #0f0f0f;
    border-color: rgb(65 65 65);
}

.searchInTree {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
}

.dark header form input[type="text"],
.dark .searchInTree {
    border-color: #303030;
    background-color: #121212;
}


.dark .js-sidebar-menu:has(.sidebar-left) {
    border-color: #303030;
}

.dark .page-tree-collapser {
    background-color: #0f0f0f;
    border-color: #6d6d6d;
}

.header-doc-mainlink {
    padding: 5px 7px 7px;
    margin: 0 0 0 -7px;
    font-size: 18px;
    border-width: 2px;
}

.header-search {
    transition: 0.3s all;
    width: 280px;
    margin-left: 20px;
}

.header-search.wide {
    flex: 1;
}

.header-search button.preload {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><linearGradient id="a5"><stop offset="0" stop-color="%23007CFF" stop-opacity="0"></stop><stop offset="1" stop-color="%23007CFF"></stop></linearGradient><circle fill="none" stroke="url(%23a5)" stroke-width="30" stroke-linecap="round" stroke-dasharray="0 44 0 44 0 44 0 44 0 360" cx="100" cy="100" r="70" transform-origin="center"><animateTransform type="rotate" attributeName="transform" calcMode="discrete" dur="1" values="360;324;288;252;216;180;144;108;72;36" repeatCount="indefinite"></animateTransform></circle></svg>');
    width: 20px;
    height: 20px;
}

.header-search button.preload:before {
    display: none;
}

.header-search input{
    transition: 0.3s all;
}

#page {
    padding-top: 90px;
}

#page .centercontent ul,
#page .centercontent ul ul ul ul,
#page .centercontent ul ul ul ul ul ul ul,
#page .centercontent ul ul ul ul ul ul ul ul ul ul {
    list-style-type: disc;
}

#page .centercontent ul ul,
#page .centercontent ul ul ul ul ul,
#page .centercontent ul ul ul ul ul ul ul ul,
#page .centercontent ul ul ul ul ul ul ul ul ul ul ul {
    list-style-type: circle;
}

#page .centercontent ul ul ul,
#page .centercontent ul ul ul ul ul ul,
#page .centercontent ul ul ul ul ul ul ul ul ul,
#page .centercontent ul ul ul ul ul ul ul ul ul ul ul ul {
    list-style-type: square;
}

#page .centercontent ol,
#page .centercontent ol ol ol ol,
#page .centercontent ol ol ol ol ol ol ol,
#page .centercontent ol ol ol ol ol ol ol ol ol ol {
    list-style-type: decimal;
}

#page .centercontent ol ol,
#page .centercontent ol ol ol ol ol,
#page .centercontent ol ol ol ol ol ol ol ol,
#page .centercontent ol ol ol ol ol ol ol ol ol ol ol {
    list-style-type: lower-alpha;
}

#page .centercontent ol ol ol,
#page .centercontent ol ol ol ol ol ol,
#page .centercontent ol ol ol ol ol ol ol ol ol,
#page .centercontent ol ol ol ol ol ol ol ol ol ol ol ol {
    list-style-type: lower-roman;
}

body {
    top: 0 !important;
}

body .hljs-comment,
body .hljs-quote {
    color: inherit;
    font-style: normal;
}

.dark body .hljs-comment,
.dark body .hljs-quote {
    color: inherit;
    font-style: normal;
}

span.cdx-span[style~="color:"] {
    color: inherit !important;
}

.sidebar-left,
.sidebar-right {
    top: 100px;
    height: calc(100vh - 11em);
}

.sidebar-left {
    padding-top: 15px;
    margin-right: 15px;
    height: calc(100vh - 9em);
}

.sidebar-left.expanded {
    height: calc(100vh - 14em);
    padding-bottom: 50px;
}

.js-sidebar-menu:has(.sidebar-left) {
    border-right: 1px solid #dfe1e6;
    position: relative;
}

.js-sidebar-menu.minimized:has(.sidebar-left) {
    width: 0;
    border-color: transparent;
}

.js-sidebar-menu.minimized:has(.sidebar-left) button.js-sidebar-menu-collapse{
    display: none;
}

.page-tree-collapser {
    background-color: white;
    border-color: #dfe1e6;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    left: 325px;
    top: 125px;
    position: fixed;
    cursor: pointer;
}

.page-tree-collapser:after {
    content: "";
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #a9a9a9;
    margin-top: 5px;
    margin-left: 4px;
    transition: 0.2s ease;
    display: block;
    transform-origin: 75% 50%;
    transform: rotate(-135deg);
}

.page-tree-collapser.rotated {
    transform: rotate(180deg);
    left: 25px;
}

.centercontent {
    padding-top: 35px;
}

.centercontent .breadcrumbs {
    display: none;
}

header .breadcrumbs__item {
    font-size: 13px;
}

article.tw-content h1 {
    margin-bottom: 30px;
}

article.tw-content h3 {
    font-size: 20px;
}

.sidebar-right {
    padding-top: 15px;
    word-wrap: break-word;
}

.sarch-arrows {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 50px;
}

.sarch-arrow {
    padding: 25px 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 25px;
    user-select: none;
    cursor: pointer;
    transition: 0.2s all;
}

.sarch-arrow.disabled {
    cursor: default;
    opacity: 0.3;
    cursor: not-allowed;
}

.sarch-arrow:hover {
    background-color: #333;
    color: #fff;
}

.feedback-block,
.feedback-support-block {
    padding: 10px 15px 20px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0 15px 0 15px;
    overflow: hidden;
    background-color: #dae7ff;
}

.feedback-support-block__form.wait:after {
    content: '';
    position: absolute;
    inset: -10px;
    z-index: 999;
    cursor: wait;
}

.feedback-support-block {
    max-width: 600px;
    padding: 25px;
    box-shadow: -15px 10px 10px #1e1e1e;
    border: 4px solid #ffffff;
}

.dark .feedback-block,
.dark .feedback-support-block {
    background-color: #1e1e1e;
    border-color: #303030;
}

.dark .feedback-support-block {
    box-shadow: -15px 10px 10px #000000;
}

.page + .feedback-block,
.feedbacks-count + .feedback-block {
    max-width: 400px;
    margin: 25px auto 0;
}

.feedback-block.wait,
.feedback-support-block.wait {
    opacity: 0.5;
}

.feedback-block.wait:after,
.feedback-support-block.wait:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: wait;
    z-index: 2;
}

.feedback-block__title,
.feedback-support-block__title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.feedback-block__smiles {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.feedback-block__smile {
    cursor: pointer;
    margin-right: 0;
    padding: 6px;
    transition: 0.2s all;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.feedback-block__smile input {
    position: relative;
    z-index: -1;
    opacity: 0;
}
.feedback-block__smile.green {
    background-image: url(/docs/assets/img/smile-green.svg);
}
.feedback-block__smile.blue {
    background-image: url(/docs/assets/img/smile-blue.svg);
}
.feedback-block__smile.red {
    background-image: url(/docs/assets/img/smile-red.svg);
}
.feedback-block__smile.orange {
    background-image: url(/docs/assets/img/smile-orange.svg);
}

.feedback-block__smile.green.feedbacks-count {
    text-indent: 30px;
    margin: 25px 0 10px;
    float: left;
}

.feedbacks-count {
    margin: 10px 0 20px;
    font-size: 14px;
}

.feedback-block__smile.green.feedbacks-count,
.feedback-block__smile.green.feedbacks-count.disabled,
.feedback-block__smile.green.feedbacks-count.active,
.feedback-block__smile.green.feedbacks-count:hover {
    background-color: unset;
    filter: unset;
    opacity: 1;
    cursor: default;
}

.feedback-block__smile.green.active,
.feedback-block__smile.green:hover {
    background-color: #baf1ad;
}
.feedback-block__smile.blue.active,
.feedback-block__smile.blue:hover {
    background-color: #bce2ff;
}
.feedback-block__smile.red.active,
.feedback-block__smile.red:hover {
    background-color: #ffc9cd;
}
.feedback-block__smile.orange.active,
.feedback-block__smile.orange:hover {
    background-color: #f8de9b;
}
.feedback-block__smile.active {
    cursor: default;
}
.feedback-block__smile.disabled {
    filter: grayscale(1);
    opacity: 0.7;
}

.feedback-support-block__form,
.feedback-block__form {
    position: relative;
}

.feedback-support-block__form-block,
.feedback-block__form-block {
    margin-top: 30px;
}

.feedback-support-block__form-block .close,
.feedback-block__form-block .close {
    cursor: pointer;
    transform: rotate(45deg);
    font-size: 40px;
    position: absolute;
    top: -47px;
    right: -15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8ca5d3;
    user-select: none;
}

.feedback-support-block__form-block .close {
    top: -82px;
    right: -25px;
}

.feedback-support-block__form-block .close:before,
.feedback-block__form-block .close:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: 0 0 7px 0;
    background-color: #fff;
}

.dark .feedback-block__form-block .close:before,
.dark .feedback-support-block__form-block .close:before {
    background-color: #303030;
}

.feedback-block__form ul {
    margin-bottom: 20px;
    margin-left: 0 !important;
    padding: 0 !important;
}
.feedback-block__form ul,
.feedback-block__form li {
    list-style: none;
    padding-left: 0 !important;
}
.feedback-block__form li {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}
.feedback-block__form li input {
    margin: 5px 10px 0 0;
    appearance: auto;
}
.feedback-block__form li label {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.feedback-support-block__form textarea,
.feedback-block__form textarea {
    width: 100%;
    height: 80px;
    outline: none;
    resize: none;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    font-size: 14px;
    color: #000;
    box-shadow: 0 5px rgba(0, 0, 0, 0.039);
    padding: 10px;
    background-color: #fff;
}

.feedback-support-block__form textarea {
    height: 120px;
    font-weight: 100;
    border-radius: 0.5rem;
    margin: 10px 0 20px;
}

.dark .feedback-support-block__form textarea,
.dark .feedback-block__form textarea {
    border-color: #303030;
    background-color: #121212;
    color: #fff;
    box-shadow: 0 5px rgba(0, 0, 0, 0.22);
}

.feedback-block__form .text-counter {
    font-size: 13px;
    text-align: right;
    margin-bottom: 10px;
}

.feedback-block__form .text-counter.warning {
    color: #e38a00;
}

.feedback-block__form .text-counter.exceeded {
    color: #990000;
}

.dark .feedback-block__form .text-counter.exceeded {
    color: #f10505;
}

.feedback-support-block__form input[type="email"],
.feedback-support-block__form input[type="text"],
.feedback-block__form input[type="email"],
.feedback-block__form input[type="text"] {
    width: 100%;
    height: 50px;
    outline: none;
    resize: none;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    box-shadow: 0 5px rgba(0, 0, 0, 0.039);
    background-color: #fff;
}

.dark .feedback-support-block__form input[type="email"],
.dark .feedback-support-block__form input[type="text"],
.dark .feedback-block__form input[type="email"],
.dark .feedback-block__form input[type="text"] {
    border-color: #303030;
    background-color: #121212;
    color: #fff;
    box-shadow: 0 5px rgba(0, 0, 0, 0.22);
}

.feedback-block__form .field-hint {
    margin: -18px 0 20px;
    line-height: 1.3;
    font-size: 12px;
    font-style: italic;
}

.feedback-support-block__subtitle,
.feedback-block__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.feedback-support-block__subtitle span,
.feedback-block__subtitle span {
    color: red;
}
.feedback-block__file {
    margin-bottom: 20px;
}
.feedback-block__file label {
    color: #0279c0;
    cursor: pointer;
    /* background-image: url(/docs/assets/img/skrepka.svg); */
    display: inline;
    background-repeat: no-repeat;
    background-position: 100% center;
    padding-right: 20px;
}
.feedback-block__file label input {
    display: none;
}
.feedback-support-block__disclaimer {
    background: #ffefc8;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #f5cf70;
    font-size: 14px;
    line-height: 1.3;
}
.dark .feedback-support-block__disclaimer {
    background: #1e1900;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #372f00;
    font-size: 14px;
    line-height: 1.3;
}
.feedback-support-block__btn,
.feedback-block__btn {
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background-color: #0279c0;
    border-radius: 0.5rem;
    border: none;
    height: 48px;
    padding: 8px 15px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-shadow: 0 5px #06659d;
    transition: 0.2s all;
}

.feedback-support-block__btn,
.dark .feedback-support-block__btn,
.feedback-block__btn:active,
.dark .feedback-block__btn:active {
    box-shadow: none;
}

.feedback-support-block__btn {
    margin-top: 20px;
}

.dark .feedback-support-block__btn,
.dark .feedback-block__btn {
    background: #083f61;
    box-shadow: 0 5px #00314f;
}

.prev-page-block {
    margin: 15px 0 0;
    font-size: 14px;
    background: #f4f5f7;
    padding: 10px 15px;
}

.prev-page-block ul {
    list-style: outside disc;
    padding-left: 18px;
}

.dark .prev-page-block {
    background-color: #1e1e1e;
}

.prev-page-block a {
    color: #0052cc;
    display: block;
    margin: 5px 0 0;
}

.dark .prev-page-block a {
    color: rgb(0 124 255 / var(--tw-text-opacity));
}

.doc-section {
    position: relative;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    outline: none;
    overflow: hidden;
}

.doc-section:before {
    content: "";
    border-radius: 50%;
    background: rgb(247, 250, 255);
    width: 220px;
    height: 220px;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -50px;
    right: -33px;
}

.dark .doc-section:before {
    background: rgb(53 53 53);
}

.doc-section:hover:before {
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200%;
}

.doc-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 100% calc(100% - 10px);
    z-index: 0;
}

.doc-section.lk:after {
    background-image: url(/docs/assets/img/pic-user.png);
}

.doc-section.rub:after {
    background-image: url(/docs/assets/img/pic-money-eur.png);
}

.doc-section.list:after {
    background-image: url(/docs/assets/img/pic-list.png);
}

.dark .doc-section.lk:after {
    background-image: url(/docs/assets/img/pic-user-dark.png);
    background-size: 40%;
}

.dark .doc-section.rub:after {
    background-image: url(/docs/assets/img/pic-money-eur-dark.png);
    background-size: 35%;
}

.dark .doc-section.list:after {
    background-image: url(/docs/assets/img/pic-list-dark.png);
    background-size: 35%;
}

.doc-section-wrapper {
    position: relative;
    z-index: 2;
}

.dark .doc-section-wrapper {
    text-shadow:
        0 0 5px #000,
        0 0 3px #000;
}

.doc-section-list {
    display: block;
}

.doc-section-list span {
    font-weight: 300;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    margin-bottom: 7px;
}

.doc-section-list span:before {
    content: "";
    width: 3px;
    height: 3px;
    margin-right: 10px;
    border-radius: 50%;
    background: #000;
}

.dark .doc-section-list span:before {
    background: #fff;
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.card-shadow {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

.card-product img {
    margin-bottom: 30px;
}

.card-product .logo-dark {
    display: none;
}

.dark .card-product img {
    display: none;
}

.dark .card-product img.logo-dark {
    display: block;
}

.card-product p {
    margin-bottom: 60px;
}

.card-product .row p {
    margin-bottom: 15px;
}

.footer-sitelink {
    font-weight: 500;
}

.footer-copyright {
    font-size: 14px;
    margin-top: 10px;
}

.next-alert-block-hide + .alert-block {
    display: none;
}

.alert-block {
    padding: 15px;
    gap: 10px;
}

.alert-block .leading-normal {
    font-weight: bold;
    font-size: 17px;
}

.alert-block svg {
    transform: scale(0.7);
}

.alert-block.alert-block--tip {
    background-color: #deffe3;
}

.dark .alert-block.alert-block--tip {
    background-color: #0b2900;
}

.confluence-information-macro {
    display: flex;
    padding: 15px;
    gap: 10px;
    margin-top: 20px;
    border-radius: 7px;
}

.confluence-information-macro-tip {
    background-color: rgb(229 238 255 / var(--tw-bg-opacity));
}

.confluence-information-macro-info {
    background-color: rgb(255 245 218 / var(--tw-bg-opacity));
}

.confluence-information-macro .aui-icon {
    flex: 1 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.confluence-information-macro-tip .aui-icon {
    background: #749eff;
    width: 21px;
    height: 21px;
    border-radius: 50%;
}

.confluence-information-macro-info .aui-icon {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10.5px 18px 10.5px;
    border-color: transparent transparent #ffb800 transparent;
    border-radius: 0;
    background: unset;
    align-items: flex-start;
}

.confluence-information-macro-tip .aui-icon:after {
    content: "!";
    font-size: 17px;
}

.confluence-information-macro-info .aui-icon:after {
    content: "!";
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    text-indent: -1px;
    position: relative;
    top: 1px;
}

.search-btn {
    background-color: rgb(229 238 255 / var(--tw-bg-opacity));
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark .search-btn {
    color: rgb(245, 245, 245);
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.search-btn span {
    font-family: Golos, sans-serif;
    padding-left: 10px;
}

.products_select {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    background-color: rgb(229 238 255 / var(--tw-bg-opacity));
    border-radius: 0 7px 7px 0;
    user-select: none;
    cursor: pointer;
    position: relative;
    padding-right: 10px;
}

.products_select:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #0000;
    border-right: 5px solid #0000;
    border-top: 6px solid #666;
    position: absolute;
    right: 11px;
    top: 23px;
}

.dark .products_select {
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.searchpage__searchinput {
    border-radius: 7px 0 0 7px;
}

.products_select .list {
    display: none;
    position: absolute;
    top: 45px;
    background: #fff;
    right: 0;
    padding: 3px 0 5px 0;
    line-height: 1.3;
    width: 310px;
    border-radius: 3px;
    z-index: 2;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    max-height: 300px;
    overflow: auto;
}

.dark .products_select .list {
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.products_select .list .option {
    padding: 10px 10px 10px 12px;
    margin: 0;
    display: block;
    line-height: 18.2px;
    cursor: pointer;
}

.products_select .list .option:hover {
    background-color: rgb(229 238 255 / var(--tw-bg-opacity));
}

.dark .products_select .list .option:hover {
    background-color: rgb(25 47 96);
}

.products_select .list .option input {
    margin: 0 7px 0 0;
    appearance: auto;
}

.js-anchor.article__content__content__anchor {
    color: #000c34 !important;
    font-size: 1.2rem;
    height: 100%;
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.5s ease;
    display: inline;
}

h2:hover .js-anchor.article__content__content__anchor,
h3:hover .js-anchor.article__content__content__anchor,
h4:hover .js-anchor.article__content__content__anchor,
h5:hover .js-anchor.article__content__content__anchor,
h6:hover .js-anchor.article__content__content__anchor {
    opacity: 0.3;
}

.dark .js-anchor.article__content__content__anchor {
    filter: invert(1);
}

.article__content__content__anchor--link-icon {
    max-width: 20px !important;
    margin-bottom: 3px;
    display: inline-block;
}

.swagger-ui .article__content__content__anchor {
    display: none;
}

.image-center-wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

article.tw-content figure.image {
    border: none;
}

body .tw-content figure.image figcaption {
    border: none;
}

article.tw-content figure.image img,
article.tw-content .image-inline {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}

.tw-content figure.table td {
    vertical-align: middle;
}

.tw-content figure.table img {
    display: inline-block;
}

.tw-content .inline-code {
    background: #ededed;
    color: inherit;
    padding: 2px 5px;
}

.dark .tw-content .inline-code {
    background: #414141;
}

.survey {
    background-image: url(https://www.ispsystem.ru/pictures/doc-survey-pictrure-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.dark .survey {
    background-image: url(https://www.ispsystem.ru/pictures/doc-survey-pictrure-dark.png);
}

.survey.nobg,
.dark .survey.nobg {
    background-image: unset;
}

.survey__body {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
    padding: 20px;
}

.survey__title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    /* font-size: 36px; */
    font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
    line-height: 106%;
    color: #0063db;
    margin-bottom: 10px;
}

.survey__p {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #13202c;
}

.dark .survey__title,
.dark .survey__p {
    color: #fff;
}

.survey__button {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 119%;
    text-align: center;
    color: #344a5e;
    background-color: #f8e71b;
    border-radius: 3px;
    padding: 10px 25px;
}

.tooltip-wrong-text {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 5px;
}

#reportErrorButton {
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background-color: #0279c0;
    border-radius: 3px;
    border: none;
    height: 40px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
}

.dark .tooltip-wrong-text {
    background-color: #1e1e1e;
    border-color: #303030;
    box-shadow: 5px 5px 15px #000;
}

.dark #reportErrorButton {
    background-color: #083f61;
}

#reportErrorButton:hover {
    opacity: 0.8;
}

button.js-sidebar-menu-collapse {
    left: 0;
    top: calc(100vh - 95px);
    border: 1px solid rgb(217 217 217);
    border-radius: 7px;
    padding: 10px;
    margin: 20px 10px 0;
    width: calc(100% - 40px);
    box-sizing: border-box;
    position: sticky;
    background: #fff;
}

.dark button.js-sidebar-menu-collapse {
    border-color: #192f60;
    background: #192f60;
}

.action-panel {
    display: flex;
    gap: 14px;
    margin-bottom: 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.action-panel__items {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
    font-size: 0;
    justify-content: space-between;
}


.action-panel__items > div {
    user-select: none;
    cursor: pointer;
    color: rgb(0 124 255 / var(--tw-text-opacity));
    text-decoration: underline;
    display: flex;
    align-items: flex-start;
    /* gap: 7px;     */
}

.action-panel__items > div a {
    display: flex;
    align-items: flex-start;
    /* gap: 7px;     */
}

.action-panel__items > div:hover {
    text-decoration: none;
}

.overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(14, 19, 23, .8);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: auto;
    padding: 50px 0;
}

.overlay-waiting {
    position: fixed;
    inset: 0;
    z-index: 9999;
    cursor: wait;
    background-color: #fff;
    opacity: 0.5;
}

.updated-aricle-info {
    margin: 20px 0 0;
    font-size: 14px;
}

iframe {
    max-width: 100%;
}


#omni_widget_hint + div {
    display: none !important;
}
.goog-text-highlight,
font > font {
	background-color: transparent !important;
	box-shadow: none !important;
	box-sizing: inherit;
}
.skiptranslate {
    display: none !important;
}
.language {
    display: flex;
    margin-left: 20px;
}

.language__img {
    margin: 2px;
    cursor: pointer;

    width: 22px;
}

.js-toggle-language-wrapper {
    position: relative;
}

.js-toggle-language {
    border: 1px solid #cfcfcf;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    border-color: rgb(217 217 217);
    padding: 0 10px;
    gap: 10px;
    display: none;
}

.dark .js-toggle-language{
    border-color: #303030;
}

.js-toggle-language.show {
    display: flex;
}


.js-toggle-language .js-spoiler-icon.rotate {
    transform: rotate(180deg);
}

.js-toggle-language-list {
    border-radius: 5px;
    border: 1px solid;
    border-color: rgb(217 217 217);

    flex-direction: column;
    width: 100%;
    position: absolute;
    background: #fff;
    display: none;
}

.js-toggle-language-list.show {
    display: flex;
}

.dark .js-toggle-language-list {
    border-color: #303030;
    background-color: #0f0f0f;
}

.js-toggle-language-list__item {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 9px;
    user-select: none;
    opacity: .5;
}

.js-toggle-language-list__item:hover,
.language__img_active {
    opacity: 1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch #input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #065894;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 0;
    overflow: hidden;
  }

  .sun-moon {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #f7d20f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  html:not(.dark) .switch .slider {
    background-color: black;
  }

  #input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
  }

  html:not(.dark) .switch .slider .sun-moon {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: white;
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
  }

  .moon-dot {
    opacity: 0;
    transition: 0.4s;
    fill: gray;
  }

  html:not(.dark) .switch .slider .sun-moon .moon-dot {
    opacity: 1;
  }

  .slider.round {
    border-radius: 34px;
  }

  .slider.round .sun-moon {
    border-radius: 50%;
  }

  #moon-dot-1 {
    left: 10px;
    top: 3px;
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: 4;
  }

  #moon-dot-2 {
    left: 2px;
    top: 10px;
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 4;
  }

  #moon-dot-3 {
    left: 16px;
    top: 18px;
    position: absolute;
    width: 3px;
    height: 3px;
    z-index: 4;
  }

  #light-ray-1 {
    left: -8px;
    top: -8px;
    position: absolute;
    width: 43px;
    height: 43px;
    z-index: -1;
    fill: white;
    opacity: 10%;
  }

  #light-ray-2 {
    left: -50%;
    top: -50%;
    position: absolute;
    width: 55px;
    height: 55px;
    z-index: -1;
    fill: white;
    opacity: 10%;
  }

  #light-ray-3 {
    left: -18px;
    top: -18px;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: -1;
    fill: white;
    opacity: 10%;
  }

  .cloud-light {
    position: absolute;
    fill: #eee;
    animation-name: cloud-move;
    animation-duration: 6s;
    animation-iteration-count: infinite;
  }

  .cloud-dark {
    position: absolute;
    fill: #ccc;
    animation-name: cloud-move;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
  }

  #cloud-1 {
    left: 30px;
    top: 15px;
    width: 40px;
  }

  #cloud-2 {
    left: 44px;
    top: 10px;
    width: 20px;
  }

  #cloud-3 {
    left: 18px;
    top: 24px;
    width: 30px;
  }

  #cloud-4 {
    left: 36px;
    top: 18px;
    width: 40px;
  }

  #cloud-5 {
    left: 48px;
    top: 14px;
    width: 20px;
  }

  #cloud-6 {
    left: 22px;
    top: 26px;
    width: 30px;
  }

  @keyframes cloud-move {
    0% {
      transform: translateX(0px);
    }

    40% {
      transform: translateX(4px);
    }

    80% {
      transform: translateX(-4px);
    }

    100% {
      transform: translateX(0px);
    }
  }

  .stars {
    transform: translateY(-32px);
    opacity: 0;
    transition: 0.4s;
  }

  .star {
    fill: white;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    animation-name: star-twinkle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  html:not(.dark) .switch .slider .stars {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  #star-1 {
    width: 20px;
    top: 2px;
    left: 3px;
    animation-delay: 0.3s;
  }

  #star-2 {
    width: 6px;
    top: 16px;
    left: 3px;
  }

  #star-3 {
    width: 12px;
    top: 20px;
    left: 10px;
    animation-delay: 0.6s;
  }

  #star-4 {
    width: 18px;
    top: 0px;
    left: 18px;
    animation-delay: 1.3s;
  }

  .js-toggle-mode .toggler{
    position: absolute;
    font-size: 0;
  }

  @keyframes star-twinkle {
    0% {
      transform: scale(1);
    }

    40% {
      transform: scale(1.2);
    }

    80% {
      transform: scale(0.8);
    }

    100% {
      transform: scale(1);
    }
  }


#omni_widget_tip + div:not(#page),
#goog-gt-tt + div:not(#omni_widget_tip) {
    display:none;
}


.js-spoiler .tw-code-block {
    background-color: rgb(237 237 237);
}

.dark .js-spoiler .tw-code-block {
    background-color: #0e0e0e;
}

.ya-share2__link {
    padding: 5px 0;
    font-size: 14px;
}

.ya-share2__popup {
    transform: translateX(50px);
}

.action-panel .ya-share2__container_shape_round.ya-share2__container_size_s .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 25px 25px;
}

.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: #e7e7e7;
}

.dark .ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: transparent;
}


.dark .ya-share2__popup {
    filter: invert(1);
    box-shadow: 0 6px 18px #cbcbcb36 !important;
}

.dark .ya-share2__popup .ya-share2__list .ya-share2__item:hover,
.dark .ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.dark .ya-share2__container_as-popup .ya-share2__list .ya-share2__item:hover,
.dark .ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.dark .ya-share2__popup .ya-share2__list .ya-share2__item:focus,
.dark .ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus,
.dark .ya-share2__container_as-popup .ya-share2__list .ya-share2__item:focus,
.dark .ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus,
.dark .ya-share2__popup .ya-share2__list .ya-share2__item:active,
.dark .ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active,
.dark .ya-share2__container_as-popup .ya-share2__list .ya-share2__item:active,
.dark .ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active {
    background: rgb(0 0 0 / 12%);
}

body .ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: transparent;
    padding: 0;
}

body .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url(/docs/assets/img/share.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
}

body .ya-share2__item:not(.ya-share2__item_more):active, body .ya-share2__item.ya-share2__item_more > .ya-share2__link:active,
body .ya-share2__item:not(.ya-share2__item_more):hover, body .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover {
    opacity: 1;
}

.tabs-wrapper {
    border-bottom: 1px solid #dfe1e6;
    padding-bottom: 15px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .tabs-menu {
    margin: 0;
    padding: 0;
}

.tabs-menu .menu-item {
    list-style: none;
    display: inline;
}

.tabs-menu .menu-item a {
    display: inline-block;
    padding: 10px;
    border-bottom: 2px solid transparent;
    margin-bottom: 0px;
}

.tabs-menu .menu-item.active-tab a,
.tabs-menu .menu-item a:hover {
    border-color: rgb(0 124 255/var(--tw-text-opacity)) ;
}

.tabs-pane {
    display: none;
}

.tabs-pane.active-pane {
    display: block;
}

.dark .tabs-search-wrapper input {
    border-color: #303030;
    background-color: #121212;
}

.dark .tabs-wrapper {
    border-color: #303030;
}

.sticky-scrollbar,
.sticky-scrollbar-after {
    position: fixed;
    bottom: 10px;
    height: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 9999;
    display: none;
    background-color: #ffffff;
}

.sticky-scrollbar-after {
    bottom: 0;
    height: 10px;
}

.sticky-scrollbar-inner {
    height: 1px;
}

.dark .sticky-scrollbar,
.dark .sticky-scrollbar-after {
    background-color: #0f0f0f;
}


.selection-menu {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 4px;
    z-index: 1000;
}

.dark .selection-menu {
    background: #1e1e1e;
    border: 1px solid #303030;
}

.selection-menu button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 4px;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.selection-menu button:hover {
    background-color: #f0f0f0;
}

.dark .selection-menu button:hover {
    background-color: #000;
}

.selection-menu button svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dark .selection-menu button svg {
    stroke: #919191;
}

.focus-mode {
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    padding: 10px 15px 10px 10px;
    border-radius: 5px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dark .focus-mode {
    border-color: #414141;
    transition: 0.2s all;
}

.dark .focus-mode:hover {
    border-color: #7f7f7f;
    color: #bdbdbd;
}

body.focused header,
body.focused footer,
body.focused .prev-page-block,
body.focused .js-sidebar-menu {
    display: none;
}

body.focused #page {
    padding-top: 0;
}

body.focused .article-section {
    padding-bottom: 25px;
}

body.focused .sidebar-right {
    top: 20px;
    height: calc(100vh - 3em);
}


body #gtx-trans {
    display: none !important;
}

@media (max-width: 1580px) {
    header .header__left {
        column-gap: 179px;
    }

    header .header__left svg{
        width: 115px;
    }

    .header-doc-mainlink {
        margin: 5px 0 -5px;
    }
}

@media (max-width: 1200px) {
    .page-main-content {
        gap: 10px;
    }
    .grid-container {
        padding: 0 10px;
    }
    .page-tree-collapser {
        left: 237px;
    }
    .page-tree-collapser.rotated {
        left: 0px;
    }
    header .header__productname {
        font-size: 16px;
        margin-right: 20px;
    }
    header .breadcrumbs {
        display: none;
    }
    .centercontent .breadcrumbs {
        display: flex;
    }
    .js-sidebar-menu:has(.sidebar-left),
    .centercontent + .w-300px {
        width: 240px;
    }
}

@media (max-width: 1024px) {
    header .header__left {
        column-gap: 35px;
    }

    .tabs-wwrapper {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .tabs-search-wrapper {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .grid.grid-cols-3,
    .grid.grid-cols-4,
    .grid.grid-cols-5 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    header .header__productname,
    .focus-mode {
        display: none;
    }
    .card-product img {
        max-width: 200px;
    }

    #mobile_menu .container {
        padding-top: 10px;
    }

    #page form:has(.searchpage__searchinput) {
        flex-direction: column;
        gap: 10px;
    }

    .searchpage__searchinput {
        border-radius: 7px;
    }

    .products_select {
        border-radius: 7px;
        padding: 15px 10px 15px 0;
    }

    .products_select:after {
        top: 23px;
    }

    button.search-btn {
        margin: 0;
        padding: 15px;
    }

    .products_select .list {
        top: 55px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .grid-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .header-search {
        display: none;
    }
    #page {
        padding-top: 71px;
    }
    .card-product {
        padding: 35px 30px 40px;
    }
    .survey {
        background-image: url(https://www.ispsystem.ru/pictures/doc-survey-pictrure-mobile-light.png);
    }
    .dark .survey {
        background-image: url(https://www.ispsystem.ru/pictures/doc-survey-pictrure-mobile-dark.png);
    }
    .survey__body {
        padding: 25px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .survey__title {
        font-size: 24px;
    }
    .survey__p {
        font-size: 16px;
    }
}


@media print {
    header,
    .breadcrumbs,
    .js-sidebar-menu:has(.sidebar-left),
    .w-300px:has(.sidebar-right),
    .feedbacks-count,
    .feedback-block,
    .feedback-support-block,
    .action-panel,
    iframe,
    footer,
    .tooltipio-tooltip,
    .survey,
    [id*=omni_widget] {
        display: none !important;
    }

    #page,
    .centercontent {
        padding-top: 0;
    }
}
