.calc-checkbox--style:after,
.calc:after {
  content: ''
}

.calc-checkbox--style,
.calc-checkbox ~ span,
.calc:after,
.calc__tooltip-title {
  transition: all .2s ease
}

.calc {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: .04em
}

.calc__form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  margin: 24px -28px 0;
  width: calc(100% + 56px);
  align-items: flex-end;
}

.calc__form-group-fl {
  display: flex;
  justify-content: space-between
}

.calc__form-group-fl .calc__form-group-fl_first {
  flex-basis: 192px
}

.calc__form-group-fl .calc__form-group-fl_second {
  flex-basis: 160px
}

.calc__form-group:not(:last-child) {
  margin-bottom: 32px
}

.calc__form-group.calc__form-group-profile {
  margin-bottom: 16px;
}

.calc__form-rside .calc__form-group {
  margin-bottom: 32px
}

.calc__form-lside {
  position: relative;
  flex-basis: 400px;
  max-width: 400px;
  margin: 16px 27px 0
}

.calc label {
  display: inline-block;
  width: 100%;
  cursor: pointer
}

.calc label[for="w-type"],
.calc label[for="w-profile"],
.calc label[for="w-pack"],
.calc label[for="w-furn"] {
  cursor: default;
}

.calc .calc__form-group-fl label {
  display: flex;
  align-items: center;
}

.calc-checkbox {
  display: none
}

.calc-checkbox--style {
  position: relative;
  display: inline-block;
  margin-right: 0;
  margin-bottom: -1px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 2px solid #A2A2A1;
  border-radius: 2px;
  cursor: pointer
}

.calc-checkbox--style:after {
  position: absolute;
  top: 1.5px;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 16px;
  height: 16px;
  transition: all .2s ease
}

.calc__tooltip-title {}

label:hover .calc__tooltip-title {}

.calc-checkbox:checked + .calc-checkbox--style {
  background: #F26422;
  border-color: #F26422;
}

.calc-checkbox:checked + .calc-checkbox--style:after {
  opacity: 1;
  background: url(/assets/static/widgets/calc.v3.1/img/icon-arrow-ch.svg) no-repeat
}

.calc-checkbox:checked ~ span {}

.calc__tooltip {
  position: relative
}

.calc__tooltip-visible {
  display: flex;
  align-items: center
}

.calc__tooltip-visible > div {
  flex-grow: 1
}

.calc__tooltip-visible.fw {
  justify-content: space-between
}

.calc__tooltip-ico {
  position: relative;
  width: 16px;
  height: 16px;
  max-width: 16px;
  min-width: 16px;
  background: url(/assets/static/misc/icoQuest16.svg);
  cursor: pointer
}

.is--expand .calc__tooltip-ico {
  background: url(/assets/static/misc/icoX16.svg);
}

.calc__tooltip-ico:calc__tooltip-ico + .explane {
  display: block
}

.calc__tooltip-title {
  display: inline-block;
  font-weight: 500;
  font-size: 21px;
  line-height: 124%;
}

.calc__tooltip-content .calc__tooltip-title {
  display: none;
}

.calc__tooltip-ico.hidden {
  display: block;
  visibility: hidden
}

.calc__tooltip-ico.hidden + .calc__tooltip-title {
  margin-left: 0
}

.calc__tooltip-title:not(.common) {
  opacity: 1
}

.calc__tooltip-title.common {
  font-weight: 500;
  font-size: 21px;
  line-height: 108%;
  margin-left: 12px;
  margin-top: -3px;
}

.calc__tooltip-title-ext {
  font-size: 12px;
  letter-spacing: .03em;
  color: #6E6E6E
}

.calc__tooltip .checkHead {
  font-size: 16px;
  font-weight: 400;
  line-height: 14px
}

.calc__tooltip .explane {
  display: none;
  position: absolute;
  top: 150%;
  left: 0;
  background-color: #fff;
  color: #3c3c3b;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  border: 1px solid rgba(110, 110, 110, .34);
  border-radius: 5px;
  z-index: 1
}

.calc__tooltip .explane_right {
  right: 0;
  left: auto
}

.is--expand > .calc__tooltip-content {
  opacity: 1;
  visibility: visible;
  z-index: 12;
}

.calc__form-opens-types,
.calc__tooltip-content {
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease
}

