

/* Start:/local/templates/manager/js/formstyler/jquery.formstyler.css?17083719102175*/
.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/manager/js/fancybox/jquery.fancybox.css?170837190917390*/
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/manager/styles.css?17083700871404*/
@font-face {
    font-family: "DINPro";
    src: url("/local/templates/manager/fonts/DINPro.eot");
    src: url("/local/templates/manager/fonts/DINPro.woff") format("woff"), url("/local/templates/manager/fonts/DINPro.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "DINPro";
    src: url("/local/markup/fonts/DINPro.eot");
    src: url("/local/markup/fonts/DINPro.woff") format("woff"), url("/local/markup/fonts/DINPro.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

body,
html {
    padding: 0;
    margin: 0;
    background: #FAFAFA;
    font-family: "DINPro", "Arial", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #0D0D0D;
    font-style: normal;
    font-weight: normal;
}

* {
    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: #0D0D0D;
    text-decoration: none;
}

a:hover {
    color: #0D0D0D;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    font-family: "DINPro", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 40px;
}

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

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

h3, .h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}
/* End */


/* Start:/local/templates/manager/template_styles.css?170837008740707*/
.btn {
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    position: relative;
    padding: 4px 17px 5px;
    border: 1px solid #199DDB;
    border-radius: 4px;
    font-family: "DINPro", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    background: #199DDB;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}

.btn:hover {
    color: #FFFFFF;
    background: #1071B7;
    border-color: #1071B7;
}

.btn--light {
    background-color: #ffffff;
    color: #199DDB;
}

.btn--light:hover {
    color: #1071B7;
    background-color: #ffffff;
    border-color: #1071B7;
}

.breadcrumbs {
    line-height: 18px;
    margin: 0 0 16px;
}

.breadcrumbs a, .breadcrumbs span {
    display: inline;
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
    color: #BFBFBD;
}

.breadcrumbs a {
    position: relative;
    padding-right: 16px;
}

.breadcrumbs a:after {
    content: "/";
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #BFBFBD;
    position: absolute;
    right: 5px;
    top: 0;
}

.breadcrumbs a:last-child:after {
    display: none;
}

.main {
    position: relative;
    padding-top: 80px;
    min-height: 82vh;
}

.wrap {
    max-width: 1204px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.page-top {
    background: no-repeat center;
    background-size: cover;
    margin-bottom: 69px;
}

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

.page-top__menu {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.page-top__menu a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    margin-right: 53px;
    color: rgba(0, 0, 0, 0.5);
}

.page-top__menu a:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.page-top__menu a:hover, .page-top__menu a.active {
    color: black;
}

.page-top__menu a:last-child {
    margin-right: 0;
}

.page-top__menu a:last-child:after {
    display: none;
}

.page-top:after {
    content: "";
    display: block;
    clear: both;
}

.input {
    -webkit-appearance: none;
    outline: none;
    padding: 11px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0D0D0D;
    font-family: "DINPro", "Arial", sans-serif;
    background: #FFFFFF;
    border: 1px solid #EDEDEA;
    border-radius: 4px;
    box-sizing: border-box;
    transition: 0.3s all;
}

.input:hover, .input:focus {
    border-color: rgba(25, 157, 219, 0.06);
}

.input-wrap--error .input {
    border-color: #ea7878;
}

.input-wrap {
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin: 0 0 16px;
    line-height: 0;
}

.input-wrap > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    margin-bottom: 8px;
}

.input-error {
    color: #ea7878;
}

textarea.input {
    height: 96px;
    max-width: 100%;
}

::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0D0D0D;
    font-family: "DINPro", "Arial", sans-serif;
}

.check {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBD;
    box-sizing: border-box;
    border-radius: 1px;
}

.check .jq-checkbox__div {
    width: 18px;
    height: 18px;
    background: url("/local/templates/manager/images/svg/check.svg") no-repeat center;
}

.check.checked, .check:checked {
    border-color: #199DDB;
    background-color: #199DDB;
}

.check-wrap {
    display: block;
    width: 100%;
    cursor: pointer;
}

.check + span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 20px);
    padding-left: 10px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #FFFFFF;
    padding: 22px 0;
    z-index: 12;
}

.header .wrap {
    position: relative;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 186px;
    margin-right: 39px;
}

