

/* Start:/local/templates/lanbilling/styles.css?1748507509330*/
.page-text img {margin-bottom: 20px;}

.page-text ol li {color: #000000 !important;}

.page-text td ul {margin-bottom: 0px;}

img.icon {display: inline !important; vertical-align: middle; margin: 0px; border: 0px !important}

.page-text--api pre {max-width: 100% !important;}

.drop-box--prices .drop-content p {max-width: 700px;}
/* End */


/* Start:/local/templates/lanbilling/js/fancybox/jquery.fancybox.css?162084580417390*/
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/lanbilling/js/swiper/swiper.min.css?162084580413667*/
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

@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}
/* End */


/* Start:/local/templates/lanbilling/js/formstyler/jquery.formstyler.css?16208458042175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/lanbilling/lanbilling.css?1756480196113587*/
@charset "UTF-8";
@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/lanbilling/./fonts/Stolzl_Regular.eot");
  src: local("Stolzl"), url("/local/templates/lanbilling/./fonts/Stolzl_Regular.eot#iefix") format("embedded-opentype"), url("/local/templates/lanbilling/./fonts/Stolzl_Regular.woff") format("woff"), url("/local/templates/lanbilling/./fonts/Stolzl_Regular.woff2") format("woff2"), url("/local/templates/lanbilling/./fonts/Stolzl_Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}
body.no-scroll,
html.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
  outline: none;
}

p:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

p:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "Stolzl", "Inter", "Arial", cursive;
  font-style: normal;
  font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5 {
  margin-top: 0;
}

h1, .h1 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.03em;
}

h2, .h2 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 29px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
}

h5, .h5 {
  font-size: 14px;
  line-height: 17px;
}

.input {
  -webkit-appearance: none;
  outline: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 32px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-family: "Inter", "Arial", sans-serif;
  border-radius: 4px;
}
.input-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 8px;
  line-height: 0;
}
.input-wrap--2 {
  width: calc(50% - 4px);
  margin-right: 8px;
}
.input-wrap.last {
  margin-right: 0;
}
.input-wrap--file {
  position: relative;
}
.input-wrap--file input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.input-wrap--file .file-wrap {
  display: block;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 56px 24px;
  text-align: center;
}
.input-wrap--file .file-wrap span {
  color: #b2b2b2;
  font-size: 14px;
}
.input-wrap--file .file-wrap span:hover {
  text-decoration: underline;
}

textarea.input {
  height: auto;
  min-height: 112px;
}

::placeholder {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Inter", "Arial", sans-serif;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Inter", "Arial", sans-serif;
  -webkit-appearance: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background: #F5821F;
  text-align: center;
  padding: 17px 28px 15px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #F5821F;
}
.btn:hover {
  background: #DD6A07;
  border-color: #DD6A07;
}
.btn--light {
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.btn--light:hover {
  color: #333333;
  background-color: transparent;
  border-color: #F5821F;
}
.btn--orange {
  color: #F5821F;
  border: 1px solid #F5821F;
  background-color: transparent;
}
.btn--orange:hover {
  color: #ffffff;
  background-color: #F5821F;
  border-color: #F5821F;
}

.breadcrumbs {
  margin: 16px 0;
  font-size: 14px;
  line-height: 17px;
  color: #ccc;
  font-family: "Stolzl", "Inter", "Arial", cursive;
}
.breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  color: #ccc;
  margin-right: 3px;
}

.wrap {
  max-width: 1404px;
  margin: 0 auto;
  padding: 0 30px;
}

.content {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 112px;
  padding: 29px 0 0;
}
.header-right {
  display: inline-block;
  vertical-align: middle;
  float: right;
  position: relative;
}
.header-right__lk {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  color: #F5821F;
  padding-top: 19px;
  position: absolute;
  right: 361px;
  top: 0;
}
.header-right__lk:hover {
  color: #DD6A07;
}
.header-phone {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 158px;
  top: 0;
}
.header-phone .btn {
  color: #F5821F;
  position: relative;
  transition: all 0.3s;
  background: url("/local/templates/lanbilling/./images/svg/ico-phone.svg") no-repeat 7px 50%, url("/local/templates/lanbilling/./images/svg/ico-phone-hover.svg") no-repeat 7px 50%;
  background-size: auto, 0;
  padding: 14px 16px 15px 48px;
  margin-top: 3px;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
}
.header-phone .btn:hover {
  border-color: #F5821F;
  background-color: #F5821F;
  color: #ffffff;
  background-size: 0, auto;
}
.header .wrap {
  position: relative;
}

.search {
  display: inline-block;
  vertical-align: middle;
  min-width: 62px;
  text-align: center;
  position: absolute;
  right: 64px;
  top: 8px;
}
.search form {
  position: relative;
}
.search input {
  display: none;
  position: absolute;
  bottom: -8px;
  right: 16px;
  z-index: 0;
  min-width: 280px;
  border: 1px solid #F5821F;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 16px 32px 16px 16px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.search input::placeholder {
  font-size: 14px;
  line-height: 16px;
}
.search-btn {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url("/local/templates/lanbilling/./images/svg/ico-search.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-search-hover.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-search-close.svg") no-repeat center;
  background-size: auto, 0, 0;
  margin: 3px 0 0 -5px;
  position: relative;
  z-index: 1;
}
.search-btn:hover {
  background-size: 0, auto, 0;
}
.search.active {
  z-index: 1;
}
.search.active .search-btn {
  background-size: 0, 0, auto;
  opacity: 0.5;
}
.search.active input {
  display: block;
}
.search-result {
  display: none;
  background: #FFFFFF;
  border: 1px solid #F5821F;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 16px);
  right: 15px;
  min-width: 280px;
  text-align: left;
}
.search-result ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-result ul li {
  display: block;
  padding: 16px;
}
.search-result ul li:hover {
  background-color: #F4F4F4;
}

.lang {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-top: 2px;
  position: absolute;
  top: 8px;
  right: -1px;
}
.lang a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 32px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-left: 5px;
  text-transform: uppercase;
  padding: 5px 0;
}
.lang a.active {
  color: #fff;
  background-color: #F5821F;
}
.lang a:hover:not(.active) {
  color: #F5821F;
}
.lang > .wrap {
  position: relative;
}

.burger {
  display: none;
}

.logo {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-top: -5px;
}
.logo img {
  width: 184px !important;
}

.burger-menu {
  position: absolute;
  left: 207px;
  right: 30px;
  top: 0;
}
.burger-menu__close {
  display: none;
}

.top-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main {
  padding-top: 112px;
}

.main-top {
  color: #FFFFFF;
}
.main-top__info {
  max-width: 515px;
  padding-right: 50px;
}
.main-top__info .btn {
  margin-top: 62px;
  padding: 17px 35px 15px;
}
.main-top__img {
  flex: 1 1 100%;
}
.main-top__img img {
  display: block;
  margin: 0 auto;
}
.main-top__text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  opacity: 0.6;
}
.main-top .swiper-slide {
  display: flex;
  align-items: center;
  padding: 60px 70px;
  background: no-repeat center;
  background-size: cover;
}
.main-top .swiper-slide h1 {
  color: #222;
  margin: 0 0 24px;
}
.main-top .swiper-pagination {
  position: static;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 32px 0 30px;
  height: 8px;
  background: transparent;
}
.main-top .swiper-pagination-progressbar-fill {
  height: 8px;
  background-color: #F5821F;
}

.swiper-pagination {
  position: static;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 32px 0;
  height: 8px;
  background: transparent;
}
.swiper-pagination-progressbar-fill {
  height: 8px;
  background-color: #F5821F;
}
.swiper-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
  width: 97px;
  margin-right: 15px;
  position: relative;
}
.swiper-button {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 1;
  background: url("/local/templates/lanbilling/./images/svg/arr-right.svg") no-repeat right center;
  width: 45px;
  height: 56px;
  transition: all 0.3s;
}
.swiper-button:after {
  display: none;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  width: 20px;
  right: 40px;
  z-index: 2;
  transition: all 0.3s;
}
.swiper-button-next:before {
  right: auto;
  left: -12px;
}
.swiper-button:hover {
  z-index: 2;
}
.swiper-button:hover.swiper-button-prev:before {
  right: 45px;
}
.swiper-button:hover.swiper-button-next:before {
  right: auto;
  left: -17px;
}

.col {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 32px;
  width: calc(50% - 32px);
}
.cols {
  margin: 80px -16px;
}
.cols--3 .col {
  width: calc(33.3% - 32px);
}
.cols--32-68 {
  margin: 0;
}
.cols--32-68 .col {
  width: 32%;
  margin: 0;
}
.cols--32-68 .col:last-child {
  width: 68%;
}
.col img {
  display: block;
  width: 100%;
}
.col .gray-bg {
  padding: 40px 32px 60px 40px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}

.tech-info__item {
  display: block;
  height: 184px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px;
  position: relative;
}
.tech-info__item:hover{
  border-color:#F5821F
}
.tech-info__item-title {
  display: block;
  line-height: 31px;
}
.tech-info__item-ico {
  display: block;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.tech-info__item-ico img {
    max-height: 96px;
}
.tech-info__item-link {
  display: block;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url("/local/templates/lanbilling/./images/svg/arr-right.svg") no-repeat right 10px top 50%;
  background-size: auto 16px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  transition: all 0.3s;
}
.tech-info__item:hover .tech-info__item-link {
  background-position-x: 100%;
}

.page-top h1 {
  margin: 0 0 30px;
}

.footer {
  background: #353535;
  color: #ffffff;
  margin-top: 80px;
}
.footer .col {
  display: inline-block;
  vertical-align: top;
  width: 36.6%;
  margin: 0;
}
.footer .col:nth-child(2) {
  width: 40.3%;
}
.footer .col:last-child {
  width: 23%;
}
.footer-top {
  padding: 40px 0 51px;
}
.footer-bot {
  padding: 24px 0;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.3;
  position: relative;
}
.footer-bot span {
  display: inline-block;
  vertical-align: top;
  margin-right: 160px;
}
.footer-bot .prominado {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  bottom: 24px;
  color: #ffffff;
}
.footer h4 {
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 0 23px;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none
}

.footer-box {
  margin-bottom: 32px;
  margin-right: 29px;
  font-weight: 500;
  opacity: 0.9;
  max-width: 375px;
}
.footer-box span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  opacity: 0.4;
  margin-bottom: 9px;
  font-family: "Stolzl", "Inter", "Arial", cursive;
}
.footer-box--mail, .footer-box--phone {
  display: inline-block;
  vertical-align: top;
  max-width: 190px;
}
.footer .tg {
  display: block;
  padding-left: 40px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  max-width: 125px;
  margin-top: 12px;
}
.footer .tg:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/local/templates/lanbilling/./images/svg/ico-tg.svg") no-repeat 0 50%;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-time {
  display: block;
  padding-left: 32px;
  position: relative;
  margin-top: 40px;
  background: url("/local/templates/lanbilling/./images/svg/time.svg") no-repeat 0 50%;
}
.footer-about {
  max-width: 344px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-about h4 {
  margin: 0 0 16px;
}
.footer .logo {
  margin: 5px 0 38px;
}

.submenu {
  margin: 16px 0 40px;
}
.submenu a {
  margin-right: 10px;
  font-size: 14px;
  padding: 12px 17px;
}

.drop-box {
  background-color: #F8F8F8;
  margin-bottom: 8px;
}
.drop-box.opened .drop-link:before {
  transform: rotate(-180deg);
  background-size: 0, auto;
}
.drop-box--min {
  max-width: 1008px;
}
.drop-box + h2 {
  margin: 64px 0 32px;
}
.drop-box--releases .drop-content {
  display: block;
  padding: 14px 0 24px;
}
.drop-box--releases .statuses-list {
  margin-bottom: 24px;
}
.drop-box--releases .drop-title {
  margin-bottom: 24px;
  margin-right: 60px;
}
.drop-box--releases .drop-top {
  padding: 23px 32px 0;
}
.drop-box--releases .drop-top:after {
  content: "";
  display: block;
  clear: both;
}
.drop-box--os-support {
  background-color: transparent;
}
.drop-box--os-support .drop-content {
  margin: 0;
}
.drop-box--os-support .os-support-title .td {
  background: #F3F3F3 !important;
  font-weight: 700;
}
.drop-top {
  padding: 19px 32px 20px;
}
.drop-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px 0 0;
  width: 100%;
}
.drop-link {
  position: relative;
  padding-right: 38px;
  cursor: pointer;
}
.drop-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 25px;
  background: url("/local/templates/lanbilling/./images/svg/choose.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/choose-orange.svg") no-repeat center;
  background-size: auto, 0;
  top: -1px;
  right: 0;
  transition: all 0.3s;
}
.drop-link:hover:before {
  background-size: 0, auto;
}
.drop-content {
  display: none;
  padding: 32px 0;
  margin: 0 32px;
  border-top: 1px solid #F5821F;
}

