body {
	-webkit-tap-highlight-color:  transparent;
}
body._lock {
	overflow: hidden;
}
._hidden {
	display: none;
}
.timetable .sectionPdTAB {
	padding-top: 54px;
	padding-bottom: 54px;
}
.appointment-items{
	display: none;
}


/*Filter-timetable*/
.filter-timetable {
	width: 100%;
	background: #F1F1F1;
	border-radius: 25px;
}
.filter-timetable__content {
	padding: 8px 50px 8px 20px;
	position: relative;
}
.filter-timetable__btn {
	padding: 11px 20px 9px;
	margin: 8px 20px 8px 0px;
	border: none;
	color: #111111;
	background: #fff;
	line-height: 1;
	border-radius: 100px;
	cursor: pointer;
	transition: box-shadow .5s ease;
}
.filter-timetable__btn.active {
	box-shadow: 0 0 1px 2px #04a64b;
	cursor: default;
}
.filter-timetable__btn--filter-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	right: 22px;
	border: none;
	background: #fff;
	cursor: pointer;
	transition: box-shadow .5s ease;
}
.filter-timetable__btn--filter-icon img {
	display: inline-block;
	max-width: 80%;
	max-height: 80%;
}
.filter-timetable__btn--filter-icon span {
	margin-top: 4px;
}


/*Schedule*/
.schedule {
	margin: 0px 0px 150px 0px;
}
.schedule__title {
	margin: 0px 0px 45px 0px;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #111111;
}
.schedule__body {
	display: flex;
	text-align: center;
	margin: 0px 0px 33px 0px;
}
.schedule__text {
	margin: 0px 0px 0px auto;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #6B6B6B;
}
/*==============*/
.week {
	display: flex;
	align-items: center;
	margin: 0px 15px 0px 0px;
}
.week__text {
	margin: 0px 6px 0px 0px;
	color: #6B6B6B;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 11px;
	line-height: 1.4;
	color: #6B6B6B;
}
.week__date {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #6B6B6B;
	cursor: pointer;
	transition: color .3s ease;
}
.schedule__week-group {
}
/*============*/
.week-group {
	display: flex;
	align-items: center;
	margin: 0px 10px 0px 0px;
}
.week-group__date {
	margin: 0px 10px 0px 0px;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #6B6B6B;
	cursor: pointer;
	transition: color .3s ease;
}
.week-group__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin: 0px 8px 0px 0px;
	border-radius: 50%;
	background: #D4D4D4;
	border: none;
	cursor: pointer;
}
.week-group__btn.disabled {
	cursor: default;
}
.week-group__btn.disabled:before {
	opacity: 0.5;
}
.week-group__btn:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	position: relative;
	z-index: 1;
	transform: rotate(45deg) translate(-1.1px, 1px);
}
.week-group__btn--prev {
	transform: rotate(180deg);
}
.week-group__btn--next {
}

/*Table-schedule */
.table-schedule {
	display: flex;
	padding: 0px 0px 22px 0px;
	flex-wrap: wrap;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 4px 4px 16px rgba(0, 0, 0, 0.08);
	border-radius: 18px;
}
.row {
	display: flex;
	flex: 0 1 100%;
	padding: 15px 23px 30px;
	border-bottom: 1px dashed #C0E9D2;
}
.row--head {
	padding: 12px 23px;
	border-bottom: 1px solid #D4D4D4;
}
.row__left {
	display: flex;
	align-items: center;
	flex: 0 1 170px;
}
.row__left-head {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	color: #6B6B6B;
}
.row__right {
	display: flex;
	align-items: center;
	flex: 1;
}
.row-right__col {
	text-align: center;
	flex: 1 1;
	position: relative;
}
.row-right__day {
	display: block;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	color: #111111;
}
.row-right__date {
	display: block;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #6B6B6B;
}
.row-title {
	padding: 15px 23px 0px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #6B6B6B;
	border-bottom: none;
}
.row__name {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 15.5px;
	line-height: 1.3;
	color: #111111;
}
.row__name:hover {
	text-decoration: underline;
}
.table__btn {
	padding: 10px 20px;
	position: relative;
	border: 1px solid #04A64B;
	background: #fff;
	border-radius: 100px;
	transition: background-color .3s ease;
}
.btn__time::selection {
	background: transparent;
}
.table__btn.weekend {
	opacity: 0.3;
	pointer-events: none;
}
.table__btn.disabled {
	pointer-events: none;
	border: 1px solid #6B6B6B;
}
.table__btn.disabled .btn__time {
	color: #6B6B6B;
}
.table__btn.short {
	border: 1px solid #EB5055;
}
.table__btn.short .btn__time  {
	color: #EB5055;
}
.btn__time {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #04A64B;
}
.btn__text {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	transform: translate(-39px, -11px);
	transition: opacity .3s ease, visibility .3s ease;
}
.btn__info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 110%;
	left: 0;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #6B6B6B;
}
.btn__info--red {
	color: #eb5055;
}


