/* новый блок "информация" и форма заявки*/
.product-info-sheet *{
	box-sizing:border-box;
}
.product-info-sheet{
	border: 2px solid #072B73;
	border-radius: 10px;
	box-sizing:border-box;
	margin:22px 30px 35px 0;
	color:#292929;
	font-size:13px;
	padding:0 0 6px;
}
.product-info-sheet-title{
	background-color:transparent;
    border:0;
	border-radius:0;
    color:#072B73;
    font:24px/24px 'Roboto-Regular';
    padding:20px 0 0 15px;
    text-align:left;
}
.product-info-wrapper{
	padding:20px 15px 0;
}
.product-info-section{
	padding:0 0 20px;
}
.product-info-section a{
	color:#292929;
	text-decoration:underline;
}
.product-info-section a:hover{
	text-decoration:none;
}
.product-info-section > div{
	padding:10px 0 0;
}
.product-info-section > div:first-child{
	padding:0;
}
.product-info-section-title{
	font-size:14px;
	font-family:'Roboto-Bold';
}
.installment-info > div {
	padding: 0;
}
.installment-info .product-info-section-title {
	padding: 0 0 5px 0;
}
.product-info-section-subtitle {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #676767;
}
.product-info-section-icon {
	width:96.18px;
	height: 26.45px;
}
.info-accelerate-study{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center;
}
.info-accelerate-study .fast-btn{
	border:1px solid #cc0000;
	border-radius:20px;
	cursor:pointer;
	font-size:12px;
	height:30px;
	line-height:12px;
	min-width:110px;
	margin:0 0 0 10px;
	padding:8px 0;
	text-align:center;
}
.info-accelerate-study .fast-btn:hover{
	background-color:#cc0000;
	color:#fff;
}
.info-price{
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	margin:0 0 20px;
	padding:20px 0;
}
.info-price-wrap{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:flex-end;
	justify-content:space-between;
}
.info-price-discount-cont{
	background-color:#CCE6FF;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:7px 14px;
	text-align:center;
}
.info-price-discount-percent{
	font-size:20px;
	font-family:'Roboto-Bold';
	line-height:22px;
}
.info-price-discount-till{
	font-size:13px;
	margin-top:3px;
}
.info-price-data *{
	line-height:100%;
}
.product-info-price-item{
	padding:12px 0 0;
}
.full-price{
	text-decoration:line-through;
}
.full-price.valid{
	text-decoration:none;
}
.action-price{
	font-size:18px;
	font-family:'Roboto-Bold';
	padding:5px 0 0;
}
.info-reg-button{
	text-align:center;
}
.info-reg-button .order-form-btn{
	background-color:#FF1F00;
	border-radius:22px;
	color:#fff;
	display:block;
	font:14px/18px 'Roboto-Bold';
	padding:11px 0;
	text-align:center;
	text-decoration:none;
	text-transform:none;
}
.info-reg-button .order-form-btn:hover{
	background-color:#FF1F00;
	opacity:0.9;
}
.info-license{
	text-align:center;
}
.info-footnote{
	font-size:12px;
}

/* для учебного плана */
.program-accelerated *{
	line-height:100%;
}
.program-accelerated{
	padding:0 0 22px;
}
.program-accelerated > div{
	padding:0 0 8px;
}
.program-new-duration span{
	font-weight:bold;
}
.program-form-call a{
	color:#0076bc;
	font-weight:bold;
}

