body {
	padding: 0;
	margin: 0;
	font-family: "Inter";
	color: #272a29;
	min-width: 320px;
	overflow-x: hidden;
}
body.bgr-ser {
	background: #f4f3ec;
}

input,
textarea {
	font-family: "Inter";
}

.text-input {
	padding: 0 15px;
	margin: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(215, 219, 223, 0.5);
	border-radius: 2px;
	width: 100%;
	height: 44px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
}
.text-input::placeholder {
	color: #fff;
	opacity: 1;
}

.btn {
	display: block;
	padding: 19px 15px;
	margin: 0;
	background: #d5dbaf;
	border: none;
	border-radius: 2px;
	width: 100%;
	font-size: 16px;
	color: #69706d;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	box-sizing: border-box;
}
.btn:hover {
	background: #a6ad79;
	color: #fff;
}
.btn--min {
	padding: 4px 10px;
	background: #a6ad79;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	transition: all 0.2s ease-in-out;
}
.btn--min:hover {
	background: #d5dbaf;
	color: #69706d;
}
.btn--sredn {
	padding: 10px 15px;
	margin: 0;
	background: #a6ad79;
	border: none;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	min-width: 145px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	box-sizing: border-box;
}
.btn--sredn:hover {
	background: #d5dbaf;
	color: #69706d;
}

.title-page {
	font-size: 32px;
	line-height: 39px;
	font-weight: 600;
	margin-top: 32px;
}
.title-page__back {
	display: inline-block;
	vertical-align: top;
	margin: 1px 12px 0 0;
	transition: opacity 0.2s ease-in-out;
}
.title-page__back:hover {
	opacity: 0.6;
}

.breadcrumbs {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	margin-top: 10px;
}
.breadcrumbs li {
	color: #69706d;
	padding-left: 4px;
}
.breadcrumbs li:first-child {
	padding-left: 0;
}
.breadcrumbs li:first-child:before {
	display: none;
}
.breadcrumbs li:before {
	content: ">";
	color: #96a09c;
	margin-right: 4px;
}
.breadcrumbs li a {
	color: #96a09c;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.breadcrumbs li a:hover {
	color: #69706d;
}

.top-block {
	margin-top: 31px;
}
.top-block__btn {
	width: 162px;
}

.wrapper {
	overflow: hidden;
}

.container {
	max-width: 1240px;
	padding: 0 10px;
	margin: 0 auto;
}
.container--min {
	max-width: 1040px;
}

