.calc{
 display:flex;
 flex-direction:row;
 max-width:1500px;
 width:100%;
 justify-content:center;
}
.calc-item{
 flex-basis:40%;
 border:1px solid #eee;
 border-width:1px 1px 1px 0;
}
.calc-item:first-child{
 border-width:1px;
}
.calc-item__title{
 padding:15px 0;
 display:flex;
 justify-content:center;
 align-items:center;
 width:100%;
 background:#00796b;
 color:#fff;
}
.calc-item__num{
 padding:2px 0 2px 0;
 background:#fff;
 border-radius:50%;
 color:#00796b;
 text-align:center;
 display:flex;
 width:23px;
 justify-content:center;
 align-items:center;
 margin-right:5px;
}
.calc-imgs .custom-control--img{
 display:flex;
 flex-direction:row;
 align-items:center;
}
.custom-control--img .custom-control__description{
 display:flex;
 align-items:center;
 justify-content:center;
}
.custom-control--img .custom-control__description a{
 text-decoration:none;
}
.custom-control--img .custom-control__description img{
 width:70px;
}
.custom-control--img .custom-control__input{
 width:auto!important;
 height:auto!important;
 visibility:visible!important;
 position:relative!important;
 left:0!important;
 top:0!important;
}
.calc-item__content{
 padding:20px;
}
.calc-flex-item .calc-item__content{
 display:flex;
 flex-direction:column;
}
.calc-flex-item .calc-item__content .custom-control{
 margin-bottom:10px;
}
.calculator_section{
 max-width:1500px;
 margin:30px; auto;
}
.calculator_row{
   display:flex;
   justify-content:center;
   flex-direction:row;
}
.calculator_column{
 padding:20px 5px;
 text-align:center;
 border:1px solid #eee;
}
.col-1 img{
 width:100px;
}
.col-1{
 width:13%;
}
.col-2{
 width:42%;
 flex:1;
}
.col-3{
 width: 13%;
}
.col-4,.col-5,.col-6,.col-7,.col-8{
 width:7%;
}
.col-6{
  display:none;
}
.alternate{
 width:20px;
 height:20px;
 background:#00796b30;
 display:inline-flex;
 margin-left:10px;
 justify-content:center;
 align-items:center;
}
.alt_row{
 display:none!important;
}
.alt_row.active{
 display:flex!important;
}
.alt_row.show{
 background:#00796b30;
 cursor:pointer;
 display:flex!important;
}
.alternate{
 padding:7px;
 width:25px;
 height:25px;
 cursor:pointer;
}
.alt_row.show span.alternate{
  display:none;
}
.calculator_body .col-1{
 display:flex;
 align-items:center;
 justify-content:center;
}
.calculator_body .col-1 input{
 margin-right:7px;
}
.calc_footer{
 margin-top:30px;
 display:flex;
 max-width:1500px;
 justify-content:flex-start;
 align-items:center;
}
.calc_disclaimer{
 flex:1;
 text-align:left;
 color:#aaa;
 font-size:15px;
 padding-right:30px;
}
.calc_full_price{
 font-weight:600;
 font-size:20px;
 margin-right:15px;
 width:15%;
}
.calculator_column_mobile{
  display:none;
}
.custom-radio{
 text-align:left;
 width:fit-content;
}
.calc-item__content{
 width:100%;
}
.products_final .col-2{
 text-align:left;
 padding-left:30px;
 display:flex;
 align-items:center;
}
.calculator_header,.col-8{
 font-weight:600;
}
.img_bg{
  height:100px;
  width:100px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.str-custom-checkbox{
 width:25px;
 height:25px;
 border:1px solid #aaa;
 border-radius:3px;
 margin-right:10px;
 margin-left:10px;
}
.str-custom-checkbox input{
 opacity:0;
}
.str-custom-checkbox:has(input:checked){
 background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23path0_fill' fill='%23fff'/%3E%3Cdefs%3E%3Cpath id='path0_fill' d='M9.89.24L3.831 7.203 1.106 4.09a.604.604 0 00-.465-.23.604.604 0 00-.464.23.906.906 0 00-.172.426.647.647 0 000 .162c.007.054.017.108.03.161a.57.57 0 00.06.15l.082.139 3.21 3.642c.121.153.273.23.455.23a.557.557 0 00.454-.23l.08-.093 6.442-7.399A.759.759 0 0011 .76c0-.208-.06-.38-.182-.52-.242-.276-.505-.314-.787-.114-.054.03-.101.069-.142.115z'/%3E%3C/defs%3E%3C/svg%3E");
 background-position:center center;
 background-repeat:no-repeat;
 cursor:pointer;
 background-color:#00796b;
 border-color:#00796b;
 background-size:75%;
}
span.alternate svg{
 width:20px;
 height:20px;
 overflow:hidden;
}
span.alternate{
 padding:5px;
 display:flex;
 align-items:center;
 justify-content:center;
}
.custom-control__description{
 font-size:17px;
}
.custom-control__input{
 width:15px;
 height:15px;
}
.custom-control.custom-radio{
 display:flex;
 align-items:center;
 justify-content:center;
}
.custom-control.custom-radio input{
  margin-right:10px;
}
.col-2 a{
 color:#000;
}
.col-2 a:hover{
 color:#00796b;
}
.col-3,.col-4,.col-5,.col-7,.col-8{
 display:flex;
 align-items:center;
 justify-content:center;
}
@media screen and (max-width:600px){
  .calculator_section{
    margin:30px 10px;
  }
  .str-custom-checkbox{
    margin:0 3px;
  }

.calc{
 flex-direction:column!important;
}
.calculator_header{
 display:none;
}
.calculator_row{
 width:100%;
 flex-wrap:wrap;
}
.calculator_row .col-1{
 width:141px;
 border-right:none!important;
 border-bottom:none!important;
}
.col-1{
  width:141px;
}
.col-2{
 width:calc(100% - 141px)!important;
 border-left:none!important;
 border-bottom:none!important;
 padding-right:15px!important;
 padding-left:15px!important;
}
.col-3,.col-4,.col-5,.col-6,.col-7,.col-8{
 display:none;
}
.calculator_column_mobile{
 display:block!important;
 width:100%;
 text-align:left!important;
 padding-left:15px!important;
 line-height:120%;
 color:#484848;
 border-top:none!important;
 font-size:15px;
}
.calc_footer{
  flex-wrap:wrap;
}
.calc_disclaimer{
  width:100%;
  flex:none;
}
.calc_full_price,.button_add_all_cart{
  width:50%;
 margin-right:0!important;
  margin-top:15px!important;
}
}
.news-detail__text{
 text-align:left;
 padding:30px;
}
.news-detail__info{
  max-width:1500px;
  margin:0 auto;
}
.news-detail__text{
  padding:0;
}


@media (max-width: 1500px){
	.news-detail__text{
		margin: 0 auto;
    	max-width: 95%;
	}
}