ul.calc-grid {
	overflow: hidden;
	z-index: 100;
}

ul.calc-grid > li{
	padding-top: 15px;
	float: left;
	width: 50%;
	z-index: 200;
}

ul.calc-grid > li:nth-child(odd) {
	padding-right: 2%;
	clear: left;
}

ul.calc-grid > li:nth-child(even) {
	padding-left: 2%;	
}

.c-grid > li.hidden {
	display: none;
}

section.calc-generic {
	padding-bottom: 40px;
	color: #fff;
}

section.calc-generic .wrapper {
	background: url(../v2_img/bg-pat.png) repeat 0 0;
	-webkit-box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.53);
	box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.53);
}

section.calc-generic .wrapper .inframe {
	background: url(../v2_img/bg-calc.jpg) no-repeat 50% 0;
	padding: 20px 15px;
	position: relative;
}

section.calc-generic .hdr {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

section.calc-generic .step {
	border-top: 1px solid #878787;
	display: block;
	text-align: center;
	color: #fff;
}

section.calc-generic .step.right {
	text-align: right;
}

section.calc-generic .step.left {
	text-align: left;
}

section.calc-generic .step > span {
	background: #878787;
	padding: 15px 35px;
	display: inline-block;
	margin: 0 auto;
}

section.calc-generic .step > a {
	background: #3399ff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 35px;
	display: inline-block;
	margin: 0 auto;	
}

section.calc-generic .pre-grp {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #4e8afb;
	padding-bottom: 10px;
	display: inline-block;
}

section.calc-generic .post-grp {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	display: inline-block;	
}

.cup-card {
	color: #fff;
	padding: 15px 25px;
	background: url(../v2_img/bg-cup-card.jpg) no-repeat top center;
	width: 100%;
	min-height: 283px;
	position: relative;
}

.cup-card-calc {
	padding: 25px;
}

.frame-helper .f-selector,
.cup-card .f-selector,
section.calc-generic .f-selector {
	display: table;
	width: 100%;
	margin: 12px 0 14px;
}

.frame-helper .f-slave,
.frame-helper .f-selector,
.cup-card .f-selector {
	width: auto;
	position: absolute;
	left: 25px;
	top: 74px;
}

.frame-helper .f-slave {
	left: 10px;
	top: 54px;
}

.frame-helper .f-selector {
	left: 10px;
	top: 84px;
}


section.calc-generic.decor-calc .f-selector {
	margin: 0 0 14px;
}

.frame-helper .f-selector > li,
.cup-card .f-selector > li,
section.calc-generic .f-selector > li {
	display: table-cell;
	text-align: left;
	font-size: 16px;
}

.frame-helper .f-selector > li {
	font-size: 14px;
}

.frame-helper .f-selector > li,
.cup-card .props.f-selector > li {
	vertical-align: middle;
	float: none;
}

.frame-helper .f-selector > li a,
.cup-card .f-selector > li a,
section.calc-generic .f-selector > li a {
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	color: #fff;
}


.frame-helper .f-selector > li.active  a {
	background: #4e8afb;
	color: #fff;
}

.frame-helper .f-selector > li a {
	border: 1px solid #4e8afb;
	color: #4e8afb;
}

.frame-helper .f-selector > li a,
.cup-card .f-selector > li a {
	padding: 5px 10px;
}

.cup-card .f-selector > li.active a,
section.calc-generic .f-selector > li.active a{
	background: #4e8afb;
	border: 1px solid #4e8afb;
}

section.calc-generic .f-selector > li.video {
	text-align: right;
}

section.calc-generic .f-selector.f-only > li:last-child {
	text-align: left;
}

section.calc-generic .f-selector.f-only  > li a {
	padding: 10px 20px 10px 0;
}

section.calc-generic .f-selector > li.video a {
	padding-right: 0;
	text-decoration: underline;
	border: none;
}

section.calc-generic .f-selector > li.video a > span {
	padding-left: 30px;
	background: url(../v2_img/d-yt.png) no-repeat left center;
}


section.calc-generic ul.tbl {
	display: block;
	overflow: hidden;
	margin-top: 15px;
}

section.calc-generic ul.tbl > li {
	display: block;
	width: 25%;
	float: left;
	padding-bottom: 15px;
}

section.calc-generic ul.tbl > li:nth-child(3n+1) {
	width: 50%;
	clear: left;
}

section.calc-generic ul.half {
	display: block;
	overflow: hidden;
}

section.calc-generic ul.half > li {
	display: block;
	width: 50%;
	float: left;
}

section.calc-generic ul.half > li dl {
	display: block;
	overflow: hidden;
	width: 100%;
}

section.calc-generic ul.half > li dl > dd,
section.calc-generic ul.half > li dl > dt {
	width: 60%;
	float: left;
	display: block;
	padding-bottom: 10px;
}

section.calc-generic ul.half > li dl > dd {
	width: 40%;
}

option.disabled {
	display: none;
}

.cup-sizes {
	overflow: hidden;
	float: right;
}

.cup-sizes.after {
	float: left;
	margin: 15px 0 0 0;
}

.cup-sizes.after span {
	text-align: center;
	display: block;
	font-size: 11px;
	margin-bottom: 2px;
	max-width: 86px;
}

.cup-sizes > a {
	padding: 10px 25px;
    float: left;
    display: block;
    color: #ffd800;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ffd800;
}

.cup-sizes > a#gradient {
	border: 1px solid #fff;
	color: #fff;
}

