.text_block_timetable {
    border: 1px solid #E10886;
    padding: 20px 40px;
    margin: 40px auto 70px;
    max-width: 770px;
}
.timteable_title_textblock {
    color: #101010;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 12px;
}
.in_text_block_timetable {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
input#search_timetable {
    border-radius: 4px;
    background: var(--White, #FFF);
    width: 100%;
    padding: 10px 10px 10px 44px;
    height: 44px;
}
input#search_timetable::placeholder{
	color: #888;
	font-family: "PF Bulletin Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.ico_timetable_block {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 18px;
}
.ico_timetable_block svg {
    fill: #fff;
}
.search_timetable_block {
    position: relative;
    margin-bottom: 32px;
}
.timetable-filter {
    display: flex;
    justify-content: flex-end;
}
.timetable-filter .js-dateCarousel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#timetable-all .timetable-filter .myslick-next.slick-next {
    width: 48px;
    border: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#timetable-all .timetable-filter .myslick-prev.slick-prev {
    width: 48px;
    border: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#timetable-all .timetable-filter .myslick-next.slick-next svg{
	width:24px;
	height:24px;
}
#timetable-all .timetable-filter .myslick-prev.slick-prev svg{
	width:24px;
	height:24px;
}
.timetable-filter .js-dateCarousel svg {
    fill: #fff;
}
.week_days.my-slick-slide {
    color: #101010;
    text-align: center;
    background: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 8px 13px;
    line-height: 24px;
    border-top: 1px solid #D1D1D1;
    height: 40px;
    border-bottom: 1px solid #D1D1D1;
    min-width: 155px;
}
.timetable-filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
#timetable-header .time_ticket_row-head, #timetable-header .time_ticket_row {
    display: table-row;
    margin: 0;
}
#timetable-all .time_ticket_row-head .time-doctor, #timetable-all .time_ticket_row-head .time-item, #timetable-all .time_ticket_row .time-doctor, #timetable-all .time_ticket_row .time-item {
    margin: 0px !important;
    border-bottom: 1px solid #FFA0E5;
    border-top: 0px;
    border-right: 1px solid #FFA0E5;
    border-left: 0px;
    padding: 12px 16px;
    background-color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    vertical-align: baseline;
    text-align: left;
}
#timetable-header .time-item.day-block, #timetable-header .time_ticket_row-head .time-item, #timetable-header  .time_ticket_row .time-doctor, #timetable-header  .time_ticket_row .time-item {
    border-top: 1px solid #FFA0E5;
}
#timetable-all .time-doctor:first-child, #timetable-all .time-doctor:first-child {
    border-left: 1px solid #FFA0E5; 
}
#timetable-header .time-doctor {
    border-top: 1px solid #FFA0E5 !important;
    background: #FFFAFD !important;
}
.time_ticket #timetable-header  strong {
    color: #101010;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}
