.catalog__basket_formtovar0{
	position:relative;
}
.catalog__basket_formtovar0.loader .basket_cont{
	visibility:hidden;
}
.catalog__basket_formtovar0.loader:after{
	content:'';
	position:absolute;
	display:block;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background:url(img/formtovar2_loader1.gif) center center no-repeat;
	background-size:auto 27px;
}
.catalog__basket_formtovar0 .add button{
	display:inline-block;
	border-radius:4px;
	font-family:PFDinTextCompProRegular;
	font-size:17px;
	color:#fff;
	line-height:1;
	text-decoration:none;
	padding:5px 17px;
	background-color:#008ea8;
	cursor:pointer;
	text-align:center;
	border:0;
}
.catalog__basket_formtovar0 .add button:hover{
	background-color:#47c2d8;
}
.catalog__basket_formtovar0 .add button:active{
	top:1px;
}
.catalog__basket_formtovar0 .result{
	display:none;
}
.catalog__basket_formtovar0 .result_ok{
	display:inline-block;
	vertical-align:middle;
	background:#73c018;
	text-align:center;
	padding:4px 17px 6px 17px;
	border-radius:4px;
}
.catalog__basket_formtovar0 .result_ok{
	line-height:1;
}
.catalog__basket_formtovar0 .result_ok a{
	font-size:16px;
	line-height:1;
	color:#fff;
	border:0;
	cursor:pointer;
	text-decoration:none !important;
}
.catalog__basket_formtovar0 .result_ok a:hover{
	text-decoration:none;
}
.catalog__basket_formtovar0 .result_cont .result_del{
	display:inline-block;
	vertical-align:middle;
	margin-left:6px;
	width:16px;
	height:16px;
	background:url(img/formtovar0_del3.png) no-repeat;
	cursor:pointer;
}
.catalog__basket_formtovar0.added .add{
	display:none;
}
.catalog__basket_formtovar0.added .result{
	display:block;
}


.catalog__basket_formtovar1 .add button{
	position:relative;
	display:inline-block;
	background:#702c87;
	padding:0 13px;
	font-size:23px;
	line-height:1;
	color:#fff;
	border:0;
	border-radius:5px;
	cursor:pointer;
	text-align:center;
	min-width:200px;
	height:50px;
}
.catalog__basket_formtovar1 .add button:hover{
	background:#5cc4f1;
}
.catalog__basket_formtovar1 .add button:active{
	top:1px;
}
.catalog__basket_formtovar1 .result{
	display:none;
}
.catalog__basket_formtovar1 .result_ok a{
	display:inline-block;
	vertical-align: middle;
	background:#00a920;
	padding:13px;
	font-size:23px;
	line-height:1;
	color:#fff;
	min-width:200px;
	border:0;
	border-radius:5px;
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
}
.catalog__basket_formtovar1 .result_ok a:hover{
	text-decoration:none;
}
.catalog__basket_formtovar1 .result_ok .del{
	margin-left:13px;
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	background:url(img/del3.png) no-repeat;
}
.catalog__basket_formtovar1 select{
	width:70px;
	height:50px;
	padding:5px;
	border-radius:5px;
	border:1px #949494 solid;
	padding-left:15px;
	font-size:20px;
	line-height:1;
}
.catalog__basket_formtovar1 select option{
	padding-left:15px;
}
.catalog__basket_formtovar1_col1{
	width:85px;
	float:left;
}
.catalog__basket_formtovar1_col2{
	margin-left:85px;
}
.catalog__basket_formtovar1.isset select{
	display:none;
}
.catalog__basket_formtovar1.isset .add{
	display:none;
}
.catalog__basket_formtovar1.isset .result{
	display:block;
}
.catalog__basket_formtovar1.isset .catalog__basket_formtovar1_col1{
	display:none;
}
.catalog__basket_formtovar1.isset .catalog__basket_formtovar1_col2{
	margin:0;
}

