@font-face {
    font-family: ProximaNova_Xbold;
    src: url(../fonts/ProximaNova-Xbold.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: ProximaNova_Regular;
    src: url(../fonts/ProximaNova-Regular.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: ProximaNova_Bold;
    src: url(../fonts/ProximaNova-Bold.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: ProximaNova_Light;
    src: url(../fonts/ProximaNova-Light.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: ProximaNova_LightIt;
    src: url(../fonts/ProximaNova-LightIt.otf);
  font-weight: normal;
  font-style: normal;
}
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/

.cacl article,  .cacl aside,  .cacl details, .cacl  figcaption,  .cacl figure, 
 .cacl footer,  .cacl header,  .cacl hgroup, .cacl  menu,  .cacl nav,  .cacl section {
	display: block;
}
.cacl body {
	line-height: 1;
}
.cacl ol, .cacl ul {
	list-style: none;
	margin: 0;
}
.cacl blockquote, .cacl q {
	quotes: none;
}
.cacl blockquote:before, .cacl blockquote:after,
.cacl q:before, .cacl q:after {
	content: '';
	content: none;
}
.cacl table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* * {
	box-sizing: border-box;
}*/
.cacl b{
	font-weight: normal;
	font-family: TornadoBold;
}
.cacl .clear {
	clear: both;
}



.cacl{
	margin: 0 auto;
	display: block;
	max-width: 1170px;
	text-align: left;
	color: #283646;
	box-sizing: border-box;
    padding-bottom: 20px;
}
.calc *{
	box-sizing: border-box;
}
.cacl h1{
	font: 30px ProximaNova_Bold;
	margin-bottom: 16px;
}
.cacl__top{
	margin-bottom: 27px;
}
.cacl__top__body{
	font: 16px/19px ProximaNova_Regular;
	margin-bottom: 9px;
    letter-spacing: .03px;
}
.cacl__top__body p:not(:last-child){
	margin-bottom: 11px;
}
.cacl__top__body sup{
	color: #ff9100
}
.cacl__top__btm{
	color: #666666;
	font: 14px ProximaNova_Regular
}
.cacl__top__btm sup{
	color: #ff9100;
	font: 24px ProximaNova_Regular
}



/*CATALOG INFO*/
.cacl__body__table{
  font-size: 18px;
}
.cacl__body__table li{
  background-color: #fff;
  border: 1px solid #dedede;
  position: relative;
}
.cacl__body__table li:not(:last-child){
  border-bottom: none;
}
.cacl__body__table li.active{
  border: 1px solid #fff;
  display: block;
  /*border: : none;*/
}
.cacl__body__table li .cacl__body__table__head{
  font: 24px ProximaNova_Regular;
  padding: 14px 30px;
  position: relative;
  cursor: pointer;
}
.cacl__body__table li.active .cacl__body__table__head{
  background-color: #f2f2f2;
}
.text-important{
  border-left: 2px solid #ff9100;
  padding-left: 13px;
  font-size: 14px;
}
.cacl__body__table li .cacl__body__table__content{
  background-color: #fff;
}
.cacl__body__table li .cacl__body__table__content{
  padding: 19px 0;
}
.cacl__body__table li .cacl__body__table__head:after{
  content: '';
  position: absolute;
  width: 17px;
  height: 9px; 
  background: url(../img/arrow_info.png);
  background-position: 0 0;
  right: 25px;
  top: 30px;
}
.cacl__body__table li .cacl__body__table__field{
  display: none;
  position: relative;
}
.cacl__body__table li.active .cacl__body__table__head:after{
  background-position: -25px 0;
}
.cacl__body__table li a{
  color: #ff9100;
  border-bottom: 1px solid #ffe6d3;
  cursor: pointer;
}
.cacl__body__table__content .calc--minus{
	border-radius: 25px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: inline-block;
    vertical-align: top;
    margin-top: 2px;
	background: url(../img/minus.png);
}
.cacl__body__table__content .calc--minus:hover{
	background: url(../img/minus_hover.png);
}
.cacl__body__table__content .calc--plus{
    border-radius: 25px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: inline-block;
    vertical-align: top;
    margin-top: 2px;
	background: url(../img/plus.png);
}
.cacl__body__table__content .calc--plus:hover{
	background: url(../img/plus_hover.png);
}
.cacl__body__table__content table thead tr th{
	font: 18px ProximaNova_Bold;
	color: #283646;
	text-align: left;
}
.cacl__body__table__content table thead tr th:first-child{
    padding: 10px 30px;
}
.cacl__body__table__content table tbody tr{
	text-align: center;
	font: 16px ProximaNova_Regular;
	color: #283646;
}
.cacl__body__table__content table tbody tr td{
	position: relative;
}
.cacl__body__table__content table tbody tr td:first-child{
	text-align: left;
}
.cacl__body__table__content table tbody tr td input[type="text"],
.cacl__body__table__content table tbody tr td input[type="number"]{
	height: 30px;
	width: 80px;
	outline: none;
	text-align: center;
	font: 16px ProximaNova_Regular;
}
.cacl__body__table__content table tbody tr td input[type="number"]::-webkit-inner-spin-button { 
	display: none;
}
.cacl__body__table__content table tbody tr td input[type="text"]:focus,
.cacl__body__table__content table tbody tr td input[type="number"]:focus{
	border: 1px solid #ff9001;
}
.cacl__body__table__content table tbody tr td.calc--count{
	font-size: 0;
}
.cacl__body__table__content table tbody tr td.calc--count input[type="text"],
.cacl__body__table__content table tbody tr td.calc--count input[type="number"]{
	width: 50px;
	margin: 0 10px;
}
.cacl__body__table__content table tbody tr td,
.cacl__body__table__content table thead tr th{
	padding: 10px 40px;
}
.cacl__body__table__content table tbody tr td.calc--amp,
.cacl__body__table__content table thead tr th.calc--amp{
	padding-right: 0;
	padding-left: 0;
}
.cacl__body__table__content table tbody tr td.calc--name,
.cacl__body__table__content table thead tr th.calc--name{
	padding-right: 30px;
	padding-left: 30px;
}
.cacl__body__table__content table tbody tr td:last-child,
.cacl__body__table__content table thead tr th:last-child{
	padding: 16px 0;
}
.cacl__body__table__content table tbody tr.lastRow td.calc--name{
	padding-left: 0;
	padding-right: 0;
}
.cacl__body__table__content table tbody tr.lastRow td.calc--name input[type="text"]{
	width: 258px;
}
.cacl__body__table__content table tbody tr:hover{
	background: #fafafa;
}

.cacl__body__table__content .newRow .calc--buttonAddRemove span{
	color: #ff9100;
	font: 14px ProximaNova_Regular;
	cursor: pointer;
}

.cacl__body__table__content .lastRow .calc--buttonAddRemove span{
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	background: url(../img/addRow.png);
	cursor: pointer;
}
.cacl__body__table__content .calc--infoWin{
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 6px 12px;
    font: 13px ProximaNova_Regular;
    color: #283646;
    position: absolute;
    z-index: 10;
    background: #fff;
    top: -36px;
    right: 50%;
	margin-right: -100px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
}
.cacl__btm .cacl__btm__text,
.cacl__btm .cacl__btm__err{
	padding: 0	30px;
	font: 22px/28px ProximaNova_Regular;
    color: #283646;
    margin-bottom: 21px;
}
.cacl__btm b{
	font-weight: normal;
	font-family: ProximaNova_Bold;
}


.cacl__body{
	margin-bottom: 30px;
}
.cacl__button{
	margin-bottom: 30px;
}

.cacl__btm__slider{
	position: relative;
}
.cacl__btm__slider .slick-list{
	position: relative;
	max-width: 750px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.cacl__btm__slide {
	outline: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 230px;
	margin: 0 10px;
}
.cacl__btm__slide a{
	outline: none;
	text-decoration: none;
}
.cacl__btm__slide__img{
	border: 1px solid #e0e0e0;
	width: 230px;
	height: 230px;
	display: table;
	text-align: center;
	margin-bottom: 10px;
}
.cacl__btm__slide__img__block{
	display: table-cell;
	vertical-align: middle;
}
.cacl__btm__slide__img img{
	max-width: 100%;
	max-height: 230px;
	width: auto;
	height: auto;
	object-fit: cover;
}
.cacl__btm__slide:hover .cacl__btm__slide__img{
	border: 1px solid #ff9100;
}
.cacl__btm__slide__info{
	text-align: center;
}
.cacl__btm__slide__info__name{
	font: 20px ProximaNova_Bold;
	color: #283646;
	text-transform: uppercase;
}
.cacl__btm__slide:hover .cacl__btm__slide__info__name{
	color: #ff9001
}
.cacl__btm__slide__info__description{
	color: #283646;
	font: 14px ProximaNova_Regular;
}

.cacl__btm__slider .slick-arrow{
	font-size: 0;
	background: none;
	border: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 96px;
	cursor: pointer;
	outline: none;
	margin: 0;
}

.cacl__btm__slider .slick-arrow.slick-prev{
	background: url(../img/arrow_left.png);
    left: 35px;
}
.cacl__btm__slider .slick-arrow.slick-prev:hover{
	background: url(../img/arrow_left_hover.png);
}

.cacl__btm__slider .slick-arrow.slick-next{
	background: url(../img/arrow_right.png);
    right: 36px;
}
.cacl__btm__slider .slick-arrow.slick-next:hover{
	background: url(../img/arrow_right_hover.png);
}
.cacl__btm__slider .slick-arrow.slick-prev:before,
.cacl__btm__slider .slick-arrow.slick-next:before,
.cacl__btm__slider .slick-arrow.slick-prev:after,
.cacl__btm__slider .slick-arrow.slick-next:after{
	font-size: 0;
}