@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800');


/* logic style */
.calc-container .hidden {
  display: none;
}
/* style */
.calc-container ul ul li {
  list-style: none;
}

.calc-container table {
  width: 100%;
  border-collapse: collapse
}
.calc-container table .table-item {
  max-height: 150px;
  overflow: scroll;
  border-bottom: 1px dotted #4896ef;
}
.calc-container table .table-item td {
  width: 30%;
  border-right: 1px dotted #4896ef;
}
t.calc-container able .table-item td:last-child {
  border-right: 0;
}
.calc-container table .final td {
  width: auto;
}
.calc-container table .table-item:hover {
  background: #e9e9e9;
}

#final {
  width: 100%;
}
#final input {
  text-align: center;
  width: 100%;
}
#final input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}

#final input[type="number"] {
	width: 80px;
}
#final td {
  width: auto;
  border-right: 1px dotted #4896ef;
}
#final td:last-child {
  border-right: 0;
}

.selected_item {
  background-color: #d3d3d3;
}

.fixed {
  position: fixed;
  top: 10px;
  right: 10px;
}

.calc-container .modal {
  position: fixed;
  top: calc(50% - 75px);
  left: calc(50% - 250px);
  border: 1px solid black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #2a73c7;
  height: 150px;
  width: 500px;
  text-align: center;
  z-index: 1000;
}
.calc-container .modal h1 {
  margin-top: 30px;
  color: white;
}

.calc-container .wait {
  height: 20px;
  width: 20px;
}

.engine-cell {
  position: relative;
  min-width: 100px;
}

.engine-cell-icon-wrap {
	position: relative;
}

.engine-cell-icon {
  position: relative;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 8px;
  border-radius: 50%;
  border: 1px solid #8c8c8c;
  text-align: center;
  cursor: pointer;
}

.engine-cell-icon:hover {
	opacity: 0.6;
}

.engine-cell-tooltip {
  text-align: left;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
  position: absolute;
  top: 100%;
  left: calc(100% - 10px);
  display: none;
  z-index: 1;
  width: 250px;
}

.engine-cell-icon:hover ~ .engine-cell-tooltip {
  display: block !important;
}


/*# sourceMappingURL=style.css.map */


.calc-container {
    max-width: 1100px;
    margin: 35px 0;
    margin-bottom: 0px;
    font-size: 14px;
    min-height: 750px;
    /* font-family: "Roboto", "Arial", "Verdana", sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    color: #313131;
    line-height: 1.3;
    background-size: cover;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    padding: 25px 25px 25px 0;
  transition: all 0.2s ease-out;
}

.calc-container.user {
	margin: 0 auto;
	margin-top: 30px;
	min-height: 600px;
}

.calc-fl p,
.wn-calc p {
  padding: 0 !important;
  margin: 0 !important;
}

.calc-container a.wn-link {
  text-decoration: none;
}

.calc-container p {
  margin: 3px 0;
}

.calc-container br,
.calc-fl br,
.wn-calc br {
  /*display:none;*/
}

.calc-container a:focus {
  outline: none;
}

.calc-container label {
  font-weight: normal;
  margin-bottom: 0;
  display: inline;
}

.calc-container caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #bdccda;
    text-align: left;
    caption-side: top;
}

.calc-container caption h2 {
	font-size: 24px;
}

.calc-container *,
.wn-calc * {
  box-sizing: border-box;
}

.calc-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.calc-container ul

-
> li {
  margin: 0;
  padding: 0;
}

.calc-header {
  font-size: 30px;
  padding: 15px 0;
  /*font-weight: 300;*/
  position: relative;
  text-align: left;
  /*background: #3bcde7;*/
  /*color:#fff;*/
  font-size: 18px;
}

.header-title {
  font-size: 30px;
  font-weight: normal;
  position: relative;
  padding-left: 55px;
  line-height: 40px;
}

.header-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(images/house_icon.svg) no-repeat;
}

.calc-content {
  position: relative;
  padding: 0;
  z-index: 2;
}

.calc-title {
  font-size:22px; 
  text-align:center; 
  font-weight:bold;
  padding-left: 60px;
}

.calc-block {
  text-align: left;
  padding: 10px 0;
  margin: 0 auto;
}

.cl-block-title {
  font-size: 18px;
  padding: 10px 0;
  display: block;
  font-weight: 600;
  text-align: center;
}

.input-block {
  padding: 5px 0;
}

.input-block-title {
  padding: 8px 0;
  color: #999;
}

.title-div {
  font-size: 22px;
  color: #424242;
  text-align: left;
  margin-bottom: 20px;
}

