@charset "UTF-8";
.text {
	line-height: 1.4;
	word-break: break-all;
}

.modal-details{
	min-width: auto;
}

.modal-main__inner{
	padding: 15px 15px 26px;
}

.clearfix::after {
    clear: both;
    content: '';
    display: block;
}

.consent-text {
	height: 400px;
	overflow-x: auto;
	margin-bottom: 26px;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #445C74;
}

.consent-text .steps{
	margin: 20px 0 28px;
}

.steps .step {
	background: #EAF4FC;
	float: left;
	position: relative;
	width: 100%;
	height: 50px;
	border-radius: 2px;
	margin-right: 18px;
}

.step .text {
	color: #445C74;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3em;
	display: inline-block;
	height: 36px;
	padding-top: 7px;
	margin-left: 60px;
	margin-right: 10px;
	text-align: left;
}

.step .num {
	background-image: url(/DT-NET/images/img_conditions-7bf816b9a201505fd4c5a0b485ce9384.png);
	width: 50px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
	padding-left: 16px;
	left: 0;
	position: absolute;
	top: 0;
}

.step.between {
	margin-top: 5px;
	margin-bottom: 5px
}

.items .items-write-border:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #445C74;
}

.items .items-write-border {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.items .items-write-border .items-write {
	position: relative;
	text-align: center;
	z-index: 1;
	color: #445C74;
	background-color: #FFF;
	font-size : 16px;
	line-height: 14px;
	display: inline-block;
	padding: 0 24px;
	font-size: 14px;
}

ol {
	counter-reset: num;
	padding: 0
}

.items .ol li {
    padding-left: 25px;
}

.items .ol li:not(:last-child) {
    margin-bottom: 5px;
}

body, html, ol li {
    position: relative;
}

.items .ol {
	line-height: 16px;
	font-size: 12px;
	color: #445C74;
	margin: 20px 0 38px;
}

ol li:before {
	position: absolute;
	counter-increment: num 1;
	content: counter(num) ".";
	display: inline-block;
	left: 0;
	width: 1.3em;
	height: 100%;
}

.items .ol li {
	padding-left: 25px;
}