.calc__tooltip-content {
  position: absolute;
  top: 40px;
  left: -15px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  /*  width: 100%;*/
  padding: 8px;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: 0.03em;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 16%);
  background-color: #fff;
  border-radius: 3px;
  cursor: default;
}

.calc__tooltip-content:after {
  content: '';
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: -7px;
  z-index: -1;
}

.calc__form-group-fl .calc__form-group-fl_first .calc__tooltip-content:after {
  right: 82px;
}

.calc__form-group-fl .calc__tooltip-content {
  width: 290px;
}

.calc__tooltip-content_right-place {
  right: -15px;
  left: auto
}

.calc__tooltip-content_bottom {
  top: 52px;
}

.calc__tooltip-body {
  flex-basis: 100%;
}

.calc__tooltip-body p {}

.tooltipList {
  padding: 0;
  list-style-type: none
}

.tooltipList li {
  line-height: 18px
}

.tooltipList li:before {
  content: "\2022";
  height: 18px;
  border-radius: 50%;
  color: #f26422;
  display: inline-block;
  line-height: 18px;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle
}

.calc__form-opens-types {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -5px;
  height: 0
}

.calc__form-opens-types.active {
  opacity: 1;
  height: auto;
  margin-top: 24px;
  visibility: visible;
  min-height: 93px;
}

.calc__form-opens-type img {
  display: block
}

.calc__form-opens-type {
  position: relative;
  max-width: 72px;
  height: 40px;
  margin: 4px 5px;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #d0d0d0;
  transition: all .2s ease
}

.calc__form-opens-type.is--selected {
  border-color: #f26422
}

.calc__form-opens-type.is--selected,
.calc__form-opens-type:hover {
  filter: grayscale(0) !important
}

.calc__form-opens-type.is--disabled {
  filter: grayscale(1)
}

.calc__form-opens-type-str {
  content: '';
  position: absolute;
  top: 5px;
  z-index: 1;
  display: inline-block;
  width: 14px;
  height: 26px;
  background-repeat: no-repeat
}

.calc [data-s1="0"] [data-st="1"],
.calc [data-s2="0"] [data-st="2"],
.calc [data-s3="0"] [data-st="3"] {
  background-image: url(/assets/static/widgets/calc.v3.1/img/opens-0.svg)
}

.calc [data-st="1"] {
  left: 5px;
}

.calc [data-s1="1"] [data-st="1"] {
  left: 5px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/opens-1.svg)
}

.calc [data-type="1"] [data-s1="1"].var2 [data-st="1"] {
  transform: scale(-1, 1)
}

.calc [data-s1="2"] [data-st="1"] {
  left: 5px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/opens-1.svg), url(/assets/static/widgets/calc.v3.1/img/opens-2.svg)
}

.calc [data-s1="2"].var2 [data-st="1"] {
  transform: scale(-1, 1)
}

.calc [data-st="2"] {
  left: 27px;
}

.calc [data-s2="1"] [data-st="2"] {
  left: 27px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/opens-1.svg)
}

.calc [data-s2="2"] [data-st="2"] {
  left: 27px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/opens-1.svg), url(/assets/static/widgets/calc.v3.1/img/opens-2.svg)
}

.calc [data-type="2"] [data-st="2"] {
  left: 27px;
  transform: scale(-1, 1)
}

.calc [data-st="3"] {
  left: 49px;
}

.calc [data-s3="1"] [data-st="3"] {
  left: 49px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/opens-1.svg);
  transform: scale(-1, 1)
}

.calc [data-s3="2"] [data-st="3"] {
  left: 49px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/opens-1.svg), url(/assets/static/widgets/calc.v3.1/img/opens-2.svg);
  transform: scale(-1, 1)
}

.calc__form-rside {
  flex-basis: 400px;
  max-width: 400px;
  margin: 16px 27px 0
}

.calc__form-window-type {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
  text-align: center
}

.calc__form-window-type.active {
  height: auto;
  opacity: 1;
  visibility: visible
}

.calc__form-window-type > span {
  position: relative;
  display: inline-block
}

.calc__form-window-type > span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/assets/static/pages/site/okna/img/sky@2x1.jpg) fixed;
  background-size: cover
}