.header {
	background: #272b29;
}
.header__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__logo {
	position: relative;
}
.header__logo:hover .header__logo-sub {
	display: block;
}
.header__logo-item {
	display: block;
	padding: 16px 18px;
}
@media (max-width: 767px) {
	.header__logo-item {
		padding: 5px 10px;
	}
}
.header__logo-sub {
	display: none;
	position: absolute;
	left: 0;
	width: 257px;
	top: 100%;
	background: #272a29;
	padding-bottom: 3px;
	border-radius: 0 0 4px 4px;
	z-index: 999999;
}
.header__logo-sub ul {
	list-style: none;
}
.header__logo-sub ul li:first-child a {
	padding-top: 16px;
}
.header__logo-sub ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 19px 21px;
	transition: background 0.2s ease-in-out;
}
.header__logo-sub ul li a:hover,
.header__logo-sub ul li a.active {
	background: #464d46;
}
.header__logo-sub-icon {
	width: 21px;
	line-height: 0;
}
.header__logo-sub-text {
	flex-basis: 0;
	flex-grow: 1;
	font-size: 16px;
	color: #d5dbaf;
	line-height: 19px;
	font-weight: 500;
	padding-left: 16px;
}
.header__people {
	position: relative;
	padding: 21px 10px;
	transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
	.header__people {
		padding: 10px;
	}
}
@media (max-width: 400px) {
	.header__people {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}
.header__people:hover {
	background: #464d46;
}
.header__people:hover .header__people-str {
	transform: rotate(180deg);
}
.header__people:hover .header__people-sub {
	display: block;
}
.header__people-top {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header__people-photo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 48px;
	height: 48px;
	border-radius: 100%;
}
@media (max-width: 400px) {
	.header__people-photo {
		width: 40px;
		height: 40px;
	}
}
.header__people-content {
	position: relative;
	flex-basis: 0;
	flex-grow: 1;
	padding: 0 23px 0 10px;
	box-sizing: border-box;
}
.header__people-name {
	font-size: 16px;
	color: #d5dbaf;
	line-height: 22px;
	font-weight: 800;
}
@media (max-width: 400px) {
	.header__people-name {
		font-size: 14px;
		line-height: 20px;
	}
}
.header__people-spec {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-weight: 800;
}
@media (max-width: 400px) {
	.header__people-spec {
		font-size: 12px;
		line-height: 18px;
	}
}
.header__people-str {
	position: absolute;
	right: 0;
	top: 7px;
	width: 16px;
	height: 11px;
	background: url("../images/str.svg") no-repeat 0 0;
	transition: transform 0.1s ease-in-out;
	z-index: 999;
}
.header__people-sub {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
}
.header__people-sub ul {
	list-style: none;
}
.header__people-sub ul li a {
	display: block;
	background: #d5dbaf;
	font-size: 16px;
	color: #69706d;
	line-height: 24px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	padding: 9px;
}
.header__people-sub ul li a:hover {
	background: #69706d;
	color: #fff;
}

.promo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.promo__flex {
	display: flex;
	align-items: center;
	min-height: 403px;
}
@media (max-width: 967px) {
	.promo__flex {
		min-height: 330px;
	}
}
@media (max-width: 767px) {
	.promo__flex {
		min-height: 250px;
	}
}
@media (max-width: 479px) {
	.promo__flex {
		min-height: 220px;
	}
}
.promo__title {
	flex-grow: 1;
	font-size: 42px;
	color: #fff;
	line-height: 51px;
	font-weight: 800;
	max-width: 505px;
}
@media (max-width: 767px) {
	.promo__title {
		font-size: 36px;
		line-height: 45px;
	}
}
@media (max-width: 479px) {
	.promo__title {
		font-size: 27px;
		line-height: 36px;
	}
}

.title-sredn {
	font-size: 32px;
	line-height: 39px;
	font-weight: 600;
}

.category-widg {
	padding: 24px 0;
}
.category-widg__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 9px -15px -15px;
}
@media (max-width: 1100px) {
	.category-widg__list {
		margin: 9px -10px -10px;
	}
}
@media (max-width: 400px) {
	.category-widg__list {
		margin: 9px -5px -5px;
	}
}
.category-widg__list-item {
	width: 20%;
	padding: 15px;
	box-sizing: border-box;
}
@media (max-width: 1100px) {
	.category-widg__list-item {
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.category-widg__list-item {
		width: 33.3333%;
	}
}
@media (max-width: 600px) {
	.category-widg__list-item {
		width: 50%;
	}
}
@media (max-width: 400px) {
	.category-widg__list-item {
		padding: 5px;
	}
}
.category-widg__list-item:hover .category-widg__list-content {
	background: #d5dbaf;
}
.category-widg__list-item:hover .category-widg__list-title {
	color: #69706d;
}
.category-widg__list-content {
	display: block;
	background: #e3dcd3;
	border-radius: 4px;
	padding: 21px;
	padding-bottom: 6px !important;
	min-height: 100%;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
}
@media (max-width: 1100px) {
	.category-widg__list-content {
		padding: 16px;
	}
}
@media (max-width: 967px) {
	.category-widg__list-content {
		padding: 12px;
	}
}
@media (max-width: 400px) {
	.category-widg__list-content {
		padding: 10px;
	}
}
.category-widg__list-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 134px;
	border-radius: 4px;
}
@media (max-width: 400px) {
	.category-widg__list-bg {
		height: 125px;
	}
}
.category-widg__list-title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #272a29;
	line-height: 29px;
	font-weight: 500;
	min-height: 58px;
	transition: all 0.2s ease-in-out;
	margin-top: 5px;
}
@media (max-width: 1100px) {
	.category-widg__list-title {
		font-size: 22px;
		line-height: 27px;
	}
}
@media (max-width: 967px) {
	.category-widg__list-title {
		font-size: 19px;
		line-height: 24px;
	}
}
@media (max-width: 400px) {
	.category-widg__list-title {
		font-size: 16px;
		line-height: 22px;
	}
}

.scrollbar-inner > .scroll-element.scroll-x {
	bottom: 0;
	height: 7px;
}