/*-----Step interface-------*/
.calc-steps-wrap {
  position: relative;
 /* padding-left: 100px !important;*/
  padding-right: 20px;
  /*min-height: 500px;*/
  display: flex;
  align-items: center;
  z-index: 1;
}

.dev .calc-steps-wrap {
  display: block;
}

.calc-nav-wrap {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;*/
  padding-left: 30px;
  padding-right: 20px;
  flex-grow: 0;
  margin-top: -40px;
  margin-bottom: -30px;
}

.calc-steps {
	flex-grow: 1;
	align-self: start;
}

.cl-nav__item {
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
}

.cl-nav__item.hidden {
  display: none;
}

.cl-nav__item-num {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  position: relative;
}

.cl-nav__item-num span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #dde2e8;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  position: relative;
  z-index: 10;
  transition: all .1s ease;
  transition-delay: 0.3s;

}

.cl-nav__item.active .cl-nav__item-num span {
  background: #4896ef;
  cursor: pointer;
  transition: none;
}

.cl-nav__item.active .cl-nav__item-num span:hover {
  background: #2a73c7;
}

.cl-nav__item .cl-nav__item-num:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 1px;
  top: 1px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #4896ef;
  z-index: 1;
  transition: all .01s ease;
  transition-delay: 0.3s;
  box-sizing: border-box;
}

.cl-nav__item.current .cl-nav__item-num:before {
  width: 36px;
  height: 36px;
  left: -4px;
  top: -4px;
}

.cl-nav__item-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cl-nav__item-line:before,
.cl-nav__item-line:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #dde2e8;
}

.cl-nav__item-line:after {
  height: 0;
  background: #4896ef;
  transition: all 1s ease;
}

.cl-nav__item.active .cl-nav__item-line:after {
  height: 100%;
}

.cl-nav__item:first-child .cl-nav__item-line:before {
  top: 50%;
  height: 50%;
}

.cl-nav__item:first-child .cl-nav__item-line:after {
  top: 50%;
  height: 0%;
}

.cl-nav__item.active:first-child .cl-nav__item-line:after {
  height: 50%;
}

.cl-nav__item:last-child .cl-nav__item-line:before {
  top: 0;
  height: 50%;
}

.cl-nav__item:last-child .cl-nav__item-line:after {
  top: 0;
  height: 0%;
}

.cl-nav__item.active:last-child .cl-nav__item-line:after {
  height: 50%;
}

.calc-step {
  padding-left: 25px;
  padding-top: 25px;
  display: none;
  width: 100%;
}

.dev .calc-step {
  display: block;
}

.calc-step.active {
  display: block;
}

.calc-step__num {
  font-size: 22px;
  color: #bbb;
  padding-bottom: 10px
}

.calc-step__title {
  font-size: 30px;
  padding: 10px 0;
}

.calc-step__content ul {
    padding: 10px 15px 10px 15px;
    margin-top: 10px;
    margin-left: 20px;
    position: relative;
    transition: all .5s ease;
}

.calc-step__content ul.no-pd {
  padding-left: 0;
  margin-left: 0;
}

.calc-step__content ul:not(.no-pd) {
  background: #f8f9fa;
}

.calc-step__content ul.hidden {

}

.calc-step__content ul.open {
  webkit-animation-name: uOpen;
  animation-name: uOpen;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;

}

.calc-step__content p {
  font-weight: bold;
  padding: 10px 0 5px 0;
}

.calc-step__nav {
  padding-top: 25px;
  position: relative;
  height: 79px;
}

.dev .calc-step__nav {
  DISPLAY: none;
}

.calc-step__content .hint {
	display: block;
	font-size: 13px;
	color: #999;
	padding-bottom: 15px;
	padding-left: 28px;
	line-height: 1.3;
}

.ae.do {
  webkit-animation-name: fromBottom;
  animation-name: fromBottom;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  visibility: visible;
}

.ae.do2 {
  webkit-animation-name: fromBottomH;
  animation-name: fromBottomH;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  visibility: visible;
  opacity: 0;
}

.cl-inp {
  padding: 5px 0;
}

.calc-inputs {
  margin-top: 10px;
  padding: 15px;
  background: #f8f8f8;
}

.calc-inputs-title {
  text-align: center;
  font-size: 18px;
  color: #0083c1;
  font-weight: bold;
}

.calc-inputs-title:after {
  content: "";
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  top: -16px;
  margin: 0 20px;
  z-index: 1;
}