.table {
  display: table;
  width: 100%;
}
.table .tr {
  display: table-row;
}
.table .tr:nth-child(2n+1) .td {
  background: #F3F3F3;
}
.table .tr:nth-child(2n+1):hover:not(.tr--header) .td {
  background-color: rgba(245, 130, 31, 0.23);
}
.table .tr:hover .td {
  background-color: rgba(245, 130, 31, 0.23);
}
.table .tr--header .td {
  font-size: 14px;
  line-height: 17px;
  font-family: "Stolzl", "Inter", "Arial", cursive;
  color: rgba(0, 0, 0, 0.6);
}
.table .td {
  display: table-cell;
  padding: 16px 24px;
}
.table .td--gray {
  background-color: #F8F8F8;
}
.table--documents .td:last-child {
  text-align: right;
}
.table--documents .tr:hover .td:first-child {
  color: #F5821F;
}
.table--releases .tr:nth-child(2n+1) .td {
  background: transparent;
}
.table--releases .td {
  color: rgba(0, 0, 0, 0.9);
}
.table--releases .td:first-child {
  width: 56px;
  max-width: 56px;
  text-align: center;
}
.table--releases .td .status {
  margin-left: 0;
}
.table--releases .td:nth-child(2) {
  padding-left: 0;
}
.table--api .td {
  width: 30%;
}
.table--api .td:last-child {
  text-align: left;
  width: 70%;
}
.table--api .td a {
  color: #F5821F;
}
.table--api .td a:not(:hover) {
  text-decoration: underline;
}
.table--simple {
  display: block;
  max-width: 1231px;
}
.table--simple h4 {
  margin: 0 0 24px;
}
.table--simple .tr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 96px;
}
.table--simple .tr .td {
  display: block;
  width: 54.5%;
  background-color: transparent;
  padding: 0;
}
.table--simple .tr .td--gray {
  background-color: #F8F8F8;
  padding: 20px 32px 4px;
}
.table--simple .tr .td:first-child {
  width: 45.5%;
  padding-right: 118px;
}
.table--simple .tr .td p {
  margin: 0 0 17px;
}
.table--simple .tr:hover .td, .table--simple .tr:nth-child(2n+1) .td, .table--simple .tr:nth-child(2n+1):hover:not(.tr--header) .td {
  background-color: transparent;
}
.table--simple .tr:hover .td--gray, .table--simple .tr:nth-child(2n+1) .td--gray, .table--simple .tr:nth-child(2n+1):hover:not(.tr--header) .td--gray {
  background-color: #F8F8F8;
}
.table--os-support .tr--header .td {
  font-size: 18px;
  vertical-align: middle;
}

.info-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 10px;
}
.info-box:hover {
  text-decoration: none !important;
}
.info-box__ico {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #F5821F;
  border: 1px solid #F5821F;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px;
  cursor: pointer;
}
.info-box__ico:hover {
  z-index: 1;
}
.info-box__ico:hover + .info-box__content {
  display: block;
}
.info-box__content {
  display: none;
  width: 440px;
  min-height: 40px;
  background: #FFFFFF;
  border: 1px solid #F5821F;
  border-radius: 4px;
  padding: 12px 24px;
  position: absolute;
  top: 101%;
  left: -40px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.info-box__content h4 {
  font-size: 18px;
  line-height: 22px;
}
.info-box__content ul {
  font-size: 15px;
  line-height: 26px !important;
}
.info-box__content li {
  margin-bottom: 0px;
}
.info-box__content li:before {
  top: 9px !important;
}

.info-box:hover {
  z-index: 1;
}

.download {
  font-weight: bold;
  color: #616161;
}
.download:hover {
  color: #F5821F;
}

.statuses-list {
  display: inline-block;
  vertical-align: middle;
}
.statuses-list--mobile {
  display: none;
}

.status {
  display: inline-block;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 32px;
  position: relative;
  padding-left: 32px;
}
.status:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.status--supported:before {
  background-color: #71D721;
}
.status--ended:before {
  background-color: #F24646;
}
.status--will-end:before {
  background-color: #F5B91F;
}
.status--anons:before {
  background-color: #21C1D7;
}
.status:first-child {
  margin-left: 0;
}

.body--tech-cases .drop-box {
  max-width: 1008px;
}
.body--tech-cases .table .td:last-child {
  text-align: left;
}
.body--tech-cases .table .td a {
  display: inline-block;
  vertical-align: top;
  max-width: 690px;
}
.body--tech-cases .page-top h1 {
  margin-bottom: 38px;
}
.body--tech-cases .footer {
  margin-top: 120px;
}
.body--tech-detail .breadcrumbs {
  margin-bottom: 18px;
}
.body--tech-detail .page-top h1 {
  max-width: 936px;
  margin-bottom: 19px;
}
.body--tech-detail .page-text {
  max-width: none;
}
.body--tech-detail .page-text > *:not(.table-wrapper) {
  max-width: 875px;
}
.body--tech-detail .page-text table {
  width: 100%;
}
.body--tech-detail .page-text table ul {
  margin-right: 0;
}
.body--tech-detail .page-text p {
  margin: 0 0 24px;
}
.body--tech-detail .page-content p + h3 {
  margin-top: 57px;
}
.body--tech-detail .page-text {
  margin-bottom: 32px;
}
.body--tech-detail .page-text .gray-bg {
  padding: 23px 29px 16px;
}
.body--tech-detail .page-text ol li {
  margin-bottom: 24px;
}
.body--tech-detail .page-img {
  margin: 32px 0 46px;
}
.body--tech-releases .page-top h1 {
  margin-bottom: 38px;
}
.body--tech-releases .footer {
  margin-top: 120px;
}

.contents-list {
  max-width: 783px;
  padding: 44px 29px 37px;
  background-color: #F8F8F8;
  margin-bottom: 80px;
}
.contents-list > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.contents-list > ul a {
  display: inline-block;
  vertical-align: top;
  font-family: "Stolzl", "Inter", "Arial", cursive;
  text-decoration-line: underline;
  color: #F5821F;
  margin-bottom: 20px;
}
.contents-list > ul ul {
  list-style: none;
  margin: -10px 0px 10px;
  padding-left: 20px;
}
.contents-list > ul ul a {
  display: inline-block;
  vertical-align: top;
  text-decoration-line: underline;
  margin-bottom: 10px;
}
.contents-list > ul ul li {
  margin: 0px;
  position: relative;
  padding-left: 10px;
}
.contents-list > ul ul > li:empty {
  display: none;
}
.contents-list ul ul li:before {
  position: absolute;
  left: 0;
  top: -2px;
  background-color: transparent;
  content: "\2023";
  color: #F5821F;
}
.contents-list a:hover {
  text-decoration: none;
}

.gary-box {
  background-color: #F8F8F8;
  padding: 64px 48px 48px;
  margin: 40px 0;
}
.gary-box h4 {
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 0 24px;
}

.page-content {
  /* margin-bottom: 110px; */
}
.page-content h1, .page-content .h1 {
  margin-bottom: 38px;
}
.page-content h3 {
  margin: 0 0 26px;
}
.page-content p + h3 {
  margin-top: 80px;
}
.page-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 104px;
  margin-bottom: 55px;
  line-height: 32px;
}
.page-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.page-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #F5821F;
  left: 3px;
  top: 11px;
}
.page-content ul ul {
  margin: 24px 0;
}
.page-content ul ul li {
  margin-bottom: 5px;
}
.page-content ul ul li:before {
  background-color: transparent;
  width: 0;
  height: 0;
  border: 4px solid #F5821F;
  transform: rotate(-45deg);
  border-top-color: transparent;
  border-left-color: transparent;
  top: 12px;
  left: 2px;
}
.page-content .gary-box {
  padding-bottom: 0;
}
.page-content .table--simple {
  margin-top: 82px;
}
.page-content img {
  display: block;
  width: auto !important;
  max-width: 100%;
}
.page-content p {
  margin: 0 0 24px;
}
.page-text {
  max-width: 850px;
  line-height: 24px;
  margin-bottom: 46px;
}
.page-text pre {
  overflow: auto;
  white-space: pre;
  line-height: 36px;
    background-color: #F3F3F3;
}
.page-text pre,
.page-text .gray-bg {
  padding: 32px;
  margin: 32px 0;
}
.page-text pre .gray-bg,
.page-text .gray-bg .gray-bg {
  background: #F3F3F3;
}

.page-text .tab pre{
  margin-top: -16px;
}