.calc .calc__form-window-opens-type-str {
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 2;
  display: inline-block;
  width: 90px;
  height: 210px;
  background-repeat: no-repeat;
}

.calc .calc__form-window-type[data-s1="0"] [data-st="1"],
.calc .calc__form-window-type[data-s2="0"] [data-st="2"],
.calc .calc__form-window-type[data-s3="0"] [data-st="3"] {
  background-image: url(/assets/static/widgets/calc.v3.1/img/icoOpenNoL.svg);
}

.calc .calc__form-window-type[data-s1="1"] [data-st="1"] {
  left: 23px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/icoOpenSideL.svg)
}

.calc .calc__form-window-type[data-s1="2"] [data-st="1"] {
  left: 23px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/icoOpenSideL.svg), url(/assets/static/widgets/calc.v3.1/img/icoOpenUpL.svg)
}

.calc .calc__form-window-type[data-s2="1"] [data-st="2"] {
  background-image: url(/assets/static/widgets/calc.v3.1/img/icoOpenSideL.svg)
}

.calc .calc__form-window-type[data-s2="2"] [data-st="2"] {
  background-image: url(/assets/static/widgets/calc.v3.1/img/icoOpenSideL.svg), url(/assets/static/widgets/calc.v3.1/img/icoOpenUpL.svg)
}

.calc [data-wtype="2"] [data-st="2"] {
  left: 151px;
  transform: scale(-1, 1)
}

.calc [data-wtype="3"] [data-st="2"] {
  left: 143px
}

.calc .calc__form-window-type [data-st="3"] {
  left: 263px;
}

.calc .calc__form-window-type[data-s3="1"] [data-st="3"] {
  left: 263px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/icoOpenSideL.svg);
  transform: scale(-1, 1)
}

.calc .calc__form-window-type[data-s3="2"] [data-st="3"] {
  left: 263px;
  background-image: url(/assets/static/widgets/calc.v3.1/img/icoOpenSideL.svg), url(/assets/static/widgets/calc.v3.1/img/icoOpenUpL.svg);
  transform: scale(-1, 1)
}

.calc__form-window {
  position: relative;
}

.calc__form-window img {
  position: relative;
  z-index: 2;
  display: block
}

img.calc__form-window-add {
  position: absolute;
  left: -9px;
  right: -9px;
  max-width: none;
  opacity: 0;
  transition: opacity .2s ease;
  margin: 0 auto
}

.calc__form-window-add-slope {
  top: -12px
}

img.calc__form-window-add-sill {
  left: -22px;
  bottom: -46px;
  z-index: 1;
  /*  filter: drop-shadow(0 7px 13px rgba(0, 0, 0, .13))*/
}

[data-wtype="1"] img.calc__form-window-add-sill,
[data-wtype="2"] img.calc__form-window-add-sill {
  left: -10px;
}

[data-sill="1"] .calc__form-window-add-sill,
[data-slope="1"] .calc__form-window-add-slope {
  opacity: 1
}

.calc__form-size {
  color: #575454;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  margin-top: 45px;
  align-items: center;
  justify-content: center
}

.calc .calc__form-size-input {
  height: 32px;
  width: 60px;
  padding: 6px 4px;
  margin: 0 8px;
  border: 2px solid #F26422;
  border-radius: 4px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  transition: all .2s ease
}

.calc__form-size-input.is--error {
  border-color: #f26422
}

.calc__form-ico {
  position: relative;
  cursor: default
}

.calc__form-ico > span {
  cursor: default;
  top: 0;
  left: 0;
  z-index: 3
}

.calc__form-ico > span:after,
.calc__form-ico > span:before {
  height: 1px
}

.calc__result {
  width: 100%;
}

.calc__result-hint {
  margin-top: 15px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  letter-spacing: .03em;
  color: rgba(60, 60, 59, .81)
}

#usualPrice {
  font-weight: 500;
  font-size: 25px;
  color: #F0FAFF;
}

.calc__result-btn {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-weight: 500;
  font-size: 25px;
  height: 56px;
  line-height: 50px;
  margin-top: 42px;
}

.calc__form-opt.disabled,
.calc__result-btn.disabled {
  opacity: .42;
  pointer-events: none
}

.calc__form-subtitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 124%;
  margin-bottom: 24px;
  margin-top: 48px;
}