.calc-inputs-title span {
  display: inline-block;
  padding: 5px 15px;
  background: #f8f8f8;
  position: relative;
  z-index: 10;
}

.toogle-div {
  display: none;
}

.cl-line {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #cad0d2;
}

.cl-line.last-ln {
  border-bottom: 0;
}

.cl-block {
  padding: 3px 0;
}

.ln-title {
  font-weight: bold;
  padding-bottom: 5px;
}

.cl-st {
  display: none;
}

.cl-name {
  float: left;
  width: 50%;
  padding-top: 7px;
}

.cl-name.n-pd {
  padding-top: 0;
}

.cl-name-wd {
  padding-bottom: 8px;
}

.cl-name-gates,
.cl-name-wicket {
  font-weight: bold;
}

.cl-name-title {
  line-height: 1.1;
  padding: 10px 0;
  word-wrap: break-word;
}

.cl-name-desc {
  line-height: 1.1;
  font-size: 13px;
  color: #9b9b9b;
}

.cl-value {
  float: left;
  width: 50%;
}

.cl-note {
  font-size: 12px;
  color: #157a2a;
  font-style: italic;
  padding-top: 3px;
}

.cl-left {
  float: left;
  box-sizing: border-box;
}

.cl-right {
  width: 47%;
  float: left;
  box-sizing: border-box;
}

.cl-f-left {
  width: 25%;
  float: left;
  margin-right: 5%;
}

.cl-f-right {
  width: 70%;
  float: left;
}

.cl10 {
  width: 10%;
}

.cl15 {
  width: 15%;
}

.cl17 {
  width: 17%;
}

.cl20 {
  width: 20%;
}

.cl25 {
  width: 25%;
}

.cl30 {
  width: 30%;
}

.cl35 {
  width: 35%;
}

.cl40 {
  width: 40%;
}

.cl45 {
  width: 45%;
}

.cl50 {
  width: 50%;
}

.cl55 {
  width: 55%;
}

.cl60 {
  width: 60%;
}

.cl63 {
  width: 63%;
}

.cl65 {
  width: 65%;
}

.cl70 {
  width: 70%;
}

.cl80 {
  width: 80%;
}

.cl90 {
  width: 90%;
}

.calc-container .clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.calc-sel-div-md {
  text-align: center;
}

.al-center {
  text-align: center;
}

.calc-container .hidden {
  opacity: 0;
}

.calc-questions .cl-name {
  font-weight: bold;
}

.btn-del-item {
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-family: Verdana, Arial, sans-serif, monospace;
  color: #000;
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn-del-item:hover {
  opacity: 1;
}

.calc-container input[type=radio], .calc-container input[type=checkbox],
.wn-calc input[type=radio], .wn-calc input[type=checkbox]{
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: 2px;
    margin-left: 0;
    vertical-align: top;
    -webkit-appearance: none;
    outline: 0;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.calc-container.user input[type=radio], .calc-container.user input[type=checkbox] {
    margin-top: 0px;
}

.calc-container input[type=radio], .calc-container input[type=checkbox],
.wn-calc input[type=radio], .wn-calc input[type=checkbox] {
  height: 20px;
  width: 20px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.calc-container input[type=radio],
.wn-calc input[type=radio] {
  border-radius: 50%;
}

.calc-container input[type=radio]:hover, .calc-container input[type=checkbox]:hover,
.wn-calc input[type=radio]:hover, .wn-calc input[type=checkbox]:hover {
  border: 1px solid #8a8a8a;
}

.calc-container input[type=checkbox]:before, .calc-container input[type=radio]:before,
.wn-calc input[type=checkbox]:before, .wn-calc input[type=radio]:before {
  display: block;
}

.calc-container input[type=checkbox]:checked:before, .calc-container input[type=checkbox]:indeterminate:before,
.wn-calc input[type=checkbox]:checked:before, .wn-calc input[type=checkbox]:indeterminate:before {
  content: "";
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #ef800d;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: url(../images/check.svg) no-repeat;
  background-size: cover;
}

.calc-container input[type=radio]:checked:before,
.wn-calc input[type=radio]:checked:before {
  content: '';
  margin: 2px auto 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 4px auto 0;
  background: #4896ef;
}

.calc-container input[type="text"],
.calc-container input[type="number"],
.calc-container select {
  display: block;
  height: 32px;
  line-height: 30px;
  text-align: left;
  width: 500px;
  max-width: 100%;
  padding: 0 0 0 8px;
  border: 1px solid #becacf;
  background: #fff;
  font-size: 16px;
  color: #555;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  margin-bottom: 0;
  box-shadow: 0 2px 12px -7px inset;
}

.calc-container input[type="text"].doors-size__input,
.calc-container input[type="number"].doors-size__input {
  height: 52px;
  line-height: 50px;
  padding-left: 60px;
  font-size: 26px;
  color: #f00;
  font-weight: bold;
}

.calc-container input[type="text"].inp-sml,
.calc-container input[type="number"].inp-sml,
.calc-container select.inp-sml {
  width: 100px;
  display: inline-block;
}

.calc-container input[type="text"].size-input,
.calc-container input[type="number"].size-input {
  background: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
}

.calc-container input[type="text"].wide-input {
  width: 100%;
  display: block;
}

.calc-container input[type="text"].slider-input {
  max-width: 47%;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  text-align: right;
  padding: 0px 5%;

}

#inp__printing {
  max-width: 160px;
  padding: 0 0 0 16px;
  height: 38px;
  line-height: 38px;
  font-size: 18px; 
  margin-top: 8px;
}

.calc-container table .table-item-header  th {
	padding: 4px 8px;
	background: #e8eaec;
	line-height: 1.3;
}

.calc-container table .table-item {
	cursor: pointer;
	border-bottom: 1px solid #ccd0d4;
	
}

.calc-container table .table-item:hover {
    background: #f1f4f9;
}

.calc-container table .table-item td {
	padding: 8px;
	line-height: 1.3;
	border-right: none;
	position: relative;
	height: 52px;
}

.calc-container table .table-item td:first-child,
.calc-container table .table-item-header  th:first-child {
	padding-left: 60px;
}

.calc-container table .table-item td:first-child:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 16px;
	left: 15px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
}

.calc-container table .table-item:hover td:first-child:before {
	border: 1px solid #aaa;
}

.calc-container table .table-item.selected_item td:first-child:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 16px;
	left: 15px;
	background: url(../images/check.svg) no-repeat;
	background-size: 70%;
	background-position: center center;
}