.cup-sizes.after a img{
	opacity: 0.5;
}

.cup-sizes.after a.active img {
	opacity: 1;
}

.cup-sizes > a {
	padding: 10px 25px;
    float: left;
    display: block;
    color: #ffd800;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ffd800;
}

.cup-sizes > a:hover {
	color: #000;
    background: #ffd800;	
}


.standart-fixed{
	float: left;
	margin-right: 15px;
}

.standart {
	float: left;
	width: 400px;
}

.cup-sizes .title {
	padding-bottom: 10px;
	height: 29px;
	display: block;
}

.cup-sizes .custom {
	width: 86px;
	margin-right: 14px;
	float: left;
	position: relative;
}

.cup-sizes .standart div.owl-item > div > span.active,
.cup-sizes .custom > div > span {
	background: rgba(78,138,251,0.6) url(../v2_img/d-cb.png) no-repeat center;
	position: absolute;
	left: 0;
	right: 0;
	height: 86px;
	z-index: 100;
}

.cup-sizes .custom img,
.cup-sizes .owl-carousel .owl-item img {
	max-width: 86px;
	border: 2px solid #eee;
}

section.calc-generic .block-nav {
	padding-top: 17px;
	width: 45px;
	position: relative;
	float: left;
}

section.calc-generic .block-nav .flex-next,
section.calc-generic .block-nav .flex-prev {
	background: url(../v2_img/d-cnav.png) 0 0 no-repeat;
	width: 43px;
	height: 43px;
	display: block;
}

section.calc-generic .block-nav .flex-prev {
	background-position: 0 -43px;
}

section.calc-generic .block-nav .flex-prev:hover {
	background-position: -43px -43px;	
}

section.calc-generic .block-nav .flex-next:hover {
	background-position: -43px 0;	
}

section.calc-generic .warning {
	text-align: center;
	font-size: 12px;
	display: block;
	margin: 12px 0 0;
}

section.calc-generic .attribs {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 26px;
	display: block;
}

section.calc-generic .attribs.no-gap {
	padding-bottom: 0px;
}

section.calc-generic .attribs.wgap {
	margin-top: 18px;
	padding-bottom: 0;
}

.calc-generic .b-grid input,
.calc-generic .c-grid input {
	text-align: center;
	font-size: 16px;
	display: block;
	width: 100%;
	line-height: 33px;
	height: 33px;
	padding: 0 10px;
	margin: 12px 0 0 0;
	border: none;
}

.calc-generic .c-grid span {
	background: url(../v2_img/d-dims.png) no-repeat 0 0;
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
	font-size: 16px;
	display: block;
	color: #fff;
}

.calc-generic .c-grid.no-gfx span {
	background: none;
	padding: 0;
}

.calc-generic .c-grid span.h {
	background-position: 0 -22px;
}

.calc-generic .c-grid span.d {
	background-position: 0 -44px;
}

.calc-generic .c-grid span.r {
	background-position: 0 -66px;
}

.cup-card .props-title,
.calc-generic .props-title {
	width: 132px;
	margin: 20px 0 0;
	float: left;
	clear: left;
}

.cup-card .props {
	float: left;
	margin: 20px 0 0;
	clear: left;
}

.cup-card .props .box {
	padding: 0;
}

.calc-generic .props {
	float: left;
	margin: 20px 0 0;
}

.frame-helper .props {
	margin: 5px 0;
	overflow: hidden;
}