/* форма заказа */
.order-form{
	background-color:#CCE6FF;
	box-sizing:border-box;
	color:#292929;
	margin:20px 0 40px;
	padding:20px 18px;
}
.form-wrapper{
	padding:0 0 20px 0;
}
.bonus-info-block{
	box-sizing: border-box;
	padding:0 0 30px 0;
}
.bonus-info-block-title{
	color:#292929;
	font-size:20px;
	line-height:22px;
	padding:10px 0 0;
}
.bonus-info-content-wrap{
	position:relative;
}
.bonus-info-bg{
	background-image:url(/img/dpomipk/bonus-box.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:auto 100%;
	box-sizing: border-box;
	bottom:0;
	height:100%;
	max-height:174px;
	position:absolute;
	right:0;
	width:100%;
}
.bonus-info-content{
	padding:0 180px 0 0;
}
.bonus-info-content .bonus-info-block-subtitle{
	margin:0;
	padding:15px 0 25px;
}
.bonus-info-content ul{
	margin:0;
	padding:25px 0 0;
}
.bonus-info-block-subtitle + ul{
	padding:0;
}
.bonus-info-content ul li{
	font-size:13px;
	list-style:none;
	margin:0;
	padding:0 25px 18px 15px;
	position:relative;
}
.bonus-info-content ul li::before{
	content: '\2022';
    color: #072B73;
    position: absolute;
    left: 0;
    top: -12px;
    font-size: 32px;
}
.bonus-info-content ul li:last-child{
	padding-bottom:0;
}
.bonus-info-content ul li span{
	box-sizing:border-box;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px;
}
.form-base-sheet{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(205, 205, 205, 0.4);
	border-radius: 2px;
	box-sizing: border-box;
	margin:20px 0 0;
	padding:0;
}
.product-price-summary{
	border-bottom:1px solid #edf2f6;
	box-sizing:border-box;
	color:#3e3e3e;
	font-size:13px;
	/* height:89px; */
	height: 105px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
}
.price-summary-item{
	box-sizing:border-box;
	display:inline-block;
	/* width:185px; */
	width: 160px;
}
.price-summary-item:not(.product-discount):last-child{
	width:auto;
}
/* .price-summary-item.product-discount{
	width: 185px;
} */
.price-summary-item.product-price{
	height:100%;
	padding:0 0 0 25px;
}
.price-summary-item.product-price:before,
.price-summary-item.product-installment:before,
.price-summary-item.product-discount:before{
	content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.price-summary-content-wrap{
    display:inline-block;
	position:relative;
    vertical-align:middle;
	z-index:5;
}
.price-summary-item.product-installment_nv {
	height: 100%;
	padding: 0 0 0 15px;
}
.installment_text {
	font-size: 10px;
	line-height: 16px;
	color: #292929;
}
.installment_text b {
	font-family: Roboto-Bold;
}
.product-installment-item-op {
	color: #676767;
	font-weight: 400;
	font-size: 8px;
	line-height: 14px;
	margin: 1px 0 5px 0;
}
.product-installment-item-icon {
	width: 66px;
	border-radius: 2px;
}
.product-price-stroke{
	color:#969595;
    line-height:13px;
    padding:0 0 8px;
	text-decoration:line-through;
}
.product-price-valid{
	color:#292929;
	font:28px/32px 'Roboto-Bold';
}
.price-summary-item.product-installment{
	height:100%;
	padding:0 0 0 24px;
}
.product-installment-item-focus{
	font-weight:bold;
}
.price-summary-item.product-discount{
	text-align:center;
}
.product-discount-base-bg{
	background-color:#EEF2FF;
	box-sizing:border-box;
	border-radius:92px;
	height:185px;
	position:absolute;
	top:-52px;
	width:185px;
	z-index:1;
	margin-left: -11px;
}
.product-discount-bg-top{
	background-color:#CCE6FF;
	border-radius:74px;
	height:149px;
	left:18px;
	position:relative;
	top:18px;
	width:149px;
	z-index:2;
}
.product-discount-percent{
	color:#072B73;
	font: 28px/32px 'Roboto-Bold';
}
.product-discount-till {
	color:#676767;
}
.order-form-content{
	padding:30px 20px;
}
.order-form-title{
	color:#072B73;
	font-size:20px;
	line-height:26px;
	padding:0 0 12px;
}
.order-form-intro-msg{
	color:#000000;
	font-size:13px;
	line-height:16px;
	padding:0 0 15px;
}
.about-tarif{
	padding: 0 0 10px 0;
}
.order-form-error-msg{
	color:#ff0000;
	font-size:13px;
	padding:0 0 10px;
}
.order-form-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.order-form-item{
	box-sizing:border-box;
	border:none;
	font-size:13px;
	margin:0 0 15px;
	position:relative;
	width:176px;
}
.order-form-item:last-child{
	margin:0;
}
.order-form-item input,
.order-form-item input[type="text"],
.order-form-item textarea{
	border: 1px solid #CDCDCD;
	box-sizing: border-box;
	border-radius: 5px;
	border:1px solid #d2d4d3;
	padding:10px 10px 9px 14px;
	width:100%;
}
.order-form-item input:focus, .order-form-item input:active,
.order-form-item textarea:focus, .order-form-item textarea:active{
	outline:none;
}
.order-form-item textarea{
	height:63px;
	padding:10px 10px 9px 14px;
	resize:none;
	width:554px;
}
/* переопределить стили input при автозаполнении */
.order-form-item input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 50px #fff inset;
	-webkit-text-fill-color:#231f20;
	border-radius:0;
}
.order-form-item input[placeholder]{
	color:#676767;
    font:14px/18px 'Roboto-Regular';
    opacity:1;
}
.order-form-item input::-webkit-input-placeholder{
    color:#676767;
    font:14px/18px 'Roboto-Regular';
    opacity:1;
}
.order-form-item input::-moz-placeholder{
  color:#676767;
    font:14px/18px 'Roboto-Regular';
    opacity:1;
}
.order-form-item input:-moz-placeholder{
    color:#676767;
    font:14px/18px 'Roboto-Regular';
    opacity:1;
}
.order-form-item input:-ms-input-placeholder{
  color:#676767;
    font:14px/18px 'Roboto-Regular';
    opacity:1;
}
.order-form-item textarea[placeholder]{
	color:#676767;
    font:12px/14px 'Roboto-Regular';
    opacity:1;
}
.order-form-item textarea::-webkit-input-placeholder{
    color:#676767;
    font:12px/14px 'Roboto-Regular';
    opacity:1;
}
.order-form-item textarea::-moz-placeholder{
    color:#676767;
    font:12px/14px 'Roboto-Regular';
    opacity:1;
}
.order-form-item textarea:-moz-placeholder{
   color:#676767;
    font:12px/14px 'Roboto-Regular';
    opacity:1;
}
.order-form-item textarea:-ms-input-placeholder{
   color:#676767;
    font:12px/14px 'Roboto-Regular';
    opacity:1;
}
.order-form-own-educ{
	display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:row;
    flex-direction:row;
    justify-content: space-between;
	font-size:13px;
	padding:20px 0 0;
}
.own-educ-levels{
	width:325px;
}
.own-educ-item{
	display:inline-block;
    min-width:122px;
	margin:0 0 15px;
}
.own-educ-item:nth-last-of-type(-n+2){
	margin:0;
}
.own-educ-item label{
	cursor:pointer;
}
.own-educ-item input[type="radio"]{
	display:none;
	margin:0;
	padding:0;
}
.own-educ-item input[type="radio"] + span.radio-educ{
    position: relative;
}
.own-educ-item input[type="radio"] + span.radio-educ:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background: url(../img/study-radio-bl.png) no-repeat;
}
.own-educ-item input[type="radio"]:checked + span.radio-educ:before{
    background-position: -17px 0;
}
.own-educ-item-title{
    padding:0 0 0 25px;
    font:13px/13px 'Arial';
}
.order-form-accelerate-study{
	padding:20px 0 0;
	vertical-align:bottom;
}
.order-form-accelerate-study input[type="checkbox"],
.order-form-personal-policy input[type="checkbox"]{
	display:none;
	margin:0;
	padding:0;
}
.order-form-accelerate-study label{
	cursor:pointer;
}
.order-form-accelerate-study input[type="checkbox"] + span.accelerated-study-title,
.order-form-personal-policy input[type="checkbox"] + span.personal-policy-title{
	box-sizing:border-box;
	position:relative;
}
.order-form-accelerate-study input[type="checkbox"] + span.accelerated-study-title:before,
.order-form-personal-policy input[type="checkbox"] + span.personal-policy-title:before{
	border:1px solid #d2d4d3;
    background-color:#fff;
	box-sizing:border-box;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
}
.order-form-accelerate-study input[type="checkbox"]:checked + span.accelerated-study-title:after,
.order-form-personal-policy input[type="checkbox"]:checked + span.personal-policy-title:after{
	border-radius:0;
    border-left:2px solid #072B73;
    border-bottom:2px solid #072B73;
	content:'';
	height:5px;
    left:1px;
	position:absolute;
    top:3px;
    width:12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
span.accelerated-study-title,
span.personal-policy-title{
	display:inline-block;
	font-size:13px;
	line-height:13px;
	padding:4px 0 0 26px;
}
.order-form-personal-policy{
	vertical-align:bottom;
	font:14px/18px 'Roboto-Regular';
	color:#676767;
}
.order-form-personal-policy a{
	color:#676767;
}
.order-form-submit-button{
	display:block;
	padding:20px 0 24px;
	text-align: center;
}
.form-button{
	background-color: #FF1F00;
    border: none;
    border-radius: 22px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 14px/18px 'Roboto-Bold';
    outline: none;
    padding: 10px 45px 9px;
    text-decoration: none;
    text-transform: none;
}
.form-button:focus, .form-button:hover, .form-button:active{
	border:none;
	outline:none;
}
.form-button:hover{
	background-color:#ee0d00;
}
.personal-policy{
	font:13px/13px 'Arial';
	margin:0;
	padding:0;
}
/* конец новый блок "информация" и форма заявки*/

/* info-banks */
.info-banks{
	margin: 0 0 5px;
}
.info-banks-txt{
	font: 14px/16px 'Roboto-Regular';
	color: #292929;
	margin: 0 0 10px;
}
.info-banks-items{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.info-banks-items *{
	box-sizing: border-box;
}
.info-banks-item{
	margin-right: 3px;
	margin-bottom: 5px;
}
.info-banks-item:last-child{
	margin-right: 0;
}
.info-banks-item img{
	max-width: 100%;
}
.form-info-banks {
    width: 185px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 10px 19px;
}
.form-info-banks *{
	box-sizing: border-box;
}
.form-info-banks-item{
	display: flex;
	align-items: center;
}
.form-info-banks-img{
	margin-right: 8px;
}
.form-info-banks-img img{
	max-width: 100%;
} 
.form-info-banks-txt{
	color: #292929;
	font: 12px/14px 'Roboto-Regular';
} 
.banks-mts .form-info-banks-txt {
    color: #676767;
}
.form-info-banks-txt span{
	font: 14px/16px 'Roboto-Bold';
	display: block;
}
/* конец info-banks */