.scrollbar-inner > .scroll-element.scroll-y {
	right: 0;
	width: 7px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	border-radius: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
	background: #fff;
	opacity: 1;
	border-radius: 0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
	background: #d5dbaf;
	border-radius: 4px;
	opacity: 1;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: auto;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: auto;
}

.select2-container {
	width: 100% !important;
	z-index: 999900;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #e3dcd3;
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #69706d;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 35px 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 15px;
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 6px 0 6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 6px 6px 6px;
}

.select2-results__option {
	font-size: 14px;
    color: #272a27;
    line-height: 18px;
    font-weight: 300;
    padding: 10px 15px;
}

.select2-container--default .select2-results__option--selected {
	background-color: #f4f3ec !important;
	color: #272a27 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #a6ad79;
	transition: all 0.1s ease-in-out;
}

.select2-dropdown {
	border: 1px solid #e3dcd3;
	border-radius: 0 0 2px 2px;
}

.sticky-intersect {
	display: none;
}

.info-table {
	background: #e3dcd3;
	padding: 18px 18px 32px;
	border-radius: 8px;
	margin-top: 25px;
}
.info-table__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 3px 0 20px;
}
.info-table__date {
	position: relative;
	margin-bottom: 20px;
}
.info-table__date input {
	padding-left: 33px;
	margin: 0;
	border: none;
	background: transparent url("../images/calendar-icon-big.svg") no-repeat 0 0;
	font-size: 16px;
	color: #69706d;
	line-height: 25px;
	font-weight: 500;
}
.info-table__mounth {
	position: relative;
	display: inline-block;
	padding: 0 15px;
}
.info-table__mounth-str {
	position: absolute;
	top: calc(50% - 5px);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	cursor: pointer;
}
.info-table__mounth-str-left {
	left: 0;
	border-right: 7px solid #69706d;
}
.info-table__mounth-str-right {
	right: 0;
	border-left: 7px solid #69706d;
}
.info-table__mounth-text {
	font-size: 16px;
	color: #69706d;
	line-height: 25px;
}
.info-table__table {
	min-width: 100%;
	max-height: 80vh;
	overflow-x: auto;
}
@media (max-width: 967px) {
	.info-table__table {
		max-height: 391px;
	}
}
@media (max-width: 600px) {
	.info-table__table {
		max-height: 456px;
	}
}
.info-table__table-sum {
	width: 100%;
	min-width: 400px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	margin-top: 20px;
	overflow: hidden;
}
.info-table__table-sum._big tr th {
	font-size: 16px;
	line-height: 25px;
	text-transform: none;
}
.info-table__table-sum._big tr td {
	font-size: 18px;
	line-height: 24px;
}
.info-table__table-sum tr th,
.info-table__table-sum tr td {
	vertical-align: middle;
	height: 64px;
	color: #69706d;
	font-weight: 500;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}
