.clear {
    clear: both;
}
.hidden {
    display: none;
}
.absolute {
    position: absolute;
    z-index: 15;
}
.relative {
    position: relative;
}
.centered-labels {
    display: block;
    width: 100%;
	text-align: left;
}
.centered-labels > label {
    display: inline-block;
    
}
.centered-labels > label + label{
	margin-left:70px;
}
.kc-main-page-wrapper {
/*
 margin-top: 50px!important;
 padding-top: 0!important;*/
}
.kc-main-wrapper {
   background-color: #efefef;
   /*padding-top: 35px;*/
}
.kc-main-wrapper form {
overflow:hidden;
padding:15px 0;
}
.kc-main-wrapper input[type='submit']{
	font-size: 12px;
	line-height: 12px;
	color: #000;
	border: 1px solid #000;
	display: block;
	width: 122px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	background: none;
	margin: 0 auto;
}
.kc-main-wrapper input[type='submit']:hover{
	color: #FFF;
	background: #000;
	cursor: pointer;
}
.kc-main-wrapper.kc-main-wrapper-calculator {
	background-color: transparent;
	padding-top: 70px;
}
.kc-main-wrapper.kc-main-wrapper-calculator input[type="text"]{
	text-align: center;
	border: 1px solid #efefef;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.icheckbox_square, .iradio_square {
	margin-right: 5px!important;
}
.kc-main-content-wrapper {
	color: #000000;
}
.kc-main-content-wrapper input[type='text']{
    padding: 0;
	
}
.kc-main-content-wrapper select {
    padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #efefef;
}
.kc-main-content {
    max-width: 1000px;
    margin: 0 auto;
}

.kc-main-filter-title {
	
	float: left;
	padding-right: 15px;
	border-right: 1px solid #000000;
}
.kc-main-filter-title span {
border-bottom: 1px solid transparent;
}
.kc-main-filter-title:hover span{
	border-bottom-color: #000;
}
#kc_filter_tabs {
	padding-top: 10px;
	width:1000px;
	margin:0 auto;
}
#kc_filter_tabs > ul{
    list-style: none;
    padding: 0;
    height: 35px;
    /*line-height: 35px;*/
    /*margin: -70px auto 0;*/
}
#kc_filter_tabs > ul > li{
    float: left;
    
   /* border-radius: 5px 5px 0 0;*/
	padding-right: 15px;
}
#kc_filter_tabs > ul > li + li{
	border-left: 1px solid #000000;
	padding: 0 15px;
}
#kc_filter_tabs > ul > li.ui-state-active {
    background-color: #efefef;
}

#kc_filter_tabs > ul > li.ui-state-active a{
    font-weight: bold;
}

#kc_filter_tabs ul li a{
    color: #000000;
    text-decoration: none;
}
#kc_filter_tabs ul li.active {
	
}
#kc_filter_tabs ul li:hover  a{
	text-decoration: underline;
}
#kc_filter_tabs ul li a.hover, #kc_filter_tabs ul li a.active {
    color: #000000;
    text-decoration: none;
}


.kc-main-filter {
    margin: 10px 0;
    float: left;
}
.kc-main-filter-additional {
	height: 35px;
	line-height: 35px;
	width: 250px;
}
.kc-main-filter-additional + .kc-main-filter-additional{
    margin-left: 30px;
}
.kc-main-filter-additional input[type = "text"] {
    background-color: #ffffff;
    color: #c4c4c4;
	font-family: 'Montserrat-Regular';
	padding: 10px 10px;
	width: 100%;
}
.kc-main-filter-additional input[type = "radio"] {
	margin-right: 10px;
}
.kc-main-filter label {
    padding: 0 15px;
	
}
.kc-main-filter label span {
	border-bottom: 1px solid transparent;
}

