.lk__header-red{
	border-bottom: 1px solid #e9292a;
	font-family: 'pt_sansbold', Arial, Helvetica, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-size: 20px;
	line-height: 1;
	color: #e9292a;
	margin-bottom: 10px;
	text-decoration: none;
}
.lk__header-red:hover{
	border-bottom: 1px solid transparent;
	color: #e9292a;
	text-decoration: none;
}
.lk__period{
}
.lk-list{
	margin: 0 0 15px;
	counter-reset: num;
}
.lk-list li{
	margin: 0 0 5px;
	list-style: none;
}
.lk-list li::before{
	content: counter(num) '. ';
	counter-increment: num;
	color: #00b8af;
}
.lk__period-add{
	margin-top: 42px;
}
.lk__rules{
	margin: 33px 0 0 20px;
}
.lk__calendar{
	position: relative;
}
.lk__calendar input{
	padding-right: 30px;
	cursor: pointer;
}
.lk__calendar-icon{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 10px;
	display: block;
	width: 18px;
	height: 18px;
	background: url('build/img/lk-calendar-icon-18x18.png');
}
span.error-field{
	display: block;
	margin: -25px 0 25px;
	font-size: 14px;
	color: #f00;
}
.driver span.error-field{
	margin-top: 5px;
}

.error-message{
	padding: 9px 10px;
	margin-bottom: 15px;
	border: 1px solid #e9292a;
	font-size: 14px;
	color: #f00;
	border-radius: 2px;
}

.lk-modal{
	width: 700px;
	padding: 30px;
	overflow: hidden;
}
.modal{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	overflow: auto;
}
.modal:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.modal-dialog{
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	background: #fff;
	z-index: 1;
}
.modal-dialog a{
	outline: none;
}
.modal-dialog p:last-child{
	margin-bottom: 0;
}
.modal-open{
	overflow: hidden;
}
.lk-driver-kbm{
	overflow: hidden;
}
input.lk-driver-kbm-input{
	border-radius: 2px 0 0 2px;
	float: left;
	width: 63%;
}
.lk-driver-kbm-no{
	float: right;
	border: 1px solid #d0d0d0;
	border-width: 1px 1px 1px 0;
	border-radius: 0 2px 2px 0;
	float: right;
	width: 37%;
	height: 40px;
	padding: 10px;
	color: #8c8c8c;
}
.lk-delete-item{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(build/img/sprite.png);
	background-position: 0px -274px;
	background-size: auto auto;
	overflow: hidden;
	text-indent: 10000px;
}
#ui-datepicker-div{
	z-index: 2000 !important;
}
.lk-inline{
}
.lk-inline-item{
	display: inline-block !important;
	margin: 0 15px 0 0 !important;
	width: auto !important;
	vertical-align: middle !important;
}

.osago-edit .b-group-check{
	margin-bottom: 5px;
}

/*.polis-list__header:before, .polis-list__header.expanded:after{*/
	/*display: none;*/
/*}*/

.polis-list__item{
	/*padding-right: 0;*/
}


.polis-list__edit{
	display: block;
	float: right;
	margin-top: -7px;
	margin-left: 15px;
	width: 48px;
	height: 48px;
	background: url(build/img/policy-icon-edit.png) center center no-repeat;
}
.lk__pic-mt {
	margin-top: 5px;
}

.ng-cloak{display:none}

/* autocomplete */
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #000;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}

.corrector-fields .lk__calendar-input{
	margin-bottom: 15px;
}

.corrector-fields .kbm_result > p:not(:last-of-type){
	margin: 0;
}

.calc-data .with-input{
    margin: 10px 0;
}