.calc-container table .table-item.selected_item {
	background: none;
}

.calc-container table .table-item td.capacity-cell {
	width: 20%;
}

.calc-container table .table-item td.engine-cell {
	width: 20%;
}

.calc-container table .table-item td.generator-cell {
	width: 25%;
}

#final thead td {
	font-weight: bold;
}
#final td,
#final td:last-child {
    width: auto;
    border: 1px solid #a0a0a0;
    padding: 4px;
}

.calc-container input[type="text"].input-size {
  height: 20px;
  line-height: 18px;
  margin: 2px 0;
  position: absolute;
  width: 46px !important;
  text-align: center;
  font-size: 14px;
  padding: 0;
}

.curtain-inp-label {
  position: absolute;
}

.curtain-inp-label span {
  position: absolute;
  top: 5px;
  right: 3px;
  color: #0083c1;
  font-weight: bold;
}

.input-size-title {
  display: inline-block;
  width: 60px;
}

.calc-spinner {
  width: 50px;
  height: 31px;
  line-height: 31px;
  font-size: 18px !important;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  height: 26px !important;
  line-height: 26px !important;
}

.calc-spinner:focus,
.calc-input:focus,
.slider-input:focus {
  outline: none;
}

.calc-container input[type="number"].calc-number {
  padding-right: 0;
}

.inputs-block {
  padding: 5px 0;
}

.inputs-div {
  padding-bottom: 15px;
}

.input-title {
  display: inline-block;
  min-width: 15px;
}

.title-span {
  display: block;
  padding: 5px 0;
}

.tpl {
  display: none;
}

.calc-disabled {
  opacity: 0.6;
}

.calc-btn {
  display: inline-block;
  padding: 12px 26px;
  margin: 5px 0;
  cursor: pointer;
  color: #fff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 22px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #4896ef;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border: none;
  line-height: 1.3;
}

.calc-btn:hover {
  background: #3581d6;
  outline: 0 none;
  text-decoration: none;
}

.calc-btn:active {
  background: #145eb1;
}

.calc-btn:focus {
  outline: none;
}


.calc-btn.nofill {
	background: #fff;
	color: #4896ef;
	border: 1px solid #4896ef;
}

.calc-btn.nofill:hover {
	background: #f7f8f9;
}

.calc-btn.nofill:active {
  background: #dfdfdf;
}

.calc-btn.btn-next {
  padding-right: 50px;
}

.calc-btn.btn-next:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/right-arrow.svg) no-repeat;
  background-size: cover;
}

