.print-page table.action {
    margin-top: 50px;
}

input[type=text].error, textarea.error{
    border-color: #e2261f;
	color: #e2261f;
}

input[type=checkbox].error + label {
	color: #e2261f!important;
}

/* калк - подарки */

.calc__promo-item--hidden {
    width: 160px;
}

.js-gift__rangeblock {
    display: none;
}

.js-gift__rangeblock.active {
    display: block;
}

.gift__less100 {
    width: 160px;
    height: 150px;
    padding: 0 0 0 15px;
    background: url(../images/promo-1/4.png) no-repeat left 15px bottom 15px;
}

.gift__less100 p {
    font-size: 13px;
    line-height: 16px;
    color: #7d7d7d;
}

.gift__text-darker {
    color: #000;
}

.gift__100300 {
    width: 160px;
    height: 150px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 16px;
}

.gift__link-choose {

}


.gift__100300-pierre,
.gift__100300-casio,
.gift__100300-trimmer,
.gift__100300-vesy,
.gift__100300-jbl {

}

.gift__100300[data-gift="pierre"] {
    background: url(../images/gifts/pierre-cardin.png) center bottom no-repeat;
}

.gift__100300[data-gift="casio"] {
    background: url(../images/gifts/casio.png) center bottom no-repeat;
}

.gift__100300[data-gift="trimmer"] {
    background: url(../images/gifts/trimmer.png) center bottom no-repeat;
}

.gift__100300[data-gift="vesy"] {
    background: url(../images/gifts/vesy.png) center bottom no-repeat;
}

.gift__100300[data-gift="jbl"] {
    background: url(../images/gifts/jbl.png) center bottom no-repeat;
}

.gift__100300[data-gift="shawl"] {
    background: url(../images/gifts/shawl.png) center bottom no-repeat;
}

.gift__100300-name {
    display: none;
}

.gift__100300-name.active {
    display: block;
}

.gift__title {
    font-weight: bold;
}

.modal-big {
    width: 770px;
    padding: 20px 0 35px;
}

.choose-gift h5 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.choose-gift__row {
    width: 100%;
    padding: 0px 23px 0 48px;
}

.choose-gift__row-item {
    float: left;
    margin: 0 16px;
    width: 135px;
    cursor: pointer;
}

.choose-gift__row-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 9px;
    border: 1px dashed #1a8559;
    margin-bottom: 5px;
}

.choose-gift__row-item.active img {
    border: 2px solid #1a8559;
}

.choose-gift__row-item span {
    display: block;
    text-align: center;
}

.gift__over300 {
    width: 160px;
    height: 150px;
    padding: 0 15px;
    background: url(../images/gifts/percent-icon.png) no-repeat left 16px bottom 34px;
    font-size: 13px;
    line-height: 16px;
}




.how-to-steps__item.hidden-bg {
    background: none;
}

textarea {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/* блок "Планы" */
.plans {
    padding-top: 47px;
    padding-right: 400px;
}

.plans h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.plans__plan-item + .plans__plan-item {
    margin-top: 25px;
}

.plans__plan-item h5 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #16780e;
    margin-bottom: 10px;
}


/* граница между блоками "Защищаем сбережения" и "Исполняем требования" */
.l-requirements {
	border-top: 1px solid #ebebeb;
}


/* правки 28.07 */
/*h3 {
	font-size: 32px;
}
*/
.faq-form h5 {
	width: 720px;
	margin-top: 8px;
	font-size: 18px;
	color: #262626;
}

.js-percent__action {
	font-size: 25px;
	font-weight: 600;
	color: #0a7754;
}

.menu li {
	padding-left: 15px;
}

.menu a {
	font-size: 12px;
}

.menu li.li-star {
	padding-left: 38px;
	background: url(../images/icon-star_blue.png) left 23px center no-repeat;
}

.menu li.li-star.active {
	background-image: url(../images/icon-star_green.png);
}

.i-star_blue {
	display: inline-block;
	vertical-align: text-top;
	width: 12px;
	height: 16px;
	margin-right: 4px;
	background: url(../images/icon-star_blue.png) center bottom no-repeat;
}

.i-star_blue.hovered {
	background-image: url(../images/icon-star_green.png);
}

.i-star_black {
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 16px;
	margin: -3px 4px -3px 0;
	background: url(../images/icon-star_black.png) center bottom no-repeat;
}

.i-star_black.invert {
	background: url(../images/icon-star_white.png) center bottom no-repeat;
}

/*.btn-group label span {
	padding-left: 12px;
	padding-right: 12px;
}
*/
.calc__group .btn-group {
	margin-bottom: 5px;
}

.calc__highrate {
	position: relative;
	visibility: hidden;
	font-size: 13px;
	color: #178054;
}

.calc__total-small {
	position: relative;
}

.calc__deadline {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -100%;
	top: 35px;
	padding: 7px 12px;
	background: #fff;
	border: 2px solid #d3af37;
	color: #131313;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	white-space: nowrap;
	border-radius: 3px;
	z-index: 10;
}

.js-percent__action:hover + .calc__deadline {
	display: block;
}

.calc__deadline:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: -8px;
	height: 8px;
	width: 14px;
	background: url(../images/arrow_deadline.png) 0 0 no-repeat;
}

