label#tabs-section-id {
    padding-right: 50px;
    background: #ff807d;
    color: #fff;
}
label#tabs-section-id:after {
    display: none;
}
span.calc-icon svg {
    width: 25px;
    position: absolute;
    top: 2px;
    right: 15px;
}

@media only screen and (max-width: 991px) {
    .tabs>input+label[for="tab10"]:after{
        display: none;
    }
    label[for="tab10"] {
        background: #ff807d !important;
        color: #fff !important;
    }
    span.calc-icon svg {
        right: -35px;
    }
}

.d-flex{
	display:flex;
}
.types-flex-container{
	display:flex;
	}
.calc-flex-item{
	flex-basis:100%;
	width:100%;
	}
.calc-types-all{
    transform:scale(0.98);
	margin-left:12px;
	text-align:center;
	}
.type-item{
	cursor:pointer;
	}
.type-item-btn-active{
	stroke-dasharray:none !important;
	stroke:#f1bb2b !important;
	}
span.calc-type-name{
	font-size:12px;
	position:absolute;
	left:0;
	right:0;
	top:-5px;
	bottom:0;
	margin:auto;
	}
.sizes-wrapper{
	margin-top:20px;
	}
.calc-title{
	font-size:13px;
	font-weight:600;
	color:#000;
	padding-left:10px;
	margin-top: 25px;
	}
.calc-title-2{
	margin-top: 18px;
	margin-bottom:18px;
	}
