.zapis_1{

}
.my_calendar{
	display: flex;
	gap: 30px;
}
.sotr-item{
	padding: 0;
	box-shadow: none;
}

.bot_text{
	display: flex;
	flex-direction: column;
	gap:20px;
	margin-bottom: 60px;
}

.law-text{

}
.my_calendar h3{
	margin-bottom: 0;
}
.my_calendar h3 .z_time_back{
	font-size: 12px;
	text-transform: none;
}
.my_calendar h3 .z_time_back:hover{
	cursor: pointer;
	text-decoration: underline;
}

.times_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	font-size: 16px;
	line-height: 33px;
	margin-top: 53px;
	max-width: 352px;

}
.times_list .time_el{
	width: calc(25% - 10px);
	width:80px;
	height: 38px;
	padding: 2px 4px;
	border-radius: 3px;
	border: 1px solid #3B5884;
	text-align: center;
}
.times_list .time_el.avail{

}
.times_list .time_el:not(.avail){
	background-color: #F5F5F5;
	border-color: #F5F5F5;
}
.times_list .time_el.avail:hover{
	background-color: #CFE7FF;
	cursor: pointer;
}

.calendar-day.can.avail.checked, .times_list .time_el.avail.checked{
	background-color:#CFE7FF;
}
.calendar-day.dis{
	opacity: 0.5;
}

.sotr-name{
	width: auto;
}
.sotr-top{
	justify-content: space-between;
}

.sotr-photo{
	max-width: 365px;
}

.zapis_form{
	margin-top: 20px;
}
.zapis_form .subtit{
	font-size: 18px;
	font-weight: 500;
}


#z_form{
	width: 100%;
	max-width:635px;
}

.my_form {
	width: 100%;
	max-width: 750px;
/*	margin-left: auto;*/
	margin-right: auto;
}
.my_form a{
	text-decoration: underline !important;
}

.my_form .block_tit{
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-top: 30px;
}
.my_form .tit_2{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.my_form .f_line{
}




.my_form table,
.my_form tbody,
.my_form tr,
.my_form td {
	display: block;
	margin: 0;
	padding: 0;
}
.my_form td:last-child{
	padding-bottom: 20px;
}
.my_form label {
	font-size: 16px;
	width: 100%;
	margin: 0;

/*
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
*/
}

.my_form .f_line + .f_line label {
	margin-top: 20px;
}

.my_form label * + span{
	margin-left: 10px;
}
.my_form label + label, .my_form label span + input{
	margin-top: 10px;
}

.my_form .form-control {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border-radius: 0;
	border: 1px solid #F5F5F5;
	padding: 5px 18px;
	margin: 0px 0 0;
/*	margin-bottom: 20px;*/
	box-shadow: none !important;
	background: #ffffff;
	font-size: 16px;
}

.my_form .f_line.buttons{
	padding-top: 30px;
	display: flex;
	justify-content: left;
}

.my_form .btn{
	height: auto;
	cursor: pointer;
	color: #ffffff;
	padding: 26px 58px;
	border: 0px;
	min-height: 20px;
	background-color: #2F5083;
	text-transform: none;
}
.my_form .btn__submit{
}
.my_form .btn:hover{
}


.my_form .private-rules{
	margin-top: 15px;
}



#block {
	display: inline-block;
	vertical-align: top;
}
#block img {
	border: 1px solid #999;
	max-width: 200px;
}

.my_form .private-rules:not(.active){
/*	display: none;*/
}


.alert{
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert.error{
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
.alert.success{
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}

@media screen and (max-width:992px){
	.opros_wrapper{
		padding-left: 30px;
		padding-right: 30px;
	}
	.my_calendar{
		flex-direction: column;
	}
	.times_list{
		margin-top: 0;

	}
}
@media screen and (max-width:576px){
	.opros_wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
}