.calc_2_wrap {}
.calc_2__item {
	margin-bottom: 20px;
	display: none;
}
.calc_2__item__left {
	display: inline-block;
	width: 500px;
}
.calc_2__item table {}
.calc_2__item table tr td {
	padding: 3px 10px;
	position: relative;
}
	.calc_2__item table tr:nth-child(2) td {padding: 12px 15px;}
	.calc_2__item table tr:nth-child(3) td {padding: 6px 10px;}
	.calc_2__item table tr:nth-child(2) td:first-child {
		background-color: #EBECEC;
	}
	.calc_2__item table tr:nth-child(2) td:last-child {
		background-color: #D9DADA;
	}
	.calc_2__item table tr:nth-child(3) td {
		background-color: #525252;
	}
.calc_2__item__title {
	font-size: 18px;
	font-family: 'bold';
}
.calc_2__item .checkbox {
	margin-right: 10px;
}
.calc_2__item .radio {
	margin-bottom: 5px;
	white-space: nowrap;
	min-width: 200px;
}

.calc_2__item__right {
	width: calc(100% - 530px);
	max-width: 325px;
	display: inline-block;
	vertical-align: top;
	padding-top: 26px;
	padding-left: 20px;
}
.calc_2__item__right__btn {
	font-size: 15px;
	line-height: 15px;
	padding: 9px 15px;
}
.calc_2__item__right__warning {
	font-size: 11px;
	font-family: 'light';
}


/* forms */
.calc_2__form_wrap {
	display: block;
	position: fixed;
	z-index: 100000;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}
.calc_2__form_wrap:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}
.calc_2__form {
	min-width: 320px;
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding: 10px;
	position: relative;
}
.calc_2__form form {
	margin: 0;
}
	.calc_2__form form.calc_2__form_call {
		max-width: 310px;
	}
	.calc_2__form form.calc_2__form_vote {
		width: 650px;
	}
.calc_2__form__close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-family: 'bold';
	background-color: #6aac5a;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 10px;
    border-left: 1px solid #ffffff;
}
.calc_2__form__success {
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
	.calc_2__form__success.show {
		visibility: visible;
		opacity: 1;
	}
.calc_2__form__success:before {
	content: "";
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.calc_2__form__success span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}
.calc_2__form__title {
	width: 100%;
	background-color: #6aac5a;
    color: #ffffff;
    font-family: 'bold';
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}
.calc_2__form input[type="text"] {
	width: 100%;
	margin-bottom: 15px;
}
.calc_2__form select {
	width: 100%;
	margin-bottom: 15px;
}
.calc_2__form input[type="file"] {
	width: 100%;
	margin-bottom: 15px;
}
.calc_2__form textarea {
	width: 100%;
	margin-bottom: 15px;
}
.calc_2__form button[type="submit"] {
	background-color: #6aac59;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 15px;
    border-radius: 0;
}


/* props */
.tolshina {
	display: inline-block;
}
.tolshina_select {
    background-color: #ffffff;
	display: inline-block;
    width: 75px;
    padding: 4px 2px;
    margin-left: 5px;
}

.sizes {
	display: block;
	position: relative;
}
.sizes_input {
	display: inline-block;
	border: 1px solid #A5ADB7;
    padding: 4px 2px;
    width: 48px;
}

.count {
	display: inline-block;
}
.count_input {
	display: inline-block;
	border: 1px solid #A5ADB7;
    padding: 4px 2px;
    width: 48px;
}

.calc_2__item__img {
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
    right: 15px;
    bottom: 5px;
}


/* footer */
.calc_2__item__add {
	display: none;	
	position: relative;
	padding-left: 30px;
	border-bottom: none;
	margin-right: 20px;
}
	.calc_2__item:last-child .calc_2__item__add {
		display: inline-block;
	}
.calc_2__item__add:before {
	content: "";
	width: 23px;
	height: 23px;
	background-image: url(../i/plus.svg);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
}
.calc_2__item__add span {
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.calc_2__item__delete {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	border-bottom: none;
}
	.calc_2__item__delete.hide {
		display: none;
	}
.calc_2__item__delete:before {
	content: "";
	width: 23px;
	height: 23px;
	background-image: url(../i/minus.svg);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
}
.calc_2__item__delete span {
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.calc_2__item__to_calc {
	display: inline-block;
	border-bottom: none;
	background-color: #D9DADA;
	color: #000000;
	padding: 2px 7px;
	font-family: 'bold';
	font-size: 16px;
	visibility: hidden;
}
	.calc_2__item:last-child .calc_2__item__to_calc {
		visibility: visible;
	}