.calculator2022 h2 {
  font-family: skodapro_bold;
  font-size: 20px;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 30px;
}
.calculator2022 .calcwidget {
  border: 4px solid #51B4C1;
  position: relative;
}
.calculator2022 .calcwidget > div {
  padding: 70px 22px 90px 22px;
  display: none;
  width: 100%;
  height: 100%;
}
.calculator2022 .calcwidget > div.sh {
  display: block;
}
.calculator2022 .calcwidget .progress {
  width: 100%;
}
.calculator2022 .calcwidget .progress p {
  font-family: skodapro_regular;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-bottom: 10px;
}
.calculator2022 .calcwidget .toorder {
  float: right;
  position: relative;
  top: -45px;
  background: #51B4C1;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  cursor: pointer;
}
.calculator2022 .calcwidget .toorder:before,
.calculator2022 .calcwidget .toorder:after {
  display: block;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  margin-top: -14px;
  margin-left: -10px;
  left: 50%;
  top: 50%;
  background: url(../img/calculator/basket.svg) no-repeat;
  background-size: contain;
}
.calculator2022 .calcwidget .points {
  width: 100%;
  height: 15px;
  position: relative;
  margin-bottom: 40px;
  /*&:before {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 100%;
            height: 1px;
            background: #D4D4D4;
          }*/
}
.calculator2022 .calcwidget .points .line {
  width: 25%;
  height: 1px;
  background: #D4D4D4;
  position: absolute;
  top: 7px;
}
.calculator2022 .calcwidget .points .line span {
  display: none;
  font-family: skodapro_regular;
  font-size: 14px;
  line-height: 1em;
  color: #B8B8B8;
  position: absolute;
  right: -20px;
  top: 15px;
}
.calculator2022 .calcwidget .points .line:after {
  display: block;
  content: "";
  position: absolute;
  right: -7px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #D4D4D4;
  top: -7px;
}
.calculator2022 .calcwidget .points .line.l0 {
  width: 0;
  z-index: 4;
}
.calculator2022 .calcwidget .points .line.l0:after {
  right: -12px;
}
.calculator2022 .calcwidget .points .line.l1 {
  left: 0%;
  z-index: 3;
}
.calculator2022 .calcwidget .points .line.l2 {
  left: 25%;
  z-index: 2;
}
.calculator2022 .calcwidget .points .line.l3 {
  left: 50%;
  z-index: 1;
}
.calculator2022 .calcwidget .points .line.l4 {
  left: 75%;
}
.calculator2022 .calcwidget .points .line.l4:after {
  right: 0;
}
.calculator2022 .calcwidget .points .line.a {
  background-color: #51B4C1;
}
.calculator2022 .calcwidget .points .line.a:after {
  background-color: #51B4C1;
}
.calculator2022 .calcwidget .points .line.current span {
  display: block;
}
.calculator2022 .calcwidget p.calch {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #000;
  font-family: skodapro_regular;
}
.calculator2022 .calcwidget .selecttype {
  width: 100%;
  display: table;
}
.calculator2022 .calcwidget .selecttype .t {
  width: 120px;
  height: 150px;
  border-radius: 8px;
  background: #fff;
  border: 3px solid #fff;
  padding: 10px;
  float: left;
  margin-right: 8px;
  margin-bottom: 10px;
  -webkit-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
  cursor: pointer;
}
.calculator2022 .calcwidget .selecttype .t.a {
  border-color: #51B4C1;
}
.calculator2022 .calcwidget .selecttype .t .i {
  width: 100%;
  margin-bottom: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.calculator2022 .calcwidget .selecttype .t .i:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.calculator2022 .calcwidget .selecttype .t:nth-child(1) .i {
  background-image: url(../img/calculator/type1.jpg);
}
.calculator2022 .calcwidget .selecttype .t:nth-child(2) .i {
  background-image: url(../img/calculator/type2.jpg);
}
.calculator2022 .calcwidget .selecttype .t:nth-child(3) .i {
  background-image: url(../img/calculator/type3.jpg);
}
.calculator2022 .calcwidget .selecttype .t P {
  font-size: 14px;
  line-height: 1em;
  color: #000;
  font-family: skodapro_regular;
}
.calculator2022 .calcwidget .kons {
  float: left;
  position: relative;
  z-index: 1;
  margin: 20px 0 25px 34px;
  width: 180px;
}
.calculator2022 .calcwidget .kons .i {
  margin: 0 auto;
  width: 108px;
  height: 108px;
  border-radius: 100%;
  border: 4px solid #898989;
  background: url(../img/calculator/kons.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.calculator2022 .calcwidget .kons p {
  font-family: skodapro_regular;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  width: 100%;
  background: #EFEFEF;
  position: relative;
  padding: 20px 18px 25px 18px;
  border-radius: 8px;
}
.calculator2022 .calcwidget .kons p b {
  font-family: skodapro_bold;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.calculator2022 .calcwidget .kons p a.tel {
  font-size: 16px;
  line-height: 1em;
  padding-top: 10px;
  display: table;
  margin: 0 auto;
  font-family: skodapro_bold;
  color: #000;
}
.calculator2022 .calcwidget .kons p a.konsbtn {
  display: table;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #51B4C1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: skodapro_bold;
  font-size: 14px;
  margin: 10px 0;
}
.calculator2022 .calcwidget .kons p:before {
  margin-left: 40px;
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: -20px;
  border-right: 18px solid transparent;
  border-bottom: 20px solid #EFEFEF;
}
.calculator2022 .calcwidget .bottom {
  width: 100%;
  display: table;
}
.calculator2022 .calcwidget p.warn {
  width: 250px;
  height: 50px;
  display: block;
  float: left;
  background: #F7D2D6;
  position: relative;
  padding-left: 55px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  padding-top: 9px;
}
.calculator2022 .calcwidget p.warn b {
  font-family: skodapro_bold;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.calculator2022 .calcwidget p.warn span {
  position: absolute;
  display: block;
  text-align: center;
  font-family: skodapro_bold;
  font-size: 14px;
  line-height: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #D9273A;
  left: 13px;
  top: 50%;
  margin-top: -12px;
  border-radius: 100%;
}
.calculator2022 .calcwidget .prev {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  border: 2px solid #D4D4D4;
  display: none;
}
.calculator2022 .calcwidget .prev:before,
.calculator2022 .calcwidget .prev:after {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -7px;
  background: url(../img/calculator/prev.svg) no-repeat;
  background-size: contain;
  transition: 0.5s;
}
.calculator2022 .calcwidget .prev:after {
  opacity: 0;
  background-image: url(../img/calculator/prev_wh.svg);
}
.calculator2022 .calcwidget .nextwr {
  position: relative;
  -webkit-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #fff;
  width: 250px;
  height: 70px;
  padding-top: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
.calculator2022 .calcwidget .nextwr .prev {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -20px;
}
.calculator2022 .calcwidget p.next {
  float: right;
  display: block;
  width: 165px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: skodapro_bold;
  position: relative;
  background: #51B4C1;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.calculator2022 .calcwidget p.next:before {
  display: block;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 26px;
  height: 14px;
  margin-top: -7px;
  background: url(../img/calculator/next.svg) no-repeat;
  background-size: contain;
}
.calculator2022 .calcwidget p.next.v2 {
  text-align: left;
  padding-left: 20px;
}
.calculator2022 .calcwidget .stages2_wr {
  width: 100%;
  display: table;
}
.calculator2022 .calcwidget .stages2_wr .lf,
.calculator2022 .calcwidget .stages2_wr .rg {
  width: 100%;
}
.calculator2022 .calcwidget .wintypes {
  display: table;
  width: 100%;
  margin-bottom: 45px;
}
.calculator2022 .calcwidget .selectwintype {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.calculator2022 .calcwidget .selectwintype .wtype {
  width: 119px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
}
.calculator2022 .calcwidget .selectwintype .wtype:last-child {
  margin-right: 0;
}
.calculator2022 .calcwidget .selectwintype .wtype .i {
  width: 100%;
  height: 120px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  border: 3px solid #fff;
  margin-bottom: 15px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.calculator2022 .calcwidget .selectwintype .wtype .i > div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s;
}
.calculator2022 .calcwidget .selectwintype .wtype .i:hover {
  border-color: #51B4C1;
}
.calculator2022 .calcwidget .selectwintype .wtype.sel .i {
  border-color: #51B4C1;
}
.calculator2022 .calcwidget .selectwintype p {
  font-family: skodapro_regular;
  font-size: 16px;
  line-height: 1em;
}
.calculator2022 .calcwidget .selectoption {
  width: 100%;
  margin-bottom: 20px;
}
.calculator2022 .calcwidget .selectoption > p {
  font-family: skodapro_bold;
  color: #303030;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1em;
}
.calculator2022 .calcwidget .stages3_wr {
  width: 100%;
  display: table;
}
.calculator2022 .calcwidget .stages3_wr .tbl {
  width: 100%;
  display: table;
}
.calculator2022 .calcwidget .stages3_wr .lf {
  width: 100%;
  margin-bottom: 50px;
}
.calculator2022 .calcwidget .stages3_wr .rg {
  width: 100%;
  margin-bottom: 20px;
}
.calculator2022 .calcwidget .stages3_wr .i {
  width: 250px;
  height: 210px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
}
.calculator2022 .calcwidget .stages3_wr .i div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.calculator2022 .calcwidget .stages3_wr .sliders > div {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
}
.calculator2022 .calcwidget .stages3_wr .sliders .tbl {
  width: 100%;
  display: table;
}
.calculator2022 .calcwidget .stages3_wr .sliders .slider {
  margin-bottom: 20px;
}
.calculator2022 .calcwidget .stages3_wr .sliders .height.vertical {
  display: none;
  height: 270px;
  position: relative;
}
.calculator2022 .calcwidget .stages3_wr .sliders .height.vertical .value {
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -20px;
}
.calculator2022 .calcwidget .stages3_wr .sliders .width {
  position: relative;
}
.calculator2022 .calcwidget .stages3_wr .sliders p.title {
  float: left;
  font-family: skodapro_regular;
  font-size: 14px;
  line-height: 1em;
  color: #000;
}
.calculator2022 .calcwidget .stages3_wr .sliders .value {
  float: right;
  display: block;
  position: relative;
  font-family: skodapro_regular;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  width: 50px;
  height: 24px;
  border: 1px solid #D4D4D4;
  text-align: center;
}
.calculator2022 .calcwidget .stages3_wr .sliders .value input {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:none;
}
.calculator2022 .calcwidget .stages3_wr .sliders .value span {
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  font-family: skodapro_regular;
  color: #B8B8B8;
  font-size: 14px;
  line-height: 1em;
}
.calculator2022 .calcwidget .stages3_wr p.opth {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
  font-family: skodapro_bold;
  width: 100%;
  color: #303030;
}
.calculator2022 .calcwidget .stages3_wr .dpoption {
  width: 100%;
  margin-bottom: 10px;
}
.calculator2022 .calcwidget .stages4_wr {
  width: 100%;
  display: table;
}
.calculator2022 .calcwidget .stages4_wr .lf {
  margin-bottom: 30px;
}
.calculator2022 .calcwidget .stages4_wr .rg > p {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 15px;
  font-family: skodapro_regular;
}
.calculator2022 .calcwidget .order_items {
  width: 100%;
  margin-bottom: 30px;
}
.calculator2022 .calcwidget .order_item {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 90px;
  padding-bottom: 15px;
  position: relative;
}
.calculator2022 .calcwidget .order_item p {
  font-size: 14px;
  line-height: 18px;
  height: 100%;
  overflow: hidden;
}
.calculator2022 .calcwidget .order_item p:after {
  content: "...";
}
.calculator2022 .calcwidget .order_item .delete {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  background: #F3F3F3;
  border-radius: 100%;
}
.calculator2022 .calcwidget .order_item .delete:before,
.calculator2022 .calcwidget .order_item .delete:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background: url(../img/calculator/delete.svg) no-repeat;
  background-size: contain;
}
.calculator2022 .calcwidget .order_item .modify {
  position: absolute;
  right: 52px;
  top: 12px;
  width: 30px;
  height: 30px;
  background: #F3F3F3;
  border-radius: 100%;
}
.calculator2022 .calcwidget .order_item .modify:before,
.calculator2022 .calcwidget .order_item .modify:after {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  background: url(../img/calculator/settings.svg) no-repeat;
  background-size: contain;
}
.calculator2022 .calcwidget .additem {
  width: 180px;
  height: 50px;
  position: relative;
  display: block;
  background: #51B4C1;
  padding-left: 55px;
  cursor: pointer;
}
.calculator2022 .calcwidget .additem p {
  font-family: skodapro_bold;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 9px;
}
.calculator2022 .calcwidget .additem:before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  background: url(../img/calculator/window.svg) no-repeat;
  background-size: contain;
}
.calculator2022 .calcwidget .additem:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -35px;
  background: url(../img/calculator/add.svg) no-repeat;
  background-size: contain;
}
.calculator2022 .calcwidget .presents {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.calculator2022 .calcwidget .present {
  width: 100%;
  height: 75px;
  border: 3px solid #fff;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  padding-left: 75px;
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 8px;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 10px;
}
.calculator2022 .calcwidget .present:last-child {
  margin-right: 0;
}
.calculator2022 .calcwidget .present:hover,
.calculator2022 .calcwidget .present.a {
  border-color: #51B4C1;
}
.calculator2022 .calcwidget .present .i {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.calculator2022 .calcwidget .present p {
  font-family: skodapro_regular;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  display: inline-block;
}
.calculator2022 .calcwidget .stages5_wr {
  width: 100%;
  display: table;
  margin-bottom: 35px;
}
.calculator2022 .calcwidget .stages5_wr .lf {
  width: 100%;
  margin-bottom: 30px;
}
.calculator2022 .calcwidget .stages5_wr .rg {
  width: 100%;
}
.calculator2022 .calcwidget .stages5_wr .price {
  width: 100%;
  height: 70px;
  margin-bottom: 25px;
  font-family: skodapro_regular;
  font-size: 14px;
  padding-left: 17px;
  padding-top: 12px;
  color: #303030;
  background: #dbf7fb;
  background: -moz-linear-gradient(left, #dbf7fb 0%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #dbf7fb), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #dbf7fb 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #dbf7fb 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #dbf7fb 0%, #ffffff 100%);
  background: linear-gradient(to right, #dbf7fb 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbf7fb', endColorstr='#ffffff', GradientType=1);
}
.calculator2022 .calcwidget .stages5_wr .price span {
  font-family: skodapro_bold;
  font-size: 24px;
  color: inherit;
  padding-top: 3px;
}
.calculator2022 .calcwidget .stages5_wr .price span span {
  font-family: skodapro_bold;
  font-size: 16px;
  padding-left: 6px;
}
.calculator2022 .calcwidget .resultpresent {
  width: 100%;
  height: 75px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 70px;
  -webkit-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: flex;
  align-items: center;
  align-content: center;
}
.calculator2022 .calcwidget .resultpresent .i {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.calculator2022 .calcwidget .resultpresent p {
  font-family: skodapro_regular;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
}
.calculator2022 .calcwidget p.pricewarn {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  width: 100%;
}
.calculator2022 .calcwidget p.pricewarn b {
  font-size: inherit;
  line-height: inherit;
  font-family: skodapro_bold;
  color: #46B3B9;
}
.calculator2022 .calcwidget .sendblock {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 30px 15px 20px 15px;
}
.calculator2022 .calcwidget .sendblock input[type=text] {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #51B4C1;
  font-family: skodapro_regular;
  font-size: 16px;
  line-height: 48px;
  padding: 0 15px;
  margin-bottom: 15px;
}
.calculator2022 .calcwidget .sendblock .checkbox {
  margin-bottom: 15px;
}
.calculator2022 .calcwidget .sendblock .checkbox p {
  border: none;
  font-size: 12px;
  line-height: 14px;
  padding-left: 35px;
  margin-bottom: 0;
  height: auto;
  min-height: 24px;
}
.calculator2022 .calcwidget .sendblock .checkbox p:before {
  top: 0;
  left: 0px;
  margin-left: 0;
  margin-top: 0;
}
.calculator2022 .calcwidget .sendblock .checkbox p:after {
  top: 6px;
  left: 6px;
  margin-left: 0;
  margin-top: 0;
}
.calculator2022 .calcwidget .sendblock button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 75px;
  background: #51B4C1;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  font-family: skodapro_bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}
.calculator2022 .calcwidget .sendblock button:before {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  background: url(../img/calculator/tg.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 21px;
  margin-top: -10px;
}
.calculator2022 .calcwidget .sendblock p.b {
  font-family: skodapro_bold;
  font-size: 14px;
  line-height: 18px;
  color: #303030;
  margin-bottom: 10px;
}
.calculator2022 .calcwidget .sendblock p.lock {
  padding-left: 30px;
  position: relative;
  font-size: 10px;
  line-height: 12px;
  color: #303030;
  margin-bottom: 15px;
}
.calculator2022 .calcwidget .sendblock p.lock b {
  font-family: skodapro_bold;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.calculator2022 .calcwidget .sendblock p.lock:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 19px;
  margin-top: -10px;
  background: url(../img/calculator/lock.svg) no-repeat;
  background-size: contain;
}
.calculator2022 .calcwidget .stages6_wr {
  width: 100%;
  display: table;
}
.calculator2022 .calcwidget .stages6_wr .lf {
  width: 100%;
}
.calculator2022 .calcwidget p.st6h {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: skodapro_regular;
  color: #000;
}
.calculator2022 .calcwidget p.st6h b {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: skodapro_bold;
}
.calculator2022 .calcwidget p.st6h + p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  font-family: skodapro_regular;
  color: #000;
}
.calculator2022 .calcwidget .links {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.15);
}
.calculator2022 .calcwidget .links p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: skodapro_regular;
  color: #000;
}
.calculator2022 .calcwidget .links a {
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  display: table;
}
@media only screen and (max-width: 767px) {
  .calculator2022 .calcwidget .selecttype .t:nth-child(2) {
    margin-right: 0;
  }
  .calculator2022 .calcwidget .selectwintype {
    margin-bottom: 0;
  }
  .calculator2022 .calcwidget .selectwintype .wtype:nth-child(2) {
    margin-right: 0;
  }
  .calculator2022 .calcwidget .wintypes {
    margin-bottom: 15px;
  }
  .calculator2022 .calcwidget .stages4_wr .lf {
    margin-bottom: 10px;
  }
  .calculator2022 .calcwidget .presents {
    margin-bottom: 20px;
  }
  .calculator2022 .calcwidget p.warn {
    margin-bottom: 25px;
  }
  .calculator2022 .calcwidget .nextwr {
    position: absolute;
    width: 250px;
    left: 21px;
    bottom: 30px;
    z-index: 10;
  }
  .calculator2022 .calcwidget .stages6_wr .kons {
    top: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .calculator2022 .calcwidget h2 {
    font-size: 24px;
  }
  .calculator2022 .calcwidget > div {
    padding: 25px 50px 50px 50px;
  }
  .calculator2022 .calcwidget .toorder {
    top: 10px;
  }
  .calculator2022 .calcwidget .points {
    width: 515px;
    margin-bottom: 60px;
  }
  .calculator2022 .calcwidget .stages2_wr .lf {
    width: 340px;
    float: left;
  }
  .calculator2022 .calcwidget .stages2_wr .rg {
    width: 250px;
    float: right;
    padding-top: 60px;
  }
  .calculator2022 .calcwidget .selectwintype .wtype {
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .calculator2022 .calcwidget .selectwintype .wtype .i {
    height: 160px;
  }
  .calculator2022 .calcwidget .stages3_wr .lf {
    float: left;
    width: 250px;
    margin-bottom: 0;
  }
  .calculator2022 .calcwidget .stages3_wr .rg {
    float: right;
    width: 250px;
    margin-bottom: 0;
  }
  .calculator2022 .calcwidget .stages3_wr .i {
    width: 250px;
    height: 210px;
  }
  .calculator2022 .calcwidget .selecttype .t {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .calculator2022 .calcwidget .kons {
    margin-left: 12px;
    margin: -50px 0 0 0;
    width: 178px;
  }
  .calculator2022 .calcwidget .stages4_wr .lf {
    float: left;
    width: 250px;
  }
  .calculator2022 .calcwidget .stages4_wr .rg {
    float: right;
    width: 250px;
  }
  .calculator2022 .calcwidget .stages5_wr .lf {
    float: left;
    width: 250px;
    margin-bottom: 0;
  }
  .calculator2022 .calcwidget .stages5_wr .rg {
    float: right;
    width: 250px;
  }
  .calculator2022 .calcwidget .stages5_wr .price {
    width: 250px;
  }
  .calculator2022 .calcwidget .stages6_wr {
    padding-top: 40px;
  }
  .calculator2022 .calcwidget .stages6_wr .lf {
    float: left;
    width: 250px;
  }
  .calculator2022 .calcwidget .stages6_wr .kons {
    margin-top: 0;
    float: right;
  }
  .calculator2022 .calcwidget .prev {
    display: none;
  }
  .calculator2022 .calcwidget .nextwr {
    float: right;
  }
  .calculator2022 .calcwidget .nextwr .prev {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .calculator2022 h2 {
    padding-left: 90px;
  }
  .calculator2022 .calcwidget > div {
    padding: 35px 90px 50px 90px;
  }
  .calculator2022 .calcwidget .toorder {
    width: 55px;
    height: 55px;
    transition: 0.5s;
  }
  .calculator2022 .calcwidget .toorder:before,
  .calculator2022 .calcwidget .toorder:after {
    width: 30px;
    height: 30px;
    margin-top: -16px;
    margin-left: -12px;
  }
  .calculator2022 .calcwidget .toorder:hover {
    background-color: #208b95;
  }
  .calculator2022 .calcwidget .points {
    width: 810px;
  }
  .calculator2022 .calcwidget p.calch {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .calculator2022 .calcwidget .selecttype {
    margin-bottom: 80px;
  }
  .calculator2022 .calcwidget .selecttype .t {
    width: 213px;
    height: 270px;
    margin-right: 25px;
    padding: 15px;
  }
  .calculator2022 .calcwidget .selecttype .t .i {
    margin-bottom: 15px;
  }
  .calculator2022 .calcwidget .selecttype .t p {
    font-size: 18px;
  }
  .calculator2022 .calcwidget .selecttype .t:hover {
    border-color: #51B4C1;
  }
  .calculator2022 .calcwidget .kons {
    margin-left: 0;
  }
  .calculator2022 .calcwidget .kons a.tel:hover {
    color: #208b95;
  }
  .calculator2022 .calcwidget .kons a.konsbtn:hover {
    background: #208b95;
  }
  .calculator2022 .calcwidget .stages2_wr .lf,
  .calculator2022 .calcwidget .stages2_wr .rg {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .calculator2022 .calcwidget .selectwintype .wtype {
    margin-bottom: 0;
    width: 190px;
    margin-right: 44px;
  }
  .calculator2022 .calcwidget .selectwintype .wtype .i {
    padding: 0;
  }
  .calculator2022 .calcwidget .selectwintype p {
    font-size: 18px;
  }
  .calculator2022 .calcwidget .stages3_wr .lf {
    width: 425px;
    padding-left: 75px;
  }
  .calculator2022 .calcwidget .stages3_wr .rg {
    width: 410px;
  }
  .calculator2022 .calcwidget .stages3_wr .i {
    float: right;
    width: 320px;
    height: 270px;
  }
  .calculator2022 .calcwidget .stages3_wr .sliders .height.vertical {
    display: block;
  }
  .calculator2022 .calcwidget .stages3_wr .sliders .height.horizontal {
    display: none;
  }
  .calculator2022 .calcwidget .stages3_wr .sliders .width .value {
    position: absolute;
    left: 50%;
    margin-left: -20px;
  }
  .calculator2022 .calcwidget .stages3_wr .sliders p.title {
    display: none;
  }
  .calculator2022 .calcwidget .stages3_wr .dpoption {
    width: 190px;
    margin-right: 30px;
    float: left;
    margin-bottom: 15px;
  }
  .calculator2022 .calcwidget .stages3_wr .dpoption:nth-child(2n+2) {
    margin-right: 0;
  }
  .calculator2022 .calcwidget .selectoption {
    float: left;
    width: 190px;
    margin-right: 44px;
    margin-bottom: 0;
  }
  .calculator2022 .calcwidget .selectoption:last-child {
    margin-right: 0;
  }
  .calculator2022 .calcwidget .stages4_wr .lf {
    float: none;
    width: 100%;
  }
  .calculator2022 .calcwidget .stages4_wr .rg {
    float: none;
    width: 100%;
  }
  .calculator2022 .calcwidget .stages4_wr .rg > p {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .calculator2022 .calcwidget .order_items {
    width: 810px;
  }
  .calculator2022 .calcwidget .order_item {
    height: 65px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 130px;
    padding-bottom: 0;
  }
  .calculator2022 .calcwidget .order_item p {
    font-size: 16px;
    line-height: 64px;
  }
  .calculator2022 .calcwidget .order_item .delete {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    transition: 0.5s;
    cursor: pointer;
  }
  .calculator2022 .calcwidget .order_item .delete:before,
  .calculator2022 .calcwidget .order_item .delete:after {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
  }
  .calculator2022 .calcwidget .order_item .delete:hover {
    background: #F7D2D6;
  }
  .calculator2022 .calcwidget .order_item .modify {
    width: 40px;
    height: 40px;
    right: 80px;
    top: 50%;
    margin-top: -20px;
    transition: 0.5s;
    cursor: pointer;
  }
  .calculator2022 .calcwidget .order_item .modify:before,
  .calculator2022 .calcwidget .order_item .modify:after {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
  }
  .calculator2022 .calcwidget .order_item .modify:hover {
    background: #C5E7E9; 
  }
  .calculator2022 .calcwidget .additem {
    transition: 0.5s;
  }
  .calculator2022 .calcwidget .additem:hover {
    background-color: #208b95;
  }
  .calculator2022 .calcwidget .stages5_wr .lf {
    width: 445px;
  }
  .calculator2022 .calcwidget .stages5_wr .rg {
    width: 360px;
  }
  .calculator2022 .calcwidget .stages5_wr .price {
    width: 360px;
  }
  .calculator2022 .calcwidget .sendblock {
    padding: 45px;
  }
  .calculator2022 .calcwidget .sendblock p.b {
    margin-bottom: 15px;
  }
  .calculator2022 .calcwidget .sendblock p.lock {
    font-size: 12px;
    line-height: 14px;
  }
  .calculator2022 .calcwidget .sendblock .checkbox p {
    font-size: 14px;
    line-height: 16px;
  }
  .calculator2022 .calcwidget .sendblock button {
    height: 60px;
    line-height: 60px;
    padding-left: 100px;
    cursor: pointer;
  }
  .calculator2022 .calcwidget .sendblock button:before {
    width: 30px;
    height: 29px;
    margin-top: -15px;
  }
  .calculator2022 .calcwidget .sendblock button:hover {
    background: #208b95;
  }
  .calculator2022 .calcwidget .resultpresent {
    width: 210px;
    height: 95px;
    margin-bottom: 35px;
    padding-left: 90px;
  }
  .calculator2022 .calcwidget .resultpresent .i {
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
  .calculator2022 .calcwidget .resultpresent p {
    font-size: 16px;
    line-height: 18px;
  }
  .calculator2022 .calcwidget p.pricewarn {
    font-size: 16px;
    line-height: 24px;
  }
  .calculator2022 .calcwidget .present {
    width: 210px;
    height: 95px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
    padding-left: 90px;
  }
  .calculator2022 .calcwidget .present .i {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .calculator2022 .calcwidget .present p {
    font-size: 16px;
    line-height: 18px;
  }
  .calculator2022 .calcwidget .stages6_wr .lf {
    width: 360px;
  }
  .calculator2022 .calcwidget p.st6h {
    font-size: 24px;
    line-height: 30px;
  }
  .calculator2022 .calcwidget p.st6h + p {
    font-size: 16px;
    line-height: 24px;
  }
  .calculator2022 .calcwidget .links {
    width: 360px;
  }
  .calculator2022 .calcwidget .links p {
    font-size: 24px;
    line-height: 30px;
  }
  .calculator2022 .calcwidget .links a {
    font-size: 16px;
    line-height: 32px;
  }
  .calculator2022 .calcwidget .links a:hover {
    color: #208b95;
  }
  .calculator2022 .calcwidget p.warn {
    width: 270px;
  }
  .calculator2022 .calcwidget .prev {
    display: block;
    cursor: pointer;
    transition: 0.5s;
  }
  .calculator2022 .calcwidget .prev:hover {
    background-color: #D4D4D4;
  }
  .calculator2022 .calcwidget .prev:hover:before {
    opacity: 0;
  }
  .calculator2022 .calcwidget .prev:hover:after {
    opacity: 1;
  }
  .calculator2022 .calcwidget .nextwr {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
  }
  .calculator2022 .calcwidget .nextwr .prev {
    display: none;
  }
  .calculator2022 .calcwidget p.next {
    width: 180px;
    height: 50px;
    line-height: 50px;
    transition: 0.5s;
  }
  .calculator2022 .calcwidget p.next:before {
    right: 17px;
  }
  .calculator2022 .calcwidget p.next.v2 {
    padding-left: 20px;
  }
  .calculator2022 .calcwidget p.next:hover {
    background: #208b95;
  }
}
.selectwidget {
  width: 100%;
  height: 100%;
}
.selectwidget .ui-state-default,
.selectwidget .ui-widget-content .ui-state-default,
.selectwidget .ui-widget-header .ui-state-default,
.selectwidget .ui-button,
html .selectwidget .ui-button.ui-state-disabled:hover,
html .selectwidget .ui-button.ui-state-disabled:active {
  width: 100%;
  height: 40px;
  border: 1px solid #D6D6D6;
  background: #fff;
  line-height: 38px;
  border-radius: 4px;
  padding: 0;
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
  transition: 0.5s;
}
.selectwidget .ui-state-default:focus,
.selectwidget .ui-widget-content .ui-state-default:focus,
.selectwidget .ui-widget-header .ui-state-default:focus,
.selectwidget .ui-button:focus,
html .selectwidget .ui-button.ui-state-disabled:hover:focus,
html .selectwidget .ui-button.ui-state-disabled:active:focus {
  border-color: #51B4C1;
}
.ui-selectmenu-text {
  line-height: 38px;
  font-size: 16px;
}
.selectwidget .ui-button .ui-icon {
  background: none;
  width: 21px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.selectwidget .ui-button .ui-icon:before,
.selectwidget .ui-button .ui-icon:after {
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 13px;
  height: 1px;
  border-radius: 1px;
  background: #46B3B9;
}
.selectwidget .ui-button .ui-icon:before {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.selectwidget .ui-button .ui-icon:after {
  margin-left: -5px;
  transform: rotate(45deg);
}
/* SelectPopup */
.ui-selectmenu-menu {
  -webkit-box-shadow: -10px -10px 58px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -10px -10px 58px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: -10px -10px 58px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: -10px -10px 58px 0px rgba(0, 0, 0, 0.12);
  box-shadow: -10px -10px 58px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
  z-index: 999;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
  border: none;
}
.ui-menu .ui-menu-item {
  list-style-image: none;
}
.ui-menu .ui-menu-item:first-child {
  display: none;
}
.woodselect-hide .ui-menu .ui-menu-item:last-child {
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  padding-bottom: 0;
  border-radius: 0;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 38px;
  height: 40px;
  font-family: skodapro_regular;
  font-size: 16px;
  color: #000;
  background: #F7F7F7;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin: 0;
}
/*.ui-menu .ui-menu-item:nth-child(odd) .ui-menu-item-wrapper {
	background: #efefef;
	color:#272727;
}*/
.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu .ui-widget-content .ui-state-active,
.ui-selectmenu-menu .ui-widget-header .ui-state-active,
.ui-selectmenu-menu a.ui-button:active,
.ui-selectmenu-menu .ui-button:active,
.ui-selectmenu-menu .ui-button.ui-state-active:hover,
.ui-menu .ui-menu-item:nth-child(odd) .ui-menu-item-wrapper:hover {
  background: #D4D4D4;
  font-family: skodapro_regular;
  border: none;
  margin: 0;
}
#slider.ui-slider-vertical {
  width: 1px;
  height: 100%;
}
#slider.ui-slider-horizontal {
  height: 1px;
  width: 100%;
}
#slider.ui-widget.ui-widget-content {
  border-radius: 0;
  border: none;
  background: #979797;
}
#slider .ui-widget-header {
  background: #51B4C1;
}
#slider .ui-state-default,
#slider .ui-widget-content .ui-state-default,
#slider .ui-widget-header .ui-state-default,
#slider .ui-button,
html #slider .ui-button.ui-state-disabled:hover,
html #slider .ui-button.ui-state-disabled:active {
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  border: 7px solid #51B4C1;
  cursor: pointer;
}
#slider.ui-slider-vertical .ui-slider-handle {
  left: -12px;
  margin-left: 0;
  margin-bottom: -12px;
}
#slider.ui-slider-horizontal .ui-slider-handle {
  top: -12px;
  margin-left: -12px;
}
/*HOVER*/
/*CLICKED*/
/* Checkbox */
.checkbox {
  width: 100%;
}
.checkbox input {
  display: none;
}
.checkbox p {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  padding-left: 45px;
  font-family: skodapro_regular;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s;
}
.checkbox p:before,
.checkbox p:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
}
.checkbox p:before {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #D6D6D6;
}
.checkbox p:after {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  background: #51B4C1;
  transition: 0.5s;
  opacity: 0;
}
.checkbox input:checked + p:after {
  opacity: 1;
}
.checkbox p:hover,
.checkbox input:checked + p {
  border-color: #51B4C1;
}
