@font-face {
	font-family: "Inter SemiBold";
	src: url('fonts/Inter-SemiBold.woff2') format("woff2"), url('fonts/Inter-SemiBold.woff') format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: "TT Hoves Medium";
	src: url('fonts/TTHoves-Medium.woff2') format("woff2"), url('fonts/TTHoves-Medium.woff') format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "TT Hoves DemiBold";
	src: url('fonts/TTHoves-DemiBold.woff2') format("woff2"), url('fonts/TTHoves-DemiBold.woff') format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: "TT Hoves Regular";
	src: url('fonts/TTHoves-Regular.woff2') format("woff2"), url('fonts/TTHoves-Regular.woff') format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "TT Hoves Bold";
	src: url('fonts/TTHoves-Bold.woff2') format("woff2"), url('fonts/TTHoves-Bold.woff') format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
     /* background-color: rgb(240, 248, 248);  Задаем цвет фона */
/* color: #0f141e; /* Цвет шрифта для всего сайта */
/* font-size: 13px; /* Размер шрифта для всего сайта */
/* box-sizing: inherit; */
/* font-weight: normal; Жирность шрифта для всего сайта */
/* font-family: 'Helvetica Neue', 'Open Sans', 'sans-serif'; Последовательно задаем шрифты, какие хотим видить на сайте  */
/* } */






.icon {
	background-color: transparent;
}

.icon-nav-item-tools {
	width: 23px;
	height: 23px;
	fill: transparent;
}

.icon-nav-item-prices {
	width: 23px;
	height: 21px;
	fill: transparent;
}

.icon-nav-item-free-test {
	width: 23px;
	height: 23px;
	fill: transparent;
}

.icon-nav-item-personal-area {
	width: 21px;
	height: 23px;
	fill: transparent;
}

.icon-tools-dashboards {
	width: 33px;
	height: 34px;
	fill: transparent;
}

.icon-tools-knowledge-base {
	width: 32px;
	height: 32px;
	fill: transparent;
}

.icon-tools-academy {
	width: 32px;
	height: 31px;
	fill: transparent;
}

.icon-tools-tasks {
	width: 29px;
	height: 23px;
	fill: transparent;
}

.icon-tools-financial-planning {
	width: 31px;
	height: 31px;
	fill: transparent;
}

.icon-check {
	width: 14px;
	height: 10px;
	fill: transparent;
}

.icon-check-not {
	width: 6px;
	height: 2px;
	fill: transparent;
}

.icon-star {
	width: 18px;
	height: 18px;
}

.icon-nav-aside-item-reference {
	width: 20px;
	height: 20px;
}

.icon-nav-aside-item-request {
	width: 18px;
	height: 20px;
	fill: transparent;
}

.icon-nav-aside-item-income {
	width: 22px;
	height: 20px;
	fill: transparent;
}

.icon-nav-aside-item-consumption {
	width: 20px;
	height: 20px;
	fill: transparent;
}

.icon-nav-aside-item-moving {
	width: 20px;
	height: 18px;
	fill: transparent;
}

.icon-nav-aside-item-dds {
	width: 22px;
	height: 22px;
	fill: transparent;
}

.icon-nav-aside-item-pl {
	width: 21px;
	height: 22px;
	fill: transparent;
}

.icon-nav-aside-item-budget {
	width: 22px;
	height: 22px;
	fill: transparent;
}

.icon-nav-aside-item-debit {
	width: 19px;
	height: 20px;
	fill: transparent;
}

.icon-nav-aside-item-credit {
	width: 20px;
	height: 20px;
	fill: transparent;
}

.icon-select {
	width: 10px;
	height: 6px;
}

.icon-calendar-date {
	width: 15px;
	height: 16px;
	fill: transparent;
}

.icon-form-file {
	width: 16px;
	height: 18px;
	fill: transparent;
}

.icon-dep-pencil {
	width: 14px;
	height: 14px;
}

.icon-dep-del {
	width: 16px;
	height: 16px;
}

.icon-dep-rel {
	width: 16px;
	height: 16px;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-family: "TT Hoves Regular", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
}

p {
	margin: 0;
}

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

a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	max-width: 100%;
	vertical-align: top;
}