.logo img {
    display: block;
    width: 100%;
}

.body--main .header,
.body--main .footer {
    display: none;
}

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

.menu {
    display: inline-block;
    vertical-align: middle;
}

.menu a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    color: #484847;
    margin-right: 32px;
    transition: color 0.3s;
}

.menu a:hover {
    color: #0D0D0D;
}

.logout {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 40px;
    top: 10px;
    color: #484847;
    transition: color 0.3s;
    padding-left: 24px;
    background: url("/local/templates/manager/images/svg/logout.svg") no-repeat 0 50%;
    font-size: 16px;
    line-height: 23px;
    border: 0;
    cursor: pointer;
}

.logout:hover {
    color: #0D0D0D;
}

.main-enter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.main-enter .logo {
    width: 278px;
    margin-right: 187px;
}

.auth {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 32px 32px 40px;
    width: 353px;
    margin-right: 60px;
    margin-top: -9px;
}

.auth-title {
    margin: 0 0 32px;
}

.auth-btn {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 9px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.auth .forgot-pass {
    display: block;
    max-width: 244px;
    margin: 0 auto;
    text-align: center;
}

.auth .forgot-pass a {
    text-decoration-line: underline;
}

.light-box {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 55px 40px;
    max-width: 548px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.light-box p {
    margin-bottom: 20px;
}

.light-box .btn {
    margin-top: 16px;
    width: calc((100% - 23px) / 2);
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
}

.light-box .btn:last-child {
    margin-left: 23px;
}

.page-right, .page-left {
    padding-top: 24px;
}

.page-left {
    display: inline-block;
    vertical-align: top;
    width: 431px;
    margin-left: -53px;
}

.page-right {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 431px + 106px);
    margin-right: -53px;
    padding-left: 27px;
}

.page-right .light-box {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 24px) / 2);
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 25px 25px 30px;
    text-align: left;
}

.page-right .light-box:nth-child(2n+2) {
    margin-right: 0;
}

.page-right .light-box h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 16px;
}

.page-right .light-box .btn {
    width: auto;
    margin: 0 11px 0 0;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 18px;
}

.page-right .light-box .btn:last-child {
    margin-left: 0;
}

.left-menu {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 56px 50px;
}

.left-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-menu ul li {
    margin-bottom: 16px;
}

.left-menu ul li a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.left-menu ul li:last-child {
    margin-bottom: 0;
}

.left-menu ul li.parent--list .submenu > li > a {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.left-menu ul li.parent > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 9px;
    background: url(/local/templates/manager/images/svg/arr-choose.svg) no-repeat center;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.left-menu ul li.parent.opened > a:after {
    transform: rotate(-180deg);
}

.left-menu ul.submenu {
    display: none;
    padding: 12px 0 10px 20px;
}

.left-menu ul.submenu li {
    margin-bottom: 12px;
}

.left-menu ul.submenu li:last-child {
    margin-bottom: 0;
}

.left-menu ul.submenu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.left-menu ul.submenu li a:after {
    display: none;
}

.left-menu .lvl3 {
    padding: 12px 0 18px 20px;
}

.footer {
    padding: 28px 0;
    background: #FFFFFF;
    margin-top: 80px;
}

.footer .wrap {
    position: relative;
}

.footer span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    margin-bottom: 6px;
}

.company-header {
    margin: 0 -55px 56px;
    background: #1071B7;
    border-radius: 0 0 8px 8px;
    padding: 20px 55px 28px;
}

.company-header h1 {
    color: #FFFFFF;
    margin: 0;
}

.drop {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 16px 24px 24px;
    margin-bottom: 8px;
}

.drop-top .col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.drop-top .col:last-child {
    text-align: right;
}

.drop-top .col:last-child .btn {
    margin-left: 40px;
}

.drop-top .client-name,
.drop-top [data-js-drop-top] {
    position: relative;
    cursor: pointer;
    padding-left: 21px;
}

.drop-top .client-name:before,
.drop-top [data-js-drop-top]:before {
    content: "";
    display: block;
    position: absolute;
    height: 9px;
    width: 15px;
    background: url("/local/templates/manager/images/svg/arr-choose.svg") no-repeat center;
    left: 0;
    top: 12px;
}

.drop-top .file-link,
.drop-top .btn {
    vertical-align: middle;
}