.calc .fo-select {
  font-size: 21px;
  font-weight: 500;
  margin-top: 16px;
}

.calc .fo-select-value:after {
  right: 16px;
}

.calc .fo-select-option:first-child:after {
  right: 0;
}

.calc .fo-select-value {
  height: 56px;
  line-height: 40px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  border-bottom: none;
}

.calc .fo-select__options-title {
  display: none;
}

.calc .fo-select__options {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 16px;
  z-index: 12;
}

.calc .fo-select-option {
  height: 56px;
  line-height: 57px;
}

.calc .fo-select .grey {
  color: #575454;
}

@media (min-width:1001px) {
  .calc__form-clonded--insert {
    display: none
  }
}


@media (max-width:1000px) {
  .calc__form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 605px;
    margin: 0 auto;
  }

  .calc__form-rside .calc__form-clonded {
    display: none
  }

  .calc__form-lside {}

  .calc__form-rside .calc__form-group:last-child {
    margin-bottom: 0
  }

  .calc__form-subtitle {
    margin-top: 24px;
  }

}

@media (max-width:991px) {

  .calc,
  .calc__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
  }

  .calc {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .calc__form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%
  }

  .calc__result {}

  .calc__form-rside,
  .calc__form-lside {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%
  }

  .calc__form-window-type > span:after {
    background-size: initial
  }

  .calc__form-opens-types.active {
    min-height: auto;
    margin-bottom: 24px;
  }
}

@media (max-width: 639px) {
  .calc__form-lside {
    position: relative;
    flex-basis: 100%;
    max-width: 400px;
    margin: 24px 0 0;
  }

  .calc__form-rside {
    flex-basis: 100%;
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .calc__form-subtitle {
    font-size: 18px;
  }

  .calc__form-group:not(:last-child) {
    margin-bottom: 24px;
  }

  .calc__tooltip-title {
    font-size: 18px;
    margin-right: 16px;
  }

  .calc__tooltip-title.common {
    font-size: 18px;
    margin-top: -1px;
    margin-left: 8px;
  }

  .calc .fo-select {
    font-size: 16px;
  }

  .calc .fo-select-value {
    height: 48px;
    line-height: 32px;
  }

  .calc .fo-select-option {
    height: 48px;
    line-height: 48px;
  }

  .calc__form-rside .calc__form-group {
    margin-bottom: 24px;
  }

  .calc__form-size {
    font-size: 12px;
    font-weight: 500;
  }

  .calc .calc__form-size-input {
    margin: 0 6px;
  }

  .calc__result-btn {
    font-size: 20px;
    height: 48px;
    line-height: 44px;
    margin-top: 32px;
    padding: 0;
  }

  #usualPrice {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .calc__form-group-fl .calc__form-group-fl_second {
    flex-basis: 100%;
    padding-left: 0;
  }

  .calc__form-group-fl .calc__form-group-fl_first {
    flex-basis: 100%;
    margin-bottom: 24px;
  }

  .calc__form-group-fl {
    flex-wrap: wrap;
  }

  .calc .lamination label {
    display: flex;
    align-items: center;
  }

  .calc__form-window [data-wtype="1"] img {
    width: 101px;
  }

  [data-sill="1"] [data-wtype="1"] .calc__form-window-add-sill {
    width: 160px;
    bottom: -34px;
  }

  [data-slope="1"] [data-wtype="1"] .calc__form-window-add-slope {
    width: 118px;
    top: -9px;
  }

  .calc__form-window [data-wtype="2"] img {
    width: 196px;
  }

  [data-sill="1"] [data-wtype="2"] .calc__form-window-add-sill {
    width: 252px;
    bottom: -34px;
  }

  [data-slope="1"] [data-wtype="2"] .calc__form-window-add-slope {
    width: 214px;
    top: -9px;
  }

  .calc__form-window [data-wtype="3"] img {
    width: 280px;
  }

  [data-sill="1"] [data-wtype="3"] .calc__form-window-add-sill {
    width: 335px;
    left: -12px;
    bottom: -34px;
  }

  [data-slope="1"] [data-wtype="3"] .calc__form-window-add-slope {
    width: 297px;
    top: -9px;
  }

  .calc__tooltip-content,
  .calc__form-group-fl .calc__tooltip-content {
    width: calc(100% + 16px);
    left: -8px;
    top: 38px
  }

  .calc__tooltip-content_right-place {
    right: auto;
    left: -8px;
  }

  .calc__tooltip-content_bottom {
    top: 38px;
  }

  .calc__tooltip-content_bottom-mob {
    top: 48px;
  }

  .calc__tooltip-content:after,
  .calc__form-group-fl .calc__form-group-fl_first .calc__tooltip-content:after {
    right: 8px;
  }

  .calc .calc__form-window-opens-type-str {
    top: 18px;
    left: 17px;
    width: 67px;
    height: 154px;
    background-size: cover;
  }

  .calc .calc__form-window-type[data-s1="1"] [data-st="1"],
  .calc .calc__form-window-type[data-s1="2"] [data-st="1"] {
    left: 17px;
  }

  .calc [data-wtype="2"] [data-st="2"] {
    left: 112px;
    transform: scale(-1, 1)
  }

  .calc [data-wtype="3"] [data-st="2"] {
    left: 106px
  }

  .calc .calc__form-window-type [data-st="3"],
  .calc .calc__form-window-type[data-s3="1"] [data-st="3"],
  .calc .calc__form-window-type[data-s3="2"] [data-st="3"] {
    left: 196px;
  }

}