.calc-btn.btn-next:hover:after {
  webkit-animation-name: btnNext;
  animation-name: btnNext;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.calc-btn.btn-prev {
  background: #f8f9fa;
  color: #869cb6 !important;
  /*box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);*/
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 25px;
  border: 1px solid #bfccdc;
}

.calc-btn.btn-prev:hover {
  background: #f1f2f3;
  color: #555 !important;
}

.calc-btn.calc-loading {
	color: transparent!important;
}

.calc-btn.calc-loading:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pjxzdmcgd2lkdGg9IjYzcHgiICBoZWlnaHQ9IjYzcHgiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9Imxkcy1yb2xsaW5nIiBzdHlsZT0iYmFja2dyb3VuZDogbm9uZTsiPiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuY29sb3J9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIHN0cm9rZT0icmdiYSgxMDAlLDEwMCUsMTAwJSwwLjc0MykiIHN0cm9rZS13aWR0aD0iMTAiIHI9IjM1IiBzdHJva2UtZGFzaGFycmF5PSIxNjQuOTMzNjE0MzEzNDY0MTUgNTYuOTc3ODcxNDM3ODIxMzgiIHRyYW5zZm9ybT0icm90YXRlKDEwOCA1MCA1MCkiPiAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ibGluZWFyIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+ICAgIDwvY2lyY2xlPiAgPC9zdmc+);
	background-size: 38px 38px;
    background-repeat: no-repeat;
    background-position: center center;
}

.order-btn-div {
  padding: 15px 0;
}

.calc-btn-div {
  text-align: center;
  padding: 15px 0;
}

.btn-calculate-div {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.btn-clear {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding-right: 24px;
  top: 13px;
  right: -100%;
  opacity: 0.5;
}

.btn-clear:hover {
  opacity: 0.7;
}

.btn-clear:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(images/clear.svg) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-nofilling {
  background: none;
  border: 1px solid #313131;
  color: #313131 !important;
}

.btn-nofilling:hover {
  background: #f0f0f0 !important;;
}

.fence-side-ln {
  padding: 5px 0;
}

.del-side-btn {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(images/del-btn.svg) no-repeat;
  background-size: cover;
  opacity: 0.6;
  margin-left: 20px;
  margin-top: 9px;
}

.del-side-btn:hover {
  opacity: 1;
}

#add_side_btn,
.calc-btn-small {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0;
  font-size: 14px;

}

#add_side_btn {
  margin-left: 20px;
}

.add-smeta-btn {
  padding: 5px 10px;
}

#btn_order {
  padding: 12px 26px 12px 54px;
}

#btn_order:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 11px;
  left: 26px;
  background: url(images/envelope.svg) no-repeat;
}

#btn_save {
  padding: 12px 26px 12px 52px;
}

#btn_save:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  left: 26px;
  background: url(images/download.svg) no-repeat;
}

.calc-messagebox {
  margin-bottom: 10px;
  padding: 8px 20px;
}

.calc-messagebox.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.calc-messagebox.alert-danger,
.calc-messagebox.alert-error {
  color: #b94a48 !important;
  background-color: #f2dede !important;
  border: 1px solid #D5A0A8 !important;
}

.calc-messagebox.alert-danger h4,
.calc-messagebox.alert-error h4 {
  color: #b94a48;
}

.calc-container input[type="text"].input-error,
.calc-container input[type="number"].input-error,
.wn-calc input[type="text"].input-error,
.input-error,
.calc-error {
  border: 1px solid #ff081b !important;
  background-color: #fcd9db !important;
  background: #fcd9db !important;
  color: #6a050d !important;
}

.input-error.input-error.input-error.input-error::-webkit-input-placeholder {
  color: #6a050d;
}

.input-error.input-error.input-error::-moz-placeholder {
  color: #6a050d;
}

/* Firefox 19+ */
.input-error.input-error:-moz-placeholder {
  color: #6a050d;
}

/* Firefox 18- */
.input-error:-ms-input-placeholder {
  color: #c0392b;
}

.calc-container input[type="text"].size-input.input-error,
.calc-container input[type="number"].size-input.input-error {
  background-color: rgba(252, 217, 219, 0.4) !important;;
}

.input-error-div {
  color: #A00511;
  background: #F7E7E8;
  padding: 5px;
  margin-top: 10px;
}

.selectboxit-btn.input-error {
  background-color: #F1B3B3;
  background-image: none;
}

.calc-error-msg {
  padding: 10px;
  text-align: center;
  display: block;
  color: #fff;
  background: #da2e2b;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
  font-size: 15px;
  border-radius: 6px;
  margin: 8px 0;
}