input,
select,
textarea {
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea {
	resize: none;
}

label {
	margin: 0;
	display: block;
}

iframe {
	max-width: 100%;
}

a[href^=mailto],
a[href^=tel] {
	white-space: nowrap;
}

a[href^=tel] {
	pointer-events: none;
}

@media only screen and (max-width:767px) {
	a[href^=tel] {
		pointer-events: all;
	}
}

::-moz-selection {
	background-color: #f1c40f;
	color: #fff;
}

::selection {
	background-color: #f1c40f;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
}

:-moz-placeholder {
	color: #000;
	font-size: 16px;
}

::-moz-placeholder {
	color: #000;
	font-size: 16px;
}

:-ms-input-placeholder {
	color: #000;
	font-size: 16px;
}

.container {
	max-width: 1350px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}

.section,
section {
	min-width: 1350px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.link-button {
	display: inline-block;
	padding: 18px 48px 15px;
	background: #57b1e4;
	border-radius: 12.6686px;
	font-family: "Inter SemiBold";
	font-size: 14px;
	color: #fff;
	letter-spacing: .4px;
	text-decoration: none;
	outline: 0;
}

.link-button:hover {
	opacity: .8;
}

.page-header {
	font-family: "TT Hoves DemiBold";
	font-size: 24px;
	text-align: center;
}

.page-header--left {
	text-align: left;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.row--between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row--align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.nav__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 44px;
	font-family: "Inter SemiBold";
	font-size: 14px;
	color: #5d5e61;
	text-decoration: none;
}

.nav__link:first-child {
	margin-left: 0;
}

.nav__link-icon {
	width: 23px;
	margin-right: 18px;
	text-align: center;
}

.nav__link-text {
	letter-spacing: .4px;
}

.nav__link:hover {
	opacity: .8;
}

.header {
	padding: 32px 0 29px;
	background-color: #f8f6f2;
	border-bottom: 1.05572px solid rgba(87, 87, 87, .25);
}

.header--directive {
	padding: 47px 0 20px;
	background-color: transparent;
	border-bottom: none;
}

.header--directive .container {
	max-width: 1345px;
}

.header__nav {
	margin-right: 4px;
}

.home-intro {
	padding-top: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-intro__preview {
	width: calc(100% - 581px);
}

.home-intro__summary {
	width: 581px;
	margin-right: -60px;
	padding: 52px 5% 53px 5%;
}

.home-intro__header {
	font-family: "TT Hoves DemiBold";
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -.3px;
}

.home-intro__header span {
	color: #ff754c;
}

.home-intro__info {
	margin-top: 28px;
	font-size: 19px;
	color: #718096;
}

.home-intro__link-button {
	margin-top: 33px;
}

@media only screen and (max-width:1349px) {
	.home-intro {
		overflow: hidden;
	}
}

.home-summary {
	background: #f6f1e9;
	border-radius: 21.1144px 0 0 21.1144px;
}

.home-summary__header {
	font-family: "TT Hoves Medium";
	font-size: 24px;
	color: #2f2c29;
}

.home-summary__header-text {
	margin: 0 18px;
	letter-spacing: -.4px;
}

.home-summary__detail {
	margin-top: 19px;
	width: 85%;
	color: #6b6b6b;
	letter-spacing: .3px;
}

.home-summary ul {
	margin-top: 16px;
}

.home-summary ul li {
	position: relative;
	padding-left: 16px;
	color: #6b6b6b;
	letter-spacing: .3px;
}

.home-summary ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #6b6b6b;
}

.list-screens {
	margin-top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.list-screens__item {
	width: 424px;
	display: inline-block;
}

.list-screens__item img {
	border-radius: 25px;
}

/* картинки на странице tools 8.11.22 */

.list-screens__item_sales {
	width: 324px;
	display: inline-block;
}

.list-screens__item_sales img {
	border-radius: 25px;
}


/* картинки на странице finance_plan 18.12.22 */

.list-screens__income_outcome {
	width: 324px;
	/* display: inline-block; */
}

.ist-screens__income_outcome img {
	border-radius: 25px;
}

.day_money {
	display: inline-block;
}

.list-screens_develop {
	width: 50%;
	display: inline-block;
}

.list-screens_develop img {
	border-radius: 25px;
}


/* картинки на странице недогрузы 8.11.22 */
.list-screens__item_underloads {
	width: 1024px;
	display: inline-block;
}

.list-screens__item_underloads img {
	border-radius: 25px;
}

/* дашборды на странице main в дашбордах 8.11.22 */

.list-screens_main_dashboards {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}



.list-tools {
	width: 77.4%;
	margin: 47px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.list-tools__item {
	width: 192px;
}

.list-tools__link {
	display: inline-block;
	width: 100%;
	padding: 35px 0 18px;
	border: 2px solid rgba(128, 129, 145, .2);
	border-radius: 20px;
	background: #fff;
	text-decoration: none;
}

.list-tools__link--dashboards:hover {
	border-color: #4fbf67;
}

.list-tools__link--dashboards:hover .list-tools__name {
	color: #4fbf67;
}

.list-tools__link--knowledge-base:hover {
	border-color: #ff754c;
}

.list-tools__link--knowledge-base:hover .list-tools__name {
	color: #ff754c;
}

.list-tools__link--academy:hover {
	border-color: #57b1e4;
}

.list-tools__link--academy:hover .list-tools__name {
	color: #57b1e4;
}

.list-tools__link--tasks:hover {
	border-color: #9c92df;
}

.list-tools__link--tasks:hover .list-tools__name {
	color: #9c92df;
}

.list-tools__link--financial-planning:hover {
	border-color: #ffc250;
}

.list-tools__link--financial-planning:hover .list-tools__name {
	color: #ffc250;
}

.list-tools__link:hover .list-tools__icon:before {
	opacity: 1;
}

.list-tools__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 112px;
	height: 112px;
	border-radius: 50%;
}

.list-tools__icon:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid rgba(255, 255, 255, .15);
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.list-tools__icon--dashboards {
	background: #4fbf67;
}

.list-tools__icon--knowledge-base {
	background: #ff754c;
}

.list-tools__icon--academy {
	background: #57b1e4;
}

.list-tools__icon--tasks {
	background: #9c92df;
}

.list-tools__icon--financial-planning {
	background: #ffc250;
}

.list-tools__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 40px;
	margin-top: 33px;
	font-family: "Inter SemiBold";
	font-size: 16px;
	color: #000;
	line-height: 1.27;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.block-price__list {
	margin-top: 31px;
}

.price-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.price-header__intro {
	width: 26%;
}

.price-header__intro-name {
	font-family: "TT Hoves DemiBold";
	font-size: 32px;
	line-height: 1;
}

.price-header__intro-date {
	margin-top: 13px;
	color: #718096;
}

.price-header__item {
	width: 15%;
	text-align: center;
}

.price-header__item--free {
	width: 14.5%;
}

.price-header__item--free .price-header__item-tarif {
	color: #29bf49;
}

.price-header__item--start .price-header__item-tarif {
	color: #57b1e4;
}

.price-header__item--profi {
	width: 14%;
}

.price-header__item--profi .price-header__item-tarif {
	color: #877add;
}

.price-header__item--expert {
	width: 16%;
}

.price-header__item--expert .price-header__item-tarif {
	color: #ff754c;
}

.price-header__item-tarif {
	font-family: "TT Hoves DemiBold";
}

.price-header__item-cost {
	margin-top: 11px;
	font-family: "TT Hoves DemiBold";
	font-size: 32px;
}

.price-header__item-detail {
	margin-top: 10px;
	padding: 0 4%;
	font-family: "TT Hoves Medium";
	font-size: 14px;
	color: #718096;
}

.list-price-inner {
	width: 100%;
}

.list-price-inner .list-price__item {
	padding: 21px 0 19px 36px;
	position: relative;
}

.list-price-inner .list-price__item:before {
	content: "";
	display: block;
	position: absolute;
	left: 24px;
	top: 28px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #718096;
}

.list-price-inner .list-price__item-name {
	width: 360px;
	font-family: "TT Hoves Regular";
}

.list-price__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 21px 0 20px;
	border-top: 1px solid rgba(35, 38, 47, .17);
	font-family: "TT Hoves Medium";
	font-size: 14px;
	color: #718096;
}

.list-price__item--unset {
	padding: 0;
	border-top: none;
}

.list-price__item-name {
	width: 396px;
	font-family: "TT Hoves DemiBold";
}

.list-price__item-free {
	width: 184px;
	text-align: center;
}

.list-price__item-start {
	width: 297px;
	text-align: center;
}

.list-price__item-profi {
	width: 184px;
	text-align: center;
}

.list-price__item-expert {
	width: 257px;
	padding-left: 3.3%;
	text-align: center;
}

.aside {
	background-color: #f8f6f2;
	border-right: 1px solid #e4e4e4;
}

.aside__logo {
	padding-left: 12px;
}

.aside__nav {
	margin-top: 40px;
}

.nav-aside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.nav-aside__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px 22px 14px;
	font-family: "Inter SemiBold";
	font-size: 14px;
	color: #5d5e61;
	text-decoration: none;
	border-radius: 12px;
}

.nav-aside__link--active,
.nav-aside__link:hover {
	background-color: #4fc9da;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-reference,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-reference {
	fill: #fff;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-request,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-request {
	stroke: #fff;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-income,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-income {
	stroke: #fff;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-consumption,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-consumption {
	fill: #fff;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-moving,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-moving {
	stroke: #fff;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-dds,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-dds {
	stroke: #fff;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-pl,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-pl {
	stroke: #fff;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-budget,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-budget {
	stroke: #fff;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-debit,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-debit {
	stroke: #fff;
}

.nav-aside__link--active .nav-aside__link-icon .icon-nav-aside-item-credit,
.nav-aside__link:hover .nav-aside__link-icon .icon-nav-aside-item-credit {
	stroke: #fff;
}

.nav-aside__link--active .nav-aside__link-text,
.nav-aside__link:hover .nav-aside__link-text {
	color: #fff;
}

.nav-aside__link-icon {
	width: 22px;
	text-align: center;
}

.nav-aside__link-icon .icon {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav-aside__link-icon .icon-nav-aside-item-reference {
	fill: #808191;
}

.nav-aside__link-icon .icon-nav-aside-item-request {
	stroke: #808191;
}

.nav-aside__link-icon .icon-nav-aside-item-income {
	stroke: #808191;
}

.nav-aside__link-icon .icon-nav-aside-item-consumption {
	fill: #808191;
}

.nav-aside__link-icon .icon-nav-aside-item-moving {
	stroke: #808191;
}

.nav-aside__link-icon .icon-nav-aside-item-dds {
	stroke: #808191;
}

.nav-aside__link-icon .icon-nav-aside-item-pl {
	stroke: #808191;
}

.nav-aside__link-icon .icon-nav-aside-item-budget {
	stroke: #808191;
}

.nav-aside__link-icon .icon-nav-aside-item-debit {
	stroke: #808191;
}

.nav-aside__link-icon .icon-nav-aside-item-credit {
	stroke: #808191;
}

.nav-aside__link-text {
	margin-left: 20px;
	font-family: "Inter SemiBold";
	font-size: 14px;
	color: #808191;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Текст сводные данные 9.11.22 */
.nav-aside__link-text_svodny {
	margin-left: 7px;
	font-family: "Inter SemiBold";
	font-size: 14px;
	color: #808191;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav-aside__link:last-child {
	margin-bottom: 0;
}

.header-auth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-auth_1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-end;
}

.nav-auth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-auth__link {
	padding: 10px 19.5px;
	border: 1px solid transparent;
	border-radius: 20px;
	font-family: "Inter SemiBold";
	font-size: 14px;
	color: #808191;
	text-decoration: none;
}

.nav-auth__link--active,
.nav-auth__link:hover {
	color: #4fbf67;
	border-color: rgba(128, 129, 145, .3);
	background-color: rgba(248, 246, 242, .3);
}

/* блок ссылок на коммерческие статистики 17.11.22 */
.nav-auth__link_com {
	margin-top: auto;
	padding: 5px 19.5px;
	border: 1px solid transparent;
	border-radius: 20px;
	font-family: "Inter SemiBold";
	font-size: 12px;
	color: #808191;
	text-decoration: none;
}

.nav-auth__link_com--active,
.nav-auth__link_com:hover {
	color: #4f9fbf;
	border-color: rgba(128, 129, 145, .3);
	background-color: rgba(248, 246, 242, .3);
}




.block-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-user__data {
	font-family: "Inter SemiBold";
	text-align: right;
}

.block-user__name {
	font-size: 14px;
}

.block-user__email {
	font-size: 11px;
	color: #808191;
}

.block-user__change {
	margin: -3px 19px 0 11px;
	cursor: pointer;
}

.block-user__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #ff98e5;
	overflow: hidden;
}

.block-user__avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.content__header {
	margin-top: 25px;
	font-family: "TT Hoves Medium";
	/* "TT Hoves DemiBold" */
	font-size: 24px;
}

.content__row {
	margin-top: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.content__column-large {
	width: 685px;
}


/* .content__column-small {
	width: 340px;
} */

.block-filter {
	margin-top: 24px;
}

.form-filter-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.form-filter-date__choise {
	padding: 0 20px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fdfcfb;
	border: 1px solid #e8e5dd;
	border-radius: 16px;
}

.text-bold {
	font-weight: bold;
}

.form-income_funds-date__choise,
.form-employee_production_record-filter {
	padding: 0 20px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-employee_production_record-filter {
	width: 300px;
}

.form-filter-date__icon {
	margin-top: 6px;
}

.form-filter-date__wrap {
	margin-left: 7px;
}

.form-filter-date2__wrap {
	margin-right: 7px;
	display: flex;
	align-items: center;
}

.form-filter-date__wrap-text,
.form-filter-date2__wrap-text {
	font-family: "Inter SemiBold";
	font-size: 14px;
}

.form-filter-date2__wrap-text {
	margin: 0 5px;
}

.form-filter-date input[type=date],
.form-filter-date__input {
	position: relative;
	width: 80px;
	border: none;
	background-color: transparent;
	font-family: "Inter SemiBold";
	font-size: 14px;
	color: #000;
}

.form-filter-date input[type=date]::-webkit-calendar-picker-indicator,
.form-filter-date__input::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: 0 0;
}

.form-filter-date input[type=date] ::-webkit-clear-button,
.form-filter-date input[type=date]::-webkit-inner-spin-button,
.form-filter-date__input ::-webkit-clear-button,
.form-filter-date__input::-webkit-inner-spin-button {
	z-index: -10;
}

.form-filter-date input[type=date]::-webkit-input-placeholder,
.form-filter-date__input::-webkit-input-placeholder {
	z-index: 99;
}

.form-filter-date input[type=date]:placeholder,
.form-filter-date__input:placeholder {
	z-index: 99;
}

.form-filter-date input[type=date]:not(.has-value):before,
.form-filter-date__input:not(.has-value):before {
	content: attr(placeholder);
	width: 100%;
}

.form-filter-date__submit {
	margin-left: 14px;
	padding: 16px 32px;
	background-color: #ff754c;
	border: none;
	border-radius: 12.6686px;
	font-family: "Inter SemiBold";
	font-size: 14px;
	color: #fff;
	letter-spacing: .5px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-filter-date__submit:hover {
	opacity: .8;
}

.table-views {
	width: 100%;
	margin-bottom: 50px;
	background-color: #fdfcfb;
	border: 1px solid #f5f5f5;
	border-radius: 12px;
}

.table-views--small thead {
	border-radius: 8px 8px 0 0;
}

.table-views--small .tr-head td,
.table-views--small .tr-head th {
	background-color: rgba(228, 228, 228, .15);
	border-bottom: none;
}

.table-views caption {
	padding: 17px 0;
	font-family: "TT Hoves DemiBold";
	font-size: 16px;
	color: #575757;
	text-align: left;
}

.table-views tr:last-child td {
	border-bottom: none;
}

.table-views td {
	height: 31px;
	/* было 39px до 18.12.2022 */
	border-bottom: 1px solid #e4e4e4;
}

.table-views th {
	height: 29px;
	text-align: left;

	border-bottom: 1px solid #e4e4e4;
	letter-spacing: 1px;
}

.table-views th:first-child {
	padding-left: 18px;
}

.table-views td {
	font-family: "Inter SemiBold";
	font-size: 12px;
}

.table-views .tr-head {
	font-family: "Inter SemiBold";
	font-size: 10px;
	color: #808191;
	text-transform: uppercase;
}

.table-views .td1 {
	width: 53%;
	padding-left: 18px;
}

.table-views .td_dir_sumrub {
	width: 25%;
}

.table-views .td3 {
	width: 22%;
}

.table-views .number_onch {
	width: 100px;
	background-color: transparent;
	border: none;
}

.table-views .all-result .number_onch,
.table-views .all-result td {
	color: #ff754c;
}

.intro-auth {
	background-color: #f6f1e9;
	background-image: url(/static/img/img-bg-page-form.webp);
	background-repeat: no-repeat;
	background-position: center top;
}

.intro-auth__header {
	margin-top: 36px;
	letter-spacing: -1px;
	font-family: "TT Hoves DemiBold";
	font-size: 50px;
}

.intro-auth__info {
	margin-top: 30px;
	font-size: 19px;
	color: #5d5e61;
}

.block-entry__frame {
	width: 412px;
	margin: 249px auto 0;
}

.block-entry__header {
	font-family: "TT Hoves Medium";
	font-size: 32px;
	color: #11142d;
	letter-spacing: -.5px;
}

.form-auth {
	margin-top: 38px;
}

.form-auth__label {
	position: relative;
	margin-bottom: 21px;
}

.form-auth__label-text {
	position: absolute;
	left: 25px;
	top: 20px;
	font-family: "TT Hoves Bold";
	font-size: 10px;
	color: #808191;
	letter-spacing: .6px;
}

.form-auth__label:last-of-type {
	margin-bottom: 17px;
}

.form-auth__input {
	height: 76px;
	width: 100%;
	padding: 15px 30px 0 25px;
	background-color: rgba(228, 228, 228, .3);
	border: none;
	border-radius: 12px;
	font-family: "TT Hoves Medium";
	font-size: 14px;
	color: #2a2b2f;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-auth__input:focus {
	background-color: #fff;
	outline: 2px solid #57b1e4;
}

.form-auth__link {
	font-family: "TT Hoves Medium";
	font-size: 13px;
	color: #ff754c;
	text-decoration: none;
}

.form-auth__link:hover {
	text-decoration: underline;
}

.form-auth__submit {
	margin-top: 37px;
	padding: 16px 0;
	width: 100%;
	background: #57b1e4;
	border: none;
	border-radius: 12px;
	font-family: "TT Hoves Bold";
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.form-auth__submit:hover {
	opacity: .8;
}

.form-auth__info {
	margin-top: 18px;
	text-align: center;
	font-family: "TT Hoves Medium";
	font-size: 13px;
	color: #11142d;
}

.block-order {
	margin-top: 27px;
	position: sticky;
	top: 0;
	z-index: 1;
}

.form-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 20px 6px;
	background: -webkit-gradient(linear, left bottom, left top, from(#fdfcfb), to(#fdfcfb)), #ff754c;
	background: -o-linear-gradient(bottom, #fdfcfb, #fdfcfb), #ff754c;
	background: linear-gradient(0deg, #fdfcfb, #fdfcfb), #ff754c;
	border: 1px solid #f5f5f5;
	border-radius: 12px;
	overflow: hidden;
}

.form-order__label {
	width: 283px;
	position: relative;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	margin: 10px 0 12px 10px;
}

.form-order__label--file {
	height: 55px;
	padding: 25px 30px 0 25px;
	border-radius: 12px;
	font-family: "TT Hoves DemiBold";
	font-size: 14px;
	color: #808191;
	;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-order__label-text {
	position: absolute;
	left: 19px;
	top: 8px;
	font-family: "TT Hoves Bold";
	font-size: 10px;
	color: #808191;
	letter-spacing: .6px;
}

.form-order__label-info {
	max-width: 220px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form-order__label-icon-file {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 18px;
}

.form-order__label:nth-child(3n) {
	margin-right: 0;
}

.form-order__input {
	height: 52px;
	width: 100%;
	padding: 17px 30px 0 19px;
	border: none;
	border-radius: 12px;
	font-family: "TT Hoves Medium";
	/*  "TT Hoves DemiBold" */
	font-size: 14px;
	color: #484954;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

.form-order__input::placeholder {
	/* Most modern browsers support this now. */
	color: #808191;
}

.form-order__select {
	display: block;
	height: 52px;
	width: 100%;
	padding: 17px 30px 0 19px;
	border-radius: 12px;
	font-family: "TT Hoves Medium";
	font-size: 14px;
	color: #808191;
	;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	background-image: url(../img/icon-select.svg);
	background-repeat: no-repeat, repeat;
	background-position: 93% center;
}

/*стили статья расходов после выбора 2.12.22*/
.form-order__select:focus {
	color: #393939;
}

.department_option {
	color: rgb(153, 0, 0);
}

.form-order__select::placeholder {
	/* Most modern browsers support this now. */
	color: #909;
}


.form-order__select::-ms-expand {
	display: none;
}

.form-order__file {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.form-order__button {
	width: 283px;
	height: 52px;
	margin: 10px 30px 0 10px;
	background: #4fc9da;
	border: none;
	border-radius: 12px;
	font-family: "TT Hoves Bold";
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.content__header__wrapper {
	display: flex;
}

.content__header--query {
	flex-grow: 1;
	padding-right: 10px;
}

.form-order__button:hover {
	opacity: .8;
}

.form-order--search {
	flex-grow: 0;
	background: transparent;
	border: none;
	padding: 0;
}

.form-order__button--search {
	width: 100px;
	background: #ccc;
	margin-right: 0;
}

.form-order__button--add {
	margin-right: 11px;
}

.history-order {
	margin-top: 31px;
}

.history-order__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.history-order__head-name {
	font-family: "TT Hoves DemiBold";
	font-size: 18px;
	color: #575757;
}

.history-order__filter .form-order {
	padding: 0;
	border: none;
	background-color: transparent;
}

.history-order__filter .form-order__label {
	width: 229px;
	margin: 0;
}

.history-order__filter .form-order__select {
	height: 45px;
	background-color: #fdfcfb;
	padding: 11px 30px 0 21px;
	font-size: 13px;
	border-radius: 16px;
}

.history-order__filter .form-order__label-text {
	left: 21px;
	top: 6px;
	letter-spacing: 0;
	text-transform: uppercase;
}


/* фильтр по неделям */
.history-order__filter_week .form-order {
	padding: 0;
	border: none;
	background-color: transparent;
}

.history-order__filter_week .form-order__label {
	width: 229px;
	margin: 0;
}

.history-order__filter_week .form-order__select {
	height: 45px;
	background-color: #fdfcfb;
	padding: 11px 30px 0 21px;
	font-size: 13px;
	border-radius: 16px;
}

.history-order__filter_week .form-order__label-text {
	left: 21px;
	top: 6px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.form-order__label_week {
	width: 283px;
	position: relative;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	margin: 10px 0 12px 10px;
}

.form-order__label-text_week {
	position: absolute;
	left: 59px;
	top: 8px;
	font-family: "TT Hoves Bold";
	font-size: 10px;
	color: #808191;
	letter-spacing: .6px;
}






.history-order .table-views {
	margin-top: 19px;
}

.table-views--history th:first-child {
	width: 16%;
}

.table-views--history td.status_col {
	width: 16%;
	padding-left: 18px;
}

.table-views--history .td1 {
	width: auto;
	padding-left: 0;
}

.table-views--history .td_dir_sumrub {
	width: auto;
}

.block-filter--directive {
	margin-top: 31px;
	width: 100%;
}

.block-filter--directive .form-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: 0 0;
	border: none;
	padding: 0;
}

.block-filter--directive .table-views {
	margin-top: 20px;
}

.block-filter--directive .form-order__label {
	margin: 0 11px 0 0;
}

.block-filter--directive .form-filter-date__submit {
	margin-left: 0;
	margin-right: 11px;
}

.block-checked {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-checked label {
	cursor: pointer;
}

.block-checked input {
	width: 10px;
	height: 10px;
	border: 1px solid #808191;
}

.block-checked span {
	margin-left: 5px;
	font-size: 14px;
	color: #808191;
	line-height: 1.1;
}

.table-views--directive {
	border-radius: 0;
}

.table-views--directive-head {
	margin-top: 25px;
	margin-bottom: 0;
	border-radius: 12px 12px 0 0;
}

.table-views--directive-head .tr-head th:nth-child(1) {
	width: 114px;
}

.table-views--directive-head .tr-head th:nth-child(2) {
	width: 93px;
}

.table-views--directive-head .tr-head th:nth-child(3) {
	width: 93px;
}

.table-views--directive-head .tr-head th:nth-child(4) {
	width: 88px;
}

.table-views--directive-head .tr-head th:nth-child(5) {
	width: 32px;
}

.table-views--directive-head .tr-head th:nth-child(6) {
	width: 224px;
}

.table-views--directive-head .tr-head th:nth-child(7) {
	width: 144px;
}

.table-views--directive-head .tr-head th:nth-child(8) {
	width: 202px;
}

.table-views--directive-head .tr-head th:nth-child(9) {
	width: 59px;
}

.table-views--directive-head .tr-head th:nth-child(10) {
	width: 102px;
}

.table-views--directive caption {
	padding: 12px 0 19px 20px;
	background-color: #fdfcfb;
}

.table-views--directive td {
	height: 47px;
}

.table-views--directive td:nth-child(1) {
	width: 114px;
	padding-left: 21px;
}

.table-views--directive td:nth-child(2) {
	width: 93px;
}

.table-views--directive td:nth-child(3) {
	width: 93px;
}

.table-views--directive td:nth-child(4) {
	width: 88px;
}

.table-views--directive td:nth-child(5) {
	width: 32px;
}

.table-views--directive td:nth-child(6) {
	width: 224px;
}

.table-views--directive td:nth-child(7) {
	width: 144px;
}

.table-views--directive td:nth-child(8) {
	width: 202px;
}

.table-views--directive td:nth-child(9) {
	width: 59px;
}

.table-views--directive td:nth-child(10) {
	width: 102px;
}

.table-views--directive tbody tr:last-child td {
	border-bottom: 1px solid #e4e4e4;
}

.table-views--directive tfoot tr td {
	border-bottom: none;
}

.table-views--directive tfoot tr td:nth-child(1) {
	width: auto;
}

.block-list-table__header {
	padding: 17px 0;
	font-family: "TT Hoves DemiBold";
	font-size: 16px;
	color: #575757;
}

.block-list-table__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.block-list-table .table-views--small {
	width: 32%;
	margin-bottom: 30px;
	margin-right: 2%;
}

.block-list-table .table-views--small:nth-child(3n) {
	margin-right: 0;
}

.block-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-action span {
	margin-right: 12px;
}

.block-action span:last-child {
	margin-right: 0;
}

.table-result {
	margin: 20px 0 20px;
	padding: 10px 10px;
	background: #ddf5ff;
	border: 1px solid rgba(24, 79, 112, .1);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.table-result__item {
	margin-right: 10px;
	font-family: "Inter SemiBold";
	font-size: 12px;
	color: #184f70;
}

.table-result__item:last-child {
	margin-right: 0;
}

.main {
	padding: 45px 0 70px;
}

.main--tools {
	padding-top: 170px;
}

.main--column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 1440px;
	padding: 0;
}

.main--column.main--column--tv {
	max-width: 100%;
	margin: 0 30px;
}

.main--directive {
	padding-top: 36px;
}

.main--directive .container {
	max-width: 1345px;
}

.main__aside {
	width: 256px;
	padding: 53px 20px 20px 20px;
}

.main__content {
	width: calc(100% - 256px);
	padding: 42px 64px 0;
}

.main__intro-auth {
	width: 628px;
	min-height: 905px;
	padding: 88px 50px 50px 80px;
}

.main__block-entry {
	width: calc(100% - 628px);
}

.logo_crystal {
	width: 55%;
	margin-top: 10px;
	padding-top: 1px;
	padding-bottom: 25px;
}

.logo_crystal_query {
	width: 75%;
	padding-left: 15px;
}

.currency_input {
	background: transparent;
	border: none;
	/* width: 100%; */
}

/* для последней записи 18.12.22*/
.last_record {
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 15px;
	font-family: "Inter SemiBold";
	font-size: 10px;
	color: #184f70;
	/* background: #ddf5ff; */
	/* border: 1px solid rgba(24,79,112,.1); */
	display: inline-block;
}



.block-filter {
	margin-top: 24px;
}




.sql_sale_order {
	margin-top: 11px;
	display: inline-block;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	 align-items: flex-start;  */
}




.content__row_zvs {
	margin-top: 41px;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	 align-items: flex-start;  */
}

.content__column-zvs_report {
	width: auto;
}


.table-views_zvs_report {
	width: fit-content;
	margin-bottom: 50px;
	background-color: #fdfcfb;
	border: 1px solid #f5f5f5;
	border-radius: 12px;
}

.table-views_zvs_report--small thead {
	border-radius: 8px 8px 0 0;
}


.table-views_zvs_report--small .tr-head td,
.table-views--small .tr-head th {
	background-color: rgba(228, 228, 228, .15);
	border-bottom: none;
}

.table-views_zvs_report caption {
	padding: 17px 0;
	font-family: "TT Hoves DemiBold";
	font-size: 16px;
	color: #575757;
	text-align: left;
}

.table-views_zvs_report tr:last-child td {
	border-bottom: none;
}

/* горизонтальная линия разделяющая строки 24.12.22 */
.table-views_zvs_report td {
	height: 31px;
	border-bottom: 1px solid #e4e4e4;
}

.table-views_zvs_report th {
	height: 29px;
	text-align: left;

	border-bottom: 1px solid #e4e4e4;
	letter-spacing: 1px;
}

.table-views_zvs_report th:first-child {
	padding-left: 18px;
}

.table-views_zvs_report td {
	font-family: "TT Hoves Regular";
	font-size: 12px;
}

.table-views_zvs_report .tr-head {
	font-family: "Inter SemiBold";
	font-size: 10px;
	color: #808191;
	text-transform: uppercase;
}


.table-views_zvs_report .td1 {
	width: auto;
	padding-left: 5px;
}


.table-views_zvs_report .td_dir_sumrub {
	width: auto;
}


.table-views_zvs_report .td3 {
	width: auto;
}

.table-views_zvs_report .number_onch {
	width: 100px;
	background-color: transparent;
	border: none;
}

.table-views_zvs_report .all-result .number_onch,
.table-views .all-result td {
	color: #ff754c;
}

.tr_all_zvs_report {
	/* background-color: hsl(13, 42%, 87%); */
	border: 1px solid #f5f5f5;
	border-radius: 12px;

}


.itog_sum_tools {
	width: fit-content;
	margin-bottom: 5px;
	border: #fff;
	font-family: "TT Hoves Regular";
	font-size: 15px;
	/* display: block; */
}


.inline_local_sql {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.inline_global_sql {
	display: inline-block;
}

/* Cумма реализации больше суммы заказов на 203 658,11 ₽ 30.01.23 */
.red {
	color: rgb(92, 38, 38);
}

.green {
	color: rgb(14, 58, 14);
}



.app-container.app-container-dashboard {
	padding-left: 0;
	padding-right: 0;
}

.card.card-dashboard {
	background-color: #f0f3f5;
}

.card-left-widget {
	flex-grow: 1;
}

.wiki-section input[type="checkbox"] {
	width: 14px;
	height: 14px;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.wiki-main__aside {
	width: 400px;
	height: 100vh;
	overflow: auto;
	scrollbar-width: thin;
}

.wiki-main__content {
	width: calc(100% - 400px);
	height: 100vh;
	overflow: auto;
}

.wiki-aside__nav {
	margin-top: 20px;
}

.wiki-nav-aside__link-text {
	margin-left: 0;
}

.wiki-article ul {
	list-style-type: disc;
}

.wiki-article__menu__container {
	position: relative;
}

.wiki-article__menu {
	position: absolute;
	right: 0;
}

.wiki-close__button {
	color: var(--kt-dark);
}

.wiki-article__metadata {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.wiki-article__metadata__item {
	flex-grow: 1;
}

.fui {
	margin-right: 5px;
	vertical-align: bottom;
}

.marker {
	background-color: yellow;
}

.form-control.form-control-solid.wiki-form-control {
	border-color: #d1d1d1;
}

.float-right {
	float: right;
}

.wiki-modal__dialog {
	width: 60vw;
	max-width: none !important;
}

.wiki-preview__iframe {
	width: 100%;
}

.wiki-nav-aside__sublist-container {
	margin-left: 20px;
}

.wiki-main__aside .form-control.form-control-solid,
.wiki-main__aside .form-control.form-control-solid.active,
.wiki-main__aside .form-control.form-control-solid.focus,
.wiki-main__aside .form-control.form-control-solid:active,
.wiki-main__aside .form-control.form-control-solid:focus {
	background-color: white;
}

.wiki-section .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.wiki-section .form-group {
	margin-bottom: 4px;
}

.wiki-section .select2-container {
	background: var(--kt-input-solid-bg);
	border: 1px solid #d1d1d1;
	border-radius: .95rem;
}

.wiki-article__tag,
.wiki-article__tag a {
	color: var(--bs-link-hover-color);
	display: inline-block;
	background-color: var(--kt-gray-300);
	border-radius: .95rem;
	padding: .4rem .5rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
}

.align-right {
	text-align: right !important;
}

.w-100 {
	width: 100%;
}

.max-width-300 {
	max-width: 300px;
	overflow: hidden;
	white-space: break-spaces;
	word-break: break-word;
}

.nobr {
	white-space: nowrap;
}

input[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

.filter_type_group {
	display: flex;
}

.filter_type_item {
	margin-right: 20px;
}

.section-margin {
	max-width: 100%;
	margin: 10px;
}