.drop-top .attention {
    margin-left: 4px;
}

.drop-content {
    display: none;
    padding: 24px 0 16px;
}

.drop-content.opened {
    display: block;
}

.drop.opened .drop-top .client-name:before,
.drop.opened .drop-top [data-js-drop-top]:before {
    transform: rotate(180deg);
}

.client-name {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.attention {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    background: url("/local/templates/manager/images/svg/attention.svg") no-repeat center;
    position: relative;
}

.attention:after {
    content: attr(data-js-text);
    display: none;
    width: 289px;
    background: #FFFFFF;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: calc(100% + 10px);
    left: -16px;
}

.attention:hover {
    z-index: 5;
}

.attention:hover:after {
    display: block;
}

.table {
    padding: 0 7px 0 24px;
}

.table .tr {
    display: flex;
    padding: 16px 0 14px;
    border-bottom: 1px solid #EDEDEA;
}

.table .tr-header {
    background: rgba(25, 157, 219, 0.06);
    border-radius: 4px;
    border-bottom: 0;
    margin: 0 -24px;
    padding: 15px 24px;
}

.table .tr-header .td {
    font-size: 14px;
    line-height: 20px;
}

.table .tr-header .td-name {
    text-transform: none;
}

.table .tr-header + .tr {
    padding-top: 23px;
}

.table .tr-clear {
    padding: 8px 0 26px;
}

.table .tr-clear a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 2px;
    color: #484847;
    border-bottom: 1px dashed #BFBFBD;
}

.table .tr-clear a:hover {
    color: #0D0D0D;
    border-bottom-color: transparent;
}

.table .td {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0D0D0D;
}

.table .td-n {
    width: 30px;
}

.table .td-equipment {
    width: 28%;
}

.table .td-equipment .name {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    text-transform: uppercase;
    max-width: 234px;
}

.table .td-equipment .name:hover {
    text-decoration: none;
}

.table .td-date {
    width: 15%;
    font-size: 16px;
    line-height: 20px;
}

.table .td-status {
    width: 13%;
    font-size: 16px;
    line-height: 20px;
}

.table .td-comment {
    width: 28%;
}

.table .td-link {
    width: 16%;
    text-align: right;
}

.table .td-date {
    width: 16%;
}

.table .td-date a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #0D0D0D;
}

.table .td-name {
    width: 22%;
}

.table .td-name a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #0D0D0D;
}

.table .td-imo {
    width: 18.7%;
}

.table .td-type {
    width: 17%;
}

.table .td-owner {
    width: 15%;
}

.table .td-edit {
    width: 11.3%;
    text-align: right;
}

.table .td .copy, .table .td .add, .table .td .remove, .table .td .edit {
    padding-left: 24px;
    background: url("/local/templates/manager/images/svg/edit.svg") no-repeat 0 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
}

.table .td .remove {
    background-image: url("/local/templates/manager/images/svg/remove.svg");
    margin-left: 17px;
}

.table .td .copy {
    background-image: url("/local/templates/manager/images/svg/copy.svg");
    margin-left: 10px;
}

.table .td .add {
    background-image: url("/local/templates/manager/images/svg/add.svg");
    margin-left: 10px;
}

.bot-info {
    padding: 20px 24px 0;
    position: relative;
}

.bot-info .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.bot-info .col:last-child {
    text-align: right;
}

.bot-info .more-items {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #484847;
    padding-left: 21px;
    background: url("/local/templates/manager/images/svg/arr-choose.svg") no-repeat 0 50%;
}

.bot-info .more-items:hover {
    color: #0D0D0D;
}

.bot-info .file-link {
    margin-left: 10px;
}

.status {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding-left: 14px;
}

.status:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #EDEDEA;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.status--normal:before {
    background-color: #40BF00;
}

.status--attention:before {
    background-color: #FFAA00;
}

.status--urgent:before {
    background-color: #FF2B00;
}

.file-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 28px;
    background: url("/local/templates/manager/images/svg/pdf.svg") no-repeat 0 50%;
    color: #484847;
}

.file-link span {
    text-decoration: underline;
}

.file-link:hover {
    color: #0D0D0D;
}

.file-link:hover span {
    text-decoration: none;
}