#calc_message {
  margin: 15px 15px 0 15px;
  border: 0 !important;
  border-radius: 0;
  background: none !important;
  background-color: transparent !important;
  text-align: center;
  text-shadow: none;
  max-width: 600px;
  margin: 10px auto;
  color: #b24b53 !important;
}

#form_message,
#form_message2,
#form_message3 {
  margin: 15px 15px 0 15px;
  border: 0 !important;
  border-radius: 0;
}

.total-result-div {
  padding: 30px 10px;
  font-size: 32px;
  color: #dfdee4;
  text-align: left;
  font-weight: 600;
}

.total-result-span {
  color: #b30600;
  font-size: 42px;
  font-weight: 500;
}

.total-one {
  font-size: 18px;
  color: #777;
}

.total-one-result-span {
  font-weight: bold;
  color: #313131;
  font-size: 22px;
}

.price-old-spn {
  color: #999;
  display: inline-block;
  position: relative;
}

.price-old-spn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0px;
  background: #999;
}

.total-result-old-span {
  color: #999;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  font-weight: normal;
}

.total-result-old-span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 21px;
  left: 0px;
  background: #999;
}

#oplata_cards {
  font-size: 14px;
  font-weight: bold;
  color: #464646;
  padding-top: 10px;
}

#fence_info {
  padding: 10px 0 20px 0;
  font-size: 12px;
  font-weight: bold;
}

#result_without_disc {
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  font-size: 18px;
}

.res-ln {
  font-size: 16px;
}

.res-span {
  font-size: 18px;
  color: #0083c1;
}

.res-note {
  padding: 5px 0;
  color: #868686;
}

.calc-order-div {
  text-align: center;
  padding: 20px 0 10px 0;
}

.wn-calc {
  background: #FFF;
  max-width: 500px;
  margin: 0 auto;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #505050;
}

#sel-sek-wn {
  max-width: 768px;
}

.wn-header {
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 10px 8px 30px;
  text-align: left;
}

.wn-content {
  padding: 10px;
  overflow: auto;
  min-height: 200px;
}

.wn-footer {
  padding: 0 10px;
}

.order-line {
  padding: 5px 0;
}

.order-line label {
  display: block;
  width: 100%;
}

.order-info {
  padding: 15px 0;
  line-height: 1.5;
}

.order-div {
  margin-top: 20px;
}

.form-loading {
  display: none;
  text-align: center;
}

.form-order-div {
  padding: 10px;
  margin: 0 10px;
}

.form-order-div input[type="text"],
.form-order-div textarea {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border: 1px #d2d0d0 solid;
  font-size: 1em;
  color: #333;
  background-color: #fff;
  line-height: 20px;
  box-shadow: 0 1px 12px -7px inset;
  padding: 5px 6px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 0;
}

.form-order-div input[type="text"]:focus,
.form-order-div textarea:focus {
  background-color: #F5FCF3 !important;
  outline: none;
}

.red-text {
  color: #F00;
}

.wn-btn-div {
  text-align: center;
}

.log-title {
  padding-top: 15px;
  color: #157a2a;
  font-weight: bold;
  font-size: 18px;
}

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
}

.calc-container .selectboxit-btn {
  border: 1px solid #c4c4c4;
  border-radius: 1px;
  background-color: #fff;
  background-image: none;
  height: 32px;
  line-height: 32px;
  box-shadow: 0 2px 12px -7px inset;

}

.calc-container .selectboxit.selectboxit-hover,
.calc-container .selectboxit.selectboxit-focus {
  background: #f8f8f8;

}

.calc-container .selectboxit-btn.selectboxit-hover {
  background: #f8f8f8;
}

.calc-container .calc-disabled .selectboxit.selectboxit-hover,
.calc-container .calc-disabled .selectboxit.selectboxit-focus {
  background: #f8f8f8;
}

.calc-container .selectboxit-container .selectboxit {
  border-radius: 0px;
}

.calc-container .selectboxit-list {
  /*border: 1px solid #E2E2E2;*/
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
  margin-top: 2px;
}

.calc-container .selectboxit-list > li {
  margin: 0;
  margin: 0;
}

.selectboxit-arrow-container {
  /*background: #889ea4;*/
}

.calc-container .selectboxit.selectboxit-hover .selectboxit-arrow-container,
.calc-container .selectboxit.selectboxit-focus .selectboxit-arrow-container {
  /* background: #7d9298;*/
}

.calc-container .calc-disabled .selectboxit.selectboxit-hover .selectboxit-arrow-container,
.calc-container .calc-disabled.selectboxit-focus .selectboxit-arrow-container {
  /*background: #889ea4;*/
}