.catalog__basket_formtovar2 *{
	font-family:PFDinTextCompProRegular;
}
.catalog__basket_formtovar2{
	position:relative;
}
.catalog__basket_formtovar2 .basket_res{
	display:none;
}
.catalog__basket_formtovar2.loader .basket_cont{
	visibility:hidden;
}
.catalog__basket_formtovar2.loader:after{
	content:'';
	position:absolute;
	display:block;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background:url(img/formtovar2_loader1.gif) center center no-repeat;
	background-size:32px 32px;
}
/*
.catalog__basket_formtovar2.added .basket_calc{
	visibility:hidden;
}
*/
.catalog__basket_formtovar2.added .basket_calc:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#fff;
	opacity:0.7;	
}
.catalog__basket_formtovar2.added .basket_add{
	display:none;
}
.catalog__basket_formtovar2.added .basket_res{
	display:block;
}
.catalog__basket_formtovar2 .basket_cont:after{
	content:'';
	display:block;
	clear:both;
}
.catalog__basket_formtovar2 .basket_col1{
	float:left;
	width:50%;
}
.catalog__basket_formtovar2 .basket_col2{
	margin-left:55%;
}
.catalog__basket_formtovar2 .basket_calc{
	position:relative;
	border:1px #c7c7c7 solid;
}
.catalog__basket_formtovar2 .basket_minus{
	position:absolute;
	left:0px;
	top:10%;
	width:24%;
	height:80%;
	border-right:1px #c7c7c7 solid;
}
.catalog__basket_formtovar2 .basket_minus span{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#f0f0f0;
	background:url(img/formtovar2_minus4.png) center center no-repeat;
	cursor:pointer;
}
.catalog__basket_formtovar2 .basket_minus span:active{
	top:1px;
	opacity:0.6;
}
.catalog__basket_formtovar2 .basket_kolvo{
	position:absolute;
	left:50%;
	width:50%;
	margin-left:-25%;
	background:#f0f0f0;
}
.catalog__basket_formtovar2 .basket_kolvo input{
	width:100%;
	height:34px;
	font-size:23px;
	line-height:1;
	color:#000;
	font-weight:bold;
	text-align:center;
	border:0px;
	outline:0px;
}
.catalog__basket_formtovar2 .basket_plus{
	position:absolute;
	right:0px;
	top:10%;
	width:24%;
	height:80%;
	border-left:1px #c7c7c7 solid;
}
.catalog__basket_formtovar2 .basket_plus span{
	position:absolute;
	top:0;
	left:0px;
	width:100%;
	height:100%;
	background:#f0f0f0;
	background:url(img/formtovar2_plus4.png) center center no-repeat;
	cursor:pointer;
}
.catalog__basket_formtovar2 .basket_plus span:active{
	top:1px;
	opacity:0.6;
}
.catalog__basket_formtovar2 .basket_add button{
	position:relative;
	width:100%;
	border:0px;
	outline:0px;
	margin:0px;
	padding:0px 10px 0px 10px;
	cursor:pointer;
	font-size:22px;
	line-height:1;
	color:#fff;
	background-color:#008ea8;
	border-radius:7px;
}
.catalog__basket_formtovar2 .basket_add button:hover{
	background-color:#14adc9;
}
.catalog__basket_formtovar2 .basket_add button:active{
	top:1px;
}
.catalog__basket_formtovar2 .basket_res{
	width:100%;
	position:relative;
	background:#73c018;
	text-align:center;
	border-radius:7px;
}
.catalog__basket_formtovar2 .basket_res a{
	vertical-align:middle;
	display:inline-block;
	font-size:22px;
	color:#fff;
	text-decoration:none;
}
.catalog__basket_formtovar2 .basket_res a:hover{
	text-decoration:none;
}
.catalog__basket_formtovar2 .basket_res .del{
	position:absolute;
	left:100%;
	top:50%;
	display:inline-block;
	vertical-align:middle;
	background:url(img/formtovar2_del3.png) no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
	margin-left:13px;
}
.catalog__basket_formtovar2 .basket_res .del:hover{
	opacity:0.7;
}
.catalog__basket_formtovar2 .basket_res .del:active{
	opacity:1;
}

.catalog__basket_formtovar2.template_height_1{
	height:42px;
}
.catalog__basket_formtovar2.template_height_1 .basket_calc{
	height:42px;
}
.catalog__basket_formtovar2.template_height_1 .basket_kolvo{
	top:4px;
}
.catalog__basket_formtovar2.template_height_1 .basket_add button{
	height:42px;
}
.catalog__basket_formtovar2.template_height_1 .basket_add button{
	background-size:33px auto;
}
.catalog__basket_formtovar2.template_height_1 .basket_res{
	height:42px;
}
.catalog__basket_formtovar2.template_height_1 .basket_res a{
	line-height:42px;
}
.catalog__basket_formtovar2.template_height_1 .basket_res .del{
	margin-top:-8px;
}

.catalog__basket_formtovar2.template_height_2{
	height:50px;
}
.catalog__basket_formtovar2.template_height_2 .basket_calc{
	height:50px;
}
.catalog__basket_formtovar2.template_height_2 .basket_kolvo{
	top:8px;
}
.catalog__basket_formtovar2.template_height_2 .basket_add button{
	height:50px;
}
.catalog__basket_formtovar2.template_height_2 .basket_add button{
	background-size:43px auto;
}
.catalog__basket_formtovar2.template_height_2 .basket_res{
	height:50px;
}
.catalog__basket_formtovar2.template_height_2 .basket_res a{
	line-height:50px;
}
.catalog__basket_formtovar2.template_height_2 .basket_res .del{
	margin:4px 0 0 13px;
}



.catalog__basket_formtovar_korzina select{
	width:70px;
	height:50px;
	padding:5px;
	border-radius:5px;
	border:1px #949494 solid;
	padding-left:15px;
	font-size:20px;
	line-height:1;
}
.catalog__basket_formtovar_korzina select option{
	padding-left:15px;
}

.catalog__basket_formtovar_korzina2 input[type="text"]{
	width:70px;
	height:50px;
	padding:5px;
	border-radius:5px;
	border:1px #949494 solid;
	font-size:20px;
	line-height:1;
	text-align:center;
}

.catalog__basket_formtovar_korzina_del span{
	position:relative;
	display:inline-block;
	width:24px;
	height:24px;
	background-image:url(img/del3.png);
	cursor:pointer;
}
.catalog__basket_formtovar_korzina_del span:active{
	top:1px;
}