@media (max-width: 374px) {
  .calc .fo-select {
    font-size: 14px;
  }

  .calc .fo-select-value {
    padding: 8px;
  }

  .calc .fo-select__options {
    padding: 0 8px;
  }

  .calc .fo-select-value:after {
    right: 8px;
  }

  .calc .fo-select-options {
    padding: 0 8px;
  }

  .calc__tooltip-content {
    width: calc(100% + 16px);
    left: -8px;
    /*    top: 50px;*/
  }

  .calc__tooltip-content:after {
    right: 8px;
  }

  .calc__result-btn {
    font-size: 18px;
  }

  .calc__form-window [data-wtype="1"] img {
    width: 90px;
  }

  [data-sill="1"] [data-wtype="1"] .calc__form-window-add-sill {
    width: 136px;
    bottom: -29px;
  }

  [data-slope="1"] [data-wtype="1"] .calc__form-window-add-slope {
    width: 106px;
    top: -7px;
  }

  .calc__form-window [data-wtype="2"] img {
    width: 175px;
  }

  [data-sill="1"] [data-wtype="2"] .calc__form-window-add-sill {
    width: 222px;
    bottom: -29px;
  }

  [data-slope="1"] [data-wtype="2"] .calc__form-window-add-slope {
    width: 189px;
    top: -7px;
  }

  .calc__form-window [data-wtype="3"] img {
    width: 249px;
  }

  [data-sill="1"] [data-wtype="3"] .calc__form-window-add-sill {
    width: 295px;
    left: -16px;
    bottom: -29px;
  }

  [data-slope="1"] [data-wtype="3"] .calc__form-window-add-slope {
    width: 264px;
    top: -7px;
  }

  .calc .calc__form-window-opens-type-str {
    top: 15px;
    left: 15px;
    width: 60px;
    height: 140px;
  }

  .calc .calc__form-window-type[data-s1="1"] [data-st="1"],
  .calc .calc__form-window-type[data-s1="2"] [data-st="1"] {
    left: 15px;
  }

  .calc [data-wtype="2"] [data-st="2"] {
    left: 100px;
    transform: scale(-1, 1)
  }

  .calc [data-wtype="3"] [data-st="2"] {
    left: 94px
  }

  .calc .calc__form-window-type [data-st="3"],
  .calc .calc__form-window-type[data-s3="1"] [data-st="3"],
  .calc .calc__form-window-type[data-s3="2"] [data-st="3"] {
    left: 174px;
  }

}

