/* fitting_form >>> */
.datepicker {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.datepicker--day-name {
	font-size: 10px;
}
.datepicker--day-name.-weekend- {
	color: #DE749E;
}
.datepicker--day-name,
.datepicker--nav-title,
.datepicker--nav-title i
 {
	color: #6A768A;
}

.datepicker--cell {
	height: 40px;
	border-radius: 0;
	border: 1px solid #fff;
}
.datepicker--cell.-selected- {
	border: 1px solid #fff;
}
.datepicker--cell-day.-disabled-, .datepicker--cell-day.-disabled-:hover {
	color: #dedede;
	background: none;
	cursor: not-allowed;
}
.datepicker--cell-day.-other-month- {
	color: #999;
}
.datepicker--cell-day.-other-month-.-disabled- {
	color: #dedede;
}
.datepicker--cell-day.-current- {
	color: #DE749E;
	background: #f0f0f0;
}
.datepicker--cell-day.-selected- {
	color: #fff !important;
	background: #DE749E !important;
}

.hours_over {
	display: none;
	color: #DE749E;
}
.ajax_hours_fix {
	position: relative;
	/*min-height: 75px;*/
}
.ajax_hours_wrap {
	display: none;
	margin: 0 -5px;
}
.select_hour_wrap {
	width: 25%;
	margin-bottom: 15px;
}
.select_hour_wrap.disabled {
	display: none;
}
.select_hour {
	text-align: center;
	border-radius: 5px;
	border: 1px solid #D7DBEA;
	cursor: pointer;
	padding: 4px 8px;
	margin: 0 5px;
}
.select_hour:hover {
	background: #efefef;
}
.selected .select_hour {
	color: #fff;
	background: #DE749E;
}

.hours_loading {
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	transition: all 0.2s ease 0s;
}
.hours_loading.active {
	z-index: 1;
	opacity: 1;
}
.hours_loading_gif {
	background: url(images/default/loading.gif) 50% 50% no-repeat;
}

.fit_result {
	display: none;
}
.fit_result .ico {
	width: 26px;
	height: 26px;
	min-width: 26px;
}
.fit_result_in {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #DE749E;
}
.fit_day_month, .fit_time {
	display: inline;
}

.fitting_info .ico {
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 50%;
	background: #D7DBEA;
}
.fitting_info .ico svg {
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 15%;
}
.fitting_info .text {
	font-size: 14px;
}

.custom-control-label, .custom-control-label a {
	color: #6A768A;
}

.fit_phone .ico {
	width: 32px;
	height: 32px;
	min-width: 32px;
}
.fit_phone .ico img {
	width: 100%;
}

.fitting_form .btn {
	width: 100%;
}

.form_decore img {
	width: 100%;
	height: 18px;
}

.form-control {
	font-family: 'Roboto', sans-serif;
	border-color: #D7DBEA;
}
.form-control:focus {
	box-shadow: none;
	border-color: #493121;
}
.form-control.input_error {
	border-color: #DE749E;
}

.user_aggreement, .user_aggreement a {
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}

.banner_wrap {
	width: 70%;
	margin: auto;
	line-height: 1.5;
	border: 1px solid #D7DBEA;
}
.banner_wrap span {
	font-size: 36px;
}
.banner_wrap .in {
}

.ajax_hide.hidden {
	display: none;
}
/* fitting_form <<< */

/* noka new-style */
.datepicker--cell-day.-selected- {
    color: #fff !important;
    background: #676766 !important;
}
.selected .select_hour {
    color: #fff;
    background: #676766;
}

.fit_result_in {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D9D9D6;
}
.form-control {
    font-family: 'Roboto', sans-serif;
    border-color: #D9D9D6;
}
.new-btn.fit_submit.disabled {
    cursor: not-allowed;
    background: #D9D9D6;
}
.new-btn.fit_submit.disabled:hover {
    background: #D9D9D6;
}
.fitting_form .new-btn:hover {
    background: #7c7c7b;
}
.new-btn, .new-btn:focus {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 2rem;
    border-radius: 3px;
    box-shadow: none !important;
    transition: all 0.3s ease 0s;
    border: none;
    background: #676766;
    z-index: 1;
}
.new-bg-footer {
    background: #535252;
}
.new-mob_close_btn {
	color: #676766;
}
.mob_menu_item {
    border-bottom: 1px solid #D9D9D6;
}
.mob_menu_item a {
    display: block;
    color: #676766;
    padding: 0.75rem;
    text-decoration: none;
    transition: all .4s ease 0s;
}
.new-mob_menu_item a:hover {
    color: #7c7c7b;
}
.w70 img {
	width: 70%;
}
.new-menu_tog {
	align-items: center;
    display: flex;
    justify-content: center;
}
.new-form_decore img {
    width: 100%;
    height: 27px;
}
.new-fitting_form_in {
	min-block-size: 530px;
}
label.input_error {
	margin: 3px 0 0;
	color: #DE749E;
	font-size: 12px;
}
input:focus, textarea:focus {
}

/* 2022-09-05 fitting m >>> */
.fit_title_wrap {
	padding-left: 15px;
	margin-bottom: 30px;
	border-left: 3px solid #DE749E;
}
.fit_title_wrap h1 {
	font-size: 24px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 12px;
}
.fit_page_new.fitting_form .btn {
	width: calc(100% - 30px);
	color: #fff;
	height: 48px;
	line-height: 48px;
	border-radius: 12px;
	box-shadow: none;
	text-transform: uppercase;
	background: #DE749E;
}

.item_descr {
    position: relative;
    line-height: 1.42;
    margin-bottom: 30px;
}
.item_descr p {
    height: 60px;
    overflow: hidden;
}
.item_descr span {
	display: block;
}
.more {
    position: absolute;
    right: 0;
	bottom: -6px;
    cursor: pointer;
    padding-left: 24px;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 20.25%);
}
.more .st1, .active .more .st0 {
    display: none;
}
.active .more .st1 {
    display: inline;
}
.active .more {
    position: relative;
    text-align: right;
}
.active.item_descr span {
	margin-bottom: 7px;
}
.active.item_descr p {
    height: auto;
}
.item_descr .item_descr_title {
	color: #676766;
	font-weight: 600;
}
/* 2022-09-05 fitting m <<< */