.page-text ol {
  padding-left: 20px;
}
.page-text ol li {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.page-text p a {
  color: #F5821F;
}
.page-text table {
  margin: 20px 0 40px;
  border-collapse: collapse;
}
.page-text table tr:nth-of-type(2n) > * {
  background: #F8F8F8;
}
.page-text table td, .page-text table th {
  padding: 16px 24px;
}
.page-img {
  margin: 48px 0;
}
.page-img img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.page-img img + span {
  display: block;
  color: rgba(0, 0, 0, 0.3);
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tabs-link {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  padding: 8px 32px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.tabs-link:hover{
  border-color:#F5821F
}

.tabs-link.active {
  background-color: #F5821F;
  color: #fff;
}
.tabs-link.active:after {
  display: none;
}


.tabs-links {
  display: inline-block;
  vertical-align: top;
  background-color: #F8F8F8;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
}

ul.ul--decimal {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: section;
}
ul.ul--decimal li {
  padding-left: 48px;
  position: relative;
  margin-bottom: 72px;
}
ul.ul--decimal li:before {
  counter-increment: section;
  content: "0" counter(section);
  font-weight: 500;
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background-color: transparent;
}
ul.ul--cols-2, .main-capabilities__items ul {
  columns: 2;
  column-gap: 64px;
}
ul.ul--cols-3 {
  columns: 3;
  column-gap: 100px;
}

.main-capabilities {
  margin: 80px 0 94px;
  position: relative;
}
.main-capabilities .h1 {
  margin-bottom: 31px;
}
.main-capabilities__info {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.main-capabilities__info p {
  max-width: 328px;
  opacity: 0.6;
}
.main-capabilities__items {
  display: inline-block;
  vertical-align: top;
  width: 67%;
}
.main-capabilities .btn {
  position: absolute;
  bottom: 50px;
  left: 1px;
  padding: 17px 68px 15px 67px;
}
.main-capabilities li {
  letter-spacing: 0.11px;
}

.main-certs {
  text-align: center;
  margin: 120px 0;
}
.main-certs__title {
  margin-bottom: 62px;
}
.main-certs__btn {
  width: 320px;
}

.certs-item {
  display: inline-block;
  vertical-align: top;
  width: calc(20.5% - 16px);
  margin: 0 16px 29px;
  text-align: left;
}
.certs-items {
  margin: 0 -16px 10px;
}
.certs-item__img {
  display: block;
  padding-top: 141%;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 24px;
}
.certs-item__name {
  display: block;
  font-size: 18px;
  line-height: 24px;
  max-width: 237px;
}

.over-products {
  margin-bottom: 80px;
}
.over-products__title {
  margin-bottom: 54px;
}
.over-products__items {
  margin: 0 -16px;
  display: flex;
}
.over-products__items--3 {
  flex-wrap: wrap;
}
.over-products__items--3 .over-products__item {
  width: calc(33.3% - 32px);
  margin-bottom: 32px;
}
.over-products__item {
  width: calc(25% - 32px);
  padding: 29px 31px 93px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0 16px;
  position: relative;
  transition: none;
}
.over-products__item-ico {
  display: block;
  background: no-repeat center;
  background-size: auto, 0;
  height: 64px;
  width: 64px;
  margin-bottom: 26px;
}
.over-products__item-ico.ico--server {
  background: url("/local/templates/lanbilling/./images/svg/over-product-1.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/over-product-1h.svg") no-repeat center;
}
.over-products__item-ico.ico--crm {
  background: url("/local/templates/lanbilling/./images/svg/over-product-2.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/over-product-2h.svg") no-repeat center;
}
.over-products__item-ico.ico--view {
  background: url("/local/templates/lanbilling/./images/svg/over-product-3.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/over-product-3h.svg") no-repeat center;
}
.over-products__item-ico.ico--wifi {
  background: url("/local/templates/lanbilling/./images/svg/over-product-4.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/over-product-4h.svg") no-repeat center;
}
.over-products__item-ico.ico--support {
  background: url("/local/templates/lanbilling/./images/svg/ico-support.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-support-h.svg") no-repeat center;
}
.over-products__item-ico.ico--education {
  background: url("/local/templates/lanbilling/./images/svg/ico-education.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-education-h.svg") no-repeat center;
}
.over-products__item-ico.ico--rework {
  background: url("/local/templates/lanbilling/./images/svg/ico-rework.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-rework-h.svg") no-repeat center;
}
.over-products__item-ico.ico--inculcation {
  background: url("/local/templates/lanbilling/./images/svg/ico-inculcation.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-inculcation-h.svg") no-repeat center;
}
.over-products__item-ico.ico--sorm {
  background: url("/local/templates/lanbilling/./images/svg/ico-sorm.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-sorm_white.svg") no-repeat center;
}
.over-products__item-ico.ico--acp {
  background: url("/local/templates/lanbilling/./images/svg/ico-chip.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-chip-h.svg") no-repeat center;
}
.over-products__item-ico.ico--xaas {
  background: url("/local/templates/lanbilling/./images/svg/ico-xaas.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-xaas-h.svg") no-repeat center;
}
.over-products__item-name {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
.over-products__item-text {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.over-products__item-link {
  display: block;
  width: 22px;
  height: 32px;
  background: url("/local/templates/lanbilling/./images/svg/arr-big.svg") no-repeat right center, url("/local/templates/lanbilling/./images/svg/arr-big-h.svg") no-repeat right center;
  background-size: auto, 0;
  position: absolute;
  bottom: 26px;
  left: 32px;
  z-index: 1;
  transition: all 0.3s;
}
.over-products__item:hover {
  background-color: #F5821F;
  color: #ffffff;
}
.over-products__item:hover .over-products__item-name {
  color: #ffffff;
}
.over-products__item:hover .over-products__item-ico {
  background-size: 0, auto;
}
.over-products__item:hover .over-products__item-ico img {
  display: none;
}
.over-products__item:hover .over-products__item-link {
  background-size: 0, auto;
  width: 32px;
}
.over-products--services {
  margin-top: 80px;
}
.over-products--services .over-products__title {
  margin-bottom: 42px;
}
.over-products--services .over-products__item-ico {
  height: 135px;
  width: 81px;
  background-size: contain, 0;
}
.over-products--services .over-products__item:hover .over-products__item-ico {
  background-size: 0, contain;
}
.over-products__item {
  width: calc(25% - 32px);
}

.license__items {
  max-width: 850px;
  display: flex;
}
.license__item {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 12px;
  position: relative;
  transition: none;
  display: flex;
  flex: 1;
  align-items: center;
}
.license__item:not(:last-child) {
  margin-right: 16px;
  margin-bottom: 0;
}
.license__item:hover {
  border: 2px solid #F5821F;
}
.license__item.tabs-link:after {
  display: none;
}
.license__item.active .license__item-ico{
  background-size: 0, auto;
}
.license__item:hover .license__item-ico img {
  display: none;
}
.license__item .tabs-link {
  display:flex;
}
.license__item-name, .license__item-text {
  display:block;
  font-weight: normal;
}
.license__item-name.active {
  background-color: #F5821F;
  color: #fff;
}
.license__item-ico {
  flex: 0 0 48px;
  background: no-repeat center;
  background-size: auto, 0;
  height: 48px;
  width: 48px;
  margin-right: 18px;
}
.license__item-ico.ico--license_subscribe {
  background: url("/local/templates/lanbilling/./images/svg/ico-license_subscribe.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-license_subscribe-h.svg") no-repeat center;
}
.license__item-ico.ico--license_buy {
  background: url("/local/templates/lanbilling/./images/svg/ico-license_buy.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/ico-license_buy-h.svg") no-repeat center;
}

.questions-form {
  background-color: #F8F8F8;
  padding: 56px 0;
  text-align: center;
}
.questions-form h4 {
  margin: 0 0 8px;
}
.questions-form__descr {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Stolzl", "Inter", "Arial", cursive;
  opacity: 0.3;
}
.questions-form form {
  display: block;
  max-width: 680px;
  margin: 0 auto;
}
.questions-form__send {
  width: 240px;
  margin: 20px 0 0;
}
.questions-form .check-holder {
  margin: 24px 0 12px;
}

.body--main .footer {
  margin-top: 0;
}

.check {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 4px;
  position: relative;
}
.check-holder {
  display: block;
  margin: 17px 0 24px;
  text-align: left;
  cursor: pointer;
}
.check-holder:hover .check {
  border-color: #333333;
}
.check-holder:hover .check + span {
  color: rgba(51, 51, 51, 0.6);
}
.check + span {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 24px);
  padding-left: 16px;
  color: rgba(51, 51, 51, 0.3);
}
.check + span a {
  text-decoration: underline;
  color: #F5821F;
}
.check + span a:hover {
  text-decoration: none;
}
.check:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/local/templates/lanbilling/./images/svg/check.svg") no-repeat 2px 3px;
  opacity: 0;
}
.check.checked {
  border-color: #F5821F;
}
.check.checked:after {
  opacity: 1;
}

.supported-hardware {
  margin: 56px 0 47px;
}
.supported-hardware__title {
  margin-bottom: 51px;
}
.supported-hardware__list li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  line-height: 24px;
  padding-right: 8%;
  margin-bottom: 64px !important;
  letter-spacing: 0.1px;
  padding-left: 51px;
}

.besides {
  position: relative;
  margin: 10px 0;
  z-index: 1;
  padding-top: 64px;
}
.besides:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background: url("/local/templates/lanbilling/./images/static/besides.jpg?v=1");
  background-size: cover;
  z-index: -1;
}
.besides-content {
  background-color: #F8F8F8;
  padding: 48px 48px 39px;
  max-width: 840px;
  margin: 0 auto;
  z-index: 1;
}
.besides-content h3 {
  margin-bottom: 24px;
}
.besides ul {
  margin-right: 50px;
  margin-bottom: 0;
}
.besides ul li:last-child {
  margin-bottom: 0;
}

.recommended-equipment {
  margin: 120px 0 121px;
}
.recommended-equipment__title {
  margin-bottom: 33px;
}
.recommended-equipment__item {
  background-color: #F8F8F8;
  padding: 48px 48px 13px;
}
.recommended-equipment__img {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
.recommended-equipment__img img {
  display: block;
  width: 100%;
}
.recommended-equipment__left {
  display: inline-block;
  vertical-align: top;
  width: 45.5%;
  padding: 0 50px 0 20px;
}
.recommended-equipment__left h3 {
  margin-bottom: 52px;
}
.recommended-equipment__left h4 {
  margin: 0;
}
.recommended-equipment__right {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.recommended-equipment__right h4 {
  margin: 0 0 20px;
}
.recommended-equipment__right ul {
  margin-right: 50px;
}
.recommended-equipment__right ul li {
  margin-bottom: 8px;
}
.recommended-equipment__name {
  display: inline-block;
  vertical-align: middle;
  margin: 0 34px 32px 0;
}
.recommended-equipment .scroll-holder {
  display: inline-block;
  vertical-align: middle;
}

.about-payments {
  margin: 120px 0 34px;
}
.about-payments__title {
  margin-bottom: 40px;
}
.about-payments ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 74px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 64px;
  padding-left: 0;
}
.about-payments ul li a {
  color: #F5821F;
  text-decoration: underline;
}
.about-payments ul li:before {
  display: none;
}
.about-payments__btn {
  display: none;
}

.payments-type {
  padding: 40px 48px;
  background-color: #F8F8F8;
  margin: 24px 0 32px;
}
.payments-type__title {
  max-width: 650px;
  margin-bottom: 8px;
}
.payments-type .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0;
}
.payments-type .col h4 {
  margin-bottom: 25px;
}
.payments-type .col ul {
  columns: 2;
  column-gap: 0;
  margin: 0;
}
.payments-type .col ul li {
  margin-bottom: 16px;
  line-height: 24px;
}
.payments-type .col:last-child {
  padding: 0 15px 0 51px;
}
.payments-type .col:last-child ul {
  column-gap: 64px;
}
.payments-type--terminal .col {
  width: 75%;
}
.payments-type--terminal .col ul {
  columns: 3;
}
.payments-type--terminal .col:last-child {
  width: 25%;
}
.payments-type--terminal .col:last-child ul {
  columns: 1;
  column-gap: 0;
}
.payments-type--terminal .over-products__item-link {
  bottom: 33px;
}

.application {
  padding: 56px 48px;
  background-color: #F8F8F8;
  margin-bottom: 120px;
}
.application-info {
  display: inline-block;
  vertical-align: top;
  width: 45.5%;
}
.application-info p, .application-info h2 {
  max-width: 355px;
}
.application-info h2 {
  margin-bottom: 37px;
}
.application-form {
  display: inline-block;
  vertical-align: top;
  width: 54.5%;
}
.application button {
  padding: 15px 37px;
}
.application .select ul li {
  margin-bottom: 0;
}
.application .select ul li:before {
  display: none;
}

.demo-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 32px);
  margin: 0 16px;
  background: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 42px 48px 117px;
  position: relative;
}
.demo-items {
  margin: 0 -16px;
  display: flex;
}
.demo-item__ico {
  height: 74px;
  margin-bottom: 35px;
}
.demo-item__ico img {
  display: block;
  width: auto;
  height: 100%;
}
.demo-item__name {
  margin: 0 0 18px;
}
.demo-item__text {
  opacity: 0.6;
  max-width: 479px;
}
.demo-item__text p {
  margin: 0 0 24px;
}
.demo-item__btn {
  position: absolute;
  left: 46px;
  bottom: 46px;
}

.body--demo .footer {
  margin-top: 120px;
}

.certs-list {
  max-width: 336px;
  margin-bottom: 24px;
}

.certs-products h4 {
  margin: 0 0 16px;
}