.file-link--xls {
    background-image: url("/local/templates/manager/images/svg/ico-xls.svg");
}

.filter {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    line-height: 0;
    position: relative;
}

.filter-ico {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("/local/templates/manager/images/svg/filter.svg") no-repeat center;
}

.filter-ico:hover {
    filter: brightness(0.6);
}

.filter-box {
    display: none;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    width: 377px;
    padding: 16px 24px;
    position: absolute;
    top: calc(100% + 10px);
    left: -24px;
    z-index: 6;
}

.filter-box:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    height: 11px;
}

.filter-box__top {
    position: relative;
    padding-bottom: 24px;
}

.filter-box__top .input {
    margin-top: 24px;
}

.filter-box__title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 120px 0 0;
}

.filter-box__clear {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    padding-bottom: 1px;
    border-bottom: 1px dashed #BFBFBD;
    position: absolute;
    right: 0;
    top: 8px;
}

.filter-box__clear:hover {
    color: black;
    border-bottom-color: transparent;
}

.filter-box__content {
    max-height: 262px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-box__content::-webkit-scrollbar {
    width: 8px;
    background: #FAFAFA;
    border-radius: 2px;
}

.filter-box__content::-webkit-scrollbar-track {
    width: 8px;
    background: #FAFAFA;
    border-radius: 2px;
}

.filter-box__content::-webkit-scrollbar-thumb {
    background: #199DDB;
    border-radius: 2px;
    width: 8px;
}

.filter-box__item {
    margin-bottom: 15px;
}

.filter-box__item:last-child {
    margin-bottom: 0;
}

.filter-box__item .equipment-name span {
    font-size: 16px;
    line-height: 21px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000000;
}

.filter-box__item .status {
    color: #000000;
}

.filter-box__bot {
    padding: 24px 0 16px;
}

.filter-box__bot .btn {
    width: 100%;
}

.filter-box.opened {
    display: block;
}

.filter-box__text {
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    margin-bottom: 24px;
}

.filter-box__calendar-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.filter-box__calendar-top .input {
    width: calc((100% - 15px) / 2);
}

.filter-box__calendar .calendar {
    display: none;
}

.filter--date .filter-box {
    width: 485px;
}

.filter--date .col {
    display: inline-block;
    vertical-align: top;
    width: 177px;
    padding-right: 20px;
}

.filter--date .col:last-child {
    width: 252px;
    padding-right: 0;
}

.filter--date .col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter--date .col ul li {
    margin-bottom: 8px;
}

.filter--date .col ul a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    padding-bottom: 1px;
    border-bottom: 1px dashed #BFBFBD;
}

.filter--date .col ul a:hover {
    color: #000000;
    border-bottom-color: #000000;
}

.filter--date .col ul a.active {
    color: #199DDB;
    border-bottom-color: #199DDB;
}

.filter--date .filter-box__content {
    max-height: none;
    overflow: visible;
}

.filter--status .filter-box {
    width: 273px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    padding: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
}

.sort {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("/local/templates/manager/images/svg/sort.svg") no-repeat center;
}

.sort:hover {
    filter: brightness(0.6);
}

.top-info {
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
    margin-bottom: 24px;
    margin-top: 3px;
    padding: 40px 56px 30px;
}

.top-info__top {
    margin-bottom: 33px;
}

.top-info__title {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 8px;
}

.top-info .col {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 24px);
    margin-right: 24px;
    max-width: 232px;
}

.top-info .col:last-child {
    margin-right: 0;
}

.top-info .client-name {
    vertical-align: middle;
}

.top-info .type {
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.top-info .attention {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    background-size: 26px;
}

.top-info.content-min {
    padding: 40px 48px;
}

.top-info .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 19px;
    min-width: 158px;
    margin-top: 8px;
}

.top-info__btns a {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #199DDB;
    margin-right: 24px;
}

.table-wrap {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 15px 21px 39px;
}

.descr-box {
    margin-bottom: 24px;
    color: #484847;
}

.descr-box > span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #0D0D0D;
    margin-top: 4px;
}

.descr-box:last-child {
    margin-bottom: 0;
}

.descr-box .input-wrap {
    margin-top: 2px;
    margin-bottom: -2px;
}

.descr-box .check-wrap {
    margin-top: 9px;
}

.col + .descr-box {
    margin-top: 24px;
}