/* 240827 >>> */
input.form-control, input.form-control:focus {
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	border-radius: 12px;
	box-shadow: inset 2px 2px 4px 0 #bdc2d4;
	border: 1px solid #DCDFE6;
	background: #E0E5EF;
}

.datepicker-inline .datepicker {
	width: 99%;
	color: #6A768A;
	border-color: #D7DBEA;
}
.datepicker--nav-action path {
	stroke: #6A768A;
}
/* 240827 <<< */

/*** MEDIA >>> ***/
/* xs */
@media screen and (max-width: 575px) {
	h1,.h1 {
		font-size: 22px;
		line-height: 1.25;
	}
	h2,.h2 {
		font-size: 20px;
	}
	h3,h4,h5,h6,.h3,.h4,.h5,.h6 {
		font-size: 16px;
	}
}

/* sm */
@media screen and (min-width: 576px) {
	h1,.h1,.ajax_title {
		font-size: 28px;
	}
	h2,.h2 {
		font-size: 24px;
	}
	h3,h4,h5,h6,.h3,.h4,.h5,.h6 {
		font-size: 20px;
	}

	.select_hour_wrap {
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	.fitting_form_in {
		max-width: 360px;
		margin: auto;
	}
}

/* md */
@media screen and (min-width: 768px) {
	h1,.h1,.ajax_title {
		font-size: 24px;
	}
	h2,.h2 {
		font-size: 28px;
	}
	h3,h4,h5,h6,.h3,.h4,.h5,.h6 {
		font-size: 24px;
	}

	.fitting_form .btn {
		width: auto;
	}

	textarea.form-control {
		height: 114px;
	}
	.ajax_message_wrap {
		width: 70%;
	}
	.datepicker-inline .datepicker {
		width: 100%;
	}

	.btn_wrap1 {
		padding-top: 40px;
	}
	.fitting_form_in  {
		width: 680px;
		margin: auto;
	}
}
@media screen and (max-width: 991px) {
	.container {
		max-width: 100%;
	}
}

/* lg */
@media screen and (min-width: 992px) {
	h1,.h1,.ajax_title {
		font-size: 36px;
	}
	h2,.h2 {
		font-size: 32px;
	}
	h3,h4,h5,h6,.h3,.h4,.h5,.h6 {
		font-size: 28px;
	}
}

/* xl */
@media screen and (min-width: 1200px) {
}
/*** MEDIA <<< ***/