.l-line {
	background: #d3af37;
	padding: 0px;
}

.l-line span{

    font-size: 32px;
    line-height: 48px;
    color: white;
    padding-bottom: 13px;
    padding-top: 8px;
  	display: inline-block;
    vertical-align: bottom;
}

.l-line a {
	 width: 160px;
    height: 41px;
    line-height: 43px;
    margin-left: 50px;
    margin-bottom: 13px;
    background-color: #188456;
    color: white;
    font-weight: bolder;
	border-radius: 24px;
	text-decoration: none;
text-align: center;
border-bottom: 0px;
}

.l-special {
	padding: 5vh 10px;
	background: url(../images/special_background.jpg) center no-repeat;
	background-size: cover;
}
@media (max-width: 645px){
	.l-special 
	{
		display: none;
	}
}


.l-special h2, .l-special h5 {
	color: #fff;
}

.l-special .main-promo {
	padding-top: 3vh;
}

.special-form {
	padding-top: 15px;
}

.main-promo_white {
	color: #fff;
}

.row_special {
	width: 530px;
}

.l-special input {
	font-family: "Open Sans", sans-serif;
	width: 250px;
	text-align: center;
}

.btn_yellow {
	background: #d3af37;
	border: 2px solid #fff;
	font-size: 18px;
	line-height: 44px;
	font-weight: normal;
}

.special-form_notice {
	display: block;
	padding-left: 12px;
	margin-top: 3px;
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.l-special .main-promo__title {
	padding-left: 42px;
	vertical-align: middle;
	height: 32px;
	font-size: 18px;
}
@media (max-width: 1000px){
	.l-special .main-promo__title {
		font-size: 14px;
		padding-left: 33px;
	}
}


.bold {
	font-weight: bold;
}
/*
.make-pdf {
	display: none;
}*/




/* пополнение */
.calc__refill-wrap {
	margin-bottom: 5px;
}
.calc_add
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.calc__refill-check {
	position: relative;
	padding: 0 20px 0 0;
	height: 20px;
	/*padding-top: 15px;*/
}
@media (max-width: 400px){
	.calc__refill-check 
	{
		padding: 0 5px 0 0;
	}
}


.checkbox {

}
.checkbox__input {
	display: none;
}
.checkbox__label {
	position: relative;
}
.checkbox__field {
	/*position: absolute;*/
	left: 0;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
}
.wrap_inactive .checkbox__field {
	cursor: default;
}
input[type="checkbox"]:checked + .checkbox__label .checkbox__field:after {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 3px;
	top: -5px;
	background: url(../images/v.png) no-repeat center;
}
/*.calc__refill-input {
	float: left;
	padding-top: 4px;
}
*/
.calc__refill-input i {
	font-size: 20px;
}
.calc__refill-input input {
	width: 100px;
	margin-right: 5px;
	margin-left: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-family: Open Sans;
	color: #252525;
}
@media (max-width: 400px){
	.calc__refill-input input {
		width: 90px;
		margin-right: 2px;
		margin-left: 5px;
	}	
}


.calc__refill-input input:disabled {
	background-color: #e9e9e9;
	color: #464646;
}
.calc__refill-input input:disabled:hover, .calc__refill-input input:disabled:focus {
	border-color: #e9e9e9;
	box-shadow: none;
}
.calc__refill-info {
	visibility: hidden;
	padding-right: 25px;
	font-size: 13px;
	line-height: 17px;
	color: #d65751;
}
.js-refinfo {

}
.js-refinfo_maxError {
	color: #d65751;
}
.js-refinfo_inactive {

}
input.input_maxError, input.input_maxError:focus {
	border-color: #d65751;
}
.calc__refill-wrap.wrap_inactive {
	opacity: .5;
}


/* Капитализация */
.calc__capit-check {
	width: 64px;
	height: 24px;
	float: left;
}




/* дедлайн */
.h1-wrap {
	/*white-space: nowrap;*/
}
.h1-wrap__text {
	display: inline-block;
}
.h1-wrap__deadline {
	display: inline-block;
}
.deadline {
	/*display: inline-block;*/
	position: relative;
	padding: 8px 15px 9px;
	background: #d3af37;
	font-size: 17px;
	font-weight: bold;
	color: #505050;
	border-radius: 5px;
    vertical-align: middle;
    text-transform: lowercase;
}
.deadline:before {
	transform: rotate(-90deg);
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 12px;
	top: -8%;
	margin-top: -3px;
	border: 8px solid transparent;
	border-right-color: #d3af37;
	border-left: 0;
}

.main-promo__item {

}
.main-promo__rate {
	float: left;
	padding-top: 5px;
}
.main-promo__deadline {
	display: block;
	float: right;
	padding-left: 34px;
	position: absolute;
	top: -26px;
}
.deadline_white {
	padding: 5px 10px 6px;
	background: rgba(255,255,255,.3);
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	border-radius: 3px;
}
@media (max-width: 1000px){
	.deadline_white
	{
		font-size: 12px;
	}
}
.deadline_white:before {
	left: 45%;
	top: 100%;
	margin-top: -3px;
	border: 6px solid transparent;
	border-right-color: rgba(255,255,255,.3);
	border-left: 0;
}