.content-min {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-24px);
}

.back-wrap {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 112px;
    bottom: 100px;
    left: 50%;
    margin-left: -560px;
}

.back {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #484847;
    padding: 8px 40px 8px 55px;
    position: sticky;
    top: 30px;
}

.back:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 10px;
    background: url("/local/templates/manager/images/svg/arr-back.svg") no-repeat center;
    transition: all 0.3s;
    position: absolute;
    top: 13px;
    left: 32px;
}

.back:hover:after {
    left: 28px;
}

.analysis-title {
    margin: 0 0 16px;
}

.analysis-file {
    margin-bottom: 32px;
}

.analysis-table {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
}

.analysis-table .td {
    font-size: 16px;
    line-height: 20px;
}

.analysis-table .td-name {
    width: 50%;
}

.analysis-table .td-result {
    width: calc(50% - 20px);
}

.analysis-table .td-link {
    width: 20px;
}

.analysis-table .tr:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.diagram-link {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("/local/templates/manager/images/svg/ico-schedule.svg") no-repeat center;
}

.diagram-link:hover {
    filter: brightness(0.6);
}

.diagram {
    max-width: 942px;
    margin: 0 auto;
    transform: translateX(115px);
}

.diagram-filter {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 22px 24px 23px;
    margin-bottom: 17px;
}

.diagram-filter > a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    margin-right: 24px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #BFBFBD;
}

.diagram-filter > a:hover {
    color: #0D0D0D;
    border-bottom-color: transparent;
}

.diagram-filter .filter-ico {
    display: inline-block;
    vertical-align: top;
    background: none;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    padding-bottom: 2px;
    border-bottom: 1px dashed #BFBFBD;
}

.diagram-filter .filter-box {
    width: 316px;
}

.diagram-holder {
    display: inline-block;
    vertical-align: top;
    width: 670px;
    margin-right: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 18px 24px 24px;
    position: relative;
}

.diagram-holder:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 42px;
    width: 100px;
    background: white;
    overflow: hidden;
    transform: translateX(-50%);
    z-index: 2;
}

.diagram-indicators {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 686px);
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px 12px 24px 24px;
}

.diagram-indicators__items {
    max-height: 538px;
    overflow-x: hidden;
    overflow-y: auto;
}

.diagram-indicators__items .tr {
    margin-bottom: 9px;
}

.diagram-indicators__items .td {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.diagram-indicators__items .td:first-child {
    font-size: 14px;
    line-height: 20px;
    color: #484847;
}

.diagram-indicators__items::-webkit-scrollbar {
    width: 8px;
    background: #FAFAFA;
    border-radius: 2px;
}

.diagram-indicators__items::-webkit-scrollbar-track {
    width: 8px;
    background: #FAFAFA;
    border-radius: 2px;
}

.diagram-indicators__items::-webkit-scrollbar-thumb {
    background: #199DDB;
    border-radius: 2px;
    width: 8px;
}

.faq .drop {
    border-bottom: 1px solid #EDEDEA;
    padding: 16px 0;
    margin-bottom: 0;
}

.faq .drop:last-child {
    border-bottom: 0;
}

.faq .drop-content {
    padding: 12px 24px 8px;
}

.contacts .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 301px;
}

.contacts-box {
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    margin-bottom: 24px;
}

.contacts-link {
    margin-top: 4px;
}

.contacts-link a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 26px;
    color: #0D0D0D;
}

.contacts-link a:hover {
    color: #484847;
}

.addresses {
    max-width: 323px;
}

.addresses-ico {
    display: none;
    width: 32px;
    margin-bottom: 8px;
}

.addresses-title {
    margin: 0 0 24px;
}

.addresses-btn {
    display: block;
    width: 271px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 9px 10px;
    margin-top: 32px;
}

.addresses-btn span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background: url("/local/templates/manager/images/svg/plus.svg") no-repeat center;
}

.addresses-info {
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    margin-top: 16px;
    margin-bottom: 24px;
}

.addresses.empty .addresses-ico {
    display: block;
}

.addresses.empty .addresses-items {
    display: none;
}

.addresses-item {
    border: 1px solid #EDEDEA;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 10px 12px 37px;
    position: relative;
}

.addresses-item__email {
    font-size: 18px;
    line-height: 26px;
}