.info-table__table-sum tr th {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.info-table__table-sum tr td {
	background: #fff;
	font-size: 14px;
	line-height: 19px;
}
.info-table__table-bron {
	width: 100%;
	table-layout: fixed;
}
.info-table__table-bron tr:nth-child(odd) th,
.info-table__table-bron tr:nth-child(odd) td {
	background: #f4f3ec;
}
.info-table__table-bron tr th,
.info-table__table-bron tr td {
	vertical-align: middle;
	background: #fff;
	font-size: 14px;
	color: #8c9172;
	line-height: normal;
	font-weight: 500;
	width: 90px;
	height: auto;
	text-align: center;
	border: 1px solid #eee;
	padding: 3px;
}
.info-table__table-bron tr th:first-child,
.info-table__table-bron tr td:first-child {
	width: 140px;
}
@media (max-width: 600px) {
	.info-table__table-bron tr th:first-child,
	.info-table__table-bron tr td:first-child {
		width: 95px;
	}
	.info-table__table-bron tr th,
	.info-table__table-bron tr td {
		font-size: 12px;
		color: #8c9172;
		line-height: normal;
		font-weight: 500;
		width: 90px;
		height: auto !important;
		text-align: center;
		border: 1px solid #b9b9b9;
		padding: 3px;
	}
	.info-table__table-search-text {
		font-size: 12px !important;
	}
}
.info-table__table-bron tr th.active {
	background: #e0e7b9;
}
.info-table__table-bron tr td.active {
	background: #edf2c9;
}
.info-table__table-bron tr td.open-popup-edit {
	position: relative;
}
.info-table__table-bron tr td.open-popup-edit a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
}
.info-table__table-search {
	position: relative;
}
.info-table__table-search-text {
	padding: 0 37px 0 20px;
	margin: 0;
	border: none;
	width: 100%;
	height: 64px;
	font-size: 14px;
	color: #69706d;
	font-weight: 500;
}
@media (max-width: 600px) {
	.info-table__table-search-text {
		padding: 0 13px;
	}
}
.info-table__table-search-btn {
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	padding: 0;
	margin: 0;
	border: none;
	background: url("../images/search-icon.svg") no-repeat 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
@media (max-width: 600px) {
	.info-table__table-search-btn {
		right: calc(50% - 8px);
		top: calc(100% - 20px);
	}
}
.info-table__table-opac {
	opacity: 0.5;
}
.info-table__table-people {
	display: flex;
	align-items: center;
	padding: 0 13px;
}
.info-table__table-people-bg {
	width: 32px;
	height: 32px;
	border-radius: 100%;
}
@media (max-width: 600px) {
	.info-table__table-people-bg {
		display: none;
	}
}
.info-table__table-people-name {
	flex-basis: 0;
	flex-grow: 1;
	color: #69706d;
	text-align: left;
	padding-left: 6px;
}

@media (max-width: 600px) {
	.info-table__table-people-name {
		padding-left: 0;
	}

	.info-table__table-people-name {
		font-size: 12px;
		line-height: normal;
	}
}
.info-table__table-cleaning {
	width: 100%;
	min-width: 450px;
	border-radius: 4px;
	margin-top: 20px;
	border-radius: 4px;
	table-layout: fixed;
	overflow: hidden;
}
.info-table__table-cleaning tr:nth-child(even) td {
	background: #f4f3ec;
}
.info-table__table-cleaning tr th,
.info-table__table-cleaning tr td {
	vertical-align: middle;
	color: #69706d;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	height: 64px;
	box-sizing: border-box;
}
.info-table__table-cleaning tr th:first-child,
.info-table__table-cleaning tr td:first-child {
	width: 147px;
}
.info-table__table-cleaning tr th {
	font-size: 12px;
	line-height: 16px;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	text-transform: uppercase;
}
.info-table__table-cleaning tr td {
	font-size: 14px;
	line-height: 19px;
}
.info-table__table-cleaning-th {
	display: inline-block;
	position: relative;
	text-align: left;
	padding-right: 22px;
}
.info-table__table-work {
	width: 100%;
	table-layout: fixed;
	border-radius: 4px;
	overflow: hidden;
}
.info-table__table-work-1 {
	width: 73px;
}
.info-table__table-work-2 {
	width: 203px;
}
.info-table__table-work-3 {
	width: 207px;
}
.info-table__table-work-4 {
	width: 170px;
}
.info-table__table-work-5 {
	width: 292px;
}
.info-table__table-work-6 {
	width: 110px;
}
.info-table__table-work-7 {
	width: 205px;
	text-align: center;
}
.info-table__table-work-7 .info-table__table-title {
	text-align: center;
}
.info-table__table-work-161 {
	width: 161px;
}
.info-table__table-work-208 {
	width: 208px;
}
.info-table__table-work-215 {
	width: 215px;
}
.info-table__table-work-tcent {
	text-align: center !important;
}
.info-table__table-work-altop {
	vertical-align: top !important;
}
.info-table__table-work tr:nth-child(even) td {
	background: #f3f0eb;
}
.info-table__table-work tr th,
.info-table__table-work tr td {
	vertical-align: top;
	padding: 8px 12px;
}
.info-table__table-work tr td a {
	color: #69706d;
	text-decoration: none;
}
.info-table__table-work tr td a:hover {
	text-decoration: underline;
}
.info-table__table-work tr th {
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: left;
	background: rgba(255, 255, 255, 0.5);
}
.info-table__table-work tr td {
	background: #fff;
	vertical-align: middle;
	font-size: 16px;
	color: #69706d;
	line-height: 22px;
	font-weight: 500;
}
.info-table__table-work tr td:first-child,
.info-table__table-work tr td:last-child {
	text-align: center;
}
.info-table__table-title {
	font-size: 12px;
	color: #69706d;
	line-height: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.info-table__table-title-cent {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
.info-table__table-title-str {
	position: absolute;
	right: 0;
	top: calc(50% - 4px);
	background: url("../images/str-arrow-cleaning.svg") no-repeat 0 0;
	width: 10px;
	height: 8px;
	cursor: pointer;
}
.info-table__table-peoplemin {
	display: flex;
	align-items: center;
}
.info-table__table-peoplemin-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 48px;
	height: 48px;
	border-radius: 100%;
}
.info-table__table-peoplemin-name {
	flex-basis: 0;
	flex-grow: 1;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	padding-left: 10px;
}
.info-table__table-text {
	padding-left: 15px;
}
.info-table__table-text-more {
	display: none;
}
.info-table__table-text-more-btn {
	cursor: pointer;
	margin-top: 7px;
}
.info-table__table-btn {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	margin: 4px;
}
.info-table__table-btn:hover {
	opacity: 0.5;
}
.info-table__table-sms {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #d5dbaf;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	min-width: 77px;
	min-height: 24px;
	padding: 5px;
	box-sizing: border-box;
}
.info-table__table-sms.ser {
	background: #e3dcd3;
}
.info-table__table-calend-open {
	cursor: pointer;
}
.info-table__table-calend-open:hover .info-table__table-calendar {
	display: flex;
}
.info-table__table-calendar {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	align-items: center;
	width: 317px;
	background: #fff;
	border: 1px solid #e3dcd3;
	border-top: none;
	border-radius: 0 0 4px 4px;
	padding: 6px;
	z-index: 99;
}
.info-table__table-calendar .datepicker {
	color: #272a29;
	width: 100%;
	border: none;
}
.info-table__table-calendar .datepicker--nav {
	border-bottom: none;
}
.info-table__table-calendar .datepicker--nav-action path {
	stroke: #272a29;
}
.info-table__table-calendar .datepicker--nav-title {
	font-size: 12px;
}
.info-table__table-calendar .datepicker--nav-title i {
	color: inherit;
}
.info-table__table-calendar .datepicker--content {
	margin-top: -12px;
}
.info-table__table-calendar .datepicker--day-name {
	color: #272a29;
	padding: 4px 0;
}
.info-table__table-calendar .datepicker--cell {
	font-size: 10px;
	line-height: 14px;
	font-weight: 300;
	height: 27px;
	border-radius: 2px;
}
.info-table__table-calendar .datepicker--cell.-focus- {
	background: #d5dbaf;
}
.info-table__table-calendar-left {
	width: 202px;
}
.info-table__table-calendar-center {
	width: 202px;
}
.info-table__table-calendar-nav {
	width: 115px;
	list-style: none;
}
.info-table__table-calendar-nav li {
	background: #f4f3ec;
	border-radius: 2px;
	font-size: 12px;
	color: #69706d;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: -0.4px;
	transition: all 0.2s ease-in-out;
	padding: 4px 10px;
	margin: 4px 0;
	cursor: pointer;
}
.info-table__table-calendar-nav li:hover,
.info-table__table-calendar-nav li.active {
	background: #d5dbaf;
	color: #272a27;
}
.info-table__table-calendar-nav li:first-child {
	margin-top: 0;
}
.info-table__table-calendar-nav li:last-child {
	margin-bottom: 0;
}
.info-table__cal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #69706d;
	margin-bottom: 15px;
}
.info-table__cal-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.info-table__cal-cal {
	background: url("../images/calendar-icon.svg") no-repeat right center;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 33px 0 0;
}
.info-table__pay {
	list-style: none;
	border-radius: 4px;
	overflow: hidden;
}
.info-table__pay li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 8px 12px;
}
.info-table__pay li:nth-child(even) {
	background: #f3f0eb;
}
.info-table__pay-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 48px;
	height: 48px;
	border-radius: 100%;
}
.info-table__pay-content {
	width: calc(100% - 58px);
}
.info-table__pay-name {
	font-size: 16px;
	color: #69706d;
	line-height: 20px;
	font-weight: 800;
}
.info-table__pay-sum {
	background: url("../images/level-icon.svg") no-repeat 0 4px;
	font-size: 12px;
	color: #8c9172;
	line-height: 24px;
	font-weight: 500;
	padding-left: 17px;
}
.info-table__har table {
	width: 100%;
}
.info-table__har table tr td {
	font-size: 16px;
	color: #69706d;
	line-height: 22px;
	font-weight: 600;
	padding: 9px 0;
}
.info-table__har table tr td:last-child {
	text-align: right;
}
.info-table__har-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #d1cac1;
	border-radius: 0 0 8px 8px;
	padding: 30px 18px;
	margin: 3px -18px -32px;
}
.info-table__har-bottom-price {
	font-size: 24px;
	color: #69706d;
	line-height: 22px;
	font-weight: 600;
}