.selectboxit-default-arrow {
  border-top: 4px solid #4F134A;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #000000;
  background-color: #bcd2c1;
  background-image: none;
}

.selectboxit-container .selectboxit-options .sel-atention a {
  color: #f00 !important;
}

.calc-sel-div .selectboxit-container .selectboxit-options {
  max-height: 300px;
}

.sel-atention-wrap .selectboxit .selectboxit-text {
  color: #f00 !important;
}

.selectboxit-container .selectboxit-arrow-container {
  /* width: 21px;
   background: #e5ecef;
   border: 1px solid #fff;
   height: 30px;*/
  /*-webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  -ms-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;*/

}

.selectboxit-container .selectboxit-text {
  padding-right: 28px;
  max-width: 100% !important;
  position: absolute;
  padding-left: 3px;
}

.selectboxit-container#sel_color_curtainSelectBoxItContainer .selectboxit-text {
  left: 20px;
}

.icon-calc-sel {
  display: inline-block;
  width: 17px;
  height: 10px;
  background: url(images/icon-calc-sel.png) no-repeat;
  top: 12px !important;
}

.selectboxit-container .selectboxit-hover .selectboxit-arrow-container {
  /* background: #d1f738;*/

}

.selectboxit-container .icon-arrow-down-white {
  background: url(images/down-arrow.svg) no-repeat;
  top: 0px !important;
  height: 100%;
  width: 100%;
  left: 0px !important;
  background-position: center center;
  -webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  -ms-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;
}

.selectboxit-container .selectboxit-open .icon-arrow-down-white {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selectboxit-container .icon-arrow-down-red {
  background: url(images/down-arrow-red.svg) no-repeat;
  top: 13px !important;
  height: 18px;
  left: 7px !important;
}

.calc-container .calc-sel-mn-div .selectboxit-btn {
  background: none;
  height: 48px;
  line-height: 48px;
}

.calc-sel-mn-div .selectboxit-container span, .calc-sel-mn-div .selectboxit-container .selectboxit-options a {
  height: 52px;
  line-height: 48px;
  display: block;
  font-size: 16px;
}

.calc-sel-mn-div .selectboxit .selectboxit-option-icon-container {
  margin-left: 0;
}

.calc-sel-mn-div .selectboxit-option-icon-url {
  width: 48px;
  background-size: 48px 48px;
}

.calc-sel-mn-div .selectboxit-arrow-container {
  background: none;
  position: relative;
  display: inline-block !important;
}

.calc-container .calc-sel-mn-div .selectboxit.selectboxit-hover .selectboxit-arrow-container,
.calc-container .calc-sel-mn-div .selectboxit.selectboxit-focus .selectboxit-arrow-container {
  background: none;
}

.calc-sel-mn-div .selectboxit-container span.selectboxit-text {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 16px;
  margin-top: 13px;
  margin-left: 5px;
  text-indent: 0px;
  border-bottom: 1px dashed #333;
  padding-right: 0px;
}

#calc_sel_materialSelectBoxItOptions {
  min-width: 400px !important;
  background: #F0F4F5;
}

#calc_sel_materialSelectBoxIt {
  width: 100% !important;
}

.calc-sel-mn-div .selectboxit-hover #calc_sel_materialSelectBoxItText {
  color: #870D0D;
  border-color: #870D0D;
}

.sel-wd-div .selectboxit-container {
  width: 100% !important;
}

.selectboxit.sel-wd {
  width: 100% !important;
}

.sel-wd-div .selectboxit-list {
  width: 100%;
}

.selectboxit.sel-wd .selectboxit-text {
  position: absolute;
  max-width: 100% !important;
  padding-right: 24px;
}

.selectboxit.sel-wd.sel-icn .selectboxit-text {
  position: absolute;
  max-width: 100% !important;
  padding-right: 24px;
  padding-left: 24px;
}

.print-div {
  display: none;;
}

.switchery-small > small {
  height: 18px;
  width: 18px;
}

.cl-us-text__0 {
  font-size: 18px;
  color: #777;
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
}

.cl-us-text__1 {
  margin-top: 15px;
}

.cl-us-text__2 {
  font-weight: normal;
  font-size: 14px;
}

.cl-us-text__2 p {
  padding-top: 0;
  margin-top: 0;
}

.cl-us-text__3 {
  font-size: 14px;
  color: #777;
  font-weight: normal;
  margin-top: 15px;
}

.add-smeta__ln {
  padding: 8px 0;
}

.add-smeta__ln-title {
  padding-bottom: 4px;
  color: #999;
}