@media (min-width: 1920px) {

  .calc__form {
    margin: 1.71rem -2rem 0;
    width: calc(100% + 4rem);
  }

  .calc__form-group-fl .calc__form-group-fl_first {
    flex-basis: 13.7rem
  }

  .calc__form-group-fl .calc__form-group-fl_second {
    flex-basis: 11.4rem
  }

  .calc__form-group:not(:last-child) {
    margin-bottom: 2.29rem
  }

  .calc__form-group.calc__form-group-profile {
    margin-bottom: 1.14rem;
  }

  .calc__form-rside .calc__form-group {
    margin-bottom: 2.29rem
  }

  .calc__form-lside {
    flex-basis: 28.57rem;
    max-width: 28.57rem;
    margin: 1.14rem 1.93rem 0
  }

  .calc-checkbox--style {
    margin-bottom: -0.07rem;
    width: 1.14rem;
    height: 1.14rem;
    min-width: 1.14rem;
    border: 0.14rem solid #A2A2A1;
    border-radius: 0.14rem;
  }

  .calc-checkbox--style:after {
    top: 0.11rem;
    width: 1.14rem;
    height: 1.14rem;
  }

  .calc__tooltip-ico {
    width: 1.14rem;
    height: 1.14rem;
    max-width: 1.14rem;
    min-width: 1.14rem;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .is--expand .calc__tooltip-ico {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .calc__tooltip-title {
    font-size: 1.5rem;
  }

  .calc__tooltip-title.common {
    font-size: 1.5rem;
    margin-left: 0.86rem;
    margin-top: -0.21rem;
  }

  .calc__tooltip-title-ext {
    font-size: 0.86rem;
  }

  .calc__tooltip .checkHead {
    font-size: 1.14rem;
    line-height: 1rem
  }

  .calc__tooltip .explane {
    padding: 0.36rem;
    font-size: 0.86rem;
    border: 0.07rem solid rgba(110, 110, 110, .34);
    border-radius: 0.36rem;
  }

  .calc__tooltip-content {
    top: 2.9rem;
    left: -1.07rem;
    width: calc(100% + 2.14rem);
    padding: 0.57rem;
    font-size: 1rem;
    border-radius: 0.21rem;
  }

  .calc__tooltip-content:after {
    width: 1.14rem;
    height: 1.14rem;
    right: 1.07rem;
    top: -0.5rem;
  }

  .calc__form-group-fl .calc__form-group-fl_first .calc__tooltip-content:after {
    right: 5.86rem;
  }

  .calc__form-group-fl .calc__tooltip-content {
    width: 20.7rem;
  }

  .calc__tooltip-content_right-place {
    right: -1.07rem;
  }

  .calc__tooltip-content_bottom {
    top: 3.71rem;
  }

  .tooltipList li {
    line-height: 1.29rem
  }

  .tooltipList li:before {
    height: 1.29rem;
    line-height: 1.29rem;
    margin-right: 0.36rem;
    font-size: 1.29rem;
  }

  .calc__form-opens-types {
    margin: -0.29rem -0.36rem;
  }

  .calc__form-opens-types.active {
    margin-top: 1.71rem;
    min-height: 6.64rem;
  }

  .calc__form-opens-type {
    max-width: 5.14rem;
    height: 2.9rem;
    margin: 0.29rem 0.36rem;
    border: 0.14rem solid #d0d0d0;
  }

  .calc__form-opens-type-str {
    top: 0.36rem;
    width: 1rem;
    height: 1.86rem;
  }

  .calc [data-st="1"] {
    left: 0.36rem;
  }

  .calc [data-s1="1"] [data-st="1"] {
    left: 0.36rem;
  }

  .calc [data-s1="2"] [data-st="1"] {
    left: 0.36rem;
  }


  .calc [data-st="2"] {
    left: 1.93rem;
  }

  .calc [data-s2="1"] [data-st="2"] {
    left: 1.93rem;
  }

  .calc [data-s2="2"] [data-st="2"] {
    left: 1.93rem;
  }

  .calc [data-type="2"] [data-st="2"] {
    left: 1.93rem;
  }

  .calc [data-st="3"] {
    left: 3.5rem;
  }

  .calc [data-s3="1"] [data-st="3"] {
    left: 3.5rem;
  }

  .calc [data-s3="2"] [data-st="3"] {
    left: 3.5rem;
  }
  
  .calc [data-type="1"] img {
    width: 1.71rem;
  }
  
  .calc [data-type="2"] img {
    width: 3.29rem;
  }
  
  .calc [data-type="3"] img {
    width: 4.86rem;
  }

  .calc [data-s1="0"] [data-st="1"], .calc [data-s2="0"] [data-st="2"], .calc [data-s3="0"] [data-st="3"], .calc [data-s3="2"] [data-st="3"] {
    background-size: contain;
}
  
  .calc [data-s1="1"] [data-st="1"] {
    background-size: contain;
}
  
  .calc [data-s2="1"] [data-st="2"] {
    background-size: contain;
  }
  
  .calc [data-s3="1"] [data-st="3"] {
    background-size: contain;
}
  .calc [data-s1="2"] [data-st="1"], .calc [data-s2="2"] [data-st="2"] {
    background-size: contain
  }
  
  .calc__form-rside {
    flex-basis: 28.57rem;
    max-width: 28.57rem;
    margin: 1.14rem 1.93rem 0
  }

  .calc .calc__form-window-opens-type-str {
    top: 1.64rem;
    left: 1.64rem;
    width: 6.43rem;
    height: 15rem;
  }

  .calc .calc__form-window-type[data-s1="1"] [data-st="1"] {
    left: 1.64rem;
  }

  .calc .calc__form-window-type[data-s1="2"] [data-st="1"] {
    left: 1.64rem;
  }

  .calc [data-wtype="2"] [data-st="2"] {
    left: 10.79rem;
  }

  .calc [data-wtype="3"] [data-st="2"] {
    left: 10.21rem
  }

  .calc .calc__form-window-type [data-st="3"] {
    left: 18.79rem;
  }

  .calc .calc__form-window-type[data-s3="1"] [data-st="3"] {
    left: 18.79rem;
  }

  .calc .calc__form-window-type[data-s3="2"] [data-st="3"] {
    left: 18.79rem;
  }

  img.calc__form-window-add {
    left: -0.64rem;
  }

  .calc__form-window-add-slope {
    top: -0.86rem
  }

  img.calc__form-window-add-sill {
    left: -1.57rem;
    bottom: -3.29rem;
  }

  [data-wtype="1"] img.calc__form-window-add-sill,
  [data-wtype="2"] img.calc__form-window-add-sill {
    left: -0.71rem;
  }
  
  .calc [data-wtype="1"] span img {
    width: 9.71rem;
  }
  
   .calc [data-wtype="2"] span img {
    width: 18.86rem;
  }
  
   .calc [data-wtype="3"] span img {
    width: 26.86rem;
  }
  
  [data-wtype="1"] img.calc__form-window-add-sill{
    width: 14.57rem;
  }
  
  [data-wtype="2"] img.calc__form-window-add-sill {
    width: width: 23.71rem;
  }
  
  [data-wtype="3"] img.calc__form-window-add-sill {
    width:  31.71rem;
  }
  
  [data-wtype="1"] img.calc__form-window-add-slope {
    width: 11.43rem;
  }
  
  [data-wtype="2"] img.calc__form-window-add-slope {
    width: 20rem;
  }
  
  [data-wtype="3"] img.calc__form-window-add-slope {
    width: 28rem;
  }
  
  .calc__form-size {
    font-size: 1.29rem;
    margin-top: 3.21rem;
  }

  .calc .calc__form-size-input {
    height: 2.29rem;
    width: 4.29rem;
    padding: 0.43rem 0.29rem;
    margin: 0 0.57rem;
    border: 0.14rem solid #F26422;
    border-radius: 0.29rem;
    font-size: 1.29rem;
  }

  .calc__form-ico > span:after,
  .calc__form-ico > span:before {
    height: 0.07rem
  }

  .calc__result-hint {
    margin-top: 1.07rem;
    line-height: 1.29rem;
    font-size: 0.86rem;
  }

  #usualPrice {
    font-size: 1.79rem;
  }

  .calc__result-btn {
    padding: 0 0.71rem;
    font-size: 1.79rem;
    height: 4rem;
    line-height: 3.57rem;
    margin-top: 3rem;
  }

  .calc__form-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.71rem;
    margin-top: 3.43rem;
  }

  .calc .fo-select {
    font-size: 1.5rem;
    margin-top: 1.14rem;
  }

  .calc .fo-select-value:after {
    right: 1.14rem;
  }

  .calc .fo-select-value {
    height: 4rem;
    line-height: 2.9rem;
    padding: 0.57rem 1.14rem;
    border-radius: 0.29rem;
  }

  .calc .fo-select__options {
    padding: 0 1.14rem;
  }

  .calc .fo-select-option {
    height: 4rem;
    line-height: 4.07rem;
  }

}