.addresses-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 47px;
    bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    padding-left: 24px;
}

.addresses-edit:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/local/templates/manager/images/svg/edit.svg") no-repeat center;
    left: 0;
    top: 0;
}

.addresses-edit:hover {
    color: #0D0D0D;
}

.addresses-edit:hover:before {
    filter: brightness(0.6);
}

.addresses-remove {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 11px;
    bottom: 9px;
    background: url("/local/templates/manager/images/svg/remove.svg") no-repeat center;
}

.addresses-remove:hover {
    filter: brightness(0.6);
}

.popup {
    display: none;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 32px 32px 40px;
    width: 100%;
    max-width: 353px;
}

.popup-title {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 32px;
}

.popup .agree {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 16px auto 0;
    max-width: 254px;
}

.popup-search {
    width: 100%;
    max-width: 1120px;
    padding: 50px;
    overflow: visible;
}

.popup-remove .popup-title {
    margin-bottom: 14px;
}

.popup-remove .note {
    font-size: 14px;
    line-height: 20px;
    color: #FF0000;
    margin-bottom: 36px;
}

.popup-remove .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    width: 100%;
    margin-bottom: 12px;
}

.popup-remove .btn:last-child {
    margin-bottom: 0;
}

.fancybox-bg {
    background: #1071B7;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.2;
}

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

.fancybox-button svg path {
    fill: #1a9edb;
}

.body--detail .top-info {
    margin: 3px -56px 24px;
}

.body--detail .table-wrap {
    margin: 0 -56px;
}

.body--detail .table-wrap > h2 {
    margin-left: 24px;
}

.blocklist-table {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
}

.blocklist-table h4 {
    margin: 0 0 16px 27px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0D0D0D;
}

.blocklist-table .td {
    width: 40%;
}

.blocklist-table .td-n {
    width: 10%;
}

.blocklist-table .td-name {
    width: 50%;
}

.blocklist-table .td-name-map {
    width: 60%;
}

.blocklist-table .td-btns {
    width: 15%;
    text-align: right;
}

.blocklist-table .td .remove {
    margin-left: 9px;
}

.blocklist-bot {
    padding-top: 24px;
}

.blocklist-bot .btn {
    margin-right: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px;
}

.nav {
    text-align: center;
    margin: 36px 0;
}

.nav a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #BFBFBD;
    margin: 0 8px;
}

.nav a.active {
    color: #000000;
}

.nav .nav-prev, .nav .nav-next {
    width: 9px;
    height: 20px;
    background: url("/local/templates/manager/images/svg/arr-nav.jpg") no-repeat center;
}

.nav .nav-prev {
    transform: rotate(180deg);
}

.radio {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #199DDB;
}

.radio + span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 10px);
    padding-left: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0D0D0D;
    margin: 0;
}

.radio .jq-radio__div {
    opacity: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #199DDB;
    border: 1px solid #ffffff;
}

.radio.checked .jq-radio__div {
    opacity: 1;
}

.input {
    font-size: 14px;
    line-height: 20px;
    background: #FAFAFA;
    border-color: #FAFAFA;
    padding: 3px 11px 5px;
}

.input-wrap {
    margin-top: 4px;
}

.input::placeholder {
    color: #BFBFBD;
    font-size: 14px;
    line-height: 20px;
}

.input-wrap--2 {
    display: inline-block;
    vertical-align: top;
    width: max-content;
    margin-right: 24px;
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    vertical-align: middle;
}

input[type=checkbox] + span,
input[type=radio] + span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
    max-width: calc(100% - 28px);
}

input[type=checkbox] + span {
    margin-top: 0;
}

.input-wrap--select {
    position: relative;
}

.input-wrap--select:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 6px;
    position: absolute;
    background: url("/local/templates/manager/images/svg/arr-choose.svg") no-repeat center;
    background-size: contain;
    right: 12px;
    top: 13px;
    z-index: 3;
}

.body--edit-map .top-info .col,
.body--new-map .top-info .col {
    max-width: 230px;
}

.body--new-map .blocklist-table .td {
    font-size: 18px;
    line-height: 26px;
}

.body--new-map .blocklist-table .tr {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 7px;
}

.body--new-map .blocklist-table .tr:first-child {
    padding-top: 18px;
}