.kc-main-filter label span:hover {
	border-bottom-color: #000000;
}
.kc-main-filter label + label{
    border-left: 1px solid #000000;
}
.kc-main-filter-colors.kc-main-filter {
	margin: 0;
}
.kc-main-filter-colors.kc-main-filter label {
	padding: 0px 5px;
	border-left: none;
	display: block;
	float: left;
}
.kc-main-filter-colors.kc-main-filter label.kc-filter-active {
	background: url(../img/br_down.png) center 13px no-repeat transparent;
}
.kc-main-filter-colors.kc-main-filter label.kc-filter-active img{
	position: relative;
	
}
.kc-main-filter-colors.kc-main-filter .kc-main-filter-title {
	margin-right: 15px;
}
.kc-main-filter-separator {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #ffffff;
    margin: 15px 0;
}
.kc-main-filter.kc-main-filter-attributes {
	margin: 0 0 10px;
}
.kc-main-filter.kc-main-filter-attributes > div{
	display: inline-block;
	
}
.kc-main-filter.kc-main-filter-attributes > div + div{
	margin-left: 30px;
}
.kc-main-filter.kc-main-filter-attributes > div > label{
	padding: 0;
	padding-right: 6px;
}
.kc-main-filter.kc-main-filter-attributes > div > label + label{
	padding-left: 15px;
}


.kc-size-1 {
    position: relative;
    width: 180px;
    height: 110px;
	overflow:hidden;
}
.kc-size-1 .kc-main-stone-new{
	position:absolute;
    left: 0;
    top: 0;
	margin: 0;
    
	background: none;
	background-color: #ff0000;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
}
.kc-size-1 .kc-element-order, .kc-size-1 .kc-element-view-products, .kc-size-1 .kc-element-view-stone {
    display: none;
    cursor: pointer;
}
.kc-size-1 .kc-element-title{
    position: absolute;
	background: url("../img/menu-bg.png") repeat 0 0;
    color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 33px;
    height: 33px;
    text-align: center;
	opacity: 1;
	font-size: 11px;
}
.kc-size-1:hover {
	cursor: pointer;
}
.kc-size-1:hover .kc-element-title{
	transition:opacity 0.5s linear;
	opacity: 0;
}
.kc-size-1 img{
    width: inherit;
    height: inherit;
	object-fit: cover;
}
.kc-size-1 .kc-element-preview {
    display: none;
}

.kc-size-2 {
    position: relative;
    width: 560px;
    height: 230px;
	overflow: hidden;
}
.kc-size-2:hover {
	cursor: pointer;
}
.kc-size-2 .kc-main-stone-new{
	position:absolute;
    left: 0;
    top: 15px;
	margin: 0;
    
	background: none;
	background-color: #ff0000;
    color: #ffffff;
    padding: 5px;
	height: 23px;
    font-size: 12px;
}
.kc-size-2 .kc-main-stone-new:after {
    content: '';
	position: absolute;
	right: -16px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #ff0000;
}
.kc-size-2 .kc-element-title{
    position: absolute;
    background: url("../img/menu-bg.png") repeat 0 0;
    color: #ffffff;
    width: 75%;
    left: 0;
    top: 15px;
    line-height: 33px;
    height: 33px;
    text-align: center;
	font-size: 16px;
}
.kc-size-2 img{
    width: 100%;
}
.kc-size-2 .kc-element-preview {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
}

.kc-size-2 .kc-element-order {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000000;
    font-size: 12px;
	font-weight: bold;
    cursor: pointer;
	background-color: rgba(240, 240, 240, 0.6);
}

.kc-size-2 .kc-element-view-products, .kc-size-2 .kc-element-view-stone {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000000;
    font-size: 12px;
    cursor: pointer;
	font-weight: bold;
	background-color: rgba(240, 240, 240, 0.6);
}
.kc-element-order {
display:none !important;
}