.frame-helper .props > li,
.cup-card .props > li,
.calc-generic .props > li {
	padding-right: 20px;
	float: left;
	position: relative;
}

.frame-helper .props > li {
	padding: 0 5px;
}

.frame-helper .props.right > li {
	float: right;
	text-align: right;
}

.frame-helper .props.right > li input {
	width: 30%;
	text-align: right;
	margin-left: 10px;
}

.calc-generic .props > li.box {
	width: 120px;
}

.calc-generic .props .decor {
	font-size: 12px;
	width: 200px;
	bottom: -26px; left: 0px;
	position: absolute;
}

.calc-generic .props .decor > p > span {
	display: block;
	margin-top: 10px;
}

.calc-generic .props .decor > img {
	float: left;
	margin-right: 10px;
}

.frame-helper .props > li .radio,
.cup-card .props > li .radio,
.calc-generic .props > li .radio {
	background: url(../v2_img/d-radio.png) no-repeat 0 0;
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	margin-right:10px;
	cursor: pointer;
}

.frame-helper .props > li .radio.active,
.cup-card .props > li .radio.active,
.calc-generic .props > li .radio.active {
	background-position: 0 -22px;
}

.cup-card .props > li input,
.calc-generic .props > li input{
	font-size: 16px;
	width: 50px;
	display:inline;
	line-height: 33px;
	height: 33px;
	padding: 0 10px;
	margin: -8px 0 0 10px;
	text-align: center;
	border: none;
}

.frame-helper .props > li .check,
.cup-card .props > li .check,
.calc-generic .props > li .check {
	background: url(../v2_img/d-check.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right:10px;
	cursor: pointer;
}

.frame-helper .props > li .check.active,
.cup-card .props > li .check.active,
.calc-generic .props > li .check.active {
	background-position: 0 -20px;	
}

.frame-helper .props > li .help,
.cup-card .props > li .help,
.calc-generic .props > li .help {
	background: url(../v2_img/d-help.png) no-repeat right center;
	padding-right: 25px;
}

.cup-card .props > li select,
.calc-generic .props > li select {
	line-height: 33px;
	height: 33px;
	padding: 0 10px;
	border: 1px solid #eee;
	margin-top: -8px;
}

.calc-generic .options {
	color: #444;
	background: #fff;
	border: 2px solid #eee;
	margin: 18px 0;
}

.calc-generic .options.dark {
	background: #f2f2f2;
	color: #9f9f9f;
}

.calc-generic .options > .header {
	font-size: 16px;
	color: #fff;
	background: #3399ff;
	text-align: center;
	display: block;
	height: 34px;
	line-height: 34px;
	text-transform: none;
}

.calc-generic .options dl {
	overflow: hidden;
	border-top: 2px solid #eee;
}

.calc-generic .options dl>dt,
.calc-generic .options dl>dd {
	padding: 10px;
	width: 70%;
	float: left;
}

.calc-generic .options dl>dt{
	cursor: pointer;
	padding-left: 16px;
}

.calc-generic .options dl>dt span.check  {
	background: url(../v2_img/cc-sprite.png) no-repeat 0 -65px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-left:-10px;
}

.calc-generic .options dl>dt span.check.active {
	background-position: 0 -95px;	
}

.calc-generic .options dl.locked>dt span.check.active {
	background-position: 0 -125px;	
}

.calc-generic .options dl.level-2 {
	background: #f2f2f2;
}

.calc-generic .options dl.level-2 > dt {
}

.calc-generic .options ul.level-3 {
	overflow: hidden;
	background: #dbdbdb;
	margin: 0;
	padding: 5px;
	border-bottom: 2px solid #eee;
}

.calc-generic .options ul.level-3 > li {
	font-size: 12px;
	width: 10%;
	float: left;
}

.calc-generic .options ul.level-3 > li input {
	width: 30px;
	text-align: center;
}

.calc-generic .options ul.level-3 > li:first-child {
	width: 70%;	
}

.calc-generic .options dl>dd {
	font-size: 13px;
	width: 30%;
	text-align: right;
}

.calc-generic .options.eq > ul > li {
    border-top: 2px solid #eee;	
}

.calc-generic .options.eq > ul > li:first-child {
	border: none;
}

.calc-generic .options.eq a {
	color: #444;	
	height: 30px;
	line-height: 30px;
	display: block;
	text-decoration: none;
}

.calc-generic .options.eq > ul > li {
	padding: 0 0 0 5px;
}

.calc-generic .options.eq li > a {
	padding-left: 16px;	
	background: url(../v2_img/cc-sprite.png) no-repeat 0 0;
}

.calc-generic .options.eq li.active > a {
	background-position: 0 -30px;
}


.calc-generic .options.eq li {
	position: relative;
}

.calc-generic .options.eq li.check > a {
	background-position: 0 -60px;
}

.calc-generic .options.eq li > span.ttl {
	position: absolute;
	top: 5px;
	right: 5px;
}

.calc-generic .options.eq li > span.ttl.red {
	background: #ff0000;
}

.calc-generic .options.eq li.check.active > a {
	background-position: 0 -90px;
}

.calc-generic .options.eq li > ul {
	display: none;
	margin: 0 0 0 16px;
}

.calc-generic .options.eq li.check > ul {
	font-size: 13px;
}

.calc-generic .options.eq li.check > input{
	display: none;
}

.calc-generic .options.eq li.check > ul > li {
	display: table;
	width: 99%;
	margin: 0 0 5px 0;
}

.calc-generic .options.eq li.check > ul > li > span button {
	margin-left: 5px;
}

.calc-generic .options.eq li.check > ul > li > span input.custom,
.calc-generic .options.eq li.check > ul > li > span input.qty {
	height: 21px;
	line-height: 21px;
	text-align: center;
	width: 30px;
}

.calc-generic .options.eq li.check > ul > li > span input.custom {
	text-align: left;
	width: 200px;
}

.calc-generic .options.eq li.check > ul > li > span input.qty.big {
	text-align: right;
	width: 100%;
}

.calc-generic .options.eq li.check > ul > li > span {
	width: 10%;
	display: table-cell;
}

.calc-generic .options.eq li.check > ul > li > span:first-child {
	width: 75%;
}

.calc-generic .options.eq li.check > ul > li > span:last-child {
	width: 15%;
	text-align: right;
}

.calc-generic .options.eq li.active > ul {
	display: block;
}

.calc-generic .total {
	text-align: center;
	background: #3399ff;
	padding: 30px 25px;
    -webkit-box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.53);
    box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.53);
	margin-bottom: 20px;
}