.text-input-mini {
	padding: 0 15px;
	margin: 0;
	background: #fff;
	border: 1px solid #e3dcd3;
	border-radius: 4px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #69706d;
	box-sizing: border-box;
}
.text-input-mini-disable {
	padding: 0 4px;
	margin: 0;
	background: #e3dcd3;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #69706d;
	box-sizing: border-box;   
    
}
.w_732 {
	max-width: 732px;
}
.w_732 .info-table__table-work {
	min-width: 400px;
}

.info-table-col {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 967px) {
	.info-table-col {
		display: block;
	}
}
@media (min-width: 968px) {
	.info-table-col__left {
		width: calc(100% - 317px);
	}
}
@media (min-width: 968px) {
	.info-table-col__right {
		padding-left: 30px;
		width: 287px;
	}
}

.info-table__table-search-text::-webkit-search-decoration,
.info-table__table-search-text::-webkit-search-cancel-button,
.info-table__table-search-text::-webkit-search-results-button,
.info-table__table-search-text::-webkit-search-results-decoration {
	display: none;
}

.page-auth-wrap {
	overflow-y: scroll;
	height: 100vh;
}

.calc-clean {
	margin-top: 30px;
}
@media (max-width: 1100px) {
	.calc-clean {
		font-size: 15px;
	}
}
.calc-clean__tab {
	max-width: 474px;
}
.calc-clean__tab-nav {
	display: inline-flex;
	list-style: none;
	border: 1px solid #e3dcd3;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.calc-clean__tab-nav li {
	border: none;
	border-left: 1px solid #e3dcd3;
	padding: 10px 15px;
	margin: 0;
	background: #a6ad79;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	min-width: 145px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	box-sizing: border-box;
}
@media (max-width: 479px) {
	.calc-clean__tab-nav li {
		padding: 10px;
	}
}
.calc-clean__tab-nav li:first-child {
	border-left: none;
}
.calc-clean__tab-nav li:hover,
.calc-clean__tab-nav li.active {
	background: #d5dbaf;
	color: #69706d;
}
.calc-clean__tab-nav li br {
	display: none;
}
@media (max-width: 479px) {
	.calc-clean__tab-nav li br {
		display: inline;
	}
}
.calc-clean__tab-content {
	display: none;
	margin-top: 15px;
}
.calc-clean__tab-form {
	list-style: none;
}
.calc-clean__tab-form > li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}
.calc-clean__tab-form > li:first-child {
	margin-top: 0;
}
.calc-clean__tab-form > li:last-child {
	margin-bottom: 0;
}
.calc-clean__tab-form-tit {
	width: 70px;
}
.calc-clean__tab-form-cont {
	width: calc(100% - 85px);
}
.calc-clean__tab-form-cont-tw {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 479px) {
	.calc-clean__tab-form-cont-tw {
		display: block;
	}
}
.calc-clean__tab-form-cont-tw-l {
	flex-grow: 1;
	flex-basis: 0;
}
.calc-clean__tab-form-cont-tw-r {
	padding-left: 10px;
}
@media (max-width: 479px) {
	.calc-clean__tab-form-cont-tw-r {
		padding-left: 0;
		margin-top: 5px;
	}
}
.calc-clean__two {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 20px;
}
@media (max-width: 968px) {
	.calc-clean__two {
		display: block;
	}
}
.calc-clean__two-left,
.calc-clean__two-right {
	width: 49%;
}
@media (max-width: 968px) {
	.calc-clean__two-left,
	.calc-clean__two-right {
		width: auto;
	}
}
@media (max-width: 968px) {
	.calc-clean__two-right {
		margin-top: 29px;
	}
}
.calc-clean__two .title-sredn {
	margin-top: 29px;
}
.calc-clean__two .title-sredn:first-child {
	margin-top: 0;
}
.calc-clean__uppl > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 13px 0;
}
@media (max-width: 968px) {
	.calc-clean__uppl > li {
		margin: 12px 0;
	}
}
@media (max-width: 479px) {
	.calc-clean__uppl > li {
		display: block;
	}
}
.calc-clean__uppl > li:first-child {
	margin-top: 0;
}
.calc-clean__uppl > li:last-child {
	margin-bottom: 0;
}
@media (max-width: 479px) {
	.calc-clean__uppl-l,
	.calc-clean__uppl-r {
		width: auto !important;
	}
}
.calc-clean__uppl-l {
	width: calc(100% - 160px);
}
.calc-clean__uppl-r {
	width: 150px;
}
@media (max-width: 479px) {
	.calc-clean__uppl-r {
		margin-top: 7px;
	}
}
.calc-clean__summin {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 15px;
}
.calc-clean__size table {
	width: 100%;
}
.calc-clean__size table tr td {
	padding: 5px;
}
@media (max-width: 479px) {
	.calc-clean__size table tr td {
		display: block;
		padding: 5px 0;
	}
}
.calc-clean__size table tr td:first-child {
	padding-left: 0;
}
.calc-clean__size table tr td:last-child {
	padding-right: 0;
}
.calc-clean__size table tr td p {
	margin-bottom: 6px;
}
.calc-clean__size-btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
@media (max-width: 479px) {
	.calc-clean__size-btm {
		display: block;
	}
}
.calc-clean__size-btm .calc-clean__summin {
	flex-grow: 1;
	margin-top: 0;
	margin-bottom: 7px;
}
.calc-clean__size-btm .btn {
	flex-basis: 0;
}
.calc-clean__sum {
	font-size: 28px;
	line-height: 32px;
	font-weight: 500;
	margin: 18px 0 17px;
}

.checkbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + .checkbox__checked:before {
	opacity: 1;
}
.checkbox__checked {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border: 1px solid #000;
}
.checkbox__checked:before {
	content: "";
	display: block;
	background: url("../images/tick.svg") no-repeat 0 0;
	width: 11px;
	height: 11px;
	margin: 2px auto;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.checkbox__text {
	width: calc(100% - 24px);
}

.btn-text {
	display: inline-block;
	font-size: 16px;
	color: #69706d;
	line-height: 22px;
	font-weight: 500;
	border-bottom: 1px dashed #69706d;
	text-decoration: none;
}

.page-auth {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../images/bg-auth.jpg") no-repeat center center;
	background-size: cover;
	min-height: 100%;
	padding: 25px;
	box-sizing: border-box;
}
.page-auth__cent {
	flex-grow: 1;
	width: 100%;
	max-width: 650px;
	text-align: center;
}
.page-auth__title {
	font-size: 120px;
	color: #fff;
	line-height: 145px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 9px;
}
@media (max-width: 767px) {
	.page-auth__title {
		font-size: 74px;
		line-height: 99px;
	}
}
@media (max-width: 479px) {
	.page-auth__title {
		font-size: 46px;
		line-height: 67px;
	}
}

.auth-form {
	max-width: 380px;
	margin: 36px auto 0;
}
@media (max-width: 767px) {
	.auth-form {
		margin-top: 15px;
	}
}
.auth-form__item {
	margin: 15px 0;
}
.auth-form__link {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-weight: 300;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.auth-form__link:hover {
	color: rgba(255, 255, 255, 0.5);
}

.edit-popup {
	width: 440px;
	overflow-x: hidden;
	padding: 20px 20px;
	box-sizing: border-box;
}
.edit-popup_main {
	width: 380px;
	padding: 5px;
}
.edit-popup__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.edit-popup__time {
	width: 78px;
    text-align: center;
}
.edit-popup__main-bottom {
	margin-top: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.edit-popup__main-bottom p {
	font-size: 14px;
	color: #69706d;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 2px;
}
.edit-popup__main-bottom .edit-popup__form-top-l {
	width: calc(100% - 160px);
}
.edit-popup__main-bottom .btn--sredn {
	background: #d5dbaf;
	color: #8c9172;
}
.edit-popup__main-bottom .btn--sredn:hover {
	background: #e0e7b9;
}

@media (max-width: 600px) {
	.edit-popup {
		width: 280px;
		padding: 0px;
	}
	.edit-popup_main .edit-popup__main-title {
		margin-bottom: 0px;
		font-size: 15px;
	}
	.edit-popup__time {
		font-size: 15px;
	}
	.edit-popup__main-bottom .edit-popup__form-top-l {
		width: 100%;
		margin-bottom: 10px;
	}
}
.edit-popup .fancybox-close-small {
	position: absolute;
	right: -15px;
	top: 0px;
}
.edit-popup__title {
	font-size: 16px;
	color: #373737;
	line-height: 25px;
	font-weight: 500;
}
.edit-popup__form {
	padding-bottom: 5px;
}
.edit-popup__form-top {
	display: flex;
	justify-content: space-between;
	margin-top: 11px;
}
.edit-popup__form-top._nflex {
	display: block;
}
.edit-popup__form-top-l {
	width: calc(100% - 94px);
}
.edit-popup__form-top-r {
	width: 78px;
}
.edit-popup__form-top p {
	font-size: 14px;
	color: #69706d;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 2px;
}
.edit-popup__form-btn {
	margin-top: 18px;
}

/*# sourceMappingURL=style.css.map */

.success {
	color: green;
	font-weight: bold;
}
.error {
	color: red;
}

div.active {
	background: #edf2c9;
}
.select-timing-worker {
	cursor: pointer;
	height: 64px;
}
.select-timing-cell {
	cursor: pointer;
}

.info-table__table-people-bg {
	background-size: cover;
}

.weekend {
	background: #ffc0c0 !important;
}

.current-day {
	background: #80ff80 !important;
}

/************    .table-striped     *************/
.table-striped th {
	position: sticky;
	top: 0;
	z-index: 2;
}

.table-striped thead th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top: 0;
}

.table-striped tbody th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	left: 0;
}
.table-striped thead th:first-child {
	left: 0;
	z-index: 9;
}
/* Use overflow:scroll on your container to enable scrolling: */

/* Use position: sticky to have it stick to the edge
 * and top, right, or left to choose which edge to stick to: */

.table-striped thead th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top: 0;
}