#selected_stones_wrapper {
    position: fixed;
    right: 0;
    top: 50%;
    width: 100px;
    /*height: 250px;*/
    border: 2px solid black;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-top: -125px;
    text-align: center;
	background-color: rgba(240, 240, 240, 0.8);
	z-index: 10000;
}
.kc-main-selected-stone {
    height: 50px;
	width: 100px;
	overflow: hidden;
    
    display: inline-block;
}
.kc-main-selected-stone img{
    height: 50px;
	width: 100px;
}
#selected_stones_wrapper #selected_stones {
    height: 165px;
    text-align: center;
    margin-top: 10px;
}
#selected_stones_wrapper input {
    width: auto;
	padding: 10px 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
}
#selected_stones_wrapper input:hover{
	color: #FFF;
	background: #000;
	cursor: pointer;
}
.kc-main-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/loading-bar.gif) center center no-repeat rgba(255, 255, 255, 0.9);
    z-index: 99999999;
    display: none;
}
.kc-main-filter-series-closed {
    display: none;
}

.kc-filter-element {
    cursor: pointer;
}
.kc-filter-active {
    font-weight: bold;
}

.kc-main-stones-content {
    width: 940px;
    margin: 0 20px;
    position: relative;
	
}

.kc-main-stones-content-wrapper.center, .kc-main-product-content-wrapper.center {
	padding: 20px 0 0;
}

.kc-main-stones-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.kc-main-stones-content ul li{
    float: none;
    position: absolute;
}
.kc-main-products-content {
    position: relative;
    width: 940px;
    margin: 0 30px;
}
.kc-main-products-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.kc-main-products-content ul li{
    float: none;
    position: absolute;
}

.kc-main-calculator-tabs > ul {
    list-style: none;
	padding: 0;
	height: 35px;
	line-height: 35px;
	margin: -70px auto 0;
}


.kc-main-calculator-tabs > ul > li{
    float: left;
    width: 180px;
    text-align: center;
}
.kc-main-calculator-tabs > ul > li a{
    color: #000000;
    text-decoration: none;
}

.kc-main-calculator-tabs > ul > li.ui-state-active {
    background-color: #efefef;
}
.kc-main-block-title {
    padding: 20px 60px;
	font-weight: bold;
	background-color: #efefef;
	font-size: 16px;
	text-align: left;
}
.kc-main-block-content {
    padding: 25px 60px 45px;
}
.kc-main-block-content.kc-main-block-content-brands, .kc-main-block-content.kc-mail-block-content-type {
	padding: 25px 0 45px;
}
.kc-mail-block-content-type > label{
	margin-left: 60px;
}
.kc-main-calculator-brand {
	margin-bottom: 20px;
	width: 180px;
	height: 89px;
	display: block;
	float: left;
	border: 2px solid #efefef;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.6);
}
.kc-main-calculator-brand-preview {
	height: 100%;
}
.kc-main-calculator-brand a {
	display: block;
	height: 89px;
	line-height: 89px;
	text-align: center;
}
.kc-main-calculator-brand img{
	max-width: 170px;
	max-height: 80px;
	display: inline-block;
	vertical-align: middle;
}

.kc-main-calculator-brand{
    margin-right: 80px;
}
.kc-main-calculator-brand:nth-child(4n){
	margin-right: 0;
}
.kc-main-calculator-brand-title {
    font-size: 26px;
    font-weight: bold;
}
.kc-main-calculator-stone-title {
    font-size: 20px;
}
.kc-main-calculator-popup-series .kc-main-calculator-stone:hover{
	cursor: pointer;
}
.kc-main-calculator-stone{
    display: inline-block;
	width: 226px;
	height: 96px;
	border: 2px solid #efefef;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.6);
	box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.6);
	overflow: hidden;
	position: relative;
}
.kc-main-calculator-stone > div {
	font-size: 12px;
	width: 100%;
	background: url("../img/menu-bg.png") repeat 0 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #ffffff;
	
}