.del-add-ln-btn {
  position: absolute;
  top: 12px;
  right: -14px;
  cursor: pointer;
  opacity: 0.6;
  display: block;
  width: 10px;
  height: 10px;
  background: url(images/del-btn.svg) no-repeat;
  background-size: cover;
}

.del-add-ln-btn:hover {
  opacity: 1.0;
}

@-webkit-keyframes fromBottom {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0
  }
}

@keyframes fromBottom {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromTop {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0
  }
}

@keyframes fromTop {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromBottomH {
  0% {
    opacity: 1
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0
  }
}

@keyframes fromBottomH {
  0% {
    opacity: 1
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0
  }
}

.ae-1 {
  -webkit-animation-delay: 10ms;
  animation-delay: 10ms
}

.ae-2 {
  -webkit-animation-delay: 110ms;
  animation-delay: 110ms
}

.ae-3 {
  -webkit-animation-delay: 210ms;
  animation-delay: 210ms
}

.ae-4 {
  -webkit-animation-delay: 310ms;
  animation-delay: 310ms
}

.ae-5 {
  -webkit-animation-delay: 410ms;
  animation-delay: 410ms
}

.ae-6 {
  -webkit-animation-delay: 510ms;
  animation-delay: 510ms
}

.ae-7 {
  -webkit-animation-delay: 610ms;
  animation-delay: 610ms
}

.ae-8 {
  -webkit-animation-delay: 710ms;
  animation-delay: 710ms
}

.ae-9 {
  -webkit-animation-delay: 810ms;
  animation-delay: 810ms
}

.ae-10 {
  -webkit-animation-delay: 910ms;
  animation-delay: 910ms
}

@-webkit-keyframes btnNext {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes btnNext {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes uOpen {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes uOpen {
    0% {
		transform: translateY(-30px);
        opacity: 0;
    }
    100% {
		transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 990px) {

 
}

@media (max-width: 768px) {

  .cl-sm10 {
    width: 10%;
  }

  .cl-sm20 {
    width: 20%;
  }

  .cl-sm30 {
    width: 30%;
  }

  .cl-sm35 {
    width: 35%;
  }

  .cl-sm40 {
    width: 40%;
  }

  .cl-sm45 {
    width: 45%;
  }

  .cl-sm50 {
    width: 50%;
  }

  .cl-sm55 {
    width: 55%;
  }

  .cl-sm60 {
    width: 60%;
  }

  .cl-sm65 {
    width: 65%;
  }

  .cl-sm70 {
    width: 70%;
  }

  .cl-sm80 {
    width: 80%;
  }

  .cl-sm90 {
    width: 90%;
  }

  .cl-sm100 {
    width: 100%;
  }

  .cl-line {
    line-height: 1.3;
  }

  .cl-name, .cl-value {
    width: 100%;
  }

  .type-roof-item {
    width: 33.33333333%
  }

  .btn-clear {
    position: relative;
    margin-top: 15 xp;
    right: 0;
    display: block;
    margin-top: 15px;
  }

  .type-product-div {
    width: 50%;
    font-size: 14px;
  }
  
  .calc-container {
      width: 95%;
  }
  
  .calc-container input[type="text"],
  .calc-container input[type="number"],
  .calc-container select {
    width: 100%;
  }
  
  .calc-steps {
    width: 90%;
   }
   
   .cl-inp {
       overflow: auto;
    }

}

@media (max-width: 500px) {

  .cl50 {
    width: 100%;
  }

  .cl-smx10 {
    width: 10%;
  }

  .cl-smx20 {
    width: 20%;
  }

  .cl-smx30 {
    width: 30%;
  }

  .cl-smx35 {
    width: 35%;
  }

  .cl-smx40 {
    width: 40%;
  }

  .cl-smx45 {
    width: 45%;
  }

  .cl-smx50 {
    width: 50%;
  }

  .cl-smx55 {
    width: 55%;
  }

  .cl-smx60 {
    width: 60%;
  }

  .cl-smx65 {
    width: 65%;
  }

  .cl-smx70 {
    width: 70%;
  }

  .cl-smx80 {
    width: 80%;
  }

  .cl-smx90 {
    width: 90%;
  }

  .cl-smx100 {
    width: 100%;
  }

  .cl-name {
    margin-bottom: 0;
  }

  .cl-value {
    margin-top: 3px;
  }

  .cl-line {
    border-bottom: 0;
    border-top: 0;
  }

 
  .calc-nav-wrap {
    padding-left: 15px;
    padding-right: 0px;
  }
}