input.calc-sizes-input{
	margin-left:10px;
	width:90%;
	margin-bottom:18px;
	line-height:2.2rem;
	padding-left:7px;
	font-size:12px;
	border:1px solid #dfdfdf;
        background:#ffffff;}
input.calc-sizes-input::-webkit-input-placeholder{
	color:#999;
	font-size:12px;
	opacity:1;
	transition:opacity 0.3s ease;
	}
input.calc-sizes-input::-moz-placeholder{
	color:#999;
	font-size:12px;
	opacity:1;
	transition:opacity 0.3s ease;}
input.calc-sizes-input:-moz-placeholder{
	color:#999;
	font-size:12px;
	opacity:1;
	transition:opacity 0.3s ease;
	}
input.calc-sizes-input:-ms-input-placeholder{
	color:#999;
	font-size:12px;
	opacity:1;
	transition:opacity 0.3s ease;}
input.calc-sizes-input:focus::-webkit-input-placeholder{
	opacity:0;
	transition:opacity 0.3s ease;
	}
input.calc-sizes-input:focus::-moz-placeholder{
	opacity:0;
	transition:opacity 0.3s ease;
	}
input.calc-sizes-input:focus:-moz-placeholder{
	opacity:0;
	transition:opacity 0.3s ease;
	}
input.calc-sizes-input:focus:-ms-input-placeholder{
	opacity:0;
	transition:opacity 0.3s ease;
	}
input.calc-sizes-input:last-child{
	margin-bottom:0
	}
.calc-radio-title{
	font-size:12px;
	color:#555;
	padding-left:5px;
	margin-top: 3px;
	}
.calc-negotive-margin{
	margin-top:-5px;
	}
ul.calc-phasades-list li{
	line-height:1.2rem;
	display:flex;
	align-items:center;
	cursor:pointer;
	}
.calculate-section{
	margin-top:22px;
	}
a.calc-calculate-btn{
   width: 100%;
    text-align: center;
    display: inline-block;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: .04rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    /*background-color: #727272;*/
  background: #ffcc00;
  
    padding: 16px 26px 16px;
    border-radius: 3px;
    font-weight: 600;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
	}
	a.calc-calculate-btn:hover {
    background-color: #ffcc00;
	color:#fff;
    }
.calc-result{
	width:100%;
	background:#efecec;
	padding:21px 25px;
	margin-top:20px;
	}
.calc-result-price{
        margin-top: 11px;
	color:#000;
	font-weight:bold;
	font-size:18px;
        line-height: 20px;
	white-space:nowrap;
	margin-right:15px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	}
.calc-result-description{
	font-size:13px;
	border-radius: 5px;
	}
.flex-derection-row{
	flex-direction:row;
	}
.align-items-center{
	align-items:center;
	}
.space-between{
	justify-content:space-between;
	}
	
/* @media only screen and (max-width: 1199px){
	.calc-radio-title{
		font-size:10px;
		}
	.calc-title{
		font-size:11px;
		}
	.calc-title-2{
		margin-bottom:15px !important;
		}
	.calc-types-all{
		transform:scale(0.88);
		margin-left:-1px;}
	input.calc-sizes-input{
		line-height:2.7rem;
		margin-bottom:16px;
		}
	.calculate-section{
		margin-top:17px
		}
	.calc-result{
		padding:16px 15px;
		margin-top:13px;
		}
	.calc-result-description{
		font-size:.95rem;
		}
		} */
		
/* @media only screen and (max-width: 991px){
	.calc-flex-item {
		max-width:100% !important;
		margin:0;
		transform:scale(1)
		}
	.calc-title{
	    margin:0 0 15px 0;
		padding-left:0;
		font-size:14px
		}
	.calc-title.calc-title-3.calc_title4{
	    margin: 83px 0 15px 0;
        padding-left: 0;
        font-size: 14px;
		}	
		
    .reverse-sm-items{
       flex-direction:column-reverse;
	   margin: 20px;
	   }
    span.calc-type-name{
		font-size:12px;
		}
	.sizes-wrapper{
	    margin-top:40px;
		}
	.calc-title-2{
	     margin-top: 27px;
         margin-left: 18px;
		}
	input.calc-sizes-input{
		margin-left: 30px;
        width: 80%;
		}
	input.calc-sizes-input:last-child{
		margin-bottom:30px;
		}		
		ul.calc-phasades-list{
		margin-bottom:5px;
		}
		ul#ups.calc-phasades-list{
		margin-top:14px;
		}
	.calc-result{
		flex-direction:column;
		align-items:flex-start;
		}
	.main-calc-container{
		width:400px;
		max-width:100%;
		height:auto;
		display:block;
		}
	.calc-result-price{
		margin-right:0;
		margin-top:15px;
		}
	.calc-radio-input{
		width:20px;
	    height:20px;
		}
	ul.calc-phasades-list li{
		margin-bottom:10px;
		}
		}
		
@media only screen and (max-width: 500px){
	  .main-calc-container{
		width:100%
		}
	   a.calc-calculate-btn{
		   max-width:100%;
		   padding:10px 0
		   }
	   .calc-result-description{
		   font-size:10px;
		   margin-top:10px;
		   }
	   .calc-radio-title{
		   font-size:12px;
		   }
		span.calc-type-name{
			font-size:10px;
			}
		input.calc-sizes-input{
			margin:0 0 15px 0;
			line-height:3.5rem;
			}
			}
@media only screen and (max-width: 400px){
	        .tabs>label[for=tab9]:after,.tabs>input:checked+label[for=tab9]:after{
				top:18px;
				}
				}
 */






@media only screen and (max-width: 479px){
.col-xxxs {
width: 100%;
}
.col-xxxs-6 {
width: 50%;
}
.calc-result-price {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media only screen and (max-width: 562px){
.xxxxs {
width: 100%;
}
.small_desc span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.centerbutton {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
}


@media only screen and (max-width: 438px){
.col-xxxs-6 {
width: 100%;
}
.calc-result-price {
	margin-top: 20px;
    float: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center_m {
	float: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}
}



.center__1 {
text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}





span.number {
    padding-left: 2px;
    padding-top: 0px;
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #ffffff;
    color: #3e3a3a;
    border-radius: 50px;
    font-size: 13px;	
    font-weight: 600;
    position: absolute;
    margin-top: -42px;
    border: 1px solid #d9d8d8;
}



.bg_gray {
    background-color: #fafafa;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 30px;
}

.bg_gray2 {
    background-color: #fbfbfb;
    margin-top: -1px;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    padding: 20px;
}

.bg_gray3 {
    background-color: #fbfbfb;
    margin-top: -1px;
    border: 1px solid #dfdfdf;
    border-radius: 0px 0px 5px 5px;
    padding: 20px;
}

.rowss.col-xs-4 {
    width: 30.33333333% !important;
}

.calcflex {
display:flex; 
flex-direction: column;
}


@media only screen and (max-width: 1199px) {
.calc-bottom {
 margin-bottom: 20px;
}
}


.addiction-sect ul:not([id*=bx_])>li:before {
    content: "\2022";
    margin: 0 7px 0 -21px;
    color: #ffcc00;
   display: none;
}

.addiction-sect ul {
    padding: 0;
    margin: 0px;
}

.smalltext  {
    background-color: #f3f3f3;
    margin-top: 30px;
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    margin-top: 20px;
}


@media only screen and (max-width: 479px) {
.col-xs-6 {
    width: 100%;
} 
img.logo_furn {
	max-width: 40%;
}
.images_materials .def-btn2 {
	height: 18px;
    width: 18px;
}
.about .mb-30 {
	margin-bottom: 0px;
}
.about .content.with_images {
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 10px;
}
.margus {
	margin: 0px;
	padding-bottom: 0px;
}
.ordered-block{
	    margin-bottom: 0px;
}
.red.image.shine.nopadding .detail img {
    max-width: 80%;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1272px) {
span.calc-type-name  {
        font-size: 10px;
}
}

@media only screen and (min-width: 320px) and (max-width: 550px) {
span.calc-type-name  {
        font-size: 10px;
}
}



@media only screen and (min-width: 1200px) and (max-width: 1339px) {
.calc-result-price {
        font-size: 13px;
}
}