.select {
  padding: 0;
}
.select .jq-selectbox__select-text {
  padding: 15px 32px;
  position: relative;
}
.select .jq-selectbox__select-text:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 18px;
  width: 24px;
  height: 24px;
  background: url("/local/templates/lanbilling/./images/svg/choose.svg") no-repeat center;
  opacity: 0.5;
}
.select .jq-selectbox__dropdown {
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 0;
  margin-top: 8px;
  left: -1px;
  right: -1px;
  top: 100% !important;
  bottom: auto !important;
  overflow: hidden;
}
.select .jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  max-height: 300px;
}
.select .jq-selectbox__dropdown ul li {
  padding: 16px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.select .jq-selectbox__dropdown ul li:last-child {
  border-bottom: 0;
}
.select .jq-selectbox__dropdown ul li:hover, .select .jq-selectbox__dropdown ul li.sel {
  background-color: #F4F4F4;
}
.select.opened, .select:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.select.opened .jq-selectbox__select-text:after {
  transform: rotate(-180deg);
}

.cert {
  display: inline-block;
  vertical-align: top;
  width: calc(23.5% - 32px);
  margin: 0 16px 32px;
}
.cert-img {
  display: block;
  padding-top: 140%;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 25px;
}
.cert-img img {
  display: none;
}
.cert-link {
  display: block;
  padding-right: 27px;
  text-align: right;
  background: url("/local/templates/lanbilling/./images/svg/ico-download.svg") no-repeat right center;
}

.body--certificates .page-top h1 {
  margin: 0 0 38px;
}

.support-package {
  font-size: 0;
  line-height: 0;
}
.support-package__col {
  font-size: 18px;
  line-height: 24px;
}
.support-package__bot {
  max-width: 795px;
  opacity: 0.6;
  margin: 80px 0 0;
}
.support-package__bot p {
  margin: 0 0 26px;
}
.support-package__td .no,
.support-package__td .ok {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url("/local/templates/lanbilling/./images/svg/ok.svg") no-repeat center;
}
.support-package__td .no {
  background-image: url("/local/templates/lanbilling/./images/svg/no.svg");
}

.page-text a {
  text-decoration: underline;
  color: #F5821F;
}
.page-text a:hover {
  text-decoration: none;
}

.page-text a.tabs-link {
  text-decoration: none;
  color: #333
}
.page-text a.tabs-link.active {
  color: #fff;
}
.page-content a.sup {
  text-decoration: none; color: #F5821F;
}

.gray-bg {
  margin: 80px 0;
  padding: 80px 0;
  background-color: #F8F8F8;
}

.page-text--api table {
  margin-top: 0;
  max-width: 1000px;
}
.page-text--api table th {
  text-align: left;
  vertical-align: top;
  border: none !important;
}
.page-text--api table td {
  vertical-align: top;
  border: none !important;
}
.page-text--api table a {
  color: #F5821F;
}
.page-text--api table a:not(:hover) {
  text-decoration: underline;
}

.how-inculcation {
  margin: 80px 0;
}
.how-inculcation h2 {
  margin-bottom: 43px;
}
.how-inculcation__bot {
  border-radius: 4px;
  background-color: #F8F8F8;
  padding: 40px 32px;
  font-family: "Roboto", "Arial", sans-serif;
  max-width: 903px;
  line-height: 32px;
}

.education-price {
  margin: 32px 0;
  padding: 48px;
  max-width: 927px;
  background-color: #F8F8F8;
}
.education-price__title {
  margin-bottom: 24px;
}
.education-price__price {
  margin-bottom: 12px;
}
.education-price__text {
  opacity: 0.6;
  margin-bottom: 24px;
}
.education-price__btn {
  padding: 12px 39px;
}

.prices-item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 32px);
  margin: 0 16px 20px;
  border-radius: 4px;
  background-color: #F8F8F8;
  padding: 40px 32px 110px;
  position: relative;
}
.prices-items {
  margin: 0 -16px 12px;
  display: flex;
  flex-wrap: wrap;
}
.prices-item__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.prices-item__top-title {
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.6);
}
.prices-item__top-count {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.9);
}
.prices-item__top-count span {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.prices-item__mid {
  padding-bottom: 31px;
  margin-bottom: 30px;
}
.prices-item__mid--no-margin {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.prices-item__mid-box {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.prices-item__mid-box span {
  display: block;
  font-family: "Stolzl", "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  color: #000000;
  opacity: 0.3;
}
.prices-item__mid-box:last-child {
  margin-bottom: 0;
}
.prices-item__bot {
  position: absolute;
  bottom: 40px;
  left: 32px;
  right: 32px;
}
.prices-item__bot .info-box {
  display: block;
  margin-left: 0;
  font-size: 14px;
  line-height: 17px;
  font-family: "Stolzl", "Inter", "Arial", cursive;
  font-weight: 400;
  color: #F5821F;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 20px;
}
.prices-item__bot .info-box__ico {
  margin-left: 10px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.prices-item__bot .info-box__content {
  border: 0;
  box-shadow: 0 4px 29px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 18px;
  line-height: 32px;
  opacity: 1;
  color: rgba(0, 0, 0, 0.9);
  width: 312px;
  left: 0;
  top: calc(100% + 5px);
}
.prices-item__bot .info-box__content ul {
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.prices-item__bot .info-box__content ul li:before {
  width: 19px;
  height: 17px;
  background-image: url("/local/templates/lanbilling/./images/svg/ok.svg");
  background-color: transparent;
}
.prices-item__bot .info-box:hover .info-box__content {
  display: block;
}
.prices-item__bot .btn {
  width: 100%;
  padding: 14px 28px 10px;
}
.prices-item.last .info-box__content {
  left: auto;
  right: 0;
}

.drop-top {
  position: relative;
}
.drop-top__right {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  float: right;
  width: 30%;
}
.drop-top__right .btn {
  display: inline-block;
  vertical-align: middle;
  width: 137px;
  margin-right: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 166px;
  padding: 13px 10px 11px;
}
.drop-top__right .price {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Stolzl", "Inter", "Arial", cursive;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}

.drop-box + h3 {
  margin-top: 56px;
}

.about-bot {
  position: relative;
  padding-left: 25%;
  margin: 96px 0 120px;
}
.about-bot__logo {
  position: absolute;
  top: -11px;
  left: 0;
}
.about-bot__title {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}
.about-bot__item {
  font-family: "Stolzl", "Inter", "Arial", cursive;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.9);
  margin: 22px 0;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.about-bot__item a, .about-bot__item span {
  color: #F5821F;
}
.about-bot__item-content {
  max-width: 800px;
}

.drop-box--vacancies .drop-top {
  position: relative;
  padding: 0;
}
.drop-box--vacancies .page-text {
  max-width: 650px;
}
.drop-box--vacancies .cols {
  margin: 18px -16px;
}
.drop-box--vacancies .drop-box__date {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 40%;
  top: 19px;
}
.drop-box--vacancies .drop-box__btn {
  padding: 12px 35px;
  margin-bottom: 24px;
}
.drop-box--vacancies.opened .drop-box__date {
  display: none;
}
.drop-box--vacancies.opened .drop-box__btn {
  display: inline-block;
}
.drop-box--vacancies ul li {
  margin-bottom: 19px;
  line-height: 30px;
}
.drop-box--vacancies .drop-title {
  display: block;
  max-width: 100%;
  padding: 20px 32px;
}
.drop-box--vacancies .drop-title:before {
  top: 20px;
  right: 20px;
}

.drop-box--detail-docs {
  max-width: 100% !important;
}
.drop-box--detail-docs .drop-link {
  width: auto !important;
}

.partners-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-top: 19%;
  background: no-repeat center;
  background-size: 80% auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.partners-item__content {
  display: none;
}
.partners-item:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.partners-item__logo {
  display: inline-block;
  vertical-align: top;
  background: no-repeat center;
  background-size: 80% auto;
  height: 225px;
  width: 336px;
}
.partners-item__text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 336px);
  padding: 54px 54px 54px 0;
}

.fancybox-content {
  max-width: 784px;
  padding: 0;
}

.review-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 32px);
  margin: 0 16px 32px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 48px 48px 46px;
}
.review-items {
  margin: 37px -16px 0;
}
.review-item h2 {
  margin-bottom: 16px;
}
.review-item__text {
  margin-bottom: 40px;
  color: #222222;
  opacity: 0.6;
}
.review-item .btn {
  padding: 17px 75px 15px;
}
.review-item__content {
  display: none;
  padding: 55px 30px;
  color: rgba(34, 34, 34, 0.6);
}
.review-item__content h2, .review-item__content .h2 {
  display: block;
  margin-bottom: 20px;
  color: #222222;
}
.review-item__content img {
  display: block;
  margin: 20px 0;
  width: auto;
  max-width: 100%;
}
.review-item__img {
  display: block;
  max-width: 200px;
  margin: 0 auto 30px;
}

.contacts-box {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  padding-right: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.contacts-box:nth-child(2) {
  width: 23.5%;
}
.contacts-box:last-child {
  width: 30%;
}
.contacts-box a,
.contacts-box span {
  display: block;
}
.contacts-box h4 {
  margin: 0 0 16px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
}
.contacts-map {
  height: 656px;
  background: lightgray;
  margin: 72px 0 80px;
}

.body--contacts .footer {
  margin-top: 0;
}
.body--contacts .page-content {
  margin: 0;
}

.body--about-view .page-content {
  margin: 0;
}
.body--about-view .cols--32-68 .col:first-child {
  padding: 0 40px 0 0;
}
.body--about-view .cols--32-68 .col:last-child {
  padding-left: 18px;
}
.body--about-view .cols--32-68 h2 {
  margin-bottom: 34px;
}
.body--about-view .cols--32-68 p + h2 {
  margin-top: 44px;
}

.view-mid {
  margin: 57px 0 80px;
  padding-bottom: 64px;
}
.view-mid .cols--32-68 .col:first-child {
  padding-top: 18px;
}
.view-mid h2 {
  margin-bottom: 24px;
}

.view-top .cols {
  margin: 0 -16px;
}
.view-top .col:last-child {
  padding: 10px 0 0 97px;
}
.view-top .btn {
  width: 232px;
  margin-top: 18px;
}

.nav {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 113px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 47px;
  min-width: 49px;
  line-height: 49px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-family: "Roboto", "Arial", sans-serif;
}
.nav a.prev {
  background: url("/local/templates/lanbilling/./images/svg/arr-nav.svg") no-repeat center;
  transform: rotate(180deg);
}
.nav a.next {
  background: url("/local/templates/lanbilling/./images/svg/arr-nav.svg") no-repeat center;
  border-right: 0;
}
.nav a.active {
  color: #fff;
  background-color: #F5821F;
  border-right-color: #F5821F;
}

.body--review .footer {
  margin-top: 0;
}

.body--about .page-content h3 {
  margin-bottom: 16px;
}
.body--about .page-text {
  line-height: 24px;
  margin-bottom: 33px;
}
.body--about .page-text h2 {
  margin-bottom: 32px;
}
.body--about .page-text p {
  margin: 0;
}
.body--about .page-content {
  margin-bottom: 64px;
}

.about__product-line {
  margin: 74px 0 82px;
  padding: 55px 0 49px;
}
.about__product-line h2 {
  letter-spacing: -0.2px;
  margin-bottom: 34px;
}

.tech-documentation__top h2 {
  margin-bottom: 34px;
}

.body--tech-docks .footer {
  margin-top: 120px;
}

.tech-detail h3 {
  margin-bottom: 26px;
}
.tech-detail .page-content ul {
  margin-right: 80px;
}
.tech-detail .page-content ul li {
  margin-bottom: 16px;
  line-height: 24px;
}
.tech-detail .page-content ul li:before {
  top: 6px;
}
.tech-detail .page-content .gary-box {
  padding-bottom: 32px;
}
.tech-detail .col ul:last-child {
  margin-bottom: 0;
}
.tech-detail .table--simple .tr {
  margin-bottom: 75px;
}
.tech-detail .table--simple .tr .td--gray {
  padding-bottom: 0;
}
.tech-detail .table--simple .tr .td p {
  margin-bottom: 24px;
}

.body--inculcation .page-top h1 {
  margin-bottom: 30px;
}
.body--inculcation .page-text {
  max-width: 700px;
}
.body--inculcation .page-content {
  margin-bottom: 80px;
}
.body--inculcation .gray-bg {
  padding: 60px 0;
}
.body--inculcation .gray-bg .cols {
  margin: 19px -16px 0;
}
.body--inculcation .gray-bg .col:first-child {
  margin-top: 62px;
}
.body--inculcation .cols {
  margin-bottom: 0;
}

.body--rework .application {
  margin: 80px 0;
}
.body--rework .page-content {
  margin-bottom: 38px;
}
.body--rework .cols {
  margin: 0 -16px;
}
.body--rework .footer {
  margin: 0;
}

.body--services .page-top h1 {
  margin: 0;
}

.body--prices .page-top h1 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  max-width: 856px;
}
.body--prices .submenu a {
  margin-right: 8px;
  padding: 12px 18px;
}
.body--prices .application {
  margin: 70px 0 120px;
}
.body--prices .drop-content a {
  text-decoration: underline;
  color: #F5821F;
}
.body--prices .drop-content a:hover {
  text-decoration: none;
}

.region-licenses {
  margin-top: 113px;
}
.region-licenses__title {
  max-width: 856px;
  margin-bottom: 60px;
}
.region-licenses__sub {
  max-width: 520px;
  margin-bottom: 24px;
}
.region-licenses .page-text {
  max-width: 1000px;
  margin-bottom: 32px;
}
.region-licenses ul {
  margin: 0;
}
.region-licenses ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.body--technical-information .cols {
  margin: 0 -16px;
}

.main-modules {
  background-color: #F8F8F8;
  padding: 80px 0;
}
.main-modules .swiper-pagination {
  position: static;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 24px 0 30px;
  height: 8px;
  background: transparent;
}
.main-modules .swiper-pagination-progressbar-fill {
  height: 8px;
  background-color: #F5821F;
}
.main-modules .swiper-button:before {
  background-color: #F8F8F8;
}
.main-modules .swiper-slide {
  height: auto;
}
.main-modules__item {
  display: block;
  background-color: #ffffff;
  padding: 55px 40px 100px;
  border-radius: 8px;
  position: relative;
  min-height: 464px;
  margin-bottom: 32px;
  height: 100%;
}
.main-modules__item .h2 {
  display: block;
  margin-bottom: 28px;
}
.main-modules__item-text {
  color: #222222;
  opacity: 0.6;
  margin-top: 10px;
  max-width: 505px;
}
.main-modules__item img {
  max-height: 85px;
  width: auto;
  margin-bottom: 24px;
}
.main-modules__item:hover .main-modules__link {
  width: 34px;
}
.main-modules__item:last-child {
  margin-bottom: 0;
}
.main-modules__title {
  margin-bottom: 70px;
}
.main-modules__link {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/lanbilling/./images/svg/arr-right.svg") no-repeat center right;
  position: absolute;
  bottom: 40px;
  left: 51px;
  transition: all 0.3s;
}
.main-modules__all {
  width: 321px;
  margin-top: 8px;
}

.about-product__top {
  margin: 33px 0 120px;
}
.about-product__top .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0;
}
.about-product__top .col:first-child {
  padding-right: 78px;
}
.about-product__top-title {
  margin-bottom: 27px;
}
.about-product__top-text {
  margin-bottom: 24px;
}
.about-product__top ul {
  margin: 0 40px 40px 0;
}
.about-product__top-btn {
  width: 232px;
}

.about-product__capabilities {
  margin-bottom: 40px;
}
.about-product__capabilities .cols {
  margin: 0 -16px;
}
.about-product__capabilities .col:last-child {
  margin: 0 16px 32px 0;
  width: calc(50% - 16px);
  text-align: center
}

.agree {
  font-size: 14px;
  line-height: 24px;
  color: #8D8D8D;
  margin-top: 16px;
}
.agree a {
  text-decoration: underline;
  color: #F5821F;
}
.agree a:hover {
  text-decoration: none;
}

.pop {
  display: none;
  width: 100%;
  max-width: 384px;
  padding: 24px 32px 32px;
}
.pop-btn {
  width: 100%;
  margin-top: 16px;
}
.pop-title {
  max-width: 205px;
  margin: 0 0 24px;
}
.pop--vacancies {
  max-width: 600px;
}
.pop--vacancies .pop-title {
  max-width: 100%;
}

.burger {
  display: none;
}

.page-text--bot {
  margin: 32px 0 80px;
  max-width: 700px;
  font-family: "Roboto", "Inter", "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.6);
}

.daily-plan__btn {
  display: none;
}

.content.hide {
  max-height: 100vh;
  overflow: hidden;
}

.about-product__mods .page-text {
  max-width: 800px;
  margin-bottom: 58px;
}
.about-product__mods .tabs-link {
  padding: 8px 24px;
}

.jq-selectbox {
  z-index: 1 !important;
}

.body--supervise-server .page-content {
  margin-bottom: 80px;
}
.body--supervise-server .view-mid .col {
  width: 50%;
  padding: 0;
  margin: 0;
}
.body--supervise-server .view-mid .col:last-child {
  padding-left: 100px;
}
.body--supervise-server .view-bot .col {
  width: 50%;
  padding: 0;
  margin: 0;
}
.body--supervise-server .view-bot .col:first-child {
  padding-right: 56px;
}
.body--supervise-server .page-img {
  margin: 0 auto 80px;
  max-width: 875px;
}

.satisfy-item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.satisfy-items {
  margin: 0 0 120px;
  max-width: 1208px;
}
.satisfy-items__title {
  max-width: 896px;
  margin-bottom: 56px;
}
.satisfy-item .col {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 56px;
  margin: 0;
}
.satisfy-item .col:first-child {
  position: relative;
  padding-left: 40px;
}
.satisfy-item .col:last-child {
  width: 60%;
  padding-right: 0;
}
.satisfy-item__num {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.satisfy-item h3.satisfy-item__title {
  margin: 0 0 8px;
}
.satisfy-item__sub {
  font-family: "Stolzl", "Inter", "Arial", cursive;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.4);
}

.satisfy-dop {
  margin: 120px 0 80px;
}
.satisfy-dop .col {
  display: inline-block;
  vertical-align: top;
  width: 36%;
  padding-right: 56px;
  margin: 0;
}
.satisfy-dop .col:last-child {
  width: 64%;
  padding-right: 0;
}

.body--sWiFi .gray-bg .col {
  margin: 0;
  width: 60%;
}
.body--sWiFi .gray-bg .col:last-child {
  width: 40%;
  padding-left: 80px;
}
.body--sWiFi .view-mid > .col {
  margin: 0;
  width: 57%;
}
.body--sWiFi .view-mid > .col:first-child {
  width: 43%;
  padding-right: 80px;
}
.body--sWiFi .besides {
  margin-bottom: 120px;
}

.screens-slider {
  max-width: 840px;
  margin: 0;
}
.screens-slider__img {
  margin-bottom: 24px;
}
.screens-slider__name {
  color: #828282;
}
.screens-slider .swiper-button-prev {
  transform: rotate(0deg);
}

.buy-form {
  max-width: 384px;
  padding: 24px 31px 32px;
}
.buy-form .pop-title {
  max-width: 100%;
  margin-bottom: 32px;
}
.buy-form__desc {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin: 0 0 32px !important;
}
.buy-form h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
}
.buy-form .pop-btn {
  margin-top: 24px;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.search-form .input {
  border-color: #F5821F;
  background-image: url("/local/templates/lanbilling/./images/svg/ico-search.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

.search-list {
  padding-top: 20px;
}
.search-list .search-item {
  padding: 30px 0;
}
.search-list .search-item:not(:last-of-type) {
  border-bottom: 1px solid #CCC;
}

.drop-box--prices .drop-title {
  max-width: 87%;
}
.drop-box--prices .drop-top__right .btn {
  right: 30px;
  margin-right: 0;
}
.drop-box--prices .drop-top__right .price {
  right: 200px;
}

.body--tech-cases .drop-link:before {
  top: 20px;
  right: 20px;
}

.body--modules .drop-top {
  padding: 0;
}
.body--modules .drop-title {
  padding: 19px 32px 20px;
}
.body--modules .drop-title:before {
  top: 21px;
  right: 20px;
}

.docs-back {
  /* margin-top: -70px; */
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.docs-back a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding-left: 32px;
}
.docs-back a:before {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background: url("/local/templates/lanbilling/./images/svg/arr-choose-black.svg") no-repeat;
  transform: rotate(90deg);
  position: absolute;
  top: 5px;
  left: 0;
}

.btn-up,
.docs-up {
  position: fixed;
  bottom: -100px;
  right: 48px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #F5821F;
  border-radius: 4px;
  transition: bottom 0.3s;
  z-index: 10;
}
.btn-up.active,
.docs-up.active {
  bottom: 50px;
}
.btn-up:before,
.docs-up:before {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background: url("/local/templates/lanbilling/./images/svg/arr-choose-orange.svg") no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page-404 {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  padding: 9% 0 11%;
}
.page-404 img {
  display: block;
  margin: 0 auto 45px;
  max-width: 100%;
}
.page-404 p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
}
.page-404 p a {
  color: #F5821F;
}
.page-404 p a:not(:hover) {
  text-decoration: underline;
}

.page-content a:not([class]) {
  text-decoration: underline;
  color: #F5821F;
}
.page-content a:not([class]):hover {
  text-decoration: none;
}

.docs-open-all {
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.3);
  margin-left: 40px;
}
.docs-open-all:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 25px;
  background: url("/local/templates/lanbilling/./images/svg/choose.svg") no-repeat center, url("/local/templates/lanbilling/./images/svg/choose-orange.svg") no-repeat center;
  background-size: auto, 0;
  top: -4px;
  right: -38px;
  transition: all 0.3s;
}
.docs-open-all:hover:before {
  background-size: 0, auto;
}
.docs-open-all.opened:before {
  transform: rotate(-180deg);
  background-size: 0, auto;
}

.back-btn {
  display: block;
  width: fit-content;
  padding: 12px 17px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: fit-content;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}

.back-btn:hover {
  border: 1px solid #F5821F;
}

/* Стили для блога */
.blog-back-btn {
  
}

.blog-description {
  margin-bottom: 50px;
}

.blog-description__link {
  color: #f5821f;
  text-decoration: underline;
}

.blog-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.blog-item {
    padding: 30px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.blog-item__top {
    display: flex;
}

.blog-item__publication-date {
    color: #7b7b7b;
}

.blog-item__tag-list {
    margin: 0 0 0 20px;
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    flex-wrap: wrap;
}

.blog-item__tag,
.blog-item__link-tag {
    color: #f5821f;
}

.blog-item__tag {
    cursor: default;
}

.blog-item .btn {
  padding: 17px 50px 15px;
}

.blog-item__btn-detail {
  align-self: end;
  width: fit-content;
}

.blog-item__content {
  max-width: 80ch;
  line-height: 1.5;
}

.blog-item__content a {
  text-decoration: underline;
  color: #f5821f;
}

.blog-nav {
  margin-top: 50px;
}


/* Стили для капчи */
.captcha-label {
  display: flex;
  cursor: default;
  user-select: none;
}

.captcha-image {
  pointer-events: none;
}

.captcha-input {
  margin-left: 8px;
}

.captcha-refresh {
  outline: none;
  background-color: #f8f8f8;
  border: none;
  text-decoration: underline;
  font-size: 16px;
  display: flex;
  color: #3333334d;
  cursor: pointer;
  width: fit-content;
  user-select: none;
}

.captcha--bg-white {
  background-color: #ffffff;
}


.items--justify-content-center {
  justify-content: center;
}

@media (min-width: 1025px) {
  .top-menu {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 15px 23px;
  }
  .body--lang-en .top-menu {
    padding-left: 5%;
  }
  .top-menu-1 > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    position: relative;
  }
  .top-menu-1 > li:last-child {
    margin-right: 0;
  }
  .top-menu-1 > li.active a:after, .top-menu-1 > li:hover a:after {
    background-color: #F5821F;
  }
  .top-menu-1 > li.active .top-menu--sub, .top-menu-1 > li:hover .top-menu--sub {
    display: block;
  }
  .top-menu-1 > li.active:after, .top-menu-1 > li:hover:after {
    content: "";
    display: block;
    position: absolute;
    height: 33px;
    top: 100%;
    left: 0;
    right: 0;
  }
  .top-menu-1 > li > a {
    display: inline-block;
    vertical-align: top;
  }
  .top-menu-1 > li > a:after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    border-radius: 4px;
    bottom: -5px;
    left: 0;
    right: 0;
  }
  .top-menu--sub {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: calc(100% + 32px);
    left: -32px;
    width: 245px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .top-menu--sub li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .top-menu--sub li:hover {
    background: #F4F4F4;
  }
  .top-menu--sub li a {
    display: block;
    padding: 20px 23px;
  }
  .top-menu--sub li.back {
    display: none;
  }
}
@media (max-width: 1390px) and (min-width: 1025px) {
  .header-phone .btn {
    width: 0;
    height: 48px;
    padding: 0 0 0 64px;
    color: transparent;
    overflow: hidden;
    background-position: center;
  }
  .header-right__lk {
    right: 215px;
  }
}
@media (max-width: 1270px) and (min-width: 920px) {
  .tech-info__item {
    height: 276px;
  }
    .tech-info__item-ico {
    top: 55%;
  }
}
@media (max-width: 1240px) and (min-width: 1025px) {
  .logo {
    width: 59px;
    overflow: hidden;
  }

  .burger-menu {
    left: 60px;
  }

  .header-phone {
    right: 150px;
  }

  .header-right__lk {
    right: 200px;
  }

  .top-menu,
  .body--lang-en .top-menu {
    padding-left: 40px;
  }
}
@media (max-width: 1380px) {
  .drop-top__right .btn {
    margin-right: 60px;
  }

  .drop-box--prices .drop-title {
    max-width: 82%;
  }
}
@media (max-width: 1270px) {
  .scroll-holder {
    margin: 0 -16px;
    max-width: calc(100% + 32px);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .scroll-holder::-webkit-scrollbar {
    display: none;
  }
  .scroll-holder .tabs-links {
    display: flex;
    width: 100vw;
    padding: 0 16px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .scroll-holder .tabs-links::-webkit-scrollbar {
    display: none;
  }
  .scroll-holder .submenu {
    margin-top: 0;
    display: flex;
    padding: 0 16px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .scroll-holder .submenu::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
  }

  .search {
    min-width: 55px;
  }
  .search input {
    right: 5px;
  }

  .top-menu,
  .body--lang-en .top-menu {
    padding-left: 30px;
  }

  .header-right__title {
    margin-right: 25px;
  }
  .btn-up,
  .docs-up {
    right: 20px;
  }
  .blog-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1150px) {
  .prices-item {
    width: calc(50% - 32px);
  }

  .about-product__mods .tabs-link {
    padding: 8px;
  }
}
@media (max-width: 1090px) {
  .top-menu-1 > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .burger {
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 16px;
    top: 10px;
    padding: 15px 4px;
  }
  .burger:before, .burger:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
  }
  .burger:after {
    top: auto;
    bottom: 8px;
  }
  .burger:before, .burger:after,
  .burger span {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #F5821F;
    border-radius: 3px;
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active:before {
    transform: rotate(45deg);
    top: 15px;
  }
  .burger.active:after {
    transform: rotate(-45deg);
    bottom: 15px;
  }

  .burger-menu {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    background: #ffffff;
    padding: 80px 16px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: -1;
  }
  .burger-menu__close {
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    background: rgba(255, 255, 255, 0.8);
  }
  .burger-menu__close.opened {
    display: block;
  }
  .burger-menu.opened {
    display: block;
  }

  .top-menu {
    padding-left: 0;
    position: relative;
    min-height: 76%;
  }
  .body--lang-en .top-menu {
    padding-left: 0;
  }
  .top-menu-1 > li {
    display: block;
    padding: 16px 0;
    position: relative;
  }
  .top-menu-1 > li .open-sub {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -16px;
    top: 8px;
    background: url("/local/templates/lanbilling/./images/svg/arr-choose-black.svg") no-repeat center;
    background-size: 15px 8px;
    transform: rotate(-90deg);
    z-index: 1;
  }
  .top-menu-1 > li a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
    font-family: "Stolzl", "Inter", "Arial", sans-serif;
  }
  .top-menu--sub {
    display: none;
    background: #ffffff;
    position: static;
    padding: 0;
    z-index: 5;
    width: 400px;
  }
  .top-menu--sub li {
    display: block;
    padding: 16px 0;
  }
  .top-menu--sub li.back {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 8px;
  }
  .top-menu--sub li.back a {
    padding-left: 33px;
    display: block;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
    font-family: "Stolzl", "Inter", "Arial", sans-serif;
    position: relative;
    z-index: 1;
  }
  .top-menu--sub li.back:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/local/templates/lanbilling/./images/svg/arr-choose-black.svg") no-repeat center;
    transform: rotate(90deg);
    left: -11px;
    top: 12px;
    z-index: 0;
  }
  .top-menu--sub.opened {
    display: block;
  }
  .top-menu.sub-open > ul > li {
    display: none;
  }
  .top-menu.sub-open > ul > li.parent-hide {
    display: block;
    padding: 0;
  }
  .top-menu.sub-open > ul > li.parent-hide > a {
    display: none;
  }

  .header {
    height: 64px;
    z-index: 10;
  }
  .header-right {
    margin-right: 30px;
  }
  .header-right__lk {
    position: static;
    padding-top: 12px;
  }
  .header-phone {
    right: 68px;
  }

  .search {
    position: static;
    width: 100%;
    margin-bottom: 16px;
  }
  .search input {
    display: block;
    position: static;
    padding: 12px 36px 12px 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .search-btn {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
  }
  .search-result {
    z-index: 3;
    right: 0;
    left: 0;
    max-width: none;
  }
  .search.active .search-btn {
    display: block;
  }

  .lang {
    position: static;
    float: right;
  }

  .main-modules .swiper-pagination,
  .main-top .swiper-pagination {
    border: 0;
    margin: 18px 0;
  }
  .main-modules .swiper-pagination-bullet,
  .main-top .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #bababa;
    margin: 0 4px;
  }
  .main-modules .swiper-pagination-bullet-active,
  .main-top .swiper-pagination-bullet-active {
    background: #F5821F;
  }

  .main-top .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .main-top__info {
    max-width: 460px;
    padding-right: 30px;
  }

  <!-- .main-capabilities {
    margin: 58px 0;
    padding-bottom: 58px;
  } -->
  .main-capabilities__items, .main-capabilities__info {
    display: block;
    width: 100%;
  }
  .main-capabilities__info {
    margin-bottom: 32px;
  }
  .main-capabilities__info p {
    max-width: 700px;
  }
  .main-capabilities .btn {
    bottom: 0;
  }

  .over-products__item {
    width: calc(50% - 32px);
    margin-bottom: 32px;
  }
  .over-products__items {
    flex-wrap: wrap;
  }

  .submenu {
    display: flex;
  }
  .submenu a {
    margin-right: 8px;
    white-space: nowrap;
  }

  .tabs-links {
    display: flex;
  }
  .tabs-links a {
    white-space: nowrap;
  }

  .payments-type .col ul {
    columns: 1;
    column-gap: 0;
  }

  .demo-item {
    padding: 42px 28px 152px;
  }
  .demo-item__btn {
    left: 28px;
    right: 28px;
    padding: 15px 8px;
  }

  .contacts-box {
    width: 50%;
    margin-bottom: 32px;
  }

  .contacts-map {
    margin-top: 24px;
  }

  .statuses-list {
    display: none;
  }
  .statuses-list--mobile {
    display: block;
    margin-bottom: 24px;
  }
  .statuses-list--mobile span {
    display: block;
    margin-left: 0;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .payments-type--terminal .col:last-child,
  .payments-type--terminal .col {
    width: 50%;
  }

  .recommended-equipment__img {
    width: 100%;
  }
  .recommended-equipment__img img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
  }
  .recommended-equipment__left {
    width: 50%;
    padding-left: 0;
    margin-bottom: 32px;
    padding-right: 12px;
  }
  .recommended-equipment__right {
    width: 50%;
    padding-left: 12px;
  }
  .recommended-equipment__right ul {
    margin-right: 0;
  }

  .footer .col:nth-child(2) {
    width: 205px;
  }
  .footer .col:nth-child(2) .footer-box {
    margin-right: 0;
  }
  .footer .col:nth-child(2) {
    width: 275px;
    padding-right: 24px;
  }
  .footer .col:first-child {
    width: calc(100% - 495px);
    padding-right: 24px;
    margin-bottom: 32px;
  }

  .about-product__mods .tabs-link {
    padding: 8px 20px;
  }
}
@media (max-width: 920px) {
  .about-product__top {
    margin-bottom: 56px;
  }
  .about-product__top .col {
    display: block;
  }
  .about-product__top .col:first-child {
    padding: 0;
  }
  .about-product__top .col img {
    margin-bottom: 32px;
    width: 100%;
  }

  .cols {
    margin: 0;
  }
  .cols .col {
    width: 100%;
    margin: 0;
  }

  .about-product__capabilities .cols {
    margin: 0;
  }

  .drop-top {
    padding: 16px 24px;
    position: relative;
  }
  .drop-title {
    max-width: none;
    width: 100%;
    padding-right: 32px;
    margin: 0;
  }
  .supported-hardware__list li {
    width: 100%;
  }

  .body--technical-information .cols {
    margin: 0;
  }
  .body--technical-information .col {
    margin-bottom: 16px;
  }

  .drop-top__right {
    float: none;
    display: block;
    width: 100%;
    padding: 24px 0 24px 50%;
    min-height: 96px;
  }
  .drop-top__right .btn {
    width: 50%;
    max-width: 137px;
    margin: 0;
    opacity: 1;
    padding: 12px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Inter", "Arial", sans-serif;
    left: 0;
    top: 24px;
  }
  .drop-top__right .price {
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    font-family: "Stolzl", "Arial", sans-serif;
    min-height: 48px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
  }

  .body--prices .drop-box {
    margin-bottom: 16px;
  }
  .body--prices .drop-link:before {
    right: -7px;
    top: 14px;
  }
  .body--prices .drop-top {
    padding-bottom: 0;
    padding-top: 24px;
  }
  .body--prices .drop-top .drop-title {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    padding-right: 0;
  }
  .body--prices .drop-top .btn {
    transform: none;
    width: 50%;
    max-width: 125px;
    top: auto;
    left: 24px;
  }
  .body--prices .drop-top .price {
    position: static;
    transform: none;
  }
  .body--prices .drop-content {
    font-size: 16px;
    line-height: 24px;
    color: rgba(34, 34, 34, 0.6);
  }

  .over-products__items--3 .over-products__item {
    width: calc(50% - 32px);
  }

  .drop-box--vacancies .drop-title {
    max-width: none;
  }
  .drop-box--vacancies .drop-box__btn {
    position: static;
    width: 100%;
    opacity: 1;
    margin-top: 24px;
    padding: 12px;
  }
  .drop-box--vacancies.opened .drop-box__btn {
    display: block;
  }
  .drop-box--vacancies .drop-content {
    padding-top: 80px;
  }
  .drop-box--vacancies .drop-content .cols {
    margin: 0;
  }
  .drop-box--vacancies .drop-content .col {
    position: relative;
    padding-top: 60px;
    height: 0;
    overflow: hidden;
    margin-bottom: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .drop-box--vacancies .drop-content .col h4 {
    margin-top: 0;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
  }
  .drop-box--vacancies .drop-content .col h4:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("/local/templates/lanbilling/./images/svg/arr-choose-black.svg") no-repeat center;
    right: 0;
    top: 0;
  }
  .drop-box--vacancies .drop-content .col.opened {
    height: auto;
    padding-top: 70px;
  }
  .drop-box--vacancies .drop-content .col.opened h4:after {
    transform: rotate(180deg);
  }
  .drop-box--vacancies .drop-content .page-text {
    margin-bottom: 32px;
  }
  .drop-box--vacancies .drop-content ul {
    margin-bottom: 0;
  }
  .drop-box--vacancies .drop-top {
    padding-bottom: 24px;
  }

  .view-top .cols {
    margin: 0;
  }
  .view-top .col:first-child {
    margin-bottom: 32px;
  }
  .view-top .col:last-child {
    padding: 0;
  }

  .cols--32-68 .col:last-child {
    width: 100%;
    padding: 0;
  }
  .cols--32-68 .col:last-child img {
    margin-top: 32px;
  }

  .body--about-view .cols--32-68 .col:last-child {
    padding: 0;
  }

  .drop-box--releases {
    margin-right: -16px;
    overflow: hidden;
  }
  .drop-box--releases .drop-title {
    font-size: 18px;
    line-height: 32px;
    margin: 3px 0 18px;
  }
  .drop-box--releases .drop-content {
    overflow-y: hidden;
    overflow-x: auto;
    margin-right: -16px;
  }
  .drop-box--releases .table {
    width: 840px;
  }
  .drop-box--releases .table .td {
    padding: 16px 24px;
    font-size: 18px;
  }

  .body--rework .cols {
    margin: 0;
  }

  .body--inculcation .gray-bg .cols {
    margin: 19px 0 0;
  }

  .about-product__capabilities .col:last-child,
  .about-product__top .col {
    width: 100%;
  }
}
@media (min-width: 781px) {
  .support-package__all {
    display: none;
  }
  .support-package__col {
    width: 15.5%;
    display: inline-flex;
    vertical-align: top;
    flex-direction: column;
  }
  .support-package__col--bigger {
    width: 16%;
  }
  .support-package__col--bigger .support-package__td {
    padding: 36px 10px 24px 20px;
  }
  .support-package__col--bigger .support-package__td-name {
    padding-right: 5px;
  }
  .support-package__col--last .support-package__td {
    padding: 36px 10px 24px 20px;
  }
  .support-package__col--titles {
    width: 22%;
  }
  .support-package__col--titles .bold {
    display: block;
    font-weight: bold;
    margin-top: 16px;
  }
  .support-package__col--titles .support-package__td {
    padding: 24px 10px 24px 20px;
  }
  .support-package__col--titles .support-package__td:first-child {
    color: rgba(0, 0, 0, 0.3);
  }
  .support-package__col--hot {
    outline: 4px solid #F5821F;
    outline-offset: -4px;
    position: relative;
  }
  .support-package__col--hot:after {
    content: "";
    display: block;
    position: absolute;
    width: 41px;
    height: 60px;
    background: url("/local/templates/lanbilling/./images/svg/fire.svg") no-repeat center;
    background-size: contain;
    top: -33px;
    right: -1px;
  }
  .support-package__col--hot > .support-package__td:first-child {
    position: relative;
  }
  .support-package__col--hot > .support-package__td:first-child:before {
    content: "Рекомендуем";
    display: inline-block;
    vertical-align: top;
    color: #F5821F;
    position: absolute;
    font-size: 14px;
    line-height: 17px;
    font-family: "Stolzl", "Inter", "Arial", cursive;
    top: 20px;
    left: 31px;
  }
  .support-package--en .support-package__col--hot > .support-package__td:first-child:before {
    content: "Recommended";
  }
  .support-package:hover .support-package__col {
    outline: 0;
  }
  .support-package:hover .support-package__col:hover:not(.support-package__col--titles) {
    outline: 4px solid #F5821F;
    outline-offset: -4px;
  }
  .support-package__td {
    padding: 36px 10px 24px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .support-package__td-name {
    font-family: "Stolzl", "Inter", "Arial", cursive;
  }
  .support-package__td.td--gary {
    background: #F8F8F8;
  }
  /* .support-package__td-price {
    order: 1;
  }*/
  .support-package__td-buy {
    order: 2;
  }
  .support-package__td-buy .btn {
    padding: 11px 10px;
    width: 100%;
    max-width: 145px;
    text-decoration: none;
  }
  .support-package__td a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
  }
  .support-package__mobile .support-package__td-title {
    display: none;
  }
}
@media (min-width: 781px) and (max-width: 1270px) {
  .support-package {
    min-width: 1300px;
    max-width: 1340px;
  }
  .support-package__holder {
    max-width: calc(100% + 30px);
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 40px;
    margin-top: -40px;
    margin-right: -30px;
  }
}
@media (max-width: 780px) {
  .body--services .page-top h1 {
    margin-bottom: 24px;
  }

  .support-package__col {
    padding: 24px 24px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    width: 100% !important;
  }
  .support-package__col--titles {
    display: none;
  }
  .support-package__col.opened .support-package__mobile {
    display: block;
  }
  .support-package__col.opened .support-package__all::before {
    transform: rotate(180deg);
  }
  .support-package__mobile {
    display: none;
    padding-bottom: 24px;
  }
  .support-package__mobile .support-package__td {
    font-size: 14px;
    line-height: 24px;
    padding: 28px 24px;
    position: relative;
    margin: 0 -24px;
    display: flex;
  }
  .support-package__mobile .support-package__td:nth-child(2n+1) {
    background-color: #f8f8f8;
  }
  .support-package__mobile .support-package__td-content {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: right;
  }
  .support-package__mobile .support-package__td-title {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-right: 10px;
    text-align: left;
  }
  .support-package__td-name {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
  }
  .support-package__td-price {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .support-package__td-price:before {
    content: "Стоимость/мес.";
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "Stolzl", "Inter", "Arial", cursive;
    color: rgba(0, 0, 0, 0.3);
  }
  .support-package--en .support-package__td-price:before {
    content: "Price/mo";
  }
  .support-package__td-buy {
    margin-bottom: 32px;
  }
  .support-package__td-buy .btn {
    padding: 15px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
  }
  .support-package__all {
    display: block;
    padding: 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    position: relative;
  }
  .support-package__all:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 24px;
    background: url("/local/templates/lanbilling/./images/svg/arr-choose-black.svg") no-repeat center;
  }
  .support-package__bot {
    margin-top: 56px;
  }

  .footer .col:first-child {
    width: calc(100% - 380px);
  }
  .footer .col:nth-child(3) {
    width: 180px;
  }
  .footer .col:nth-child(3) .footer-box {
    margin-right: 0;
  }
  .footer .col:nth-child(2) {
    width: 200px;
  }

  .docs-open-all {
    display: block;
    width: 105px;
    margin: 25px 0 0;
  }
}
@media (max-width: 720px) {
  ul.ul--cols-2, .main-capabilities__items ul {
    columns: 1;
    column-gap: 0;
  }

  ul.ul--decimal li {
    margin-bottom: 32px;
  }

  .demo-item {
    padding: 42px 24px 152px;
    width: calc(100% - 32px);
    margin-bottom: 16px;
  }
  .demo-items {
    flex-wrap: wrap;
  }
  .demo-item__btn {
    left: 24px;
    right: 24px;
  }

  .cert {
    width: calc(33.3% - 32px);
  }

  .application {
    margin: 0 -16px;
    padding: 56px 16px;
  }
  .application-form, .application-info {
    display: block;
    width: 100%;
  }
  .application-info {
    margin-bottom: 24px;
  }
  .application-info h2 {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    font-family: "Stolzl", "Arial", sans-serif;
  }
  .application-info p {
    margin-top: 0;
  }
  .application button {
    width: 100%;
  }

  .how-inculcation ul li {
    width: 100%;
  }

  .about-bot__logo {
    display: none;
  }

  .partners-item {
    width: 33.3%;
    padding-top: 21%;
  }

  .body--prices .application {
    margin: 56px -16px 80px;
  }

  .table--simple {
    display: block;
  }
  .table--simple .tr {
    display: block;
    margin-bottom: 32px;
  }
  .table--simple .tr .td {
    display: block;
    margin-bottom: 24px;
  }
  .table--simple .tr .td:first-child, .table--simple .tr .td:last-child {
    width: 100%;
    padding: 0;
  }
  .table--simple .tr .td.td--gray {
    padding: 16px 16px 1px;
  }

  .tech-detail .table--simple .tr {
    margin-bottom: 46px;
  }

  .main-top .swiper-slide {
    flex-wrap: wrap;
  }

  .main-top__info {
    max-width: 100%;
    padding-right: 0;
  }

  .main-top__img {
    order: -1;
    margin-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .partners-item__text {
    width: 100%;
    padding: 29px 24px 100px;
  }

  .partners-item__logo {
    width: 100%;
  }

  .review-item {
    width: calc(100% - 32px);
    padding: 24px;
    margin-bottom: 16px;
  }
  .review-item .btn {
    padding: 16px;
    width: 100%;
  }

  .contacts-box:nth-child(2),
  .contacts-box {
    width: 100%;
  }

  .region-licenses ul li {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .footer {
    margin-top: 80px;
  }
  .footer .col:nth-child(2), .footer .col:nth-child(3), .footer .col:first-child {
    width: 100%;
    padding-right: 0;
  }
  .footer-top {
    padding: 20px 0 48px;
  }
  .footer .logo {
    width: 132px;
    margin-bottom: 36px;
  }
  .footer-bot {
    padding-bottom: 56px;
  }
  .footer-bot span {
    margin-right: 0;
  }
  .footer h4, .footer .h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .footer h4 + .footer-box, .footer .h4 + .footer-box {
    margin-top: 24px;
  }
  .footer p {
    margin: 0 0 8px;
  }
  .footer-about {
    margin-bottom: 48px;
  }
  .footer-box a {
    display: block;
  }
  .footer-box span {
    font-family: "Stolzl", "Arial", sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 14px;
  }
  .footer .tg {
    float: right;
    margin: 34px 24px 0 0;
  }
  .footer .col:nth-child(3) {
    width: calc(100% + 32px);
    margin: 4px -16px;
    padding: 0 16px;
    background: #282828;
    position: relative;
  }
  .footer .col:nth-child(3) .footer-box {
    display: none;
    margin: 0 0 31px;
  }
  .footer .col:nth-child(3) .footer-box:nth-last-child(2) {
    margin-bottom: 24px;
  }
  .footer .col:nth-child(3).opened .footer-box {
    display: block;
  }
  .footer .col:nth-child(3).opened h4:after {
    transform: rotate(0);
  }
  .footer .col:nth-child(3).opened .footer-time {
    display: block;
    margin: 16px 0 24px;
  }
  .footer .col:nth-child(3) h4 {
    display: block;
    position: relative;
    padding: 23px 0;
    margin-bottom: 0;
  }
  .footer .col:nth-child(3) h4:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("/local/templates/lanbilling/./images/svg/arr-choose.svg") no-repeat center;
    right: 0;
    top: 22px;
    transform: rotate(180deg);
  }
  .footer-time {
    display: none;
  }
}
@media (max-width: 580px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.03em;
    margin-bottom: 32px;
  }

  h2, .h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  h3, .h3 {
    font-size: 18px;
    line-height: 24px;
  }

  h4, .h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  body, html {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.9);
  }

  .btn {
    font-size: 16px;
    line-height: 23px;
  }

  .wrap {
    padding: 0 16px;
  }

  .input {
    padding: 15px 22px;
    font-size: 16px;
  }
  .input::placeholder {
    font-size: 16px;
  }
  .input-wrap--2 {
    margin-right: 0;
    width: 100%;
  }
  .input.select {
    padding: 0;
  }
  .input.select .jq-selectbox__select-text {
    padding: 15px 22px;
    font-size: 16px;
  }

  .breadcrumbs {
    margin: 8px 0;
  }

  .header {
    padding: 12px 0;
    height: auto;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
  }
  .header:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #BDB6B6 -425%, rgba(176, 176, 176, 0) 39.58%);
  }
  .header .search {
    position: static;
  }
  .header-phone {
    top: -3px;
    right: 60px;
  }
  .header-phone .btn {
    width: 0;
    height: 40px;
    padding: 0 0 0 40px;
    color: transparent;
    overflow: hidden;
    background-position: center;
  }
  .header .logo {
    width: 132px;
  }

  .burger {
    top: 4px;
    right: 12px;
  }

  .burger-menu {
    top: 0;
    padding-top: 80px;
    min-height: auto;
    height: calc(100vh - 75px);
    left: 0;
    width: auto;
  }
  .burger-menu__close {
    top: 52px;
  }

  .top-menu--sub {
    top: 134px;
    bottom: 122px;
    width: auto;
    left: 0;
    overflow: auto;
  }

  .submenu {
    margin: 0 0 33px;
  }
  .submenu a {
    font-size: 12px;
    padding: 7px 18px;
  }

  .main {
    padding-top: 80px;
  }

  .main-top .swiper-buttons {
    display: none;
  }
  .main-top .swiper-pagination {
    margin: 12px 0 0;
    height: auto;
  }
  .main-top .swiper-slide {
    padding: 24px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .main-top .swiper-slide .h1 {
    margin-bottom: 10px;
  }
  .main-top .h1 {
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
  }
  .main-top__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .main-top .btn {
    margin: 0;
  }
  .main-top__info .btn {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    padding: 18px 5px 17px;
  }

  .main-modules {
    padding: 48px 0;
  }
  .main-modules__title {
    margin-bottom: 26px;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.03em;
  }
  .main-modules .swiper-buttons {
    display: none;
  }
  .main-modules .swiper-pagination {
    height: auto;
  }
  .main-modules__all {
    width: 100%;
  }
  .main-modules__item {
    padding: 24px;
    min-height: auto;
    margin-bottom: 16px;
  }
  .main-modules__item .h2 {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    width: calc(100% - 87px);
    padding-right: 60px;
  }
  .main-modules__item img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    max-width: 57px;
    max-height: 57px;
  }
  .main-modules__link {
    left: auto;
    bottom: auto;
    right: 24px;
    top: 36px;
  }

  .main-capabilities {
    padding: 52px 0 64px;
  }
  .main-capabilities .h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.03em;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .main-capabilities .btn {
    width: 100%;
  }

  .main-certs {
    margin: 56px 0 80px;
  }
  .main-certs .h1 {
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.03em;
    margin-bottom: 26px;
    text-align: left;
  }
  .main-certs__btn {
    width: 100%;
  }

  .certs-item {
    width: 280px;
    margin: 0 10px 0 0;
  }
  .certs-items {
    margin: 0 0 32px;
    width: max-content;
  }
  .certs-items__scroll {
    width: calc(100% + 20px);
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -20px;
  }
  .certs-items__scroll::-webkit-scrollbar {
    display: none;
  }
  .certs-item__img {
    padding-top: 146%;
    margin-bottom: 9px;
  }
  .certs-item__name {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.6;
    margin-right: 24px;
    white-space: normal;
  }

  .over-products {
    margin-bottom: 56px;
  }
  .over-products__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
  }
  .over-products__item {
    display: block;
    width: calc(100% - 32px);
    margin-bottom: 16px;
    padding: 30px 22px 24px;
  }
  .over-products__items {
    display: block;
  }
  .over-products__item-link {
    bottom: auto;
    left: auto;
    top: 42px;
    right: 24px;
  }
  .over-products__item-text {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    opacity: 0.6;
    max-width: 100%;
  }
  .over-products__item-ico {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 18px;
  }
  .over-products__item-name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 64px);
    margin-top: -18px;
    padding: 0 30px 0 22px;
    font-size: 18px;
  }
  .over-products__item:hover .over-products__item-text {
    color: #ffffff;
    opacity: 1;
  }
  .over-products--services {
    margin: 56px 0;
  }
  .over-products--services .over-products__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .over-products--services .over-products__item {
    padding: 23px 24px 21px;
    margin-bottom: 8px;
  }
  .over-products--services .over-products__item-ico {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }
  .over-products--services .over-products__item-name {
    margin-top: 0;
  }

  .questions-form h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .questions-form__descr {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    opacity: 0.3;
    margin-bottom: 24px;
  }
  .questions-form__send {
    width: 100%;
    margin-top: 0;
  }

  .besides {
    padding-top: 128px;
  }
  .besides:after {
    bottom: 0;
    height: 128px;
  }
  .besides-content {
    padding: 24px 0 0;
    background-color: transparent;
  }

  .recommended-equipment {
    margin: 40px 0 56px;
  }
  .recommended-equipment__title {
    margin-bottom: 24px;
    line-height: 32px;
  }
  .recommended-equipment__name {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .recommended-equipment .tabs-links {
    margin-bottom: 24px;
    width: max-content;
    margin-right: 16px;
  }
  .recommended-equipment .tabs-link {
    padding: 8px 32px;
  }
  .recommended-equipment__item {
    padding: 24px;
  }
  .recommended-equipment__img img {
    width: 68%;
    max-height: none;
    margin: 0 auto;
  }
  .recommended-equipment__img, .recommended-equipment__left, .recommended-equipment__right {
    display: block;
    width: 100%;
    padding: 0;
  }
  .recommended-equipment__img ul, .recommended-equipment__left ul, .recommended-equipment__right ul {
    margin-bottom: 0;
  }
  .recommended-equipment__left {
    margin-bottom: 32px;
  }
  .recommended-equipment__left h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .recommended-equipment__right h4 {
    margin-bottom: 15px;
  }
  .recommended-equipment__right ul li {
    margin-bottom: 16px;
  }
  .recommended-equipment h4, .recommended-equipment .h4 {
    font-size: 16px;
  }

  .about-payments {
    margin: 56px 0;
  }
  .about-paymentstitle {
    margin-bottom: 27px;
  }
  .about-payments ul li {
    display: none;
    width: 100%;
    padding-right: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .about-payments ul li:first-child, .about-payments ul li:nth-child(2) {
    display: block;
  }
  .about-payments ul.opened li {
    display: block;
  }
  .about-payments__btn {
    display: block;
  }
  .about-payments__btn span {
    display: inline-block;
    vertical-align: top;
    padding-right: 32px;
    position: relative;
  }
  .about-payments__btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    background: url("/local/templates/lanbilling/./images/svg/arr-choose-orange.svg") no-repeat center;
  }
  .about-payments__btn.active span:after {
    transform: rotate(180deg);
  }
  .about-payments__btn:hover {
    background-color: transparent;
    color: #F5821F;
  }

  .payments-type {
    padding: 32px 24px;
    margin: 0 0 16px;
  }
  .payments-type .col {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .payments-type .col:last-child {
    border-bottom: 0;
    padding: 0;
  }
  .payments-type .col ul {
    display: none;
    columns: 1;
    column-gap: 0;
    margin-bottom: 10px;
  }
  .payments-type .col ul li {
    margin-bottom: 16px;
  }
  .payments-type .col h4 {
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 16px;
  }
  .payments-type .col h4:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    background: url("/local/templates/lanbilling/./images/svg/arr-choose-black.svg") no-repeat center;
  }
  .payments-type .col.opened ul {
    display: block;
  }
  .payments-type .col.opened h4:after {
    transform: rotate(180deg);
  }
  .payments-type--terminal .col:last-child {
    width: 100%;
  }
  .payments-type__title {
    line-height: 32px;
    margin-bottom: 4px;
  }

  .page-content {
    margin-bottom: 0;
  }
  .page-content ul {
    margin-right: 0;
  }
  .page-content ul li {
    line-height: 24px;
    padding-left: 24px;
  }
  .page-content ul li:before {
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
  }

  ul.ul--decimal li {
    margin-bottom: 24px;
    font-weight: 500;
    padding-left: 44px;
  }
  ul.ul--decimal li:before {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
  }

  .body--modules .footer {
    margin-top: 0;
  }
  .body--modules .drop-title {
    padding: 19px 46px 20px 16px;
  }
  .body--modules .drop-title:before {
    top: 30px;
    right: 16px;
  }

  .supported-hardware__title {
    margin-bottom: 24px;
    font-size: 17px;
    letter-spacing: 0.1px;
  }
  .supported-hardware ul ul.ul--decimal {
    margin-right: 42px;
  }

  .about-product__top-title {
    margin-bottom: 16px;
  }
  .about-product__top-text {
    margin-bottom: 24px;
  }
  .about-product__top ul {
    margin-bottom: 32px;
  }
  .about-product__top-btn {
    width: 100%;
  }

  .about-product__capabilities {
    margin-bottom: 56px;
  }
  .about-product__capabilities h2 {
    margin-bottom: 18px;
  }
  .about-product__capabilities ul {
    margin-bottom: 24px;
  }

  .about-product__mods h3, .about-product__mods .h3,
  .about-product__mods .h1 {
    margin-bottom: 18px;
  }
  .about-product__mods .tabs-links {
    margin-bottom: 32px;
  }
  .about-product__mods .page-text {
    margin: 0 24px 40px 0;
  }

  .tabs-link {
    padding: 8px 24px;
  }
  .tabs-links {
    margin-bottom: 32px;
  }

  .drop-title {
    font-size: 16px;
  }

  .besides h2 {
    margin-bottom: 18px;
  }

  .demo-item {
    padding: 27px 24px;
  }
  .demo-items {
    margin: 33px -16px;
  }
  .demo-item:last-child {
    margin-bottom: 0;
  }
  .demo-item__ico {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: auto;
    margin: 0;
  }
  .demo-item__ico img {
    width: 100%;
    height: auto;
  }
  .demo-item__name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    padding-left: 28px;
    margin: 0;
  }
  .demo-item__btn {
    position: static;
    width: 100%;
    margin: 27px 0 32px;
  }
  .demo-item__text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 50px;
    margin: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    opacity: 1;
    font-size: 16px;
    line-height: 24px;
    color: rgba(34, 34, 34, 0.6);
  }
  .demo-item__text:before {
    content: "Подробнее";
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.6;
    font-family: "Stolzl", "Arial", sans-serif;
    position: absolute;
    top: 17px;
    left: 0;
  }
  .demo-item__text:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("/local/templates/lanbilling/./images/svg/arr-choose-black.svg") no-repeat center;
    right: 0;
    top: 16px;
  }
  .demo-item__text.opened {
    height: auto;
  }
  .demo-item__text.opened:after {
    transform: rotate(180deg);
  }

  .cert {
    margin: 0 4px 16px;
    width: calc(50% - 8px);
  }
  .cert-items {
    margin: 0 -4px;
  }

  .body--certificates h1 {
    margin-bottom: 35px;
  }
  .body--certificates h2, .body--certificates .h2 {
    margin-bottom: 26px;
  }
  .body--certificates h3, .body--certificates .h3 {
    font-size: 16px;
  }
  .body--certificates .tabs-link {
    padding: 8px 32px;
  }
  .body--certificates .tabs-links {
    margin-bottom: 36px;
  }
  .body--certificates .tabs-link-img {
    margin-bottom: 20px;
  }
  .body--certificates .tabs-link-link {
    font-size: 18px;
    margin-right: 5px;
  }
  .body--certificates .footer {
    margin-top: 63px;
  }

  .tech-info__item {
    padding: 102px 24px 22px;
    height: auto;
  }
  .tech-info__item-ico {
    height: 61px;
    width: auto;
    top: 24px;
    left: 24px;
    transform: none;
  }
  .tech-info__item-ico img {
    height: 100%;
    width: auto;
  }
  .tech-info__item-link {
    position: absolute;
    bottom: 19px;
    right: 14px;
    left: auto;
  }
  .tech-info__item-title {
    margin-bottom: 0;
    max-width: 100%;
    padding-right: 40px;
    line-height: 24px;
  }

  .body--technical-information .page-top h1 {
    margin: 0 0 28px;
  }
  .body--technical-information .col:last-child {
    margin-bottom: 0;
  }

  .drop-title {
    padding-right: 42px;
    line-height: 19px;
  }
  .drop-link:before {
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
  }
  .drop-link:hover:before {
    background-size: auto, 0;
  }
  .drop-box.opened .drop-link:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .drop-box + h2 {
    margin-top: 32px;
  }
  .drop-content {
    padding: 16px 0;
    margin: 0 24px;
  }

  .table {
    display: block;
  }
  .table .tr {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .table .tr:last-child {
    border-bottom: 0;
  }
  .table .tr:first-child {
    padding-top: 0;
  }
  .table .td {
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent !important;
  }
  .table--documents .td {
    position: relative;
  }
  .table--documents .td .info-box {
    position: static;
  }
  .table--documents .td .info-box__content {
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    width: auto;
  }
  .table--documents .td .download {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    padding: 4px;
    color: #F5821F;
    border: 1px solid #F5821F;
    border-radius: 4px;
    text-align: center;
    font-family: "Inter", "Arial", sans-serif;
    width: 100%;
    margin-top: 16px;
  }

  .table {
    display: block;
  }
  .table .tr {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .table .tr:last-child {
    border-bottom: 0;
  }
  .table .tr:first-child {
    padding-top: 0;
  }
  .table .td {
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent !important;
  }
  .table--documents .td {
    position: relative;
  }
  .table--documents .td .info-box {
    position: static;
  }
  .table--documents .td .info-box__content {
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    width: auto;
  }
  .table--documents .td .download {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    padding: 4px;
    color: #F5821F;
    border: 1px solid #F5821F;
    border-radius: 4px;
    text-align: center;
    font-family: "Inter", "Arial", sans-serif;
    width: 100%;
    margin-top: 16px;
  }

  .table--releases {
    display: table;
  }
  .table--releases .tr {
    display: table-row;
    padding: 0;
    border-bottom: none;
  }
  .table--releases .td {
    display: table-cell;
    width: auto;
    padding: 24px;
  }

  .body--tech-cases .drop-link:before {
    top: 27px;
  }
  .body--tech-cases .table .td {
    position: relative;
  }
  .body--tech-cases .table .td a {
    display: inline;
  }
  .body--tech-cases .table .td .info-box {
    position: static;
  }
  .body--tech-cases .table .td .info-box__content {
    left: 0;
    right: 0;
    top: 100%;
    width: auto;
  }

  .body--tech-docks .page-top h1 {
    margin: 0 0 34px;
  }
  .body--tech-docks h2 {
    margin-bottom: 20px;
  }

  .body--tech-releases .page-top h1 {
    margin: 0 0 27px;
  }

  .page-text .gray-bg {
    padding: 24px;
  }

  .page-content p + h3 {
    margin-top: 56px;
  }

  .contents-list {
    margin-bottom: 48px;
    background-color: transparent;
    padding: 0;
  }
  .contents-list > ul ul {
    padding-left: 20px;
  }
  .contents-list .parent.opened ul {
    display: block;
  }

  .body--tech-detail .page-top h1 {
    margin-bottom: 24px;
  }
  .body--tech-detail .page-content h3 {
    margin: 0 0 16px;
  }
  .body--tech-detail .page-text {
    margin-bottom: 32px;
  }
  .body--tech-detail .gary-box {
    margin: 32px 0;
    padding: 16px 24px;
  }

  .table--simple .tr {
    padding: 0;
    margin-bottom: 24px;
  }
  .table--simple .tr .td {
    width: 100%;
    margin-bottom: 24px;
  }
  .table--simple .tr .td:first-child {
    width: 100%;
    padding-right: 0;
  }
  .table--simple .tr .td--gray {
    background-color: #F8F8F8 !important;
  }

  .cols--32-68 .col:last-child {
    width: 100%;
  }

  .prices-item {
    width: calc(100% - 20px);
    padding: 40px 24px;
  }
  .prices-items {
    flex-wrap: wrap;
  }
  .prices-item__top {
    padding: 0;
    border: 0;
  }
  .prices-item__top-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .prices-item__top-count {
    font-size: 14px;
    line-height: 24px;
  }
  .prices-item__top-count span {
    font-size: 24px;
  }
  .prices-item__mid {
    border: 0;
    padding: 0;
  }
  .prices-item__mid-box {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .prices-item__mid-box span {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  .prices-item__bot {
    position: static;
  }
  .prices-item__bot .info-box {
    padding-right: 15px;
  }
  .prices-item__bot .info-box__ico {
    position: static;
    display: inline-block;
    vertical-align: baseline;
  }
  .prices-item.last .info-box__content {
    left: auto;
    right: 0;
  }

  .region-licenses {
    margin-top: 56px;
  }

  .breadcrumbs + .scroll-holder {
    margin-top: 16px;
  }

  .body--prices .page-top h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 38px;
  }
  .body--prices .page-content h3 {
    margin-bottom: 16px;
  }
  .body--prices .footer {
    margin-top: 0;
  }
  .body--prices .breadcrumbs + .scroll-holder {
    margin-top: 8px;
  }
  .body--prices .submenu a {
    padding: 7px 18px 8px;
  }

  .breadcrumbs a, .breadcrumbs span {
    display: inline;
  }

  .page-text--bot {
    margin: 32px 0 56px;
  }

  .education-price {
    padding: 24px 24px 32px;
    margin-bottom: 32px;
  }
  .education-price__btn {
    width: 100%;
  }

  .daily-plan {
    margin-bottom: 56px;
  }
  .daily-plan h2 {
    line-height: 32px;
  }
  .daily-plan__btn {
    display: block;
    width: 100%;
  }
  .daily-plan__btn span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 32px;
  }
  .daily-plan__btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("/local/templates/lanbilling/./images/svg/arr-choose-orange.svg") no-repeat center;
    right: 0;
    top: 0;
  }
  .daily-plan__btn.active span:after {
    transform: rotate(180deg);
  }
  .daily-plan__btn:hover {
    color: #F5821F;
    background-color: transparent;
  }
  .daily-plan ul {
    margin-bottom: 32px;
  }
  .daily-plan ul li {
    display: none;
  }
  .daily-plan ul li:nth-child(4), .daily-plan ul li:nth-child(3), .daily-plan ul li:nth-child(2), .daily-plan ul li:first-child {
    display: block;
  }
  .daily-plan ul.opened li {
    display: block;
  }

  .body--education .footer {
    margin-top: 0;
  }

  .body--rework .cols {
    margin: 0;
  }
  .body--rework .application {
    margin: 56px -16px;
  }
  .body--rework .footer {
    margin-top: 80px;
  }

  .col .gray-bg {
    padding: 24px;
  }

  .how-inculcation {
    margin: 56px 0;
  }
  .how-inculcation h2 {
    margin-bottom: 24px;
    line-height: 32px;
  }
  .how-inculcation__bot {
    padding: 32px 43px 32px 24px;
  }
  .how-inculcation .btn {
    margin-bottom: 33px;
  }
  .how-inculcation ul {
    margin-bottom: 32px;
  }
  .how-inculcation ul li {
    display: none;
    padding-right: 30px;
  }
  .how-inculcation ul li:first-child, .how-inculcation ul li:nth-child(3), .how-inculcation ul li:nth-child(4), .how-inculcation ul li:nth-child(5), .how-inculcation ul li:nth-child(2) {
    display: block;
  }
  .how-inculcation ul.opened li {
    display: block;
  }

  .body--inculcation .page-content {
    margin-bottom: 0;
  }
  .body--inculcation .footer {
    margin-top: 0;
  }
  .body--inculcation .gray-bg {
    padding: 49px 0 56px;
    margin: 56px 0;
  }
  .body--inculcation .gray-bg .cols {
    margin: 0;
  }
  .body--inculcation .gray-bg .cols .col:first-child {
    margin: 0 0 24px;
  }
  .body--inculcation .gray-bg .cols .col h2 {
    line-height: 32px;
  }
  .body--inculcation .application {
    margin-top: 56px;
  }
  .body--inculcation .breadcrumbs + .scroll-holder {
    margin-top: 8px;
  }
  .body--inculcation .page-top h1 {
    margin-bottom: 26px;
  }
  .body--inculcation h2, .body--inculcation .h2 {
    line-height: 32px;
  }
  .body--inculcation .page-content ul:not(.ul--decimal) li {
    margin-bottom: 16px;
    padding-left: 40px;
  }
  .body--inculcation .page-content ul:not(.ul--decimal) li:before {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 11px;
  }

  .about__product-line {
    margin: 56px 0 60px;
    padding: 49px 0 39px;
  }
  .about__product-line h2 {
    margin-bottom: 12px;
  }

  .over-products__items--3 .over-products__item {
    width: calc(100% - 32px);
    margin-bottom: 16px;
  }

  .about-bot {
    margin: 56px 0;
    padding-left: 0;
  }
  .about-bot .logo {
    display: none;
  }
  .about-bot__item {
    font-size: 24px;
    line-height: 40px;
    padding: 26px 22px 24px;
  }

  .body--about .breadcrumbs + .scroll-holder {
    margin-top: 8px;
  }
  .body--about .page-content {
    margin-bottom: 0;
  }
  .body--about .page-text h2 {
    margin-bottom: 16px;
  }

  .partners-item {
    width: 50%;
    padding-top: 25%;
  }

  .nav {
    margin-bottom: 80px;
  }

  .contacts-box {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .contacts-box h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .contacts-map {
    margin: 8px 0 56px;
    height: 168px;
  }

  .view-top .cols {
    margin: 0;
  }
  .view-top .col:first-child {
    margin-bottom: 24px;
  }
  .view-top .col:last-child {
    padding: 0;
  }
  .view-top .btn {
    width: 100%;
  }

  .view-mid {
    margin: 56px 0;
    padding: 48px 0 56px;
  }
  .view-mid .cols--32-68 .col:last-child, .view-mid .cols--32-68 .col:first-child {
    padding: 0;
  }
  .view-mid .cols--32-68 .col img {
    margin-top: 24px;
  }
  .view-mid .cols--32-68 h2 {
    margin-bottom: 16px;
  }

  .body--about-view .cols--32-68 .col:last-child {
    padding: 0;
  }

  .drop-box--vacancies .drop-top {
    padding: 0;
  }
  .drop-box--vacancies .drop-title {
    padding: 15px 24px;
    margin: 0;
  }
  .drop-box--vacancies .drop-title:before {
    top: 27px;
  }
  .drop-box--vacancies .drop-content {
    padding: 16px 0;
  }

  .tech-detail .page-content ul {
    margin-right: 0;
  }

  .main-capabilities {
    padding-top: 0;
  }

  .footer-about {
    margin-left: 0;
  }
  .footer .logo {
    float: none;
  }
  .footer .col:first-child {
    margin-bottom: 0;
  }

  .body--prices .application {
    margin-bottom: 0;
  }

  .partners-item__logo {
    height: 125px;
    margin-top: 10px;
  }

  .partners-item__text {
    padding: 12px 24px 46px;
  }

  .body--supervise-server .view-bot .col,
  .body--supervise-server .view-mid .col {
    padding: 0;
    width: 100%;
  }
  .body--supervise-server .footer {
    margin-top: 0;
  }
  .body--supervise-server .drop-box {
    margin-bottom: 56px;
  }

  .body--sWiFi .gray-bg {
    padding-bottom: 40px;
    margin-bottom: 56px;
  }
  .body--sWiFi .gray-bg .col {
    width: 100%;
  }
  .body--sWiFi .gray-bg .col:last-child {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
  .body--sWiFi .view-mid {
    padding: 0;
  }
  .body--sWiFi .view-mid > .col {
    width: 100%;
  }
  .body--sWiFi .view-mid > .col:first-child {
    width: 100%;
    padding-right: 0;
  }
  .body--sWiFi .besides {
    margin-bottom: 56px;
  }
  .body--sWiFi .footer {
    margin-top: 0;
  }

  .body--satisfy-CRM .footer {
    margin-top: 0;
  }
  .body--satisfy-CRM .drop-box {
    margin-bottom: 56px;
  }

  .satisfy-items {
    margin-bottom: 56px;
  }
  .satisfy-item .col {
    width: 100%;
    padding: 0;
  }
  .satisfy-item .col:last-child {
    width: 100%;
    padding-top: 24px;
  }

  .satisfy-dop {
    margin: 80px 0 0;
  }
  .satisfy-dop .col {
    width: 100%;
    padding: 0;
  }
  .satisfy-dop .col:last-child {
    width: 100%;
    padding-top: 24px;
  }

  .docs-back {
    margin-top: 32px;
    padding-top: 24px;
  }

  .btn-up,
  .docs-up {
    right: 16px;
  }
}
@media (max-width: 540px) {
  .footer-box {
    display: block;
    max-width: 100%;
  }

  .footer .tg {
    float: none;
    margin-bottom: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0;
  }

  .footer .col:nth-child(2) {
    position: relative;
  }

  .over-products--services .over-products__item-ico {
    width: 50px;
  }
  .over-products__item-link {
    top: 37px;
  }

  .license__items {
    flex-direction: column;
  }
  .license__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .how-inculcation ul li {
    padding-right: 0;
  }
}
@media (max-width: 340px) {
  .footer .tg {
    margin-right: 0;
  }
  .footer-bot .prominado {
    right: auto;
    left: 0;
  }

  .prices-item__mid-box {
    width: 100%;
    margin-bottom: 16px;
  }

  .prices-item {
    min-width: auto;
  }

  .about-bot__item {
    font-size: 20px;
    line-height: 32px;
  }
}
/* End */


/* Start:/local/templates/lanbilling/js/highlight/default.min.css?16862061141144*/
/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
/* End */


/* Start:/local/templates/lanbilling/js/highlight/highlightjs-copy.min.css?16863106852085*/
.hljs-copy-wrapper{position:relative;overflow:hidden}.hljs-copy-wrapper:hover .hljs-copy-button,.hljs-copy-button:focus{transform:translateX(0);}.hljs-copy-button{position:absolute;/* transform:translateX(calc(100% + 1.125em))*/;top:0.5em;right:0.5em;width:2rem;height:2rem;text-indent:-9999px;color:#fff;border-radius:.25rem;border:1px solid #ffffff22;background-color:#C1C1C1;;/* background-color:var(--hljs-theme-background) */;background-image:url('data:image/svg+xml;utf-8,<svg width="16" height="16" viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 5C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V6C19 5.73478 18.8946 5.48043 18.7071 5.29289C18.5196 5.10536 18.2652 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18C18.7956 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 3C7 1.89543 7.89543 1 9 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H9C7.89543 7 7 6.10457 7 5V3ZM15 3H9V5H15V3Z" fill="white"/></svg>');background-repeat:no-repeat;background-position:center;transition:background-color 200ms ease,transform 200ms ease-out}.hljs-copy-button:hover{border-color:#A8A8A8; background-color:#A8A8A8;}.hljs-copy-button:active{border-color:#ffffff66}.hljs-copy-button[data-copied="true"]{text-indent:0;width:auto;background-image:none}@media(prefers-reduced-motion){.hljs-copy-button{transition:none}}.hljs-copy-alert{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
/* End */
/* /local/templates/lanbilling/styles.css?1748507509330 */
/* /local/templates/lanbilling/js/fancybox/jquery.fancybox.css?162084580417390 */
/* /local/templates/lanbilling/js/swiper/swiper.min.css?162084580413667 */
/* /local/templates/lanbilling/js/formstyler/jquery.formstyler.css?16208458042175 */
/* /local/templates/lanbilling/lanbilling.css?1756480196113587 */
/* /local/templates/lanbilling/js/highlight/default.min.css?16862061141144 */
/* /local/templates/lanbilling/js/highlight/highlightjs-copy.min.css?16863106852085 */
