

/* Start:/local/templates/docs/css/jquery.fancybox.css?173220644517412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/docs/css/main.css?1752059889582023*/
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/local/templates/docs/css/img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
    * Swiper 5.3.6
    * Most modern mobile touch slider and framework with hardware accelerated transitions
    * http://swiperjs.com
    *
    * Copyright 2014-2020 Vladimir Kharlampidi
    *
    * Released under the MIT License
    *
    * Released on: February 29, 2020
    */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@keyframes appear-parameters {
    from {
        opacity: 0;
        display: none;
        height: 0
    }
    to {
        opacity: 1;
        display: block;
        height: 100%
    }
}

@keyframes button-rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(90deg)
    }
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-regular.eot);
    src: local("Roboto"), local("Roboto-Regular"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-regular.woff2) format("woff2"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-regular.woff) format("woff"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-500.eot);
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-500.eot?#iefix) format("embedded-opentype"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-500.woff2) format("woff2"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-500.woff) format("woff"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-500.ttf) format("truetype")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-700.eot);
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-700.eot?#iefix) format("embedded-opentype"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-700.woff2) format("woff2"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-700.woff) format("woff"), url(/local/templates/docs/css/fonts/roboto-v20-cyrillic_latin-700.ttf) format("truetype")
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Condensed"), local("Roboto-Condensed-Regular"), url(/local/templates/docs/css/fonts/RobotoCondensed-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed"), local("Roboto-Condensed-Bold"), url(/local/templates/docs/css/fonts/RobotoCondensed-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'FiraMono';
    font-style: normal;
    font-weight: 400;
    src: local("FiraMono"), local("FiraMono-Regular"), url(/local/templates/docs/css/fonts/FiraMono-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'FiraMono';
    font-style: normal;
    font-weight: 500;
    src: local("FiraMono Medium"), local("FiraMono-Medium"), url(/local/templates/docs/css/fonts/FiraMono-Medium.ttf) format("truetype")
}

@font-face {
    font-family: 'FiraMono';
    font-style: normal;
    font-weight: 700;
    src: local("FiraMono Bold"), local("FiraMono-Bold"), url(/local/templates/docs/css/fonts/FiraMono-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'Consolas';
    font-style: normal;
    font-weight: 400;
    src: local("Consolas"), local("Consolas-Regular"), url(/local/templates/docs/css/fonts/consola.ttf) format("truetype")
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}

a {
    text-decoration: none
}

a:active, a:hover {
    outline: 0
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: border-box
}

:focus {
    outline: 0
}

img, audio, video {
    max-width: 100%;
    height: auto
}

audio, canvas, iframe, video, img, svg {
    vertical-align: middle
}

iframe {
    border: 0
}

textarea {
    resize: none;
    overflow: auto;
    vertical-align: top;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

input, textarea, select, button {
    outline: none;
    border: none;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0;
    text-align: left
}

.container {
    display: flex;
    flex-direction: column
}

.container--white {
    background-color: #fff
}

.container--black {
    background-color: #37474F
}

.container-moduls {
    display: flex;
    flex-direction: column
}

.container-moduls--white {
    background-color: #fff
}

.container-moduls--black {
    background-color: #37474F
}

.container-demoshop {
    display: flex;
    flex-direction: column;

    overflow: hidden;
}

.container-demoshop--white {
    background-color: #fff
}

.container-demoshop--black {
    background-color: #37474F
}

.container-fiscalization {
    display: flex;
    flex-direction: column
}

.container-fiscalization--white {
    background-color: #fff
}

.container-fiscalization--black {
    background-color: #37474F
}

.container-recommendationkmcz {
    display: flex;
    flex-direction: column
}
.container-recommendationkmcz--white {
    background-color: #fff
}
.container-recommendationkmcz--black {
    background-color: #37474F
}

.container-check {
    display: flex;
    flex-direction: column
}

.container-check--white {
    background-color: #fff
}

.container-check--black {
    background-color: #37474F
}

.container-xml {
    display: flex;
    flex-direction: column
}

.container-xml--white {
    background-color: #fff
}

.container-xml--black {
    background-color: #37474F
}

.container-notification {
    display: flex;
    flex-direction: column
}

.container-notification--white {
    background-color: #fff
}

.container-notification--black {
    background-color: #37474F
}

.container-sms {
    display: flex;
    flex-direction: column
}

.container-sms--white {
    background-color: #fff
}

.container-sms--black {
    background-color: #37474F
}

.container-testing {
    display: flex;
    flex-direction: column
}

.container-testing--white {
    background-color: #fff
}

.container-testing--black {
    background-color: #37474F
}

.container-script {
    display: flex;
    flex-direction: column
}

.container-script--white {
    background-color: #fff
}

.container-script--black {
    background-color: #37474F
}

.container-script-pay {
    display: flex;
    flex-direction: column
}

.container-script-pay--white {
    background-color: #fff
}

.container-script-pay--black {
    background-color: #37474F
}

.container-interface {
    display: flex;
    flex-direction: column
}

.container-interface--white {
    background-color: #fff
}

.container-interface--black {
    background-color: #37474F
}

.container-help {
    display: flex;
    flex-direction: column
}

.container-help--white {
    background-color: #fff
}

.container-help--black {
    background-color: #37474F
}

.container-iframe {
    display: flex;
    flex-direction: column
}

.container-iframe--white {
    background-color: #fff
}

.container-iframe--black {
    background-color: #37474F
}

.container-code-examples {
    display: flex;
    flex-direction: column
}

.container-code-examples--white {
    background-color: #fff
}

.container-code-examples--black {
    background-color: #37474F
}

.container-site-requirements {
    display: flex;
    flex-direction: column
}

.container-site-requirements--white {
    background-color: #fff
}

.container-site-requirements--black {
    background-color: #37474F
}

.container-404 {
    display: flex;
    flex-direction: column
}

.container-404--white {
    background-color: #fff
}

.container-404--black {
    background-color: #37474F
}

.container-telegram-bot {
    display: flex;
    flex-direction: column
}

.container-telegram-bot--white {
    background-color: #fff
}

.container-telegram-bot--black {
    background-color: #37474f
}

@media (min-width: 1024px) {
    .container {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left setup setup" "sidebar-left interfaces interfaces" "sidebar-left interfaces interfaces" "sidebar-left moduls moduls" "sidebar-left script script" "sidebar-left controls controls" "sidebar-left integration integration" "sidebar-left questions questions" "sidebar-left footer footer"
    }

    .container-moduls {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left moduls-navigation moduls-navigation" "sidebar-left moduls-page moduls-page" "sidebar-left support support" "sidebar-left moduls-help moduls-help" "sidebar-left footer footer"
    }

    .container-demoshop {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left demoshop-navigation demoshop-navigation" "sidebar-left demoshop-content demoshop-content" "sidebar-left demoshop-help demoshop-help" "sidebar-left footer footer"
    }

    .container-fiscalization {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left fiscalization-content fiscalization-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }
	
	.container-recommendationkmcz {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left recommendationkmcz-content recommendationkmcz-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-check {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left check-content check-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-xml {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left xml-content xml-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-notification {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left notification-content notification-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }



.container-instructions {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb " "sidebar-left instructions-content instructions-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-sms {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left sms-content sms-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-testing {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left testing-content testing-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-script {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left script-content script-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-interface {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left interface-content interface-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-help {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left help-content help-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-code-examples {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas:
                "sidebar-left fixed-fix fixed-fix"
                "sidebar-left header header"
                "sidebar-left breadcrumb breadcrumb"
                "sidebar-left code-examples-content code-examples-content"
                "sidebar-left footer-help footer-help"
                "sidebar-left footer footer"
    }

    .container-site-requirements {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left site-requirements-content site-requirements-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-404 {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left content-404 content-404" "sidebar-left . . " "sidebar-left . . " "sidebar-left . . " "sidebar-left footer footer"
    }

    .container-telegram-bot {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas:
                "sidebar-left fixed-fix fixed-fix"
                "sidebar-left header header"
                "sidebar-left breadcrumb breadcrumb"
                "sidebar-left content-telegram-bot content-telegram-bot"
                "sidebar-left footer-help footer-help"
                "sidebar-left footer footer"
    }

    .container-telegram-payments {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas:
                        "sidebar-left fixed-fix fixed-fix"
                "sidebar-left header header"
                                "sidebar-left breadcrumb breadcrumb"
                "sidebar-left content-telegram-payments content-telegram-payments"
                "sidebar-left footer-help footer-help"
                "sidebar-left footer footer"
    }

    .container-iframe {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header""sidebar-left breadcrumb breadcrumb" "sidebar-left iframe-content iframe-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-script-pay {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px minmax(392px, auto) minmax(392px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left script-pay-content script-pay-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }
}

@media (min-width: 1280px) {
    .container {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix"
    "sidebar-left header header"
    "sidebar-left breadcrumb breadcrumb"
    "sidebar-left setup setup"
    "sidebar-left interfaces interfaces"
    "sidebar-left interfaces interfaces"
    "sidebar-left moduls moduls"
    "sidebar-left script script"
    "sidebar-left controls controls"
    "sidebar-left integration integration"
    "sidebar-left questions questions"
    "sidebar-left footer footer"
    }

    .container-moduls {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left moduls-navigation moduls-navigation" "sidebar-left moduls-page moduls-page" "sidebar-left support support" "sidebar-left moduls-help moduls-help" "sidebar-left footer footer"
    }

    .container-demoshop {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left demoshop-navigation demoshop-navigation" "sidebar-left demoshop-content demoshop-content" "sidebar-left demoshop-help demoshop-help" "sidebar-left footer footer"
    }

    .container-fiscalization {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left fiscalization-content fiscalization-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }
	
	.container-recommendationkmcz {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left recommendationkmcz-content recommendationkmcz-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-check {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left check-content check-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-xml {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left xml-content xml-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-notification {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left notification-content notification-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }
	
	.container-instructions {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left instructions-content instructions-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-sms {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left sms-content sms-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-testing {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left testing-content testing-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-script {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left script-content script-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-script-pay {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left script-pay-content script-pay-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-interface {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left interface-content interface-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-help {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left help-content help-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-iframe {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas:
                "sidebar-left fixed-fix fixed-fix"
                "sidebar-left header header"
                "sidebar-left breadcrumb breadcrumb"
                "sidebar-left iframe-content iframe-content"
                "sidebar-left footer-help footer-help"
                "sidebar-left footer footer"
    }

    .container-code-examples {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left code-examples-content code-examples-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-site-requirements {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left site-requirements-content site-requirements-content" "sidebar-left footer-help footer-help" "sidebar-left footer footer"
    }

    .container-404 {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas: "sidebar-left fixed-fix fixed-fix" "sidebar-left header header" "sidebar-left breadcrumb breadcrumb" "sidebar-left content-404 content-404" "sidebar-left . . " "sidebar-left . . " "sidebar-left . . " "sidebar-left footer footer"
    }

    .container-telegram-bot {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas:
                "sidebar-left fixed-fix fixed-fix"
                "sidebar-left header header"
                "sidebar-left breadcrumb breadcrumb"
                "sidebar-left content-telegram-bot content-telegram-bot"
                "sidebar-left footer-help footer-help"
                "sidebar-left footer footer"
    }

    .container-telegram-payments {
        grid-template-columns: 300px minmax(490px, auto) minmax(490px, auto);
        grid-template-areas:
                "sidebar-left header header"
                "sidebar-left breadcrumb breadcrumb"
                "sidebar-left content-telegram-payments content-telegram-payments"
                "sidebar-left footer-help footer-help"
                "sidebar-left footer footer"
    }
}

@media (min-width: 1545px) {
    .container {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left setup setup sidebar-right"
    "sidebar-left interfaces interfaces sidebar-right"
    "sidebar-left moduls moduls sidebar-right"
    "sidebar-left script script sidebar-right"
    "sidebar-left controls controls sidebar-right"
    "sidebar-left integration integration sidebar-right"
    "sidebar-left questions questions sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-moduls {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left moduls-navigation moduls-navigation sidebar-right"
    "sidebar-left moduls-page moduls-page sidebar-right"
    "sidebar-left support support sidebar-right"
    "sidebar-left moduls-help moduls-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-demoshop {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left demoshop-navigation demoshop-navigation sidebar-right"
    "sidebar-left demoshop-content demoshop-content sidebar-right"
    "sidebar-left demoshop-help demoshop-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-fiscalization {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left fiscalization-content fiscalization-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }
	
	.container-recommendationkmcz {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left recommendationkmcz-content recommendationkmcz-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-check {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left check-content check-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-xml {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left xml-content xml-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-notification {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left notification-content notification-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }
	
	.container-instructions {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left instructions-content instructions-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-sms {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left sms-content sms-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-testing {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left testing-content testing-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-script {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left script-content script-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-script-pay {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left script-pay-content script-pay-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-interface {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left interface-content interface-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-help {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left help-content help-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-iframe {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left iframe-content iframe-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-code-examples {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left code-examples-content code-examples-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-site-requirements {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left site-requirements-content site-requirements-content sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-404 {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
    "sidebar-left content-404 content-404 sidebar-right"
    "sidebar-left . . sidebar-right"
    "sidebar-left . . sidebar-right"
    "sidebar-left . . sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-telegram-bot {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
    "sidebar-left fixed-fix fixed-fix fixed-fix"
    "sidebar-left header header header"
    "sidebar-left breadcrumb breadcrumb sidebar-right"
                "sidebar-left content-telegram-bot content-telegram-bot sidebar-right"
    "sidebar-left footer-help footer-help sidebar-right"
    "sidebar-left footer footer footer"
    }

    .container-telegram-payments {
        width: 1545px;
        margin: auto;
        grid-template-columns: 375px 585px 585px;
        grid-template-areas:
        "sidebar-left fixed-fix fixed-fix fixed-fix"
                "sidebar-left header header header"
        "sidebar-left breadcrumb breadcrumb sidebar-right"
                "sidebar-left content-telegram-payments content-telegram-payments sidebar-right"
                "sidebar-left footer-help footer-help sidebar-right"
                "sidebar-left footer footer footer"
    }

    .telegram-bot-info {
        padding: 20px
    }
}

.telegram-payments-info {
    padding: 20px
}

@media(min-width: 768px) {
    .telegram-payments-info {
        grid-area: telegram-payments-info;
        padding: 30px
    }

    .telegram-payments-start__image-wrapper-1 {
        width: max-content
    }
}

@media(min-width: 1024px) {
    .telegram-payments-info {
        padding: 30px 30px 50px
    }
}

@media(min-width: 1545px) {
    .telegram-payments-info {
        padding: 30px 30px 80px
    }
}

.telegram-payments-start {
    padding-bottom: 20px
}

.telegram-payments-start__title {
    width: 100%;
    margin: 20px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: left
}

.telegram-payments-start__title--white {
    color: #263238
}

.telegram-payments-start__title--black {
    color: #fff
}

.telegram-payments-start__subtitle {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    color: #263238;
    margin-bottom: 24px
}

.telegram-payments-start__subtitle--white {
    color: #263238
}

.telegram-payments-start__subtitle--black {
    color: #fff
}

.telegram-payments-start__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.telegram-payments-start__text a {
    color: #2196f3
}

.telegram-payments-start__text b {
    color: #263238
}

.telegram-payments-start__text--bold {
    font-weight: 700
}

.telegram-payments-start__text--white {
    color: #546e7a
}

.telegram-payments-start__text--black {
    color: #eceff1
}

.telegram-payments-start__text--black b {
    color: #81d4fa
}

.telegram-payments-start__text--point-white {
    position: relative;
    padding-left: 15px
}

.telegram-payments-start__text--point-white::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #263238
}

.telegram-payments-start__text--point-black {
    position: relative;
    padding-left: 15px
}

.telegram-payments-start__text--point-black::before {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #eceff1
}

@media(min-width: 1024px) {
    .telegram-payments-start {
        padding-bottom: 10px
    }

    .telegram-payments-start__title {
        margin: 50px 0 36px;
        text-align: left;
        font-size: 35px;
        line-height: 45px
    }
}

.telegram-payments-connection,
.telegram-payments-create,
.telegram-payments-settings {
    padding-bottom: 20px
}

.telegram-payments-connection__title,
.telegram-payments-create__title,
.telegram-payments-settings__title {
    width: 100%;
    margin: 20px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: left
}

.telegram-payments-connection__title--white,
.telegram-payments-create__title--white,
.telegram-payments-settings__title--white {
    color: #263238
}

.telegram-payments-connection__title--black,
.telegram-payments-create__title--black,
.telegram-payments-settings__title--black {
    color: #fff
}

.telegram-payments-connection__subtitle,
.telegram-payments-create__subtitle,
.telegram-payments-settings__subtitle {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    color: #263238;
    margin-top: 40px;
    margin-bottom: 24px
}

.telegram-payments-connection__subtitle--white,
.telegram-payments-create__subtitle--white,
.telegram-payments-settings__subtitle--white {
    color: #263238
}

.telegram-payments-connection__subtitle--black,
.telegram-payments-create__subtitle--black,
.telegram-payments-settings__subtitle--black {
    color: #fff
}

.telegram-payments-connection__text,
.telegram-payments-create__text,
.telegram-payments-settings__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.telegram-payments-connection__text:last-child,
.telegram-payments-create__text:last-child,
.telegram-payments-settings__text:last-child {
    margin-bottom: 0
}

.telegram-payments-connection__text a,
.telegram-payments-create__text a,
.telegram-payments-settings__text a {
    color: #2196f3
}

.telegram-payments-connection__text b,
.telegram-payments-create__text b,
.telegram-payments-settings__text b {
    font-weight: 500;
    color: #263238
}

.telegram-payments-connection__text--bold,
.telegram-payments-create__text--bold,
.telegram-payments-settings__text--bold {
    font-weight: 700
}

.telegram-payments-connection__text--white,
.telegram-payments-create__text--white,
.telegram-payments-settings__text--white {
    color: #546e7a
}

.telegram-payments-connection__text--black,
.telegram-payments-create__text--black,
.telegram-payments-settings__text--black {
    color: #eceff1
}

.telegram-payments-connection__text--point-white,
.telegram-payments-create__text--point-white,
.telegram-payments-settings__text--point-white {
    position: relative;
    padding-left: 15px
}

.telegram-payments-connection__text--point-white::before,
.telegram-payments-create__text--point-white::before,
.telegram-payments-settings__text--point-white::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #263238
}

.telegram-payments-connection__text--point-black,
.telegram-payments-create__text--point-black,
.telegram-payments-settings__text--point-black {
    position: relative;
    padding-left: 15px
}

.telegram-payments-connection__text--point-black::before,
.telegram-payments-create__text--point-black::before,
.telegram-payments-settings__text--point-black::before {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #eceff1
}

.telegram-payments-connection__image-wrapper,
.telegram-payments-create__image-wrapper,
.telegram-payments-settings__image-wrapper {
    margin-top: 20px
}

.telegram-payments-connection__image-wrapper img,
.telegram-payments-create__image-wrapper img,
.telegram-payments-settings__image-wrapper img {
    pointer-events: none
}

.telegram-payments-connection__list,
.telegram-payments-create__list,
.telegram-payments-settings__list {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #455a64;
    margin-bottom: 32px
}

.telegram-payments-connection__list--white,
.telegram-payments-create__list--white,
.telegram-payments-settings__list--white {
    color: #546e7a
}

.telegram-payments-connection__list--black,
.telegram-payments-create__list--black,
.telegram-payments-settings__list--black {
    color: #eceff1
}

.telegram-payments-connection__list--black .telegram-payments-settings__list-item::before,
.telegram-payments-connection__list--black .telegram-payments-connection__list-item::before,
.telegram-payments-connection__list--black .telegram-payments-create__list-item::before,
.telegram-payments-connection__list--black .telegram-payments-start__list-item::before,
.telegram-payments-create__list--black .telegram-payments-settings__list-item::before,
.telegram-payments-create__list--black .telegram-payments-connection__list-item::before,
.telegram-payments-create__list--black .telegram-payments-create__list-item::before,
.telegram-payments-create__list--black .telegram-payments-start__list-item::before,
.telegram-payments-settings__list--black .telegram-payments-settings__list-item::before,
.telegram-payments-settings__list--black .telegram-payments-connection__list-item::before,
.telegram-payments-settings__list--black .telegram-payments-create__list-item::before,
.telegram-payments-settings__list--black .telegram-payments-start__list-item::before {
    color: #eceff1
}

.telegram-payments-connection__list--black .telegram-payments-settings__list-item b,
.telegram-payments-connection__list--black .telegram-payments-connection__list-item b,
.telegram-payments-connection__list--black .telegram-payments-create__list-item b,
.telegram-payments-connection__list--black .telegram-payments-start__list-item b,
.telegram-payments-create__list--black .telegram-payments-settings__list-item b,
.telegram-payments-create__list--black .telegram-payments-connection__list-item b,
.telegram-payments-create__list--black .telegram-payments-create__list-item b,
.telegram-payments-create__list--black .telegram-payments-start__list-item b,
.telegram-payments-settings__list--black .telegram-payments-settings__list-item b,
.telegram-payments-settings__list--black .telegram-payments-connection__list-item b,
.telegram-payments-settings__list--black .telegram-payments-create__list-item b,
.telegram-payments-settings__list--black .telegram-payments-start__list-item b {
    color: #81d4fa
}

.telegram-payments-connection__list a,
.telegram-payments-create__list a,
.telegram-payments-settings__list a {
    color: #2196f3
}

.telegram-payments-connection__list-item,
.telegram-payments-create__list-item,
.telegram-payments-settings__list-item {
    position: relative;
    padding-left: 28px;
    margin-bottom: 28px
}

.telegram-payments-connection__list-item:last-child,
.telegram-payments-create__list-item:last-child,
.telegram-payments-settings__list-item:last-child {
    margin-bottom: 0
}

.telegram-payments-connection__list-item::before,
.telegram-payments-create__list-item::before,
.telegram-payments-settings__list-item::before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #263238
}

.telegram-payments-connection__list-item b,
.telegram-payments-create__list-item b,
.telegram-payments-settings__list-item b {
    font-weight: 500;
    color: #263238
}

.telegram-payments-connection__list-item_first::before,
.telegram-payments-create__list-item_first::before,
.telegram-payments-settings__list-item_first::before {
    content: "1."
}

.telegram-payments-connection__list-item_second::before,
.telegram-payments-create__list-item_second::before,
.telegram-payments-settings__list-item_second::before {
    content: "2."
}

.telegram-payments-connection__list-item_third::before,
.telegram-payments-create__list-item_third::before,
.telegram-payments-settings__list-item_third::before {
    content: "3."
}

.telegram-payments-connection__list-item_fourth::before,
.telegram-payments-create__list-item_fourth::before,
.telegram-payments-settings__list-item_fourth::before {
    content: "4."
}

.telegram-payments-connection__list-item_fifth::before,
.telegram-payments-create__list-item_fifth::before,
.telegram-payments-settings__list-item_fifth::before {
    content: "5."
}

.telegram-payments-connection__list-item_sixth::before,
.telegram-payments-create__list-item_sixth::before,
.telegram-payments-settings__list-item_sixth::before {
    content: "6."
}

.telegram-payments-connection__list-item_seventh::before,
.telegram-payments-create__list-item_seventh::before,
.telegram-payments-settings__list-item_seventh::before {
    content: "7."
}

.telegram-payments-connection__list-item_eighth::before,
.telegram-payments-create__list-item_eighth::before,
.telegram-payments-settings__list-item_eighth::before {
    content: "8."
}

.telegram-payments-connection__sub-italic-text,
.telegram-payments-create__sub-italic-text,
.telegram-payments-settings__sub-italic-text {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #90a4ae
}

.telegram-payments-connection__image-gallery,
.telegram-payments-create__image-gallery,
.telegram-payments-settings__image-gallery {
    display: flex
}

.telegram-payments-connection__image-gallery-item,
.telegram-payments-create__image-gallery-item,
.telegram-payments-settings__image-gallery-item {
    margin-right: 50px
}

.telegram-payments-connection__image-gallery-item:last-child,
.telegram-payments-create__image-gallery-item:last-child,
.telegram-payments-settings__image-gallery-item:last-child {
    margin-right: 0
}

@media(min-width: 1024px) {

    .telegram-payments-settings__list-item,
    .telegram-payments-connection__list-item,
    .telegram-payments-create__list-item,
    .telegram-payments-start__list-item {
        padding-bottom: 10px
    }

    .telegram-payments-settings__list-item__text:last-child,
    .telegram-payments-connection__list-item__text:last-child,
    .telegram-payments-create__list-item__text:last-child,
    .telegram-payments-start__list-item__text:last-child {
        margin-bottom: 0
    }

    .telegram-payments-settings__list-item__title,
    .telegram-payments-connection__list-item__title,
    .telegram-payments-create__list-item__title,
    .telegram-payments-start__list-item__title {
        margin: 50px 0 36px;
        text-align: left;
        font-size: 35px;
        line-height: 45px
    }

    .telegram-payments-settings__list-item {
        padding-bottom: 25px
    }
}

.telegram-payments-create-product__image-wrapper_second {
    margin-bottom: 22px
}

.telegram-payments-settings__list_short {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 17px;
    line-height: 155%;
    font-weight: 400;
    color: #455a64
}

.telegram-payments-settings__list_short b {
    font-weight: 500;
    color: #263238
}

.telegram-payments-settings__list_short--white {
    color: #455a64
}

.telegram-payments-settings__list_short--black {
    color: #eceff1
}

.telegram-payments-settings__list_short--black b {
    color: #2196f3
}

.telegram-payments-payment-editing__image-wrapper,
.telegram-payments-payment-deletion__image-wrapper {
    margin-bottom: 36px
}

.telegram-payments-payment-client__image-wrapper {
    margin-bottom: 24px
}

.telegram-payments-payment-client__image-wrapper_last {
    margin-bottom: 0
}

.telegram-payments-payment-lkk__text--black b {
    color: #81d4fa
}

.telegram-payments-payment-lkk__text--black::before {
    background: #eceff1
}

.telegram-payments-body {
    overflow-x: hidden
}

.telegram-payments-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 60px
}

@media(min-width: 610px) {
    .telegram-payments-content {
        flex-direction: row
    }
}

@media(min-width: 768px) {
    .telegram-payments-content {
        display: grid;
        grid-template-columns: calc(100% - 285px) 285px;
        grid-template-areas: "telegram-payments-info telegram-payments-navigation";
        padding: 0
    }
}

@media(min-width: 1024px) {
    .telegram-payments-content {
        grid-area: content-telegram-payments
    }
}

.telegram-payments-navigation {
    display: none;
    padding: 40px 0 0
}

.telegram-payments-navigation--white {
    border-left: 1px solid #d7e2e8
}

.telegram-payments-navigation--black {
    border-left: 1px solid #5b7887
}

.telegram-payments-navigation__first {
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: lowercase;
    letter-spacing: .03em;
    font-variant: small-caps;
    color: #78909c
}

.telegram-payments-navigation__text {
    margin: 18px 0;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px
}

.telegram-payments-navigation__text--first {
    margin-top: 15px
}

.telegram-payments-navigation__text--white {
    color: #78909c
}

.telegram-payments-navigation__text--black {
    color: #b0bec5
}

.telegram-payments-navigation__text--active {
    font-weight: 700
}

.telegram-payments-navigation__text--active::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #2196f3
}

.telegram-payments-navigation__text--active-white {
    color: #37474f
}

.telegram-payments-navigation__text--active-black {
    color: #fff
}

@media(min-width: 768px) {
    .telegram-payments-navigation {
        position: relative;
        grid-area: telegram-payments-navigation;
        display: block;
        padding-bottom: 40px
    }

    .telegram-payments-navigation__wrapper {
        position: sticky;
        top: 40px;
        width: 285px
    }
}

.logo {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 51px 30px 30px;
    height: 40px;
    position: relative
}

.logo::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    width: 205px;
    height: 60px
}

.logo--white::before {
    background-image: url(/local/templates/docs/css/img/icon-logo-white.svg)
}

.logo--black::before {
    background-image: url(/local/templates/docs/css/img/icon-logo-black.svg)
}

@media (min-width: 1024px) {
    .logo {
        padding: 51px 30px
    }

    .logo::before {
        top: 20px;
        left: 30px
    }
}

.navigation {
    max-height: calc(100% - 245px);
    box-sizing: border-box;
    padding: 0 20px 20px;
    overflow: scroll;
    background-color: transparent
}

.navigation__list {
    box-sizing: border-box;
    padding-top: 4px;
    padding-bottom: 12px;
    padding-left: 0
}

.navigation__list--cash {
    padding-top: 0
}

.navigation__list--notification {
    padding-top: 0;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(203, 214, 220, 0.7)
}

.navigation__list--widget {
    padding-top: 16px;
    padding-bottom: 19px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(203, 214, 220, 0.7)
}

.navigation__list--main {
    padding-top: 0;
    padding-bottom: 6px;
    border: none
}

.navigation__item {
    position: relative;
    padding: 8px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px
}

.navigation__item--white {
    color: #546E7A
}

.navigation__item--black {
    color: #B0BEC5
}

.navigation__item--widgets-white::before {
    background-image: url(/local/templates/docs/css/img/icon-mosaic-white.svg)
}

.navigation__item--widgets-black::before {
    background-image: url(/local/templates/docs/css/img/icon-mosaic-black.svg)
}

.navigation__item--demoshops-white::before {
    background-image: url(/local/templates/docs/css/img/icon-demoshop-menu-white.svg)
}

.navigation__item--demoshops-black::before {
    background-image: url(/local/templates/docs/css/img/icon-demoshop-menu-black.svg)
}

.navigation__item--constructor-white::before {
    background-image: url(/local/templates/docs/css/img/icon-widget-menu-white.svg)
}

.navigation__item--constructor-black::before {
    background-image: url(/local/templates/docs/css/img/icon-widget-menu-black.svg)
}

.navigation__item--main {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px
}

.navigation__item--main::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat
}

.navigation__item--bold {
    padding: 10px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px
}

.navigation__item--bold-white {
    color: #37474F
}

.navigation__item--bold-black {
    color: #E5EEF2
}

.navigation__item--notification::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px
}

.navigation__item--cashbox-white::before {
    color: #F2F6F8;
    background-color: #C6CAE1
}

.navigation__item--cashbox-black::before {
    color: #455761;
    background-color: #78909C
}

.navigation__item--widgets::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px
}

.navigation__item--demoshops::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px
}

.navigation__item--constructor::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px
}

.navigation__item__link {
    color: #546E7A
}

.navigation__item__link--main {
    color: #1E88E5
}

.navigation__item__link--title {
    color: #37474F
}

.navigation-footer {
    box-sizing: border-box;
    padding: 23px 20px 20px
}

.navigation-footer__item {
    position: relative;
    padding: 8px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px
}

.navigation-footer__item--white {
    color: #546E7A
}

.navigation-footer__item--black {
    color: #B0BEC5
}

.navigation-footer__link {
    color: #7D9FAF
}

@media (min-width: 1024px) {
    .navigation {
        max-height: none;
        overflow: auto;
        padding: 0 30px 0
    }

    .navigation__list {
        padding-left: 35px
    }

    .navigation__list--white {
        border-bottom: 1px solid rgba(203, 214, 220, 0.7)
    }

    .navigation__list--black {
        border-bottom: 1px solid #5B7887
    }

    .navigation__list--cash {
        padding-top: 15px
    }

    .navigation__list--notification {
        padding-top: 15px;
        padding-bottom: 12px
    }

    .navigation__list--widget {
        padding-top: 22px;
        padding-bottom: 12px
    }

    .navigation__list--main {
        border: none
    }

    .navigation__item {
        font-size: 13px
    }

    .navigation__item--main {
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px
    }

    .navigation__item--notification-white::before {
        background-image: url(/local/templates/docs/css/img/icon-bell-menu-white.svg)
    }

    .navigation__item--notification-black::before {
        background-image: url(/local/templates/docs/css/img/icon-bell-menu-black.svg)
    }

    .navigation__item--cashbox::before {
        position: absolute;
        top: 10px;
        left: -34px;
        display: block;
        width: 18px;
        height: 18px;
        content: '54';
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 700;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        letter-spacing: 0.05em;
        border-radius: 2px
    }

    .navigation__item--pay::before {
        content: "";
        position: absolute;
        display: block;
        top: 10px;
        left: -34px;
        width: 18px;
        height: 18px;
        background-image: url(/local/templates/docs/css/img/icon-arrow-menu.svg)
    }

    .navigation__item--pay-white::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-menu-white.svg)
    }

    .navigation__item--pay-black::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-menu-black.svg)
    }

    .navigation__item--widgets-white::before {
        background-image: url(/local/templates/docs/css/img/icon-mosaic-white.svg)
    }

    .navigation__item--widgets-black::before {
        background-image: url(/local/templates/docs/css/img/icon-mosaic-black.svg)
    }

    .navigation__item--demoshops-white::before {
        background-image: url(/local/templates/docs/css/img/icon-demoshop-menu-white.svg)
    }

    .navigation__item--demoshops-black::before {
        background-image: url(/local/templates/docs/css/img/icon-demoshop-menu-black.svg)
    }

    .navigation__item--constructor-white::before {
        background-image: url(/local/templates/docs/css/img/icon-widget-menu-white.svg)
    }

    .navigation__item--constructor-black::before {
        background-image: url(/local/templates/docs/css/img/icon-widget-menu-black.svg)
    }

    .navigation__item--main-white {
        color: #1E88E5
    }

    .navigation__item--main-white::before {
        background-image: url(/local/templates/docs/css/img/icon-home-white.svg)
    }

    .navigation__item--main-black {
        color: #64B5F6
    }

    .navigation__item--main-black::before {
        background-image: url(/local/templates/docs/css/img/icon-home-black.svg)
    }

    .navigation__item--cabinet {
        display: none
    }

    .navigation-footer {
        padding: 30px 30px 20px 35px;
        border-bottom: none
    }

    .navigation-footer__item {
        font-size: 13px
    }

    .navigation-footer__item--cabinet {
        display: none
    }
}

@media (min-width: 1280px) {
    .navigation__item {
        font-size: 15px
    }

    .navigation__item--main {
        font-size: 17px
    }

    .navigation-footer__item {
        font-size: 15px
    }
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px;
    background-color: transparent
}

.footer--white {
    border-top: 1px solid #D7E2E8
}

.footer--black {
    border-top: 1px solid #5B7887
}

.footer__copyright {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    order: 2
}

.footer__copyright--white {
    color: #8FACC4
}

.footer__copyright--black {
    color: #8FACC4
}

.footer__text {
    margin-bottom: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #546E7A
}

.footer__text--confidentiality {
    order: 3
}

.footer__text--support {
    order: 1
}

.footer__info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    order: 1
}

.footer__empty {
    display: none
}

.footer__phone {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 27px;
    text-align: right;
    order: 2
}

.footer__phone--white {
    color: #37474F
}

.footer__phone--black {
    color: #fff
}

.footer__link--white {
    color: #546E7A
}

.footer__link--black {
    color: #B0BEC5
}

@media (min-width: 768px) {
    .footer {
        flex-wrap: nowrap;
        padding: 23px 0 20px
    }

    .footer__copyright {
        width: 25%;
        padding-left: 20px;
        order: 1
    }

    .footer__text {
        margin-bottom: 0
    }

    .footer__text--confidentiality {
        order: 1
    }

    .footer__text--support {
        order: 2
    }

    .footer__info {
        width: 88%;
        flex-wrap: nowrap;
        padding-right: 20px;
        order: 2
    }

    .footer__phone {
        font-size: 17px;
        line-height: 24px;
        text-align: right;
        order: 3
    }
}

@media (min-width: 1024px) {
    .footer {
        width: 100%;
        max-height: 70px;
        grid-area: footer;
        margin-top: auto;
        padding: 21px 0
    }

    .footer__copyright {
        width: 25%;
        padding-left: 30px
    }

    .footer__info {
        width: 75%;
        padding-right: 30px
    }
}

@media (min-width: 1545px) {
    .footer {
        width: 100%;
        display: grid;
        grid-template-columns: 441px 729px 1fr;
        grid-template-areas: "copyright info empty";
        box-sizing: border-box;
        padding: 21px 0;
        background-color: transparent;
        border-top: 1px solid #D7E2E8
    }

    .footer__copyright {
        width: 440px;
        grid-area: copyright
    }

    .footer__info {
        width: 730px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        grid-area: info;
        padding-right: 30px
    }

    .footer__empty {
        grid-area: empty;
        display: block
    }
}

.controls {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px
}

@media (min-width: 610px) {
    .controls {
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .controls {
        margin-bottom: 50px;
        padding: 17px 20px 0
    }
}

@media (min-width: 1024px) {
    .controls {
        grid-area: controls;
        padding: 25px 30px 31px;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .controls {
        margin-bottom: 40px;
        padding: 25px 15px 20px
    }
}

@media (min-width: 1545px) {
    .controls {
        flex-wrap: nowrap;
        margin-bottom: 50px;
        padding: 35px 15px 20px
    }
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px;
    background-color: transparent
}

.footer--white {
    border-top: 1px solid #D7E2E8
}

.footer--black {
    border-top: 1px solid #5B7887
}

.footer__copyright {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    order: 2
}

.footer__copyright--white {
    color: #8FACC4
}

.footer__copyright--black {
    color: #8FACC4
}

.footer__text {
    margin-bottom: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #546E7A
}

.footer__text--confidentiality {
    order: 3
}

.footer__text--support {
    order: 1
}

.footer__info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    order: 1
}

.footer__empty {
    display: none
}

.footer__phone {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 27px;
    text-align: right;
    order: 2
}

.footer__phone--white {
    color: #37474F
}

.footer__phone--black {
    color: #fff
}

.footer__link--white {
    color: #546E7A
}

.footer__link--black {
    color: #B0BEC5
}

@media (min-width: 768px) {
    .footer {
        flex-wrap: nowrap;
        padding: 23px 0 20px
    }

    .footer__copyright {
        width: 25%;
        padding-left: 20px;
        order: 1
    }

    .footer__text {
        margin-bottom: 0
    }

    .footer__text--confidentiality {
        order: 1
    }

    .footer__text--support {
        order: 2
    }

    .footer__info {
        width: 88%;
        flex-wrap: nowrap;
        padding-right: 20px;
        order: 2
    }

    .footer__phone {
        font-size: 17px;
        line-height: 24px;
        text-align: right;
        order: 3
    }
}

@media (min-width: 1024px) {
    .footer {
        width: 100%;
        max-height: 70px;
        grid-area: footer;
        margin-top: auto;
        padding: 21px 0
    }

    .footer__copyright {
        width: 25%;
        padding-left: 30px
    }

    .footer__info {
        width: 75%;
        padding-right: 30px
    }
}

@media (min-width: 1545px) {
    .footer {
        width: 100%;
        display: grid;
        grid-template-columns: 441px 729px 1fr;
        grid-template-areas: "copyright info empty";
        box-sizing: border-box;
        padding: 21px 0;
        background-color: transparent;
        border-top: 1px solid #D7E2E8
    }

    .footer__copyright {
        width: 440px;
        grid-area: copyright
    }

    .footer__info {
        width: 730px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        grid-area: info;
        padding-right: 30px
    }

    .footer__empty {
        grid-area: empty;
        display: block
    }
}

.header__logo {
    position: relative;
    width: 132px;
    height: 30px;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0
}

.header__logo::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 132px;
    height: 30px
}

.header__logo--white::before {
    background-image: url(/local/templates/docs/css/img/icon-logo-mob-white.svg)
}

.header__logo--black::before {
    background-image: url(/local/templates/docs/css/img/icon-logo-mob-black.svg)
}

.header__button-burger {
    display: flex;
    flex-direction: row;
    width: 30px;
    height: 30px;
    background-color: #023D5E;
    border-radius: 4px
}

.header__burger-icon {
    width: 14px;
    height: 12px;
    margin: auto;
    display: none
}

.header__burger-icon--mobile {
    display: block
}

.header__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px
}

.header__title {
    display: none
}

.header__version {
    display: none
}

.header__icon-button {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    border-radius: 4px;
    color: #2196F3
}

.header__icon-button--white {
    color: #2196F3;
    background-color: #ffffff
}

.header__icon-button--black {
    color: #fff;
    background-color: #5B7683
}

.header__icon-button--language {
    display: none
}

.header__icon-button--search::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px
}

.header__icon-button--search-white::before {
    background-image: url(/local/templates/docs/css/img/icon-search-white-mob.svg)
}

.header__icon-button--search-black::before {
    background-image: url(/local/templates/docs/css/img/icon-search-black-mob.svg)
}

.header__button {
    display: none
}

@media (min-width: 768px) {
    .header__logo {
        position: relative;
        width: 175px;
        height: 40px;
        margin-right: auto;
        box-sizing: border-box;
        padding: 0
    }

    .header__logo::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 175px;
        height: 40px
    }

    .header__logo--white::before {
        background-image: url(/local/templates/docs/css/img/icon-logo-tablet-white.svg)
    }

    .header__logo--black::before {
        background-image: url(/local/templates/docs/css/img/icon-logo-tablet-black.svg)
    }

    .header__button-burger {
        display: flex;
        flex-direction: row;
        width: 40px;
        height: 40px;
        background-color: #2196F3;
        border-radius: 4px
    }

    .header__burger-icon {
        display: block;
        width: 20px;
        height: 20px;
        margin: auto
    }

    .header__burger-icon--mobile {
        display: none
    }

    .header__wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 20px 20px 19px
    }

    .header__icon-button {
        position: relative;
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-right: 20px;
        padding: 0;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        border-radius: 4px
    }

    .header__icon-button--language {
        display: block
    }

    .header__icon-button--search::before {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 9.75px);
        left: calc(50% - 9.75px);
        width: 19.5px;
        height: 19.5px
    }

    .header__icon-button--search-white::before {
        background-image: url(/local/templates/docs/css/img/icon-search-white.svg)
    }

    .header__icon-button--search-black::before {
        background-image: url(/local/templates/docs/css/img/icon-search-black.svg)
    }

    .header--black {
        border-bottom: 1px solid #5B7887
    }

    .header__wrapper {
        padding: 20px 30px;
        margin-right: 0
    }

    .header__logo {
        display: none;
    }

    .header__button-burger {
        margin-left: 20px;
    }

    .header__title {
        display: block;
        min-width: 250px;
        max-width: 350px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 40px
    }

    .header__title--white {
        color: #263238
    }

    .header__title--black {
        color: #ECEFF1
    }

    .header__title-robo {
        display: none
    }

    .header__version {
        display: block;
        min-width: 100px;
        margin-left: 30px;
        margin-right: auto;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 40px;
        color: #2196F3
    }

    .header__button {
        display: block;
        /*width: 65px;*/
        height: 40px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #fff;
        background-color: #2196F3;
        border-radius: 4px;
        margin-left: 20px;
    }
}

@media (max-width: 1024px) {

    .navigation-footer {
        position: relative;
        padding: 20px;
    }

    .navigation-footer::after {
        content: '';
        position: absolute;
        display: inline-block;
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: 1px;
        background-color: rgba(203, 214, 220, 0.7);
    }

    .navigation__list--notification:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .header__button-burger {
        display: none;
    }
}

@media (min-width: 1280px) {
    .header__title-robo {
        display: inline
    }
}

@media (min-width: 1545px) {
    .header__title {
        width: 350px
    }

    .header__wrapper {
        /*width: 1170px;*/
        margin-right: auto
    }
}

.hidden {
    display: none
}

@keyframes zero {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes iframe {
    from {
        background: rgba(42, 106, 137, 0)
    }
    to {
        background: rgba(42, 106, 137, 0.9)
    }
}

@keyframes card {
    from {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.integration {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.integration__description {
    width: 100%;
    margin-bottom: 4px;
    padding: 25px 20px 0
}

.integration__title {
    margin: 0 auto 24px;
    text-align: left;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px
}

.integration__title--white {
    color: #263238
}

.integration__title--black {
    color: #fff
}

.integration__text {
    width: 100%;
    margin: 0 auto 26px;
    text-align: left;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.integration__text--white {
    color: #546E7A
}

.integration__text--black {
    color: #ECEFF1
}

.integration__button {
    display: none;
    width: calc(100% - 40px);
    height: 50px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #8BC34A;
    border-radius: 4px
}

.integration__button--tablet {
    display: block;
    margin: 30px auto 20px
}

.integration__button--white {
    box-shadow: 0px 7px 18px #C4CFD5
}

.integration__button--black {
    box-shadow: 0px 6px 20px rgba(38, 50, 56, 0.6)
}

.integration__frame {
    width: 90%;
    height: 270px;
    background-image: url("/local/templates/docs/css/img/iframe-content.png");
    background-size: 372px;
    background-position: -3px top;
    background-size: 100%;
    background-position: center;;
    margin: 0 auto;
    background-color: gray;
    border-radius: 5px
}

@media (min-width: 768px) {
    .integration {
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .integration__description {
        width: 100%;
        margin-bottom: 12px;
        padding: 27px 20px 0
    }

    .integration__title {
        margin: 0 auto 20px;
        text-align: center
    }

    .integration__text {
        width: 580px;
        margin: 0 auto 26px;
        text-align: center
    }

    .integration__button {
        width: 255px;
        height: 50px;
        border-radius: 2px
    }

    .integration__button--tablet {
        margin: 40px auto
    }

    .integration__frame {
        position: relative;
        width: 729px;
        height: 479px;
        margin: 0 auto;
        border-radius: 5px;
        background-color: transparent
    }

    .integration__frame::before {
        content: "";
        position: absolute;
        display: block;
        top: -15px;
        left: 0px;
        width: 100%;
        height: 479px;
        background-image: url(/local/templates/docs/css/img/iframe-zero1.png);
        background-repeat: no-repeat;
        background-size: 789px;
        background-position: -30px top
    }

    .integration__frame--animate {
        animation: iframe 2000ms;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-fill-mode: forwards
    }

    .integration__frame--animate::before {
        animation: zero 2000ms;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-fill-mode: forwards
    }

    .integration__frame--animate::after {
        content: "";
        position: absolute;
        display: block;
        top: 50px;
        left: calc(50% - 260px);
        width: 520px;
        height: 380px;
        background-image: url(/local/templates/docs/css/img/iframe-content.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        animation: card 4000ms;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-fill-mode: forwards
    }
}

@media (min-width: 1024px) {
    .integration {
        grid-area: integration
    }

    .integration__description {
        padding: 40px 30px 0
    }
}

@media (min-width: 1545px) {
    .integration {
        flex-direction: row;
        margin-top: 45px
    }

    .integration__title {
        margin: 0 0 29px;
        text-align: left
    }

    .integration__text {
        width: 100%;
        margin: 0 0 32px;
        text-align: left
    }

    .integration__description {
        width: 412px;
        margin: 0;
        padding: 78px 30px 0
    }

    .integration__frame {
        margin: 0 auto 0 0
    }

    .integration__button {
        display: block
    }

    .integration__button--tablet {
        display: none
    }
}

@keyframes carousel-move {
    from {
        transform: translate3d(-1900px, 0px, 0px)
    }
    to {
        transform: translate3d(-3800px, 0px, 0px)
    }
}

.carousel-module .owl-stage {
    animation: carousel-move 26000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.carousel-navigation .owl-stage {
    display: flex;
    flex-direction: row
}

.moduls {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.moduls__list {
    position: relative;
    width: auto;
    padding: 9px 0;
    background-color: transparent;
    order: 2;
    overflow: hidden
}

.moduls__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    cursor: move;
    touch-action: pan-y;
    user-select: none
}

.moduls__column {
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-self: start;
    margin: 0 10px
}

.moduls__element {
    width: 160px;
    height: 60px;
    display: flex;
    flex-direction: row;
    margin: 5px auto
}

.moduls__element-icon {
    margin: auto
}

.moduls__element-icon--white {
    fill: #81D4FA
}

.moduls__element-icon--black {
    fill: #78909C
}

.moduls__item {
    margin: auto 20px
}

.moduls__item--bitrix24 {
    margin: -14px 18px 0
}

.moduls__item--prestashop {
    margin: 9px 16px 1px
}

.moduls__item--5cms {
    margin: -6px 8px 0
}

.moduls__item--amocrm {
    margin: -7px 30px 3.5px
}

.moduls__item--moguta {
    margin: -5px 16px 5px
}

.moduls__item--umicms {
    margin: -16px 20px 5px
}

.moduls__item--flexbe {
    margin: -22px 25px 0
}

.moduls__description {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    padding: 30px 20px 0;
    box-sizing: border-box;
    order: 1
}

.moduls__plug {
    display: none
}

.moduls__title {
    margin-bottom: 25px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px
}

.moduls__title--white {
    color: #263238
}

.moduls__title--black {
    color: #fff
}

.moduls__text {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.moduls__text--white {
    color: #546E7A
}

.moduls__text--black {
    color: #ECEFF1
}

.moduls__button {
    display: none;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 13px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #8BC34A;
    box-shadow: 0px 7px 18px #C4CFD5;
    border-radius: 4px
}

.moduls__button--mob {
    display: block;
    order: 3
}

.moduls__button--white {
    box-shadow: 0px 7px 18px #C4CFD5
}

.moduls__button--black {
    box-shadow: 0px 6px 20px rgba(38, 50, 56, 0.6)
}

.moduls__icon-white {
    fill: #81D4FA
}

.moduls__icon-black {
    fill: #78909C
}

@media (min-width: 768px) {
    .moduls {
        flex-direction: row;
        margin-bottom: 20px;
        padding-right: 20px
    }

    .moduls__element {
        margin: 11px auto
    }

    .moduls__title {
        margin-bottom: 23px
    }

    .moduls__list {
        width: 50%;
        padding: 57px 10px 30px;
        margin-right: auto;
        order: 1
    }

    .moduls__description {
        width: calc(50% - 47px);
        margin-left: 0;
        padding-top: 48px;
        padding-left: 37px;
        padding-bottom: 20px;
        padding-right: 0;
        box-sizing: content-box;
        order: 2
    }

    .moduls__description--white {
        border-left: 1px solid #E0E8EC
    }

    .moduls__description--black {
        border-left: 1px solid #5B7887
    }

    .moduls__text {
        margin-bottom: 30px
    }

    .moduls__plug {
        position: absolute;
        display: block;
        top: 162px;
        left: -20px;
        width: 40px;
        height: 40px
    }

    .moduls__plug::before {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 10px);
        left: calc(50% - 16px);
        width: 32px;
        height: 20px
    }

    .moduls__plug--white {
        background-color: #fff
    }

    .moduls__plug--white::before {
        background-image: url(/local/templates/docs/css/img/icon-plug-white.svg)
    }

    .moduls__plug--black {
        background-color: #37474F
    }

    .moduls__plug--black::before {
        background-image: url(/local/templates/docs/css/img/icon-plug-black.svg)
    }

    .moduls__button {
        display: block;
        width: 255px;
        border-radius: 2px;
        margin: 0
    }

    .moduls__button--mob {
        display: none
    }
}

@media (min-width: 1024px) {
    .moduls {
        grid-area: moduls;
        margin-bottom: 25px;
        padding-top: 35px;
        padding-right: 30px
    }

    .moduls__list {
        width: 715px;
        padding: 25px 10px;
        margin: 0
    }

    .moduls__description {
        width: 350px;
        margin-left: 25px;
        padding-top: 10px;
        padding-left: 50px;
        padding-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .moduls {
        margin-bottom: 45px;
        padding-top: 70px
    }
}

@media (min-width: 1545px) {
    .moduls {
        padding-right: 0
    }

    .moduls__background {
        width: 715px;
        height: 100%;
        overflow: scroll
    }

    .moduls__img {
        width: 1790px;
        height: 274px
    }
}

.moduls__list .owl-item {
    width: 180px !important
}

.questions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 55px
}

.questions__title {
    width: 100%;
    margin: 0 0 26px;
    padding: 0 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px
}

.questions__title--white {
    color: #263238
}

.questions__title--black {
    color: #fff
}

.questions__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px
}

.questions__item {
    position: relative;
    width: 100%;
    padding: 13px 10px;
    margin: 5px 0;
    border-radius: 4px
}

.questions__item::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 7px);
    right: 10px;
    width: 15px;
    height: 12px
}

.questions__item--white {
    background-color: #EFF4F7
}

.questions__item--white::before {
    background-image: url(/local/templates/docs/css/img/icon-arrow-mob.svg)
}

.questions__item--black {
    background-color: #455A64
}

.questions__item--black::before {
    background-image: url(/local/templates/docs/css/img/icon-arrow-mob-black.svg)
}

.questions__text {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px
}

.questions__text--white {
    color: #546E7A
}

.questions__text--black {
    color: #E2EAEE
}

@media (min-width: 610px) {
    .questions__list {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px
    }

    .questions__item {
        width: calc(50% - 10px);
        margin: 5px
    }
}

@media (min-width: 768px) {
    .questions {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 28px;
        margin-bottom: 69px
    }

    .questions__title {
        width: 508px;
        padding: 0 33px
    }

    .questions__list {
        padding: 0 10px
    }

    .questions__item {
        position: relative;
        width: calc(50% - 20px);
        padding: 13px 10px;
        margin: 10px
    }

    .questions__item::before {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 7px);
        right: 10px;
        width: 15px;
        height: 12px;
        background-image: url(/local/templates/docs/css/img/icon-arrow-question.svg)
    }
}

@media (min-width: 1024px) {
    .questions {
        grid-area: questions;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 15px;
        margin-bottom: 70px
    }

    .questions__title {
        width: 100%;
        margin: 15px 0 10px;
        padding: 0 30px
    }

    .questions__list {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0 15px
    }

    .questions__item {
        position: relative;
        width: calc(50% - 30px);
        padding: 13px 20px;
        margin: 10px 15px
    }

    .questions__item::before {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 6px);
        right: 20px;
        width: 15px;
        height: 12px
    }

    .questions__item--white::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-question-white.svg)
    }

    .questions__item--black::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-question-black.svg)
    }
}

@media (min-width: 1280px) {
    .questions {
        flex-direction: row;
        margin-top: 50px;
        margin-bottom: 105px
    }

    .questions__title {
        width: 350px
    }

    .questions__list {
        width: calc(100% - 350px)
    }
}

@media (min-width: 1545px) {
    .questions {
        flex-direction: row;
        margin-top: 92px
    }

    .questions__title {
        width: 350px;
        margin: 10px 30px 0;
        padding: 0
    }

    .questions__list {
        width: 730px;
        justify-content: space-between;
        padding: 0
    }

    .questions__item {
        width: 350px;
        max-width: 350px;
        margin: 10px 0
    }
}

.owl-item {
    width: 280px !important
}

.script {
    padding: 50px 0 20px;
    position: relative
}

.script__title {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-align: left
}

.script__title--white {
    color: #263238
}

.script__title--black {
    color: #fff
}

.script__list {
    width: calc(100% + 10px);
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 0 0 10px
}

.script__list--carousel {
    display: flex;
    height: 356px
}

.script__shop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 10px 20px 20px;
    border-radius: 4px
}

.script__shop--white {
    background-color: #EFF4F7
}

.script__shop--black {
    background-color: #455A64
}

.script__name {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #90A4AE
}

.script__name::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -10px
}

.script__name--white::before {
    background-color: #D9E2E7
}

.script__name--black::before {
    background-color: #5B7887
}

.script__caption {
    margin-top: 17px;
    margin-bottom: 21px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px
}

.script__caption--white {
    color: #263238
}

.script__caption--black {
    color: #fff
}

.script__text {
    margin-bottom: 16px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.script__text--white {
    color: #546E7A
}

.script__text--black {
    color: #ECEFF1
}

.script__link {
    margin-top: auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px
}

.script__link--white {
    color: #2196F3
}

.script__link--black {
    color: #42A5F5
}

@media (min-width: 768px) {
    .script {
        padding: 20px 10px 30px
    }

    .script__title {
        width: 500px;
        text-align: center;
        margin: 0 auto 14px
    }

    .script__text {
        margin-bottom: 24px
    }

    .script__list {
        width: calc(100% + 10px);
        flex-direction: row;
        justify-content: flex-start
    }

    .script__shop {
        min-width: 205px;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 0 20px;
        background-color: transparent
    }

    .script__name {
        width: 100%;
        margin-bottom: 10px
    }

    .script__caption {
        margin-top: 21px;
        margin-bottom: 17px
    }
}

@media (min-width: 920px) {
    .script__list {
        width: 100%;
        display: flex;
        padding-left: 0
    }

    .script__shop {
        width: calc(25% - 20px);
        height: auto;
        margin: 0 10px
    }

    .script__name {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .script {
        grid-area: script;
        padding: 30px 15px 20px
    }

    .script__list {
        display: none;
        width: 100%;
        padding: 0;
        overflow: auto
    }

    .script__list--carousel {
        display: none
    }

    .script__shop {
        min-width: 245px;
        width: calc(50% - 30px);
        height: auto;
        margin: 0 15px
    }

    .script__name {
        width: 100%;
        margin-bottom: 10px
    }

    .script__name--empty::before {
        display: none
    }
}

@media (min-width: 1212px) {
    .script__caption {
        height: 60px
    }
}

@media (min-width: 1280px) {
    .script {
        padding: 50px 15px 50px
    }

    .script__list {
        display: flex
    }

    .script__shop {
        min-width: 205px;
        width: calc(25% - 30px);
        height: auto
    }

    .script__caption {
        height: auto
    }

    .script__name {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width: 1545px) {
    .script {
        padding: 50px 0 50px
    }

    .script__title {
        margin-bottom: 39px
    }

    .script__text {
        margin-bottom: 20px
    }

    .script__shop {
        width: 265px;
        height: auto;
        margin: 0 10px;
        padding: 10px 20px
    }
}

.setup {
    width: 100%;
    padding: 0 20px 20px
}

.setup__interface {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding-top: 0
}

.setup__picture-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 26px;
    z-index: 2
}

.setup__picture-wrapper::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    width: calc(100% - 20px);
    left: 10px;
    filter: blur(15px);
    border-radius: 6px;
    z-index: -1
}

.setup__picture-wrapper--white::before {
    height: 270px;
    background: linear-gradient(180deg, rgba(38, 64, 137, 0.4) 0%, rgba(38, 64, 137, 0.32) 101.19%)
}

.setup__picture-wrapper--black::before {
    height: 275px;
    background: linear-gradient(180deg, #222D32 0%, rgba(34, 45, 50, 0.8) 101.19%)
}

.setup__interface-title {
    margin: 5px 0 17px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: left
}

.setup__interface-title--black {
    color: #fff
}

.setup__interface-title--white {
    color: #3D3333
}

.setup__interface-text {
    display: none;
    margin: 0 0 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.setup__interface-text--mob {
    display: block
}

.setup__interface-text--white {
    color: rgba(84, 110, 122, 0.9)
}

.setup__interface-text--black {
    color: #ECEFF1
}

.setup__interface-button {
    width: 100%;
    margin: 0 auto;
    padding: 13px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #8BC34A;
    border-radius: 4px
}

.setup__interface-button--white {
    box-shadow: 0px 7px 18px #C4CFD5
}

.setup__interface-button--black {
    box-shadow: 0px 6px 20px rgba(38, 50, 56, 0.6)
}

.setup__interface-picture {
    width: 100%;
    height: calc(100vw - 57px);
    background-color: #338DE7;
    box-shadow: 0px 15px 20px rgba(38, 64, 137, 0.2);
    border-radius: 8px;
    background-image: url(/local/templates/docs/css/img/icon-background-screen-mob.svg);
    background-repeat: no-repeat;
    background-position: right calc(100% + 2px);
    background-size: 100%;
    z-index: 20
}

.setup__interface-img {
    width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    .setup {
        position: relative
    }

    .setup::before {
        content: "";
        position: absolute;
        display: block;
        bottom: 15px;
        width: calc(100% - 80px);
        height: 329px;
        left: 40px;
        z-index: 0;
        filter: blur(20px);
        border-radius: 6px
    }

    .setup--white::before {
        background: linear-gradient(180deg, rgba(38, 64, 137, 0.5) 0%, rgba(38, 64, 137, 0.4) 101.19%)
    }

    .setup--black::before {
        background: linear-gradient(180deg, #222D32 0%, rgba(34, 45, 50, 0.8) 101.19%)
    }

    .setup__picture-wrapper {
        display: none
    }

    .setup__interface {
        min-height: 375px;
        padding-top: 51px;
        background-color: #338DE7;
        box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.15);
        border-radius: 4px;
        background-image: url(/local/templates/docs/css/img/icon-background-screen.svg);
        background-repeat: no-repeat;
        background-position: right calc(88% + 13px);
        background-size: 379px
    }

    .setup__interface-title {
        max-width: 452px;
        min-width: 310px;
        width: calc(100% - 418px);
        margin: 0 auto 0 20px;
        padding: 0 0 17px;
        font-size: 32px;
        line-height: 42px;
        text-align: left;
        color: #fff
    }

    .setup__interface-text {
        display: block;
        min-width: 310px;
        max-width: 452px;
        width: calc(100% - 418px);
        margin: 21px auto 32px 20px;
        color: rgba(255, 255, 255, 0.9)
    }

    .setup__interface-text--mob {
        display: none
    }

    .setup__interface-button {
        width: 260px;
        margin: 0 auto 20px 20px;
        padding: 13px 0;
        box-shadow: 0px 5px 20px rgba(57, 73, 171, 0.45)
    }

    .setup__interface-picture {
        display: none
    }
}

@media (min-width: 1024px) {
    .setup {
        grid-area: setup;
        padding: 30px;
        z-index: 5
    }

    .setup::before {
        content: "";
        position: absolute;
        display: block;
        bottom: 25px;
        width: calc(94% - 60px);
        left: calc(30px + 3%);
        height: 366px;
        z-index: 9;
        filter: blur(80px);
        border-radius: 15px
    }

    .setup::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 32px;
        width: calc(88% - 60px);
        height: 395px;
        left: calc(6% + 30px);
        z-index: 9;
        filter: blur(35px);
        border-radius: 8px
    }

    .setup--white::before {
        background: linear-gradient(180deg, rgba(38, 64, 137, 0.3) 0%, rgba(38, 64, 137, 0.24) 101.19%)
    }

    .setup--white::after {
        background: rgba(38, 64, 137, 0.4)
    }

    .setup--black::before {
        background: linear-gradient(180deg, #172024 0%, rgba(38, 50, 56, 0.8) 101.19%)
    }

    .setup--black::after {
        background: #222D32
    }

    .setup__interface-title {
        width: calc(100% - 433px);
        max-width: 395px;
        min-width: 290px;
        margin: 0 auto 0 30px
    }

    .setup__interface-text {
        width: calc(100% - 433px);
        max-width: 395px;
        min-width: 290px;
        margin: 21px auto 32px 30px
    }

    .setup__interface-text--mob {
        display: none
    }

    .setup__interface {
        position: relative;
        padding-top: 40px;
        background-position: 100% calc(100% + 4px);
        background-size: 388px;
        z-index: 10
    }

    .setup__interface-button {
        width: 255px;
        margin: 0 auto 30px 30px;
        padding: 13px 0
    }
}

@media (min-width: 1140px) {
    .setup__interface {
        padding-top: 65px
    }

    .setup__interface-title {
        max-width: 450px
    }

    .setup__interface-text {
        max-width: 450px
    }
}

@media (min-width: 1280px) {
    .setup::before {
        content: "";
        position: absolute;
        display: block;
        width: calc(94% - 60px);
        left: calc(30px + 3%);
        height: 395px
    }

    .setup::after {
        content: "";
        position: absolute;
        display: block;
        width: calc(88% - 60px);
        height: 481px;
        left: calc(6% + 30px)
    }

    .setup--white::before {
        background: linear-gradient(180deg, rgba(38, 64, 137, 0.3) 0%, rgba(38, 64, 137, 0.24) 101.19%)
    }

    .setup--white::after {
        background: rgba(38, 64, 137, 0.4)
    }

    .setup--black::before {
        background: linear-gradient(180deg, #172024 0%, rgba(38, 50, 56, 0.8) 101.19%)
    }

    .setup--black::after {
        background: #222D32
    }

    .setup__interface {
        min-height: 483px;
        padding-top: 0;
        background-image: url(/local/templates/docs/css/img/icon-background-screen.svg);
        background-repeat: no-repeat;
        background-position: right calc(100% + 6px);
        background-size: 460px
    }

    .setup__interface-title {
        width: calc(100% - 540px);
        max-width: 585px;
        margin: 74px auto 0 40px;
        font-size: 42px;
        line-height: 55px
    }

    .setup__interface-text {
        width: calc(100% - 540px);
        max-width: 585px;
        margin: 31px auto 40px 40px;
        font-size: 19px;
        line-height: 28px
    }

    .setup__interface-button {
        width: 255px;
        margin: 0 auto 35px 40px
    }
}

@media (min-width: 1335px) {
    .setup__interface {
        background-size: 490px
    }

    .setup__interface-title {
        width: calc(100% - 600px)
    }

    .setup__interface-text {
        width: calc(100% - 600px)
    }
}

@media (min-width: 1545px) {
    .setup::before {
        bottom: 0
    }

    .setup::after {
        bottom: 27px
    }

    .setup__interface {
        padding-top: 0;
        background-image: none
    }

    .setup__interface::before {
        content: "";
        position: absolute;
        display: block;
        top: 56px;
        right: 0;
        width: 540px;
        height: 498px;
        background-image: url(/local/templates/docs/css/img/icon-background-screen.svg)
    }

    .setup__interface-title {
        width: 380px;
        max-width: 380px;
        margin: 74px auto 0 65px
    }

    .setup__interface-text {
        width: 380px;
        max-width: 380px;
        margin: 31px auto 40px 65px
    }

    .setup__interface-button {
        width: 255px;
        margin: 0 auto 65px 65px
    }
}

.sidebar-left {
    display: none
}

@media (min-width: 768px) {
    .sidebar-left {
        position: fixed;
        top: 0;
        left: 0;
        width: 380px;
        height: 100%;
        z-index: 200
    }

    .sidebar-left--scroll {
        overflow-y: scroll
    }

    .sidebar-left--white {
        background-color: #fff
    }

    .sidebar-left--black {
        background-color: #37474F
    }

    .sidebar-left--tablet {
        display: block
    }
}

@media (min-width: 1024px) {
    .sidebar-left {
        position: static;
        display: block;
        grid-area: sidebar-left;
        width: 240px
    }

    .sidebar-left--white {
        background-color: #F2F6F8;
        border-right: 1px solid #E0E8EC
    }

    .sidebar-left--black {
        background-color: #445761;
        border-right: 1px solid #5B7887
    }
}

@media (min-width: 1280px) {
    .sidebar-left {
        width: 300px
    }
}

@media (min-width: 1545px) {
    .sidebar-left {
        width: 375px
    }
}

.sidebar-right {
    display: none
}

@media (min-width: 1545px) {
    .sidebar-right {
        display: block;
        grid-area: sidebar-right
    }

    .sidebar-right--demoshop {
        grid-area: sidebar-demoshop;
        background-color: #F2F6F8
    }
}

.interface-list {
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    padding: 30px 0 30px 20px
}

.interface-list--carousel {
    display: flex
}

.interface-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: calc(100% - 40px);
    height: 330px;
    padding: 108px 20px 15px
}

.interface-list__item--fiscalization {
    background: radial-gradient(93.55% 109.99% at 13.71% 6.45%, rgba(255, 171, 145, 0.5) 1.28%, rgba(255, 112, 67, 0) 100%), linear-gradient(293.32deg, #F35E30 1.38%, #FF896F 98.76%);
    opacity: 0.9;
    border-radius: 4px
}

.interface-list__item--fiscalization::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    width: 65px;
    height: 65px;
    background-color: #E64A19;
    box-shadow: 0px 10px 20px rgba(143, 50, 21, 0.4);
    border-radius: 4px
}

.interface-list__item--fiscalization::after {
    content: "";
    position: absolute;
    display: block;
    top: 31px;
    left: 31px;
    width: 43px;
    height: 43px;
    background-image: url(/local/templates/docs/css/img/icon-fiscalization-mob.svg)
}

.interface-list__item--demoshop {
    background: radial-gradient(104.19% 104.19% at 28.14% -4.19%, rgba(179, 229, 252, 0.5) 0%, rgba(111, 150, 237, 0.15) 72.16%), linear-gradient(115.02deg, #8DB3FF 1.81%, #5F8AEB 80.25%);
    border-radius: 4px
}

.interface-list__item--demoshop::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    width: 65px;
    height: 65px;
    background-color: #2E7FD0;
    box-shadow: 0px 10px 20px rgba(21, 92, 163, 0.5);
    border-radius: 4px
}

.interface-list__item--demoshop::after {
    content: "";
    position: absolute;
    display: block;
    top: 29px;
    left: 35px;
    width: 35px;
    height: 42px;
    background-image: url(/local/templates/docs/css/img/icon-demoshop-mob.svg)
}

.interface-list__item--widget {
    background: radial-gradient(104.19% 104.19% at 28.14% -4.19%, rgba(179, 229, 252, 0.5) 0%, rgba(111, 150, 237, 0.15) 72.16%), linear-gradient(115.02deg, #8DB3FF 1.81%, #5F8AEB 80.25%);
    border-radius: 4px
}

.interface-list__item--widget::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: #7E57C2;
    box-shadow: 0px 10px 20px rgba(57, 73, 171, 0.4);
    border-radius: 4px
}

.interface-list__item--widget::after {
    content: "";
    position: absolute;
    display: block;
    top: 30px;
    left: 33px;
    width: 33px;
    height: 40px;
    background-image: url(/local/templates/docs/css/img/icon-widget-mob.svg)
}

.interface-list__title {
    margin-bottom: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    color: #fff
}

.interface-list__text {
    margin-bottom: 25px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.9)
}

.interface-list__link {
    margin-top: auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    opacity: 0.7
}

@media (min-width: 610px) {
    .interface-list {
        display: flex
    }

    .interface-list__item {
        width: calc(50% - 20px);
        min-width: auto;
        margin: 0 10px
    }

    .interface-list__item:first-of-type {
        margin-left: 0
    }

    .interface-list__item:last-of-type {
        margin-right: 0
    }

    .interface-list--carousel {
        display: none
    }
}

@media (min-width: 768px) {
    .interface-list {
        display: flex;
        padding: 10px 10px 30px
    }

    .interface-list--carousel {
        display: none
    }

    .interface-list__item {
        width: 100%;
        height: auto;
        min-width: auto;
        margin: 0 10px;
        padding: 136px 20px 19px
    }

    .interface-list__item:first-of-type {
        margin-left: 10px
    }

    .interface-list__item:last-of-type {
        margin-right: 10px
    }

    .interface-list__item--fiscalization::before {
        width: 90px;
        height: 90px
    }

    .interface-list__item--fiscalization::after {
        top: 35px;
        left: 35px;
        width: 60px;
        height: 60px;
        background-image: url(/local/templates/docs/css/img/icon-fiscalization.svg)
    }

    .interface-list__item--demoshop::before {
        width: 90px;
        height: 90px
    }

    .interface-list__item--demoshop::after {
        top: 35px;
        left: 40px;
        width: 50px;
        height: 60px;
        background-image: url(/local/templates/docs/css/img/icon-demoshop.svg)
    }

    .interface-list__item--widget::before {
        width: 90px;
        height: 90px
    }

    .interface-list__item--widget::after {
        top: 35px;
        left: 40px;
        width: 50px;
        height: 60px;
        background-image: url(/local/templates/docs/css/img/icon-widget.svg)
    }

    .interface-list__text {
        margin-bottom: 18px
    }
}

@media (min-width: 1024px) {
    .interface-list {
        grid-area: interfaces;
        padding: 0 20px 30px
    }

    .interface-list__item {
        margin: 0 15px
    }
}

@media (min-width: 1545px) {
    .interface-list {
        padding: 30px 15px 30px
    }

    .interface-list__item:first-of-type {
        margin-left: 15px
    }

    .interface-list__item:last-of-type {
        margin-right: 15px
    }
}

.notification {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 20px;
    padding: 32px 20px 14px;
    border-radius: 4px
}

.notification--white {
    background-color: #FBE9E7
}

.notification--black {
    background: rgba(199, 137, 118, 0.25)
}

.notification__title {
    width: 100%;
    margin-right: auto;
    margin-bottom: 28px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px
}

.notification__title--white {
    color: #263238
}

.notification__title--black {
    color: #fff
}

.notification__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 240px
}

.notification__sms-wrapper {
    width: 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.notification__sms {
    display: flex;
    flex-direction: row;
    width: 55px;
    height: 55px;
    background: #E64A19;
    border-radius: 4px
}

.notification__sms--white {
    box-shadow: 0px 10px 20px rgba(96, 125, 139, 0.4)
}

.notification__sms--black {
    box-shadow: 0px 10px 20px rgba(38, 50, 56, 0.4)
}

.notification__sms-icon {
    width: 31px;
    height: 37px;
    margin: auto
}

.notification__link {
    margin-top: 14px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center
}

.notification__link--white {
    color: #2196F3
}

.notification__link--black {
    color: #42A5F5
}

.notification__links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 165px
}

.notification__browser-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 165px;
    padding: 9px 5px;
    background-color: #2E7FD0;
    border-radius: 4px
}

.notification__browser-wrapper--white {
    box-shadow: 0px 10px 20px rgba(96, 125, 139, 0.4)
}

.notification__browser-wrapper--black {
    box-shadow: 0px 10px 20px rgba(38, 50, 56, 0.4)
}

.notification__browser {
    position: relative;
    width: 36px;
    height: 36px;
    margin: auto
}

.notification__icon-google {
    width: 36px;
    height: 36px
}

.notification__icon-telegram {
    width: 36px;
    height: 36px
}

.notification__icon-vk {
    width: 36px;
    height: 36px
}

@media (min-width: 610px) {
    .notification {
        margin: 0 10px 0 0
    }
}

@media (min-width: 768px) {
    .notification {
        min-width: 430px;
        width: 430px;
        margin: 0 10px 0 0;
        padding: 22px 20px 20px
    }

    .notification__wrapper {
        width: 390px
    }

    .notification__title {
        margin-bottom: 13px
    }

    .notification__link {
        margin-top: 19px
    }

    .notification__sms-wrapper {
        width: 90px
    }

    .notification__sms {
        width: 90px;
        height: 90px
    }

    .notification__sms-icon {
        width: 50px;
        height: 60px
    }

    .notification__links-wrapper {
        width: 280px
    }

    .notification__browser-wrapper {
        width: 280px;
        padding: 15px 10px
    }

    .notification__browser {
        width: 60px;
        height: 60px
    }

    .notification__icon-google {
        width: 60px;
        height: 60px
    }

    .notification__icon-telegram {
        width: 60px;
        height: 60px
    }

    .notification__icon-vk {
        width: 60px;
        height: 60px
    }
}

@media (min-width: 1024px) {
    .notification {
        min-width: 430px;
        width: 50%;
        margin: 0 15px 0 0
    }

    .notification__wrapper {
        width: 100%
    }

    .notification__sms-wrapper {
        min-width: 90px;
        width: 23%
    }

    .notification__sms {
        min-width: 90px;
        width: 100%;
        min-height: 90px;
        height: 100%
    }

    .notification__sms-icon {
        min-width: 50px;
        width: calc(100% - 40px);
        min-height: 60px;
        height: calc(100% - 30px)
    }

    .notification__links-wrapper {
        min-width: 280px;
        width: 72%
    }

    .notification__browser-wrapper {
        min-width: 280px;
        width: 100%
    }

    .notification__browser {
        min-width: 60px;
        width: 23%;
        min-height: 60px;
        height: 23%
    }

    .notification__icon-google {
        min-width: 60px;
        width: 100%;
        min-height: 60px;
        height: 100%
    }

    .notification__icon-telegram {
        min-width: 60px;
        width: 100%;
        min-height: 60px;
        height: 100%
    }

    .notification__icon-vk {
        min-width: 60px;
        width: 100%;
        min-height: 60px;
        height: 100%
    }
}

@media (min-width: 1280px) {
    .notification {
        width: 50%;
        margin: 0 15px;
        padding: 30px
    }

    .notification__link {
        margin-top: 9px
    }

    .notification__browser-wrapper {
        padding: 15px
    }
}

@media (min-width: 1545px) {
    .notification {
        width: 635px;
        flex-direction: row;
        margin: 0 15px 0;
        padding: 30px 30px 26px
    }

    .notification__sms-wrapper {
        width: 90px
    }

    .notification__sms {
        width: 90px;
        height: 90px
    }

    .notification__sms-icon {
        width: 50px;
        height: 60px
    }

    .notification__wrapper {
        width: 380px
    }

    .notification__links-wrapper {
        min-width: 270px;
        width: 270px
    }

    .notification__browser {
        width: 60px;
        height: 60px
    }

    .notification__browser-wrapper {
        min-width: 270px;
        width: 270px
    }

    .notification__link {
        margin-top: 13px
    }

    .notification__title {
        width: 162px
    }

    .notification__icon-google {
        width: 60px;
        height: 60px
    }

    .notification__icon-telegram {
        width: 60px;
        height: 60px
    }

    .notification__icon-vk {
        width: 60px;
        height: 60px
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-inverse {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

.testing {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 280px;
    width: 100%;
    margin: 0;
    padding: 32px 20px 14px;
    border-radius: 4px
}

.testing--white {
    background-color: #D2EBFF
}

.testing--black {
    background: rgba(40, 171, 232, 0.25)
}

.testing__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.testing__title {
    width: 100%;
    margin-bottom: 90px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px
}

.testing__title--white {
    color: #263238
}

.testing__title--black {
    color: #fff
}

.testing__link {
    width: 130px;
    margin-top: auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px
}

.testing__link--white {
    color: #2196F3
}

.testing__link--black {
    color: #42A5F5
}

.testing__gears {
    position: absolute;
    width: 97px;
    height: 79px;
    bottom: 20px;
    right: 20px
}

.testing__gears::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: -1px;
    width: 40px;
    height: 26px;
    background-image: url(/local/templates/docs/css/img/gear-background-mob.svg);
    background-repeat: no-repeat
}

.testing__gears::after {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    right: 1px;
    width: 92px;
    height: 79px;
    background-image: url(/local/templates/docs/css/img/gears-background-mob.svg);
    background-repeat: no-repeat
}

.testing__gear {
    position: absolute;
    z-index: 100
}

.testing__gear--1 {
    width: 31px;
    height: 31px;
    right: 4px;
    top: 4px
}

.testing__gear--2 {
    width: 41px;
    height: 41px;
    right: 13px;
    top: 30px
}

.testing__gear--3 {
    width: 44px;
    height: 44px;
    left: 11px;
    top: 4px
}

.testing__gear--4 {
    width: 19px;
    height: 19px;
    bottom: 2px;
    left: 2px
}

.testing__gear-icon1 {
    width: 31px;
    height: 31px;
    animation: rotate 15000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.testing__gear-icon2 {
    width: 41px;
    height: 41px;
    animation: rotate-inverse 15000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.testing__gear-icon3 {
    width: 44px;
    height: 44px;
    animation: rotate 15000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.testing__gear-icon4 {
    width: 19px;
    height: 19px;
    animation: rotate 15000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (min-width: 768px) {
    .testing {
        min-width: 280px;
        width: 100%;
        margin: 0 0 0 10px;
        padding: 23px 25px 20px
    }

    .testing--white {
        background-color: #E0F1FF
    }

    .testing__title {
        margin-bottom: 61px
    }

    .testing__link {
        margin-top: auto
    }

    .testing__gears {
        width: 82px;
        height: 70px
    }

    .testing__gears::before {
        bottom: 3px;
        left: 0;
        width: 35px;
        height: 22px;
        background-image: url(/local/templates/docs/css/img/gear-background-tablet.svg)
    }

    .testing__gears::after {
        top: 0;
        right: 0;
        width: 79px;
        height: 67px;
        background-image: url(/local/templates/docs/css/img/gears-background-tablet.svg)
    }

    .testing__gear--1 {
        width: 26px;
        height: 26px;
        right: 4px;
        top: 4px
    }

    .testing__gear--2 {
        width: 35px;
        height: 35px;
        right: 11px;
        top: 27px
    }

    .testing__gear--3 {
        width: 37px;
        height: 37px;
        left: 8px;
        top: 4px
    }

    .testing__gear--4 {
        width: 15px;
        height: 15px;
        bottom: 9px;
        left: 4px
    }

    .testing__gear-icon1 {
        width: 26px;
        height: 26px
    }

    .testing__gear-icon2 {
        width: 35px;
        height: 35px
    }

    .testing__gear-icon3 {
        width: 37px;
        height: 37px
    }

    .testing__gear-icon4 {
        width: 15px;
        height: 15px
    }
}

@media (min-width: 1024px) {
    .testing {
        min-width: 264px;
        width: 50%;
        margin: 0 0 0 15px
    }

    .testing__link {
        margin-top: auto
    }
}

@media (min-width: 1280px) {
    .testing {
        width: 50%;
        margin: 0 15px;
        padding: 30px
    }

    .testing__text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 205px
    }

    .testing__title {
        margin-bottom: 52px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 30px
    }

    .testing__link {
        margin-top: auto;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        color: #2196F3
    }

    .testing__gears {
        position: relative;
        width: 150px;
        height: 122px;
        right: 0;
        bottom: calc(-100% + 122px)
    }

    .testing__gears::before {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: -5px;
        width: 62px;
        height: 39px;
        background-image: url(/local/templates/docs/css/img/gear-background.svg)
    }

    .testing__gears::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 143px;
        height: 121px;
        background-image: url(/local/templates/docs/css/img/gears-background.svg)
    }

    .testing__gear--1 {
        width: 48px;
        height: 48px;
        right: 7px;
        top: 8px
    }

    .testing__gear--2 {
        width: 63px;
        height: 63px;
        right: 21px;
        top: 50px
    }

    .testing__gear--3 {
        width: 68px;
        height: 68px;
        left: 14px;
        top: 7px
    }

    .testing__gear--4 {
        width: 28px;
        height: 28px;
        bottom: 5px;
        left: 2px
    }

    .testing__gear-icon1 {
        width: 48px;
        height: 48px
    }

    .testing__gear-icon2 {
        width: 63px;
        height: 63px
    }

    .testing__gear-icon3 {
        width: 68px;
        height: 68px
    }

    .testing__gear-icon4 {
        width: 28px;
        height: 28px
    }
}

@media (min-width: 1545px) {
    .testing {
        width: 446px;
        height: 180px
    }

    .testing__title {
        margin-bottom: 15px
    }

    .testing__link {
        margin-top: 0
    }
}

.swiper {
    width: 100%;
    padding-left: 20px;
    overflow: hidden
}

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box
}

.swiper-setup {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box
}

.swiper-wrapper {
    width: 100%
}

.swiper-text {
    width: auto
}

.swiper-modules {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 0;
    box-sizing: border-box
}

.swiper-modules--hidden {
    display: none
}

.swiper-slide {
    width: 280px
}

.swiper-slide--desk {
    display: none
}

.swiper-slide--testing {
    width: 100%;
    padding-bottom: 50px
}

@media (min-width: 610px) {
    .swiper--setup {
        display: none
    }
}

@media (min-width: 768px) {
    .swiper {
        padding: 0;
        margin-left: 10px;
        padding-right: 0
    }

    .swiper--setup {
        display: none
    }

    .swiper-container {
        position: relative;
        width: 100%
    }
}

@media (min-width: 920px) {
    .swiper {
        display: none
    }

    .swiper--testing {
        display: flex
    }
}

@media (min-width: 1024px) {
    .swiper {
        display: flex
    }

    .swiper--setup {
        display: none
    }

    .swiper-slide--desk {
        display: block;
        width: 100px
    }
}

@media (min-width: 1280px) {
    .swiper {
        display: none
    }

    .swiper--testing {
        display: flex
    }
}

.overlay {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 190;
    background-color: rgba(38, 50, 56, 0.8)
}

.overlay--invis {
    display: none
}

@media (min-width: 1024px) {
    .overlay {
        display: none
    }

    .overlay--moduls-invis {
        display: block;
        width: 100vw;
        z-index: 210
    }
}

.navigation-mob {
    height: calc(100% - 175px);
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    overflow: scroll;
    background-color: transparent
}

.navigation-mob__list {
    box-sizing: border-box;
    padding-top: 4px;
    padding-bottom: 12px;
    padding-left: 0
}

.navigation-mob__list--cash {
    padding-top: 0
}

.navigation-mob__list--notification {
    padding-top: 0;
    padding-bottom: 21px;
    /* border-bottom: 1px solid rgba(203, 214, 220, 0.7); */
}

.navigation-mob__list--widget {
    padding-top: 16px;
    padding-bottom: 19px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(203, 214, 220, 0.7)
}

.navigation-mob__list--main {
    padding-top: 0;
    padding-bottom: 6px;
    border: none
}

.navigation-mob__item {
    position: relative;
    padding: 8px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px
}

.navigation-mob__item--white {
    color: #546E7A
}

.navigation-mob__item--black {
    color: #B0BEC5
}

.navigation-mob__item--widgets-white::before {
    background-image: url(/local/templates/docs/css/img/icon-mosaic-white.svg)
}

.navigation-mob__item--widgets-black::before {
    background-image: url(/local/templates/docs/css/img/icon-mosaic-black.svg)
}

.navigation-mob__item--demoshops-white::before {
    background-image: url(/local/templates/docs/css/img/icon-demoshop-menu-white.svg)
}

.navigation-mob__item--demoshops-black::before {
    background-image: url(/local/templates/docs/css/img/icon-demoshop-menu-black.svg)
}

.navigation-mob__item--constructor-white::before {
    background-image: url(/local/templates/docs/css/img/icon-widget-menu-white.svg)
}

.navigation-mob__item--constructor-black::before {
    background-image: url(/local/templates/docs/css/img/icon-widget-menu-black.svg)
}

.navigation-mob__item--main {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px
}

.navigation-mob__item--main::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat
}

.navigation-mob__item--bold {
    padding: 10px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px
}

.navigation-mob__item--bold-white {
    color: #37474F
}

.navigation-mob__item--bold-black {
    color: #E5EEF2
}

.navigation-mob__item--notification::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px
}

.navigation-mob__item--cashbox-white::before {
    color: #F2F6F8;
    background-color: #C6CAE1
}

.navigation-mob__item--cashbox-black::before {
    color: #455761;
    background-color: #78909C
}

.navigation-mob__item--widgets::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px
}

.navigation-mob__item--demoshops::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px
}

.navigation-mob__item--constructor::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: -34px;
    width: 18px;
    height: 18px
}

.navigation-mob__item__link {
    color: #546E7A
}

.navigation-mob__item__link--main {
    color: #1E88E5
}

.navigation-mob__item__link--title {
    color: #37474F
}

.navigation-mob__item__link--last {
    color: #7D9FAF
}

.navigation-mob__item--footer {
    font-weight: 500;
    color: #2196F3
}

@keyframes menu-swipe {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 200%)
    }
}

@keyframes menu-appear {
    from {
        transform: translate(0, 200%)
    }
    to {
        transform: translate(0, 0)
    }
}

.mobile-menu {
    position: fixed;
    top: 15px;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100% - 15px);
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 0;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    z-index: 200;
    transform: translate(0, 200%)
}

.mobile-menu--swipe {
    animation: menu-swipe 500ms;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.mobile-menu--appear {
    animation: menu-appear 500ms;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.mobile-menu--open {
    display: flex;
    flex-direction: column
}

.mobile-menu__title {
    position: relative;
    margin: 0 auto 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.04em;
    font-variant: small-caps;
    color: #78909C
}

.mobile-menu__title::before {
    content: "";
    position: absolute;
    display: block;
    top: -15px;
    left: calc(50% - 17px);
    width: 34px;
    height: 3px;
    background-color: #D3DDE1;
    border-radius: 22px
}

.mobile-menu__list {
    position: relative;
    box-sizing: border-box;
    margin: auto 0 16px;
    padding: 23px 20px 0
}

.mobile-menu__list::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(203, 214, 220, 0.7);
}

.mobile-menu__item {
    position: relative;
    padding: 8px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #2196F3
}

.moduls-navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 20px 0
}

.moduls-navigation--search {
    padding: 20px 20px 40px
}

.moduls-navigation__search-cross {
    position: absolute;
    top: 10px;
    right: 0;
    width: 22px;
    height: 22px;
    border: none;
    outline: none;
    background-color: transparent
}

.moduls-navigation__search-cross::after {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    right: 0px;
    top: 0;
    background-image: url(/local/templates/docs/css/img/icon-cross-search.svg)
}

.moduls-navigation__search-cross--hidden {
    display: none
}

.moduls-navigation__search-button {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 22px;
    height: 22px;
    border: none;
    outline: none;
    background-color: transparent
}

.moduls-navigation__search-button::after {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    right: 0;
    top: 0;
    background-image: url(/local/templates/docs/css/img/icon-cross-search.svg)
}

.moduls-navigation__search-popup {
    position: absolute;
    bottom: 0;
    left: calc(50% - 160px);
    display: block;
    min-width: 320px;
    max-width: 336px;
    padding: 10px 10px 10px 43px;
    border-radius: 4px
}

.moduls-navigation__search-popup::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 20px;
    top: calc(50% - 10px);
    background-image: url(/local/templates/docs/css/img/icon-search-modules-white.svg)
}

.moduls-navigation__search-popup::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
    bottom: 0;
    background-color: #455a63
}

.moduls-navigation__search-popup--hidden {
    display: none
}

.moduls-navigation__search-input {
    width: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #546E7A;
    opacity: 0.7
}

.moduls-navigation__search-input::placeholder {
    color: #7D9FAF
}

.moduls-navigation__hint {
    display: none
}

.moduls-navigation__form {
    position: relative;
    height: 60px
}

.moduls-navigation__form--search {
    width: 100%
}

.moduls-navigation__input {
    position: absolute;
    top: 16px;
    left: 0;
    width: 20px;
    color: transparent;
    background-color: transparent
}

.moduls-navigation__input::placeholder {
    color: transparent
}

.moduls-navigation__input--search {
    position: static;
    width: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    color: #546E7A
}

.moduls-navigation__input--search::placeholder {
    color: #B0BEC5
}

.moduls-navigation__title {
    width: 100%;
    margin: 20px auto 20px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px
}

.moduls-navigation__title--white {
    color: #263238
}

.moduls-navigation__title--black {
    color: #fff
}

.moduls-navigation__title--carousel {
    margin: 20px auto 40px 0
}

.moduls-navigation__controls {
    position: relative;
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    margin: 20px auto 0 0
}

.moduls-navigation__controls--carousel {
    display: flex
}

.moduls-navigation__controls--hidden {
    display: none
}

.moduls-navigation__search {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 16px 15px 0 0;
    background-color: transparent
}

.moduls-navigation__search::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0
}

.moduls-navigation__search--white::before {
    background-image: url(/local/templates/docs/css/img/icon-search-modules-white.svg)
}

.moduls-navigation__search--black::before {
    background-image: url(/local/templates/docs/css/img/icon-search-modules-black.svg)
}

.moduls-navigation__search--hidden {
    display: none
}

.moduls-navigation__button {
    display: flex;
    flex-direction: column;
    height: 45px;
    margin: 15px;
    padding: 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;
    background-color: transparent;
    outline: none;
    border: none
}

.moduls-navigation__button--white {
    color: #546E7A
}

.moduls-navigation__button--black {
    color: #CFD8DC
}

.moduls-navigation__button--active {
    position: relative;
    font-weight: bold;
    color: #263238
}

.moduls-navigation__button--active::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2196F3
}

.moduls-navigation__button--active-white {
    color: #263238
}

.moduls-navigation__button--active-black {
    color: #fff
}

.moduls-navigation__button--hidden {
    display: none
}

@media (min-width: 600px) {
    .moduls-navigation__controls {
        display: flex
    }

    .moduls-navigation__controls--carousel {
        display: none
    }

    .moduls-navigation__controls--hidden {
        display: none
    }

    .moduls-navigation__controls--swiper {
        display: none
    }
}

@media (min-width: 768px) {
    .moduls-navigation__search-cross {
        top: 3px
    }
}

@media (min-width: 1024px) {
    .moduls-navigation {
        position: relative;
        grid-area: moduls-navigation;
        padding: 30px 30px 0
    }

    .moduls-navigation__search-cross {
        top: 10px
    }

    .moduls-navigation__search-button::after {
        right: 0
    }

    .moduls-navigation__hint {
        position: absolute;
        display: block;
        width: 100%;
        max-width: 730px;
        left: 30px;
        bottom: -25px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #7D9FAF;
        opacity: 0.7
    }

    .moduls-navigation__hint--hidden {
        display: none
    }

    .moduls-navigation__title {
        margin: 50px auto 30px 0;
        font-size: 35px;
        line-height: 45px
    }

    .moduls-navigation__controls::before {
        content: "";
        position: absolute;
        display: block;
        left: -30px;
        bottom: 15px;
        width: calc(100vw - 240px);
        height: 1px;
        background-color: #E0E8EC
    }

    .moduls-navigation__controls--search::before {
        left: 0;
        width: 100%;
        background-color: #455a63
    }
}

@media (min-width: 1280px) {
    .moduls-navigation__controls::before {
        /*width: calc(100vw - 300px)*/
        width: 100%;
    }
}

@media (min-width: 1545px) {
    .moduls-navigation__controls::before {
        /*width: calc(100vw - 375px)*/
        width: 100%;
    }
}

.moduls-page {
    position: relative;
    top: 40px;
    /*left: 40px;*/
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px 20px
}

.moduls-page--hidden {
    display: none
}

.moduls-page__info {
    position: fixed;
    top: 20%;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 2px;
    z-index: 250
}

@media (min-width: 344px) {
    .moduls-page {
        grid-area: moduls-page;
        padding: 0 15px 100px

    }

    .moduls-page__item {
        position: relative;
        width: calc(33.3% - 30px);
        height: 150px;
        margin: 15px;
        padding: 15px 20px;
        background-color: #fff;
        box-shadow: 0px 7px 18px rgba(13, 71, 161, 0.2);
        border-radius: 4px
    }

    .moduls-page__info {
        position: static;
        top: 20%;
        left: calc(50% - 395px);
        width: 790px;
        padding: 30px;
        background: #FFFFFF;
        border-radius: 2px;
        z-index: 250
    }

    .moduls-page__info--hidden {
        display: none
    }

    .moduls-page__info-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 30px;
        margin-right: 50px;
    }

    .moduls-page__info-image-wrapper {
        display: flex;
        flex-direction: row;
        padding: 15px 24px;
        border: 1px solid #E0E8EC;
        box-sizing: border-box;
        border-radius: 4px
    }

    .moduls-page__info-version {
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 19px;
        text-align: right;
        color: #ABB9C0
    }

    .moduls-page__info-image {
        margin: auto
    }

    .moduls-page__info-title {
        margin-bottom: 20px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 41px;
        color: #263238
    }

    .moduls-page__info-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .moduls-page__info-left {
        width: 500px
    }

    .moduls-page__info-right {
        width: 255px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .moduls-page__info-text {
        margin-bottom: 14px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        color: #546E7A
    }

    .moduls-page__info-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .moduls-page__info-item {
        margin-bottom: 14px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        color: #546E7A
    }

    .moduls-page__info-link {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
        padding: 15px 10px 15px 10px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: #2196F3;
        background: #EFF4F7;
        border-radius: 4px
    }

    .moduls-page__info-link-icon {
        margin-right: 10px
    }
}

.moduls-page__info--hidden {
    display: none
}

.moduls-page__info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.moduls-page__info-left {
    width: 100%
}

.moduls-page__info-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.moduls-page__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 150px;
    margin: 15px 10px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0px 7px 18px rgba(13, 71, 161, 0.2);
    border-radius: 4px
}

.moduls-page__item--soon {
    box-shadow: none
}

.moduls-page__item--hidden {
    display: none
}

.moduls-page__status {
    position: absolute;
    top: -12px;
    right: 20px;
    padding: 3px 6px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
    border-radius: 10px
}

.moduls-page__status--active {
    background-color: #81C784
}

.moduls-page__status--soon {
    background-color: #FF8F00
}

.moduls-page__logo {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto 0
}

.moduls-page__logo--amirocms::before {
    width: 117px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-amiro.svg)
}

.moduls-page__logo--mogutacms::before {
    width: 195px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 16px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-moguta.svg)
}

.moduls-page__logo--5cms::before {
    width: 50px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-5cms.svg)
}

.moduls-page__logo--drupal::before {
    width: 139px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-drupal.svg)
}

.moduls-page__logo--tilda::before {
    width: 57px;
    height: 57px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-tilda.svg)
}

.moduls-page__logo--flexcore::before {
    width: 236px;
    height: 45px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-flexcore.svg)
}

.moduls-page__logo--cranbee::before {
    width: 80px;
    height: 81px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-cranbee.svg)
}

.moduls-page__logo--tobiz::before {
    width: 146px;
    height: 68px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-tobiz.svg)
}

.moduls-page__logo--eautopay::before {
    width: 150px;
    height: 36px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-eautopay.svg)
}

.moduls-page__logo--bazium::before {
    width: 80px;
    height: 80px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-bazium.svg)
}

.moduls-page__logo--lpmotor::before {
    width: 144px;
    height: 60px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-lpmotor.png)
}

.moduls-page__logo--flexbe::before {
    width: 105px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-flexbe.svg)
}

.moduls-page__logo--ak::before {
    width: 220px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-ak.png)
}

.moduls-page__logo--appthemes::before {
    width: 150px;
    height: 29px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-appthemes.png)
}

.moduls-page__logo--salebot::before {
    width: 100px;
    height: 81px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-salebot.png)
}

.moduls-page__logo--pruffme::before {
    width: 196px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-pruffme.png)
}

.moduls-page__logo--botobot::before {
    width: 206px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-botobot.png)
}

.moduls-page__logo--satom::before {
    width: 208px;
    height: 52px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-satom.png)
}

.moduls-page__logo--inskill::before {
    width: 183px;
    height: 51px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-inskill.png)
}

.moduls-page__logo--russia::before {
    width: 198px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-russia.png)
}

.moduls-page__logo--vamshop::before {
    width: 206px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-vamshop.png)
}

.moduls-page__logo--finolog::before {
    width: 170px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-finolog.png)
}

.moduls-page__logo--boomstream::before {
    width: 104px;
    height: 59px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-boomstream.png)
}

.moduls-page__logo--stepform::before {
    width: 188px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-stepform.png)
}

.moduls-page__logo--foodsoul::before {
    width: 150px;
    height: 27px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-foodsoul.png)
}

.moduls-page__logo--leeloo::before {
    width: 208px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-leeloo.png)
}

.moduls-page__logo--smartengine::before {
    width: 150px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-smartengine.png)
}

.moduls-page__logo--bothelp::before {
    width: 205px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-bothelp.png)
}

.moduls-page__logo--botmother::before {
    width: 147px;
    height: 21px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-botmother.png)
}

.moduls-page__logo--okaycms::before {
    width: 177px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-okaycms.jpg)
}

.moduls-page__logo--core::before {
    width: 193px;
    height: 56px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-core.png)
}

.moduls-page__logo--setup::before {
    width: 177px;
    height: 37px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-setup.png)
}

.moduls-page__logo--storeland::before {
    width: 220px;
    height: 66px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-storeland.png)
}

.moduls-page__logo--textback::before {
    width: 150px;
    height: 49px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-textback.png)
}

.moduls-page__logo--planfakt::before {
    width: 208px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-planfakt.png)
}

.moduls-page__logo--bigbencrm::before {
    width: 100px;
    height: 73px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-bigbencrm.jpg)
}

.moduls-page__logo--virtualitycms::before {
    width: 208px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-virtualitycms.png)
}

.moduls-page__logo--winwinbot::before {
    width: 150px;
    height: 39px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-winwinbot.png)
}

.moduls-page__logo--ucoz::before {
    width: 214px;
    height: 76px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-ucoz.png)
}

.moduls-page__logo--nemiling::before {
    width: 79px;
    height: 76px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-nemiling.png)
}

.moduls-page__logo--nemilin::before {
    width: 200px;
    height: 76px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-nemilin.png)
}

.moduls-page__logo--moyclass::before {
    width: 79px;
    height: 80px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-moyclass.png)
}

.moduls-page__logo--wfolio::before {
    width: 79px;
    height: 80px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-wfolio.png)
}

.moduls-page__logo--craftum::before {
    width: 198px;
    height: 52px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-craftum.png)
}

.moduls-page__logo--leadconverter::before {
    width: 198px;
    height: 52px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-leadconverter.png)
}

.moduls-page__logo--uds::before {
    width: 143px;
    height: 76px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-uds.png)
}

.moduls-page__logo--sovetnik::before {
    width: 80px;
    height: 80px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-sovetnik.png)
}

.moduls-page__logo--joomla4::before {
    width: 120px;
    height: 70px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-joomla4.jpg)
}
.moduls-page__logo--envybox::before {
    width: 210px;
    height: 67px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-envybox.png)
}
.moduls-page__logo--targethunter::before {
    width: 216px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-targethunter.svg)
}

.moduls-page__logo--androidsdk::before {
    width: 83px;
    height: 73px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/android.svg)
}

.moduls-page__logo--iossdk::before {
    width: 98px;
    height: 48px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/ios.svg)
}

.moduls-page__logo--phpsdk::before {
    width: 98px;
    height: 52px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/php-sdk.png)
}

.moduls-page__logo--pythonsdk::before {
    width: 195px;
    height: 66px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/python.png)
}

.moduls-page__logo--torrow::before {
    width: 100px;
    height: 100px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-torrow.png)
}

.moduls-page__logo--tradesoft::before {
    width: 100px;
    height: 100px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-tradesoft.jpg)
}

.moduls-page__logo--soholms::before {
    width: 100px;
    height: 41px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-soholms.png)
}

.moduls-page__logo--partssoft::before {
    width: 179px;
    height: 40px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-partssoft.svg)
}

.moduls-page__logo--arnica::before {
    width: 120px;
    height: 47.6px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-arnica.svg)
}

.moduls-page__logo--vitrina::before {
    width: 100px;
    height: 100px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-vitrina.svg)
}
.moduls-page__logo--ollacrm::before {
    width: 189px;
    height: 64px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-ollacrm.png)
}
.moduls-page__logo--puzzlebot::before {
    width: 55px;
    height: 64px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-puzzlebot.svg)
}

.moduls-page__logo--onebusiness::before {
    width: 220px;
    height: 32px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-onebusiness.png)
}

.moduls-page__logo--botman::before {
    width: 100px;
    height: 100px;
    content: "";
    display: block;
    position: absolute; 
    top: calc(50% - 40px);
    left: -20px;
    background-image: url(/local/templates/docs/css/img/icon-modul-botman.jpeg);
    background-size: cover; 
}

.moduls-page__logo--wp-eventsplaces::before {
    width: 188px;
    height: 35px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-wp-eventsplaces.webp)
}


.moduls-page__logo--molz::before {
    width: 133px;
    height: 90px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-molz.svg)
}

.moduls-page__logo--ural::before {
    width: 120px;
    height: 120px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 55px);
    left: -20px;
    background-image: url(/local/templates/docs/css/img/icon-modul-ural.png)
}

.moduls-page__logo--albato::before {
    width: 220px;
    height: 112px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 45px);
    left: -17px;
    background-image: url(/local/templates/docs/css/img/icon-modul-albato.jpg)
}

.moduls-page__logo--ispring::before {
    width: 198px;
    height: 50px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-ispring.png)
}

.moduls-page__logo--wix::before {
    width: 159px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-wix.svg)
}

.moduls-page__logo--taplink::before {
    width: 96px;
    height: 31px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-taplink.svg)
}

.moduls-page__logo--ylink::before {
    width: 106px;
    height: 31px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-ylink.svg)
}

.moduls-page__logo--sklad::before {
    width: 156px;
    height: 24px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-sklad.svg)
}

.moduls-page__logo--modx::before {
    width: 127px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-modx.svg)
}

.moduls-page__logo--diafancms::before {
    width: 154px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-diafan.svg)
}

.moduls-page__logo--hostcms::before {
    width: 195px;
    height: 35px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 17px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-hostcms.svg)
}

.moduls-page__logo--magento::before {
    width: 134px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-magento.svg)
}

.moduls-page__logo--1spredpriyatie::before {
    width: 128px;
    height: 62px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-1cbeta.svg)
}

.moduls-page__logo--phpshopcms::before {
    width: 151px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-phpshop.svg)
}

.moduls-page__logo--perfectcms::before {
    width: 188px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-perfect.svg)
}

.moduls-page__logo--cmss3::before {
    width: 148px;
    height: 45px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 22px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-s3.svg)
}

.moduls-page__logo--1cbitrix::before {
    width: 160px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-1sbitrix.svg)
}

.moduls-page__logo--umicms::before {
    width: 115px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-umi.svg)
}

.moduls-page__logo--opencart::before {
    width: 196px;
    height: 38px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 19px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-opencart.svg)
}

.moduls-page__logo--2can::before {
    width: 152px;
    height: 68px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 19px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/2can_logo.jpg)
}

.moduls-page__logo--wordpress::before {
    width: 195px;
    height: 39px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 19px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-wordpress.svg)
}

.moduls-page__logo--amocrm::before {
    width: 181px;
    height: 35px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 17px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-amo.svg)
}

.moduls-page__logo--joomla::before {
    width: 191px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-joomla.svg)
}

.moduls-page__logo--retailcrm::before {
    width: 221px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-retail.svg)
}

.moduls-page__logo--autoweboffice::before {
    width: 196px;
    height: 25px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 12px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-autoweboffice.svg)
}

.moduls-page__logo--insales::before {
    width: 122px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-insales.svg)
}

.moduls-page__logo--bitrix24::before {
    width: 137px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-bitrix24.svg)
}

.moduls-page__logo--lanbilling::before {
    width: 150px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-lanbilling.svg)
}

.moduls-page__logo--prestashop::before {
    width: 158px;
    height: 30px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 15px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-prestashop-module.svg)
}

.moduls-page__logo--formdesigner::before {
    width: 195px;
    height: 22px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 11px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-formdesigner.svg)
}

.moduls-page__logo--cscart::before {
    width: 97px;
    height: 36px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 18px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-cscart.svg)
}

.moduls-page__logo--xcart::before {
    width: 119px;
    height: 36px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 18px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-xcart.svg)
}

.moduls-page__logo--readyscript::before {
    width: 150px;
    height: 15px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 7px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-readyscript.svg)
}

.moduls-page__logo--shopscript::before {
    width: 159px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-shopscript.svg)
}

.moduls-page__logo--simpla::before {
    width: 91px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-simpla.svg)
}

.moduls-page__logo--megagroup::before {
    width: 165px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-megagroup.svg)
}

.moduls-page__logo--cmsinvision::before {
    width: 121px;
    height: 34px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 17px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-invision.svg)
}

.moduls-page__logo--netcat::before {
    width: 163px;
    height: 24px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 12px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-netcat-module.svg)
}

.moduls-page__logo--bnovo::before {
    width: 133px;
    height: 34px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 17px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-bnovo.svg)
}

.moduls-page__logo--osclass::before {
    width: 123px;
    height: 28px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 14px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-osclass.svg)
}

.moduls-page__logo--platformalp::before {
    width: 174px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 14px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-platformlp.svg)
}

.moduls-page__logo--ukit::before {
    width: 66px;
    height: 30px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 15px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-ukit-module.svg)
}

.moduls-page__logo--sellios::before {
    width: 89px;
    height: 38px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 19px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-sellios.svg)
}

.moduls-page__logo--creatium::before {
    width: 145px;
    height: 30px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 15px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-creatium.svg)
}

.moduls-page__logo--ainox::before {
    width: 128px;
    height: 25px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 14px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-ainox.svg)
}

.moduls-page__logo--bizon::before {
    width: 160px;
    height: 26px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 13px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-bizon.svg)
}

.moduls-page__logo--shopify::before {
    width: 124px;
    height: 36px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 18px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-shopify.svg)
}

.moduls-page__logo--webasyst::before {
    width: 140px;
    height: 28px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 14px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-webasyst.svg)
}

.moduls-page__logo--setsale::before {
    width: 120px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 16px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-setsale.svg)
}

.moduls-page__logo--openmall::before {
    width: 110px;
    height: 26px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 13px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-openmall.svg)
}

.moduls-page__logo--zaptrade::before {
    width: 93px;
    height: 26px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 13px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-zaptrade.svg)
}

.moduls-page__logo--leika::before {
    width: 111px;
    height: 38px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 19px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-onlineleika.svg)
}

.moduls-page__logo--prihod::before {
    width: 134px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-prihod.svg)
}

.moduls-page__logo--gurucan::before {
    width: 126px;
    height: 28px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 14px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-gurucan.svg)
}

.moduls-page__logo--kiosk::before {
    width: 113px;
    height: 22px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 11px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-kiosk.svg)
}

.moduls-page__logo--ecwid::before {
    width: 121px;
    height: 30px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 15px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-ecwid.svg)
}

.moduls-page__logo--emdesell::before {
    width: 144px;
    height: 34px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 17px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-emdesell.svg)
}

.moduls-page__logo--lpgenerator::before {
    width: 133px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-lpgenerator.svg)
}

.moduls-page__logo--orderino::before {
    width: 109px;
    height: 38px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 19px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-orderino.svg)
}

.moduls-page__logo--getcourse::before {
    width: 160px;
    height: 22px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 11px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-getcourse.svg)
}

/* Контейнер логотипа */
.moduls-page__logo--advantshop {
  position: relative;
  width: 100%;
  max-width: 240px;         
  aspect-ratio: 518 / 73;   
  margin: 20px auto 0;
  overflow: hidden;
}

/* Отрисовка фонового изображения */
.moduls-page__logo--advantshop::before {
  content: "";
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0 */
  background-image: url(/local/templates/docs/css/img/icon-advantshop.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.moduls-page__logo--abcp::before {
    width: 200px;
    height: 64px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 10px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-abcp.svg)
}

.moduls-page__logo--fastsales::before {
    width: 160px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 16px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-fastsales.svg)
}

.moduls-page__logo--priceplan::before {
    width: 152px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-priceplan-module.svg)
}

.moduls-page__logo--gidra::before {
    width: 113px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-gidra.svg)
}

.moduls-page__logo--nnovo::before {
    width: 94px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 16px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-nnovo.svg)
}

.moduls-page__logo--vigbo::before {
    width: 108px;
    height: 40px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-vigbo-module.svg)
}

.moduls-page__logo--shop2you::before {
    width: 108px;
    height: 18px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-shop2you-modul.png)
}

.moduls-page__logo--prodact::before {
    width: 226px;
    height: 84px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/prodact_logo.png)
}

.moduls-page__logo--nova::before {
    width: 83px;
    height: 78px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-module-nova.png)
}

.moduls-page__logo--tvoisport::before {
    width: 167px;
    height: 73px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/imgicon-tvoisport.png)
}

.moduls-page__logo--axl::before {
    width: 171px;
    height: 75px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-axl.png)
}

.moduls-page__logo--antitreningi::before {
    width: 171px;
    height: 13px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-antitreningi.png)
}

.moduls-page__logo--school-master::before {
    width: 174px;
    height: 34px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-school-logo.png)
}

.moduls-page__logo--seeyourinfo::before {
    width: 82px;
    height: 82px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-SEEYOUR.info1.jpg)
}

.moduls-page__logo--october::before {
    width: 193px;
    height: 38px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/October-logo.png)
}

.moduls-page__logo--booktime::before {
    width: 187px;
    height: 56px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-booktime1.png)
}



.moduls-page__logo--carbonsoft::before {
    width: 168px;
    height: 88px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/Logo-Carbon-Soft-1200-630.png)
}

.moduls-page__logo--sambot::before {
    width: 207px;
    height: 57px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/sambot-logo.png)
}

.moduls-page__logo--ispsystem::before {
    width:156px;
    height: 81px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/ispsystem-logo1.png)
}

.moduls-page__logo--bubble-io::before {
    width: 58px;
    height: 62px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-Bubble.io.png)
}

.moduls-page__logo--magento::before {
    width: 179px;
    height: 67px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-magento.png)
}

.moduls-page__logo--1spredpriyatie::before {
    width: 128px;
    height: 62px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-1cbeta.svg)
}

.moduls-page__logo--leadtex::before {
    width: 180px;
    height: 37px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-leadtex.png)
}

.moduls-page__logo--rubitime::before {
    width: 180px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-Rubitime.jpg)
}

.moduls-page__logo--autooficce::before {
    width: 179px;
    height: 55px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-modul-Autooffice.png)
}

.moduls-page__logo--eshoper::before {
    width: 154px;
    height: 32px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 16px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-eshoper.svg)
}

.moduls-page__logo--senler::before {
    width: 129px;
    height: 38px;
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 16px);
    left: 0;
    background-image: url(/local/templates/docs/css/img/icon-senler.svg)
}

.moduls-page__text {
    margin-top: auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #455A64
}

.moduls-page__logo-icon {
    margin: auto 0
}

.moduls-page__symbol {
    font-size: 10px;
    vertical-align: text-top;
    line-height: 12px
}

@media (min-width: 620px) {
    .moduls-page__item {
        width: calc(50% - 20px)
    }
}

@media (min-width: 840px) {
    .moduls-page__item {
        width: calc(33.3% - 20px)
    }
}

@media (min-width: 1024px) {
    .moduls-page {
        grid-area: moduls-page;
        padding: 0 15px 100px
    }

    .moduls-page__item {
        position: relative;
        width: calc(33.3% - 30px);
        height: 150px;
        margin: 15px;
        padding: 15px 20px;
        background-color: #fff;
        box-shadow: 0px 7px 18px rgba(13, 71, 161, 0.2);
        border-radius: 4px
    }

    .moduls-page__info {
        position: fixed;
        top: 20%;
        left: calc(50% - 395px);
        width: 790px;
        padding: 30px;
        background: #FFFFFF;
        border-radius: 2px;
        z-index: 250
    }

    .moduls-page__info--hidden {
        display: none
    }

    .moduls-page__info-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 30px;
        margin-right: 50px;
    }

    .moduls-page__info-image-wrapper {
        display: flex;
        flex-direction: row;
        padding: 15px 24px;
        border: 1px solid #E0E8EC;
        box-sizing: border-box;
        border-radius: 4px
    }

    .moduls-page__info-version {
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 19px;
        text-align: right;
        color: #ABB9C0
    } 

    .moduls-page__info-image {
        margin: auto
    }

    .moduls-page__info-title {
        margin-bottom: 20px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 41px;
        color: #263238
    }

    .moduls-page__info-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .moduls-page__info-left {
        width: 500px
    }

    .moduls-page__info-right {
        width: 255px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .moduls-page__info-text {
        margin-bottom: 14px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        color: #546E7A
    }

    .moduls-page__info-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .moduls-page__info-item {
        margin-bottom: 14px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        color: #546E7A
    }

    .moduls-page__info-link {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
        padding: 15px 10px 15px 10px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: #2196F3;
        background: #EFF4F7;
        border-radius: 4px
    }

    .moduls-page__info-link-icon {
        margin-right: 10px
    }
}

@media (min-width: 1470px) {
    .moduls-page__item {
        width: calc(25% - 30px)
    }
}

@media (min-width: 1545px) {
    .moduls-page__item {
        width: 255px
    }
}

.support {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    margin-bottom: 20px
}

.support--hidden {
    display: none
}

.support__title {
    width: 100%;
    margin-bottom: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 31px
}

.support__title--white {
    color: #263238
}

.support__title--black {
    color: #fff
}

.support__text {
    width: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px
}

.support__text--white {
    color: #546E7A
}

.support__text--black {
    color: #E2EAEE
}

.support__text:last-of-type {
    margin-top: 15px
}

.support__link {
    color: #2196F3
}

@media (min-width: 1024px) {
    .support {
        grid-area: support;
        padding: 20px 30px 30px;
        margin-bottom: 30px
    }
}

@media (min-width: 1280px) {
    .support__text {
        max-width: 825px
    }
}

@media (min-width: 1545px) {
    .support {
        padding: 35px 30px 40px;
        margin-bottom: 40px
    }

    .support__title {
        width: 825px
    }

    .support__text {
        width: 825px
    }
}

.moduls-help {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 20px 53px
}

.moduls-help__ways {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.moduls-help__ways-title {
    margin: 0 auto 8px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 27px
}

.moduls-help__ways-title--white {
    color: #263238
}

.moduls-help__ways-title--black {
    color: #fff
}

.moduls-help__ways-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.moduls-help__ways-item {
    position: relative;
    width: 100%;
    margin: 10px auto 10px 0;
    padding: 13px 10px;
    border-radius: 4px
}

.moduls-help__ways-item::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 7px);
    right: 10px;
    width: 15px;
    height: 12px
}

.moduls-help__ways-item--white {
    background-color: #EFF4F7
}

.moduls-help__ways-item--white::before {
    background-image: url(/local/templates/docs/css/img/icon-arrow-mob.svg)
}

.moduls-help__ways-item--black {
    background-color: #455A64
}

.moduls-help__ways-item--black::before {
    background-image: url(/local/templates/docs/css/img/icon-arrow-mob-black.svg)
}

.moduls-help__ways-name {
    width: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px
}

.moduls-help__ways-name--white {
    color: #546E7A
}

.moduls-help__ways-name--black {
    color: #E2EAEE
}

.moduls-help__questions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: 50px
}

.moduls-help__questions-title {
    margin: 0 auto 28px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 27px
}

.moduls-help__questions-title--white {
    color: #263238
}

.moduls-help__questions-title--black {
    color: #fff
}

.moduls-help__questions-text {
    width: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.moduls-help__questions-text--white {
    color: #546E7A
}

.moduls-help__questions-text--black {
    color: #E2EAEE
}

.moduls-help__questions-link {
    color: #2196F3
}

@media (min-width: 768px) {
    .moduls-help {
        flex-direction: row
    }

    .moduls-help__ways {
        width: calc(50% - 10px);
        margin-right: 10px
    }

    .moduls-help__ways-title {
        line-height: 38px
    }

    .moduls-help__questions-title {
        line-height: 38px
    }

    .moduls-help__ways-item {
        width: calc(100% - 10px);
        margin: 10px 0
    }

    .moduls-help__questions {
        width: calc(50% - 10px);
        padding-top: 0;
        margin-left: 10px
    }
}

@media (min-width: 1024px) {
    .moduls-help {
        position: relative;
        grid-area: moduls-help;
        flex-direction: row;
        padding: 30px 30px 60px
    }

    .moduls-help::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: calc(100vw - 240px);
        height: 1px;
        background-color: #D7E2E8
    }

    .moduls-help__ways {
        width: 50%;
        margin-right: 15px
    }

    .moduls-help__ways-title {
        margin: 0 auto 18px 0
    }

    .moduls-help__ways-wrapper {
        flex-direction: column;
        justify-content: flex-start
    }

    .moduls-help__questions {
        width: 50%;
        margin-left: 15px;
        padding-top: 0
    }

    .moduls-help__questions-title {
        margin: 0 auto 28px 0
    }

    .moduls-help__ways-item {
        width: 100%;
        margin: 10px auto 10px 0;
        padding: 20px
    }

    .moduls-help__ways-item::before {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 6px);
        right: 20px;
        width: 15px;
        height: 12px
    }

    .moduls-help__ways-item--white::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-question-white.svg)
    }

    .moduls-help__ways-item--black::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-question-black.svg)
    }

    .moduls-help__questions__text {
        width: 100%
    }
}

@media (min-width: 1280px) {
    .moduls-help {
        padding: 40px 30px 50px
    }

    .moduls-help::before {
        /*width: calc(100vw - 300px)*/
        width: 100%;
    }

    .moduls-help__questions {
        width: 350px
    }
}

@media (min-width: 1545px) {
    .moduls-help {
        padding: 56px 30px 70px
    }

    .moduls-help::before {
        /*width: calc(100vw - 375px)*/
        width: 100%;
    }

    .moduls-help__questions {
        margin-right: 0;
        margin-left: auto
    }

    .moduls-help__ways-item {
        width: 635px
    }

    .moduls-help__questions__text {
        width: 350px
    }
}

.demoshop-help {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 20px 53px
}

.demoshop-help__ways {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.demoshop-help__ways-title {
    margin: 0 auto 8px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 27px
}

.demoshop-help__ways-title--white {
    color: #263238
}

.demoshop-help__ways-title--black {
    color: #fff
}

.demoshop-help__ways-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.demoshop-help__ways-item {
    position: relative;
    width: 100%;
    margin: 10px auto 10px 0;
    padding: 13px 10px;
    border-radius: 4px
}

.demoshop-help__ways-item::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 7px);
    right: 10px;
    width: 15px;
    height: 12px
}

.demoshop-help__ways-item--white {
    background-color: #EFF4F7
}

.demoshop-help__ways-item--white::before {
    background-image: url(/local/templates/docs/css/img/icon-arrow-mob.svg)
}

.demoshop-help__ways-item--black {
    background-color: #455A64
}

.demoshop-help__ways-item--black::before {
    background-image: url(/local/templates/docs/css/img/icon-arrow-mob-black.svg)
}

.demoshop-help__ways-name {
    width: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px
}

.demoshop-help__ways-name--white {
    color: #546E7A
}

.demoshop-help__ways-name--black {
    color: #E2EAEE
}

.demoshop-help__questions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: 50px
}

.demoshop-help__questions-title {
    margin: 0 auto 28px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 27px
}

.demoshop-help__questions-title--white {
    color: #263238
}

.demoshop-help__questions-title--black {
    color: #fff
}

.demoshop-help__questions-text {
    width: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.demoshop-help__questions-text--white {
    color: #546E7A
}

.demoshop-help__questions-text--black {
    color: #E2EAEE
}

.demoshop-help__questions-link {
    color: #2196F3
}

@media (min-width: 768px) {
    .demoshop-help {
        flex-direction: row;
        position: relative
    }

    .demoshop-help::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #D7E2E8
    }

    .demoshop-help__ways {
        width: calc(50% - 10px);
        margin-right: 10px
    }

    .demoshop-help__ways-item {
        width: calc(100% - 10px);
        margin: 10px 0
    }

    .demoshop-help__ways-title {
        line-height: 38px
    }

    .demoshop-help__questions-title {
        line-height: 38px
    }

    .demoshop-help__questions {
        width: calc(50% - 10px);
        padding-top: 0;
        margin-left: 10px
    }
}

@media (min-width: 1024px) {
    .demoshop-help {
        position: relative;
        grid-area: demoshop-help;
        padding: 30px 30px 60px
    }

    .demoshop-help::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: calc(100vw - 240px);
        height: 1px;
        background-color: #D7E2E8
    }

    .demoshop-help__ways {
        width: 50%;
        margin-right: 15px
    }

    .demoshop-help__ways-title {
        margin: 0 auto 18px 0
    }

    .demoshop-help__ways-wrapper {
        flex-direction: column;
        justify-content: flex-start
    }

    .demoshop-help__questions {
        width: 50%;
        margin-left: 15px;
        padding-top: 0
    }

    .demoshop-help__questions-title {
        margin: 0 auto 28px 0
    }

    .demoshop-help__ways-item {
        width: 100%;
        margin: 10px auto 10px 0;
        padding: 20px
    }

    .demoshop-help__ways-item::before {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 6px);
        right: 20px;
        width: 15px;
        height: 12px
    }

    .demoshop-help__ways-item--white::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-question-white.svg)
    }

    .demoshop-help__ways-item--black::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-question-black.svg)
    }

    .demoshop-help__questions__text {
        width: 100%
    }
}

@media (min-width: 1280px) {
    .demoshop-help {
        padding: 40px 30px 50px
    }

    .demoshop-help::before {
        /*width: calc(100vw - 300px)*/
        width: 100%;
    }

    .demoshop-help__questions {
        width: 350px
    }
}

@media (min-width: 1545px) {
    .demoshop-help {
        padding: 56px 30px 70px
    }

    .demoshop-help::before {
        /*width: calc(100vw - 375px)*/
        width: 100%;
    }

    .demoshop-help__questions {
        margin-right: 0;
        margin-left: auto
    }

    .demoshop-help__ways-item {
        width: 635px
    }

    .demoshop-help__questions__text {
        width: 350px
    }
}

.demoshop-payment {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 30px 20px;
    order: 1
}

.demoshop-payment--white {
    background-color: #F2F6F8
}

.demoshop-payment--black {
    background-color: #445761
}

.demoshop-payment__iframe {
    position: absolute;
    top: 70px;
    left: 20px;
    display: flex;
    flex-direction: row;
    width: calc(100% - 40px);
    height: 175px;
    background: linear-gradient(0deg, #E3ECF1, #E3ECF1), linear-gradient(317.56deg, #64B5F6 2.34%, #64B5F6 100%);
    border-radius: 2px
}

.demoshop-payment__iframe-icon {
    margin: 8px auto auto
}

.demoshop-payment__text-iframe {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #90A4AE
}

.demoshop-payment__iframe-price {
    margin-left: 3px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #37474F
}

.demoshop-payment__wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto auto 0;
    padding: 75px 20px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 7px 25px rgba(13, 71, 161, 0.15);
    border-radius: 4px
}

.demoshop-payment__wrapper::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    width: 160px;
    height: 30px;
    background-image: url(/local/templates/docs/css/img/icon-demoshop-pay.svg)
}

.demoshop-payment__wrapper::after {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 30px;
    background-image: url(/local/templates/docs/css/img/icon-demoshop-basket.svg)
}

.demoshop-payment__wrapper--iframe {
    padding: 266px 20px 20px
}

.demoshop-payment__wrapper--iframe::after {
    display: none
}

.demoshop-payment__wrapper--page-iframe {
    position: absolute;
    left: 35%;
    top: 195px;
    width: 500px;
    z-index: 50
}

.demoshop-payment__wrapper--hidden {
    display: none
}

.demoshop-payment__title {
    margin-bottom: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    color: #37474F
}

.demoshop-payment__title--iframe {
    font-size: 19px;
    line-height: 30px
}

.demoshop-payment__product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CFD8DC
}

.demoshop-payment__product-name {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #546E7A
}

.demoshop-payment__number-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 10px
}

.demoshop-payment__product-number {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    color: #90A4AE
}

.demoshop-payment__product-number--text {
    margin-right: auto;
    margin-left: 0
}

.demoshop-payment__price-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 10px
}

.demoshop-payment__product-price {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #90A4AE
}

.demoshop-payment__product-price--text {
    margin-right: auto;
    margin-left: 0
}

.demoshop-payment__sum {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.demoshop-payment__sum-text {
    margin-bottom: 28px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 27px;
    color: #37474F
}

.demoshop-payment__sum-button {
    line-height: 35px !important;
    width: 100%;
    height: 50px;
    margin-right: auto;
    padding: 7px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background-color: #8BC34A;
    border-radius: 2px
}

.demoshop-payment__sum-button:hover {
    cursor: pointer;
}

.demoshop-payment__label {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #607D8B
}

.demoshop-payment__input {
    width: 100%;
    height: 40px;
    margin: 5px 0 20px;
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    color: #263238;
    background-color: #FFFFFF;
    border: 1px solid #D7E2E8;
    box-sizing: border-box;
    border-radius: 2px
}

.demoshop-payment__cross {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    padding: 0;
    outline: none;
    background-color: transparent
}

.demoshop-payment__cross-svg--white {
    stroke: #78909C
}

.demoshop-payment__cross-svg--black {
    stroke: #B0BEC5
}

@media (min-width: 768px) {
    .demoshop-payment {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 50%;
        padding: 49px 30px 30px;
        padding-top: 49px;
        padding-left: 30px;
        order: 2
    }

    .demoshop-payment__iframe {
        top: 80px;
        left: 30px;
        width: calc(100% - 60px)
    }

    .demoshop-payment__wrapper {
        width: 100%;
        margin: 0 auto auto 0;
        padding: 88px 30px 30px;
        background-color: #FFFFFF;
        box-shadow: 0px 7px 25px rgba(13, 71, 161, 0.15);
        border-radius: 4px
    }

    .demoshop-payment__wrapper::before {
        top: 30px;
        left: 30px
    }

    .demoshop-payment__wrapper::after {
        top: 30px;
        right: 30px
    }

    .demoshop-payment__wrapper--iframe {
        padding: 276px 30px 30px
    }

    .demoshop-payment__wrapper--iframe::after {
        display: none
    }

    .demoshop-payment__wrapper--page-iframe {
        position: absolute;
        top: 195px;
        z-index: 50
    }

    .demoshop-payment__product-name {
        font-size: 15px;
        line-height: 21px
    }

    .demoshop-payment__product-number {
        color: #546E7A
    }

    .demoshop-payment__product-number--text {
        display: none
    }

    .demoshop-payment__product-price {
        color: #37474F
    }

    .demoshop-payment__product-price--text {
        display: none
    }

    .demoshop-payment__product {
        position: relative;
        margin-bottom: 28px;
        border-bottom: none
    }

    .demoshop-payment__product::before {
        content: "";
        position: absolute;
        display: block;
        bottom: -14px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #CFD8DC
    }

    .demoshop-payment__product--last {
        border-bottom: none
    }

    .demoshop-payment__product--last::before {
        display: none
    }

    .demoshop-payment__title {
        margin-bottom: 26px
    }

    .demoshop-payment__sum {
        padding-top: 10px
    }

    .demoshop-payment__sum-text {
        margin-bottom: 28px
    }

    .demoshop-payment__sum-button {
        margin: auto 0 auto auto
    }
}

@media (min-width: 1140px) {
    .demoshop-payment__product {
        flex-direction: row;
        margin-bottom: 28px
    }

    .demoshop-payment__wrapper--shopper {
        max-width: 360px
    }

    .demoshop-payment__wrapper--page-iframe {
        position: absolute;
        left: 35%;
        top: 195px;
        width: 500px;
        z-index: 50
    }
}

@media (min-width: 1280px) {
    .demoshop-payment {
        padding: 49px 30px 30px 30px
    }

    .demoshop-payment__number-wrapper {
        margin-top: 0;
        margin-left: auto
    }

    .demoshop-payment__price-wrapper {
        margin-top: 0;
        margin-left: 50px
    }

    .demoshop-payment__product-number {
        margin-left: auto;
        margin-right: 0
    }

    .demoshop-payment__sum-button {
        margin-right: 0
    }

    .demoshop-payment__cross {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 22px;
        height: 22px;
        outline: none;
        background-color: transparent
    }

    .demoshop-payment__cross-svg--white {
        stroke: #78909C
    }

    .demoshop-payment__cross-svg--black {
        stroke: #B0BEC5
    }
}

@media (min-width: 1380px) {
    .demoshop-payment__iframe {
        position: absolute;
        top: calc(100% - 205px);
        left: 30px;
        display: flex;
        flex-direction: row;
        width: 160px;
        height: 175px;
        background: linear-gradient(0deg, #E3ECF1, #E3ECF1), linear-gradient(317.56deg, #64B5F6 2.34%, #64B5F6 100%);
        border-radius: 2px
    }

    .demoshop-payment__wrapper--iframe {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 88px 30px 30px
    }

    .demoshop-payment__wrapper--page-iframe {
        position: absolute;
        left: 35%;
        top: 195px;
        width: 500px;
        z-index: 50
    }

    .demoshop-payment__wrapper--hidden {
        display: none
    }

    .demoshop-payment__text-iframe {
        width: 230px;
        margin-left: auto;
        text-align: left;
        margin-bottom: 27px
    }

    .demoshop-payment__title--iframe {
        max-width: 230px;
        margin-left: auto;
        margin-bottom: 17px
    }

    .demoshop-payment__sum {
        flex-direction: row
    }

    .demoshop-payment__sum-text {
        margin-top: auto;
        margin-bottom: auto
    }


    .demoshop-payment__sum-button--shopper {
        max-width: 100%
    }

    .demoshop-payment__sum-button--iframe {
        width: 230px;
        max-width: 230px;
        margin-left: auto
    }
}

@media (min-width: 1545px) {
    .demoshop-payment {
        position: relative
    }

    .demoshop-payment::before {
        content: "";
        position: absolute;
        display: block;
        top: -1px;
        right: calc(1545px - 100vw);
        width: calc(100vw - 1545px);
        height: 100%;
        background-color: #F2F6F8
    }

    .demoshop-payment--white::before {
        background-color: #F2F6F8
    }

    .demoshop-payment--black::before {
        background-color: #445761
    }

    .demoshop-payment__text-iframe {
        max-width: 230px;
        margin-left: auto
    }

    .demoshop-payment__wrapper {
        width: 480px
    }

    .demoshop-payment__wrapper--page-iframe {
        position: absolute;
        left: 35%;
        top: 195px;
        width: 500px;
        z-index: 50
    }

    .demoshop-payment__title {
        margin-bottom: 26px
    }

    .demoshop-payment__title--iframe {
        max-width: 230px;
        margin-left: auto;
        margin-bottom: 17px
    }



    .demoshop-payment__sum-button--iframe {
        max-width: 230px;
        margin-left: auto
    }
}

.demoshop-attention {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 35px;
    padding: 20px 20px 25px 50px;
    border-radius: 4px
}

.demoshop-attention--white {
    background-color: #FBE9E7
}

.demoshop-attention--black {
    background: rgba(139, 122, 121, 0.4)
}

.demoshop-attention__title {
    position: relative;
    margin-bottom: 4px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px
}

.demoshop-attention__title::before {
    content: "";
    position: absolute;
    display: block;
    content: '!';
    top: 0;
    left: -34px;
    width: 24px;
    height: 24px;
    font-family: "Roboto Condensed", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF7043;
    border-radius: 50%
}

.demoshop-attention__title--white {
    color: #37474F
}

.demoshop-attention__title--black {
    color: #F8FCFE
}

.demoshop-attention__text {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.demoshop-attention__text--white {
    color: #546E7A
}

.demoshop-attention__text--black {
    color: #ECEFF1
}

.demoshop-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 40px 20px 0px;
    order: 2
}

.demoshop-description__iframe {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: row;
    width: 160px;
    height: 175px;
    background: linear-gradient(0deg, #E3ECF1, #E3ECF1), linear-gradient(317.56deg, #64B5F6 2.34%, #64B5F6 100%);
    border-radius: 2px
}

.demoshop-description__iframe-icon {
    margin: 8px auto auto
}

.demoshop-description__title {
    margin-bottom: 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px
}

.demoshop-description__title--white {
    color: #263238
}


.demoshop-description__title--black {
    color: #FFFFFF
}


.demoshop-description__text {
    margin-bottom: 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.demoshop-description__text--white {
    color: #546E7A
}


.demoshop-description__text--black {
    color: #ECEFF1
}

.demoshop-description__text:last-of-type {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .demoshop-description {
        width: 50%;
        padding: 42px 30px 30px;
        order: 1
    }

    .demoshop-description__title {
        line-height: 39px;
        margin-bottom: 22px
    }
}


@media (min-width: 1024px) {
    .demoshop-description {
        position: relative;
        width: 50%;
        padding: 50px 30px 80px
    }

    .demoshop-description::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        right: -1px;
        width: 1px;
        height: 100%;
        background-color: #D7E2E8;
        z-index: 30
    }
}

@media (min-width: 1545px) {
    .demoshop-description {
        width: 50%;
        padding: 50px 30px 80px
    }
}

.demoshop-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 60px;
    border-bottom: 1px solid #DFEBF1
}

.demoshop-content--hidden {
    display: none
}


@media (min-width: 610px) {
    .demoshop-content {
        flex-direction: row
    }
}


@media (min-width: 768px) {
    .demoshop-content {
        position: relative;
        margin-top: -15px;
        padding: 0;
        border-bottom: none;
        margin-bottom: 0
    }


    .demoshop-content::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        right: 50%;
        width: 1px;
        height: 100%;
        background-color: #D7E2E8
    }
}


@media (min-width: 1024px) {
    .demoshop-content {
        grid-area: demoshop-content;
        margin-top: -15px;
        margin-bottom: 0;
        padding: 0
    }

    .demoshop-content::before {
        display: none
    }
}

.demoshop-navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 20px 0
}

.demoshop-navigation__carousel {
    display: flex
}

.demoshop-navigation__title {
    width: 100%;
    margin: 20px auto 20px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px
}

.demoshop-navigation__title--white {
    color: #263238
}

.demoshop-navigation__title--black {
    color: #fff
}

.demoshop-navigation__title--carousel {
    margin: 20px auto 40px 0
}

.demoshop-navigation__button-wrapper {
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
}

.demoshop-navigation__button-wrapper--mobile {
    display: flex
}

.demoshop-navigation__button {
    display: flex;
    flex-direction: column;
    height: 45px;
    margin: 15px 15px 0;
    padding: 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    background-color: transparent;
    outline: none;
    border: none
}

.demoshop-navigation__button--white {
    color: #546E7A
}

.demoshop-navigation__button--black {
    color: #CFD8DC
}

.demoshop-navigation__button--active {
    position: relative;
    font-weight: bold;
    color: #263238
}

.demoshop-navigation__button--active::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2196F3
}

.demoshop-navigation__button--active-white {
    color: #263238
}

.demoshop-navigation__button--active-black {
    color: #fff
}

.demoshop-navigation__button--hidden {
    display: none
}

.demoshop-navigation__button--long {
    min-width: 270px
}

@media (min-width: 600px) {
    .demoshop-navigation__controls {
        display: flex
    }

    .demoshop-navigation__controls--carousel {
        display: none
    }

    .demoshop-navigation__controls--hidden {
        display: none
    }

    .demoshop-navigation__controls--swiper {
        display: none
    }
}

@media (min-width: 768px) {
    .demoshop-navigation__carousel {
        display: none
    }

    .demoshop-navigation__button-wrapper {
        display: flex
    }

    .demoshop-navigation__button-wrapper--mobile {
        display: none
    }

    .demoshop-navigation__button {
        margin: 15px
    }

    .demoshop-navigation__button-wrapper::before {
        content: "";
        position: absolute;
        display: block;
        left: -20px;
        bottom: 14px;
        width: 100vw;
        height: 1px;
        background-color: #D7E2E8;
        z-index: 30
    }
}

@media (min-width: 1024px) {
    .demoshop-navigation {
        position: relative;
        grid-area: demoshop-navigation;
        padding: 30px 15px 0
    }

    .demoshop-navigation__title {
        margin: 50px auto 27px 15px;
        font-size: 35px;
        line-height: 45px
    }

    .demoshop-navigation__button-wrapper::before {
        content: "";
        position: absolute;
        display: block;
        left: -15px;
        bottom: 14px;
        width: calc(100vw - 240px);
        height: 1px;
        background-color: #D7E2E8
    }
}

@media (min-width: 1280px) {
    .demoshop-navigation__button-wrapper::before {
        /*width: calc(100vw - 300px)*/
        width: 100%;
    }
}

@media (min-width: 1545px) {
    .demoshop-navigation__button-wrapper::before {
        /*width: calc(100vw - 375px)*/
        width: 100%;
    }
}

.demoshop-message {
    width: calc(100% - 40px);
    margin: 45px auto 0;
    padding: 20px;
    background-color: #F2F6F8;
    border-radius: 4px;
    order: 3
}

.demoshop-message__title {
    margin-bottom: 14px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 31px;
    color: #263238
}

.demoshop-message__button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
}

.demoshop-message__button {
    width: calc(50% - 10px);
    height: 50px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    text-align: center
}

.demoshop-message__button--yes {
    margin-right: 10px;
    color: #FFFFFF;
    background-color: #8BC34A;
    box-shadow: 0px 7px 18px #C4CFD5;
    border-radius: 2px
}

.demoshop-message__button--no {
    margin-left: 10px;
    color: #546E7A;
    background-color: #FFFFFF;
    box-shadow: 0px 7px 18px #C4CFD5;
    border-radius: 2px
}

@media (min-width: 768px) {
    .demoshop-message {
        display: none
    }
}

.fiscalization-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 60px
}

@media (min-width: 610px) {
    .fiscalization-content {
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .fiscalization-content {
        display: grid;
        grid-template-columns: 1fr 285px;
        grid-template-areas: "fiscalization-info fiscalization-navigation";
        padding: 0
    }
}

@media (min-width: 1024px) {
    .fiscalization-content {
        grid-area: fiscalization-content
    }
}

.recommendationkmcz-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 60px
}
@media (min-width: 610px) {
    .recommendationkmcz-content {
        flex-direction: row
    }
}
@media (min-width: 768px) {
    .recommendationkmcz-content {
        display: grid;
        grid-template-columns: 1fr 285px;
        grid-template-areas: "recommendationkmcz-info recommendationkmcz-navigation";
        padding: 0
    }
}
@media (min-width: 1024px) {
    .recommendationkmcz-content {
        grid-area: recommendationkmcz-content
    }
}

.fiscalization-info {
    padding: 20px
}

@media (min-width: 768px) {
    .fiscalization-info {
        grid-area: fiscalization-info;
        padding: 30px
    }
}

@media (min-width: 1024px) {
    .fiscalization-info {
        padding: 30px 30px 50px
    }
}

@media (min-width: 1545px) {
    .fiscalization-info {
        padding: 30px 30px 80px
    }
}

.recommendationkmcz-info {
    padding: 20px
}

@media (min-width: 768px) {
    .recommendationkmcz-info {
        grid-area: recommendationkmcz-info;
        padding: 30px
    }
}

@media (min-width: 1024px) {
    .recommendationkmcz-info {
        padding: 30px 30px 50px
    }
}

@media (min-width: 1545px) {
    .recommendationkmcz-info {
        padding: 30px 30px 80px
    }
}

.fiscalization-navigation {
    display: none;
    padding: 40px 0 0
}

.fiscalization-navigation--white {
    border-left: 1px solid #D7E2E8
}

.fiscalization-navigation--black {
    border-left: 1px solid #5B7887
}

.fiscalization-navigation__first {
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: lowercase;
    letter-spacing: 0.03em;
    font-variant: small-caps;
    color: #78909C
}

.fiscalization-navigation__text {
    margin: 18px 0;
    padding-left: 20px;
    position: relative;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px
}

.fiscalization-navigation__text--first {
    margin-top: 15px
}

.fiscalization-navigation__text--white {
    color: #78909C
}

.fiscalization-navigation__text--black {
    color: #B0BEC5
}

.fiscalization-navigation__text--active {
    font-weight: 700
}

.fiscalization-navigation__text--active::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #2196F3
}

.fiscalization-navigation__text--active-white {
    color: #37474F
}

.fiscalization-navigation__text--active-black {
    color: #FFFFFF
}

@media (min-width: 768px) {
    .fiscalization-navigation {
        position: relative;
        grid-area: fiscalization-navigation;
        display: block
    }

    .fiscalization-navigation__wrapper {
        position: sticky;
        width: 285px;
		top: 170px
    }
}

.recommendationkmcz-navigation {
    display: none;
    padding: 40px 0 0
}
.recommendationkmcz-navigation--white {
    border-left: 1px solid #D7E2E8
}
.recommendationkmcz-navigation--black {
    border-left: 1px solid #5B7887
}
.recommendationkmcz-navigation__first {
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: lowercase;
    letter-spacing: 0.03em;
    font-variant: small-caps;
    color: #78909C
}
.recommendationkmcz-navigation__text {
    margin: 18px 0;
    padding-left: 20px;
    position: relative;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px
}
.recommendationkmcz-navigation__text--first {
    margin-top: 15px
}
.recommendationkmcz-navigation__text--white {
    color: #78909C
}
.recommendationkmcz-navigation__text--black {
    color: #B0BEC5
}
.recommendationkmcz-navigation__text--active {
    font-weight: 700
}
.recommendationkmcz-navigation__text--active::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #2196F3
}
.recommendationkmcz-navigation__text--active-white {
    color: #37474F
}
.recommendationkmcz-navigation__text--active-black {
    color: #FFFFFF
}
@media (min-width: 768px) {
    .recommendationkmcz-navigation {
        position: relative;
        grid-area: recommendationkmcz-navigation;
        display: block
    }
    .recommendationkmcz-navigation__wrapper {
        position: sticky;
        width: 285px;
        top: 170px
    }
}

.fiscalization-clients__title {
    width: 100%;
    margin: 20px auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center
}

.fiscalization-clients__title--white {
    color: #263238
}

.fiscalization-clients__title--black {
    color: #fff
}

.fiscalization-clients__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.fiscalization-clients__text--white {
    color: #546E7A
}

.fiscalization-clients__text--black {
    color: #ECEFF1
}

.fiscalization-clients__text:last-of-type {
    margin-bottom: 85px
}

.fiscalization-clients__text-link--white {
    color: #2196F3
}

.fiscalization-clients__text-link--black {
    color: #42A5F5
}

.fiscalization-clients__parameters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px
}

.fiscalization-clients__parameters-name {
    margin: 10px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.fiscalization-clients__parameters-name--white {
    color: #37474F
}

.fiscalization-clients__parameters-name--black {
    color: #FFFFFF
}

.fiscalization-clients__parameters-value {
    margin: 10px 20px 10px 10px;
    padding: 1px 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.fiscalization-clients__parameters-value--white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.fiscalization-clients__parameters-value--black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.fiscalization-clients__date {
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #FBFEFF;
    background: #FF8A65;
    border-radius: 4px
}

.fiscalization-clients__example {
    margin-bottom: 27px;
    overflow: auto
}

.fiscalization-clients__example-text {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px
}

.fiscalization-clients__example-text--white {
    color: #37474F
}

.fiscalization-clients__example-text--black {
    color: #FFFFFF
}

.fiscalization-clients__example-request {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center
}

.fiscalization-clients__example-request--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #37474F
}

.fiscalization-clients__example-request--black {
    background: #4D626D;
    border: 1px solid #5B7581;
    color: #FFFFFF
}

@media (min-width: 768px) {
    .fiscalization-clients__parameters {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 10px
    }

    .fiscalization-clients__parameters-value {
        margin: 0 20px 0 10px
    }

    .fiscalization-clients__parameters-name {
        margin: 0
    }
}

@media (min-width: 1024px) {
    .fiscalization-clients__title {
        margin: 50px 0 27px;
        text-align: left;
        font-size: 35px;
        line-height: 45px
    }
}

.recommendationkmcz-clients__title {
    width: 100%;
    margin: 20px auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center
}

.recommendationkmcz-clients__title--white {
    color: #263238
}

.recommendationkmcz-clients__title--black {
    color: #fff
}

.recommendationkmcz-clients__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.recommendationkmcz-clients__text--white {
    color: #546E7A
}

.recommendationkmcz-clients__text--black {
    color: #ECEFF1
}

.recommendationkmcz-clients__text:last-of-type {
    margin-bottom: 85px
}

.recommendationkmcz-clients__text-link--white {
    color: #2196F3
}

.recommendationkmcz-clients__text-link--black {
    color: #42A5F5
}

.recommendationkmcz-clients__parameters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px
}

.recommendationkmcz-clients__parameters-name {
    margin: 10px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.recommendationkmcz-clients__parameters-name--white {
    color: #37474F
}

.recommendationkmcz-clients__parameters-name--black {
    color: #FFFFFF
}

.recommendationkmcz-clients__parameters-value {
    margin: 10px 20px 10px 10px;
    padding: 1px 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.recommendationkmcz-clients__parameters-value--white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.recommendationkmcz-clients__parameters-value--black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.recommendationkmcz-clients__date {
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #FBFEFF;
    background: #FF8A65;
    border-radius: 4px
}

.recommendationkmcz-clients__example {
    margin-bottom: 27px;
    overflow: auto
}

.recommendationkmcz-clients__example-text {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px
}

.recommendationkmcz-clients__example-text--white {
    color: #37474F
}

.recommendationkmcz-clients__example-text--black {
    color: #FFFFFF
}

.recommendationkmcz-clients__example-request {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center
}

.recommendationkmcz-clients__example-request--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #37474F
}

.recommendationkmcz-clients__example-request--black {
    background: #4D626D;
    border: 1px solid #5B7581;
    color: #FFFFFF
}

@media (min-width: 768px) {
    .recommendationkmcz-clients__parameters {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 10px
    }

    .recommendationkmcz-clients__parameters-value {
        margin: 0 20px 0 10px
    }

    .recommendationkmcz-clients__parameters-name {
        margin: 0
    }
}

@media (min-width: 1024px) {
    .recommendationkmcz-clients__title {
        margin: 50px 0 27px;
        text-align: left;
        font-size: 35px;
        line-height: 45px
    }
}

.recommendationkmcz-withdrawal__title {
    width: 100%;
    margin: 20px auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center
}

.recommendationkmcz-withdrawal__title--white {
    color: #263238
}

.recommendationkmcz-withdrawal__title--black {
    color: #fff
}

.recommendationkmcz-withdrawal__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.recommendationkmcz-withdrawal__text--white {
    color: #546E7A
}

.recommendationkmcz-withdrawal__text--black {
    color: #ECEFF1
}

.recommendationkmcz-withdrawal__text:last-of-type {
    margin-bottom: 85px
}

.recommendationkmcz-withdrawal__text-link--white {
    color: #2196F3
}

.recommendationkmcz-withdrawal__text-link--black {
    color: #42A5F5
}

.recommendationkmcz-withdrawal__parameters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px
}

.recommendationkmcz-withdrawal__parameters-name {
    margin: 10px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.recommendationkmcz-withdrawal__parameters-name--white {
    color: #37474F
}

.recommendationkmcz-withdrawal__parameters-name--black {
    color: #FFFFFF
}

.recommendationkmcz-withdrawal__parameters-value {
    margin: 10px 20px 10px 10px;
    padding: 1px 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.recommendationkmcz-withdrawal__parameters-value--white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.recommendationkmcz-withdrawal__parameters-value--black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.recommendationkmcz-withdrawal__date {
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #FBFEFF;
    background: #FF8A65;
    border-radius: 4px
}

.recommendationkmcz-withdrawal__example {
    margin-bottom: 27px;
    overflow: auto
}

.recommendationkmcz-withdrawal__example-text {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px
}

.recommendationkmcz-withdrawal__example-text--white {
    color: #37474F
}

.recommendationkmcz-withdrawal__example-text--black {
    color: #FFFFFF
}

.recommendationkmcz-withdrawal__example-request {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center
}

.recommendationkmcz-withdrawal__example-request--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #37474F
}

.recommendationkmcz-withdrawal__example-request--black {
    background: #4D626D;
    border: 1px solid #5B7581;
    color: #FFFFFF
}

@media (min-width: 768px) {
    .recommendationkmcz-withdrawal__parameters {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 10px
    }

    .recommendationkmcz-withdrawal__parameters-value {
        margin: 0 20px 0 10px
    }

    .recommendationkmcz-withdrawal__parameters-name {
        margin: 0
    }
}

@media (min-width: 1024px) {
    .recommendationkmcz-withdrawal__title {
        margin: 50px 0 27px;
        text-align: left;
        font-size: 35px;
        line-height: 45px
    }
}


.recommendationkmcz-structure__title {
    width: 100%;
    margin: 20px auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center
}

.recommendationkmcz-structure__title--white {
    color: #263238
}

.recommendationkmcz-structure__title--black {
    color: #fff
}

.recommendationkmcz-structure__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.recommendationkmcz-structure__text--white {
    color: #546E7A
}

.recommendationkmcz-structure__text--black {
    color: #ECEFF1
}

.recommendationkmcz-structure__text:last-of-type {
    margin-bottom: 85px
}

.recommendationkmcz-structure__text-link--white {
    color: #2196F3
}

.recommendationkmcz-structure__text-link--black {
    color: #42A5F5
}

.recommendationkmcz-structure__parameters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px
}

.recommendationkmcz-structure__parameters-name {
    margin: 10px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.recommendationkmcz-structure__parameters-name--white {
    color: #37474F
}

.recommendationkmcz-structure__parameters-name--black {
    color: #FFFFFF
}

.recommendationkmcz-structure__parameters-value {
    margin: 10px 20px 10px 10px;
    padding: 1px 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.recommendationkmcz-structure__parameters-value--white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.recommendationkmcz-structure__parameters-value--black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.recommendationkmcz-structure__date {
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #FBFEFF;
    background: #FF8A65;
    border-radius: 4px
}

.recommendationkmcz-structure__example {
    margin-bottom: 27px;
    overflow: auto
}

.recommendationkmcz-structure__example-text {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px
}

.recommendationkmcz-structure__example-text--white {
    color: #37474F
}

.recommendationkmcz-structure__example-text--black {
    color: #FFFFFF
}

.recommendationkmcz-structure__example-request {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center
}

.recommendationkmcz-structure__example-request--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #37474F
}

.recommendationkmcz-structure__example-request--black {
    background: #4D626D;
    border: 1px solid #5B7581;
    color: #FFFFFF
}

@media (min-width: 768px) {
    .recommendationkmcz-structure__parameters {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 10px
    }

    .recommendationkmcz-structure__parameters-value {
        margin: 0 20px 0 10px
    }

    .recommendationkmcz-structure__parameters-name {
        margin: 0
    }
}

@media (min-width: 1024px) {
    .recommendationkmcz-structure__title {
        margin: 50px 0 27px;
        text-align: left;
        font-size: 35px;
        line-height: 45px
    }
}


.check-correction__title {
    width: 100%;
    margin: 20px auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center
}

.check-correction__title--white {
    color: #263238
}

.check-correction__title--black {
    color: #fff
}

.check-correction__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.check-correction__text--white {
    color: #546E7A
}

.check-correction__text--black {
    color: #ECEFF1
}

.check-correction__text:last-of-type {
    margin-bottom: 85px
}

.check-correction__text-link--white {
    color: #2196F3
}

.check-correction__text-link--black {
    color: #42A5F5
}

.check-correction__parameters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px
}

.check-correction__parameters-name {
    margin: 10px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.check-correction__parameters-name--white {
    color: #37474F
}

.check-correction__parameters-name--black {
    color: #FFFFFF
}

.check-correction__parameters-value {
    margin: 10px 20px 10px 10px;
    padding: 1px 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.check-correction__parameters-value--white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.check-correction__parameters-value--black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.check-correction__date {
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #FBFEFF;
    background: #FF8A65;
    border-radius: 4px
}

.check-correction__example {
    margin-bottom: 27px;
    overflow: auto
}

.check-correction__example-text {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px
}
.check-correction-example__title {
    margin: 40px auto 38px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.check-correction-example__title--white {
    color: #263238
}

.check-correction-example__title--black {
    color: #FFFFFF
}

.check-correction__example-text--white {
    color: #37474F
}

.check-correction__example-text--black {
    color: #FFFFFF
}

.check-correction_example-request {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center
}

.check-correction__example-request--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #37474F
}

.check-correction__example-request--black {
    background: #4D626D;
    border: 1px solid #5B7581;
    color: #FFFFFF
}
.check-correction__link-text {
    margin-bottom: 30px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-size: 16px;
    line-height: 23px;
    background: #F2F6F8;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.check-correction__link {
    font-weight: 500;
    overflow: auto;
    word-break: break-all
}

.check-correction__link--white {
    color: #2196F3
}

.check-correction__link--black {
    color: #42A5F5
}

@media (min-width: 768px) {
    .check-correction__parameters {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 10px
    }

    .check-correction__parameters-value {
        margin: 0 20px 0 10px
    }

    .check-correction__parameters-name {
        margin: 0
    }
}

@media (min-width: 1024px) {
    .check-correction__title {
        margin: 50px 0 27px;
        text-align: left;
        font-size: 35px;
        line-height: 45px
    }
}

.fiscalization-attention {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px 25px 50px;
    border-radius: 4px
}

.fiscalization-attention--white {
    background-color: #FBE9E7
}

.fiscalization-attention--black {
    background: rgba(139, 122, 121, 0.4)
}

.fiscalization-attention__title {
    position: relative;
    margin-bottom: 4px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px
}

.fiscalization-attention__title::before {
    content: "";
    position: absolute;
    display: block;
    content: '!';
    top: 0;
    left: -34px;
    width: 24px;
    height: 24px;
    font-family: "Roboto Condensed", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF7043;
    border-radius: 50%
}

.fiscalization-attention__title--white {
    color: #37474F
}

.fiscalization-attention__title--black {
    color: #F8FCFE
}

.fiscalization-attention__text {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.fiscalization-attention__text--white {
    color: #546E7A
}

.fiscalization-attention__text--black {
    color: #ECEFF1
}

.fiscalization-checks {
    margin-top: 15px
}

.fiscalization-checks__title {
    margin-bottom: 24px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 41px
}

.fiscalization-checks__title--white {
    color: #263238
}

.fiscalization-checks__title--black {
    color: #FFFFFF
}

.fiscalization-checks__text {
    margin-bottom: 17px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.fiscalization-checks__text--white {
    color: #546E7A
}

.fiscalization-checks__text--white::before {
    background-color: #373737
}

.fiscalization-checks__text--black {
    color: #ECEFF1
}

.fiscalization-checks__text--black::before {
    background-color: #90A4AE
}

.fiscalization-checks__text--points {
    position: relative;
    padding-left: 15px
}

.fiscalization-checks__text--points::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px
}

@media (min-width: 768px) {
    .fiscalization-checks__title {
        font-size: 28px
    }
}

.fiscalization-code {
    margin-bottom: 28px
}

.fiscalization-code__header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 13px 20px;
    border-radius: 4px 4px 0px 0px
}

.fiscalization-code__header--white {
    background: linear-gradient(0deg, #525669, #525669), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.fiscalization-code__header--black {
    background: linear-gradient(0deg, #2B383E, #2B383E), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.fiscalization-code__name {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #F7FCFF
}

.fiscalization-code__button {
    padding: 0;
    margin: auto 0 auto auto;
    background-color: transparent
}

.fiscalization-code__pre {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px
}

.fiscalization-code__pre--white {
    background-color: #F2F6F8;
    border: 1px solid #D7E2E8
}

.fiscalization-code__pre--black {
    background-color: #455A64;
    border: 1px solid #5B7887
}

.fiscalization-code__content {
    font-family: "FiraMono", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #546E7A
}

.fiscalization-code__title {
    color: #1565C0
}

.fiscalization-code__title--white {
    color: #1565C0
}

.fiscalization-code__title--black {
    color: #81D4FA
}

.fiscalization-code__text--white {
    color: #EA9427
}

.fiscalization-code__text--black {
    color: #FFECB3
}

.fiscalization-code__numbers-list {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px
}

.fiscalization-code__number {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.fiscalization-code__number--white {
    color: #90A4AE
}

.fiscalization-code__number--black {
    color: rgba(255, 255, 255, 0.5)
}

.fiscalization-example {
    padding: 16px 0
}

.fiscalization-example__title {
    margin: 40px auto 38px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.fiscalization-example__title--white {
    color: #263238
}

.fiscalization-example__title--black {
    color: #FFFFFF
}

.fiscalization-example__pre {
    max-height: 0;
    height: auto;
    transition: max-height 1.3s linear
}

.fiscalization-example__pre--show {
    max-height: 1000px
}

.fiscalization-example__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #E7EEF1, #E7EEF1), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%);
    border: 1px solid #D7E2E8;
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px
}

.fiscalization-example__button-icon {
    margin: auto 0
}

.fiscalization-example__button-icon--show svg {
    transform: rotate(180deg)
}

.fiscalization-example__button-text {
    display: none;
    margin-left: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: rgba(96, 125, 139, 0.7)
}

.fiscalization-example__button-text--show {
    display: block
}

@media (min-width: 768px) {
    .fiscalization-example__title {
        font-size: 28px
    }
}

.fiscalization-parameters__content--appear {
    animation-duration: 1s;
    animation-name: appear-parameters;
    animation-fill-mode: forwards;
    transition-timing-function: linear
}

.fiscalization-parameters__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 8px
}

.fiscalization-parameters__header-button {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: #EBF1F4;
    border-radius: 2px;
    transition: 0.4s
}

.fiscalization-parameters__header-button::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    background-color: #37474F
}

.fiscalization-parameters__header-button::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    background-color: #37474F
}

.fiscalization-parameters__header-button--rotate::before {
    animation-duration: 1s;
    animation-name: button-rotate;
    animation-fill-mode: forwards;
    transition-timing-function: linear
}

.fiscalization-parameters__header-text {
    margin-left: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.fiscalization-parameters__header-text--white {
    color: #37474F
}

.fiscalization-parameters__header-text--black {
    color: #FFFFFF
}

.fiscalization-parameters__item {
    position: relative;
    padding: 20px 0
}

.fiscalization-parameters__item--white {
    border-bottom: 1px solid #DFEBF1
}

.fiscalization-parameters__item--black {
    border-bottom: 1px solid #5B7887
}

.fiscalization-parameters__item:last-of-type {
    border: none
}

.fiscalization-parameters__string {
    display: none
}

.fiscalization-parameters__text {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-variant: small-caps;
    color: #90A4AE
}

.fiscalization-parameters__text--left {
    width: 35%
}

.fiscalization-parameters__text--right {
    width: 65%
}

.fiscalization-parameters__item-string {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.fiscalization-parameters__item-string--single {
    padding: 15px 0
}

.fiscalization-parameters__item-name {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.fiscalization-parameters__name {
    margin: 0 auto auto 0;
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.fiscalization-parameters__name::before {
    display: none
}

.fiscalization-parameters__name--main {
    margin: 0 auto auto 0
}

.fiscalization-parameters__name--main::before {
    display: none
}

.fiscalization-parameters__name--white {
    color: #EA9427;
    background: #F7FAFC;
    border: 1px solid #E0E8EC
}

.fiscalization-parameters__name--black {
    color: #FFECB3;
    background: #4D626D;
    border: 1px solid #668492
}

.fiscalization-parameters__name--main-black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.fiscalization-parameters__name--main-white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.fiscalization-parameters__item-value {
    width: 100%;
    padding-top: 10px
}

.fiscalization-parameters__value {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.fiscalization-parameters__value--first {
    margin-bottom: 30px
}

.fiscalization-parameters__value--white {
    color: #546E7A
}

.fiscalization-parameters__value--black {
    color: #ECEFF1
}

.fiscalization-parameters__value-bold {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px
}

.fiscalization-parameters__value-bold--white {
    color: #37474F
}

.fiscalization-parameters__value-bold--black {
    color: #FFFFFF
}

.fiscalization-parameters__content {
    max-height: 0;
    transition: max-height 0.3s linear;
    overflow: hidden
}

.fiscalization-parameters__content--show {
    overflow: auto;
    max-height: 1000px
}

@media (min-width: 768px) {
    .fiscalization-parameters__string {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 0
    }

    .fiscalization-parameters__string--white {
        border-bottom: 1px solid #DFEBF1
    }

    .fiscalization-parameters__string--black {
        border-bottom: 1px solid #5B7887
    }

    .fiscalization-parameters__item-string {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }

    .fiscalization-parameters__item-string::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 1px;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C3C9CC
    }

    .fiscalization-parameters__item-string--single {
        padding: 15px 0
    }

    .fiscalization-parameters__item-string:last-of-type::before {
        height: 50%
    }

    .fiscalization-parameters__item-string:only-child::before {
        display: none
    }

    .fiscalization-parameters__item {
        position: relative;
        padding: 30px 0
    }

    .fiscalization-parameters__item--white {
        border-bottom: 1px solid #DFEBF1
    }

    .fiscalization-parameters__item--black {
        border-bottom: 1px solid #5B7887
    }

    .fiscalization-parameters__item:last-of-type {
        border: none
    }

    .fiscalization-parameters__item-name {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 50%
    }

    .fiscalization-parameters__item-value {
        width: 50%;
        padding-top: 0
    }

    .fiscalization-parameters__name {
        margin: auto auto auto 25px
    }

    .fiscalization-parameters__name::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        width: 25px;
        height: 1px;
        border-top: 1px dashed #C3C9CC
    }

    .fiscalization-parameters__name--main {
        margin: 0 auto auto 0
    }

    .fiscalization-parameters__name--main::before {
        display: none
    }
}

@media (min-width: 1200px) {
    .fiscalization-parameters__item-name {
        width: 35%
    }

    .fiscalization-parameters__item-value {
        width: 65%
    }
}

.check-attention {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px 25px 60px;
    border-radius: 4px
}

.check-attention--white {
    background-color: #FBE9E7
}

.check-attention--black {
    background: rgba(139, 122, 121, 0.4)
}

.check-attention__title {
    position: relative;
    margin-bottom: 11px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px
}

.check-attention__title::before {
    content: "";
    position: absolute;
    display: block;
    content: '!';
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    font-family: "Roboto Condensed", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF7043;
    border-radius: 50%
}

.check-attention__title--white {
    color: #37474F
}

.check-attention__title--black {
    color: #F8FCFE
}

.check-attention__text {
    position: relative;
    margin-bottom: 11px;
    padding-left: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.check-attention__text::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px
}

.check-attention__text--white {
    color: #546E7A
}

.check-attention__text--black {
    color: #ECEFF1
}

.check-attention__text-word {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6;
    box-sizing: border-box;
    border-radius: 4px
}

.check-code {
    margin-bottom: 28px
}

.check-code__header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 13px 20px;
    border-radius: 4px 4px 0px 0px
}

.check-code__header--white {
    background: linear-gradient(0deg, #525669, #525669), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.check-code__header--black {
    background: linear-gradient(0deg, #2B383E, #2B383E), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.check-code__name {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #F7FCFF
}

.check-code__button {
    padding: 0;
    margin: auto 0 auto auto;
    background-color: transparent
}

.check-code__pre {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px
}

.check-code__pre--white {
    background-color: #F2F6F8;
    border: 1px solid #D7E2E8
}

.check-code__pre--black {
    background-color: #455A64;
    border: 1px solid #5B7887
}

.check-code__content {
    font-family: "FiraMono", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #546E7A
}

.check-code__title {
    color: #1565C0
}

.check-code__title--white {
    color: #1565C0
}

.check-code__title--black {
    color: #81D4FA
}

.check-code__text--white {
    color: #EA9427
}

.check-code__text--black {
    color: #FFECB3
}

.check-code__numbers-list {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px
}

.check-code__number {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.check-code__number--white {
    color: #90A4AE
}

.check-code__number--black {
    color: rgba(255, 255, 255, 0.5)
}

.check-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 60px
}

@media (min-width: 610px) {
    .check-content {
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .check-content {
        display: grid;
        grid-template-columns: calc(100% - 285px) 285px;
        grid-template-areas: "check-info check-navigation";
        padding: 0
    }
}

@media (min-width: 1024px) {
    .check-content {
        grid-area: check-content
    }
}

.check-formation__title {
    width: 100%;
    margin: 20px auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center
}

.check-formation__title--white {
    color: #263238
}

.check-formation__title--black {
    color: #fff
}

.check-formation__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.check-formation__text--white {
    color: #546E7A
}

.check-formation__text--black {
    color: #ECEFF1
}

.check-formation__text:last-of-type {
    margin-bottom: 35px
}

@media (min-width: 1024px) {
    .check-formation__title {
        margin: 50px 0 27px;
        text-align: left;
        font-size: 35px;
        line-height: 45px
    }
}


.check-info {
    padding: 20px
}

@media (min-width: 768px) {
    .check-info {
        grid-area: check-info;
        padding: 30px
    }
}

@media (min-width: 1024px) {
    .check-info {
        padding: 30px 30px 50px
    }
}

@media (min-width: 1545px) {
    .check-info {
        padding: 30px 30px 80px
    }
}

.check-navigation {
    display: none;
    padding: 40px 0 0
}

.check-navigation--white {
    border-left: 1px solid #D7E2E8
}

.check-navigation--black {
    border-left: 1px solid #5B7887
}

.check-navigation__first {
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: lowercase;
    letter-spacing: 0.03em;
    font-variant: small-caps;
    color: #78909C
}

.check-navigation__text {
    margin: 18px 0;
    padding-left: 20px;
    position: relative;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px
}

.check-navigation__text--first {
    margin-top: 15px
}

.check-navigation__text--white {
    color: #78909C
}

.check-navigation__text--black {
    color: #B0BEC5
}

.check-navigation__text--active {
    font-weight: 700
}

.check-navigation__text--active::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #2196F3
}

.check-navigation__text--active-white {
    color: #37474F
}

.check-navigation__text--active-black {
    color: #FFFFFF
}

@media (min-width: 768px) {
    .check-navigation {
        position: relative;
        grid-area: check-navigation;
        display: block
    }

    .check-navigation__wrapper {
        position: sticky;
        width: 285px;
		top: 170px
    }
}

.check-parameters__content--appear {
    animation-duration: 1s;
    animation-name: appear-parameters;
    animation-fill-mode: forwards;
    transition-timing-function: linear
}

.check-parameters__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 8px
}

.check-parameters__header-button {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: #EBF1F4;
    border-radius: 2px;
    transition: 0.4s
}

.check-parameters__header-button::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    background-color: #37474F
}

.check-parameters__header-button::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    background-color: #37474F
}

.check-parameters__header-button--rotate::before {
    animation-duration: 1s;
    animation-name: button-rotate;
    animation-fill-mode: forwards;
    transition-timing-function: linear
}

.check-parameters__header-text {
    margin-left: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.check-parameters__header-text--white {
    color: #37474F
}

.check-parameters__header-text--black {
    color: #FFFFFF
}

.check-parameters__item {
    position: relative;
    padding: 20px 0
}

.check-parameters__item--white {
    border-bottom: 1px solid #DFEBF1
}

.check-parameters__item--black {
    border-bottom: 1px solid #5B7887
}

.check-parameters__item:last-of-type {
    border: none
}

.check-parameters__string {
    display: none
}

.check-parameters__text {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-variant: small-caps;
    color: #90A4AE
}

.check-parameters__text--left {
    width: 35%
}

.check-parameters__text--right {
    width: 65%
}

.check-parameters__item-string {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.check-parameters__item-string--single {
    padding: 15px 0
}

.check-parameters__item-name {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.check-parameters__name {
    margin: 0 auto auto 0;
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.check-parameters__name::before {
    display: none
}

.check-parameters__name--main {
    margin: 0 auto auto 0
}

.check-parameters__name--main::before {
    display: none
}

.check-parameters__name--white {
    color: #EA9427;
    background: #F7FAFC;
    border: 1px solid #E0E8EC
}

.check-parameters__name--black {
    color: #FFECB3;
    background: #4D626D;
    border: 1px solid #668492
}

.check-parameters__name--main-black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.check-parameters__name--main-white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.check-parameters__name--red-white {
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6
}

.check-parameters__name--red-black {
    color: #37474F;
    background: #FFAB91;
    border: 1px solid #D9A190
}

.check-parameters__name--green {
    color: #37474F;
    background: #C5E1A5;
    border: 1px solid #AED581
}

.check-parameters__name--yellow {
    color: #37474F;
    background: #FDF291;
    border: 1px solid #FFEB3B
}

.check-parameters__name--end-white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.check-parameters__name--end-black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.check-parameters__item-value {
    width: 100%;
    padding-top: 10px
}

.check-parameters__value {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.check-parameters__value--first {
    margin-bottom: 30px
}

.check-parameters__value--white {
    color: #546E7A
}

.check-parameters__value--black {
    color: #ECEFF1
}

.check-parameters__value-bold {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px
}

.check-parameters__value-bold--white {
    color: #37474F
}

.check-parameters__value-bold--black {
    color: #FFFFFF
}

.check-parameters__content {
    max-height: 0;
    transition: max-height 0.3s linear;
    overflow: hidden
}

.check-parameters__content--show {
    overflow: auto;
    max-height: 1000px
}

@media (min-width: 768px) {
    .check-parameters__string {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 0
    }

    .check-parameters__string--white {
        border-bottom: 1px solid #DFEBF1
    }

    .check-parameters__string--black {
        border-bottom: 1px solid #5B7887
    }

    .check-parameters__item-string {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }

    .check-parameters__item-string::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 1px;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C3C9CC
    }

    .check-parameters__item-string--subline::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 21px;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C3C9CC
    }

    .check-parameters__item-string--subline-halfup::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 21px;
        width: 1px;
        height: 50%;
        border-left: 1px dashed #C3C9CC
    }

    .check-parameters__item-string--subline-halfdown::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 21px;
        width: 1px;
        height: 50%;
        border-left: 1px dashed #C3C9CC
    }

    .check-parameters__item-string--single {
        padding: 15px 0
    }

    .check-parameters__item-string:last-of-type::before {
        height: 50%
    }

    .check-parameters__item-string:only-child::before {
        display: none
    }

    .check-parameters__item {
        position: relative;
        padding: 30px 0
    }

    .check-parameters__item--white {
        border-bottom: 1px solid #DFEBF1
    }

    .check-parameters__item--black {
        border-bottom: 1px solid #5B7887
    }

    .check-parameters__item:last-of-type {
        border: none
    }

    .check-parameters__item-name {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 50%
    }

    .check-parameters__item-value {
        width: 50%;
        padding-top: 0
    }

    .check-parameters__name {
        margin: auto auto auto 20px
    }

    .check-parameters__name::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        width: 20px;
        height: 1px;
        border-top: 1px dashed #C3C9CC
    }

    .check-parameters__name--subname {
        margin: auto auto auto 40px
    }

    .check-parameters__name--subname::before {
        content: "";
        position: absolute;
        display: block;
        left: 20px;
        top: 50%;
        width: 20px;
        height: 1px;
        border-top: 1px dashed #C3C9CC
    }

    .check-parameters__name--main {
        margin: 0 auto auto 0
    }

    .check-parameters__name--main::before {
        display: none
    }
}

@media (min-width: 1200px) {
    .check-parameters__item-name {
        width: 35%
    }

    .check-parameters__item-value {
        width: 65%
    }
}

.check-example {
    padding: 40px 0
}

.check-example__title {
    margin: 0 auto 25px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.check-example__title--white {
    color: #263238
}

.check-example__title--black {
    color: #FFFFFF
}

.check-example__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.check-example__text--white {
    color: #546E7A
}

.check-example__text--black {
    color: #ECEFF1
}

.check-example__link {
    font-weight: 700
}

.check-example__link--white {
    color: #2196F3
}

.check-example__link--black {
    color: #42A5F5
}

.check-example__pre {
    max-height: 0;
    transition: max-height 1.3s linear
}

.check-example__pre--show {
    max-height: 1000px
}

.check-example__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #E7EEF1, #E7EEF1), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%);
    border: 1px solid #D7E2E8;
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px
}

.check-example__button-icon {
    margin: auto 0
}

.check-example__button-icon--show svg {
    transform: rotate(180deg)
}

.check-example__button-text {
    display: none;
    margin-left: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: rgba(96, 125, 139, 0.7)
}

.check-example__button-text--show {
    display: block
}

@media (min-width: 768px) {
    .check-example__title {
        font-size: 28px;
        line-height: 41px
    }
}

.check-request__title {
    margin: 40px auto 38px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.check-request__title--white {
    color: #263238
}

.check-request__title--black {
    color: #FFFFFF
}

.check-request__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.check-request__text--white {
    color: #546E7A
}

.check-request__text--black {
    color: #ECEFF1
}

.check-request__text-link {
    font-weight: 700;
    overflow: auto;
    word-break: break-all
}

.check-request__text-link--white {
    color: #2196F3
}

.check-request__text-link--black {
    color: #42A5F5
}

.check-request__text-bold {
    font-weight: bold
}

.check-request__text-bold--white {
    color: #37474F
}

.check-request__code {
    width: 100%;
    padding: 8px 5px 0;
    font-family: "Consolas", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #78909C;
    word-break: break-all;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.check-request__stage {
    width: 100%
}

.check-request__sign-red {
    height: 22px;
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #37474F;
    background-color: #FDC5B3;
    border: 1px solid #F1B8A6;
    box-sizing: border-box;
    border-radius: 4px
}

.check-request__sign-green {
    height: 22px;
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #37474F;
    background: #C5E1A5;
    border: 1px solid #AED581;
    box-sizing: border-box;
    border-radius: 4px
}

.check-request__word-black {
    padding: 0 5px;
    border-radius: 4px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #37474F;
    background-color: #F2F6F8;
    border: 1px solid #E0E8EC;
    box-sizing: border-box
}

.check-request__word-orange {
    padding: 0 5px;
    border-radius: 4px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #EA9427;
    background-color: #F2F6F8;
    border: 1px solid #E0E8EC;
    box-sizing: border-box
}

.check-request__number {
    display: none
}

@media (min-width: 768px) {
    .check-request__stage {
        position: relative;
        padding-left: 65px;
        padding-bottom: 36px
    }

    .check-request__stage::before {
        content: "";
        position: absolute;
        display: block;
        top: 35px;
        left: 17px;
        width: 1px;
        height: calc(100% - 26px);
        border: 0.5px solid #E0E8EC;
        z-index: 10
    }

    .check-request__stage--last::before {
        display: none
    }

    .check-request__number {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        font-family: "Roboto", "Arial", sans-serif;
        font-weight: 700;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        color: #263238;
        border-radius: 50%;
        border: 1px solid #E0E8EC;
        box-sizing: border-box;
        z-index: 20
    }

    .check-request__number--white {
        color: #263238
    }

    .check-request__number--black {
        color: #ECEFF1
    }

    .check-request__text {
        margin-top: 9px;
        margin-bottom: 8px
    }

    .check-request__text--main {
        margin-bottom: 18px
    }
}

@media (min-width: 1024px) {
    .check-request__title {
        margin: 0 0 27px;
        text-align: left;
        font-size: 28px;
        line-height: 41px
    }
}

.check-status {
    padding: 16px 0
}

.check-status__title {
    margin: 21px auto 19px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.check-status__title--white {
    color: #263238
}

.check-status__title--black {
    color: #FFFFFF
}

.check-status__text {
    margin-bottom: 18px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.check-status__text--white {
    color: #546E7A
}

.check-status__text--black {
    color: #ECEFF1
}

.check-status__text-bold {
    margin-top: 25px;
    margin-bottom: 11px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.check-status__text-bold--white {
    color: #546E7A
}

.check-status__text-bold--black {
    color: #ECEFF1
}

.check-status__text-parameter {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #1565C0;
    background: #F2F6F8;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.check-status__link-text {
    margin-bottom: 30px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-size: 16px;
    line-height: 23px;
    background: #F2F6F8;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.check-status__link {
    font-weight: 500;
    overflow: auto;
    word-break: break-all
}

.check-status__link--white {
    color: #2196F3
}

.check-status__link--black {
    color: #42A5F5
}

@media (min-width: 768px) {
    .check-status__title {
        font-size: 28px;
        line-height: 41px
    }
}

.footer-message {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 45px auto 0;
    padding: 20px;
    border-radius: 4px;
    order: 3
}

.footer-message--white {
    background-color: #F2F6F8
}

.footer-message--black {
    background-color: #455A64
}

.footer-message__title {
    margin-bottom: 16px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 31px
}

.footer-message__title--white {
    color: #263238
}

.footer-message__title--black {
    color: #FFFFFF
}

.footer-message__button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 230px;
    margin: 0 auto
}

.footer-message__button {
    width: 100px;
    height: 50px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    text-align: center
}

.footer-message__button--white {
    box-shadow: 0px 7px 18px #C4CFD5
}

.footer-message__button--black {
    box-shadow: 0px 6px 20px rgba(38, 50, 56, 0.6)
}

.footer-message__button--yes {
    margin-right: 15px;
    color: #FFFFFF;
    background-color: #8BC34A;
    border-radius: 2px
}

.footer-message__button--no {
    margin-left: 15px;
    color: #546E7A;
    background-color: #FFFFFF;
    border-radius: 2px
}

@media (min-width: 768px) {
    .footer-message {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 30px
    }

    .footer-message--notification {
        width: 100%;
        max-width: 825px;
        margin: 35px auto 0 0
    }

    .footer-message__title {
        margin-bottom: 0
    }

    .footer-message__button-wrapper--notification {
        margin: 0 0 0 auto
    }

    .footer-message__button-wrapper--sms {
        margin: 0 0 0 auto
    }
}

@media (min-width: 1280px) {
    .footer-message__button-wrapper--notification {
        margin: 0 0 0 auto
    }
}

.footer-help {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 20px 53px
}

.footer-help__ways {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.footer-help__ways-title {
    margin: 0 auto 8px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 27px
}

.footer-help__ways-title--white {
    color: #263238
}

.footer-help__ways-title--black {
    color: #fff
}

.footer-help__ways-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.footer-help__ways-item {
    position: relative;
    width: 100%;
    margin: 10px auto 10px 0;
    padding: 13px 10px;
    border-radius: 4px
}

.footer-help__ways-item::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 7px);
    right: 10px;
    width: 15px;
    height: 12px
}

.footer-help__ways-item--white {
    background-color: #EFF4F7
}

.footer-help__ways-item--white::before {
    background-image: url(/local/templates/docs/css/img/icon-arrow-mob.svg)
}

.footer-help__ways-item--black {
    background-color: #455A64
}

.footer-help__ways-item--black::before {
    background-image: url(/local/templates/docs/css/img/icon-arrow-mob-black.svg)
}

.footer-help__ways-name {
    width: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px
}

.footer-help__ways-name--white {
    color: #546E7A
}

.footer-help__ways-name--black {
    color: #E2EAEE
}

.footer-help__questions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: 50px
}

.footer-help__questions-title {
    margin: 0 auto 28px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 27px
}

.footer-help__questions-title--white {
    color: #263238
}

.footer-help__questions-title--black {
    color: #fff
}

.footer-help__questions-text {
    width: 100%;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.footer-help__questions-text--white {
    color: #546E7A
}

.footer-help__questions-text--black {
    color: #E2EAEE
}

.footer-help__questions-link {
    color: #2196F3
}

@media (min-width: 768px) {
    .footer-help {
        flex-direction: row;
        position: relative
    }

    .footer-help::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #D7E2E8
    }

    .footer-help__ways {
        width: calc(50% - 10px);
        margin-right: 10px
    }

    .footer-help__ways-item {
        width: calc(100% - 10px);
        margin: 10px 0
    }

    .footer-help__ways-title {
        line-height: 38px
    }

    .footer-help__questions-title {
        line-height: 38px
    }

    .footer-help__questions {
        width: calc(50% - 10px);
        padding-top: 0;
        margin-left: 10px
    }
}

@media (min-width: 1024px) {
    .footer-help {
        position: relative;
        grid-area: footer-help;
        padding: 30px 30px 60px
    }

    .footer-help::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        /*width: calc(100vw - 300px);*/
        width: 100%;
        height: 1px;
        background-color: #D7E2E8
    }

    .footer-help__ways {
        width: 50%;
        margin-right: 15px
    }

    .footer-help__ways-title {
        margin: 0 auto 18px 0
    }

    .footer-help__ways-wrapper {
        flex-direction: column;
        justify-content: flex-start
    }

    .footer-help__questions {
        width: 50%;
        margin-left: 15px;
        padding-top: 0
    }

    .footer-help__questions-title {
        margin: 0 auto 28px 0
    }

    .footer-help__ways-item {
        width: 100%;
        margin: 10px auto 10px 0;
        padding: 20px
    }

    .footer-help__ways-item::before {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 6px);
        right: 20px;
        width: 15px;
        height: 12px
    }

    .footer-help__ways-item--white::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-question-white.svg)
    }

    .footer-help__ways-item--black::before {
        background-image: url(/local/templates/docs/css/img/icon-arrow-question-black.svg)
    }

    .footer-help__questions__text {
        width: 100%
    }

    .footer-help--notification::before {
        width: 100%
    }
}

@media (min-width: 1280px) {
    .footer-help {
        padding: 40px 30px 50px
    }

    .footer-help::before {
        /*width: calc(100vw - 300px)*/
        width: 100%;
    }

    .footer-help__questions {
        width: 350px
    }
}

@media (min-width: 1545px) {
    .footer-help {
        padding: 56px 30px 70px
    }

    .footer-help::before {
        /*width: calc(100vw - 375px)*/
        width: 100%;
    }

    .footer-help__questions {
        margin-right: 0;
        margin-left: auto
    }

    .footer-help__ways {
        width: 635px
    }

    .footer-help__questions {
        width: 350px
    }

    .footer-help__ways-item {
        width: 635px
    }

    .footer-help__questions__text {
        width: 350px
    }
}

.xml-account {
    width: 100%;
    padding: 16px 0
}

.xml-account__title {
    margin: 21px auto 19px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.xml-account__title--white {
    color: #263238
}

.xml-account__title--black {
    color: #FFFFFF
}

.xml-account__text {
    margin-bottom: 18px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.xml-account__text--white {
    color: #546E7A
}

.xml-account__text--black {
    color: #ECEFF1
}

.xml-account__text-link {
    word-break: break-all
}

.xml-account__name {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-account__name:first-of-type {
    margin-top: 0
}

.xml-account__name:last-of-type {
    margin-bottom: 4px
}

.xml-account__name--white {
    color: #37474F
}

.xml-account__name--black {
    color: #F8FCFE
}

.xml-account__link {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-account__link--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #1E88E5
}

.xml-account__link--black {
    background-color: #4D626D;
    border: 1px solid #5B7581;
    color: #81D4FA
}

.xml-account__request {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-account__request--white {
    color: #37474F
}

.xml-account__request--black {
    color: #F8FCFE
}

.xml-account__code {
    width: 100%;
    margin-bottom: 28px;
    padding: 3px 5px;
    box-sizing: border-box;
    border-radius: 4px;
    word-break: break-all
}

.xml-account__code--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #1E88E5
}

.xml-account__code--black {
    background-color: #4D626D;
    border: 1px solid #5B7581;
    color: #81D4FA
}

.xml-account__code-link {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.xml-account__note {
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #FBFEFF;
    background: #FF8A65;
    border-radius: 4px
}

.xml-account__name-method {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-account__name-method--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #EA9427
}

.xml-account__name-method--black {
    background-color: #4D626D;
    border: 1px solid #5B7581;
    color: #EA9427
}

.xml-account__pre {
    max-height: 0;
    transition: max-height 1.3s linear
}

.xml-account__pre--show {
    max-height: 1000px
}

.xml-account__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #E7EEF1, #E7EEF1), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%);
    border: 1px solid #D7E2E8;
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px
}

.xml-account__button-icon {
    margin: auto 0
}

.xml-account__button-icon--show svg {
    transform: rotate(180deg)
}

.xml-account__button-text {
    display: none;
    margin-left: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: rgba(96, 125, 139, 0.7)
}

.xml-account__button-text--show {
    display: block
}

@media (min-width: 768px) {
    .xml-account__title {
        font-size: 28px;
        line-height: 41px
    }
}

.xml-code {
    margin-bottom: 28px
}

.xml-code__header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 13px 20px;
    border-radius: 4px 4px 0px 0px
}

.xml-code__header--white {
    background: linear-gradient(0deg, #525669, #525669), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.xml-code__header--black {
    background: linear-gradient(0deg, #2B383E, #2B383E), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.xml-code__name {
    text-transform: uppercase;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #F7FCFF
}

.xml-code__button {
    padding: 0;
    margin: auto 0 auto auto;
    background-color: transparent
}

.xml-code__pre {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px
}

.xml-code__pre--white {
    background-color: #F2F6F8;
    border: 1px solid #D7E2E8
}

.xml-code__pre--black {
    background-color: #455A64;
    border: 1px solid #5B7887
}

.xml-code__content {
    font-family: "FiraMono", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #546E7A
}

.xml-code__content-main {
    font-family: "FiraMono", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #546E7A
}

.xml-code__content-wrapper {
    font-family: "FiraMono", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.xml-code__content-wrapper--white {
    color: #1565C0
}

.xml-code__content-wrapper--black {
    color: #81D4FA
}

.xml-code__title {
    color: #1565C0
}

.xml-code__title--white {
    color: #1565C0
}

.xml-code__title--black {
    color: #81D4FA
}

.xml-code__text {
    font-family: "FiraMono", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.xml-code__text--white {
    color: #EA9427
}

.xml-code__text--black {
    color: #FFECB3
}

.xml-code__numbers-list {
    position: absolute;
    top: 0;
    left: 20px;
    width: 40px
}

.xml-code__number {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.xml-code__number--white {
    color: #90A4AE
}

.xml-code__number--black {
    color: rgba(255, 255, 255, 0.5)
}

.xml-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 60px
}

@media (min-width: 610px) {
    .xml-content {
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .xml-content {
        display: grid;
        grid-template-columns: calc(100% - 285px) 285px;
        grid-template-areas: "xml-info xml-navigation";
        padding: 0
    }
}

@media (min-width: 1024px) {
    .xml-content {
        grid-area: xml-content
    }
}

.xml-info {
    padding: 20px
}

@media (min-width: 768px) {
    .xml-info {
        grid-area: xml-info;
        padding: 30px
    }
}

@media (min-width: 1024px) {
    .xml-info {
        padding: 30px 30px 50px
    }
}

@media (min-width: 1545px) {
    .xml-info {
        padding: 30px 30px 80px
    }
}

.xml-navigation {
    display: none;
    padding: 40px 0 0
}

.xml-navigation--white {
    border-left: 1px solid #D7E2E8
}

.xml-navigation--black {
    border-left: 1px solid #5B7887
}

.xml-navigation__first {
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: lowercase;
    letter-spacing: 0.03em;
    font-variant: small-caps;
    color: #78909C
}

.xml-navigation__text {
    margin: 18px 0;
    padding-left: 20px;
    position: relative;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px
}

.xml-navigation__text--first {
    margin-top: 15px
}

.xml-navigation__text--white {
    color: #78909C
}

.xml-navigation__text--black {
    color: #B0BEC5
}

.xml-navigation__text--active {
    font-weight: 700
}

.xml-navigation__text--active::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #2196F3
}

.xml-navigation__text--active-white {
    color: #37474F
}

.xml-navigation__text--active-black {
    color: #FFFFFF
}

@media (min-width: 768px) {
    .xml-navigation {
        position: relative;
        grid-area: xml-navigation;
        display: block
    }

    .xml-navigation__wrapper {
        position: sticky;
        width: 285px;
		top: 170px
    }
}

.xml-parameters__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 8px
}

.xml-parameters__header-button {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: #EBF1F4;
    border-radius: 2px;
    transition: 0.4s
}

.xml-parameters__header-button::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    background-color: #37474F
}

.xml-parameters__header-button::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    background-color: #37474F
}

.xml-parameters__header-button--rotate::before {
    animation-duration: 1s;
    animation-name: button-rotate;
    animation-fill-mode: forwards;
    transition-timing-function: linear
}

.xml-parameters__header-text {
    margin-left: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-parameters__header-text--white {
    color: #37474F
}

.xml-parameters__header-text--black {
    color: #FFFFFF
}

.xml-parameters__item {
    position: relative;
    padding: 20px 0
}

.xml-parameters__item--white {
    border-bottom: 1px solid #DFEBF1
}

.xml-parameters__item--black {
    border-bottom: 1px solid #5B7887
}

.xml-parameters__item:last-of-type {
    border: none
}

.xml-parameters__string {
    display: none
}

.xml-parameters__text {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-variant: small-caps;
    color: #90A4AE
}

.xml-parameters__text--left {
    width: 35%
}

.xml-parameters__text--right {
    width: 65%
}

.xml-parameters__item-string {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.xml-parameters__item-string--single {
    padding: 15px 0
}

.xml-parameters__item-name {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.xml-parameters__name {
    margin: 0 auto auto 0;
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-parameters__name::before {
    display: none
}

.xml-parameters__name--main {
    margin: 0 auto auto 0
}

.xml-parameters__name--main::before {
    display: none
}

.xml-parameters__name--white {
    color: #EA9427;
    background: #F7FAFC;
    border: 1px solid #E0E8EC
}

.xml-parameters__name--black {
    color: #FFECB3;
    background: #4D626D;
    border: 1px solid #668492
}

.xml-parameters__name--main-black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.xml-parameters__name--main-white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.xml-parameters__name--blue-white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.xml-parameters__name--blue-black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.xml-parameters__name--red-white {
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6
}

.xml-parameters__name--red-black {
    color: #37474F;
    background: #FFAB91;
    border: 1px solid #D9A190
}

.xml-parameters__name--green {
    color: #37474F;
    background: #C5E1A5;
    border: 1px solid #AED581
}

.xml-parameters__name--yellow {
    color: #37474F;
    background: #FDF291;
    border: 1px solid #FFEB3B
}

.xml-parameters__name--end-white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.xml-parameters__name--end-black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.xml-parameters__item-value {
    width: 100%;
    padding-top: 10px
}

.xml-parameters__value {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.xml-parameters__value--first {
    margin-bottom: 30px
}

.xml-parameters__value--white {
    color: #546E7A
}

.xml-parameters__value--black {
    color: #ECEFF1
}

.xml-parameters__value-bold {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    word-break: break-all
}

.xml-parameters__value-bold--white {
    color: #37474F
}

.xml-parameters__value-bold--black {
    color: #FFFFFF
}

.xml-parameters__content {
    max-height: 0;
    transition: max-height 0.3s linear;
    overflow: hidden
}

.xml-parameters__content--show {
    overflow: auto;
    max-height: 1000px
}

@media (min-width: 768px) {
    .xml-parameters__string {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 0
    }

    .xml-parameters__string--white {
        border-bottom: 1px solid #DFEBF1
    }

    .xml-parameters__string--black {
        border-bottom: 1px solid #5B7887
    }

    .xml-parameters__item-string {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }

    .xml-parameters__item-string::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 1px;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C3C9CC
    }

    .xml-parameters__item-string--subline::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 21px;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C3C9CC
    }

    .xml-parameters__item-string--subline-halfup::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 21px;
        width: 1px;
        height: 50%;
        border-left: 1px dashed #C3C9CC
    }

    .xml-parameters__item-string--subline-halfdown::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 21px;
        width: 1px;
        height: 50%;
        border-left: 1px dashed #C3C9CC
    }

    .xml-parameters__item-string--halfup::before {
        height: 50%
    }

    .xml-parameters__item-string--outline::before {
        display: none
    }

    .xml-parameters__item-string--single {
        padding: 15px 0
    }

    .xml-parameters__item-string:last-of-type::before {
        height: 50%
    }

    .xml-parameters__item-string:only-child::before {
        display: none
    }

    .xml-parameters__item {
        position: relative;
        padding: 30px 0
    }

    .xml-parameters__item--white {
        border-bottom: 1px solid #DFEBF1
    }

    .xml-parameters__item--black {
        border-bottom: 1px solid #5B7887
    }

    .xml-parameters__item:last-of-type {
        border: none
    }

    .xml-parameters__item-name {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 50%
    }

    .xml-parameters__item-value {
        width: 50%;
        padding-top: 0
    }

    .xml-parameters__name {
        margin: auto auto auto 20px
    }

    .xml-parameters__name::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        width: 20px;
        height: 1px;
        border-top: 1px dashed #C3C9CC
    }

    .xml-parameters__name--subname {
        margin: auto auto auto 40px
    }

    .xml-parameters__name--subname::before {
        content: "";
        position: absolute;
        display: block;
        left: 20px;
        top: 50%;
        width: 20px;
        height: 1px;
        border-top: 1px dashed #C3C9CC
    }

    .xml-parameters__name--main {
        margin: 0 auto auto 0
    }

    .xml-parameters__name--main::before {
        display: none
    }
}

@media (min-width: 1200px) {
    .xml-parameters__item-name {
        width: 35%
    }

    .xml-parameters__item-value {
        width: 65%
    }
}

.xml-interfaces__title {
    width: 100%;
    margin: 20px auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center
}

.xml-interfaces__title--white {
    color: #263238
}

.xml-interfaces__title--black {
    color: #fff
}

.xml-interfaces__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.xml-interfaces__text--white {
    color: #546E7A
}

.xml-interfaces__text--black {
    color: #ECEFF1
}

.xml-interfaces__text:last-of-type {
    margin-bottom: 16px
}

.xml-interfaces__request {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-interfaces__request:first-of-type {
    margin-top: 0
}

.xml-interfaces__request:last-of-type {
    margin-bottom: 4px
}

.xml-interfaces__request--white {
    color: #37474F
}

.xml-interfaces__request--black {
    color: #F8FCFE
}

.xml-interfaces__link-text {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    word-break: break-all
}

.xml-interfaces__link-text--white {
    color: #1E88E5
}

.xml-interfaces__link-text--black {
    color: #81D4FA
}

.xml-interfaces__link {
    margin-bottom: 28px;
    padding: 0 5px;
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-interfaces__link--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC
}

.xml-interfaces__link--black {
    background: #4D626D;
    border: 1px solid #5B7581
}

.xml-interfaces__link-color {
    color: #EA9427
}

@media (min-width: 1024px) {
    .xml-interfaces__title {
        margin: 50px 0 27px;
        text-align: left;
        font-size: 35px;
        line-height: 45px
    }
}

.xml-currency {
    width: 100%;
    padding: 16px 0
}

.xml-currency__title {
    margin: 21px auto 19px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.xml-currency__title--white {
    color: #263238
}

.xml-currency__title--black {
    color: #FFFFFF
}

.xml-currency__text {
    margin-bottom: 18px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.xml-currency__text--white {
    color: #546E7A
}

.xml-currency__text--black {
    color: #ECEFF1
}

.xml-currency__name {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-currency__name:first-of-type {
    margin-top: 0
}

.xml-currency__name:last-of-type {
    margin-bottom: 4px
}

.xml-currency__name--white {
    color: #37474F
}

.xml-currency__name--black {
    color: #F8FCFE
}

.xml-currency__name-method {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-currency__name-method--white {
    color: #EA9427
}

.xml-currency__text-link {
    word-break: break-all
}

.xml-currency__link {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-currency__link--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #1E88E5
}

.xml-currency__link--black {
    color: #81D4FA;
    background: #4D626D;
    border: 1px solid #5B7581
}

.xml-currency__code {
    width: 100%;
    margin-bottom: 28px;
    padding: 3px 5px;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-currency__code--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #1E88E5
}

.xml-currency__code--black {
    color: #81D4FA;
    background: #4D626D;
    border: 1px solid #5B7581
}

.xml-currency__code-link {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    word-break: break-all
}

.xml-currency__request {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-currency__note {
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #FBFEFF;
    background: #FF8A65;
    border-radius: 4px
}

.xml-currency__pre {
    max-height: 0;
    transition: max-height 1.3s linear
}

.xml-currency__pre--show {
    max-height: 1000px
}

.xml-currency__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #E7EEF1, #E7EEF1), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%);
    border: 1px solid #D7E2E8;
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px
}

.xml-currency__button-icon {
    margin: auto 0
}

.xml-currency__button-icon--show svg {
    transform: rotate(180deg)
}

.xml-currency__button-text {
    display: none;
    margin-left: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: rgba(96, 125, 139, 0.7)
}

.xml-currency__button-text--show {
    display: block
}

@media (min-width: 768px) {
    .xml-currency__title {
        font-size: 28px;
        line-height: 41px
    }
}

.xml-sum {
    width: 100%;
    padding: 16px 0
}

.xml-sum__title {
    margin: 21px auto 19px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.xml-sum__title--white {
    color: #263238
}

.xml-sum__title--black {
    color: #FFFFFF
}

.xml-sum__text {
    margin-bottom: 18px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.xml-sum__text--white {
    color: #546E7A
}

.xml-sum__text--black {
    color: #ECEFF1
}

.xml-sum__name {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-sum__name:first-of-type {
    margin-top: 0
}

.xml-sum__name:last-of-type {
    margin-bottom: 4px
}

.xml-sum__name--white {
    color: #37474F
}

.xml-sum__name--black {
    color: #F8FCFE
}

.xml-sum__link {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-sum__link--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #1E88E5
}

.xml-sum__link--black {
    background-color: #4D626D;
    border: 1px solid #5B7581;
    color: #81D4FA
}

.xml-sum__text-link {
    word-break: break-all
}

.xml-sum__request {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-sum__request--white {
    color: #37474F
}

.xml-sum__request--black {
    color: #F8FCFE
}

.xml-sum__code {
    width: 100%;
    margin-bottom: 28px;
    padding: 3px 5px;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-sum__code--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #1E88E5
}

.xml-sum__code--black {
    background-color: #4D626D;
    border: 1px solid #5B7581;
    color: #81D4FA
}

.xml-sum__code-link {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    word-break: break-all
}

.xml-sum__note {
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #FBFEFF;
    background: #FF8A65;
    border-radius: 4px
}

.xml-sum__name-method {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-sum__name-method--white {
    color: #EA9427
}

.xml-sum__pre {
    max-height: 0;
    transition: max-height 1.3s linear
}

.xml-sum__pre--show {
    max-height: 1000px
}

.xml-sum__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #E7EEF1, #E7EEF1), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%);
    border: 1px solid #D7E2E8;
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px
}

.xml-sum__button-icon {
    margin: auto 0
}

.xml-sum__button-icon--show svg {
    transform: rotate(180deg)
}

.xml-sum__button-text {
    display: none;
    margin-left: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: rgba(96, 125, 139, 0.7)
}

.xml-sum__button-text--show {
    display: block
}

@media (min-width: 768px) {
    .xml-sum__title {
        font-size: 28px;
        line-height: 41px
    }
}

.xml-commission {
    width: 100%;
    padding: 16px 0
}

.xml-commission__title {
    margin: 21px auto 19px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.xml-commission__title--white {
    color: #263238
}

.xml-commission__title--black {
    color: #FFFFFF
}

.xml-commission__text {
    margin-bottom: 18px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.xml-commission__text--white {
    color: #546E7A
}

.xml-commission__text--black {
    color: #ECEFF1
}

.xml-commission__name {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-commission__name:first-of-type {
    margin-top: 0
}

.xml-commission__name:last-of-type {
    margin-bottom: 4px
}

.xml-commission__name--white {
    color: #37474F
}

.xml-commission__link {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-commission__link--white {
    color: #1E88E5
}

.xml-commission__caption {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 31px
}

.xml-commission__caption--white {
    color: #263238
}

.xml-commission__caption--black {
    color: #FFFFFF
}

.xml-commission__request {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.xml-commission__request--white {
    color: #37474F
}

.xml-commission__request--black {
    color: #F8FCFE
}

.xml-commission__code {
    width: 100%;
    margin-bottom: 28px;
    padding: 3px 5px;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-commission__code--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    color: #1E88E5
}

.xml-commission__code--black {
    background-color: #4D626D;
    border: 1px solid #5B7581;
    color: #81D4FA
}

.xml-commission__code-link {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    word-break: break-all
}

.xml-commission__note {
    padding: 5px 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-variant: small-caps;
    color: #FBFEFF;
    background: #FF8A65;
    border-radius: 4px
}

.xml-commission__name-method {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    background: #F7FAFC;
    border: 1px solid #E0E8EC;
    box-sizing: border-box;
    border-radius: 4px
}

.xml-commission__name-method--white {
    color: #EA9427
}

@media (min-width: 768px) {
    .xml-commission__title {
        font-size: 28px;
        line-height: 41px
    }
}

.xml-attention {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px 25px 60px;
    border-radius: 4px
}

.xml-attention--white {
    background-color: #FBE9E7
}

.xml-attention--black {
    background: rgba(139, 122, 121, 0.4)
}

.xml-attention__title {
    position: relative;
    margin-bottom: 11px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px
}

.xml-attention__title::before {
    content: "";
    position: absolute;
    display: block;
    content: '!';
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    font-family: "Roboto Condensed", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF7043;
    border-radius: 50%
}

.xml-attention__title--white {
    color: #37474F
}

.xml-attention__title--black {
    color: #F8FCFE
}

.xml-attention__text {
    position: relative;
    margin-bottom: 11px;
    padding-left: 15px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.xml-attention__text::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px
}

.xml-attention__text--white {
    color: #546E7A
}

.xml-attention__text--black {
    color: #ECEFF1
}

.xml-attention__text-word {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6;
    box-sizing: border-box;
    border-radius: 4px
}

.notification-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 60px
}

@media (min-width: 768px) {
    .notification-content {
        padding: 30px
    }
}

@media (min-width: 1024px) {
    .notification-content {
        grid-area: notification-content
    }
}

@media (min-width: 1280px) {
    .notification-content {
        padding: 50px 30px 60px
    }
}

@media (min-width: 1545px) {
    .notification-content {
        padding: 78px 30px 115px
    }
}

.notification-info {
    width: 100%;
    padding: 0 20px
}

.notification-info__title {
    width: 100%;
    margin: 30px auto 20px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: left
}

.notification-info__title--white {
    color: #263238
}

.notification-info__title--black {
    color: #fff
}

.notification-info__text {
    margin-top: 27px;
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.notification-info__text--white {
    color: #546E7A
}

.notification-info__text--black {
    color: #ECEFF1
}

.notification-info__caption {
    margin-bottom: 24px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 41px
}

.notification-info__caption--white {
    color: #263238
}

.notification-info__caption--black {
    color: #FFFFFF
}

.notification-info__phone {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100%;
    margin-left: -20px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 10
}

.notification-info__phone--white {
    background-image: url(/local/templates/docs/css/img/phone-background-mob.png)
}

.notification-info__phone--black {
    background-image: url(/local/templates/docs/css/img/phone-background-mob.png)
}

.notification-info__phone-img {
    width: calc(100% - 70px);
    margin: calc(48px + 15%) auto auto
}

.notification-info__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 420px
}

.notification-info__item {
    position: relative;
    margin-bottom: 13px;
    padding: 2px 5px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: lowercase;
    font-variant: small-caps;
    letter-spacing: 1.25px;
    border-radius: 4px;
    white-space: nowrap;
}


@media only screen and (max-width: 767px) {
    .notification-info__item {
        height: 22px;
        margin-right: 25px;
    }
}


.notification-info__item--white {
color: #37474F;
background-color: #E3F2FD
}

.notification-info__item--black {
color: #D9DDE0;
background-color: #6D8591
}

.notification-info__item::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 5px);
right: -16px;
width: 7px;
height: 10px;
background-image: url(/local/templates/docs/css/img/icon-arrow-notification.svg)
}

.notification-info__item--active {
font-weight: 500
}

.notification-info__item--active::before {
display: none
}

.notification-info__item--active-white {
color: #FFFFFF;
background-color: #81D4FA
}

.notification-info__item--active-black {
color: #37474F;
background-color: #CFD8DC
}

@media (min-width: 500px) {
.notification-info__list {
justify-content: space-between;
flex-wrap: nowrap;
width: 100%;
max-width: 420px
}

.notification-info__item {
    margin-left: 10px;
    margin-right: 10px;
}
}

@media (min-width: 768px) {
.notification-info {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 0
}

.notification-info__title {
width: 50%;
margin-left: 0;
margin-right: 50%
}

.notification-info__text {
width: 50%;
margin-left: 0;
margin-right: 50%
}

.notification-info__phone {
position: absolute;
top: 0;
right: 0;
display: flex;
flex-direction: column;
width: 270px;
height: 580px;
margin-left: auto;
background-size: 100%;
background-repeat: no-repeat;
z-index: 10
}

.notification-info__phone--white {
background-image: url(/local/templates/docs/css/img/phone-background-white.png)
}

.notification-info__phone--black {
background-image: url(/local/templates/docs/css/img/phone-background-black.png)
}

.notification-info__phone-img {
width: calc(100% - 94px);
margin: calc(48px + 15%) auto auto
}

.notification-info__caption {
width: 100%
}
}

@media (min-width: 1024px) {
.notification-info__title {
width: 50%;
max-width: 540px;
margin: 0 0 18px;
text-align: left;
font-size: 35px;
line-height: 45px
}

.notification-info__caption {
font-size: 28px
}

.notification-info__text {
width: 50%;
max-width: 540px;
margin-top: 0;
margin-bottom: 50px
}

.notification-info__phone {
top: 0;
right: -30px;
width: 370px;
height: 580px
}

.notification-info__phone-img {
width: 220px;
margin: calc(48px + 15%) auto auto
}
}

@media (min-width: 1280px) {
.notification-info__phone {
display: none
}
}

.notification-phone {
display: none
}

@media (min-width: 1280px) {
.notification-phone {
position: absolute;
right: 55px;
top: 0;
display: flex;
flex-direction: column;
width: 500px;
height: 875px;
background-size: 100%;
background-repeat: no-repeat;
z-index: 10
}

.notification-phone--white {
background-image: url(/local/templates/docs/css/img/phone-background-white.png)
}

.notification-phone--black {
background-image: url(/local/templates/docs/css/img/phone-background-black.png)
}

.notification-phone__img {
width: 306px;
margin: 134px auto auto
}
}

.notification-popup {
display: flex;
flex-direction: column;
width: 100%;
max-width: 824px;
margin-top: 15px;
z-index: 20
}

.notification-popup__img {
width: 90%;
margin-left: 20px;
}

@media (min-width: 768px) {
.notification-popup {
width: 100vw;
max-width: 885px;
margin-left: -30px
}
}

@media (min-width: 1024px) {
.notification-popup {
width: 100%;
max-width: 885px;
margin-left: -30px
}
}

@media (min-width: 1545px) {
.notification-popup {
width: 100%;
max-width: 885px;
margin-left: -30px
}
}

.sms-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 610px) {
.sms-content {
flex-direction: row
}
}

@media (min-width: 768px) {
.sms-content {
display: grid;
grid-template-columns: calc(100% - 285px) 285px;
grid-template-areas: "sms-info sms-navigation";
padding: 0
}
}

@media (min-width: 1024px) {
.sms-content {
grid-area: sms-content
}
}

.sms-customer__title {
margin: 21px auto 30px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.sms-customer__title--white {
color: #263238
}

.sms-customer__title--black {
color: #FFFFFF
}

.sms-customer__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.sms-customer__text--white {
color: #546E7A
}

.sms-customer__text--black {
color: #ECEFF1
}

.sms-customer__name {
margin-top: 20px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.sms-customer__name--white {
color: #37474F
}

.sms-customer__name--black {
color: #F8FCFE
}

.sms-customer__text-link {
overflow: auto
}

.sms-customer__link {
padding: 1px 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
box-sizing: border-box;
border-radius: 4px
}

.sms-customer__link--white {
color: #1E88E5;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.sms-customer__link--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.sms-customer__code {
width: 100%;
margin-bottom: 28px;
padding: 3px 5px;
box-sizing: border-box;
border-radius: 4px;
word-break: break-all
}

.sms-customer__code--white {
background: #F7FAFC;
border: 1px solid #E0E8EC;
color: #1E88E5
}

.sms-customer__code--black {
background-color: #4D626D;
border: 1px solid #5B7581;
color: #81D4FA
}

.sms-customer__code-link {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

@media (min-width: 768px) {
.sms-customer__title {
font-size: 28px;
line-height: 41px
}
}

.sms-info {
padding: 20px
}

@media (min-width: 768px) {
.sms-info {
grid-area: sms-info;
padding: 30px
}
}

@media (min-width: 1024px) {
.sms-info {
padding: 30px 30px 50px
}
}

@media (min-width: 1545px) {
.sms-info {
padding: 30px 30px 80px
}
}

.sms-navigation {
display: none;
padding: 40px 0 0
}

.sms-navigation--white {
border-left: 1px solid #D7E2E8
}

.sms-navigation--black {
border-left: 1px solid #5B7887
}

.sms-navigation__first {
margin-bottom: 15px;
padding-left: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: lowercase;
letter-spacing: 0.03em;
font-variant: small-caps;
color: #78909C
}

.sms-navigation__text {
margin: 18px 0;
padding-left: 20px;
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px
}

.sms-navigation__text--first {
margin-top: 15px
}

.sms-navigation__text--white {
color: #78909C
}

.sms-navigation__text--black {
color: #B0BEC5
}

.sms-navigation__text--active {
font-weight: 700
}

.sms-navigation__text--active::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #2196F3
}

.sms-navigation__text--active-white {
color: #37474F
}

.sms-navigation__text--active-black {
color: #FFFFFF
}

@media (min-width: 768px) {
.sms-navigation {
position: relative;
grid-area: sms-navigation;
display: block
}

.sms-navigation__wrapper {
position: sticky;
width: 285px;
top: 170px
}
}

.sms-mail {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
margin-bottom: 120px
}

.sms-mail__way {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
max-width: 370px;
margin-bottom: 40px
}

.sms-mail__list {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
max-width: 370px;
order: 0
}

.sms-mail__item-way {
margin-right: -18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
color: #546E7A
}

.sms-mail__item {
position: relative;
margin-bottom: 13px;
padding: 2px 6px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
border-radius: 4px;
letter-spacing: 1.25px
}

.sms-mail__item--white {
color: #37474F;
background-color: #E3F2FD
}

.sms-mail__item--black {
color: #D9DDE0;
background-color: #6D8591
}

.sms-mail__item::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 5px);
right: -16px;
width: 7px;
height: 10px;
background-image: url(/local/templates/docs/css/img/icon-arrow-notification.svg)
}

.sms-mail__item--without-arrow::before {
display: none
}

.sms-mail__item-active {
margin-right: 35px;
margin-bottom: 13px;
padding: 2px 6px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 18px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
border-radius: 4px;
letter-spacing: 1.25px
}

.sms-mail__item-active--white {
color: #FFFFFF;
background-color: #81D4FA
}

.sms-mail__item-active--black {
color: #37474F;
background-color: #CFD8DC
}

.sms-mail__cart {
width: 100%;
max-width: 310px;
margin-top: 25px;
padding: 20px;
background: #FEFEFE;
border: 1px solid rgba(187, 222, 251, 0.6);
box-sizing: border-box;
box-shadow: 0px 5px 25px rgba(38, 64, 137, 0.25);
border-radius: 4px;
order: 2
}

.sms-mail__cart--info {
display: none
}

.sms-mail__cart-text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #546E7A
}

.sms-mail__info {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 240px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
background: #FFFFFF;
border: 1px solid #E0E8EC;
box-sizing: border-box;
box-shadow: 0px 5px 15px rgba(38, 64, 137, 0.15);
border-radius: 4px;
order: 1
}

.sms-mail__info-header {
position: relative;
padding: 26px 20px;
background: #578298;
border-radius: 4px 4px 0px 0px
}

.sms-mail__info-header::before {
content: "";
position: absolute;
display: block;
top: 12px;
left: 0;
width: 108px;
height: 84px;
background-image: url(/local/templates/docs/css/img/sms-mail-background.png)
}

.sms-mail__info-text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #FFFFFF
}

.sms-mail__info-text--header {
width: 100px;
margin-left: auto
}

.sms-mail__info-text--main {
margin-bottom: 6px;
color: #546E7A
}

.sms-mail__info-text--footer {
color: rgba(84, 110, 122, 0.5)
}

.sms-mail__info-title {
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
color: #455A64
}

.sms-mail__info-main {
padding: 12px 20px 20px
}

.sms-mail__info-link {
font-family: "Roboto", "Arial", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
color: #1E88E5
}

.sms-mail__info-footer {
position: relative;
width: 200px;
margin: 0 auto;
padding: 5px 10px;
background: #FFFFFF;
border: 1px solid #C8D2D8;
box-sizing: border-box;
border-radius: 4px
}

.sms-mail__info-footer::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 4px);
right: 11px;
width: 8px;
height: 6px;
background-image: url(/local/templates/docs/css/img/icon-sms-triangle.svg)
}

.sms-mail__info-choices {
position: absolute;
left: 20px;
bottom: -75px;
width: 200px;
padding: 18px 20px 20px 15px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(38, 64, 137, 0.25);
border-radius: 4px
}

.sms-mail__info-choice {
position: relative;
padding-left: 25px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #546E7A
}

.sms-mail__info-choice::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 16px;
height: 16px;
background: #F2F6F8;
border: 1px solid #D7E2E8;
box-sizing: border-box;
border-radius: 2px
}

.sms-mail__info-choice:first-child {
margin-bottom: 16px
}

.sms-mail__info-choice:first-child::after {
content: "";
position: absolute;
display: block;
top: 3px;
left: 3px;
width: 11px;
height: 10px;
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-tick.svg)
}

.sms-mail__info-choice--active {
font-weight: 500
}

.sms-mail__info-choice--active::before {
display: none
}

.sms-mail__number {
display: none
}

@media (min-width: 768px) {
.sms-mail {
position: relative;
margin-bottom: 260px
}

.sms-mail::before {
content: "";
position: absolute;
display: block;
top: 35px;
left: -34px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.sms-mail__cart {
display: none
}

.sms-mail__cart--info {
display: block;
position: absolute;
bottom: -230px
}

.sms-mail__item-active {
margin-right: 20px
}

.sms-mail__info {
margin-left: 0;
margin-right: auto
}

.sms-mail__way {
max-width: none
}

.sms-mail__number {
position: absolute;
top: 0;
left: -50px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #263238;
border-radius: 50%;
border: 1px solid #E0E8EC;
box-sizing: border-box;
z-index: 20
}

.sms-mail__number--white {
color: #263238
}

.sms-mail__number--black {
color: #ECEFF1
}
}

@media (min-width: 1280px) {
.sms-mail__info {
margin-right: 0;
margin-left: auto
}

.sms-mail__cart--info {
position: absolute;
left: -340px;
top: 0;
bottom: auto
}

.sms-mail__cart-text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
color: #546E7A
}

.sms-mail__cart-line1 {
position: absolute;
bottom: -5.1vw;
left: 50px;
width: 2px;
height: 65px;
background-color: #8AC5F8
}

.sms-mail__cart-line2 {
position: absolute;
bottom: -6.45vw;
left: 50px;
width: 20px;
height: 20px;
background-color: transparent;
border-left: 2px solid #8AC5F8;
border-bottom: 2px solid #8AC5F8;
border-radius: 0 0 0 20px
}

.sms-mail__cart-line3 {
position: absolute;
bottom: -6.5vw;
left: 69px;
width: 19.4vw;
height: 2px;
background-color: #8AC5F8
}

.sms-mail__cart-line3::before {
content: "";
position: absolute;
display: block;
top: -4px;
right: -4px;
width: 9px;
height: 11px;
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-line-arrow.svg)
}
}

@media (min-width: 1440px) {
.sms-mail {
margin-bottom: 120px
}

.sms-mail__cart {
display: block;
position: relative
}

.sms-mail__cart--info {
display: none
}

.sms-mail__cart-line1 {
position: absolute;
bottom: -81px;
left: 50px;
width: 2px;
height: 80px;
background-color: #8AC5F8
}

.sms-mail__cart-line2 {
position: absolute;
bottom: -100px;
left: 50px;
width: 20px;
height: 20px;
background-color: transparent;
border-left: 2px solid #8AC5F8;
border-bottom: 2px solid #8AC5F8;
border-radius: 0 0 0 20px
}

.sms-mail__cart-line3 {
position: absolute;
bottom: -100px;
left: 69px;
width: 300px;
height: 2px;
background-color: #8AC5F8
}

.sms-mail__cart-line3::before {
content: "";
position: absolute;
display: block;
top: -4px;
right: -4px;
width: 9px;
height: 11px;
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-line-arrow.svg)
}

.sms-mail__item-active {
margin-right: 35px
}

.sms-mail__info {
margin-left: auto;
margin-right: 94px
}

.sms-mail__way {
max-width: 370px
}
}

.sms-attention {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin-top: 35px;
margin-bottom: 72px;
padding: 20px 20px 5px 60px;
border-radius: 4px
}

.sms-attention--white {
background-color: #FBE9E7
}

.sms-attention--black {
background: rgba(139, 122, 121, 0.4)
}

.sms-attention__title {
position: relative;
margin-bottom: 4px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px
}

.sms-attention__title::before {
content: "";
position: absolute;
display: block;
content: '!';
top: 0;
left: -40px;
width: 24px;
height: 24px;
font-family: "Roboto Condensed", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
background-color: #FF7043;
border-radius: 50%
}

.sms-attention__title--white {
color: #37474F
}

.sms-attention__title--black {
color: #F8FCFE
}

.sms-attention__text {
position: relative;
margin-bottom: 11px;
padding-left: 5px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.sms-attention__text::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px
}

.sms-attention__text--white {
color: #546E7A
}

.sms-attention__text--black {
color: #ECEFF1
}

.sms-attention__text-word {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-align: center;
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6;
box-sizing: border-box;
border-radius: 4px
}

.sms-shop__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.sms-shop__title--white {
color: #263238
}

.sms-shop__title--black {
color: #FFFFFF
}

.sms-shop__list {
padding: 20px
}

.sms-shop__text {
margin-bottom: 46px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.sms-shop__text--white {
color: #546E7A
}

.sms-shop__text--black {
color: #ECEFF1
}

.sms-shop__text-bold {
font-weight: 700
}

.sms-shop__popup {
position: relative;
width: 100%;
background: #F2F6F8;
border-radius: 5px;
box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.25)
}

.sms-shop__bar {
width: 100%;
height: 22px;
background-image: url(/local/templates/docs/css/img/top-bar-background.png);
background-repeat: no-repeat
}

.sms-shop__picture {
width: calc(100% - 160px);
height: 515px;
margin: 0 auto;
border-radius: 4px 4px 0px 0px;
background-position: center 43px;
background-size: 100%, cover;
background-image: url(/local/templates/docs/css/img/sms-cart-background.png);
background-repeat: no-repeat
}

.sms-shop__number {
display: none
}

.sms-shop__window {
display: none
}

@media (min-width: 768px) {
.sms-shop__title {
font-size: 28px;
line-height: 41px
}

.sms-shop__list {
padding: 27px 0 54px 64px
}

.sms-shop__text {
position: relative
}

.sms-shop__text::before {
content: "";
position: absolute;
display: block;
top: 35px;
left: -34px;
width: 1px;
height: calc(100% + 10px);
border: 0.5px solid #E0E8EC;
z-index: 10
}

.sms-shop__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0 auto;
border-radius: 4px 4px 0px 0px
}

.sms-shop__img-bar {
width: 100%
}

.sms-shop__img-cart {
width: 77%;
margin: 43px auto 0
}

.sms-shop__number {
position: absolute;
top: 0;
left: -50px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #263238;
border-radius: 50%;
border: 1px solid #E0E8EC;
box-sizing: border-box;
z-index: 20
}

.sms-shop__number--white {
color: #263238
}

.sms-shop__number--black {
color: #ECEFF1
}

.sms-shop__window {
position: absolute;
left: -50px;
top: 33%;
display: block;
width: 265px;
padding: 20px;
background: #FEFEFE;
border: 1px solid rgba(187, 222, 251, 0.6);
box-sizing: border-box;
box-shadow: 0px 5px 25px rgba(38, 64, 137, 0.25);
border-radius: 4px
}

.sms-shop__window-text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
color: #546E7A
}
}

@media (min-width: 1280px) {
.sms-shop__window {
top: 50%
}

.sms-shop__line1 {
position: absolute;
bottom: -2.5vw;
left: 110px;
width: 2px;
height: 2.5vw;
background-color: #8AC5F8
}

.sms-shop__line2 {
position: absolute;
bottom: -3.9vw;
left: 110px;
width: 20px;
height: 20px;
background-color: transparent;
border-left: 2px solid #8AC5F8;
border-bottom: 2px solid #8AC5F8;
border-radius: 0 0 0 20px
}

.sms-shop__line3 {
position: absolute;
bottom: -3.9vw;
left: 130px;
width: 25px;
height: 2px;
background-color: #8AC5F8
}

.sms-shop__line3::before {
content: "";
position: absolute;
display: block;
top: -5px;
right: -4px;
width: 9px;
height: 11px;
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-line-arrow.svg)
}
}

@media (min-width: 1440px) {
.sms-shop__line1 {
position: absolute;
bottom: -81px;
left: 110px;
width: 2px;
height: 80px;
background-color: #8AC5F8
}

.sms-shop__line2 {
position: absolute;
bottom: -100px;
left: 110px;
width: 20px;
height: 20px;
background-color: transparent;
border-left: 2px solid #8AC5F8;
border-bottom: 2px solid #8AC5F8;
border-radius: 0 0 0 20px
}

.sms-shop__line3 {
position: absolute;
bottom: -100px;
left: 130px;
width: 60px;
height: 2px;
background-color: #8AC5F8
}

.sms-shop__line3::before {
content: "";
position: absolute;
display: block;
top: -5px;
right: -4px;
width: 9px;
height: 11px;
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-line-arrow.svg)
}
}

@media (min-width: 1545px) {
.sms-shop__img-bar {
width: 100%
}

.sms-shop__img-cart {
width: 600px;
height: 471px
}
}

.sms-service__title {
width: 100%;
margin: 20px auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: left
}

.sms-service__title--white {
color: #263238
}

.sms-service__title--black {
color: #fff
}

.sms-service__text {
margin-bottom: 23px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.sms-service__text--white {
color: #546E7A
}

.sms-service__text--black {
color: #ECEFF1
}

.sms-service__text:last-of-type {
margin-bottom: 16px
}

.sms-service__link {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all
}

.sms-service__link--white {
color: #1E88E5
}

.sms-service__link--black {
color: #81D4FA
}

@media (min-width: 1024px) {
.sms-service__title {
margin: 50px 0 27px;
text-align: left;
font-size: 35px;
line-height: 45px
}
}

.sms-example__caption {
margin-top: 10px;
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 31px
}

.sms-example__caption--white {
color: #263238
}

.sms-example__caption--black {
color: #FFFFFF
}

.sms-example__text {
margin-bottom: 25px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.sms-example__text--white {
color: #546E7A
}

.sms-example__text--black {
color: #ECEFF1
}

.sms-example__title {
margin-top: 27px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.sms-example__title--white {
color: #37474F
}

.sms-example__title--black {
color: #F8FCFE
}

.sms-example__parameter {
width: 100%;
margin-bottom: 28px;
padding: 3px 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
box-sizing: border-box;
border-radius: 4px
}

.sms-example__parameter--white {
background: #F7FAFC;
border: 1px solid #E0E8EC;
color: #1E88E5
}

.sms-example__parameter--black {
background-color: #4D626D;
border: 1px solid #5B7581;
color: #81D4FA
}

.sms-example__parameter-wrapper {
overflow: auto;
word-break: normal;
white-space: nowrap
}

.sms-example__value {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.sms-example__value--white {
color: #EA9427
}

.sms-example__signature-wrapper {
overflow: auto
}

.sms-example__signature {
padding: 1px 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
box-sizing: border-box;
border-radius: 4px;
overflow: auto
}

.sms-example__signature--white {
color: #37474F;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.sms-example__signature--black {
color: #F8FCFE;
background-color: #4D626D;
border: 1px solid #5B7581
}

.active-shop {
width: 100%
}

.active-shop__wrapper {
margin-bottom: 27px;
background: #FFFFFF;
border: 1px solid #E0E8EC;
box-sizing: border-box;
box-shadow: 0px 7px 15px rgba(38, 64, 137, 0.15);
border-radius: 4px
}

.active-shop__header {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: space-between;
padding: 8px 20px 8px 25px;
border-bottom: 1px solid #E0E8EC
}

.active-shop__name {
width: 100%;
margin: auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #455A64
}

.active-shop__list {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: baseline;
width: 100%;
margin-top: 16px
}

.active-shop__item {
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #377ACF
}

.active-shop__item--border {
padding: 6px 12px;
background: #FFFFFF;
border: 1px solid rgba(187, 222, 251, 0.6);
box-sizing: border-box;
box-shadow: 0px 5px 15px rgba(13, 71, 161, 0.2);
border-radius: 18px
}

.active-shop__footer {
padding: 16px 20px;
background: #FFFFFF;
border: 1px solid #E0E8EC;
box-sizing: border-box;
box-shadow: 0px 7px 15px rgba(38, 64, 137, 0.15)
}

.active-shop__footer-wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start
}

.active-shop__footer-balance {
width: 195px;
margin-bottom: 8px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #90A4AE
}

.active-shop__footer-shop {
margin-bottom: 8px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #9CC25C
}

.active-shop__footer-price {
display: none;
width: 195px;
margin-bottom: 8px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #455A64
}

.active-shop__footer-price--mob {
display: inline
}

.active-shop__footer-exit {
display: none;
margin-bottom: 8px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #546E7A
}

.active-shop__footer-exit--mob {
display: inline
}

.active-shop__text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.active-shop__text--white {
color: #546E7A
}

.active-shop__text--black {
color: #ECEFF1
}

.active-shop__text-bold {
font-weight: 700
}

.active-shop__number {
display: none
}

@media (min-width: 500px) {
.active-shop__list {
flex-direction: row
}
}

@media (min-width: 768px) {
.active-shop {
position: relative;
margin-right: auto;
margin-bottom: 30px
}

.active-shop::before {
content: "";
position: absolute;
display: block;
top: -100%;
left: -34px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.active-shop--testing::before {
display: none
}

.active-shop--help {
max-width: 665px
}

.active-shop__name {
width: 100%;
margin-bottom: 10px
}

.active-shop__list {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: 100%
}

.active-shop__item {
margin: 10px 0
}

.active-shop__item--border {
margin-top: 5px
}

.active-shop__footer-wrapper {
flex-direction: row;
margin-bottom: 6px
}

.active-shop__footer {
padding: 21px 17px 7px 25px
}

.active-shop__footer-balance {
width: 50%;
margin-bottom: 0
}

.active-shop__footer-price {
display: inline;
width: 50%;
margin-bottom: 0
}

.active-shop__footer-price--mob {
display: none
}

.active-shop__footer-shop {
width: 50%;
margin-bottom: 0
}

.active-shop__footer-exit {
display: inline;
width: 50%;
margin-bottom: 0
}

.active-shop__footer-exit--mob {
display: none
}

.active-shop__header {
flex-direction: column;
justify-content: flex-start
}

.active-shop__number {
position: absolute;
top: 0;
left: -50px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #263238;
border-radius: 50%;
border: 1px solid #E0E8EC;
box-sizing: border-box;
z-index: 20
}

.active-shop__number--white {
color: #263238
}

.active-shop__number--black {
color: #ECEFF1
}
}

@media (min-width: 1280px) {
.active-shop {
margin-right: 0
}

.active-shop--help {
margin-right: auto
}

.active-shop__name {
width: 160px;
margin-bottom: 0
}

.active-shop__list {
flex-direction: row;
justify-content: space-between;
align-items: baseline;
width: calc(100% - 160px)
}

.active-shop__footer-balance {
width: 160px
}

.active-shop__footer-price {
width: 160px
}

.active-shop__footer-shop {
width: calc(100% - 160px)
}

.active-shop__footer-exit {
width: calc(100% - 160px)
}

.active-shop__header {
flex-direction: row;
justify-content: space-between
}

.active-shop__item {
margin: 0
}

.active-shop__item--border {
margin-top: 0
}

.active-shop__line1 {
position: absolute;
bottom: 100px;
right: -40px;
width: 40px;
height: 2px;
background-color: #8AC5F8
}

.active-shop__line2 {
position: absolute;
bottom: 82px;
right: -57px;
width: 20px;
height: 20px;
background-color: transparent;
border-right: 2px solid #8AC5F8;
border-top: 2px solid #8AC5F8;
border-radius: 0 20px 0 0
}

.active-shop__line3 {
position: absolute;
bottom: -117px;
right: -57px;
width: 2px;
height: 200px;
background-color: #8AC5F8
}

.active-shop__line3--testing {
bottom: -64px;
right: -57px;
width: 2px;
height: 146px
}

.active-shop__line4 {
position: absolute;
bottom: -136px;
right: -57px;
width: 20px;
height: 20px;
background-color: transparent;
border-right: 2px solid #8AC5F8;
border-bottom: 2px solid #8AC5F8;
border-radius: 0 0 20px 0
}

.active-shop__line4--testing {
bottom: -84px
}

.active-shop__line5 {
position: absolute;
bottom: -136px;
right: -40px;
width: 40px;
height: 2px;
background-color: #8AC5F8
}

.active-shop__line5--testing {
bottom: -84px
}

.active-shop__line5::before {
content: "";
position: absolute;
display: block;
bottom: -5px;
left: -2px;
width: 9px;
height: 11px;
transform: rotate(180deg);
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-line-arrow.svg)
}
}

@media (min-width: 1440px) {
.active-shop {
margin-right: 94px;
margin-bottom: 42px
}

.active-shop--help {
margin-right: auto
}

.active-shop__wrapper {
position: relative;
margin-right: 94px
}

.active-shop__wrapper--help {
margin-right: 0
}

.active-shop__name {
width: 195px;
margin-bottom: 0
}

.active-shop__list {
flex-direction: row;
justify-content: space-between;
align-items: baseline;
width: calc(100% - 195px)
}

.active-shop__footer-balance {
width: 195px
}

.active-shop__footer-price {
width: 195px
}

.active-shop__footer-shop {
width: calc(100% - 195px)
}

.active-shop__footer-exit {
width: calc(100% - 195px)
}

.active-shop__header {
flex-direction: row;
justify-content: space-between
}

.active-shop__item {
margin: 0
}

.active-shop__item--border {
margin-top: 0
}

.active-shop__line1 {
position: absolute;
bottom: 100px;
right: -40px;
width: 40px;
height: 2px;
background-color: #8AC5F8
}

.active-shop__line2 {
position: absolute;
bottom: 82px;
right: -57px;
width: 20px;
height: 20px;
background-color: transparent;
border-right: 2px solid #8AC5F8;
border-top: 2px solid #8AC5F8;
border-radius: 0 20px 0 0
}

.active-shop__line3::before {
content: "";
position: absolute;
display: block;
bottom: -6px;
right: -4px;
width: 9px;
height: 11px;
transform: rotate(90deg);
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-line-arrow.svg)
}

.active-shop__line4 {
display: none
}

.active-shop__line5 {
display: none
}
}

.customer-parameters--example {
margin-top: 28px
}

.customer-parameters__header {
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-bottom: 8px
}

.customer-parameters__header-button {
position: relative;
width: 20px;
height: 20px;
padding: 0;
background-color: #EBF1F4;
border-radius: 2px;
transition: 0.4s
}

.customer-parameters__header-button::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.customer-parameters__header-button::after {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.customer-parameters__header-button--rotate::before {
animation-duration: 1s;
animation-name: button-rotate;
animation-fill-mode: forwards;
transition-timing-function: linear
}

.customer-parameters__header-text {
margin-left: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.customer-parameters__header-text--white {
color: #37474F
}

.customer-parameters__header-text--black {
color: #FFFFFF
}

.customer-parameters__item {
position: relative;
padding: 20px 0
}

.customer-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.customer-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.customer-parameters__item:last-of-type {
border: none
}

.customer-parameters__string {
display: none
}

.customer-parameters__text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
line-height: 22px;
letter-spacing: 0.02em;
font-variant: small-caps;
color: #90A4AE
}

.customer-parameters__text--left {
width: 35%
}

.customer-parameters__text--right {
width: 65%
}

.customer-parameters__item-string {
display: flex;
flex-direction: column;
justify-content: flex-start
}

.customer-parameters__item-string--single {
padding: 15px 0
}

.customer-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%
}

.customer-parameters__name {
margin: 0 auto auto 0;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.customer-parameters__name::before {
display: none
}

.customer-parameters__name--main {
margin: 0 auto auto 0
}

.customer-parameters__name--main::before {
display: none
}

.customer-parameters__name--white {
color: #EA9427;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.customer-parameters__name--black {
color: #FFECB3;
background: #4D626D;
border: 1px solid #668492
}

.customer-parameters__name--main-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.customer-parameters__name--main-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.customer-parameters__name--blue-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.customer-parameters__name--blue-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.customer-parameters__name--red-white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.customer-parameters__name--red-black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.customer-parameters__name--green {
color: #37474F;
background: #C5E1A5;
border: 1px solid #AED581
}

.customer-parameters__name--yellow {
color: #37474F;
background: #FDF291;
border: 1px solid #FFEB3B
}

.customer-parameters__name--end-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.customer-parameters__name--end-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.customer-parameters__item-value {
width: 100%;
padding-top: 10px
}

.customer-parameters__value {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.customer-parameters__value--first {
margin-bottom: 30px
}

.customer-parameters__value--white {
color: #546E7A
}

.customer-parameters__value--black {
color: #ECEFF1
}

.customer-parameters__value-bold {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px;
word-break: break-all
}

.customer-parameters__value-bold--white {
color: #37474F
}

.customer-parameters__value-bold--black {
color: #FFFFFF
}

.customer-parameters__result {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.customer-parameters__result--white {
color: #37474F;
background: #C5E1A5;
border: 1px solid #AED581
}

.customer-parameters__content {
max-height: 0;
transition: max-height 0.3s linear;
overflow: hidden
}

.customer-parameters__content--show {
overflow: auto;
max-height: 1000px
}

.customer-parameters__link {
color: #2196F3
}

@media (min-width: 768px) {
.customer-parameters__string {
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 10px 0
}

.customer-parameters__string--white {
border-bottom: 1px solid #DFEBF1
}

.customer-parameters__string--black {
border-bottom: 1px solid #5B7887
}

.customer-parameters__item-string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start
}

.customer-parameters__item-string::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 1px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.customer-parameters__item-string--subline::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.customer-parameters__item-string--subline-halfup::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.customer-parameters__item-string--subline-halfdown::after {
content: "";
position: absolute;
display: block;
bottom: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.customer-parameters__item-string--halfup::before {
height: 50%
}

.customer-parameters__item-string--outline::before {
display: none
}

.customer-parameters__item-string--single {
padding: 15px 0
}

.customer-parameters__item-string:last-of-type::before {
height: 50%
}

.customer-parameters__item-string:only-child::before {
display: none
}

.customer-parameters__item {
position: relative;
padding: 30px 0
}

.customer-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.customer-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.customer-parameters__item:last-of-type {
border: none
}

.customer-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%
}

.customer-parameters__item-value {
width: 50%;
padding-top: 0
}

.customer-parameters__name {
margin: auto auto auto 20px
}

.customer-parameters__name::before {
content: "";
position: absolute;
display: block;
left: 0;
top: 50%;
width: 20px;
height: 1px;
border-top: 1px dashed #C3C9CC
}

.customer-parameters__name--subname {
margin: auto auto auto 40px
}

.customer-parameters__name--subname::before {
content: "";
position: absolute;
display: block;
left: 20px;
top: 50%;
width: 20px;
height: 1px;
border-top: 1px dashed #C3C9CC
}

.customer-parameters__name--main {
margin: 0 auto auto 0
}

.customer-parameters__name--main::before {
display: none
}
}

@media (min-width: 1200px) {
.customer-parameters__item-name {
width: 35%
}

.customer-parameters__item-value {
width: 65%
}
}

.testing-xml {
width: 100%;
padding: 16px 0
}

.testing-xml__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.testing-xml__title--white {
color: #263238
}

.testing-xml__title--black {
color: #FFFFFF
}

.testing-xml__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.testing-xml__text--white {
color: #546E7A
}

.testing-xml__text--black {
color: #ECEFF1
}

.testing-xml__name {
margin-top: 28px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.testing-xml__name:first-of-type {
margin-top: 0
}

.testing-xml__name:last-of-type {
margin-bottom: 4px
}

.testing-xml__name--white {
color: #37474F
}

.testing-xml__name--black {
color: #F8FCFE
}

.testing-xml__name-method {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
background: #F7FAFC;
border: 1px solid #E0E8EC;
box-sizing: border-box;
border-radius: 4px
}

.testing-xml__name-method--white {
color: #EA9427
}

.testing-xml__code {
width: 100%;
margin-bottom: 28px;
padding: 3px 5px;
box-sizing: border-box;
border-radius: 4px
}

.testing-xml__code--white {
background: #F7FAFC;
border: 1px solid #E0E8EC;
color: #1E88E5
}

.testing-xml__code--black {
background-color: #4D626D;
border: 1px solid #5B7581;
color: #81D4FA
}

.testing-xml__code-link {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all
}

.testing-xml__request {
margin-top: 28px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.testing-xml__request--white {
color: #37474F
}

.testing-xml__request--black {
color: #F8FCFE
}

.testing-xml__button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 50px;
background: linear-gradient(0deg, #E7EEF1, #E7EEF1), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%);
border: 1px solid #D7E2E8;
box-sizing: border-box;
border-radius: 4px 4px 0px 0px
}

.testing-xml__button-icon {
margin: auto 0
}

.testing-xml__button-icon--show svg {
transform: rotate(180deg)
}

.testing-xml__button-text {
display: none;
margin-left: 15px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: rgba(96, 125, 139, 0.7)
}

.testing-xml__button-text--show {
display: block
}

.testing-xml__pre {
max-height: 0;
transition: max-height 1.3s linear
}

.testing-xml__pre--show {
max-height: 1000px
}

@media (min-width: 768px) {
.testing-xml__title {
font-size: 28px;
line-height: 41px
}
}

.testing-parameters__main-text {
position: relative;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.testing-parameters__main-text--white {
color: #546E7A
}

.testing-parameters__main-text--black {
color: #ECEFF1
}

.testing-parameters__header {
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-bottom: 8px
}

.testing-parameters__header-button {
position: relative;
width: 20px;
height: 20px;
padding: 0;
background-color: #EBF1F4;
border-radius: 2px;
transition: 0.4s
}

.testing-parameters__header-button::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.testing-parameters__header-button::after {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.testing-parameters__header-button--rotate::before {
animation-duration: 1s;
animation-name: button-rotate;
animation-fill-mode: forwards;
transition-timing-function: linear
}

.testing-parameters__header-text {
margin-left: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.testing-parameters__header-text--white {
color: #37474F
}

.testing-parameters__header-text--black {
color: #FFFFFF
}

.testing-parameters__item {
position: relative;
padding: 20px 0
}

.testing-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.testing-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.testing-parameters__item:last-of-type {
border: none
}

.testing-parameters__string {
display: none
}

.testing-parameters__text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
line-height: 22px;
letter-spacing: 0.02em;
font-variant: small-caps;
color: #90A4AE
}

.testing-parameters__text-bold {
font-weight: 700
}

.testing-parameters__item-string {
display: flex;
flex-direction: column;
justify-content: flex-start
}

.testing-parameters__item-string--single {
padding: 15px 0
}

.testing-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%
}

.testing-parameters__name {
margin: 0 auto auto 0;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.testing-parameters__name::before {
display: none
}

.testing-parameters__name--main {
margin: 0 auto auto 0
}

.testing-parameters__name--main::before {
display: none
}

.testing-parameters__name--white {
color: #EA9427;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.testing-parameters__name--black {
color: #FFECB3;
background: #4D626D;
border: 1px solid #668492
}

.testing-parameters__name--main-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.testing-parameters__name--main-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.testing-parameters__name--blue-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.testing-parameters__name--blue-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.testing-parameters__name--red-white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.testing-parameters__name--red-black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.testing-parameters__name--green {
color: #37474F;
background: #C5E1A5;
border: 1px solid #AED581
}

.testing-parameters__name--yellow {
color: #37474F;
background: #FDF291;
border: 1px solid #FFEB3B
}

.testing-parameters__name--end-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.testing-parameters__name--end-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.testing-parameters__item-value {
width: 100%;
padding-top: 10px
}

.testing-parameters__item-comment {
width: 100%;
padding-top: 10px
}

.testing-parameters__value {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.testing-parameters__value--first {
margin-bottom: 30px
}

.testing-parameters__value--white {
color: #546E7A
}

.testing-parameters__value--black {
color: #ECEFF1
}

.testing-parameters__value-bold {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px;
word-break: break-all
}

.testing-parameters__value-bold--white {
color: #37474F
}

.testing-parameters__value-bold--black {
color: #FFFFFF
}

.testing-parameters__info {
position: relative;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.testing-parameters__info::before {
content: "";
position: absolute;
display: block;
content: '=';
top: -3px;
left: -14px;
width: 10px;
height: 22px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
border-radius: 50%
}

.testing-parameters__info--white {
color: #EA9427;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.testing-parameters__info--white::before {
color: #37474F
}

.testing-parameters__info--black {
color: #FFECB3;
background: #4D626D;
border: 1px solid #668492
}

.testing-parameters__info--black::before {
color: #FFFFFF
}

.testing-parameters__content {
max-height: 0;
transition: max-height 0.3s linear;
overflow: hidden
}

.testing-parameters__content--show {
overflow: auto;
max-height: 1000px
}

.testing-parameters__number {
display: none
}

@media (min-width: 768px) {
.testing-parameters {
padding-left: 65px
}

.testing-parameters__main-text::before {
content: "";
position: absolute;
display: block;
top: 35px;
left: -48px;
width: 1px;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.testing-parameters__main-text--first-line::before {
height: 100%
}

.testing-parameters__main-text--second-line::before {
height: calc(100% - 22px)
}

.testing-parameters__main-text--last-line::before {
display: none
}

.testing-parameters__text--left {
width: 35%
}

.testing-parameters__text--left-triple {
width: 33%
}

.testing-parameters__text--center {
width: 33%
}

.testing-parameters__text--right {
width: 65%
}

.testing-parameters__text--right-triple {
width: 33%
}

.testing-parameters__string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 10px 0
}

.testing-parameters__string--line::before {
content: "";
position: absolute;
display: block;
top: 5px;
left: -48px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.testing-parameters__string--white {
border-bottom: 1px solid #DFEBF1
}

.testing-parameters__string--black {
border-bottom: 1px solid #5B7887
}

.testing-parameters__item-string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start
}

.testing-parameters__item-string::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 1px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.testing-parameters__item-string--subline::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.testing-parameters__item-string--subline-halfup::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.testing-parameters__item-string--subline-halfdown::after {
content: "";
position: absolute;
display: block;
bottom: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.testing-parameters__item-string--halfup::before {
height: 50%
}

.testing-parameters__item-string--outline::before {
display: none
}

.testing-parameters__item-string--single {
padding: 15px 0
}

.testing-parameters__item-string:last-of-type::before {
height: 50%
}

.testing-parameters__item-string:only-child::before {
display: none
}

.testing-parameters__item {
position: relative;
padding: 30px 0
}

.testing-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.testing-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.testing-parameters__item:last-of-type {
border: none
}

.testing-parameters__item--line::before {
content: "";
position: absolute;
display: block;
top: 0;
left: -48px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.testing-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%
}

.testing-parameters__item-name--triple {
width: 33%
}

.testing-parameters__item-value {
width: 50%;
padding-top: 0
}

.testing-parameters__item-value--center {
width: 33%
}

.testing-parameters__item-comment {
width: 33%
}

.testing-parameters__name {
margin: auto auto auto 20px
}

.testing-parameters__name::before {
content: "";
position: absolute;
display: block;
left: 0;
top: 50%;
width: 20px;
height: 1px;
border-top: 1px dashed #C3C9CC
}

.testing-parameters__name--subname {
margin: auto auto auto 40px
}

.testing-parameters__name--subname::before {
content: "";
position: absolute;
display: block;
left: 20px;
top: 50%;
width: 20px;
height: 1px;
border-top: 1px dashed #C3C9CC
}

.testing-parameters__name--main {
margin: 0 auto auto 0
}

.testing-parameters__name--main::before {
display: none
}

.testing-parameters__number {
position: absolute;
top: 0;
left: -65px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #263238;
border-radius: 50%;
border: 1px solid #E0E8EC;
box-sizing: border-box;
z-index: 20
}

.testing-parameters__number--white {
color: #263238
}

.testing-parameters__number--black {
color: #ECEFF1
}
}

@media (min-width: 1200px) {
.testing-parameters__item-name {
width: 35%
}

.testing-parameters__item-name--triple {
width: 33%
}

.testing-parameters__item-value {
width: 65%
}

.testing-parameters__item-value--center {
width: 33%
}

.testing-parameters__item-comment {
width: 33%
}
}

.testing-navigation {
display: none;
padding: 40px 0 0
}

.testing-navigation--white {
border-left: 1px solid #D7E2E8
}

.testing-navigation--black {
border-left: 1px solid #5B7887
}

.testing-navigation__first {
margin-bottom: 15px;
padding-left: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: lowercase;
letter-spacing: 0.03em;
font-variant: small-caps;
color: #78909C
}

.testing-navigation__text {
margin: 18px 0;
padding-left: 20px;
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px
}

.testing-navigation__text--first {
margin-top: 15px
}

.testing-navigation__text--white {
color: #78909C
}

.testing-navigation__text--black {
color: #B0BEC5
}

.testing-navigation__text--active {
font-weight: 700
}

.testing-navigation__text--active::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #2196F3
}

.testing-navigation__text--active-white {
color: #37474F
}

.testing-navigation__text--active-black {
color: #FFFFFF
}

@media (min-width: 768px) {
.testing-navigation {
position: relative;
grid-area: testing-navigation;
display: block
}

.testing-navigation__wrapper {
position: sticky;
width: 285px;
top: 170px
}
}

.testing-mode__title {
width: 100%;
margin: 20px auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: center
}

.testing-mode__title--white {
color: #263238
}

.testing-mode__title--black {
color: #fff
}

.testing-mode__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.testing-mode__text--white {
color: #546E7A
}

.testing-mode__text--black {
color: #ECEFF1
}

.testing-mode__text:last-of-type {
margin-bottom: 16px
}

.testing-mode__caption {
margin-top: 28px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.testing-mode__caption--white {
color: #37474F
}

.testing-mode__caption--black {
color: #F8FCFE
}

.testing-mode__name {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.testing-mode__name--white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.testing-mode__name--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

@media (min-width: 1024px) {
.testing-mode__title {
margin: 50px 0 27px;
text-align: left;
font-size: 35px;
line-height: 45px
}
}

.testing-interface {
width: 100%;
padding: 16px 0
}

.testing-interface__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.testing-interface__title--white {
color: #263238
}

.testing-interface__title--black {
color: #FFFFFF
}

.testing-interface__popup {
position: relative;
width: 100%;
background: #F2F6F8;
border-radius: 5px;
box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.25)
}

.testing-interface__swiper-button {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.7);
border-radius: 4px
}

.testing-interface__swiper-button::after {
color: #263238;
font-size: 15px;
font-weight: 1000
}

@media (min-width: 768px) {
.testing-interface__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0 auto;
border-radius: 4px 4px 0px 0px
}

.testing-interface__bar {
width: 100%
}

.testing-interface__picture-shop {
width: 100%;
margin: 0
}
}

@media (min-width: 1280px) {
.testing-interface__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0 auto;
border-radius: 4px 4px 0px 0px
}

.testing-interface__bar {
width: 100%
}

.testing-interface__picture-shop {
width: 100%;
margin: 0
}
}

.testing-installation {
width: 100%;
padding: 16px 0
}

.testing-installation__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.testing-installation__title--white {
color: #263238
}

.testing-installation__title--black {
color: #FFFFFF
}

.testing-installation__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.testing-installation__text--white {
color: #546E7A
}

.testing-installation__text--black {
color: #ECEFF1
}

.testing-installation__value {
font-weight: 500
}

.testing-installation__value--white {
color: #1E88E5
}

.testing-installation__value--black {
color: #81D4FA
}

.testing-installation__caption {
margin-top: 28px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.testing-installation__caption--white {
color: #37474F
}

.testing-installation__caption--black {
color: #F8FCFE
}

.testing-installation__caption-price {
margin-top: 10px;
margin-bottom: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 31px
}

.testing-installation__caption-price--white {
color: #263238
}

.testing-installation__caption-price--black {
color: #FFFFFF
}

.testing-installation__popup {
position: relative;
width: 100%;
background: #F2F6F8;
border-radius: 5px;
box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.25)
}

.testing-installation__popup-window {
position: absolute;
bottom: 125px;
left: -30px;
width: 186px;
padding: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
color: #546E7A;
background: #FEFEFE;
border: 1px solid rgba(187, 222, 251, 0.6);
box-sizing: border-box;
box-shadow: 0px 4px 25px rgba(38, 64, 137, 0.25);
border-radius: 4px
}

.testing-installation__parameter-name {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.testing-installation__parameter-name--white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.testing-installation__parameter-name--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.testing-installation__parameter-value {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.testing-installation__parameter-value--white {
color: #EA9427;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.testing-installation__parameter-value--black {
color: #FFECB3;
background: #4D626D;
border: 1px solid #668492
}

@media (min-width: 768px) {
.testing-installation__title {
font-size: 28px;
line-height: 41px
}

.testing-installation__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0 auto;
border-radius: 4px 4px 0px 0px
}

.testing-installation__popup-window {
bottom: 100px
}

.testing-installation__bar {
width: 100%
}

.testing-installation__picture-parameters {
width: 100%;
margin: 0
}
}

@media (min-width: 1280px) {
.testing-installation__example-wrapper {
padding: 0 30px
}

.testing-installation__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0 auto 50px;
border-radius: 4px 4px 0px 0px
}

.testing-installation__popup-window {
bottom: 90px
}

.testing-installation__bar {
width: 100%
}

.testing-installation__picture-parameters {
width: 100%;
margin: 0
}

.testing-installation__popup-line {
position: absolute;
right: -40px;
top: 50%;
width: 40px;
height: 2px;
background-color: #8AC5F8
}

.testing-installation__popup-line::before {
content: "";
position: absolute;
display: block;
bottom: -5px;
right: -2px;
width: 9px;
height: 11px;
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-line-arrow.svg)
}
}

@media (min-width: 1440px) {
.testing-installation__popup-window {
bottom: 125px
}
}

.testing-info {
padding: 20px
}

@media (min-width: 768px) {
.testing-info {
grid-area: testing-info;
padding: 30px
}
}

@media (min-width: 1024px) {
.testing-info {
padding: 30px 30px 50px
}
}

@media (min-width: 1545px) {
.testing-info {
padding: 30px 30px 80px
}
}

.testing-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 610px) {
.testing-content {
flex-direction: row
}
}

@media (min-width: 768px) {
.testing-content {
display: grid;
grid-template-columns: calc(100% - 285px) 285px;
grid-template-areas: "testing-info testing-navigation";
padding: 0
}
}

@media (min-width: 1024px) {
.testing-content {
grid-area: testing-content
}
}

.testing-code {
margin-bottom: 28px
}

.testing-code__header {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 13px 20px;
border-radius: 4px 4px 0px 0px
}

.testing-code__header--white {
background: linear-gradient(0deg, #525669, #525669), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.testing-code__header--black {
background: linear-gradient(0deg, #2B383E, #2B383E), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.testing-code__name {
text-transform: uppercase;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
color: #F7FCFF
}

.testing-code__button {
padding: 0;
margin: auto 0 auto auto;
background-color: transparent
}

.testing-code__pre {
position: relative;
overflow: auto;
box-sizing: border-box;
border-radius: 0px 0px 4px 4px
}

.testing-code__pre--white {
background-color: #F2F6F8;
border: 1px solid #D7E2E8
}

.testing-code__pre--black {
background-color: #455A64;
border: 1px solid #5B7887
}

.testing-code__content {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #546E7A
}

.testing-code__content-main {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 23px;
color: #546E7A
}

.testing-code__content-wrapper {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.testing-code__content-wrapper--white {
color: #1565C0
}

.testing-code__content-wrapper--black {
color: #81D4FA
}

.testing-code__title {
color: #1565C0
}

.testing-code__title--white {
color: #1565C0
}

.testing-code__title--black {
color: #81D4FA
}

.testing-code__text {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.testing-code__text--white {
color: #EA9427
}

.testing-code__text--black {
color: #FFECB3
}

.testing-code__numbers-list {
position: absolute;
top: 0;
left: 20px;
width: 40px
}

.testing-code__number {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.testing-code__number--white {
color: #90A4AE
}

.testing-code__number--black {
color: rgba(255, 255, 255, 0.5)
}

.testing-attention {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin-top: 35px;
margin-bottom: 30px;
padding: 20px 20px 25px 60px;
border-radius: 4px
}

.testing-attention--white {
background-color: #FBE9E7
}

.testing-attention--black {
background: rgba(139, 122, 121, 0.4)
}

.testing-attention__title {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px
}

.testing-attention__title::before {
content: "";
position: absolute;
display: block;
content: '!';
top: 0;
left: -40px;
width: 24px;
height: 24px;
font-family: "Roboto Condensed", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
background-color: #FF7043;
border-radius: 50%
}

.testing-attention__title--white {
color: #37474F
}

.testing-attention__title--black {
color: #F8FCFE
}

.testing-attention__text {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.testing-attention__text::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px
}

.testing-attention__text--white {
color: #546E7A
}

.testing-attention__text--black {
color: #ECEFF1
}

.testing-attention__text-word {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-align: center;
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6;
box-sizing: border-box;
border-radius: 4px
}

.script-attention {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin-top: 35px;
margin-bottom: 30px;
padding: 20px 20px 25px 60px;
border-radius: 4px
}

.script-attention--white {
background-color: #FBE9E7
}

.script-attention--black {
background: rgba(139, 122, 121, 0.4)
}

.script-attention__title {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px
}

.script-attention__title::before {
content: "";
position: absolute;
display: block;
content: '!';
top: 0;
left: -40px;
width: 24px;
height: 24px;
font-family: "Roboto Condensed", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
background-color: #FF7043;
border-radius: 50%
}

.script-attention__title--white {
color: #37474F
}

.script-attention__title--black {
color: #F8FCFE
}

.script-attention__text {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-attention__text:last-of-type {
margin-bottom: 0
}

.script-attention__text::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px
}

.script-attention__text--white {
color: #546E7A
}

.script-attention__text--black {
color: #ECEFF1
}

.script-attention__text-word {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-align: center;
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6;
box-sizing: border-box;
border-radius: 4px
}

.script-attention__text-bold {
font-weight: 700
}

.script-attention__link {
color: #1E88E5
}

.script-attention__parameter {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.script-attention__parameter--white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.script-attention__parameter--black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.script-code {
margin-bottom: 28px
}

.script-code__header {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 13px 20px;
border-radius: 4px 4px 0px 0px
}

.script-code__header--white {
background: linear-gradient(0deg, #525669, #525669), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.script-code__header--black {
background: linear-gradient(0deg, #2B383E, #2B383E), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.script-code__name {
text-transform: uppercase;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
color: #F7FCFF
}

.script-code__button {
padding: 0;
margin: auto 0 auto auto;
background-color: transparent
}

.script-code__pre {
position: relative;
overflow: auto;
box-sizing: border-box;
border-radius: 0px 0px 4px 4px
}

.script-code__pre--white {
background-color: #F2F6F8;
border: 1px solid #D7E2E8
}

.script-code__pre--black {
background-color: #455A64;
border: 1px solid #5B7887
}

.script-code__content {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #546E7A
}

.script-code__content-main {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #546E7A
}

.script-code__content-wrapper {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.script-code__content-wrapper--white {
color: #1565C0
}

.script-code__content-wrapper--black {
color: #81D4FA
}

.script-code__title {
color: #1565C0
}

.script-code__title--white {
color: #1565C0
}

.script-code__title--black {
color: #81D4FA
}

.script-code__text {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.script-code__text--white {
color: #EA9427
}

.script-code__text--black {
color: #FFECB3
}

.script-code__numbers-list {
position: absolute;
top: 0;
left: 20px;
width: 40px
}

.script-code__number {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.script-code__number--white {
color: #90A4AE
}

.script-code__number--black {
color: rgba(255, 255, 255, 0.5)
}

.script-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 610px) {
.script-content {
flex-direction: row
}
}

@media (min-width: 768px) {
.script-content {
display: grid;
grid-template-columns: calc(100% - 285px) 285px;
grid-template-areas: "script-parameters-info script-parameters-navigation";
padding: 0
}
}

@media (min-width: 1024px) {
.script-content {
grid-area: script-content
}
}

.script-example__title {
width: 100%;
margin: 20px auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: center
}

.script-example__title--white {
color: #263238
}

.script-example__title--black {
color: #fff
}

.script-example__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-example__text--white {
color: #546E7A
}

.script-example__text--black {
color: #ECEFF1
}

.script-example__text:last-of-type {
margin-bottom: 16px
}

.script-example__caption {
margin-top: 28px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.script-example__caption--white {
color: #37474F
}

.script-example__caption--black {
color: #F8FCFE
}

.script-example__button {
position: relative;
width: 160px;
height: 50px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 17px;
line-height: 25px;
text-align: center;
background: #E9F1F4;
border-radius: 4px
}

.script-example__button--white {
color: #2196F3
}

.script-example__button--black {
color: #42A5F5
}

.script-example__button::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 10px);
left: 10px;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-download.svg)
}

.script-example__examples {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%
}

@media (min-width: 1024px) {
.script-example__title {
margin: 50px 0 27px;
text-align: left;
font-size: 35px;
line-height: 45px
}

.script-example__examples {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 540px
}
}

.script-extra {
width: 100%;
padding: 16px 0
}

.script-extra__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.script-extra__title--white {
color: #263238
}

.script-extra__title--black {
color: #FFFFFF
}

.script-extra__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-extra__text--white {
color: #546E7A
}

.script-extra__text--black {
color: #ECEFF1
}

.script-extra__text--point-white {
position: relative;
padding-left: 15px
}

.script-extra__text--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.script-extra__text--point-black {
position: relative;
padding-left: 15px
}

.script-extra__text--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #ECEFF1
}

.script-extra__parameters-wrapper {
display: flex;
flex-direction: column
}

.script-extra__caption {
margin-top: 28px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.script-extra__caption--white {
color: #37474F
}

.script-extra__caption--black {
color: #F8FCFE
}

.script-extra__parameters-list {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap
}

.script-extra__parameter {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px;
margin: 0 3px 5px
}

.script-extra__parameter:first-of-type {
margin-left: 0
}

.script-extra__parameter--white {
color: #37474F;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.script-extra__parameter--black {
color: #F8FCFE;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-extra__parameter-name {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center
}

.script-extra__parameter-name--white {
color: #1565C0
}

.script-extra__parameter-name--black {
color: #81D4FA
}

.script-extra__parameter-value {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center
}

.script-extra__parameter-value--white {
color: #EA9427
}

.script-extra__parameter-value--black {
color: #FFECB3
}

@media (min-width: 768px) {
.script-extra__title {
font-size: 28px;
line-height: 41px
}
}

.script-optional {
width: 100%;
padding: 16px 0
}

.script-optional__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.script-optional__title--white {
color: #263238
}

.script-optional__title--black {
color: #FFFFFF
}

.script-optional__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-optional__text--white {
color: #546E7A
}

.script-optional__text--black {
color: #ECEFF1
}

.script-optional__link--white {
color: #1E88E5
}

.script-optional__link--black {
color: #81D4FA
}

@media (min-width: 768px) {
.script-optional__title {
font-size: 28px;
line-height: 41px
}
}

.script-parameters-info {
padding: 20px
}

@media (min-width: 768px) {
.script-parameters-info {
grid-area: script-parameters-info;
padding: 30px
}
}

@media (min-width: 1024px) {
.script-parameters-info {
padding: 30px 30px 50px
}
}

@media (min-width: 1545px) {
.script-parameters-info {
padding: 30px 30px 80px
}
}

.script-parameters-navigation {
display: none;
padding: 40px 0 0
}

.script-parameters-navigation--white {
border-left: 1px solid #D7E2E8
}

.script-parameters-navigation--black {
border-left: 1px solid #5B7887
}

.script-parameters-navigation__first {
margin-bottom: 15px;
padding-left: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: lowercase;
letter-spacing: 0.03em;
font-variant: small-caps;
color: #78909C
}

.script-parameters-navigation__text {
margin: 18px 0;
padding-left: 20px;
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px
}

.script-parameters-navigation__text--first {
margin-top: 15px
}

.script-parameters-navigation__text--white {
color: #78909C
}

.script-parameters-navigation__text--black {
color: #B0BEC5
}

.script-parameters-navigation__text--active {
font-weight: 700
}

.script-parameters-navigation__text--active::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #2196F3
}

.script-parameters-navigation__text--active-white {
color: #37474F
}

.script-parameters-navigation__text--active-black {
color: #FFFFFF
}

@media (min-width: 768px) {
.script-parameters-navigation {
position: relative;
grid-area: script-parameters-navigation;
display: block
}

.script-parameters-navigation__wrapper {
position: sticky;
width: 285px;
top: 170px
}
}

.script-parameters__header {
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-bottom: 8px
}

.script-parameters__header-button {
position: relative;
width: 20px;
height: 20px;
padding: 0;
background-color: #EBF1F4;
border-radius: 2px;
transition: 0.4s
}

.script-parameters__header-button::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.script-parameters__header-button::after {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.script-parameters__header-button--rotate::before {
animation-duration: 1s;
animation-name: button-rotate;
animation-fill-mode: forwards;
transition-timing-function: linear
}

.script-parameters__header-text {
margin-left: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.script-parameters__header-text--white {
color: #37474F
}

.script-parameters__header-text--black {
color: #FFFFFF
}

.script-parameters__item {
position: relative;
padding: 20px 0
}

.script-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.script-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.script-parameters__item:last-of-type {
border: none
}

.script-parameters__string {
display: none
}

.script-parameters__text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
line-height: 22px;
letter-spacing: 0.02em;
font-variant: small-caps;
color: #90A4AE
}

.script-parameters__text--left {
width: 35%
}

.script-parameters__text--right {
width: 65%
}

.script-parameters__item-string {
display: flex;
flex-direction: column;
justify-content: flex-start
}

.script-parameters__item-string--single {
padding: 15px 0
}

.script-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%
}

.script-parameters__name {
margin: 0 auto auto 0;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.script-parameters__name::before {
display: none
}

.script-parameters__name--main {
margin: 0 auto auto 0
}

.script-parameters__name--main::before {
display: none
}

.script-parameters__name--white {
color: #EA9427;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.script-parameters__name--black {
color: #FFECB3;
background: #4D626D;
border: 1px solid #668492
}

.script-parameters__name--main-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-parameters__name--main-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.script-parameters__name--blue-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.script-parameters__name--blue-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-parameters__name--red-white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.script-parameters__name--red-black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.script-parameters__name--green {
color: #37474F;
background: #C5E1A5;
border: 1px solid #AED581
}

.script-parameters__name--yellow {
color: #37474F;
background: #FDF291;
border: 1px solid #FFEB3B
}

.script-parameters__name--end-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.script-parameters__name--end-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-parameters__item-value {
width: 100%;
padding-top: 10px
}

.script-parameters__value {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-parameters__value--first {
margin-bottom: 30px
}

.script-parameters__value--margin {
margin-bottom: 20px
}

.script-parameters__value--point-white {
position: relative;
padding-left: 15px
}

.script-parameters__value--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.script-parameters__value--point-black {
position: relative;
padding-left: 15px
}

.script-parameters__value--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #ECEFF1
}

.script-parameters__value--white {
color: #546E7A
}

.script-parameters__value--black {
color: #ECEFF1
}

.script-parameters__value-bold {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 28px;
word-break: break-all
}

.script-parameters__value-bold--margin {
margin-bottom: 20px
}

.script-parameters__value-bold--white {
color: #37474F
}

.script-parameters__value-bold--black {
color: #FFFFFF
}

.script-parameters__value-parameter {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
word-break: break-all
}

.script-parameters__value-parameter--white {
color: #1565C0;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.script-parameters__value-parameter--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-parameters__value-number {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.script-parameters__value-number--white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.script-parameters__value-number--black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.script-parameters__value-example {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.script-parameters__value-example--white {
color: #EA9427;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.script-parameters__value-example--black {
color: #FFECB3;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-parameters__value-link--white {
color: #1E88E5
}

.script-parameters__value-link--black {
color: #81D4FA
}

.script-parameters__value-variant {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.script-parameters__value-variant--white {
color: #1565C0;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.script-parameters__value-variant--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-parameters__value-data {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.script-parameters__value-data--white {
color: #37474F;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.script-parameters__value-data--black {
color: #F8FCFE;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-parameters__content {
overflow: auto
}

.script-parameters__exponent {
position: relative
}

.script-parameters__exponent::before {
content: "";
position: absolute;
display: block;
content: '63';
top: -7px;
right: -8px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 8px;
line-height: 12px;
color: #546E7A
}

@media (min-width: 768px) {
.script-parameters__string {
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 10px 0
}

.script-parameters__string--white {
border-bottom: 1px solid #DFEBF1
}

.script-parameters__string--black {
border-bottom: 1px solid #5B7887
}

.script-parameters__item-string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start
}

.script-parameters__item-string::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 1px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.script-parameters__item-string--subline::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.script-parameters__item-string--subline-halfup::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.script-parameters__item-string--subline-halfdown::after {
content: "";
position: absolute;
display: block;
bottom: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.script-parameters__item-string--halfup::before {
height: 50%
}

.script-parameters__item-string--outline::before {
display: none
}

.script-parameters__item-string--single {
padding: 15px 0
}

.script-parameters__item-string:last-of-type::before {
height: 50%
}

.script-parameters__item-string:only-child::before {
display: none
}

.script-parameters__item {
position: relative;
padding: 30px 0
}

.script-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.script-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.script-parameters__item:last-of-type {
border: none
}

.script-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%
}

.script-parameters__item-value {
width: 50%;
padding-top: 0
}

.script-parameters__name {
margin: auto auto auto 20px
}

.script-parameters__name::before {
content: "";
position: absolute;
display: block;
left: 0;
top: 50%;
width: 20px;
height: 1px;
border-top: 1px dashed #C3C9CC
}

.script-parameters__name--subname {
margin: auto auto auto 40px
}

.script-parameters__name--subname::before {
content: "";
position: absolute;
display: block;
left: 20px;
top: 50%;
width: 20px;
height: 1px;
border-top: 1px dashed #C3C9CC
}

.script-parameters__name--main {
margin: 0 auto auto 0
}

.script-parameters__name--main::before {
display: none
}
}

@media (min-width: 1200px) {
.script-parameters__item-name {
width: 35%
}

.script-parameters__item-value {
width: 65%
}
}

.script-periodic {
width: 100%;
padding: 16px 0
}

.script-periodic__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.script-periodic__title--white {
color: #263238
}

.script-periodic__title--black {
color: #FFFFFF
}

.script-periodic__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-periodic__text--white {
color: #546E7A
}

.script-periodic__text--black {
color: #ECEFF1
}

.script-periodic__text:last-of-type {
margin-bottom: 16px
}

.script-periodic__caption {
margin-top: 28px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.script-periodic__caption--white {
color: #37474F
}

.script-periodic__caption--black {
color: #F8FCFE
}

.script-periodic__text-link {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all
}

.script-periodic__text-link--white {
color: #1E88E5
}

.script-periodic__text-link--black {
color: #81D4FA
}

.script-periodic__text-parameter {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center
}

.script-periodic__text-parameter--white {
color: #1565C0;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.script-periodic__text-parameter--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-periodic__link {
margin-bottom: 28px;
padding: 0 5px;
box-sizing: border-box;
border-radius: 4px
}

.script-periodic__link--white {
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.script-periodic__link--black {
background: #4D626D;
border: 1px solid #5B7581
}

@media (min-width: 768px) {
.script-periodic__title {
font-size: 28px;
line-height: 41px
}
}

.script-hold {
width: 100%;
padding: 16px 0
}

.script-hold__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.script-hold__title--white {
color: #263238
}

.script-hold__title--black {
color: #FFFFFF
}

.script-hold__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-hold__text--white {
color: #546E7A
}

.script-hold__text--black {
color: #ECEFF1
}

.script-hold__text:last-of-type {
margin-bottom: 16px
}

.script-hold__caption {
margin-top: 28px;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.script-hold__caption--white {
color: #37474F
}

.script-hold__caption--black {
color: #F8FCFE
}

.script-hold__text-link {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all
}

.script-hold__text-link--white {
color: #1E88E5
}

.script-hold__text-link--black {
color: #81D4FA
}

.script-hold__text-parameter {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center
}

.script-hold__text-parameter--white {
color: #1565C0;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.script-hold__text-parameter--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-hold__link {
margin-bottom: 28px;
padding: 0 5px;
box-sizing: border-box;
border-radius: 4px
}

.script-hold__link--white {
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.script-hold__link--black {
background: #4D626D;
border: 1px solid #5B7581
}

@media (min-width: 768px) {
.script-hold__title {
font-size: 28px;
line-height: 41px
}
}

instructions-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 60px
}

@media (min-width: 610px) {
    .instructions-content {
        flex-direction: row
    }
}


@media (min-width: 768px) {
    .instructions-content {
        display: grid;
        grid-template-columns: calc(100% - 285px) 285px;
        grid-template-areas: "instructions-widgets-info instructions-widgets-navigation";
        padding: 0
    }
}

@media (min-width: 768px) {
    .instructions-content {
        display: grid;
        grid-template-columns: calc(100% - 285px) 285px;
        grid-template-areas: "instructions-widgets-info instructions-widgets-navigation";
        padding: 0
    }
}


@media (min-width: 1024px) {
    .instructions-content {
        grid-area: instructions-content
    }
}

@media (min-width: 1024px) {
    .instructions-content {
        grid-area: instructions-content
    }
}

.instructions-widgets-info {
    padding: 20px
}

@media (min-width: 768px) {
    .instructions-widgets-info {
        grid-area: instructions-widgets-info;
        padding: 30px
    }
}

@media (min-width: 1024px) {
    .instructions-widgets {
        padding: 30px 30px 50px
    }
}

@media (min-width: 1545px) {
    .instructions-widgets {
        padding: 30px 30px 80px
    }
}

.instructions {
    width: 100%;
    padding: 16px 0
}

.instructions__title {
    margin: 0px auto 19px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.instructions__title--white {
    color: #263238
}

.instructions_title--black {
    color: #FFFFFF
}

.instructions__text {
    margin-bottom: 27px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.instructions__text--white {
    color: #546E7A
}

.instructions__text--black {
    color: #ECEFF1
}

.instructions__text:last-of-type {
    margin-bottom: 16px
}

.instructions__caption {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.instructions__caption--white {
    color: #37474F
}

.instructions__caption--black {
    color: #F8FCFE
}

.instructions__text-link {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    word-break: break-all
}

.instructions__text-link--white {
    color: #1E88E5
}

.instructions__text-link--black {
    color: #81D4FA
}

.instructions__text-parameter {
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center
}

.instructions__text-parameter--white {
    color: #1565C0;
    background: #F2F6F8;
    border: 1px solid #E0E8EC
}

.instructions__text-parameter--black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.instructions__link {
    margin-bottom: 28px;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 4px
}

.instructions__link--white {
    background: #F7FAFC;
    border: 1px solid #E0E8EC
}

.instructions__link--black {
    background: #4D626D;
    border: 1px solid #5B7581
}

@media (min-width: 768px) {
    .instructions__title {
        font-size: 28px;
        line-height: 41px
    }
}

.instructions-attention {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px 25px 60px;
    border-radius: 4px
}

.instructions-attention--white {
    background-color: #FBE9E7
}

.instructions-attention--black {
    background: rgba(139, 122, 121, 0.4)
}

.instructions-attention__title {
    position: relative;
    margin-bottom: 11px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px
}

.instructions-attention__title::before {
    content: "";
    position: absolute;
    display: block;
    content: '!';
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    font-family: "Roboto Condensed", "Arial", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF7043;
    border-radius: 50%
}

.instructions-attention__title--white {
    color: #37474F
}

.instructions-attention__title--black {
    color: #F8FCFE
}

.instructions-attention__text {
    position: relative;
    margin-bottom: 11px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.instructions-attention__text:last-of-type {
    margin-bottom: 0
}

.instructions-attention__text::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px
}

.instructions-attention__text--white {
    color: #546E7A
}

.instructions-attention__text--black {
    color: #ECEFF1
}

.instructions-attention__text-word {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6;
    box-sizing: border-box;
    border-radius: 4px
}

.instructions-attention__text-bold {
    font-weight: 700
}

.instructions-attention__link {
    color: #1E88E5
}

.instructions-attention__parameter {
    padding: 0 5px;
    font-family: "FiraMono", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.instructions-attention__parameter--white {
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6
}

.instructions-attention__parameter--black {
    color: #37474F;
    background: #FFAB91;
    border: 1px solid #D9A190
}

.script-required {
width: 100%;
padding: 16px 0
}

.script-required__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.script-required__title--white {
color: #263238
}

.script-required__title--black {
color: #FFFFFF
}

@media (min-width: 768px) {
.script-required__title {
font-size: 28px;
line-height: 41px
}
}

.script-manual {
width: 100%;
padding: 16px 0
}

.script-manual__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.script-manual__title--white {
color: #263238
}

.script-manual__title--black {
color: #FFFFFF
}

.script-manual__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-manual__text--white {
color: #546E7A
}

.script-manual__text--black {
color: #ECEFF1
}

.script-manual__caption {
margin-bottom: 16px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 31px
}

.script-manual__caption--white {
color: #263238
}

.script-manual__caption--black {
color: #FFFFFF
}

.script-manual__link--white {
color: #1E88E5
}

.script-manual__link--black {
color: #81D4FA
}

.script-manual__bold {
font-weight: 700
}

.script-manual__number {
display: none
}

@media (min-width: 768px) {
.script-manual__title {
margin-bottom: 31px;
font-size: 28px;
line-height: 41px
}

.script-manual__text {
position: relative;
margin-bottom: 50px
}

.script-manual__text--line {
margin-left: 65px
}

.script-manual__text--line::before {
content: "";
position: absolute;
display: block;
top: 35px;
left: -48px;
width: 1px;
height: calc(100% + 15px);
border: 0.5px solid #E0E8EC;
z-index: 10
}

.script-manual__text--without-line {
margin-left: 65px
}

.script-manual__text:last-of-type {
margin-bottom: 24px
}

.script-manual__caption {
margin-bottom: 40px
}

.script-manual__number {
position: absolute;
top: 0;
left: -65px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #263238;
border-radius: 50%;
border: 1px solid #E0E8EC;
box-sizing: border-box;
z-index: 20
}

.script-manual__number--white {
color: #263238
}

.script-manual__number--black {
color: #ECEFF1
}
}

.script-extended {
width: 100%;
padding: 16px 0
}

.script-extended__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.script-extended__title--white {
color: #263238
}

.script-extended__title--black {
color: #FFFFFF
}

.script-extended__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-extended__text--white {
color: #546E7A
}

.script-extended__text--black {
color: #ECEFF1
}

.script-extended__text--point-white {
position: relative;
padding-left: 15px
}

.script-extended__text--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.script-extended__text--point-black {
position: relative;
padding-left: 15px
}

.script-extended__text--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #ECEFF1
}

.script-extended__caption {
margin-bottom: 16px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 31px
}

.script-extended__caption--white {
color: #263238
}

.script-extended__caption--black {
color: #FFFFFF
}

.script-extended__link--white {
color: #1E88E5
}

.script-extended__link--black {
color: #81D4FA
}

@media (min-width: 768px) {
.script-extended__title {
font-size: 28px;
line-height: 41px
}
}

.script-check {
width: 100%;
padding: 16px 0
}

.script-check__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.script-check__title--white {
color: #263238
}

.script-check__title--black {
color: #FFFFFF
}

.script-check__text-caption {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.script-check__text-caption--white {
color: #37474F
}

.script-check__text-caption--black {
color: #FFFFFF
}

.script-check__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-check__text--border-white {
box-sizing: border-box;
padding: 0 5px;
color: #1565C0;
background: #F2F6F8;
border: 1px solid #E0E8EC;
border-radius: 4px
}

.script-check__text--border-black {
box-sizing: border-box;
padding: 0 5px;
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581;
border-radius: 4px
}

.script-check__text--white {
color: #546E7A
}

.script-check__text--black {
color: #ECEFF1
}

.script-check__caption {
margin-bottom: 16px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 31px
}

.script-check__caption--white {
color: #263238
}

.script-check__caption--black {
color: #FFFFFF
}

@media (min-width: 768px) {
.script-check {
padding: 0
}

.script-check__title {
margin-bottom: 40px;
font-size: 28px;
line-height: 41px
}

.script-check__caption {
margin-bottom: 35px
}
}

.script-without-check {
width: 100%;
padding: 16px 0
}

.script-without-check__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.script-without-check__title--white {
color: #263238
}

.script-without-check__title--black {
color: #FFFFFF
}

.script-without-check__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
box-sizing: border-box;
border-radius: 4px
}

.script-without-check__text--border-white {
padding: 0 5px;
color: #1565C0;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.script-without-check__text--border-black {
padding: 0 5px;
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.script-without-check__text--white {
color: #546E7A
}

.script-without-check__text--black {
color: #ECEFF1
}

.script-without-check__caption {
margin-bottom: 16px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 31px
}

.script-without-check__caption--white {
color: #263238
}

.script-without-check__caption--black {
color: #FFFFFF
}

.script-without-check__number {
display: none
}

@media (min-width: 768px) {
.script-without-check__scheme-wrapper {
padding-top: 18px
}

.script-without-check__title {
font-size: 28px;
line-height: 41px
}

.script-without-check__caption {
margin-bottom: 40px
}

.script-without-check__text {
margin-bottom: 35px
}

.script-without-check__text--number {
position: relative;
padding-left: 65px
}

.script-without-check__text--line::before {
content: "";
position: absolute;
display: block;
top: 35px;
left: 17px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.script-without-check__number {
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #263238;
border-radius: 50%;
border: 1px solid #E0E8EC;
box-sizing: border-box;
z-index: 20
}

.script-without-check__number--white {
color: #263238
}

.script-without-check__number--black {
color: #ECEFF1
}
}

.script-shop {
padding-top: 18px
}

.script-shop__text {
margin-bottom: 22px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-shop__text--white {
color: #546E7A
}

.script-shop__text--black {
color: #ECEFF1
}

.script-shop__text--point-white {
position: relative;
margin-bottom: 15px;
padding-left: 15px
}

.script-shop__text--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.script-shop__text--point-black {
position: relative;
margin-bottom: 15px;
padding-left: 15px
}

.script-shop__text--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #ECEFF1
}

.script-shop__text-bold {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.script-shop__text-bold--white {
color: #37474F
}

.script-shop__text-bold--black {
color: #F8FCFE
}

.script-shop__caption {
margin-bottom: 21px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 31px
}

.script-shop__caption--white {
color: #263238
}

.script-shop__caption--black {
color: #FFFFFF
}

.script-shop__link--white {
color: #1E88E5
}

.script-shop__link--black {
color: #81D4FA
}

.script-pay-navigation {
display: none;
padding: 40px 0 0
}

.script-pay-navigation--white {
border-left: 1px solid #D7E2E8
}

.script-pay-navigation--black {
border-left: 1px solid #5B7887
}

.script-pay-navigation__first {
margin-bottom: 15px;
padding-left: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: lowercase;
letter-spacing: 0.03em;
font-variant: small-caps;
color: #78909C
}

.script-pay-navigation__text {
margin: 18px 0;
padding-left: 20px;
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px
}

.script-pay-navigation__text--first {
margin-top: 15px
}

.script-pay-navigation__text--white {
color: #78909C
}

.script-pay-navigation__text--black {
color: #B0BEC5
}

.script-pay-navigation__text--active {
font-weight: 700
}

.script-pay-navigation__text--active::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #2196F3
}

.script-pay-navigation__text--active-white {
color: #37474F
}

.script-pay-navigation__text--active-black {
color: #FFFFFF
}

@media (min-width: 768px) {
.script-pay-navigation {
position: relative;
grid-area: script-pay-navigation;
display: block
}

.script-pay-navigation__wrapper {
position: sticky;
width: 285px;
top: 170px
}
}

.script-pay-info {
padding: 20px
}

@media (min-width: 768px) {
.script-pay-info {
grid-area: script-pay-info;
padding: 30px
}
}

@media (min-width: 1024px) {
.script-pay-info {
padding: 30px 30px 50px
}
}

@media (min-width: 1545px) {
.script-pay-info {
padding: 30px 30px 80px
}
}

.script-pay-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 610px) {
.script-pay-content {
flex-direction: row
}
}

@media (min-width: 768px) {
.script-pay-content {
display: grid;
grid-template-columns: calc(100% - 285px) 285px;
grid-template-areas: "script-pay-info script-pay-navigation";
padding: 0
}
}

@media (min-width: 1024px) {
.script-pay-content {
grid-area: script-pay-content
}
}

.script-create__title {
width: 100%;
margin: 20px auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: center
}

.script-create__title--white {
color: #263238
}

.script-create__title--black {
color: #fff
}

.script-create__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.script-create__text--white {
color: #546E7A
}

.script-create__text--black {
color: #ECEFF1
}

@media (min-width: 1024px) {
.script-create__title {
margin: 50px 0 27px;
text-align: left;
font-size: 35px;
line-height: 45px
}
}

.check-scheme__pay-wrapper {
background: #F2F6F8;
border: 1px solid #E0E8EC;
box-sizing: border-box;
border-radius: 4px
}

.check-scheme__pay-wrapper--white {
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.check-scheme__pay-wrapper--black {
background-color: #4D626D;
border: 1px solid #5B7581
}

.check-scheme__pay-caption {
margin-bottom: 16px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 31px
}

.check-scheme__pay-caption--white {
color: #37474F
}

.check-scheme__pay-caption--black {
color: #F8FCFE
}

.check-scheme__text-pay {
margin-bottom: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
font-style: italic;
line-height: 25px
}

.check-scheme__text-pay--before-footer {
margin-bottom: 18px
}

.check-scheme__text-pay--white {
color: #78909C
}

.check-scheme__text-pay--black {
color: #B0BEC5
}

.check-scheme__text-bold {
font-weight: 700;
font-style: normal
}

.check-scheme__text-bold--white {
color: #546E7A
}

.check-scheme__text-bold--black {
color: #ECEFF1
}

.check-scheme__number {
display: none
}

@media (min-width: 1024px) {
.check-scheme {
padding-left: 65px
}

.check-scheme__text {
margin-bottom: 40px
}

.check-scheme__text--line {
position: relative
}

.check-scheme__text--line::before {
content: "";
position: absolute;
display: block;
top: 35px;
left: -48px;
width: 1px;
height: 110%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.check-scheme__text--without-line {
position: relative
}

.check-scheme__text--line-empty {
position: relative
}

.check-scheme__text--line-empty::before {
content: "";
position: absolute;
display: block;
top: 0;
left: -48px;
width: 1px;
height: calc(100% + 70px);
border: 0.5px solid #E0E8EC;
z-index: 10
}

.check-scheme__number {
position: absolute;
top: 0;
left: -65px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #263238;
border-radius: 50%;
border: 1px solid #E0E8EC;
box-sizing: border-box;
z-index: 20
}

.check-scheme__number--white {
color: #263238
}

.check-scheme__number--black {
color: #ECEFF1
}

.check-scheme__pay-wrapper {
position: relative;
margin: 0 180px 0 0;
padding: 25px 50px 16px 110px;
margin-bottom: 48px
}

.check-scheme__pay-wrapper::before {
content: "";
position: absolute;
display: block;
top: 30px;
left: 30px;
width: 50px;
height: 60px;
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-pay-script.svg)
}

.check-scheme__pay-wrapper--line {
position: relative
}

.check-scheme__pay-wrapper--line::after {
content: "";
position: absolute;
display: block;
top: 20px;
left: -49px;
width: 1px;
height: calc(100% + 30px);
border: 0.5px solid #E0E8EC;
z-index: 10
}
}

.link-create__text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
line-height: 22px;
letter-spacing: 0.02em;
font-variant: small-caps;
color: #90A4AE
}

.link-create__text-caption {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.link-create__text-caption--white {
color: #37474F
}

.link-create__text-caption--black {
color: #F8FCFE
}

.link-create__bold {
font-weight: 700
}

.link-create__value-border {
box-sizing: border-box;
border-radius: 4px;
padding: 0 5px
}

.link-create__value-border--white {
color: #EA9427;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.link-create__value-border--black {
color: #FFECB3;
background-color: #4D626D;
border: 1px solid #5B7581
}

.link-create__value {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.link-create__value--white {
color: #EA9427
}

.link-create__value--black {
color: #FFECB3
}

.link-create__link {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center
}

.link-create__link--white {
color: #1E88E5
}

.link-create__link--black {
color: #81D4FA
}

.link-create__item {
position: relative;
padding: 20px 0
}

.link-create__item--white {
border-bottom: 1px solid #DFEBF1
}

.link-create__item--black {
border-bottom: 1px solid #5B7887
}

.link-create__item:last-of-type {
border: none
}

.link-create__string {
display: none
}

.link-create__item-string {
display: flex;
flex-direction: column;
justify-content: flex-start
}

.link-create__item-string--single {
padding: 15px 0
}

.link-create__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%
}

.link-create__name {
margin: 0 auto auto 0;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.link-create__name::before {
display: none
}

.link-create__name--main {
margin: 0 auto auto 0
}

.link-create__name--main::before {
display: none
}

.link-create__name--white {
color: #EA9427;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.link-create__name--black {
color: #FFECB3;
background: #4D626D;
border: 1px solid #668492
}

.link-create__name--main-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.link-create__name--main-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.link-create__item-value {
width: 100%;
padding-top: 10px
}

.link-create__item-comment {
width: 100%;
padding-top: 10px
}

.link-create__value-parameters {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.link-create__value-parameters--white {
color: #78909C
}

.link-create__value-parameters--black {
color: #B0BEC5
}

.link-create__caption {
margin-bottom: 16px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.link-create__caption--white {
color: #263238
}

.link-create__caption--black {
color: #FFFFFF
}

.link-create__password {
box-sizing: border-box;
border-radius: 4px;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center
}

.link-create__password--white {
color: #37474F;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.link-create__password--black {
color: #F8FCFE;
background-color: #4D626D;
border: 1px solid #5B7581
}

.link-create__info {
position: relative;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.link-create__info::before {
content: "";
position: absolute;
display: block;
content: '=';
top: -3px;
left: -14px;
width: 10px;
height: 22px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
border-radius: 50%
}

.link-create__info--white {
color: #EA9427;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.link-create__info--white::before {
color: #37474F
}

.link-create__info--black {
color: #FFECB3;
background: #4D626D;
border: 1px solid #668492
}

.link-create__info--black::before {
color: #FFFFFF
}

@media (min-width: 768px) {
.link-create {
padding-top: 28px
}

.link-create__caption {
margin-bottom: 21px
}

.link-create__parameters-wrapper {
position: relative;
padding-top: 18px;
padding-left: 65px
}

.link-create__parameters-wrapper--line-first::before {
content: "";
position: absolute;
display: block;
top: 53px;
left: 17px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.link-create__parameters-wrapper--line-second::before {
content: "";
position: absolute;
display: block;
top: 52px;
left: 17px;
width: 1px;
height: calc(100% - 4px);
border: 0.5px solid #E0E8EC;
z-index: 10
}

.link-create__parameters-wrapper--line-check::before {
content: "";
position: absolute;
display: block;
top: 35px;
left: 17px;
width: 1px;
height: calc(100% - 35px);
border: 0.5px solid #E0E8EC;
z-index: 10
}

.link-create__parameters-wrapper--line-check-2::before {
content: "";
position: absolute;
display: block;
top: 52px;
left: 17px;
width: 1px;
height: calc(100% - 33px);
border: 0.5px solid #E0E8EC;
z-index: 10
}

.link-create__parameters-wrapper--line-check-3::before {
content: "";
position: absolute;
display: block;
top: 53px;
left: 17px;
width: 1px;
height: calc(100% - 33px);
border: 0.5px solid #E0E8EC;
z-index: 10
}

.link-create__text-number {
position: relative;
margin-bottom: 7px
}

.link-create__text--left {
width: 35%
}

.link-create__text--left-triple {
width: 33%
}

.link-create__text--center {
width: 33%
}

.link-create__text--right {
width: 65%
}

.link-create__text--right-triple {
width: 33%
}

.link-create__string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 10px 0
}

.link-create__string--line::before {
content: "";
position: absolute;
display: block;
top: 5px;
left: -48px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.link-create__string--white {
border-bottom: 1px solid #DFEBF1
}

.link-create__string--black {
border-bottom: 1px solid #5B7887
}

.link-create__item-string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start
}

.link-create__item-string::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 1px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.link-create__item-string--single {
padding: 15px 0
}

.link-create__item-string:last-of-type::before {
height: 50%
}

.link-create__item-string:only-child::before {
display: none
}

.link-create__item {
position: relative;
padding: 30px 0
}

.link-create__item--white {
border-bottom: 1px solid #DFEBF1
}

.link-create__item--black {
border-bottom: 1px solid #5B7887
}

.link-create__item:last-of-type {
border: none
}

.link-create__item--line::before {
content: "";
position: absolute;
display: block;
top: 0;
left: -48px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.link-create__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%
}

.link-create__item-name--triple {
width: 33%
}

.link-create__item-value {
width: 50%;
padding-top: 0
}

.link-create__item-value--center {
width: 33%
}

.link-create__item-comment {
width: 33%;
padding: 0
}

.link-create__name {
margin: auto auto auto 20px
}

.link-create__name::before {
content: "";
position: absolute;
display: block;
left: 0;
top: 50%;
width: 20px;
height: 1px;
border-top: 1px dashed #C3C9CC
}

.link-create__name--main {
margin: 0 auto auto 0
}

.link-create__name--main::before {
display: none
}

.link-create__number {
position: absolute;
top: 0;
left: -65px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #263238;
border-radius: 50%;
border: 1px solid #E0E8EC;
box-sizing: border-box;
z-index: 20
}

.link-create__number--white {
color: #263238
}

.link-create__number--black {
color: #ECEFF1
}
}

@media (min-width: 1200px) {
.link-create__item-name {
width: 35%
}

.link-create__item-name--triple {
width: 33%
}

.link-create__item-value {
width: 65%
}

.link-create__item-value--center {
width: 33%
}

.link-create__item-comment {
width: 33%
}
}

.about-interface__title {
width: 100%;
margin: 20px auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: center
}

.about-interface__title--white {
color: #263238
}

.about-interface__title--black {
color: #fff
}

.about-interface__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.about-interface__text--white {
color: #546E7A
}

.about-interface__text--black {
color: #ECEFF1
}

.about-interface__link {
font-weight: 500
}

.about-interface__link--white {
color: #1E88E5
}

.about-interface__link--black {
color: #81D4FA
}

.about-interface__caption {
margin-bottom: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.about-interface__caption--white {
color: #37474F
}

.about-interface__caption--black {
color: #F8FCFE
}

.about-interface__text-link {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all
}

.about-interface__text-link--white {
color: #1E88E5
}

.about-interface__text-link--black {
color: #81D4FA
}

.about-interface__request {
padding: 0 5px;
box-sizing: border-box;
border-radius: 4px
}

.about-interface__request--white {
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.about-interface__request--black {
background: #4D626D;
border: 1px solid #5B7581
}

@media (min-width: 1024px) {
.about-interface {
padding-bottom: 40px
}

.about-interface__title {
margin: 50px 0 36px;
text-align: left;
font-size: 35px;
line-height: 45px
}
}

.interface-code {
margin-bottom: 28px
}

.interface-code__header {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 13px 20px;
border-radius: 4px 4px 0px 0px
}

.interface-code__header--white {
background: linear-gradient(0deg, #525669, #525669), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.interface-code__header--black {
background: linear-gradient(0deg, #2B383E, #2B383E), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.interface-code__name {
text-transform: uppercase;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
color: #F7FCFF
}

.interface-code__button {
padding: 0;
margin: auto 0 auto auto;
background-color: transparent
}

.interface-code__pre {
position: relative;
overflow: auto;
display: none;
box-sizing: border-box;
border-radius: 0px 0px 4px 4px
}

.interface-code__pre--white {
background-color: #F2F6F8;
border: 1px solid #D7E2E8
}

.interface-code__pre--black {
background-color: #455A64;
border: 1px solid #5B7887
}

.interface-code__pre--active {
display: block
}

.interface-code__content {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #546E7A
}

.interface-code__content-main {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #546E7A
}

.interface-code__content-wrapper {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.interface-code__content-wrapper--white {
color: #1565C0
}

.interface-code__content-wrapper--black {
color: #81D4FA
}

.interface-code__title {
color: #1565C0
}

.interface-code__title--white {
color: #1565C0
}

.interface-code__title--black {
color: #81D4FA
}

.interface-code__text {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.interface-code__text--white {
color: #EA9427
}

.interface-code__text--black {
color: #FFECB3
}

.interface-code__numbers-list {
position: absolute;
top: 0;
left: 20px;
width: 40px
}

.interface-code__number {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.interface-code__number--white {
color: #90A4AE
}

.interface-code__number--black {
color: rgba(255, 255, 255, 0.5)
}

.interface-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 610px) {
.interface-content {
flex-direction: row
}
}

@media (min-width: 768px) {
.interface-content {
display: grid;
grid-template-columns: calc(100% - 285px) 285px;
grid-template-areas: "interface-info interface-navigation";
padding: 0
}
}

@media (min-width: 1024px) {
.interface-content {
grid-area: interface-content
}
}

.interface-errors {
width: 100%;
padding: 16px 0
}

.interface-errors__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.interface-errors__title--white {
color: #263238
}

.interface-errors__title--black {
color: #FFFFFF
}

@media (min-width: 768px) {
.interface-errors__title {
font-size: 28px;
line-height: 41px
}
}

.interface-recommend {
width: 100%;
padding: 16px 0
}

.interface-recommend__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.interface-recommend__title--white {
color: #263238
}

.interface-recommend__title--black {
color: #FFFFFF
}

.interface-recommend__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-recommend__text--white {
color: #546E7A
}

.interface-recommend__text--black {
color: #ECEFF1
}

.interface-recommend__link--white {
color: #1E88E5
}

.interface-recommend__link--black {
color: #81D4FA
}

@media (min-width: 768px) {
.interface-recommend__title {
margin: 21px 0 38px;
font-size: 28px;
line-height: 41px
}

.interface-recommend__text {
margin-bottom: 24px
}
}

.interface-fail {
width: 100%;
padding: 16px 0
}

.interface-fail__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.interface-fail__title--white {
color: #263238
}

.interface-fail__title--black {
color: #FFFFFF
}

.interface-fail__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-fail__text--white {
color: #546E7A
}

.interface-fail__text--black {
color: #ECEFF1
}

.interface-fail__link--white {
color: #1E88E5
}

.interface-fail__link--black {
color: #81D4FA
}

@media (min-width: 768px) {
.interface-fail__title {
margin: 21px 0 38px;
font-size: 28px;
line-height: 41px
}

.interface-fail__text {
margin-bottom: 24px
}
}

.interface-info {
padding: 20px
}

.telegram-bot-info {
padding: 20px
}

@media (min-width: 768px) {
.interface-info {
grid-area: interface-info;
padding: 30px
}
}

@media (min-width: 1024px) {
.interface-info {
padding: 30px 30px 50px
}
}

@media (min-width: 1545px) {
.interface-info {
padding: 30px 30px 80px
}
}

.interface-navigation {
display: none;
padding: 40px 0 0
}

.interface-navigation--white {
border-left: 1px solid #D7E2E8
}

.interface-navigation--black {
border-left: 1px solid #5B7887
}

.interface-navigation__first {
margin-bottom: 15px;
padding-left: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: lowercase;
letter-spacing: 0.03em;
font-variant: small-caps;
color: #78909C
}

.interface-navigation__text {
margin: 18px 0;
padding-left: 20px;
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px
}

.interface-navigation__text--first {
margin-top: 15px
}

.interface-navigation__text--white {
color: #78909C
}

.interface-navigation__text--black {
color: #B0BEC5
}

.interface-navigation__text--active {
font-weight: 700
}

.interface-navigation__text--active::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #2196F3
}

.interface-navigation__text--active-white {
color: #37474F
}

.interface-navigation__text--active-black {
color: #FFFFFF
}

@media (min-width: 768px) {
.interface-navigation {
position: relative;
grid-area: interface-navigation;
display: block
}

.interface-navigation__wrapper {
position: sticky;
width: 285px;
top: 170px
}
}

.interface-notification {
width: 100%;
padding: 16px 0;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.interface-notification__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.interface-notification__title--white {
color: #263238
}

.interface-notification__title--black {
color: #FFFFFF
}

.interface-notification__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-notification__text--white {
color: #546E7A
}

.interface-notification__text--black {
color: #ECEFF1
}

.interface-notification__text-bold {
font-weight: 700
}

.interface-notification__parameter {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.interface-notification__parameter--white {
color: #37474F;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.interface-notification__parameter--black {
color: #F8FCFE;
background-color: #4D626D;
border: 1px solid #5B7581
}

.interface-notification__parameter-name {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
border-radius: 4px
}

.interface-notification__parameter-name--white {
color: #1E88E5;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.interface-notification__parameter-name--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

@media (min-width: 768px) {
.interface-notification__title {
font-size: 28px;
line-height: 41px
}

.interface-notification__text {
margin-bottom: 24px
}
}

.interface-parameters__header {
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-bottom: 8px
}

.interface-parameters__header-button {
position: relative;
width: 20px;
height: 20px;
padding: 0;
background-color: #EBF1F4;
border-radius: 2px;
transition: 0.4s
}

.interface-parameters__header-button::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.interface-parameters__header-button::after {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.interface-parameters__header-button--rotate::before {
animation-duration: 1s;
animation-name: button-rotate;
animation-fill-mode: forwards;
transition-timing-function: linear
}

.interface-parameters__header-text {
margin-left: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.interface-parameters__header-text--white {
color: #37474F
}

.interface-parameters__header-text--black {
color: #FFFFFF
}

.interface-parameters__item {
position: relative;
padding: 20px 0
}

.interface-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.interface-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.interface-parameters__item:last-of-type {
border: none
}

.interface-parameters__string {
display: none
}

.interface-parameters__text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
line-height: 22px;
letter-spacing: 0.02em;
font-variant: small-caps;
color: #90A4AE
}

.interface-parameters__text--left {
width: 35%
}

.interface-parameters__text--right {
width: 65%
}

.interface-parameters__item-string {
display: flex;
flex-direction: column;
justify-content: flex-start
}

.interface-parameters__item-string--single {
padding: 15px 0
}

.interface-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%
}

.interface-parameters__name {
margin: 0 auto auto 0;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.interface-parameters__name::before {
display: none
}

.interface-parameters__name--main {
margin: 0 auto auto 0
}

.interface-parameters__name--main::before {
display: none
}

.interface-parameters__name--white {
color: #EA9427;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.interface-parameters__name--black {
color: #FFECB3;
background: #4D626D;
border: 1px solid #668492
}

.interface-parameters__name--main-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.interface-parameters__name--main-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.interface-parameters__name--blue-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.interface-parameters__name--blue-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.interface-parameters__name--red-white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.interface-parameters__name--red-black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.interface-parameters__name--green {
color: #37474F;
background: #C5E1A5;
border: 1px solid #AED581
}

.interface-parameters__name--yellow {
color: #37474F;
background: #FDF291;
border: 1px solid #FFEB3B
}

.interface-parameters__name--end-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.interface-parameters__name--end-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.interface-parameters__item-value {
width: 100%;
padding-top: 10px
}

.interface-parameters__value {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-parameters__value--multi {
margin-bottom: 19px
}

.interface-parameters__value--first {
margin-bottom: 30px
}

.interface-parameters__value--white {
color: #546E7A
}

.interface-parameters__value--black {
color: #ECEFF1
}

.interface-parameters__value-bold {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px;
word-break: break-all
}

.interface-parameters__value-bold--white {
color: #37474F
}

.interface-parameters__value-bold--black {
color: #FFFFFF
}

.interface-parameters__content {
max-height: 0;
transition: max-height 0.3s linear;
overflow: hidden
}

.interface-parameters__content--show {
overflow: auto;
max-height: 1000px
}

.interface-parameters__value-link {
font-weight: 500
}

.interface-parameters__value-link--white {
color: #1E88E5
}

.interface-parameters__value-link--black {
color: #81D4FA
}

.interface-parameters__value-data {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.interface-parameters__value-data--white {
color: #37474F;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.interface-parameters__value-data--black {
color: #F8FCFE;
background-color: #4D626D;
border: 1px solid #5B7581
}

.interface-parameters__parameter {
padding: 0 5px;
box-sizing: border-box;
border-radius: 4px
}

.interface-parameters__parameter--white {
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.interface-parameters__parameter--black {
background: #4D626D;
border: 1px solid #5B7581
}

.interface-parameters__value-parameter {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.interface-parameters__value-parameter--white {
color: #1565C0;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.interface-parameters__value-parameter--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.interface-parameters__symbol {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.interface-parameters__symbol--white {
color: #37474F;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.interface-parameters__symbol--black {
color: #FFFFFF;
background-color: #4D626D;
border: 1px solid #5B7581
}

.interface-parameters__value-example {
position: relative;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.interface-parameters__value-example--white {
color: #EA9427;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.interface-parameters__value-example--black {
color: #FFECB3;
background-color: #4D626D;
border: 1px solid #5B7581
}

.interface-parameters__value-example--equals::before {
content: "";
position: absolute;
display: block;
content: '=';
top: -3px;
left: -20px;
width: 10px;
height: 22px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
border-radius: 50%;
color: #37474F
}

.interface-parameters__exponent {
position: relative
}

.interface-parameters__exponent::before {
content: "";
position: absolute;
display: block;
content: '31';
top: -7px;
right: -8px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 8px;
line-height: 12px
}

.interface-parameters__exponent--white::before {
color: #546E7A
}

.interface-parameters__exponent--black::before {
color: #ECEFF1
}

.interface-parameters__parameter-value {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center
}

.interface-parameters__parameter-value--white {
color: #EA9427
}

.interface-parameters__parameter-value--black {
color: #FFECB3
}

.interface-parameters__parameter-name {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all
}

.interface-parameters__parameter-name--white {
color: #1E88E5
}

.interface-parameters__parameter-name--black {
color: #81D4FA
}

.interface-parameters__parameter-wrapper {
width: 210px;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 16px
}

@media (min-width: 768px) {
.interface-parameters__string {
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 10px 0
}

.interface-parameters__string--white {
border-bottom: 1px solid #DFEBF1
}

.interface-parameters__string--black {
border-bottom: 1px solid #5B7887
}

.interface-parameters__item-string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start
}

.interface-parameters__item-string::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 1px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.interface-parameters__item-string--subline::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.interface-parameters__item-string--subline-halfup::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.interface-parameters__item-string--subline-halfdown::after {
content: "";
position: absolute;
display: block;
bottom: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.interface-parameters__item-string--halfup::before {
height: 50%
}

.interface-parameters__item-string--outline::before {
display: none
}

.interface-parameters__item-string--single {
padding: 15px 0
}

.interface-parameters__item-string:last-of-type::before {
height: 50%
}

.interface-parameters__item-string:only-child::before {
display: none
}

.interface-parameters__item {
position: relative;
padding: 30px 0
}

.interface-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.interface-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.interface-parameters__item:last-of-type {
border: none
}

.interface-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%
}

.interface-parameters__item-name--list {
flex-direction: column;
justify-content: space-between;
flex-wrap: wrap;
height: 68px
}

.interface-parameters__item-value {
width: 50%;
padding-top: 0
}

.interface-parameters__name {
margin: auto auto auto 0
}

.interface-parameters__name--main {
margin: 0 auto auto 0
}

.interface-parameters__name--main::before {
display: none
}

.interface-parameters__name--item {
margin: 0 auto 0 0
}
}

@media (min-width: 1200px) {
.interface-parameters__item-name {
width: 35%
}

.interface-parameters__item-value {
width: 65%
}
}

.interface-php {
width: 100%;
padding: 16px 0
}

.interface-php__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.interface-php__title--white {
color: #263238
}

.interface-php__title--black {
color: #FFFFFF
}

.interface-php__text {
margin-bottom: 30px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-php__text--white {
color: #546E7A
}

.interface-php__text--black {
color: #ECEFF1
}

.interface-php__bold {
font-weight: 700
}

.interface-php__result-wrapper {
width: 100%;
display: flex;
flex-direction: column;
padding: 25px 0;
background: #F2F6F8;
border: 1px solid #DEE6EA;
box-sizing: border-box;
border-radius: 4px
}

.interface-php__code-header {
position: relative;
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
padding-bottom: 42px
}

.interface-php__code-header::before {
content: "";
position: absolute;
display: block;
left: -20px;
bottom: 30px;
width: calc(100% + 40px);
height: 1px;
background-color: #D7E2E8
}

.interface-php__code-button {
margin: 0 16px;
padding: 10px 0;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 19px;
line-height: 22px;
background-color: transparent
}

.interface-php__code-button:first-of-type {
margin-left: 0
}

.interface-php__code-button:last-of-type {
margin-right: 0
}

.interface-php__code-button--active {
position: relative;
font-weight: 700
}

.interface-php__code-button--active::before {
content: "";
position: absolute;
display: block;
bottom: -11px;
left: 0;
width: 100%;
height: 4px;
background: #2196F3
}

.interface-php__code-button--white {
color: #546E7A
}

.interface-php__code-button--black {
color: #ECEFF1
}

.interface-php__code-button--active-white {
color: #37474F
}

.interface-php__code-button--active-black {
color: #F8FCFE
}

.interface-php__code-result {
width: 100%;
display: flex;
flex-direction: column
}

.interface-php__caption {
margin-bottom: 24px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 31px
}

.interface-php__caption--white {
color: #263238
}

.interface-php__caption--black {
color: #FFFFFF
}

.interface-php__code-image {
margin: auto
}

.interface-php__code-image--hidden {
display: none
}

@media (min-width: 768px) {
.interface-php {
padding: 16px 0 40px
}

.interface-php__title {
margin-bottom: 38px;
font-size: 28px;
line-height: 41px
}
}

.interface-curl {
width: 100%;
padding: 16px 0
}

.interface-curl__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.interface-curl__title--white {
color: #263238
}

.interface-curl__title--black {
color: #FFFFFF
}

.interface-curl__text {
margin-bottom: 30px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-curl__text--white {
color: #546E7A
}

.interface-curl__text--black {
color: #ECEFF1
}

.interface-curl__bold {
font-weight: 700
}

.interface-curl__result-wrapper {
width: 100%;
display: flex;
flex-direction: column;
padding: 25px 0;
background: #F2F6F8;
border: 1px solid #DEE6EA;
box-sizing: border-box;
border-radius: 4px
}

.curl-interface__caption {
margin-bottom: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.curl-interface__caption--white {
color: #37474F
}

.curl-interface__caption--black {
color: #F8FCFE

}


.interface-curl__caption {
margin-bottom: 24px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 3px
}

.interface-curl__caption--white {
color: #263238
}

.interface-curl__caption--black {
color: #FFFFFF
}

.interface-curl__code-image {
margin: auto
}

.interface-curl__code-image--hidden {
display: none
}

@media (min-width: 768px) {
.interface-curl {
padding: 16px 0 40px
}

.interface-curl__title {
margin-bottom: 38px;
font-size: 28px;
line-height: 41px
 }

.curl-interface__text-link {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all
}

.curl-interface__text-link--white {
color: #1E88E5
}

.curl-interface__text-link--black {
color: #81D4FA
}

.curl-interface__request {
padding: 0 5px;
box-sizing: border-box;
border-radius: 4px
}

.curl-interface__request--white {
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.curl-interface__request--black {
background: #4D626D;
border: 1px solid #5B7581
}
}

.interface-jwt {
    width: 100%;
    padding: 16px 0
}

.interface-jwt__title {
    margin: 21px auto 19px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.interface-jwt__title--white {
    color: #263238
}

.interface-jwt__title--black {
    color: #FFFFFF
}

.interface-jwt__text {
    margin-bottom: 30px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.interface-jwt__text--white {
    color: #546E7A
}

.interface-jwt__text--black {
    color: #ECEFF1
}

.interface-jwt__bold {
    font-weight: 700
}

.interface-jwt__result-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    background: #F2F6F8;
    border: 1px solid #DEE6EA;
    box-sizing: border-box;
    border-radius: 4px
}

.jwt-interface__caption {
    margin-bottom: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.jwt-interface__caption--white {
    color: #37474F
}

.jwt-interface__caption--black {
    color: #F8FCFE

}


.interface-jwt__caption {
    margin-bottom: 24px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 3px
}

.interface-jwt__caption--white {
    color: #263238
}

.interface-jwt__caption--black {
    color: #FFFFFF
}

.interface-jwt__code-image {
    margin: auto
}

.interface-jwt__code-image--hidden {
    display: none
}

@media (min-width: 768px) {
    .interface-jwt {
        padding: 16px 0 40px
}

    .interface-jwt__title {
        margin-bottom: 38px;
        font-size: 28px;
        line-height: 41px
}

    .jwt-interface__text-link {
        font-family: "FiraMono", "Arial", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        word-break: break-all
}

    .jwt-interface__text-link--white {
        color: #1E88E5
}

    .jwt-interface__text-link--black {
        color: #81D4FA
}

    .jwt-interface__request {
        padding: 0 5px;
        box-sizing: border-box;
        border-radius: 4px
}

    .jwt-interface__request--white {
        background: #F7FAFC;
        border: 1px solid #E0E8EC
}

    .jwt-interface__request--black {
        background: #4D626D;
        border: 1px solid #5B7581
}
    .jwt-notification__parameter-name--white {
        color: #1E88E5;
        background: #F2F6F8;
        border: 1px solid #E0E8EC
}
    .jwt-notification__parameter-name {
        padding: 0 5px;
        font-family: "FiraMono", "Arial", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        word-break: break-all;
        border-radius: 4px
}
}

.interface-saving {
    width: 100%;
    padding: 16px 0
}

.interface-saving__title {
    margin: 21px auto 19px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.interface-saving__title--white {
    color: #263238
}

.interface-saving__title--black {
    color: #FFFFFF
}

.interface-saving__text {
    margin-bottom: 30px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.interface-saving__text--white {
    color: #546E7A
}

.interface-saving__text--black {
    color: #ECEFF1
}

.interface-saving__bold {
    font-weight: 700
}

.interface-saving__result-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    background: #F2F6F8;
    border: 1px solid #DEE6EA;
    box-sizing: border-box;
    border-radius: 4px
}

.saving-interface__caption {
    margin-bottom: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.saving-interface__caption--white {
    color: #37474F
}

.saving-interface__caption--black {
    color: #F8FCFE

}


.interface-saving__caption {
    margin-bottom: 24px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 3px
}

.interface-saving__caption--white {
    color: #263238
}

.interface-saving__caption--black {
    color: #FFFFFF
}

.interface-saving__code-image {
    margin: auto
}

.interface-saving__code-image--hidden {
    display: none
}

@media (min-width: 768px) {
    .interface-saving {
        padding: 16px 0 40px
    }

    .interface-saving__title {
        margin-bottom: 38px;
        font-size: 28px;
        line-height: 41px
    }

    .saving-interface__text-link {
        font-family: "FiraMono", "Arial", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        word-break: break-all
    }

    .saving-interface__text-link--white {
        color: #1E88E5
    }

    .saving-interface__text-link--black {
        color: #81D4FA
    }

    .saving-interface__request {
        padding: 0 5px;
        box-sizing: border-box;
        border-radius: 4px
    }

    .saving-interface__request--white {
        background: #F7FAFC;
        border: 1px solid #E0E8EC
    }

    .saving-interface__request--black {
        background: #4D626D;
        border: 1px solid #5B7581
    }
}

.interface-jws {
width: 100%;
padding: 16px 0
}

.interface-jws__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.interface-jws__title--white {
color: #263238
}

.interface-jws__title--black {
color: #FFFFFF
}

.interface-jws__text {
margin-bottom: 30px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-jws__text--white {
color: #546E7A
}

.interface-jws__text--black {
color: #ECEFF1
}

.interface-jws__bold {
font-weight: 700
}

.interface-jws__result-wrapper {
width: 100%;
display: flex;
flex-direction: column;
padding: 25px 0;
background: #F2F6F8;
border: 1px solid #DEE6EA;
box-sizing: border-box;
border-radius: 4px
}

.jws-interface__caption {
margin-bottom: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.jws-interface__caption--white {
color: #37474F
}

.jws-interface__caption--black {
color: #F8FCFE
}

.interface-jws__caption {
margin-bottom: 24px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 3px
}

.interface-jws__caption--white {
color: #263238
}

.interface-jws__caption--black {
color: #FFFFFF
}

.interface-jws__code-image {
margin: auto
}

.interface-jws__code-image--hidden {
display: none
}

@media (min-width: 768px) {
.interface-jws {
padding: 16px 0 40px
}

.interface-jws__title {
margin-bottom: 38px;
font-size: 28px;
line-height: 41px
}

.jws-interface__text-link {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all
}

.jws-interface__text-link--white {
color: #1E88E5
}

.jws-interface__text-link--black {
color: #81D4FA
}

.jws-interface__request {
padding: 0 5px;
box-sizing: border-box;
border-radius: 4px
}

.jws-interface__request--white {
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.jws-interface__request--black {
background: #4D626D;
border: 1px solid #5B7581
}
}

.interface-return {
    width: 100%;
    padding: 16px 0
}

.interface-return__title {
    margin: 21px auto 19px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    text-align: left
}

.interface-return__title--white {
    color: #263238
}

.interface-return__title--black {
    color: #FFFFFF
}

.interface-return__text {
    margin-bottom: 30px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.interface-return__text--white {
    color: #546E7A
}

.interface-return__text--black {
    color: #ECEFF1
}

.interface-return__bold {
    font-weight: 700
}

.interface-return__result-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    background: #F2F6F8;
    border: 1px solid #DEE6EA;
    box-sizing: border-box;
    border-radius: 4px
}

.return-interface__caption {
    margin-bottom: 10px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.return-interface__caption--white {
    color: #37474F
}

.return-interface__caption--black {
    color: #F8FCFE
}

.interface-return__caption {
    margin-bottom: 24px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 3px
}

.interface-return__caption--white {
    color: #263238
}

.interface-return__caption--black {
    color: #FFFFFF
}

.interface-return__code-image {
    margin: auto
}

.interface-return__code-image--hidden {
    display: none
}

@media (min-width: 768px) {
    .interface-return {
        padding: 16px 0 40px
    }

    .interface-return__title {
        margin-bottom: 38px;
        font-size: 28px;
        line-height: 41px
    }

    .return-interface__text-link {
        font-family: "FiraMono", "Arial", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        word-break: break-all
    }

    .return-interface__text-link--white {
        color: #1E88E5
    }

    .return-interface__text-link--black {
        color: #81D4FA
    }

    .return-interface__request {
        padding: 0 5px;
        box-sizing: border-box;
        border-radius: 4px
    }

    .return-interface__request--white {
        background: #F7FAFC;
        border: 1px solid #E0E8EC
    }

    .return-interface__request--black {
        background: #4D626D;
        border: 1px solid #5B7581
    }
}

.-solution {
width: 100%;
padding: 16px 0
}

.interface-solution__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.interface-solution__title--white {
color: #263238
}

.interface-solution__title--black {
color: #FFFFFF
}

.interface-solution__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-solution__text--white {
color: #546E7A
}

.interface-solution__text--black {
color: #ECEFF1
}

.interface-solution__item {
position: relative;
margin-right: 35px;
margin-bottom: 13px;
padding: 2px 5px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
border-radius: 4px;
letter-spacing: 1.25px
}

.interface-solution__item--white {
color: #37474F;
background-color: #E3F2FD
}

.interface-solution__item--black {
color: #D9DDE0;
background-color: #6D8591
}

.interface-solution__item::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 5px);
right: -16px;
width: 7px;
height: 10px;
background-image: url(/local/templates/docs/css/img/icon-arrow-notification.svg);
display: none;
}

.interface-solution__item--active {
font-weight: 500
}

.interface-solution__item--active::before {
display: none
}

.interface-solution__item--active-white {
color: #FFFFFF;
background-color: #81D4FA
}

.interface-solution__item--active-black {
color: #37474F;
background-color: #CFD8DC
}

.interface-solution__caption {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.interface-solution__caption--white {
color: #37474F
}

.interface-solution__caption--black {
color: #F8FCFE
}

.interface-solution__text-link {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 17px;
line-height: 25px
}

.interface-solution__text-link--white {
color: #1E88E5
}

.interface-solution__text-link--black {
color: #81D4FA
}

.interface-solution__text-link--point-white {
position: relative;
padding-left: 15px
}

.interface-solution__text-link--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.interface-solution__text-link--point-black {
position: relative;
padding-left: 15px
}

.interface-solution__text-link--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #ECEFF1
}

@media (min-width: 768px) {
.interface-solution__title {
margin: 21px auto 30px;
font-size: 28px;
line-height: 41px
}

.interface-solution__text {
margin-bottom: 22px
}

.interface-solution__caption {
margin-bottom: 14px
}

.interface-solution__text-link {
margin-bottom: 16px
}
}

.interface-success {
width: 100%;
padding: 16px 0
}

.interface-success__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.interface-success__title--white {
color: #263238
}

.interface-success__title--black {
color: #FFFFFF
}

.interface-success__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-success__text--white {
color: #546E7A
}

.interface-success__text--black {
color: #ECEFF1
}

.interface-success__link {
font-weight: 500
}

.interface-success__link--white {
color: #1E88E5
}

.interface-success__link--black {
color: #81D4FA
}

@media (min-width: 768px) {
.interface-success__title {
margin: 21px 0 38px;
font-size: 28px;
line-height: 41px
}

.interface-success__text {
margin-bottom: 24px
}
}

.interface-attention {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin-top: 35px;
margin-bottom: 30px;
padding: 20px 20px 25px 60px;
border-radius: 4px
}

.interface-attention--white {
background-color: #FBE9E7
}

.interface-attention--black {
background: rgba(139, 122, 121, 0.4)
}

.interface-attention__title {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px
}

.interface-attention__title::before {
content: "";
position: absolute;
display: block;
content: '!';
top: 0;
left: -40px;
width: 24px;
height: 24px;
font-family: "Roboto Condensed", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
background-color: #FF7043;
border-radius: 50%
}

.interface-attention__title--white {
color: #37474F
}

.interface-attention__title--black {
color: #F8FCFE
}

.interface-attention__text {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.interface-attention__text:last-of-type {
margin-bottom: 0
}

.interface-attention__text::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px
}

.interface-attention__text--white {
color: #546E7A
}

.interface-attention__text--black {
color: #ECEFF1
}

.interface-attention__text-word {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-align: center;
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6;
box-sizing: border-box;
border-radius: 4px
}

.interface-attention__text-bold {
font-weight: 700
}

.interface-attention__link {
color: #1E88E5
}

.interface-attention__parameter {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.interface-attention__parameter--white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.interface-attention__parameter--black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.help-activation {
width: 100%;
padding: 16px 0
}

.help-activation__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.help-activation__title--white {
color: #263238
}

.help-activation__title--black {
color: #FFFFFF
}

.help-activation__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-activation__text--white {
color: #546E7A
}

.help-activation__text--black {
color: #ECEFF1
}

.help-activation__list {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
max-width: 420px
}

.help-activation__item {
position: relative;
margin-right: 35px;
margin-bottom: 13px;
padding: 2px 5px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
border-radius: 4px;
letter-spacing: 1.25px
}

.help-activation__item--white {
color: #37474F;
background-color: #E3F2FD
}

.help-activation__item--black {
color: #D9DDE0;
background-color: #6D8591
}

.help-activation__item::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 5px);
right: -16px;
width: 7px;
height: 10px;
background-image: url(/local/templates/docs/css/img/icon-arrow-notification.svg)
}

.help-activation__item--active {
font-weight: 500
}

.help-activation__item--active::before {
display: none
}

.help-activation__item--active-white {
color: #FFFFFF;
background-color: #81D4FA
}

.help-activation__item--active-black {
color: #37474F;
background-color: #CFD8DC
}

.help-activation__popup {
position: relative;
width: 100%;
background: #F2F6F8;
border-radius: 5px;
box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.25)
}

@media (min-width: 500px) {
.help-activation__list {
justify-content: space-between;
flex-wrap: nowrap;
width: 100%;
max-width: 305px
}

.help-activation__item {
margin: 0
}
}

@media (min-width: 768px) {
.help-activation__title {
margin: 21px auto 30px;
font-size: 28px;
line-height: 41px
}

.help-activation__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 30px auto;
border-radius: 4px 4px 0px 0px
}

.help-activation__img-bar {
width: 100%
}

.help-activation__img-cart {
width: 77%;
margin: 30px auto 30px
}
}

@media (min-width: 1545px) {
.help-activation__popup {
width: 764px;
margin: 30px auto 30px 0
}

.help-activation__img-bar {
width: 100%
}

.help-activation__img-cart {
width: 605px;
height: 256px
}

.help-activation__img-cart--request {
height: 235px
}
}

.help-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 610px) {
.help-content {
flex-direction: row
}
}

@media (min-width: 768px) {
.help-content {
display: grid;
grid-template-columns: calc(100% - 285px) 285px;
grid-template-areas: "help-info help-navigation";
padding: 0
}
}

@media (min-width: 1024px) {
.help-content {
grid-area: help-content
}
}

.help-create {
width: 100%;
padding: 16px 0
}

.help-create__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.help-create__title--white {
color: #263238
}

.help-create__title--black {
color: #FFFFFF
}

.help-create__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-create__text--white {
color: #546E7A
}

.help-create__text--black {
color: #ECEFF1
}

.help-create__list {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
max-width: 420px
}

.help-create__item {
position: relative;
margin-right: 35px;
margin-bottom: 13px;
padding: 2px 5px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
border-radius: 4px;
letter-spacing: 1.25px
}

.help-create__item--white {
color: #37474F;
background-color: #E3F2FD
}

.help-create__item--black {
color: #D9DDE0;
background-color: #6D8591
}

.help-create__item::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 5px);
right: -16px;
width: 7px;
height: 10px;
background-image: url(/local/templates/docs/css/img/icon-arrow-notification.svg)
}

.help-create__item--active {
font-weight: 500
}

.help-create__item--active::before {
display: none
}

.help-create__item--active-white {
color: #FFFFFF;
background-color: #81D4FA
}

.help-create__item--active-black {
color: #37474F;
background-color: #CFD8DC
}

.help-create__popup {
position: relative;
width: 100%;
background: #F2F6F8;
border-radius: 5px;
box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.25)
}

@media (min-width: 500px) {
.help-create__list {
justify-content: space-between;
flex-wrap: nowrap;
width: 100%;
max-width: 310px
}

.help-create__item {
margin: 0
}
}

@media (min-width: 768px) {
.help-create__title {
margin: 21px auto 30px;
font-size: 28px;
line-height: 41px
}

.help-create__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 30px auto;
border-radius: 4px 4px 0px 0px
}

.help-create__img-bar {
width: 100%
}

.help-create__img-cart {
width: 77%;
margin: 30px auto 30px
}
}

@media (min-width: 1545px) {
.help-create__popup {
width: 764px;
margin: 30px auto 30px 0
}

.help-create__img-bar {
width: 100%
}

.help-create__img-cart {
width: 605px;
height: 780px
}
}

.help-fiscalization {
width: 100%;
padding: 16px 0
}

.help-fiscalization__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.help-fiscalization__title--white {
color: #263238
}

.help-fiscalization__title--black {
color: #FFFFFF
}

.help-fiscalization__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-fiscalization__text--white {
color: #546E7A
}

.help-fiscalization__text--black {
color: #ECEFF1
}

.help-fiscalization__list {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
max-width: 420px
}

.help-fiscalization__item {
position: relative;
margin-right: 35px;
margin-bottom: 13px;
padding: 2px 5px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
border-radius: 4px;
letter-spacing: 1.25px
}

.help-fiscalization__item--white {
color: #37474F;
background-color: #E3F2FD
}

.help-fiscalization__item--black {
color: #D9DDE0;
background-color: #6D8591
}

.help-fiscalization__item::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 5px);
right: -16px;
width: 7px;
height: 10px;
background-image: url(/local/templates/docs/css/img/icon-arrow-notification.svg)
}

.help-fiscalization__item--active {
font-weight: 500
}

.help-fiscalization__item--active::before {
display: none
}

.help-fiscalization__item--active-white {
color: #FFFFFF;
background-color: #81D4FA
}

.help-fiscalization__item--active-black {
color: #37474F;
background-color: #CFD8DC
}

.help-fiscalization__popup {
position: relative;
width: 100%;
background: #F2F6F8;
border-radius: 5px;
box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.25)
}

@media (min-width: 500px) {
.help-fiscalization__list {
justify-content: space-between;
flex-wrap: nowrap;
width: 100%;
max-width: 190px
}

.help-fiscalization__item {
margin: 0
}
}

@media (min-width: 768px) {
.help-fiscalization__title {
margin: 21px auto 30px;
font-size: 28px;
line-height: 41px
}

.help-fiscalization__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 30px auto;
border-radius: 4px 4px 0px 0px
}

.help-fiscalization__img-bar {
width: 100%
}

.help-fiscalization__img-cart {
width: 77%;
margin: 30px auto
}
}

@media (min-width: 1545px) {
.help-fiscalization__popup {
margin: 30px auto 30px 0
}

.help-fiscalization__img-bar {
width: 100%
}

.help-fiscalization__img-cart {
width: 680px;
height: 330px;
margin: 30px auto
}
}

.help-info {
padding: 20px
}

@media (min-width: 768px) {
.help-info {
grid-area: help-info;
padding: 30px
}
}

@media (min-width: 1024px) {
.help-info {
padding: 30px 30px 50px
}
}

@media (min-width: 1545px) {
.help-info {
padding: 30px 30px 80px
}
}

.help-navigation {
display: none;
padding: 40px 0 0
}

.help-navigation--white {
border-left: 1px solid #D7E2E8
}

.help-navigation--black {
border-left: 1px solid #5B7887
}

.help-navigation__first {
margin-bottom: 15px;
padding-left: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: lowercase;
letter-spacing: 0.03em;
font-variant: small-caps;
color: #78909C
}

.help-navigation__text {
margin: 18px 0;
padding-left: 20px;
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px
}

.help-navigation__text--first {
margin-top: 15px
}

.help-navigation__text--white {
color: #78909C
}

.help-navigation__text--black {
color: #B0BEC5
}

.help-navigation__text--active {
font-weight: 700
}

.help-navigation__text--active::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #2196F3
}

.help-navigation__text--active-white {
color: #37474F
}

.help-navigation__text--active-black {
color: #FFFFFF
}

@media (min-width: 768px) {
.help-navigation {
position: relative;
grid-area: help-navigation;
display: block
}

.help-navigation__wrapper {
position: fixed;
width: 285px
}
}

.help-parameters__main-text {
position: relative;
margin-bottom: 12px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-parameters__main-text--white {
color: #546E7A
}

.help-parameters__main-text--black {
color: #ECEFF1
}

.help-parameters__header {
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-bottom: 8px
}

.help-parameters__header-button {
position: relative;
width: 20px;
height: 20px;
padding: 0;
background-color: #EBF1F4;
border-radius: 2px;
transition: 0.4s
}

.help-parameters__header-button::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.help-parameters__header-button::after {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.help-parameters__header-button--rotate::before {
animation-duration: 1s;
animation-name: button-rotate;
animation-fill-mode: forwards;
transition-timing-function: linear
}

.help-parameters__header-text {
margin-left: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.help-parameters__header-text--white {
color: #37474F
}

.help-parameters__header-text--black {
color: #FFFFFF
}

.help-parameters__item {
position: relative;
padding: 20px 0
}

.help-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.help-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.help-parameters__item:last-of-type {
border: none
}

.help-parameters__string {
display: none
}

.help-parameters__text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
line-height: 22px;
letter-spacing: 0.02em;
font-variant: small-caps;
color: #90A4AE
}

.help-parameters__text-bold {
font-weight: 700
}

.help-parameters__item-string {
display: flex;
flex-direction: column;
justify-content: flex-start
}

.help-parameters__item-string--single {
padding: 15px 0
}

.help-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%
}

.help-parameters__name {
margin: 0 auto auto 0;
padding: 0;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 17px;
line-height: 25px;
text-align: left;
box-sizing: border-box
}

.help-parameters__name--main {
margin: 0 auto auto 0
}

.help-parameters__name--main::before {
display: none
}

.help-parameters__name--white {
color: #37474F
}

.help-parameters__name--black {
color: #FFFFFF
}

.help-parameters__name--main-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.help-parameters__name--main-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.help-parameters__name--blue-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.help-parameters__name--blue-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.help-parameters__name--red-white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.help-parameters__name--red-black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.help-parameters__name--green {
color: #37474F;
background: #C5E1A5;
border: 1px solid #AED581
}

.help-parameters__name--yellow {
color: #37474F;
background: #FDF291;
border: 1px solid #FFEB3B
}

.help-parameters__name--end-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.help-parameters__name--end-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.help-parameters__item-value {
width: 100%;
padding-top: 10px
}

.help-parameters__item-comment {
width: 100%;
padding-top: 10px
}

.help-parameters__value {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-parameters__value--first {
margin-bottom: 30px
}

.help-parameters__value--white {
color: #546E7A
}

.help-parameters__value--black {
color: #ECEFF1
}

.help-parameters__value-bold {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px;
word-break: break-all
}

.help-parameters__value-bold--white {
color: #37474F
}

.help-parameters__value-bold--black {
color: #FFFFFF
}

.help-parameters__info {
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
text-align: center;
box-sizing: border-box
}

.help-parameters__info--white {
color: #546E7A
}

.help-parameters__info--white::before {
color: #37474F
}

.help-parameters__info--black {
color: #ECEFF1
}

.help-parameters__info--black::before {
color: #FFFFFF
}

.help-parameters__content {
max-height: 0;
transition: max-height 0.3s linear;
overflow: hidden
}

.help-parameters__content--show {
overflow: auto;
max-height: 1000px
}

.help-parameters__number {
display: none
}

@media (min-width: 768px) {
.help-parameters__main-text::before {
content: "";
position: absolute;
display: block;
top: 35px;
left: -48px;
width: 1px;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.help-parameters__main-text--first-line::before {
height: 100%
}

.help-parameters__main-text--second-line::before {
height: calc(100% - 22px)
}

.help-parameters__main-text--last-line::before {
display: none
}

.help-parameters__text--left {
width: 35%
}

.help-parameters__text--left-triple {
width: 33%
}

.help-parameters__text--center {
width: 33%
}

.help-parameters__text--right {
width: 65%
}

.help-parameters__text--right-triple {
width: 33%
}

.help-parameters__string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 10px 0
}

.help-parameters__string--line::before {
content: "";
position: absolute;
display: block;
top: 5px;
left: -48px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.help-parameters__string--white {
border-bottom: 1px solid #DFEBF1
}

.help-parameters__string--black {
border-bottom: 1px solid #5B7887
}

.help-parameters__item-string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start
}

.help-parameters__item-string::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 1px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.help-parameters__item-string--subline::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.help-parameters__item-string--subline-halfup::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.help-parameters__item-string--subline-halfdown::after {
content: "";
position: absolute;
display: block;
bottom: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.help-parameters__item-string--halfup::before {
height: 50%
}

.help-parameters__item-string--outline::before {
display: none
}

.help-parameters__item-string--single {
padding: 15px 0
}

.help-parameters__item-string:last-of-type::before {
height: 50%
}

.help-parameters__item-string:only-child::before {
display: none
}

.help-parameters__item {
position: relative;
padding: 30px 0
}

.help-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.help-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.help-parameters__item:last-of-type {
border: none
}

.help-parameters__item--line::before {
content: "";
position: absolute;
display: block;
top: 0;
left: -48px;
width: 1px;
height: 100%;
border: 0.5px solid #E0E8EC;
z-index: 10
}

.help-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%
}

.help-parameters__item-name--triple {
width: 33%
}

.help-parameters__item-value {
width: 50%;
padding-top: 0
}

.help-parameters__item-value--center {
width: 33%
}

.help-parameters__item-comment {
width: 33%
}

.help-parameters__name {
margin: 0 30px auto 0
}

.help-parameters__name--main {
margin: 0 auto auto 0
}

.help-parameters__name--main::before {
display: none
}

.help-parameters__number {
position: absolute;
top: 0;
left: -65px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #263238;
border-radius: 50%;
border: 1px solid #E0E8EC;
box-sizing: border-box;
z-index: 20
}

.help-parameters__number--white {
color: #263238
}

.help-parameters__number--black {
color: #ECEFF1
}
}

@media (min-width: 1200px) {
.help-parameters {
margin: 20px 0
}

.help-parameters__item-name {
width: 35%
}

.help-parameters__item-name--triple {
width: 33%
}

.help-parameters__item-value {
width: 65%
}

.help-parameters__item-value--center {
width: 33%
}

.help-parameters__item-comment {
width: 33%
}
}

.help-registration {
width: 100%;
padding: 16px 0
}

.help-registration__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.help-registration__title--white {
color: #263238
}

.help-registration__title--black {
color: #FFFFFF
}

.help-registration__text-link {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 17px;
line-height: 24px
}

.help-registration__text-link--white {
color: #1E88E5
}

.help-registration__text-link--black {
color: #81D4FA
}

.help-registration__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-registration__text--white {
color: #546E7A
}

.help-registration__text--black {
color: #ECEFF1
}

.help-registration__link {
font-weight: 500
}

.help-registration__link--white {
color: #1E88E5
}

.help-registration__link--black {
color: #81D4FA
}

.help-registration__list {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
max-width: 420px
}

.help-registration__item {
position: relative;
margin-right: 35px;
margin-bottom: 13px;
padding: 2px 5px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
border-radius: 4px;
letter-spacing: 1.25px
}

.help-registration__item--white {
color: #37474F;
background-color: #E3F2FD
}

.help-registration__item--black {
color: #D9DDE0;
background-color: #6D8591
}

.help-registration__item::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 5px);
right: -16px;
width: 7px;
height: 10px;
background-image: url(/local/templates/docs/css/img/icon-arrow-notification.svg)
}

.help-registration__item--active {
font-weight: 500
}

.help-registration__item--active::before {
display: none
}

.help-registration__item--active-white {
color: #FFFFFF;
background-color: #81D4FA
}

.help-registration__item--active-black {
color: #37474F;
background-color: #CFD8DC
}

.help-registration__bar {
width: 100%;
height: 22px;
background-image: url(/local/templates/docs/css/img/top-bar-background.png);
background-repeat: no-repeat
}

.help-registration__picture {
width: calc(100% - 160px);
height: 515px;
margin: 0 auto;
border-radius: 4px 4px 0px 0px;
background-position: center 43px;
background-size: 100%, cover;
background-image: url(/local/templates/docs/css/img/sms-cart-background.png);
background-repeat: no-repeat
}

.help-registration__window {
display: none
}

.help-registration__popup {
position: relative;
width: 100%;
background: #F2F6F8;
border-radius: 5px;
box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.25)
}

@media (min-width: 500px) {
.help-registration__list {
justify-content: space-between;
flex-wrap: nowrap;
width: 100%;
max-width: 460px
}

.help-registration__item {
margin: 0
}
}

@media (min-width: 768px) {
.help-registration__title {
margin: 21px auto 30px;
font-size: 28px;
line-height: 41px
}

.help-registration__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 30px auto;
border-radius: 4px 4px 0px 0px
}

.help-registration__img-bar {
width: 100%
}

.help-registration__img-cart {
width: 77%;
margin: 30px auto 30px
}

.help-registration__window {
position: absolute;
right: -20px;
top: 33%;
display: block;
width: 185px;
padding: 20px;
background: #FEFEFE;
border: 1px solid rgba(187, 222, 251, 0.6);
box-sizing: border-box;
box-shadow: 0px 5px 25px rgba(38, 64, 137, 0.25);
border-radius: 4px
}

.help-registration__window-text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
color: #546E7A
}
}

@media (min-width: 1280px) {
.help-registration__popup {
margin: 30px auto
}

.help-registration__window {
top: 30%
}
}

@media (min-width: 1545px) {
.help-registration__window {
right: -50px
}

.help-registration__popup {
width: 764px;
margin: 30px auto 30px 0
}

.help-registration__img-bar {
width: 100%
}

.help-registration__img-cart {
width: 605px;
height: 495px;
margin: 30px auto 30px
}

.help-registration__img-cart--access {
height: 546px
}
}

.help-steps__title {
width: 100%;
margin: 20px auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: center
}

.help-steps__title--white {
color: #263238
}

.help-steps__title--black {
color: #fff
}

.help-steps__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-steps__text--white {
color: #546E7A
}

.help-steps__text--black {
color: #ECEFF1
}

.help-steps__text--point-white {
position: relative;
padding-left: 15px
}

.help-steps__text--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.help-steps__text--point-black {
position: relative;
padding-left: 15px
}

.help-steps__text--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #ECEFF1
}

@media (min-width: 1024px) {
.help-steps {
padding-bottom: 40px
}

.help-steps__title {
margin: 50px 0 36px;
text-align: left;
font-size: 35px;
line-height: 45px
}
}

.help-technical {
width: 100%;
padding: 16px 0
}

.help-technical__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.help-technical__title--white {
color: #263238
}

.help-technical__title--black {
color: #FFFFFF
}

.help-technical__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-technical__text--white {
color: #546E7A
}

.help-technical__text--black {
color: #ECEFF1
}

.help-technical__caption {
margin-left: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.help-technical__caption--white {
color: #37474F
}

.help-technical__caption--black {
color: #FFFFFF
}

.help-technical__popup {
position: relative;
width: 100%;
background: #F2F6F8;
border-radius: 5px;
box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.25)
}

.help-technical__window {
display: none
}

@media (min-width: 500px) {
.help-technical__list {
justify-content: space-between;
flex-wrap: nowrap;
width: 100%;
max-width: 420px
}

.help-technical__item {
margin: 0
}
}

@media (min-width: 768px) {
.help-technical__title {
margin: 21px auto 30px;
font-size: 28px;
line-height: 41px
}

.help-technical__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 30px auto;
border-radius: 4px 4px 0px 0px
}

.help-technical__bar {
width: 100%
}

.help-technical__picture {
width: 77%;
margin: 43px auto 0
}

.help-technical__window {
position: absolute;
right: -20px;
display: block;
width: 185px;
padding: 20px;
background: #FEFEFE;
border: 1px solid rgba(187, 222, 251, 0.6);
box-sizing: border-box;
box-shadow: 0px 5px 25px rgba(38, 64, 137, 0.25);
border-radius: 4px
}

.help-technical__window--activation {
top: 25%
}

.help-technical__window--pay {
bottom: 25%
}

.help-technical__window-text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
color: #546E7A
}
}

@media (min-width: 1280px) {
.help-technical__popup {
margin: 30px auto 30px 0
}

.help-technical__window--activation {
top: 12%
}

.help-technical__window--pay {
bottom: 10%
}
}

@media (min-width: 1545px) {
.help-technical__window {
right: -50px
}

.help-technical__popup {
width: 764px
}

.help-technical__bar {
width: 100%
}

.help-technical__picture {
width: 605px;
height: 960px;
margin: 30px auto
}

.help-technical__picture--changes {
height: 330px
}
}

.help-tuning {
width: 100%;
padding: 16px 0
}

.help-tuning__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.help-tuning__title--white {
color: #263238
}

.help-tuning__title--black {
color: #FFFFFF
}

.help-tuning__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-tuning__text--white {
color: #546E7A
}

.help-tuning__text--black {
color: #ECEFF1
}

.help-tuning__list {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
max-width: 420px
}

.help-tuning__item {
position: relative;
margin-right: 35px;
margin-bottom: 13px;
padding: 2px 5px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
text-transform: lowercase;
font-variant: small-caps;
border-radius: 4px;
letter-spacing: 1.25px
}

.help-tuning__item--white {
color: #37474F;
background-color: #E3F2FD
}

.help-tuning__item--black {
color: #D9DDE0;
background-color: #6D8591
}

.help-tuning__item::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 5px);
right: -16px;
width: 7px;
height: 10px;
background-image: url(/local/templates/docs/css/img/icon-arrow-notification.svg)
}

.help-tuning__item--active {
font-weight: 500
}

.help-tuning__item--active::before {
display: none
}

.help-tuning__item--active-white {
color: #FFFFFF;
background-color: #81D4FA
}

.help-tuning__item--active-black {
color: #37474F;
background-color: #CFD8DC
}

.help-tuning__popup {
position: relative;
width: 100%;
background: #F2F6F8;
border-radius: 5px;
box-shadow: 0px 15px 30px rgba(38, 64, 137, 0.25)
}

@media (min-width: 500px) {
.help-tuning__list {
justify-content: space-between;
flex-wrap: nowrap;
width: 100%;
max-width: 380px
}

.help-tuning__item {
margin: 0
}
}

@media (min-width: 768px) {
.help-tuning__title {
margin: 21px auto 30px;
font-size: 28px;
line-height: 41px
}

.help-tuning__popup {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 30px auto;
border-radius: 4px 4px 0px 0px
}

.help-tuning__img-bar {
width: 100%
}

.help-tuning__img-cart {
width: 100%;
margin: 0
}
}

@media (min-width: 1545px) {
.help-tuning__popup {
width: 764px;
margin: 30px auto 30px 0
}

.help-tuning__img-bar {
width: 100%
}

.help-tuning__img-cart {
width: 764px;
height: 450px;
margin: 0
}
}

.help-attention {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin-top: 35px;
margin-bottom: 30px;
padding: 20px 20px 25px 60px;
border-radius: 4px
}

.help-attention--white {
background-color: #FBE9E7
}

.help-attention--black {
background: rgba(139, 122, 121, 0.4)
}

.help-attention__title {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px
}

.help-attention__title::before {
content: "";
position: absolute;
display: block;
content: '!';
top: 0;
left: -40px;
width: 24px;
height: 24px;
font-family: "Roboto Condensed", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
background-color: #FF7043;
border-radius: 50%
}

.help-attention__title--white {
color: #37474F
}

.help-attention__title--black {
color: #F8FCFE
}

.help-attention__text {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.help-attention__text:last-of-type {
margin-bottom: 0
}

.help-attention__text::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px
}

.help-attention__text--white {
color: #546E7A
}

.help-attention__text--black {
color: #ECEFF1
}

.help-attention__text-word {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-align: center;
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6;
box-sizing: border-box;
border-radius: 4px
}

.help-attention__text-bold {
font-weight: 700
}

.help-attention__link {
color: #1E88E5
}

.help-attention__parameter {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.help-attention__parameter--white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.help-attention__parameter--black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.iframe-attention {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin-top: 35px;
margin-bottom: 30px;
padding: 20px 20px 25px 60px;
border-radius: 4px
}

.iframe-attention--white {
background-color: #FBE9E7
}

.iframe-attention--black {
background: rgba(139, 122, 121, 0.4)
}

.iframe-attention__title {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 28px
}

.iframe-attention__title::before {
content: "";
position: absolute;
display: block;
content: '!';
top: 0;
left: -40px;
width: 24px;
height: 24px;
font-family: "Roboto Condensed", "Arial", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
background-color: #FF7043;
border-radius: 50%
}

.iframe-attention__title--white {
color: #37474F
}

.iframe-attention__title--black {
color: #F8FCFE
}

.iframe-attention__text {
position: relative;
margin-bottom: 11px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.iframe-attention__text::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px
}

.iframe-attention__text--white {
color: #546E7A
}

.iframe-attention__text--black {
color: #ECEFF1
}

.iframe-attention__text-word {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-align: center;
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6;
box-sizing: border-box;
border-radius: 4px
}

.iframe-attention__tag {
margin: 0 auto auto 0;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.iframe-attention__tag--white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.iframe-attention__tag--black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.iframe-code {
margin-bottom: 28px
}

.iframe-code__header {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 13px 20px;
border-radius: 4px 4px 0px 0px
}

.iframe-code__header--white {
background: linear-gradient(0deg, #525669, #525669), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.iframe-code__header--black {
background: linear-gradient(0deg, #2B383E, #2B383E), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.iframe-code__name {
text-transform: uppercase;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
color: #F7FCFF
}

.iframe-code__button {
padding: 0;
margin: auto 0 auto auto;
background-color: transparent
}

.iframe-code__pre {
position: relative;
overflow: auto;
box-sizing: border-box;
border-radius: 0px 0px 4px 4px
}

.iframe-code__pre--white {
background-color: #F2F6F8;
border: 1px solid #D7E2E8
}

.iframe-code__pre--black {
background-color: #455A64;
border: 1px solid #5B7887
}

.iframe-code__content {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #546E7A
}

.iframe-code__content-main {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #546E7A
}

.iframe-code__content-wrapper {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.iframe-code__content-wrapper--white {
color: #1565C0
}

.iframe-code__content-wrapper--black {
color: #81D4FA
}

.iframe-code__title {
color: #1565C0
}

.iframe-code__title--white {
color: #1565C0
}

.iframe-code__title--black {
color: #81D4FA
}

.iframe-code__text {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.iframe-code__text--white {
color: #EA9427
}

.iframe-code__text--black {
color: #FFECB3
}

.iframe-code__numbers-list {
position: absolute;
top: 0;
left: 20px;
width: 40px
}

.iframe-code__number {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.iframe-code__number--white {
color: #90A4AE
}

.iframe-code__number--black {
color: rgba(255, 255, 255, 0.5)
}

.iframe-content {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 768px) {
.iframe-content {
padding: 30px
}
}

@media (min-width: 1024px) {
.iframe-content {
grid-area: iframe-content
}
}

@media (min-width: 1280px) {
.iframe-content {
padding: 0px 30px 60px
}
}

@media (min-width: 1545px) {
.iframe-content {
width: 885px;
padding: 0px 30px 115px
}
}

.iframe-info {
padding: 20px;
}

.iframe-info__title {
width: 100%;
margin: 0px auto 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: left
}

.iframe-info__title--white {
color: #263238
}

.iframe-info__title--black {
color: #fff
}

.iframe-info__text {
margin-top: 27px;
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.iframe-info__text--white {
color: #546E7A
}

.iframe-info__text--black {
color: #ECEFF1
}

.iframe-info__link {
padding: 14px 30px 16px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 17px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
box-shadow: 0px 7px 18px #C4CFD5;
background-color: #8BC34A;
border-radius: 2px
}

.iframe-info__link--white {
box-shadow: 0px 7px 18px #C4CFD5
}

.iframe-info__link--black {
box-shadow: 0px 6px 20px rgba(38, 50, 56, 0.6)
}

.iframe-info__caption {
margin-left: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.iframe-info__caption--white {
color: #37474F
}

.iframe-info__caption--black {
color: #FFFFFF
}

.iframe-info__link-border {
width: 100%;
margin-bottom: 28px;
padding: 3px 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
box-sizing: border-box;
border-radius: 4px
}

.iframe-info__link-border--white {
background: #F7FAFC;
border: 1px solid #E0E8EC;
color: #2196F3
}

.iframe-info__link-border--black {
background-color: #4D626D;
border: 1px solid #5B7581;
color: #42A5F5
}

.iframe-info__name {
width: 100%;
margin-bottom: 28px;
padding: 3px 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
box-sizing: border-box;
border-radius: 4px
}

.iframe-info__name--white {
background: #F7FAFC;
border: 1px solid #E0E8EC;
color: #37474F
}

.iframe-info__name--black {
background-color: #4D626D;
border: 1px solid #5B7581;
color: #FFFFFF
}

@media (min-width: 1024px) {
.iframe-info {
padding-bottom: 40px
}

.iframe-info__title {
margin: 50px 0 36px;
text-align: left;
font-size: 35px;
line-height: 45px
}
}

.iframe-parameters__header {
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-bottom: 8px
}

.iframe-parameters__header-button {
position: relative;
width: 20px;
height: 20px;
padding: 0;
background-color: #EBF1F4;
border-radius: 2px;
transition: 0.4s
}

.iframe-parameters__header-button::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.iframe-parameters__header-button::after {
content: "";
position: absolute;
display: block;
top: calc(50% - 1px);
left: calc(50% - 6px);
width: 12px;
height: 2px;
background-color: #37474F
}

.iframe-parameters__header-button--rotate::before {
animation-duration: 1s;
animation-name: button-rotate;
animation-fill-mode: forwards;
transition-timing-function: linear
}

.iframe-parameters__header-text {
margin-left: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.iframe-parameters__header-text--white {
color: #37474F
}

.iframe-parameters__header-text--black {
color: #FFFFFF
}

.iframe-parameters__item {
position: relative;
padding: 20px 0
}

.iframe-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.iframe-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.iframe-parameters__item:last-of-type {
border: none
}

.iframe-parameters__string {
display: none
}

.iframe-parameters__text {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
line-height: 22px;
letter-spacing: 0.02em;
font-variant: small-caps;
color: #90A4AE
}

.iframe-parameters__text--left {
width: 35%
}

.iframe-parameters__text--right {
width: 65%
}

.iframe-parameters__item-string {
display: flex;
flex-direction: column;
justify-content: flex-start
}

.iframe-parameters__item-string--single {
padding: 15px 0
}

.iframe-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%
}

.iframe-parameters__name {
margin: 0 auto auto 0;
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.iframe-parameters__name::before {
display: none
}

.iframe-parameters__name--main {
margin: 0 auto auto 0
}

.iframe-parameters__name--main::before {
display: none
}

.iframe-parameters__name--white {
color: #EA9427;
background: #F7FAFC;
border: 1px solid #E0E8EC
}

.iframe-parameters__name--black {
color: #FFECB3;
background: #4D626D;
border: 1px solid #668492
}

.iframe-parameters__name--main-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.iframe-parameters__name--main-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.iframe-parameters__name--blue-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.iframe-parameters__name--blue-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.iframe-parameters__name--red-white {
color: #37474F;
background: examples-code;
border: 1px solid #F1B8A6
}

.iframe-parameters__name--red-black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.iframe-parameters__name--green {
color: #37474F;
background: #C5E1A5;
border: 1px solid #AED581
}

.iframe-parameters__name--yellow {
color: #37474F;
background: #FDF291;
border: 1px solid #FFEB3B
}

.iframe-parameters__name--end-white {
color: #1565C0;
background-color: #F7FAFC;
border: 1px solid #E0E8EC
}

.iframe-parameters__name--end-black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.iframe-parameters__item-value {
width: 100%;
padding-top: 10px
}

.iframe-parameters__value {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.iframe-parameters__value--first {
margin-bottom: 30px
}

.iframe-parameters__value--margin {
margin-bottom: 20px
}

.iframe-parameters__value--point-white {
position: relative;
padding-left: 15px
}

.iframe-parameters__value--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.iframe-parameters__value--point-black {
position: relative;
padding-left: 15px
}

.iframe-parameters__value--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #ECEFF1
}

.iframe-parameters__value--white {
color: #546E7A
}

.iframe-parameters__value--black {
color: #ECEFF1
}

.iframe-parameters__value-bold {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 28px;
word-break: break-all
}

.iframe-parameters__value-bold--margin {
margin-bottom: 20px
}

.iframe-parameters__value-bold--white {
color: #37474F
}

.iframe-parameters__value-bold--black {
color: #FFFFFF
}

.iframe-parameters__value-parameter {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
word-break: break-all
}

.iframe-parameters__value-parameter--white {
color: #1565C0;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.iframe-parameters__value-parameter--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.iframe-parameters__value-number {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-align: center;
box-sizing: border-box;
border-radius: 4px
}

.iframe-parameters__value-number--white {
color: #37474F;
background: #FDC5B3;
border: 1px solid #F1B8A6
}

.iframe-parameters__value-number--black {
color: #37474F;
background: #FFAB91;
border: 1px solid #D9A190
}

.iframe-parameters__value-example {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.iframe-parameters__value-example--white {
color: #EA9427;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.iframe-parameters__value-example--black {
color: #FFECB3;
background-color: #4D626D;
border: 1px solid #5B7581
}

.iframe-parameters__value-link--white {
color: #1E88E5
}

.iframe-parameters__value-link--black {
color: #81D4FA
}

.iframe-parameters__value-variant {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.iframe-parameters__value-variant--white {
color: #1565C0;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.iframe-parameters__value-variant--black {
color: #81D4FA;
background-color: #4D626D;
border: 1px solid #5B7581
}

.iframe-parameters__value-data {
padding: 0 5px;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
word-break: break-all;
box-sizing: border-box;
border-radius: 4px
}

.iframe-parameters__value-data--white {
color: #37474F;
background: #F2F6F8;
border: 1px solid #E0E8EC
}

.iframe-parameters__value-data--black {
color: #F8FCFE;
background-color: #4D626D;
border: 1px solid #5B7581
}

.iframe-parameters__content {
overflow: auto
}

.iframe-parameters__exponent {
position: relative
}

.iframe-parameters__exponent::before {
content: "";
position: absolute;
display: block;
content: '31';
top: -7px;
right: -8px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 8px;
line-height: 12px;
color: #546E7A
}

.iframe-parameters__parameter-name {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center
}

.iframe-parameters__parameter-name--white {
color: #1565C0
}

.iframe-parameters__parameter-name--black {
color: #81D4FA
}

.iframe-parameters__parameter-value {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center
}

.iframe-parameters__parameter-value--white {
color: #EA9427
}

.iframe-parameters__parameter-value--black {
color: #FFECB3
}

@media (min-width: 768px) {
.iframe-parameters__string {
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 10px 0
}

.iframe-parameters__string--white {
border-bottom: 1px solid #DFEBF1
}

.iframe-parameters__string--black {
border-bottom: 1px solid #5B7887
}

.iframe-parameters__item-string {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start
}

.iframe-parameters__item-string::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 1px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.iframe-parameters__item-string--subline::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 100%;
border-left: 1px dashed #C3C9CC
}

.iframe-parameters__item-string--subline-halfup::after {
content: "";
position: absolute;
display: block;
top: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.iframe-parameters__item-string--subline-halfdown::after {
content: "";
position: absolute;
display: block;
bottom: 0;
left: 21px;
width: 1px;
height: 50%;
border-left: 1px dashed #C3C9CC
}

.iframe-parameters__item-string--halfup::before {
height: 50%
}

.iframe-parameters__item-string--outline::before {
display: none
}

.iframe-parameters__item-string--single {
padding: 15px 0
}

.iframe-parameters__item-string:last-of-type::before {
height: 50%
}

.iframe-parameters__item-string:only-child::before {
display: none
}

.iframe-parameters__item {
position: relative;
padding: 30px 0
}

.iframe-parameters__item--white {
border-bottom: 1px solid #DFEBF1
}

.iframe-parameters__item--black {
border-bottom: 1px solid #5B7887
}

.iframe-parameters__item:last-of-type {
border: none
}

.iframe-parameters__item-name {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%
}

.iframe-parameters__item-value {
width: 50%;
padding-top: 0
}

.iframe-parameters__name {
margin: auto auto auto 20px
}

.iframe-parameters__name::before {
content: "";
position: absolute;
display: block;
left: 0;
top: 50%;
width: 20px;
height: 1px;
border-top: 1px dashed #C3C9CC
}

.iframe-parameters__name--subname {
margin: auto auto auto 40px
}

.iframe-parameters__name--subname::before {
content: "";
position: absolute;
display: block;
left: 20px;
top: 50%;
width: 20px;
height: 1px;
border-top: 1px dashed #C3C9CC
}

.iframe-parameters__name--main {
margin: 0 auto auto 0
}

.iframe-parameters__name--main::before {
display: none
}
}

@media (min-width: 1200px) {
.iframe-parameters__item-name {
width: 35%
}

.iframe-parameters__item-value {
width: 65%
}
}

.code-examples__title {
width: 100%;
margin: 30px auto 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: left
}

.code-examples__title--white {
color: #263238
}

.code-examples__title--black {
color: #fff
}

.code-examples__text {
margin-top: 27px;
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.code-examples__text--white {
color: #546E7A
}

.code-examples__text--black {
color: #ECEFF1
}

.code-examples__caption {
margin-left: 10px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px
}

.code-examples__caption--white {
color: #37474F
}

.code-examples__caption--black {
color: #FFFFFF
}

.code-examples__button {
position: relative;
width: 160px;
height: 50px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 17px;
line-height: 25px;
text-align: center;
background: #E9F1F4;
border-radius: 4px
}

.code-examples__button--white {
color: #2196F3
}

.code-examples__button--black {
color: #42A5F5
}

.code-examples__button::before {
content: "";
position: absolute;
display: block;
top: calc(50% - 10px);
left: 10px;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-image: url(/local/templates/docs/css/img/icon-download.svg)
}

.code-examples__examples {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%
}

@media (min-width: 1024px) {
.code-examples__title {
margin: 50px 0 27px;
text-align: left;
font-size: 35px;
line-height: 45px
}

.code-examples__examples {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 540px
}
}

.examples-code {
margin-bottom: 28px
}

.examples-code__header {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 13px 20px;
border-radius: 4px 4px 0px 0px
}

.examples-code__header--white {
background: linear-gradient(0deg, #525669, #525669), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.examples-code__header--black {
background: linear-gradient(0deg, #2B383E, #2B383E), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.examples-code__name {
margin-right: 30px;
text-transform: uppercase;
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
color: #F7FCFF;
opacity: 0.7;
background-color: transparent
}

.examples-code__name--last {
margin-right: auto
}

.examples-code__name--active {
position: relative;
opacity: 1
}

.examples-code__name--active::before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 4px;
bottom: -13px;
left: 0;
background-color: #FFFFFF
}

.examples-code__button {
padding: 0;
margin: auto 0 auto auto;
background-color: transparent
}

.examples-code__pre {
display: none;
position: relative;
overflow: auto;
box-sizing: border-box;
border-radius: 0px 0px 4px 4px
}

.examples-code__pre--white {
background-color: #F2F6F8;
border: 1px solid #D7E2E8
}

.examples-code__pre--black {
background-color: #455A64;
border: 1px solid #5B7887
}

.examples-code__pre--active {
display: block
}

.examples-code__content {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #546E7A
}

.examples-code__content-main {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #546E7A
}

.examples-code__content-wrapper {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.examples-code__content-wrapper--white {
color: #1565C0
}

.examples-code__content-wrapper--black {
color: #81D4FA
}

.examples-code__title {
color: #1565C0
}

.examples-code__title--white {
color: #1565C0
}

.examples-code__title--black {
color: #81D4FA
}

.examples-code__text {
font-family: "FiraMono", "Arial", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.examples-code__text--white {
color: #EA9427
}

.examples-code__text--black {
color: #FFECB3
}

.examples-code__numbers-list {
position: absolute;
top: 0;
left: 20px;
width: 40px
}

.examples-code__number {
font-family: "FiraMono", "Arial", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 23px
}

.examples-code__number--white {
color: #90A4AE
}

.examples-code__number--black {
color: rgba(255, 255, 255, 0.5)
}

.examples-code__button-header {
background-color: transparent
}

.examples-code__button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 50px;
background: linear-gradient(0deg, #E7EEF1, #E7EEF1), linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%);
border: 1px solid #D7E2E8;
box-sizing: border-box;
border-radius: 4px 4px 0px 0px
}

.examples-code__button-icon {
margin: auto 0
}

.examples-code__button-icon--show svg {
transform: rotate(180deg)
}

.examples-code__button-text {
display: none;
margin-left: 15px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 25px;
text-align: center;
color: rgba(96, 125, 139, 0.7)
}

.examples-code__button-text--show {
display: block
}

.examples-code__pre-main {
max-height: 0;
transition: max-height 1.3s linear
}

.examples-code__pre-main--show {
max-height: 1000px
}

.examples-notifications {
width: 100%;
padding: 16px 0
}

.examples-notifications__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.examples-notifications__title--white {
color: #263238
}

.examples-notifications__title--black {
color: #FFFFFF
}

@media (min-width: 768px) {
.examples-notifications__title {
margin: 21px 0 38px;
font-size: 28px;
line-height: 41px
}
}

.examples-freeform {
width: 100%;
padding: 16px 0
}

.examples-freeform__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.examples-freeform__title--white {
color: #263238
}

.examples-freeform__title--black {
color: #FFFFFF
}

@media (min-width: 768px) {
.examples-freeform__title {
margin: 21px 0 38px;
font-size: 28px;
line-height: 41px
}
}

.examples-url {
width: 100%;
padding: 16px 0
}

.examples-url__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.examples-url__title--white {
color: #263238
}

.examples-url__title--black {
color: #FFFFFF
}

@media (min-width: 768px) {
.examples-url__title {
margin: 21px 0 38px;
font-size: 28px;
line-height: 41px
}
}

.examples-user {
width: 100%;
padding: 16px 0
}

.examples-user__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.examples-user__title--white {
color: #263238
}

.examples-user__title--black {
color: #FFFFFF
}

@media (min-width: 768px) {
.examples-user__title {
margin: 21px 0 38px;
font-size: 28px;
line-height: 41px
}
}

.code-examples-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 610px) {
.code-examples-content {
flex-direction: row
}
}

@media (min-width: 768px) {
.code-examples-content {
display: grid;
grid-template-columns: calc(100% - 285px) 285px;
grid-template-areas: "code-examples-info code-examples-navigation";
padding: 0
}
}

@media (min-width: 1024px) {
.code-examples-content {
grid-area: code-examples-content
}
}

.code-examples-info {
padding: 20px
}

@media (min-width: 768px) {
.code-examples-info {
grid-area: code-examples-info;
padding: 30px
}
}

@media (min-width: 1024px) {
.code-examples-info {
padding: 30px 30px 50px
}
}

@media (min-width: 1545px) {
.code-examples-info {
padding: 30px 30px 80px
}
}

.code-examples-navigation {
display: none;
padding: 40px 0 0
}

.code-examples-navigation--white {
border-left: 1px solid #D7E2E8
}

.code-examples-navigation--black {
border-left: 1px solid #5B7887
}

.code-examples-navigation__first {
margin-bottom: 15px;
padding-left: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: lowercase;
letter-spacing: 0.03em;
font-variant: small-caps;
color: #78909C
}

.code-examples-navigation__text {
margin: 18px 0;
padding-left: 20px;
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px
}

.code-examples-navigation__text--first {
margin-top: 15px
}

.code-examples-navigation__text--white {
color: #78909C
}

.code-examples-navigation__text--black {
color: #B0BEC5
}

.code-examples-navigation__text--active {
font-weight: 700
}

.code-examples-navigation__text--active::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #2196F3
}

.code-examples-navigation__text--active-white {
color: #37474F
}

.code-examples-navigation__text--active-black {
color: #FFFFFF
}

@media (min-width: 768px) {
.code-examples-navigation {
position: relative;
grid-area: code-examples-navigation;
display: block
}

.code-examples-navigation__wrapper {
position: sticky;
width: 285px;
top: 170px
}
}

.site-requirements-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 610px) {
.site-requirements-content {
flex-direction: row
}
}

@media (min-width: 768px) {
.site-requirements-content {
display: grid;
grid-template-columns: calc(100% - 285px) 285px;
grid-template-areas: "site-requirements-info site-requirements-navigation";
padding: 0
}
}

@media (min-width: 1024px) {
.site-requirements-content {
grid-area: site-requirements-content
}
}

.site-requirements-info {
padding: 20px
}

@media (min-width: 768px) {
.site-requirements-info {
grid-area: site-requirements-info;
padding: 30px
}
}

@media (min-width: 1024px) {
.site-requirements-info {
padding: 30px 30px 50px
}
}

@media (min-width: 1545px) {
.site-requirements-info {
padding: 30px 30px 80px
}
}

.site-requirements-navigation {
display: none;
padding: 40px 0 0
}

.site-requirements-navigation--white {
border-left: 1px solid #D7E2E8
}

.site-requirements-navigation--black {
border-left: 1px solid #5B7887
}

.site-requirements-navigation__first {
margin-bottom: 15px;
padding-left: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: lowercase;
letter-spacing: 0.03em;
font-variant: small-caps;
color: #78909C
}

.site-requirements-navigation__text {
margin: 18px 0;
padding-left: 20px;
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px
}

.site-requirements-navigation__text--first {
margin-top: 15px
}

.site-requirements-navigation__text--white {
color: #78909C
}

.site-requirements-navigation__text--black {
color: #B0BEC5
}

.site-requirements-navigation__text--active {
font-weight: 700
}

.site-requirements-navigation__text--active::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #2196F3
}

.site-requirements-navigation__text--active-white {
color: #37474F
}

.site-requirements-navigation__text--active-black {
color: #FFFFFF
}

@media (min-width: 768px) {
.site-requirements-navigation {
position: relative;
grid-area: site-requirements-navigation;
display: block
}

.site-requirements-navigation__wrapper {
position: fixed;
width: 285px
}
}

.requirements-global__title {
width: 100%;
margin: 20px auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: center
}

.requirements-global__title--white {
color: #263238
}

.requirements-global__title--black {
color: #fff
}

.requirements-global__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.requirements-global__text--bold {
font-weight: 700
}

.requirements-global__text--white {
color: #546E7A
}

.requirements-global__text--black {
color: #ECEFF1
}

.requirements-global__text--point-white {
position: relative;
padding-left: 15px
}

.requirements-global__text--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.requirements-global__text--point-black {
position: relative;
padding-left: 15px
}

.requirements-global__text--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #ECEFF1
}

@media (min-width: 1024px) {
.requirements-global {
padding-bottom: 40px
}

.requirements-global__title {
margin: 50px 0 36px;
text-align: left;
font-size: 35px;
line-height: 45px
}
}

.requirements-system {
width: 100%;
padding: 16px 0
}

.requirements-system__title {
margin: 21px auto 19px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 26px;
line-height: 46px;
text-align: left
}

.requirements-system__title--white {
color: #263238
}

.requirements-system__title--black {
color: #FFFFFF
}

.requirements-system__text {
margin-bottom: 18px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.requirements-system__text--white {
color: #546E7A
}

.requirements-system__text--black {
color: #ECEFF1
}

.requirements-system__text--point-white {
position: relative;
padding-left: 15px
}

.requirements-system__text--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.requirements-system__text--point-black {
position: relative;
padding-left: 15px
}

.requirements-system__text--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #ECEFF1
}

.requirements-system__link {
font-weight: 500
}

.requirements-system__link--white {
color: #1E88E5
}

.requirements-system__link--black {
color: #81D4FA
}

@media (min-width: 768px) {
.requirements-system__title {
margin: 21px auto 30px;
font-size: 28px;
line-height: 41px
}

.requirements-system__text {
margin-bottom: 22px
}
}

.page-404__icon-wrapper {
width: 95px;
height: 135px;
margin: 0 auto
}

.page-404__title {
width: 100%;
margin: 20px auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: center
}

.page-404__title--white {
color: #263238
}

.page-404__title--black {
color: #fff
}

.page-404__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
text-align: center
}

.page-404__text--white {
color: #546E7A
}

.page-404__text--black {
color: #ECEFF1
}

.page-404__link {
font-weight: 500
}

.page-404__link--white {
color: #1E88E5
}

.page-404__link--black {
color: #81D4FA
}

.content-404 {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media (min-width: 768px) {
.content-404 {
padding: 30px
}
}

@media (min-width: 1024px) {
.content-404 {
grid-area: content-404;
margin: 0 auto
}
}

@media (min-width: 1280px) {
.content-404 {
padding: 50px 30px 60px
}
}

@media (min-width: 1545px) {
.content-404 {
padding: 0 30px 115px
}
}

@media(min-width: 768px) {
.telegram-bot-info {
grid-area: telegram-bot-info;
padding: 30px
}
}

@media(min-width: 1024px) {
.telegram-bot-info {
padding: 30px 30px 50px
}
}

@media(min-width: 1545px) {
.telegram-bot-info {
padding: 30px 30px 80px
}
}

.telegram-bot-start__title {
width: 100%;
margin: 20px auto;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: left;
}

.telegram-bot-start__title--white {
color: #263238
}

.telegram-bot-start__title--black {
color: #fff
}

.telegram-bot-start__subtitle {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 20px;
line-height: 146%;
color: #263238;
margin-bottom: 24px
}

.telegram-bot-start__subtitle--white {
color: #263238
}

.telegram-bot-start__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.telegram-bot-start__text a {
color: #2196f3
}

.telegram-bot-start__text b {
color: #263238
}

.telegram-bot-start__text--bold {
font-weight: 700
}

.telegram-bot-start__text--white {
color: #546e7a
}

.telegram-bot-start__text--black {
color: #eceff1
}

.telegram-bot-start__text--point-white {
position: relative;
padding-left: 15px
}

.telegram-bot-start__text--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.telegram-bot-start__text--point-black {
position: relative;
padding-left: 15px
}

.telegram-bot-start__text--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #eceff1
}

.telegram-bot-start__image-wrapper img {
pointer-events: none
}

.telegram-bot-start__image-wrapper-1 {
width: 100%;
position: relative
}

.telegram-bot-start__image-wrapper-1::after {
content: "";
display: block;
position: absolute;
width: 63px;
height: 120px;
background: url(/src/img/arrow-bot.svg) no-repeat;
background-size: contain;
top: 33px;
right: -20px
}

.telegram-bot-start__image-wrapper-2 {
margin-bottom: 40px
}

.telegram-bot-start__image-wrapper-2 img {
width: 100%;
max-width: 700px
}

.telegram-bot-start .telegram-bot-start__image-1 {
transform: translateX(-15px)
}

@media(max-width: 1340px) {
.telegram-bot-start .telegram-bot-start__image-wrapper-1 {
width: 90% !important
}

.telegram-bot-start .telegram-bot-start__image-wrapper-1 {
margin-bottom: 50px
}
}

@media(max-width: 1024px) {
.telegram-bot-start div.telegram-bot-start__image-wrapper-1 {
margin-bottom: 70px
}

.telegram-bot-start div.telegram-bot-start__image-wrapper-1::after {
right: 0
}

.telegram-bot-start .telegram-bot-start__image-1 {
transform: translateX(0)
}
}

@media(max-width: 1340px) {
.telegram-bot-start .telegram-bot-start__image-wrapper-1 {
width: 90% !important
}

.telegram-bot-start .telegram-bot-start__image-wrapper-1 {
margin-bottom: 50px
}
}

.telegram-bot-start__list {
margin-top: 30px;
font-family: "Roboto", "Arial", sans-serif;
font-size: 17px;
line-height: 155%;
font-weight: 400;
color: #455a64
}

.telegram-bot-start__list b {
font-weight: 500;
color: #263238
}

@media(min-width: 1024px) {
.telegram-bot-start {
padding-bottom: 40px
}

.telegram-bot-start__title {
margin: 50px 0 36px;
text-align: left;
font-size: 35px;
line-height: 45px
}
}

.telegram-bot-connection__title,
.telegram-bot-create-product__title,
.telegram-bot-invoicing-for-payment__title,
.telegram-bot-payment-management__title,
.telegram-bot-payment-editing__title,
.telegram-bot-payment-deletion__title,
.telegram-bot-payment-client__title,
.telegram-bot-payment-lkk__title {
width: 100%;
margin: 20px 0;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 38px;
text-align: left
}

.telegram-bot-connection__title--white,
.telegram-bot-create-product__title--white,
.telegram-bot-invoicing-for-payment__title--white,
.telegram-bot-payment-management__title--white,
.telegram-bot-payment-editing__title--white,
.telegram-bot-payment-deletion__title--white,
.telegram-bot-payment-client__title--white,
.telegram-bot-payment-lkk__title--white {
color: #263238
}

.telegram-bot-connection__title--black,
.telegram-bot-create-product__title--black,
.telegram-bot-invoicing-for-payment__title--black,
.telegram-bot-payment-management__title--black,
.telegram-bot-payment-editing__title--black,
.telegram-bot-payment-deletion__title--black,
.telegram-bot-payment-client__title--black,
.telegram-bot-payment-lkk__title--black {
color: #fff
}

.telegram-bot-connection__subtitle,
.telegram-bot-create-product__subtitle,
.telegram-bot-invoicing-for-payment__subtitle,
.telegram-bot-payment-management__subtitle,
.telegram-bot-payment-editing__subtitle,
.telegram-bot-payment-deletion__subtitle,
.telegram-bot-payment-client__subtitle,
.telegram-bot-payment-lkk__subtitle {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 20px;
line-height: 146%;
color: #263238;
margin-top: 40px;
margin-bottom: 24px
}

.telegram-bot-connection__subtitle--white,
.telegram-bot-create-product__subtitle--white,
.telegram-bot-invoicing-for-payment__subtitle--white,
.telegram-bot-payment-management__subtitle--white,
.telegram-bot-payment-editing__subtitle--white,
.telegram-bot-payment-deletion__subtitle--white,
.telegram-bot-payment-client__subtitle--white,
.telegram-bot-payment-lkk__subtitle--white {
color: #263238
}

.telegram-bot-connection__text,
.telegram-bot-create-product__text,
.telegram-bot-invoicing-for-payment__text,
.telegram-bot-payment-management__text,
.telegram-bot-payment-editing__text,
.telegram-bot-payment-deletion__text,
.telegram-bot-payment-client__text,
.telegram-bot-payment-lkk__text {
margin-bottom: 27px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px
}

.telegram-bot-connection__text a,
.telegram-bot-create-product__text a,
.telegram-bot-invoicing-for-payment__text a,
.telegram-bot-payment-management__text a,
.telegram-bot-payment-editing__text a,
.telegram-bot-payment-deletion__text a,
.telegram-bot-payment-client__text a,
.telegram-bot-payment-lkk__text a {
color: #2196f3
}

.telegram-bot-connection__text b,
.telegram-bot-create-product__text b,
.telegram-bot-invoicing-for-payment__text b,
.telegram-bot-payment-management__text b,
.telegram-bot-payment-editing__text b,
.telegram-bot-payment-deletion__text b,
.telegram-bot-payment-client__text b,
.telegram-bot-payment-lkk__text b {
font-weight: 500;
color: #263238
}

.telegram-bot-connection__text--bold,
.telegram-bot-create-product__text--bold,
.telegram-bot-invoicing-for-payment__text--bold,
.telegram-bot-payment-management__text--bold,
.telegram-bot-payment-editing__text--bold,
.telegram-bot-payment-deletion__text--bold,
.telegram-bot-payment-client__text--bold,
.telegram-bot-payment-lkk__text--bold {
font-weight: 700
}

.telegram-bot-connection__text--white,
.telegram-bot-create-product__text--white,
.telegram-bot-invoicing-for-payment__text--white,
.telegram-bot-payment-management__text--white,
.telegram-bot-payment-editing__text--white,
.telegram-bot-payment-deletion__text--white,
.telegram-bot-payment-client__text--white,
.telegram-bot-payment-lkk__text--white {
color: #546e7a
}

.telegram-bot-connection__text--black,
.telegram-bot-create-product__text--black,
.telegram-bot-invoicing-for-payment__text--black,
.telegram-bot-payment-management__text--black,
.telegram-bot-payment-editing__text--black,
.telegram-bot-payment-deletion__text--black,
.telegram-bot-payment-client__text--black,
.telegram-bot-payment-lkk__text--black {
color: #eceff1
}

.telegram-bot-connection__text--point-white,
.telegram-bot-create-product__text--point-white,
.telegram-bot-invoicing-for-payment__text--point-white,
.telegram-bot-payment-management__text--point-white,
.telegram-bot-payment-editing__text--point-white,
.telegram-bot-payment-deletion__text--point-white,
.telegram-bot-payment-client__text--point-white,
.telegram-bot-payment-lkk__text--point-white {
position: relative;
padding-left: 15px
}

.telegram-bot-connection__text--point-white::before,
.telegram-bot-create-product__text--point-white::before,
.telegram-bot-invoicing-for-payment__text--point-white::before,
.telegram-bot-payment-management__text--point-white::before,
.telegram-bot-payment-editing__text--point-white::before,
.telegram-bot-payment-deletion__text--point-white::before,
.telegram-bot-payment-client__text--point-white::before,
.telegram-bot-payment-lkk__text--point-white::before {
content: "";
position: absolute;
display: block;
top: 10px;
left: 0;
width: 4px;
height: 4px;
background: #263238
}

.telegram-bot-connection__text--point-black,
.telegram-bot-create-product__text--point-black,
.telegram-bot-invoicing-for-payment__text--point-black,
.telegram-bot-payment-management__text--point-black,
.telegram-bot-payment-editing__text--point-black,
.telegram-bot-payment-deletion__text--point-black,
.telegram-bot-payment-client__text--point-black,
.telegram-bot-payment-lkk__text--point-black {
position: relative;
padding-left: 15px
}

.telegram-bot-connection__text--point-black::before,
.telegram-bot-create-product__text--point-black::before,
.telegram-bot-invoicing-for-payment__text--point-black::before,
.telegram-bot-payment-management__text--point-black::before,
.telegram-bot-payment-editing__text--point-black::before,
.telegram-bot-payment-deletion__text--point-black::before,
.telegram-bot-payment-client__text--point-black::before,
.telegram-bot-payment-lkk__text--point-black::before {
content: "";
position: absolute;
display: block;
top: 4px;
left: 0;
width: 4px;
height: 4px;
background: #eceff1
}

.telegram-bot-connection__image-wrapper img,
.telegram-bot-create-product__image-wrapper img,
.telegram-bot-invoicing-for-payment__image-wrapper img,
.telegram-bot-payment-management__image-wrapper img,
.telegram-bot-payment-editing__image-wrapper img,
.telegram-bot-payment-deletion__image-wrapper img,
.telegram-bot-payment-client__image-wrapper img,
.telegram-bot-payment-lkk__image-wrapper img {
pointer-events: none
}

.telegram-bot-connection__list,
.telegram-bot-create-product__list,
.telegram-bot-invoicing-for-payment__list,
.telegram-bot-payment-management__list,
.telegram-bot-payment-editing__list,
.telegram-bot-payment-deletion__list,
.telegram-bot-payment-client__list,
.telegram-bot-payment-lkk__list {
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 25px;
color: #455a64;
margin-bottom: 32px
}

.telegram-bot-connection__list--white,
.telegram-bot-create-product__list--white,
.telegram-bot-invoicing-for-payment__list--white,
.telegram-bot-payment-management__list--white,
.telegram-bot-payment-editing__list--white,
.telegram-bot-payment-deletion__list--white,
.telegram-bot-payment-client__list--white,
.telegram-bot-payment-lkk__list--white {
color: #546e7a
}

.telegram-bot-connection__list--black,
.telegram-bot-create-product__list--black,
.telegram-bot-invoicing-for-payment__list--black,
.telegram-bot-payment-management__list--black,
.telegram-bot-payment-editing__list--black,
.telegram-bot-payment-deletion__list--black,
.telegram-bot-payment-client__list--black,
.telegram-bot-payment-lkk__list--black {
color: #eceff1
}

.telegram-bot-connection__list-item,
.telegram-bot-create-product__list-item,
.telegram-bot-invoicing-for-payment__list-item,
.telegram-bot-payment-management__list-item,
.telegram-bot-payment-editing__list-item,
.telegram-bot-payment-deletion__list-item,
.telegram-bot-payment-client__list-item,
.telegram-bot-payment-lkk__list-item {
position: relative;
padding-left: 28px;
margin-bottom: 28px
}

.telegram-bot-connection__list-item:last-child,
.telegram-bot-create-product__list-item:last-child,
.telegram-bot-invoicing-for-payment__list-item:last-child,
.telegram-bot-payment-management__list-item:last-child,
.telegram-bot-payment-editing__list-item:last-child,
.telegram-bot-payment-deletion__list-item:last-child,
.telegram-bot-payment-client__list-item:last-child,
.telegram-bot-payment-lkk__list-item:last-child {
margin-bottom: 0
}

.telegram-bot-connection__list-item::before,
.telegram-bot-create-product__list-item::before,
.telegram-bot-invoicing-for-payment__list-item::before,
.telegram-bot-payment-management__list-item::before,
.telegram-bot-payment-editing__list-item::before,
.telegram-bot-payment-deletion__list-item::before,
.telegram-bot-payment-client__list-item::before,
.telegram-bot-payment-lkk__list-item::before {
position: absolute;
display: inline-block;
top: 0;
left: 0;
font-family: "Roboto", "Arial", sans-serif;
font-size: 17px;
font-weight: 500;
color: #263238
}

.telegram-bot-connection__list-item b,
.telegram-bot-create-product__list-item b,
.telegram-bot-invoicing-for-payment__list-item b,
.telegram-bot-payment-management__list-item b,
.telegram-bot-payment-editing__list-item b,
.telegram-bot-payment-deletion__list-item b,
.telegram-bot-payment-client__list-item b,
.telegram-bot-payment-lkk__list-item b {
font-weight: 500;
color: #263238
}

.telegram-bot-connection__list-item_first::before,
.telegram-bot-create-product__list-item_first::before,
.telegram-bot-invoicing-for-payment__list-item_first::before,
.telegram-bot-payment-management__list-item_first::before,
.telegram-bot-payment-editing__list-item_first::before,
.telegram-bot-payment-deletion__list-item_first::before,
.telegram-bot-payment-client__list-item_first::before,
.telegram-bot-payment-lkk__list-item_first::before {
content: "1."
}

.telegram-bot-connection__list-item_second::before,
.telegram-bot-create-product__list-item_second::before,
.telegram-bot-invoicing-for-payment__list-item_second::before,
.telegram-bot-payment-management__list-item_second::before,
.telegram-bot-payment-editing__list-item_second::before,
.telegram-bot-payment-deletion__list-item_second::before,
.telegram-bot-payment-client__list-item_second::before,
.telegram-bot-payment-lkk__list-item_second::before {
content: "2."
}

.telegram-bot-connection__list-item_third::before,
.telegram-bot-create-product__list-item_third::before,
.telegram-bot-invoicing-for-payment__list-item_third::before,
.telegram-bot-payment-management__list-item_third::before,
.telegram-bot-payment-editing__list-item_third::before,
.telegram-bot-payment-deletion__list-item_third::before,
.telegram-bot-payment-client__list-item_third::before,
.telegram-bot-payment-lkk__list-item_third::before {
content: "3."
}

.telegram-bot-connection__list-item_fourth::before,
.telegram-bot-create-product__list-item_fourth::before,
.telegram-bot-invoicing-for-payment__list-item_fourth::before,
.telegram-bot-payment-management__list-item_fourth::before,
.telegram-bot-payment-editing__list-item_fourth::before,
.telegram-bot-payment-deletion__list-item_fourth::before,
.telegram-bot-payment-client__list-item_fourth::before,
.telegram-bot-payment-lkk__list-item_fourth::before {
content: "4."
}

.telegram-bot-connection__list-item_fifth::before,
.telegram-bot-create-product__list-item_fifth::before,
.telegram-bot-invoicing-for-payment__list-item_fifth::before,
.telegram-bot-payment-management__list-item_fifth::before,
.telegram-bot-payment-editing__list-item_fifth::before,
.telegram-bot-payment-deletion__list-item_fifth::before,
.telegram-bot-payment-client__list-item_fifth::before,
.telegram-bot-payment-lkk__list-item_fifth::before {
content: "5."
}

.telegram-bot-connection__list-item_sixth::before,
.telegram-bot-create-product__list-item_sixth::before,
.telegram-bot-invoicing-for-payment__list-item_sixth::before,
.telegram-bot-payment-management__list-item_sixth::before,
.telegram-bot-payment-editing__list-item_sixth::before,
.telegram-bot-payment-deletion__list-item_sixth::before,
.telegram-bot-payment-client__list-item_sixth::before,
.telegram-bot-payment-lkk__list-item_sixth::before {
content: "6."
}

.telegram-bot-connection__list-item_seventh::before,
.telegram-bot-create-product__list-item_seventh::before,
.telegram-bot-invoicing-for-payment__list-item_seventh::before,
.telegram-bot-payment-management__list-item_seventh::before,
.telegram-bot-payment-editing__list-item_seventh::before,
.telegram-bot-payment-deletion__list-item_seventh::before,
.telegram-bot-payment-client__list-item_seventh::before,
.telegram-bot-payment-lkk__list-item_seventh::before {
content: "7."
}

.telegram-bot-connection__list-item_eighth::before,
.telegram-bot-create-product__list-item_eighth::before,
.telegram-bot-invoicing-for-payment__list-item_eighth::before,
.telegram-bot-payment-management__list-item_eighth::before,
.telegram-bot-payment-editing__list-item_eighth::before,
.telegram-bot-payment-deletion__list-item_eighth::before,
.telegram-bot-payment-client__list-item_eighth::before,
.telegram-bot-payment-lkk__list-item_eighth::before {
content: "8."
}

.telegram-bot-connection__sub-italic-text,
.telegram-bot-create-product__sub-italic-text,
.telegram-bot-invoicing-for-payment__sub-italic-text,
.telegram-bot-payment-management__sub-italic-text,
.telegram-bot-payment-editing__sub-italic-text,
.telegram-bot-payment-deletion__sub-italic-text,
.telegram-bot-payment-client__sub-italic-text,
.telegram-bot-payment-lkk__sub-italic-text {
font-family: "Roboto", "Arial", sans-serif;
font-style: italic;
font-weight: 400;
font-size: 15px;
line-height: 23px;
color: #90a4ae
}

.telegram-bot-connection__image-gallery,
.telegram-bot-create-product__image-gallery,
.telegram-bot-invoicing-for-payment__image-gallery,
.telegram-bot-payment-management__image-gallery,
.telegram-bot-payment-editing__image-gallery,
.telegram-bot-payment-deletion__image-gallery,
.telegram-bot-payment-client__image-gallery,
.telegram-bot-payment-lkk__image-gallery {
display: flex
}

.telegram-bot-connection__image-gallery-item,
.telegram-bot-create-product__image-gallery-item,
.telegram-bot-invoicing-for-payment__image-gallery-item,
.telegram-bot-payment-management__image-gallery-item,
.telegram-bot-payment-editing__image-gallery-item,
.telegram-bot-payment-deletion__image-gallery-item,
.telegram-bot-payment-client__image-gallery-item,
.telegram-bot-payment-lkk__image-gallery-item {
margin-right: 50px
}

.telegram-bot-connection__image-gallery-item:last-child,
.telegram-bot-create-product__image-gallery-item:last-child,
.telegram-bot-invoicing-for-payment__image-gallery-item:last-child,
.telegram-bot-payment-management__image-gallery-item:last-child,
.telegram-bot-payment-editing__image-gallery-item:last-child,
.telegram-bot-payment-deletion__image-gallery-item:last-child,
.telegram-bot-payment-client__image-gallery-item:last-child,
.telegram-bot-payment-lkk__image-gallery-item:last-child {
margin-right: 0
}

@media(min-width: 1024px) {

.telegram-bot-connection,
.telegram-bot-create-product,
.telegram-bot-invoicing-for-payment,
.telegram-bot-payment-management,
.telegram-bot-payment-editing,
.telegram-bot-payment-deletion,
.telegram-bot-payment-client,
.telegram-bot-payment-lkk {
padding-bottom: 40px
}

.telegram-bot-connection__title,
.telegram-bot-create-product__title,
.telegram-bot-invoicing-for-payment__title,
.telegram-bot-payment-management__title,
.telegram-bot-payment-editing__title,
.telegram-bot-payment-deletion__title,
.telegram-bot-payment-client__title,
.telegram-bot-payment-lkk__title {
margin: 50px 0 36px;
text-align: left;
font-size: 35px;
line-height: 45px
}
}

.telegram-bot-create-product__image-wrapper_second {
margin-bottom: 22px
}

.telegram-bot-invoicing-for-payment__list .telegram-bot-invoicing-for-payment__text--point-white,
.telegram-bot-invoicing-for-payment__list .telegram-bot-invoicing-for-payment__text--point-black {
margin-bottom: 20px
}

.telegram-bot-invoicing-for-payment__list .telegram-bot-invoicing-for-payment__text--point-white:first-child,
.telegram-bot-invoicing-for-payment__list .telegram-bot-invoicing-for-payment__text--point-black:first-child {
margin-top: 16px
}

.telegram-bot-invoicing-for-payment__list .telegram-bot-invoicing-for-payment__text--point-white:last-child,
.telegram-bot-invoicing-for-payment__list .telegram-bot-invoicing-for-payment__text--point-black:last-child {
margin-bottom: 0
}

.telegram-bot-invoicing-for-payment__list .telegram-bot-invoicing-for-payment__sub-italic-text {
margin: 20px 0 12px 0;
max-width: 430px
}

.telegram-bot-invoicing-for-payment__image-gallery .telegram-bot-invoicing-for-payment__sub-italic-text {
margin-bottom: 5px
}

.telegram-bot-payment-editing__image-wrapper,
.telegram-bot-payment-deletion__image-wrapper {
margin-bottom: 36px
}

.telegram-bot-payment-client__image-wrapper {
margin-bottom: 24px
}

.telegram-bot-payment-client__image-wrapper_last {
margin-bottom: 0
}

.telegram-bot-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0 0 60px
}

@media(min-width: 610px) {
.telegram-bot-content {
flex-direction: row
}
}

@media(min-width: 768px) {
.telegram-bot-content {
display: grid;
grid-template-columns: calc(100% - 285px) 285px;
grid-template-areas: "telegram-bot-info telegram-bot-navigation";
padding: 0
}
}

@media(min-width: 1024px) {
.telegram-bot-content {
grid-area: content-telegram-bot
}
}

.telegram-bot-navigation {
display: none;
padding: 40px 0 0
}

.telegram-bot-navigation--white {
border-left: 1px solid #d7e2e8
}

.telegram-bot-navigation--black {
border-left: 1px solid #5b7887
}

.telegram-bot-navigation__first {
margin-bottom: 15px;
padding-left: 20px;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: lowercase;
letter-spacing: .03em;
font-variant: small-caps;
color: #78909c
}

.telegram-bot-navigation__text {
margin: 18px 0;
padding-left: 20px;
padding-right: 10px;
position: relative;
font-family: "Roboto", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px
}

.telegram-bot-navigation__text--first {
margin-top: 15px
}

.telegram-bot-navigation__text--white {
color: #78909c
}

.telegram-bot-navigation__text--black {
color: #b0bec5
}

.telegram-bot-navigation__text--active {
font-weight: 700
}

.telegram-bot-navigation__text--active::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #2196f3
}

.telegram-bot-navigation__text--active-white {
color: #37474f
}

.telegram-bot-navigation__text--active-black {
color: #fff
}

@media(min-width: 768px) {
.telegram-bot-navigation {
position: relative;
grid-area: telegram-bot-navigation;
display: block
}

.telegram-bot-navigation__wrapper {
position: sticky;
width: 285px;
top: 170px
}
}

body {
margin: 0;
padding: 0
}

.mobile {
overflow: hidden;
height: 100vh
}

*, *:before, *:after {
box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
margin: 0
}

a {
text-decoration: none;
color: inherit
}

ul, li {
margin: 0;
padding: 0;
list-style-type: none
}


/* End */


/* Start:/local/templates/docs/lx.css?17322064453751*/
.hidden {
    display: none;
}
div.itp-alert {
    font-size: 18px;
    line-height: 22px;
}
div.itp-alert-warning {
    background: url("/local/templates/docs/img/warning_icon.png") no-repeat scroll 12px center #FFFFDD;
    border: 1px solid #AEAE82;
    border-radius: 3px 3px 3px 3px;
    color: #727226;
    margin: 10px 0;
    padding: 15px 25px 15px 50px;
}
div.itp-alert-success {
    background: url("/local/templates/docs/img/success_icon.png") no-repeat scroll 12px center #D3E6C9;
    border: 1px solid #6AA05A;
    border-radius: 3px 3px 3px 3px;
    color: #727226;
    margin: 10px 0;
    padding: 15px 25px 15px 50px;
}
div.itp-alert-info {
    background: url("/local/templates/docs/img/info_icon.png") no-repeat scroll 12px center #E5EFFF;
    border: 1px solid #347EB7;
    border-radius: 3px 3px 3px 3px;
    color: #446677;
    margin: 10px 0;
    padding: 15px 25px 15px 50px;
}
div.itp-alert-error {
    background: url("/local/templates/docs/img/error_icon.png") no-repeat scroll 12px center #FFEEEE;
    border: 1px solid #CC7373;
    border-radius: 3px 3px 3px 3px;
    color: #774444;
    margin: 10px 0;
    padding: 15px 25px 15px 50px;
}
div.alert .close {
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}
div.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
div.alert-danger, div.alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
div.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}
#shadow {display:none; position:fixed; z-index:99999; top:0; left:0; width:100%; height:100%; background:#000 !important;}
#loading {
    display: none;
    position: absolute;
    width: 170px;
    height: 40px;
    z-index: 999999999;
    background: #FFFFFF url(/local/templates/docs/img/loading.gif) no-repeat center center;
    border:1px solid #5F5F5F;
}

/*--- Уведомления ---*/
.ui-pnotify .ui-pnotify-shadow {
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.03); }
.ui-pnotify div.alert {
    padding: 12px 35px 12px 12px;
    background-color: #fff;
    border: 1px solid #ededed;
    text-shadow: none;
    color: #545454;
    font-size: 14px;
    line-height: 16px; }
.ui-pnotify div.alert-danger, .ui-pnotify div.alert-error {
    border-color: #fab0b1;
    background-color: #FFDEDE;
    color: #fa3149; }
.ui-pnotify div.alert-success {
    background-color: #F0FCEB;
    border-color: rgba(20, 173, 88, 0.61);
    color: #14ad58; }
.ui-pnotify div.alert-info {
    background-color: #EBF5FF;
    border-color: #69c4ff;
    color: #0089ff; }
.ui-pnotify .ui-pnotify-closer {
    margin-right: -20px;
    display: block !important;
    visibility: visible !important;
    width: 16px;
    height: 16px;
}
.ui-pnotify .ui-pnotify-title {
    font-weight: 500;
    font-size: 16px; }
.ui-pnotify .ui-pnotify-text {
    display: block;
    font-size: 14px;
    line-height: 18px; }
.ui-pnotify-closer span {
    background-image: url("/local/templates/docs/img/icon.png") !important;
    width: 16px;
    height: 16px;
    display: block;
}

.alert-success .icon-remove, .alert-success .icon-cancel {
    background-position: -136px -51px; }
.alert-info .icon-remove, .alert-info .icon-cancel {
    background-position: -153px -51px; }
.icon-remove, .icon-cancel {
    background-position: -102px -51px;
}
.ui-pnotify {
    text-align: left;
}
.ui-pnotify-title {
    font-weight: 500 !important;
}
/*--- КОНЕЦ | Уведомления ---*/
/* End */


/* Start:/local/templates/docs/template_styles.css?17322064458693*/
.fancybox-active{
    overflow: hidden;
    height: 100vh;
}

.fancybox-popup .fancybox-slide--html {
    padding: 0;
}
.fancybox-popup .fancybox-slide--error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fancybox-popup .fancybox-slide::before {
    display: none;
}
.fancybox-popup .fancybox-content {
    display: none;
    background: none;
    width: 100%;
    min-height: 100%;
    border: none;
    padding: 0 80px;
}
.fancybox-popup .content {
    padding-bottom: 0;
}
.fancybox-popup .fancybox-error p {
    color: #fff;
}
.fancybox-popup .fancybox-bg {
    background: #fff;
}
.fancybox-popup.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-popup .popup.popup-center {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-search-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    padding: 120px 0 0;
    max-width: 730px;

    font-family: Roboto;
}
.popup-search-section h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 50px;

    text-align: center;
}

.popup-search {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #455A64;
    margin-bottom: 10px;
}
.popup-search input {
    width: 100%;
    border: none;
    font-size: 19px;
    line-height: 28px;
    display: flex;
    align-items: center;

    color: #546E7A;
}
.popup-search input::placeholder {
    font-size: 17px;
    opacity: 0.7;
    color: #7D9FAF;
    padding-left: 5px;
}

.search-cross {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.search-cross::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    background-image: url(/local/templates/docs/css/img/icon-cross-search.svg);
    background-size: contain;
}

.popup-search-section .count{
    font-size: 15px;
    line-height: 20px;

    color: #7D9FAF;
    margin-bottom: 10px;
}

.popup-search-section .result{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.popup-search-section .result .item{
    margin-top: 25px;
    width: 100%;
}
.popup-search-section .result a{
    font-size: 17px;
    line-height: 30px;

    color: #2196F3;
    margin-bottom: 5px;
    display: inline-block;
}
.popup-search-section .result span{
    font-size: 15px;
    line-height: 20px;
    display: inline-block;

    color: #7D9FAF;

    opacity: 0.7;
}

.header{
    grid-area: header;
}
.header.is-fixed{
    position: fixed;
    background-color: #fff;
    z-index: 101;
    right: 0;
    left: 300px;
}

.fixed-fix{
    grid-area: fixed-fix;
}

.navigation__item{
    padding-left: 10px;
}
.navigation__item.active{
    background-color: #2196F3;
    color: #fff;
}

.breadcrumb{
    font-family: "Roboto", "Arial", sans-serif;
    grid-area: breadcrumb;
    padding: 20px 30px 0;
    margin: 0 0 10px;
    border-radius: 0;
    background-color: transparent;
    font-size: 0;
}
.breadcrumb li {
    color: #263238;
    font-size: 16px;
    display: inline-block;
}
.breadcrumb li + li:before {
    color: #D7E2E8;
    content: "—";
    transform: rotateY(180deg);
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}
.breadcrumb li a {
    color: #263238;
    text-decoration: none;
    transition: all ease .3s;
}
.breadcrumb li a:hover {
    color: #1E88E5;
}

.navigation-mob__item.active{
    color: #1E88E5;
}

.navigation-mob__item.active a{
    border-bottom: 1px solid #1E88E5;
}

.box-modal {
    max-width: 100%;
    width: 450px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin: 0 auto;
    padding: 30px;
    position: relative;

    font-family: "Roboto", "Arial", sans-serif;
}
.box-modal__heading {
    padding: 0 0 15px;
}
.box-modal__heading .name {
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #333;
    line-height: 1;
    font-weight: bold;
}
.box-modal__body .b-form__item {
    position: relative;
}
.box-modal__body .b-form__item .form-link-wrap {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1;
}
.box-modal__body .b-form__item--btn {
    padding: 20px 0 0 0;
}
.box-modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 10;
    color: #BABEC2;
    font-size: 16px;
    line-height: 1;
    transition: all ease .3s;
}
.box-modal__close:hover {
    color: #132031;
}
.box-modal__ok-wrap {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #666A7B;
}
.box-modal__ok-wrap h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    color: #333;
    margin: 0 0 10px;
    font-weight: bold;
}
.box-modal__info {
    text-align: center;
    color: #949CA4;
    font-size: 14px;
    line-height: 17px;
    padding: 20px 0 0 0;
}
.box-modal .btn-form{
    height: 40px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #2196F3;
    border-radius: 4px;
}
.box-modal .b-form__control{
    padding-bottom: 10px;
    border-bottom: 1px solid #455A64;
    margin-bottom: 10px;
}
.box-modal input{
    width: 100%;
    border: none;
    font-size: 19px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #546E7A;
}
.box-modal .agreement{
    font-size: 14px;
}
.box-modal a{
    color: #2196F3;
    text-decoration: underline;
    transition: .3s all;
}

.box-modal a:hover{
    text-decoration: none;
}

.logo--white::before{
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 1545px) {
    .header.is-fixed{
        width: 100%;
        max-width: 1545px;
        margin: auto;
        padding-left: 375px;
        left: 0;
    }
}
@media (max-width: 1279px) {
    .header.is-fixed{
        left: 240px;
    }
}
@media (max-width: 1023px) {
    .header.is-fixed{
        left: 0;
    }
}
@media (max-width: 767px) {
    .fancybox-container.fancybox-is-open{
        top: 0;
    }

    .fancybox-container{
        top: 100%;

        margin-top: 15px;
        height: calc(100% - 15px);
    }

    .fancybox-popup .fancybox-bg{
        border-radius: 10px 10px 0 0;
    }
    .fancybox-popup .fancybox-content{
        padding: 0 20px;
    }
    .popup-search-section{
        padding-top: 30px;
    }

    .popup-search-section h2{
        font-size: 15px;
        line-height: 20px;

        text-align: center;
        letter-spacing: 0.04em;
        font-variant: small-caps;
        text-transform: lowercase;
        font-weight: 500;

        color: #78909C;
        position: relative;
        margin-bottom: 20px;
    }

    .search-cross {
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 30px;
    }

    .search-cross::after {
        content: "";
        position: absolute;
        display: block;
        top: 15px;
        left: calc(50% - 17px);
        width: 34px;
        height: 3px;
        background-image: none;
        background-color: #D3DDE1;
        border-radius: 22px;
    }

    .popup-search{
        padding-bottom: 5px;
        border-color: #E0E8EC;
    }

    .popup-search-section .count{
        margin-bottom: 20px;
    }

    .popup-search-section .result a{
        line-height: 25px;
    }

    .popup-search-section .result .item{
        margin-top: 25px;
    }
    .popup-search-section .result .item:first-of-type{
        margin-top: 0;
    }
    .popup-search-section .result{
        margin-bottom: 20px;
    }
    .breadcrumb{
        padding-left: 20px;
    }
}
/* End */
/* /local/templates/docs/css/jquery.fancybox.css?173220644517412 */
/* /local/templates/docs/css/main.css?1752059889582023 */
/* /local/templates/docs/lx.css?17322064453751 */
/* /local/templates/docs/template_styles.css?17322064458693 */