.calc-data input{
    margin: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.police-edit .btn + .btn{
	clear: none;
    margin-right: 12px;
}

.link-wsm {
	display: none;
}

@media (max-width: 1279px) {
	.police-edit .lk__rules.pull-right{
		float: none !important;
	}
}
@media (max-width: 639px) {
	.police-edit .lk__rules.pull-right{
		margin-left: 20px;
	}

	.link-wsm {
		display: block;
		font-weight: 800;
		margin-bottom: 30px;
		margin-top: 30px;
		font-size: 21px;
		text-decoration: none;
	}

	.link-wsm span {
		border-bottom: 1px solid #000078;
	}
}

.confirm-form .b-insurance-result{
	text-align: left;
}
.confirm-form .b-insurance-result > div + div{
    margin-top: 10px;
}

.kbm-block{
    padding:15px;
    color: #8c8c8c;
    margin-bottom: 0;
}
.kbm-block__content {
    margin-top: 15px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    overflow: hidden;
}
.kbm-block .kbm-block__header{
    margin-bottom: 15px;
}
.kbm-block__column {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    width: -webkit-calc( 50% - 15px );
    width: calc( 50% - 15px );
}
.kbm-block__column:first-of-type {
    margin-right: 25px;
}
.kbm-block__line {
    margin-bottom: 5px;
    position: relative;
}
.kbm-block__line-title {
    display: inline-block;
    width: 80%;
}
.kbm-block__line-value {
    float: right;
    display: inline-block;
}

.letter-list__row {
	margin-bottom: 10px;
}

.letter-list__item {
	padding: 20px 0;
	border-top: 2px solid #e9e9e9;
}

.letter-list__item:last-child {
	border-bottom: 2px solid #e9e9e9;
}

.tx-dec_dash_span {
	cursor: pointer;
	color: #000078;
}
.polis-detail{
	position: relative;
	padding: 22px 0;
}
.history-list{
	background: #00000008;
}
.request-list__header{
	font-size: 18px;
	margin-bottom: 30px;
}

.loader-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 49;
	background: #FFFFFF99;
}
.loader-container{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader {
	width: 90px;
	height: 90px;
	border: 10px solid #E5E5E5;
	border-bottom-color: #000078;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
[data-ajax-form="request_response"].success .polis-form-wrapper{
	opacity: .6;
	pointer-events: none;
	position: relative;
}
[data-ajax-form="request_response"].success:before{
	content: 'Форма отправлена успешно';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

/* invitro_analyses */
.time-block {
	padding: 32px;
	background-color: rgba(248, 248, 248, 1);
	margin-bottom: 40px;
}

.time-description {
	color: rgba(138, 142, 164, 1);
}
.time-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 24px;
}
.time-slot {
	padding: 12px 16px;
	border-radius: 10px;
	background-color: white;
	border: 1px solid transparent;

	border-radius: 100px;
	color: rgba(0, 0, 120, 1);
	cursor: pointer;
	user-select: none;
}

	.time-slot.range-limit {
		background: rgba(0, 0, 120, 1);
		color: white;
	}
	.time-slot.selected {
		background: rgba(181, 197, 255, 1);
	}
	.time-slot.invalid {
		color: rgba(227, 79, 54, 1);
		background: rgba(255, 249, 249, 1);
		border-color: rgba(227, 79, 54, 1);
	}

	.time-result {
		opacity: 0;
		background: transparent;
		border: 0;
	}
	.time-result--invalid {
		opacity: 1;
		color: rgba(227, 79, 54, 1);
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		font-family: Arial, "sans-serif";
	}

	.form-analysis .dz-message {
		margin-bottom: 40px;
		background: rgba(248, 248, 248, 1);
		height: 183px;
		border-radius: 4px;
		border: 2px dashed rgba(221, 221, 225, 1);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		user-select: none;
	}
		.dropzone__title {
			color: rgba(138, 142, 164, 1);
			margin-bottom:8px;
		}

		.dropzone__description {
			color:rgba(0, 0, 120, 1);
			font-weight: bold;
		}

		.form-analysis .dz-max-files-reached .dz-message {
			cursor: default;
			pointer-events: none;
		}

		.form-analysis .dz-message {
			margin: 0;
		}
		.form-analysis .dropzone--invitro {
			border: 0;
			text-align: center;
			position: relative;
			margin-bottom: 30px;
			cursor: pointer;
		}
		.form-analysis .dz-error-message {
			display: none;
		}
		.form-analysis .dz-no-files .dz-message {
			border-color: rgba(227, 79, 54, 1);
			background: rgba(255, 249, 249, 1);
		}
		.form-analysis .dz-no-files.dz-started .dz-message {
			background: rgba(248, 248, 248, 1);
			border: 2px dashed rgba(221, 221, 225, 1);
		}

		.form-analysis .dropzone--invitro .dz-preview {
            display: flex;
            width: 100%;
            padding: 2px 10px;
            text-align: left;
		}

		.form-analysis .dz-preview .dz-filename, .form-analysis .dz-preview .dz-size {
			display: inline-block;
		}

		.form-analysis .dz-preview .dz-size {
			white-space: nowrap;
			overflow: hidden;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}

		.form-analysis .dz-preview .dz-filename {
			white-space: nowrap;
			overflow: hidden;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}

		.form-analysis .dz-preview .dz-progress {
			display: none;
			height: 15px;
			border: 1px solid #aaa;
		}

		.form-analysis .dz-preview .dz-progress .dz-upload {
			display: block;
			height: 100%;
			width: 0;
			background: green;
		}

		.form-analysis .dz-preview .dz-error-message {
			color: red;
			display: none;
		}

		.form-analysis .dz-preview.dz-error .dz-error-mark,
		.form-analysis .dz-preview.dz-error .dz-error-message,
		.form-analysis .dz-preview.dz-success .dz-success-mark {
			display: none;
		}

		.form-analysis .dz-preview .dz-error-mark,
		.form-analysis .dz-preview .dz-success-mark {
			position: absolute;
			display: none;
			top: 30px;
			width: 54px;
			height: 58px;
			left: 50%;
			margin-left: -27px;
		}

		.form-analysis .dz-preview .dz-remove {
            text-indent: -9999px;
            background-image: url('/local/templates/sogaz_lk/build/img/sprite.png?_=49a5f7b0');
            background-position: 0 -299px;
            width: 13px;
            height: 13px;
            margin-top: 3px;
            margin-left: 10px;
		}
		.form-analysis .dz-preview .dz-image {
			display: none;
		}
		.form-analysis .dz-no-files .dz-error-message {
			display: block;
			text-align: left;
			color: rgba(227, 79, 54, 1);
			font-size: 14px;
			line-height: 24px;
			font-weight: normal;
		}
		.form-analysis .dropzone__files {
			display: none;
		}
		.form-analysis .dz-drag-hover .dz-message {
			background: rgba(0, 255, 0, .2);
			border-color: rgba(0, 255, 0, .5);
		}

input.disabled {
	pointer-events:none;
}
input.field-invalid {
	color: rgba(227, 79, 54, 1);
	background: rgba(255, 249, 249, 1);
	border-color: rgba(227, 79, 54, 1);
}

.form-analysis__status_wrap {
	min-height: 200px;
}

.form-analysis__status {
	display: flex;
	display:none;
	gap: 20px;
	flex-direction: column;
}

	@media (min-width: 992px) {
		.form-analysis__status {
			gap: 50px;
			flex-direction: row;
		}
	}

.status__image {
	flex-shrink: 0;
}
.status__image img {
	display: block;
	margin: 0 auto;
}
.status__info h3 {
	font-size: 25px;
	line-height: 32.5px;
}
.form-analysis__city + .error {
	position: absolute;
	bottom: 5px;

	font-size: 14px;
	line-height: 24px;
	color: rgba(227, 79, 54, 1);
}

.fancybox-container {
    z-index: 30;
}
