section.page_content .cont {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 104.5%;
}

section.page_content .cont ol {
    padding: 0 30px;
}

section.page_content .cont ol li {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
}

section.page_content .cont ol li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 153.5%;
    margin-top: 15px;
}

section.page_content .cont ul li a {
    color: #17469e;
    transition: .2s linear;
    transition: .2s linear;
    text-decoration: none;
    border-bottom: 1px solid;
}

section.page_content .cont ul li a:hover {
    border-bottom-color: transparent;
}

ul.sub-list {
    padding: 0 20px;
}

span.lbl-input {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 104.5%;
    margin: 0 0 20px;
    display: block;
}

span.prompt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 104.5%;
    display: block;
    margin: 10px 0 0;
    opacity: 0.6;
}

input:invalid {
	border-color: red;
}

input:invalid:not(:placeholder-shown) {
	border-color: red;
}

/*input:valid {
	border-color: green;
}

input:valid:not(:placeholder-shown) {
	border-color: green;
}*/


input::-moz-placeholder { 
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 104.5%;
	opacity: 0.6;
}


input::-webkit-input-placeholder { 
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 104.5%;
	opacity: 0.6;
}


input::placeholder {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 104.5%;
	opacity: 0.6;
}

 
.slide .title span.title-yellow {
    color: #000;
    padding: 28px;
    background: #fff200;
    display: block;
}

.slide-cont {
    color: #000;
    padding: 28px 0;
    /*background: #fff200;*/
	font-size: 16px;
	font-weight: 450;
	line-height: 150%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.line-top:before {
	content: "";
	width: 20%;
	height: 1px;
	background: #000;
	display: block;
	top: -14px;
	position: relative;
}

.line-top {
    padding-top: 14px;
    display: block;
    margin: 15px 0 0;
}

.white_line-top:before {
	content: "";
	width: 20%;
	height: 1px;
	background: #fff;
	display: block;
	top: -14px;
	position: relative;
}

.white_line-top {
    padding-top: 14px;
    display: block;
    margin: 15px 0 0;
	color: #fff;
}