#timetable-header .time-item.day-block, #timetable-header .time_ticket_row-head .time-item {
    vertical-align: baseline;
    background: #FFFAFD;
}
.time-doctor a {
    color: #E10886;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    display: block;
    margin-bottom: 4px;
}
.active-item span {
    background: #ECFDF3;
    padding: 2px 6px;
    display: table;
    border-radius: 5px;
    color: #027A48;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.day-block .no_active {
    color: #B0B0B0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.active-item span.not_have {
    color: #B42318;
    background: #FEF3F2;
}
div#form_zapis {
    position: fixed;
    z-index: 99;
    top: 40px;
    height: calc(100% - 80px);
    width: 938px;
    background-color: #fff;
    padding: 28px 40px;
    overflow: auto;
	right:-954px;
	transition: all 0.2s linear;
}
div#form_zapis.active{
	right:16px;
}
div#back_form_zapis {
    z-index: 98;
    position: fixed;
    left: 0px;
    top: 0px;
	display:none;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.40);
}
div#back_form_zapis.active {
	display:block;
}
.top_submit_form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}
.ico_submit_form {
    border-radius: 2px;
    border: 1px solid #E10886;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ico_submit_form svg {
    width: 24px;
    height: 24px;
}
.name_submit_form {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.submit_zapis_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
}
.submit_zapis_data {
    margin-bottom: 30px;
}
.calendar_top_slider {
    display: flex;
    gap: 8px;
    align-items: center;
}
.ico_date_slider svg {
    fill: #fff !important;
}
.title_date_slider {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.calendar-header {
	display: flex;
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}
.calendar-week {
	display: flex;
}
.calendar-day, .calendar-header-day {
    flex: 1;
    padding: 12px 16px;
    min-height: 44px;
    box-sizing: border-box;
    border-right: 1px solid #FFA0E5;
    border-bottom: 1px solid #FFA0E5;
}
.calendar-day{
	height:76px;
}
.calendar-day.empty_day {
	background: #f9f9f9;
	color: #ccc;
}
.calendar-day.today {
	background: #e6f7ff;
	font-weight: bold;
}
.double_top_slider {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sl_right {
    width: 48px;
    border: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.sl_right svg {
    width: 28px;
    height: 28px;
	fill:transparent;
}
.sl_left {
    width: 48px;
    border: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    border-right: 0px;
}
.sl_left svg {
    width: 28px;
    height: 28px; fill:transparent;
}
.item_date_slider,.calendar_parent{
	display:none;
}
.right_top_slider {
    display: flex;
}
.item_date_slider.active,.calendar_parent.active{
	display:block;
}
.calendar-header {
    display: flex;
    font-weight: bold;
    text-align: left;
    background: #FFFAFD;
}
.calendar {
    border: 1px solid #FFA0E5;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}
.calendar-week:last-child .calendar-day {
    border-bottom: 0px;
}
.title_calendar {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.double_yellow_calendar {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #FFFAEB;
    padding: 8px 12px; width:100%;
}
.ico_calendar svg {
    fill: transparent !important;
}
.time_calendar_choicer {
    margin-bottom: 40px; flex-wrap:wrap;
}
.double_form_line {
    display: grid;
	gap:12px;
    grid-template-columns: repeat(2, 1fr);
}
.form_line {
    margin-bottom: 12px;
	position:relative;
}
.form_line label {
    color: #4F4F4F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: block;
    margin-bottom: 6px;
}
.form_line input {
    height: 44px;
    border-radius: 4px;
    border: 1px solid var(--Grey-200, #D1D1D1);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 16, 16, 0.05);
    padding: 10px 16px;
    width: 100%;
}
.form_line textarea {
    border-radius: 4px;
    border: 1px solid  #D1D1D1;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 16, 16, 0.05);
    padding: 10px 16px;
    width: 100%;
    height: 130px;
}
.checkbox_line input {
    position: absolute;
    width: auto;
    top: 0px;
    height: auto;
}
.checked_label {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;    z-index: 2;
}
.checked_label:before {
    content: " ";
    border-radius: 4px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
}
.checkbox_line input:checked+.checked_label:before {
    border: 1px solid #E10886;
    background: #FEF1FA;
}
.checkbox_line input:checked+.checked_label:after {
   width:16px;
   height:16px;
   content:" ";
   display:block;
   position:absolute;
   left:2px;
   top:2px;
   background:url('checked.svg')no-repeat;
}
.double_bottom_form {
    display: flex;
    margin-top: 40px;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
}
.send_form_button {
    border-radius: 4px;
    background: #E10886;
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.close_send_form_button {
    color: #E10886;
	cursor:pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #E10886;
}
.cifr_date {
    color: #B0B0B0;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}
.text_date {
    color: #B0B0B0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.cifr_date {
    color: #B0B0B0;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}
.text_date {
    color: #B0B0B0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.calendar {
    border: 1px solid #FFA0E5;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}
.title_calendar {
    color: #101010;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.ico_calendar svg {
    fill: transparent !important;
}
.double_yellow_calendar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #FFFAEB;
}
.yellow_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.time_calendar_choicer {
    margin-bottom: 40px;
}
body.fixed {
    position: fixed;
}
.dd_chc {
    color: #027A48;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: #ECFDF3;
    padding: 2px 6px;
    cursor: pointer;
    border-radius: 10px;
    display: block !important;
}
.dd_chc.active {
    background: #027A48;
    color: #fff;
}
.time_calendar_choicer {
    display: flex;
    gap: 12px;
}
.time_calendar_choicer .time label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: #ECFDF3;
    padding: 3px 7px;
    cursor: pointer;
    border-radius: 10px;
    margin: 0px;
    color: #027A48;
}
.time.no_time.disabled label {
    background: #F6F6F6;
    color: #4F4F4F;
}
.time.no_time.disabled {
    pointer-events: none;
}
.time_calendar_choicer .time input {
    opacity: 0;
    position: absolute;
    height: 8px;
}
.time_calendar_choicer .time input:checked+label {
    background: #027A48;
    color: #fff;
}
.time-doctor {
    min-width: 160px;
}
.shower_mobile_doctor{
	display:none;
}

.dd_chc.nhv {
    color: #B42318;
    background: #FEF3F2;
    display: table !important;
	pointer-events:none;
}
.mobile_date{
	display:none;
}
.mobile_button_date {
	display:none;
}
.ico_submit_form svg {
    fill: transparent;
}
.calendar-day:last-child, .calendar-header-day:last-child {
	border-right: 0px;
}
.show_form_success {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 560px;
    padding: 32px 40px;
    border-radius: 8px;
    background: #FFF;
    z-index: 999999;
	min-width:340px;
}
.show_form_success.active, .back_show_form_success.active{
	display:block;
}
.back_show_form_success {
    z-index: 999998;
    width: 100%;
	display:none;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(16, 16, 16, 0.40);
}
.top_show_form_success {
    margin-bottom: 20px;
}
.success_title_form_show {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}
.success_text_form_show {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.success_text_form_show {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}
.close_success_button {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #E10886;
	transition: all 0.2s linear;
    background: #E10886;
    display: table;
    margin-left: auto;
}
.close_success_button:hover{
	background-color:#fff;
	color: #E10886;
}
@media (max-width: 1199px) {
	.text_block_timetable {
		width: 620px;
		margin: 40px auto 100px;
	}
	.time-item {
		padding: 12px !important;
	}
	.active-item span {
		background: #ECFDF3;
		padding: 2px 3px;
	}
	div#form_zapis {z-index: 99999;}
	div#back_form_zapis {
		z-index: 99998;
	}
}

@media (min-width: 901px) {
	.time-item.day-block.active {
		display: table-cell;
	}
}
@media (max-width: 900px) {
	div#form_zapis {
		padding: 28px 40px;
		width: 736px;
	}
	.calendar-day, .calendar-header-day {
		min-width: 124px !important;
		padding: 12px;
	}
	.text_block_timetable {
		width: 100%;
		margin: 40px 0 100px;
		max-width: 100%;
	}
	div#timetable-header {
		display: none;
	}
	#timetable-all .time_ticket_row .time-item {
		display: none;
		width: auto;
		position: relative;
		border-right: 0px;
		border-bottom: 0px;
	}
	#timetable-all .time_ticket_row {
		display: block;
		margin: 0px;
	}
	#timetable-all .time_ticket_row .time-doctor {
		border-left: 0px;
		border-right: 0px;
		position: relative;
		max-width: 100%;
		width: 100%;
		display: block;
		border-bottom: none;
		border-top: 1px solid #FFA0E5;
	}
	.time_ticket_row:last-child .time-doctor {
		border-bottom: none !important;
	}
	.time_ticket {
		border: 1px solid #FFA0E5;
		border-radius: 5px;
		overflow: hidden;
	}
	.shower_mobile_doctor svg {
		fill: transparent;
	}
	.shower_mobile_doctor {
		display: block;
		position: absolute;
		right: 0;
		top: 0px;
		padding: 12px;
		z-index: 2;
		transition: all 0.2s linear;
	}
	.timetable-filter .js-dateCarousel {
		justify-content: center;
	}
	.active-item span {
		display: inline-block;
		margin-left: 8px;
	}
	.mobile_date {
		display: inline-block;
	}
	.mobile_button_date {
		display: inline-block;
		margin-left: auto;
		position: absolute;
		right: 12px;
		color: #E10886;
		font-size: 14px;
		padding: 8px 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		border-radius: 4px;
		border: 1px solid #E10886;
		top: 50%;
		margin-top: -19px;
	}
	.day-block .no_active {
		margin-left: 12px;
	}
	.shower_mobile_doctor.active {
		transform: rotateZ(180deg);
	}
	.time-item.active-item:before{
		display:none !important;
	}
	.time_ticket_row .day-block:after{
		display:none !important;
	}
	.in_form_zapis .mobile_button_date {
		display: none !important;
	}
	.in_form_zapis .mobile_date {
		display: none;
	}
	.dd_chc{
		text-align:center;
	}
	.calendar{
		overflow:auto;
	}
	div#form_zapis {
		top: 20px;
		height: calc(100% - 40px);
	}
}

@media (max-width: 768px) {
	div#form_zapis.active {
		right: 16px;
		width: calc(100% - 32px);
		padding: 33px 16px;
	}
	.submit_zapis_title {
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
	}
	.submit_zapis_text {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}
	.submit_zapis_data {
		margin-bottom: 20px;
	}
	.ico_date_slider {
		display: none;
	}
	.calendar_top_slider {
		justify-content: center;
	}
	.title_date_slider {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		margin-bottom: 12px;
		text-transform: capitalize;
		margin-bottom: 0px;
	}
	.calendar-day, .calendar-header-day {
		width: 100%;
		min-width: 0px !important;
		background: none !important;
		border: none !important;
		min-height: 40px !important;
		height: 40px !important;
		padding: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.calendar-header {
		background: none;
		text-align: center;
	}
	.calendar {
		overflow: initial;
		border: none;
		height: auto;
	}
	.text_date {
		display: none;
	}
	.cifr_date {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0px;
		color: #101010;
	}
	.calendar-day.today .cifr_date {
		background: #e6f7ff;
		border-radius: 50%;
	}
	.calendar-day.note_have .cifr_date {
		background: #E10886;
		border-radius: 50%;
		color: #fff;
	}
	.calendar-day.date_have .cifr_date {
		background: #ECFDF3;
		border-radius: 50%;
		color: #027A48;
	}
	.calendar-week {
		display: flex;
		margin-top: 4px;
	}
	.calendar-day.date_have.active .cifr_date {
		background: #027A48;
		color: #ECFDF3;
	}
	.double_form_line {
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
	}
	.time_calendar_choicer {
		display: flex;
		gap: 12px;
		flex-wrap: wrap;
	}
}