.body--new-map .blocklist-table .tr-header .td {
    font-size: 14px;
    line-height: 20px;
}

.body--new-map .blocklist-table .td-name {
    padding-right: 12px;
}

.body--new-map .blocklist-table .td-count {
    max-width: 150px;
}

.body--new-map .blocklist-table .input-wrap {
    margin: 0;
}

.body--new-map .blocklist-bot {
    padding-top: 32px;
}

.body--edit-map .blocklist-bot {
    padding-top: 32px;
}

.body--template .table .td-name {
    width: 74.3%;
}

.drop-top-static,
.drop-top {
    position: relative;
    padding-right: 24px;
    cursor: pointer;
    display: block;
}

.drop-top-static:after,
.drop-top:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(/local/templates/manager/images/svg/arr-choose.svg) no-repeat center;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.drop-content {
    display: none;
}

.drop.opened .drop-top:after {
    transform: rotate(-180deg);
}

.drop .top-info {
    padding: 0;
    margin: 0 0 40px;
    max-width: 500px;
}

.drop .top-info__btns {
    margin-bottom: 32px;
}

.map-blocks .drop {
    margin-bottom: 24px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
}

.map-blocks h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0D0D0D;
    margin: 0;
}

.map-blocks .table {
    padding-bottom: 40px;
    border-bottom: 1px solid #EDEDEA;
    margin-bottom: 40px;
}

.map-blocks .table:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.map-blocks .table .tr {
    border-bottom: 0;
    padding: 0;
}

.map-blocks .table .tr--bot {
    padding-top: 24px;
}

.map-blocks .table .tr--bot .btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 6px 16px;
    margin-right: 12px;
}

.map-blocks .table .tr-header .td {
    border-bottom: 0;
}

.map-blocks .table .td {
    border-bottom: 1px solid #EDEDEA;
    padding: 16px 24px 15px 15px;
}

.map-blocks .table .td:first-child {
    border-bottom: 0;
    color: #0D0D0D;
}

.map-blocks .table .td span.green, .map-blocks .table .td span.orange {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-left: 6px;
    background: #FFAA00;
}

.map-blocks .table .td span.green {
    background: #40BF00;
}

.map-blocks .table .td-eq {
    width: 30%;
}

.map-blocks .table .td-pieceofeq {
    width: 55%;
}

.map-blocks .table .td-rec {
    width: 45%;
}

.map-blocks .table .td-edit {
    padding-right: 0;
}

.product-list .tr-header .td {
    font-weight: 400;
}

.product-list .td {
    font-weight: 500;
}

.product-list .td-name {
    width: 45%;
}

.product-list .td-section {
    width: 15%;
}

.product-list .td-count {
    width: 30%;
}

.product-list .td-edit {
    width: 10%;
}

.compliance .td-name {
    width: 45%;
}

.compliance .td-descr {
    width: 55%;
}

.compliance .td-descr span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    margin-bottom: 16px;
}

.compliance .td-descr span:last-child {
    margin-bottom: 0;
}

.compliance .td-descr span.count {
    font-size: 16px;
    line-height: 20px;
    color: #0D0D0D;
    margin-bottom: 24px;
}

.handbook .add-handbook {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #199DDB;
}

.handbook .tr--bot {
    display: block;
    text-align: right;
    border-bottom: 0;
    padding-bottom: 0;
}

.handbook .td-name {
    width: 85%;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0D0D0D;
}

.handbook .td-btns {
    width: 15%;
    text-align: right;
}

.handbook .tr--new .input-wrap {
    max-width: 551px;
}

.handbook .table.new-item .tr--bot {
    display: none;
}

.handbook .save {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 6px 20px 8px;
}

.settings .descr-box {
    max-width: 600px;
}

.search {
    display: none;
    position: relative;
}

.search-top {
    margin-bottom: 50px;
}

.search-top .col {
    width: calc(50% - 90px);
    margin-right: 90px;
}

.search-top .col:last-child {
    margin-right: 0;
}

.search .input-wrap {
    width: auto;
    margin: 0 120px 0 0;
}

.search .input-wrap > span {
    display: block;
    margin-bottom: 8px;
}

.search button {
    width: 108px;
    position: absolute;
    right: 0;
    top: 29px;
}