.kc-main-calculator-stone {
	margin-right: 30px;
	margin-bottom: 10px;
}
.kc-main-calculator-stone .icheckbox_square {
	display: none;
}
.kc-main-calculator-stone img:first-child{
    max-width: 230px;
	max-height: 150px;
	display: block;
	width: 230px;
	height: 100px;
}
.kc-main-calculator-stone .kc-main-stone-price {
    text-align: center;
    display: inline-block;
    
	width: 48%;
}
.kc-main-calculator-stone .kc-main-stone-name {
    text-align: center;
    display: inline-block;
	
}
.kc-main-selected-stones .kc-main-stone-name {
	width: 100%;
}
.kc-main-calculator-stone .kc-main-stone-remove {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.kc-main-calculator-series-title {
	font-size: 18px;
	margin: 10px;
}
.kc-main-calculator-stone > div.kc-main-stone-new {
    position:absolute;
    left: 0;
    top: 0;
	margin: 0;
    
	background: none;
	background-color: #ff0000;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
}
.kc-main-stone-new:after {
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 14px solid #ff0000;
}
.kc-main-selected-stones {
    text-align: center;
	margin-top: 15px;
}

.kc-main-block-content-surface {
	text-align: center;
}
.kc-main-block-content-stone-type label + label{
	margin-top: 15px;
	display: block;
}
/*------------------------*/
.kc-main-calculator-block {
    position: relative;
}
.front-edge-element {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    margin: 0 18px 18px 0;
    background-color: #efefef;
    
    text-align: center;
    cursor: pointer;
}
.front-edge-element:nth-child(4n + 1){
	margin-right: 0;
	
}
.worktop-type-element-wrapper {
    text-align: center;
	margin-top: 40px;
}
.worktop-type-element {
    display: inline-block;
    
    height: 105px;
}
.worktop-type-element + .worktop-type-element {
	margin-left: 115px;
}
/*------------shapes----------------*/
.line-1-image > *, .g-shape-left-1-image > *, .g-shape-right-1-image > *, .p-shape-1-image > *, .add-bar-image-1 > *, .add-island-image-1 > *{
    position: absolute;
}
.line-1-image > label, .g-shape-left-1-image > label, .g-shape-right-1-image > label, .p-shape-1-image > label, .add-bar-image-1 > label, .add-island-image-1 > label{
    z-index: 10;
    color: #ffffff;
}

.line-1-image{
    background: url(../img/acrylic/line-1.jpg) 0 0 no-repeat transparent;
    width: 630px;
    height: 271px;
    position: relative;
    margin: 0 auto;
}

.line-1-image-1{
    background: url(../img/acrylic/line-1.jpg) 0 -271px no-repeat transparent;
    width: 190px;
    height: 134px;
    left: 0;
    top: 0;
}
.line-1-image-2{
    background: url(../img/acrylic/line-1.jpg) 0 -405px no-repeat transparent;
    width: 190px;
    height: 137px;
    left: 0;
    bottom: 0;
}
.line-1-image-3{
    background: url(../img/acrylic/line-1.jpg) -426px -271px no-repeat transparent;
    width: 204px;
    height: 134px;
    right: 0;
    top: 0;
}
.line-1-image-4 {
    background: url(../img/acrylic/line-1.jpg) -426px -405px no-repeat transparent;
    width: 204px;
    height: 137px;
    right: 0;
    bottom: 0;
}

.g-shape-left-1-image {
    background: url(../img/acrylic/g-shape-left-1.jpg) 0 0 no-repeat transparent;
    width: 630px;
    height: 355px;
    position: relative;
    margin: 0 auto;
}
.g-shape-left-1-image-1 {
    background: url(../img/acrylic/g-shape-left-1.jpg) 0 -560px no-repeat transparent;
    width: 175px;
    height: 150px;
    left: 0;
    bottom: 0;
}
.g-shape-left-1-image-2 {
    background: url(../img/acrylic/g-shape-left-1.jpg) -175px -586px no-repeat transparent;
    width: 270px;
    height: 124px;
    left: 175px;
    bottom: 0;
}
.g-shape-left-1-image-3 {
    background: url(../img/acrylic/g-shape-left-1.jpg) -440px -478px no-repeat transparent;
    width: 190px;
    height: 232px;
    right: 0;
    bottom: 0;
}
.g-shape-left-1-image-4 {
    background: url(../img/acrylic/g-shape-left-1.jpg) -440px -355px no-repeat transparent;
    width: 190px;
    height: 123px;
    right: 0;
    top: 0;
}
.g-shape-left-1-image-5 {
    background: url(../img/acrylic/g-shape-left-1.jpg) 0 -355px no-repeat transparent;
    width: 160px;
    height: 110px;
    left: 0;
    top: 0;
}
.g-shape-left-1-image-6 {
    background: url(../img/acrylic/g-shape-left-1.jpg) -220px -540px no-repeat transparent;
    width: 110px;
    height: 46px;
    left: 220px;
    top: 185px;
}


.g-shape-right-1-image {
    background: url(../img/acrylic/g-shape-right-1.jpg) 0 0 no-repeat transparent;
    width: 630px;
    height: 355px;
    position: relative;
    margin: 0 auto;
}
.g-shape-right-1-image-1 {
    background: url(../img/acrylic/g-shape-right-1.jpg) -451px -560px no-repeat transparent;
    width: 179px;
    height: 150px;
    right: 0;
    bottom: 0;
}
.g-shape-right-1-image-2 {
    background: url(../img/acrylic/g-shape-right-1.jpg) -350px -586px no-repeat transparent;
    width: 101px;
    height: 124px;
    left: 350px;
    bottom: 0;
}
.g-shape-right-1-image-3 {
    background: url(../img/acrylic/g-shape-right-1.jpg) 0 -478px no-repeat transparent;
    width: 200px;
    height: 232px;
    left: 0;
    bottom: 0;
}
.g-shape-right-1-image-4 {
    background: url(../img/acrylic/g-shape-right-1.jpg) 0 -355px no-repeat transparent;
    width: 190px;
    height: 123px;
    left: 0;
    top: 0;
}
.g-shape-right-1-image-5 {
    background: url(../img/acrylic/g-shape-right-1.jpg) -470px -355px no-repeat transparent;
    width: 160px;
    height: 110px;
    right: 0;
    top: 0;
}
.g-shape-right-1-image-6 {
    background: url(../img/acrylic/g-shape-right-1.jpg) -325px -540px no-repeat transparent;
    width: 110px;
    height: 46px;
    left: 325px;
    top: 185px;
}


.p-shape-1-image {
    background: url(../img/acrylic/p-shape-1.jpg) 0 0 no-repeat transparent;
    width: 630px;
    height: 355px;
    position: relative;
    margin: 0 auto;
}
.p-shape-1-image-1 {
    background: url(../img/acrylic/p-shape-1.jpg) 0 -560px no-repeat transparent;width: 175px;
    height: 150px;
    left: 0;
    bottom: 0;
}
.p-shape-1-image-2 {
    background: url(../img/acrylic/p-shape-1.jpg) -175px -586px no-repeat transparent;
    width: 100px;
    height: 124px;
    left: 175px;
    bottom: 0;
}
.p-shape-1-image-3 {
    background: url(../img/acrylic/p-shape-1.jpg) -451px -560px no-repeat transparent;
    width: 179px;
    height: 150px;
    right: 0;
    bottom: 0;
}
.p-shape-1-image-4 {
    background: url(../img/acrylic/p-shape-1.jpg) -350px -586px no-repeat transparent;
    width: 101px;
    height: 124px;
    left: 350px;
    bottom: 0;
}
.p-shape-1-image-5 {
    background: url(../img/acrylic/p-shape-1.jpg) 0 -355px no-repeat transparent;
    width: 160px;
    height: 110px;
    left: 0;
    top: 0;
}
.p-shape-1-image-6 {
    background: url(../img/acrylic/p-shape-1.jpg) -470px -355px no-repeat transparent;
    width: 160px;
    height: 110px;
    right: 0;
    top: 0;
}
.p-shape-1-image-7 {
    background: url(../img/acrylic/p-shape-1.jpg) -220px -540px no-repeat transparent;
    width: 110px;
    height: 46px;
    left: 220px;
    top: 185px;
}
.p-shape-1-image-8 {
    background: url(../img/acrylic/p-shape-1.jpg) -325px -540px no-repeat transparent;
    width: 110px;
    height: 46px;
    left: 325px;
    top: 185px;
}
/*--------------------------------*/
.line-2-image > *, .g-shape-left-2-image > *, .g-shape-right-2-image > *, .p-shape-2-image > *, .add-bar-image-2 > *, .add-island-image-2 > *{
    position: absolute;
}
.line-2-image > label, .g-shape-left-2-image > label, .g-shape-right-2-image > label, .p-shape-2-image > label, .add-bar-image-2 > label, .add-island-image-2 > label{
    z-index: 10;
    color: #ffffff;
}

.line-2-image{
    background: url(../img/quartz/line-1.jpg) 0 0 no-repeat transparent;
    width: 630px;
    height: 271px;
    position: relative;
    margin: 0 auto;
}

.line-2-image-1{
    background: url(../img/quartz/line-1.jpg) 0 -271px no-repeat transparent;
    width: 190px;
    height: 134px;
    left: 0;
    top: 0;
}
.line-2-image-2{
    background: url(../img/quartz/line-1.jpg) 0 -405px no-repeat transparent;
    width: 190px;
    height: 137px;
    left: 0;
    bottom: 0;
}
.line-2-image-3{
    background: url(../img/quartz/line-1.jpg) -426px -271px no-repeat transparent;
    width: 204px;
    height: 134px;
    right: 0;
    top: 0;
}
.line-2-image-4 {
    background: url(../img/quartz/line-1.jpg) -426px -405px no-repeat transparent;
    width: 204px;
    height: 137px;
    right: 0;
    bottom: 0;
}

.g-shape-left-2-image {
    background: url(../img/quartz/g-shape-left-1.jpg) 0 0 no-repeat transparent;
    width: 630px;
    height: 355px;
    position: relative;
    margin: 0 auto;
}
.g-shape-left-2-image-1 {
    background: url(../img/quartz/g-shape-left-1.jpg) 0 -560px no-repeat transparent;
    width: 175px;
    height: 150px;
    left: 0;
    bottom: 0;
}
.g-shape-left-2-image-2 {
    background: url(../img/quartz/g-shape-left-1.jpg) -175px -586px no-repeat transparent;
    width: 270px;
    height: 124px;
    left: 175px;
    bottom: 0;
}
.g-shape-left-2-image-3 {
    background: url(../img/quartz/g-shape-left-1.jpg) -440px -478px no-repeat transparent;
    width: 190px;
    height: 232px;
    right: 0;
    bottom: 0;
}
.g-shape-left-2-image-4 {
    background: url(../img/quartz/g-shape-left-1.jpg) -440px -355px no-repeat transparent;
    width: 190px;
    height: 123px;
    right: 0;
    top: 0;
}
.g-shape-left-2-image-5 {
    background: url(../img/quartz/g-shape-left-1.jpg) 0 -355px no-repeat transparent;
    width: 160px;
    height: 110px;
    left: 0;
    top: 0;
}
.g-shape-left-2-image-6 {
    background: url(../img/quartz/g-shape-left-1.jpg) -220px -540px no-repeat transparent;
    width: 110px;
    height: 46px;
    left: 220px;
    top: 185px;
}


.g-shape-right-2-image {
    background: url(../img/quartz/g-shape-right-1.jpg) 0 0 no-repeat transparent;
    width: 630px;
    height: 355px;
    position: relative;
    margin: 0 auto;
}
.g-shape-right-2-image-1 {
    background: url(../img/quartz/g-shape-right-1.jpg) -451px -560px no-repeat transparent;
    width: 179px;
    height: 150px;
    right: 0;
    bottom: 0;
}
.g-shape-right-2-image-2 {
    background: url(../img/quartz/g-shape-right-1.jpg) -350px -586px no-repeat transparent;
    width: 101px;
    height: 124px;
    left: 350px;
    bottom: 0;
}
.g-shape-right-2-image-3 {
    background: url(../img/quartz/g-shape-right-1.jpg) 0 -478px no-repeat transparent;
    width: 200px;
    height: 232px;
    left: 0;
    bottom: 0;
}
.g-shape-right-2-image-4 {
    background: url(../img/quartz/g-shape-right-1.jpg) 0 -355px no-repeat transparent;
    width: 190px;
    height: 123px;
    left: 0;
    top: 0;
}
.g-shape-right-2-image-5 {
    background: url(../img/quartz/g-shape-right-1.jpg) -470px -355px no-repeat transparent;
    width: 160px;
    height: 110px;
    right: 0;
    top: 0;
}
.g-shape-right-2-image-6 {
    background: url(../img/quartz/g-shape-right-1.jpg) -325px -540px no-repeat transparent;
    width: 110px;
    height: 46px;
    left: 325px;
    top: 185px;
}


.p-shape-2-image {
    background: url(../img/quartz/p-shape-1.jpg) 0 0 no-repeat transparent;
    width: 630px;
    height: 355px;
    position: relative;
    margin: 0 auto;
}
.p-shape-2-image-1 {
    background: url(../img/quartz/p-shape-1.jpg) 0 -560px no-repeat transparent;width: 175px;
    height: 150px;
    left: 0;
    bottom: 0;
}
.p-shape-2-image-2 {
    background: url(../img/quartz/p-shape-1.jpg) -175px -586px no-repeat transparent;
    width: 100px;
    height: 124px;
    left: 175px;
    bottom: 0;
}
.p-shape-2-image-3 {
    background: url(../img/quartz/p-shape-1.jpg) -451px -560px no-repeat transparent;
    width: 179px;
    height: 150px;
    right: 0;
    bottom: 0;
}
.p-shape-2-image-4 {
    background: url(../img/quartz/p-shape-1.jpg) -350px -586px no-repeat transparent;
    width: 101px;
    height: 124px;
    left: 350px;
    bottom: 0;
}
.p-shape-2-image-5 {
    background: url(../img/quartz/p-shape-1.jpg) 0 -355px no-repeat transparent;
    width: 160px;
    height: 110px;
    left: 0;
    top: 0;
}
.p-shape-2-image-6 {
    background: url(../img/quartz/p-shape-1.jpg) -470px -355px no-repeat transparent;
    width: 160px;
    height: 110px;
    right: 0;
    top: 0;
}
.p-shape-2-image-7 {
    background: url(../img/quartz/p-shape-1.jpg) -220px -540px no-repeat transparent;
    width: 110px;
    height: 46px;
    left: 220px;
    top: 185px;
}
.p-shape-2-image-8 {
    background: url(../img/quartz/p-shape-1.jpg) -325px -540px no-repeat transparent;
    width: 110px;
    height: 46px;
    left: 325px;
    top: 185px;
}
/*---------------------------------*/
.line-3-image > *, .erker-1-image> *{
    position: absolute;
}
.line-3-image > label, .erker-1-image > label{
    z-index: 10;
    color: #ffffff;
}

.line-3-image{
    background: url(../img/acrylic/direct-windowsill-1.png) 0 0 no-repeat transparent;
    width: 503px;
    height: 135px;
    position: relative;
    margin: 0 auto;
}


.erker-1-image {
    background: url(../img/acrylic/erker-windowsill-1.png) 0 0 no-repeat transparent;
    width: 595px;
    height: 313px;
    position: relative;
    margin: 0 auto;
}

/*---------------------------------*/





.add-bar-block-wrapper {
    float: left;
    width: 370px;
}
.add-bar-block-wrapper > label{
    display: block;

}
.add-bar-block-wrapper > label + label{
	margin-top: 15px;
}
.add-bar-image-1 {
    background: url(../img/acrylic/bar-1.jpg) 0 0 no-repeat transparent;
    width: 235px;
    height: 365px;
    position:relative;
}
.add-bar-image-2 {
    background: url(../img/quartz/bar-1.jpg) 0 0 no-repeat transparent;
    width: 235px;
    height: 365px;
    position:relative;
}
.add-island-block-wrapper {
    width: 385px;
    float: right;
}
.add-island-block-wrapper > label{
    display: block;

}
.add-island-image-1 {
    background: url(../img/acrylic/island.jpg) 0 0 no-repeat transparent;
    width: 385px;
    height: 250px;
    position:relative;
}
.add-island-image-2 {
    background: url(../img/quartz/island.jpg) 0 0 no-repeat transparent;
    width: 385px;
    height: 250px;
    position:relative;

}
 .wall-surface-rim-block-wrapper ul {
	list-style: none;
 }
.wall-surface-rim-block-wrapper ul  li{
	text-align: left;
	margin: 10px 0;
}
.wall-plinth-block-wrapper ul {
	list-style: none;
 }
.wall-plinth-block-wrapper ul  li{
	text-align: left;
	margin: 10px 0;
}
.wall-surface-rim-view {
    display: inline-block;
    text-align: center;
}
.wall-surface-rim-view + .wall-surface-rim-view{
    margin-left: 100px;
}
.wall-surface-rim-view img{
    display: block;
}
.kc-main-wrapper-calculator table  {
	width: 100%;
	
}
.kc-main-wrapper-calculator table  td {
	border: 1px solid #d1d1d1;
}
.kc-main-wrapper-calculator table  thead td {
	background-color: #efefef;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}


.kc-main-wrapper-calculator table tr td{
    text-align: center;
	vertical-align: middle;
	padding: 25px;
}
.kc-main-wrapper-calculator table tbody tr td:first-child{
	text-align: left;
}
.wall-board-block-wrapper ul {
	list-style: none;
 }
.wall-board-block-wrapper ul  li{
	text-align: left;
	margin: 10px 0;
}


.offset-top-1 {
	margin-top: 15px;
}
.offset-bottom-1 {
margin-bottom: 15px;
}








.error-block {
    position: absolute;
    background: #ffffff;
    border: 1px solid #808080;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 0;
    border-radius: 5px;
    padding: 1px;
    text-align: center;
    visibility: hidden;
    z-index: 11;
}
.error-block:after, .error-block:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.error-block:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.error-block:before {
    border-color: rgba(128, 128, 128, 0);
    border-top-color: #808080;
    border-width: 11px;
    margin-left: -11px;
}




.error-block-header {
    background-color: #eaeaea;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 10px;
}
.error-block-content {
    background-color: #ffffff;
    padding: 5px 10px;
}
.error-block-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../img/close.png) 0 0 no-repeat transparent;
    cursor: pointer;
}
.calculated-result {
	margin-top: 10px;
}
.calculated-result table tr td {
    text-align: center;
}

