@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
@font-face {
  font-family: 'KelsonSansRegular';
  src: url('fonts/KelsonSansRegular.eot');
  src: url('fonts/KelsonSansRegular.eot') format('embedded-opentype'), url('fonts/KelsonSansRegular.woff2') format('woff2'), url('fonts/KelsonSansRegular.woff') format('woff'), url('fonts/KelsonSansRegular.ttf') format('truetype'), url('fonts/KelsonSansRegular.svg#KelsonSansRegular') format('svg');
}
/*.submitted-form:after*/

.windowcalc2 .calc_wrapper {
  max-width: 1010px;
  margin: 0 auto;
}
.windowcalc2 .calc {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #474747;
  padding: 30px 0;
  background: #fbfbfb;
}
.windowcalc2 .calc * {
  box-sizing: border-box;
}
.windowcalc2 .calc *:before,
.windowcalc2 .calc *:after {
  box-sizing: border-box;
}
.windowcalc2 .calc input,
.windowcalc2 .calc textarea {
  margin: 0;
  border: none;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}
.windowcalc2 .calc img {
  vertical-align: middle;
}
.windowcalc2 .calc_clear {
  clear: both;
}
.windowcalc2 .calc_title {
  font-family: 'KelsonSansRegular', 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 48px;
}
.windowcalc2 .calc_left {
  float: none;
  width: 100%;
  padding-right: 0;
}
.windowcalc2 .calc_right {
  float: none;
  width: 100%;
}
.windowcalc2 .calc_block {
  padding: 16px 25px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  margin-bottom: 12px;
}
.windowcalc2 .calc_block_item {
  margin-bottom: 10px;
}
.windowcalc2 .calc_block_item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.windowcalc2 .calc_block_item_content_item {
  margin-bottom: 20px;
}
.windowcalc2 .calc_block_item_content_item span {
  font-weight: 700;
  line-height: 22px;
  color: #217da2;
  position: relative;
}
.windowcalc2 .calc_block_item_content_item span:hover {
  color: #ffbc00;
}
.windowcalc2 .calc_block_item_content_item span:hover .calc_block_item_content_item_popup {
  display: block;
}
.windowcalc2 .calc_block_item_content_item_underline {
  border-bottom: 1px dotted currentColor;
}
.windowcalc2 .calc_block_item_content_item_popup {
  position: absolute;
  left: 0px;
  bottom: 120%;
  padding: 12px 30px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19), 0px 6px 6px 0px rgba(0, 0, 0, 0.23);
  display: none;
}
.windowcalc2 .calc_block_item_content_item p {
  line-height: 18px;
  margin: 2px 0 0;
}
.windowcalc2 .calc_block_item_type {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 17px;
  padding-left: 80px;
  position: relative;
  display: none;
}
.windowcalc2 .calc_block_item_type_item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  position: relative;
  border: 1px solid #d4d4d4;
  padding: 2%;
  background: #e6e6e6;
}
.windowcalc2 .calc_block_item_type_item-balcony {
  padding-bottom: 29%;
}
.windowcalc2 .calc_block_item_type_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.4%;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  height: 22px;
  background: #fff;
  border: 1px solid #bebdbd;
  border-radius: 10px;
}
.windowcalc2 .calc_block_item_type_item:first-child:before {
  left: inherit;
  right: 1.4%;
}
.windowcalc2 .calc_block_item_type_item_back {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffbc00;
  opacity: 0.5;
  cursor: pointer;
}
.windowcalc2 .calc_block_item_type_item:hover .calc_block_item_type_item_back {
  display: block;
}
.windowcalc2 .calc_block_item_type_item_window {
  border: 1px solid #717171;
  background-color: #217da2;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.windowcalc2 .calc_block_item_type_item_window img {
  width: 100%;
}
.windowcalc2 .calc_block_item_type_item_window:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.windowcalc2 .calc_block_item_type_item-full:before {
  display: none;
}
.windowcalc2 .calc_block_item_type_item-full-left {
  border-right: 0;
  padding-right: 0;
}
.windowcalc2 .calc_block_item_type_item-full-left .calc_block_item_type_item_window {
  border-right: 0;
  padding-right: 8.5%;
}
.windowcalc2 .calc_block_item_type_item-full-left .calc_block_item_type_item_window:after {
  background-position: left center;
  background-size: 91.5% 100%;
}
.windowcalc2 .calc_block_item_type_item-full-right {
  border-left: 0;
  padding-left: 0;
}
.windowcalc2 .calc_block_item_type_item-full-right .calc_block_item_type_item_window {
  border-left: 0;
  padding-left: 8.5%;
}
.windowcalc2 .calc_block_item_type_item-full-right .calc_block_item_type_item_window:after {
  background-position: right center;
  background-size: 91.5% 100%;
}
.windowcalc2 .calc_block_item_type_item-full-left.calc_block_item_type_item-full-right {
  border-left: 0;
  padding-left: 0;
  border-right: 0;
  padding-right: 0;
}
.windowcalc2 .calc_block_item_type_item-full-left.calc_block_item_type_item-full-right .calc_block_item_type_item_window {
  border-left: 0;
  padding-left: 8%;
  border-right: 0;
  padding-right: 8%;
}
.windowcalc2 .calc_block_item_type_item-full-left.calc_block_item_type_item-full-right .calc_block_item_type_item_window:after {
  background-size: 82% 100%;
  background-position: center center;
}
.windowcalc2 .calc_block_item_type_item-close:before {
  display: none;
}
.windowcalc2 .calc_block_item_type_item-close .calc_block_item_type_item_window:after {
  background-image: url(images/calc-type-close.png);
}
.windowcalc2 .calc_block_item_type_item-tilt .calc_block_item_type_item_window:after {
  background-image: url(images/calc-type-tilt.png);
}
.windowcalc2 .calc_block_item_type_item:first-child.calc_block_item_type_item-tilt .calc_block_item_type_item_window:after {
  background-image: url(images/calc-type-tilt-first.png);
}
.windowcalc2 .calc_block_item_type_item-tilt-turn .calc_block_item_type_item_window:after {
  background-image: url(images/calc-type-tilt-turn.png);
}
.windowcalc2 .calc_block_item_type_item:first-child.calc_block_item_type_item-tilt-turn .calc_block_item_type_item_window:after {
  background-image: url(images/calc-type-tilt-turn-first.png);
}
.windowcalc2 .calc_block #calc_block_structure .radio {
  padding-left: 0;
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item:last-child {
  margin-right: 0;
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item img {
  cursor: pointer;
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ffbc00;
  margin: 6px auto 0;
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item:before {
  content: "";
  display: block;
  position: relative;
  height: 48px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-1:before {
  width: 51px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 49'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23fff;%7D.cls-2 %7Bfill: %23217da2;%7D.cls-3 %7Bfill: none;stroke: %23b6b6b6;stroke-width: 1px;%7D%3C/style%3E%3C/defs%3E%3Crect id='_3' data-name='3' class='cls-1' x='0.5' y='0.5' width='51' height='48'/%3E%3Cpath id='_2' data-name='2' class='cls-2' d='M6,6H26V46H6V6ZM29,6H49V46H29V6Z' transform='translate%28-1.5 -1.5%29'/%3E%3Crect id='_1' data-name='1' class='cls-3' x='0.5' y='0.5' width='51' height='48'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-1.active:before {
  width: 51px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 49'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23fff;%7D.cls-2 %7Bfill: %23217da2;%7D.cls-3 %7Bfill: none;stroke: %23ffbc00;stroke-width: 2px;%7D%3C/style%3E%3C/defs%3E%3Crect id='_3' data-name='3' class='cls-1' x='0.5' y='0.5' width='51' height='48'/%3E%3Cpath id='_2' data-name='2' class='cls-2' d='M6,6H26V46H6V6ZM29,6H49V46H29V6Z' transform='translate%28-1.5 -1.5%29'/%3E%3Crect id='_1' data-name='1' class='cls-3' x='0.5' y='0.5' width='51' height='48'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-2:before {
  width: 74px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 75 49'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23fff;%7D.cls-2 %7Bfill: %23217da2;%7D.cls-3 %7Bfill: none;stroke: %23b6b6b6;stroke-width: 1px;%7D%3C/style%3E%3C/defs%3E%3Crect id='_3' data-name='3' class='cls-1' x='0.5' y='0.5' width='74' height='48'/%3E%3Cpath id='_2' data-name='2' class='cls-2' d='M6,6H26V46H6V6ZM29,6H49V46H29V6ZM52,6H72V46H52V6Z' transform='translate%28-1.5 -1.5%29'/%3E%3Crect id='_1' data-name='1' class='cls-3' x='0.5' y='0.5' width='74' height='48'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-2.active:before {
  width: 74px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 75 49'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23fff;%7D.cls-2 %7Bfill: %23217da2;%7D.cls-3 %7Bfill: none;stroke: %23ffbc00;stroke-width: 2px;%7D%3C/style%3E%3C/defs%3E%3Crect id='_3' data-name='3' class='cls-1' x='0.5' y='0.5' width='74' height='48'/%3E%3Cpath id='_2' data-name='2' class='cls-2' d='M6,6H26V46H6V6ZM29,6H49V46H29V6ZM52,6H72V46H52V6Z' transform='translate%28-1.5 -1.5%29'/%3E%3Crect id='_1' data-name='1' class='cls-3' x='0.5' y='0.5' width='74' height='48'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-3:before {
  width: 62px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 49'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23fff;%7D.cls-1, .cls-2, .cls-3 %7Bfill-rule: evenodd;%7D.cls-2 %7Bfill: %23217da2;%7D.cls-3 %7Bfill: none;stroke: %23b6b6b6;stroke-width: 1px;%7D%3C/style%3E%3C/defs%3E%3Cpath id='_3' data-name='3' class='cls-1' d='M2,2H64V50H41V34H2V2Z' transform='translate%28-1.5 -1.5%29'/%3E%3Cpath id='_2' data-name='2' class='cls-2' d='M6,6H22V30H6V6ZM25,6H41V30H25V6ZM44,6H60V30H44V6Z' transform='translate%28-1.5 -1.5%29'/%3E%3Cpath id='_1' data-name='1' class='cls-3' d='M41,34H2V2H64V50H41V34Z' transform='translate%28-1.5 -1.5%29'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-3.active:before {
  width: 62px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 49'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23fff;%7D.cls-1, .cls-2, .cls-3 %7Bfill-rule: evenodd;%7D.cls-2 %7Bfill: %23217da2;%7D.cls-3 %7Bfill: none;stroke: %23ffbc00;stroke-width: 2px;%7D%3C/style%3E%3C/defs%3E%3Cpath id='_3' data-name='3' class='cls-1' d='M2,2H64V50H41V34H2V2Z' transform='translate%28-1.5 -1.5%29'/%3E%3Cpath id='_2' data-name='2' class='cls-2' d='M6,6H22V30H6V6ZM25,6H41V30H25V6ZM44,6H60V30H44V6Z' transform='translate%28-1.5 -1.5%29'/%3E%3Cpath id='_1' data-name='1' class='cls-3' d='M41,34H2V2H64V50H41V34Z' transform='translate%28-1.5 -1.5%29'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-4:before {
  width: 62px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 49'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23fff;%7D.cls-1, .cls-2, .cls-3 %7Bfill-rule: evenodd;%7D.cls-2 %7Bfill: %23217da2;%7D.cls-3 %7Bfill: none;stroke: %23b6b6b6;stroke-width: 1px;%7D%3C/style%3E%3C/defs%3E  %3Cpath id='_3' data-name='3' class='cls-1' d='M2,2H64V34H45V50H22V34H2V2Z' transform='translate%28-1.5 -1.5%29'/%3E%3Cpath id='_2' data-name='2' class='cls-2' d='M6,6H22V30H6V6ZM25,6H41V30H25V6ZM44,6H60V30H44V6Z' transform='translate%28-1.5 -1.5%29'/%3E%3Cpath id='_1' data-name='1' class='cls-3' d='M22,34H2V2H64V34H45V50H22V34Z' transform='translate%28-1.5 -1.5%29'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-4.active:before {
  width: 62px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 49'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23fff;%7D.cls-1, .cls-2, .cls-3 %7Bfill-rule: evenodd;%7D.cls-2 %7Bfill: %23217da2;%7D.cls-3 %7Bfill: none;stroke: %23ffbc00;stroke-width: 2px;%7D%3C/style%3E%3C/defs%3E  %3Cpath id='_3' data-name='3' class='cls-1' d='M2,2H64V34H45V50H22V34H2V2Z' transform='translate%28-1.5 -1.5%29'/%3E%3Cpath id='_2' data-name='2' class='cls-2' d='M6,6H22V30H6V6ZM25,6H41V30H25V6ZM44,6H60V30H44V6Z' transform='translate%28-1.5 -1.5%29'/%3E%3Cpath id='_1' data-name='1' class='cls-3' d='M22,34H2V2H64V34H45V50H22V34Z' transform='translate%28-1.5 -1.5%29'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-5:before {
    width: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 53'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7B fill: %23fff; stroke: %23b6b6b6; stroke-width: 1px; %7D .cls-2 %7B fill: %23217da2; %7D%3C/style%3E%3C/defs%3E%3Cpath id='_1' class='cls-1' d='M2.5 2.5h29v48h-29z'/%3E%3Cpath id='_2' class='cls-2' d='M7 7h20v39h-20z'/%3E%3C/svg%3E");
}
.windowcalc2 .calc_block #calc_block_structure .calc_block_item_content_item-window-5.active:before {
    width: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 53'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7B fill: %23fff; stroke: %23ffbc00; stroke-width: 2px; %7D .cls-2 %7B fill: %23217da2; %7D%3C/style%3E%3C/defs%3E%3Cpath id='_1' class='cls-1' d='M2.5 2.5h29v48h-29z'/%3E%3Cpath id='_2' class='cls-2' d='M7 7h20v39h-20z'/%3E%3C/svg%3E");
}
.windowcalc2 .calc_block-total {
  padding-top: 18px;
  padding-bottom: 25px;
}
.windowcalc2 .calc_block_title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.windowcalc2 .calc_block_title span {
  font-weight: 700;
  color: #217da2;
}
.windowcalc2 .calc_block_input {
  max-width: 320px;
  margin: 0 auto 25px;
    position: relative;
}
.windowcalc2 .calc .calc_block_input input {
  background: transparent;
  font-size: 14px;
  color: #7c7c7c;
  width: 100%;
  padding: 14px 10px 14px 40px;
  border: none;
    box-shadow: none;
    border-bottom: 1px solid #dbdbdb;
}
.windowcalc2 .calc_block_input input:focus {
  padding-bottom: 13px;
  border-bottom: 2px solid #217da2;
}
.windowcalc2 .calc_block_input input::-webkit-input-placeholder {
  color: #7c7c7c;
}
.windowcalc2 .calc_block_input input::-moz-placeholder {
  color: #7c7c7c;
}
.windowcalc2 .calc_block_input input:-moz-placeholder {
  color: #7c7c7c;
}
.windowcalc2 .calc_block_input input:-ms-input-placeholder {
  color: #7c7c7c;
}
.windowcalc2 .calc_block_input input.calc_phone {
  background-image: url(images/calc-phone.png);
  background-position: 5px 13px;
  background-repeat: no-repeat;
}
.windowcalc2 .calc_block_input input.input_error {
  padding-bottom: 13px;
  border: 2px solid #ee6a6a;
}
.windowcalc2 .calc_block_input .input_error_desc {
    display: none;
}
.windowcalc2 .calc_block_input input.input_error+.input_error_desc {
    display: inline-block;
    /*margin-left: 90px;*/
    border: 1px solid #ee6a6a;
    border-radius: 5px;
    padding: 0px 5px;
    position: absolute;
    z-index: 2;
    background: white;
    top: -53px;
    left: 25%;
}

.windowcalc2 .calc_block_submit {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.windowcalc2 .calc_block_submit input {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #47431f;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  background: #ffbc00;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  transition: 0.5s;
}
.windowcalc2 .submited-alert {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    background: green;
    line-height: 46px;
    border-radius: 3px;
    color: white;
    display: none;
    /*opacity: 0;*/
    /*transition: 1.2s;*/
}
/*@keyframes showAlert {*/
/*    to {*/
/*        opacity: 1;*/
/*    }*/
/*}*/
.windowcalc2 .calc_block_submit input:hover {
  color: #474747;
  background: #f2f2f2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19), 0px 6px 6px 0px rgba(0, 0, 0, 0.23);
}
.windowcalc2 .calc .calc_block .radio {
  padding-left: 30px;
  position: relative;
    margin-top: 0;
    display: inline-block;
}
.windowcalc2 .calc .radio span {
  display: inline-block;
  cursor: pointer;
}
.windowcalc2 .calc .radio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: none;stroke: %23217da2;stroke-width: 2px;%7D.cls-2 %7Bfill: %23ffbc00;display: none;%7D%3C/style%3E%3C/defs%3E%3Ccircle id='_2' data-name='2' class='cls-1' cx='11' cy='11' r='10'/%3E%3Ccircle id='_1' data-name='1' class='cls-2' cx='11' cy='11' r='4'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc .radio.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: none;stroke: %23217da2;stroke-width: 2px;%7D.cls-2 %7Bfill: %23ffbc00;display: block;%7D%3C/style%3E%3C/defs%3E%3Ccircle id='_2' data-name='2' class='cls-1' cx='11' cy='11' r='10'/%3E%3Ccircle id='_1' data-name='1' class='cls-2' cx='11' cy='11' r='4'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc .radio.disable {
  opacity: 0.8;
}
.windowcalc2 .calc .check {
  padding-left: 30px;
  position: relative;
}
.windowcalc2 .calc .check span {
  display: inline-block;
  cursor: pointer;
}
.windowcalc2 .calc .check:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23217da2;%7D.cls-1, .cls-2 %7Bfill-rule: evenodd;%7D.cls-2 %7Bfill: %23ffbc00;filter: url%28%23filter%29;display: none;%7D%3C/style%3E%3Cfilter id='filter' x='4' y='6' width='12' height='9' filterUnits='userSpaceOnUse'%3E%3CfeFlood result='flood' flood-color='%23ffbc00'/%3E%3CfeComposite result='composite' operator='in' in2='SourceGraphic'/%3E%3CfeBlend result='blend' in2='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cpath id='Rounded_Rectangle_1' data-name='Rounded Rectangle 1' class='cls-1' d='M2,0H18a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0ZM2,2H18V18H2V2Z'/%3E%3Cpath id='normal' class='cls-2' d='M8.5,15L4,10.5,5.5,9l3,3,6-6L16,7.5Z'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc .check.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7Bfill: %23217da2;%7D.cls-1, .cls-2 %7Bfill-rule: evenodd;%7D.cls-2 %7Bfill: %23ffbc00;filter: url%28%23filter%29;display: block;%7D%3C/style%3E%3Cfilter id='filter' x='4' y='6' width='12' height='9' filterUnits='userSpaceOnUse'%3E%3CfeFlood result='flood' flood-color='%23ffbc00'/%3E%3CfeComposite result='composite' operator='in' in2='SourceGraphic'/%3E%3CfeBlend result='blend' in2='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cpath id='Rounded_Rectangle_1' data-name='Rounded Rectangle 1' class='cls-1' d='M2,0H18a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0ZM2,2H18V18H2V2Z'/%3E%3Cpath id='normal' class='cls-2' d='M8.5,15L4,10.5,5.5,9l3,3,6-6L16,7.5Z'/%3E%3C/svg%3E%0A");
}
.windowcalc2 .calc .check input[type=checkbox] {
  display: none;
}
.windowcalc2 .calc .check.disable {
  opacity: 0.8;
}
.windowcalc2 .calc_size {
  font-size: 16px;
  text-align: center;
  margin-top: 22px;
}
.windowcalc2 .calc_size_item {
  display: inline-block;
  vertical-align: middle;
  margin: 5px !important;
}
.windowcalc2 .calc_size_item:first-child {
  margin-left: 0 !important;
}
.windowcalc2 .calc_size_item:last-child {
  margin-right: 0 !important;
}
.windowcalc2 .calc_size_separator {
  font-weight: 700;
  margin-left: 8px !important;
  margin-right: 14px !important;
}
.windowcalc2 .calc input.calc_input {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 77px;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  padding: 4px 10px;
}
.windowcalc2 .calc .ui-slider-range {
  display: none;
}
.windowcalc2 .calc .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #217da2;
  border-radius: 50%;
  outline: none;
}
.windowcalc2 .calc .ui-slider-range-max {
  right: 0;
}
.windowcalc2 .calc .ui-slider {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.windowcalc2 .calc .ui-slider-horizontal {
  box-shadow: inset 0.7px 0.7px 3px rgba(0, 0, 0, 0.24);
  width: 100%;
  height: 5px;
  margin-bottom: 11px;
}
.windowcalc2 .calc .ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  margin-left: -10px;
}
.windowcalc2 .calc .ui-slider-vertical {
  box-shadow: inset 0.7px 0.7px 3px rgba(0, 0, 0, 0.24);
  width: 5px;
  height: 140px;
  margin: 6px auto;
}
.windowcalc2 .calc .ui-slider-vertical .ui-slider-handle {
  left: -6px;
  margin-bottom: -10px;
}
.windowcalc2 .calc_range-vertical {
  width: 65px;
  position: absolute;
  left: 0;
  top: 0;
}
.windowcalc2 .calc_range-gorizontal {
  max-width: 300px;
  margin: 24px auto 0;
}
.windowcalc2 .calc_range_value {
  text-align: center;
}
.windowcalc2 .calc_range_value_item {
  white-space: nowrap;
}
.windowcalc2 .calc_range-gorizontal .calc_range_value {
  display: flex;
  justify-content: space-between;
}
.windowcalc2 .calc .send_ok{
    text-align: center;
    font-size: 34px;
    display: none;
}

.windowcalc2 .dop_input {
    width: 100%;
    border: 1px solid gray !important;
    padding: 7px;
    display:none;
    margin-bottom:10px !important;
}

@media (min-width: 480px) {
  .windowcalc2 .calc_block_item_content_item {
    display: inline-block;
    vertical-align: top;
  }
  .windowcalc2 .calc_block_item_content_item-2 {
    width: 49%;
  }
  .windowcalc2 .calc_block_item_content_item-2:nth-child(2n+1) {
    padding-right: 10px;
  }
  .windowcalc2 .calc_block_item_content_item-2:nth-child(2n) {
    padding-left: 40px;
  }
  .windowcalc2 .calc_block_item_content_item-2:nth-child(2n):before {
    /*left: 10px!important;*/
  }
}
@media (min-width: 768px) {
  .windowcalc2 .calc_left {
    float: left;
    width: 55%;
    padding-right: 20px;
  }
  .windowcalc2 .calc_right {
    float: right;
    width: 45%;
  }
  .windowcalc2 .calc_block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
    .windowcalc2 .calc .ui-slider-handle {
        width: 24px !important;
        height: 24px !important;
    }
    .windowcalc2 .calc .ui-slider-horizontal .ui-slider-handle {
        top: -10px !important;
        margin-left: -14px !important;
    }
    .windowcalc2 .calc .ui-slider-vertical .ui-slider-handle {
        left: -9px !important;
        margin-bottom: -12px !important;
    }
}