/* Call-form */
.section--call-form {
	background: #EB5055;
}
.call-form {
	display: flex;
	padding: 32px 0px 30px;
	margin: 0px auto;
	max-width: 1030px;
}
.call-form__content {
	flex: 0 1 50%;
}
.call-form__title {
	padding-bottom: 0 !important;
	margin: 0px 0px 15px 0px;
	text-align: left;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: #FFFFFF;
}
.call-form__text {
	margin: 20px 0px 0px 0px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
	color: #FFFFFF;
}
.call-form form {
	flex: 0 1 50%;
	display: flex;
	flex-direction: column;
	max-width: 250px;
	margin: 0px 60px 0 auto;
}
.call-form__input {
	position: relative;
}
.call-form__input input {
	width: 100%;
	margin: 0px 0px 11px 0px;
	padding: 12px 20px;
	border-radius: 20px;
	border: none;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	background: #FFFFFF;
	color: #111111;
	box-sizing: border-box;
}
.call-form__placeholder {
	position: absolute;
	width: 100%;
	padding: 0px 0px 0px 5px;
	margin: -15px 0 0;
	border-left: 1px solid #6b6b6b;
	top: 50%;
	left: 57px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #6b6b6b;
}
._hide {
	display: none;
}
.call-form__input--tel {

}
.call-form__btn.btn {
	display: inline-block;
	align-items: center;
	padding: 0px 33px;
	width: 100%;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 42px;
	color: #E73137;
	background: #fff;
	border: none;
	border-radius: 20px;
	transition: background-color .3s ease;
}
.call-form__btn.btn img {
	margin: -5px 0px 0px 5px;
	vertical-align: middle;
}
.call-form__btn.btn:hover {
	background: rgba(250, 250, 250, .85);
}
.date-mobile {
	display: none;
}