.calculated-result table tr td:first-child {
     text-align: left;
}
.calculated-result table td[colspan].header-1 {
    font-size: 20px;
    font-weight: bold;
}
.calculated-result table td[colspan].header-2 {
    font-size: 18px;
    font-weight: bold;
}
.popup-form form {
    text-align: center;
}
.popup-form form > div{
    margin: 10px 0;
    width: 300px;
}
.popup-form form > div input[type='text']{
	border: 1px solid #efefef;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
}
.popup-form input[type="submit"]{
    font-size: 12px;
	line-height: 12px;
	color: #000;
	border: 1px solid #000;
	display: block;
	width: 122px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	background: none;
	margin: 0 auto;
}
.popup-form input[type="submit"]:hover{
	color: #FFF;
	background: #000;
	cursor: pointer;
}
.popup-error {
    color: #FF0000;
}
.kc-mail-blocks-separator-white {
	background-color: #ffffff;
	width: 100%;
	height: 1px;
}
.remove-filters {
	cursor: pointer;
}
.no-padding {
	padding: 25px 0 45px;
}
.radius-element-type label + label {
	display: block;
	margin-top: 15px;
}
.blocked-quartz {
	width: 400px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
#bloked_quartz.smal-fixed {
	position: fixed;
	left: 0;
	bottom:0;
	z-index: 100000;
	
	background-color: rgba(240, 240, 240, 0.8);
	display: block!important;
}
#bloked_quartz.smal-fixed  > div{
	font-size: 14px;
	line-height: normal;
	padding: 5px;
	/* width: auto; */
	z-index: 100000;
}
.free-delivery {
	margin-bottom: 20px;
}
.kc-main-block-content-stone-type label:nth-child(3){
	display:none;
}
.kc-main-block-content-stone-type label:nth-child(4){
	display:none;
}