.calc-generic .total > span.title {
	font-size: 24px;
	text-transform: uppercase;
	display: block;
}

.calc-generic .total > span.price {
	font-size: 36px;
	display: block;
	margin: 24px 0;
}

.calc-generic .total .control {
	overflow: hidden;
	margin-top: 28px;
}

.calc-generic .total .export {
	padding: 10px 25px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}

.calc-generic .total .export:hover {
	background: #ffd800;
	border: 1px solid #ffd800;
	color: #000;
}

.calc-generic .total .order {
	padding: 10px 25px;
	float: right;
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background: #ffd800;
	border: 1px solid #ffd800;
}

.calc-generic .total .order:hover {
	background: #fff;
	border: 1px solid #fff;
}

.clear-after {
	clear: left;
	overflow: hidden;
}

.calc-generic .pre-result  {
	margin: 40px 0 0 0;
}
	
.calc-generic .pre-result > li {
	width: 50%;
	float: left;
}

.calc-generic .shadow-result {
	color: #ffd800;
	font-size: 18px;
	border: 1px solid #5e5e5e;
    padding: 40px;
    -webkit-box-shadow: 1px 1px 23px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 23px 2px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 23px 2px rgba(0,0,0,0.75);
	text-align: center;
}

.calc-generic .shadow-result > span {
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.calc-generic .shadow-result > a {
	font-size: 12px;
	color: #3399ff;
	display: block;
}

.calc-generic .shadow-result > b {
	font-weight: 600;
	font-size: 30px;
}

.calc-generic .shadow-summary {
	padding-left: 30px;
}

.calc-generic .shadow-summary a {
	text-transform: uppercase;
	color: #3399ff;
	border: 1px solid #3399ff;
	padding: 12px 55px;
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
}

.calc-generic .shadow-summary a:hover{
	color: #fff;
	background: #3399ff;
}

.img-calc {
	max-width: 100%;
}

.trigger-begin {
	font-size: 18px;
	margin: 20px auto 0;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000;
	background: #ffd800;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

.trigger-begin:hover {
	background: #3399ff;
	color: #fff;
}

.trnz {
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;		
}

::-webkit-input-placeholder {color:#ddd;}
::-moz-placeholder          {color:#ddd;}
:-moz-placeholder           {color:#ddd;}
:-ms-input-placeholder      {color:#ddd;}

/*todo удалить*/
.calc-btn-13829{
	display: none !important;
}