.filter-timetable__btn:hover {
	box-shadow: 0 0 1px 2px #04a64b;
}
.filter-timetable__btn--filter-icon:hover {
	box-shadow: 0 0 1px 2px #04a64b;
}
.week__date:hover {
	color: #111111;
	}.week-group__date:hover {
		color: #111111;
	}
	.table__btn.short:hover {
		background: #EB5055;
	}
	.table__btn:hover .btn__text {
		opacity: 1;
		visibility: visible;
	}
	.table__btn:hover {
		background: #04A64B;
	}


	/* Popup */
	.popup {
		-webkit-overflow-scrolling: touch;
		z-index: 100;
		padding: 30px 10px;
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		transition: visibility 0.8s ease 0s;
		visibility: hidden;
	}
	.popup::before {
		content: "";
		background-color: rgba(0, 0, 0, 0.9);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.8s ease 0s;
	}
	.popup.show {
		visibility: visible;
		overflow: auto;
	}
	.popup.show::before {
		opacity: 1;
	}
	.popup.show .popup__body {
		transform: scale(1);
	}
	.popup._active {
		overflow: auto;
		visibility: visible;
	}
	.popup._active::before {
		opacity: 1;
	}
	.popup._active .popup__body {
		transition: all 0.3s ease 0.2s;
		transform: scale(1);
	}
	.popup__content {
		align-items: center;
		min-height: 100%;
		flex: 1 1 auto;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 90px;
    	margin-bottom: 60px;
	}
	.popup__body {
		transform: scale(0);
		transition: all 0.3s ease 0s;
		background-color: #fff;
		padding: 50px;
		width: 100%;
		max-width: 800px;
	}
	.popup__close {
		padding: 10px;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 8px;
		right: 8px;
		cursor: pointer;
		z-index: 30;
		border-radius: 50%;
		background: #04A64B url("/wp-content/themes/psstudio/img/icons/popup_close_button.svg") center no-repeat;
	}

	/*==================*/
	.popup {
	}
	.active {
	}
	.popup__content {
	}
	.popup__body {
		max-width: 340px;
		padding: 34px 23px 16px;
		background: #FFFFFF;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 4px 4px 16px rgba(0, 0, 0, 0.08);
		border-radius: 20px;
		box-sizing: border-box;

	}
	.popup__title {
		margin: 0px 0px 8px 0px;
		font-weight: 600;
		font-size: 15px;
		color: #40a64b;
	}
	.popup__doc-type {
		margin: 6px 0px 18px 0px;
		display: block;
		font-size: 12px;
		line-height: 1.3;
		font-weight: 400;
		color: #6B6B6B;
	}
	.popup__title, 
	.popup__text, 
	.popup__doc-type {
		font-family: 'Montserrat';
		line-height: 1.3;
		text-align: center;
	}
	.popup__doc-name {
		width: 100%;
		text-align: center;
		color: #000000;
		background: transparent;
		border: none;
		font-weight: 400;
		font-size: 16px;
		color: #6B6B6B;
	}
	.popup__data {
	}
	.popup__person {
		margin: 0px 0px 23px 0px;
	}
	.popup__person-title,
	.popup__tel-title {
		margin: 0px 0px 5px 0px;
	}
	.popup__person-title, 
	.popup__tel-title,
	.popup__choose {
		font-family: 'Roboto';
		font-weight: 400;
		font-size: 13px;
		line-height: 1.3;
		color: #6B6B6B;
	}
	.popup__person-name, 
	.popup__tel-number {
		font-family: 'Montserrat';
		font-weight: 400;
		font-size: 16px;
		line-height: 1.3;
		color: #000000;
		background: transparent;
		border: none;
	}
	.popup__tel {
		position: relative;
		margin: 0px 0px 18px 0px;
	}
	.popup__tel-title {
	}
	.popup__tel-number {

	}
	.popup__date {
		margin: 0px 0px 30px 0px;
	}
	.popup__date input {
		width: 100%;
		height: 40px;
		padding: 0px 12px 0 40px;
		position: relative;
		line-height: 40px;
		background: #FFFFFF url(/wp-content/themes/psstudio/img/icons/calendar__icon.png) 13px center no-repeat;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.08);
		border-radius: 20px;
		border: none;
		box-sizing: border-box;
	}
	.popup__change {
		display: block;
		margin: 0px 0px 35px 0px;
		font-family: 'Roboto';
		font-weight: 400;
		font-size: 12px;
		line-height: 1.3;
		color: #04A64B;
		text-decoration: underline;
	}
	.popup__change:hover {
		text-decoration: none;
	}
	.popup__choose {

	}
	.popup__choose-title {
		margin: 0px 0px 15px 0px;
		font-size: 14px;
	}
	.popup__buttons {
		display: flex;
		flex-wrap: wrap;
		margin: 0px 0px 25px 0px;
	}
	.popup__button {
		display: flex;
		justify-content: center;
		flex: 0 1 33.333%;
		position: relative;
	}
	.table__btn {
	}
	.popup__btn {
		padding: 10px 10px;
		margin: 0 auto 26px;
		display: block;
	}
	.popup__buttons .btn__info {
		top: 57%;
		left: 0;
		text-align: center;
		font-size: 8px;
	}
	.popup__submit {
		padding: 6px 15px;
		margin: 0 auto 0;
		display: block;
		font-family: 'Roboto';
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		color: #fff;
		border: 1px solid #04A64B;
		border-radius: 100px;
		cursor: pointer;
		transition: background-color .3s ease, color .3s ease;
	}

	.popup__submit:hover {
		background-color: #fff;
		color: #04A64B;
	}
	.input-unreg {
		width: 100%;
		height: 42px;
		line-height: 42px;
		padding: 0px 13px;
		font-size: 15px;
		background: #FFFFFF;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.08);
		border-radius: 20px;
		border: none;
		box-sizing: border-box;
	}
	.input-unreg::placeholder {
		font-size: 13px !important;
		color: #6b6b6b;
	}
	.input-unreg__placeholder {
		padding: 0px 0px 0px 6px;
		position: absolute;
		height: auto;
		top: 50%;
		left: 55px;
		font-size: 13px;
		font-family: 'Montserrat';
		font-weight: 400;
		line-height: 1.3;
		border-left: 1px solid #6b6b6b;
		color: #6b6b6b;
		transform: translate(0, -8px);
	}


	/* Checkbox */
	.checkbox {
		position: relative;
	}
	.checkbox__input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
		visibility: hidden;
	}
	.checkbox__input:checked + .checkbox__text.popup__btn {
		background: #40a64b;
	}

	.checkbox__input:checked + .checkbox__text.popup__btn .btn__time {
		color: #fff;
	}
	.checkbox__text {
		display: inline-flex;
		align-items: center;
		position: relative;
		font-size: 16px;
		color: #fff;
		letter-spacing: -0.3px;
		line-height: calc(20 / 16);
		cursor: pointer;
	}
	.checkbox__text.popup__btn:hover .btn__time {
		color: #fff;
	}




	@media (max-width:1200px){
		.btn__info {
			font-size: 11px;
		}
	}

	@media (max-width: 992px){
		.row__left-head {
			font-size: 12px;
		}
		.btn__time {
			font-size: 12px;
		}
		.btn__info {
			font-size: 8px;
		}
		.btn__text {
	    font-size: 11px;
	    transform: translate(-30px, -11px);
		}
		.table__btn {
			padding: 5px 6px;
		}
		.row__left {
			flex: 0 1 140px;
		}
		.row__name {
			font-weight: 400;
			font-size: 13px;
		}
		.row-title  {
			font-size: 12px;
		}
		.schedule {
			margin: 0px 0px 50px 0px;
		}
		.call-form form {
			margin: 0px 0 0 auto;
		}
		.popup__btn {
    	padding: 10px 10px !important;
  	}
	}

	@media (max-width: 768px){
		.table-schedule {
			padding: 0;
		}
		.sectionPdTAB.sectionPdTAB--title {
			padding-top: 20px;
			padding-bottom: 30px;
		}
		.schedule__title {
			font-size: 14px;
		} 
		.schedule__title span {
			display: block;
		}
		.schedule__title span:first-child {
			margin: 0px 0px 6px 0px;
		}
		.schedule__body {
			flex-wrap: wrap;
			margin: 0px 0px 8px 0px;
		}
		.week {
			flex: 0 1 100%;
			margin: 0px 0px 7px 0px;
		}
		.week-group {
			flex: 0 1 100%;
			margin: 0px 0px 26px 0px;
		}
		.schedule__text {
			margin: 0px 0px 4px 0px;
			font-size: 12px;
		}
		.row {
			flex-wrap: wrap;
			padding: 9px 23px 6px;
		}
		.row:last-child {
			border: none;
		}
		.row__left {
			flex:  0 1 100%;
		}
		.row.row--head {
			display: none;
		}
		.row-title {
			padding: 16px 23px 2px;
		}
		.row__name {
			margin: 0 0 15px;
		}
		.row__right {
			flex-wrap: wrap;
		}
		.row-right__col {
			display: flex;
			flex: 1 1 50%;
			margin: 0 0 15px;
		}
		.date-mobile {
			display: flex;
			flex-direction: column;
			margin: 0px 20px 0px 0px;
		}
		.table__btn {
			width: 105px;
			height: 36px;
		}
		.btn__info {
			display: flex;
			top: 75%;
			left: 63px;
		}
		.call-form__title {
			font-size: 16px;
		}
		.popup__btn {
    	width: auto;
    	height: auto;
  	}
	}

	@media (max-width:600px){
		.call-form {
			flex-wrap: wrap;
		}
		.call-form__content {
			flex: 0 1 100%;
		}
		.call-form form {
			flex: 0 1 100%;
			margin: 30px auto 0;
		}
		.call-form__content {
			text-align: center;
		}
		.call-form__title {
			text-align: center !important;
		}
		.date-mobile {
			margin: 0px 10px 0px 0px;
		}
		.filter-timetable__btn--filter-icon {
			padding: 0 !important;
		}
		.filter-timetable__btn--filter-icon img {
			width: 17px;
			height: auto;
		}
		.filter-timetable__btn--filter-icon span {
			margin-top: 3px;
		}
		.table__btn {
			width: 90px;
		}
		.filter-timetable__btn {
			padding: 8px 13px 7px;
			margin: 8px 10px 8px 0px;
		}
		.filter-timetable__btn--filter-icon {
			width: 29px;
			height: 29px;
			bottom: 15px;
			top: initial;
			margin: 0;
		}
		.btn__info {
			left: 48px;
		}
		.popup {
			padding: 0px;
		}
		.popup__body {
			width: 100%;
			max-width: 320px;
		}
		.popup__content {
			margin: 15px 0px;
		}
		.popup__btn {
    	width: auto;
  	}
	}