.table-striped tbody th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	left: 0;
}

/************    info-table__table-search-btn     *************/
@media (max-width: 760px) {
	.info-table__table-search-btn {
		position: absolute;
		top: calc(50% - -7px);
		right: calc(50% - 35px);
		padding: 0;
		margin: 0;
		border: none;
		background: url(../images/search-icon.svg) #eee no-repeat center center;
		width: 70px;
		height: 24px;
		cursor: pointer;
		border: 1px solid #7c7c7c;
		border-radius: 5px;
		/* background: #eee; */
	}
	.info-table__table-search-text {
		height: 35px;
	}
	.info-table__table-search {
		position: relative;
		height: 64px;
	}
}

@media (max-width: 600px) {
	.edit-popup__main-caption,
	.edit-popup__main-field {
		position: relative !important;
		right: 0px !important;
		top: 0px !important;
	}
	.edit-popup__main-title {
		margin-bottom: 10px;
	}
}

/************    main-order     *************/
.main-order {
	margin-top: 32px;
}
.main-order__name {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #272a29;
	margin-bottom: 6px;
}
.main-order__address {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #69706d;
	margin-bottom: 6px;
}
.main-order__tel {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #69706d;
	text-decoration: none;
	transition: color 0.3s;
}
.main-order__tel:hover {
	color: #a6ad79;
	transition: color 0.3s;
}
.main-order .info-table__table-workcoll {
	width: 148px;
	vertical-align: top;
	padding: 12px 12px;
}
.main-order .info-table__table-title-cent {
	padding-left: 0px;
}
.main-order .info-table__table-text {
	padding-left: 10px;
	text-align: left;
}
.info-table__table-items, .main-order .info-table__table-text span {
	display: none;
}
.main-order .info-table__table-text.visible {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-table__table-items.visible, .main-order .info-table__table-text.visible span {
	display: block;
}
.main-order .info-table__table-btn {
	color: #fff;
	text-decoration: none;
}
.main-order .info-table__table-btn.active span:first-child,
.main-order .info-table__table-btn span:last-child {
	display: none;
}
.main-order .info-table__table-btn.active span:last-child {
	display: block;
}
.main-order .info-table__table-btn:hover {
	background-color: #69706d;
	opacity: 1;
	color: #fff;
	text-decoration: none;
}
.info-table__table-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 12px;
	line-height: 135%;
	color: #69706d;
	margin-bottom: 5px;
	padding-left: 10px;
}


.info-table__table-adtext{
    display: none;
}

  .info-table__table-adtext.visible {
    display: flex; 
}


.all-btn {
    font-size: 10px;
    padding: 5px;
    width: 70px;
    line-height: 1.2;
    display: inline-flex;
}