.search-prompt {
    display: none;
    position: absolute;
    margin-right: 120px;
    top: 64px;
    left: 0;
    background: #FFFFFF;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 16px 8px 22px 0;
    width: calc(100% - 120px);
}

.search-prompt__inner {
    padding: 0 0 22px 0;
    max-height: 308px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-prompt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 16px;
}

.search-prompt li {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
}

.search-prompt li a {
    display: inline-block;
    vertical-align: top;
    text-transform: none;
    line-height: 20px;
    color: #484847;
}

.search-prompt.active {
    display: block;
}

.search-result__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0D0D0D;
    margin: 0 0 24px;
}

.search-result .table {
    margin: 0 -24px;
}

.search-result__item {
    display: none;
}

.search-result__item.active {
    display: block;
}

.search-result__item[data-js-search-item="2"] .td-n {
    width: 10%;
}

.search-result__item[data-js-search-item="2"] .td-name {
    width: 20%;
}

.search-result__item[data-js-search-item="2"] .td-count {
    width: 65%;
}

.search-result__item[data-js-search-item="2"] .td-btns {
    width: 5%;
    text-align: right;
}

.search-result__top {
    margin-bottom: 1px;
}

.search-result__top .col {
    display: inline-block;
    vertical-align: top;
    margin-right: 64px;
    width: calc(50% - 32px);
    max-width: 195px;
}

.search-result__top .col:last-child {
    margin-right: 0;
}

.search-result__top .box {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
    margin-bottom: 24px;
}

.search-result__top .box span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0D0D0D;
    margin-top: 4px;
}

.search.active {
    display: inline-block;
}

.add-product .top-info__title {
    margin-bottom: 24px;
}

.add-product .descr-box {
    margin-bottom: 24px;
}

.snackbar-item {
    width: max-content;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #484847;
    padding: 5px 11px;
    background: #F1F9FD;
    box-shadow: 1px 1px 4px rgba(125, 180, 208, 0.2);
    border-radius: 4px;
    text-align: center;
    position: absolute;
    transform: translate(-40%, -100%);
    opacity: 0;
    transition: all 0.3s;
    z-index: 5;
}

.snackbar-item.canceled {
    background: #FFEBEB;
    box-shadow: 1px 1px 4px rgba(242, 229, 229, 0.5);
    transform: translate(-45%, -100%);
}

.snackbar-item.show {
    display: block;
    z-index: 5;
}

.form-errors {
    margin-bottom: 20px;
    background: #f28383;
    padding: 20px;
    color: #fff;
    font-weight: bold;
}

[data-js-table] .tr--new {
    display: block;
}

[data-js-table] .tr--new > div {
    display: flex;
}

[data-js-table] .tr--new > div .input-wrap {
    margin-right: 12px;
    width: auto;
}

[data-js-table] .tr--new > div.btns {
    margin-left: 10%;
}

[data-js-table] .tr--new > div.btns .btn {
    margin-right: 12px;
}

.autocomplete-suggestions {
    background: #FFFFFF;
    box-shadow: 2px 4px 16px rgb(0 0 0 / 7%);
    border-radius: 4px;
    overflow: auto;
    padding: 8px;
    z-index: 99999 !important;
}

.autocomplete-suggestion {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    /*white-space: nowrap;*/
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.button-link {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #0D0D0D;
    border: 0;
    text-align: left;
    background: none;
    cursor: pointer;
}

.table-search .input-inline {
    width: 300px;
}

.table-search {
    margin-top: 8px;
    margin-bottom: 36px;
}

.table-search-label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #484847;
}

@media (max-width: 1200px) {
    .wrap {
        padding: 0 30px;
    }

    .body--detail .main {
        overflow: hidden;
    }

    .back-wrap {
        left: 10px;
        margin-left: 0;
    }

    .diagram {
        max-width: none;
        transform: none;
    }

    .diagram-holder {
        width: calc(100% - 267px);
    }

    .diagram-indicators {
        width: 250px;
    }
}
/* End */
/* /local/templates/manager/js/formstyler/jquery.formstyler.css?17083719102175 */
/* /local/templates/manager/js/fancybox/jquery.fancybox.css?170837190917390 */
/* /local/templates/manager/styles.css?17083700871404 */
/* /local/templates/manager/template_styles.css?170837008740707 */
