/*// WINDOW CALCULATOR //*/
.section-window-calculator {
  padding: 40px 0;
  padding-bottom: 0;
}
.section-window-calculator .calculator .item__height .item__size_text {
  position: absolute;
  top: 44px;
  left: -35px;
  transform: none !important;
}
.window-calculator__title {
  text-align: center;
  margin-bottom: 40px; }

.calculator {
  background: #FFF4ED;
  border: 1px solid #EC7734;
  border-radius: 10px;
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .calculator .block {
    background: #FFFFFF;
    box-shadow: 0px 2px 25px #FFE5D5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px; }
    .calculator .block__title {
      font-size: 14px;
      line-height: 140%;
      color: #4D4D4F;
      text-align: center; }
      .calculator .block__title b {
        font-weight: 800;
        font-size: 14px;
        line-height: 140%;
        text-transform: uppercase; }
  .calculator .block-types {
    width: 100%;
    max-width: 824px;
    padding: 30px; }
  .calculator .types {
    padding: 0 25px; }
  .calculator .type {
    text-align: center;
    display: inline-block;
    text-align: center;
    margin: 0 25px; }
    .calculator .type__image {
      margin-bottom: 10px; }
    .calculator .type__checkbox {
      width: 10px;
      height: 10px;
      border: 1px solid #C4C4C4;
      border-radius: 1px;
      margin: 0 auto; }
    .calculator .type.active path,
    .calculator .type.active rect {
      stroke: #EC7734; }
    .calculator .type.active .rama {
      fill: #EC7734; }
    .calculator .type.active .type__checkbox {
      border-color: #EC7734;
      background-color: #EC7734;
      background-image: url(../img/checkox__check.svg);
      background-position: 50%;
      background-repeat: no-repeat; }
  .calculator .block-packages {
    max-width: 334px;
    width: 100%;
    padding: 30px; }
    .calculator .block-packages .block__title {
      text-align: left; }
  .calculator .package-select {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    -webkit-appearance: none;
      background: url(../img/calculator/arrowdown-calc.svg) 93% 50% /13px no-repeat;
    /*text-transform: uppercase;*/
    color: #4D4D4F;
    border: none;
    width: 120px;
    margin-top: 10px; }
  .calculator .block-sizes {
    max-width: 540px;
    width: 100%;
    padding: 30px;
    position: relative; }
  .calculator .item__image {
    height: 310px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

    .calculator .item__image img {

      max-height: 250px;
      max-width: 350px;
    }
  .calculator .item__width {
    bottom: 20px;
    left: 50px; }

  .calculator .item__width.balkon-range {
    bottom: 50px;
    left: 50px; }
  .calculator .item__height {
    top: 40px;
    right: calc(100% - 290px); }
    .calculator .item__height .item__size_text {
      margin-right: 0; }
    .calculator .item__height .item__size_range {
      -ms-transform: rotate(-90deg) translate(-120px, -80px);
      transform: rotate(-90deg) translate(-120px, -80px); }
  .calculator .item__size {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
    .calculator .item__size_text {
      background: #F7F7F7;
      border: 0.882883px solid #DCDDDF;
      border-radius: 12.3604px;
      width: 65px;
      height: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px;
      line-height: 17px;
      color: #333333;
      margin-right: 10px; }
      .calculator .item__size_text span {
        margin-right: 3px; }
    .calculator .item__size_range {
      display: block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 220px;
      margin: 0;
      height: 5px;
      cursor: pointer;
      background: #DCDDDF; }
      .calculator .item__size_range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #EC7734;
        cursor: pointer;
        transition: background .15s ease-in-out; }
  .calculator .block-additional {
    max-width: 254px;
    width: 100%;
    position: relative; }
    .calculator .block-additional .block__title {
      margin-bottom: 20px; }

      .calculator .order__additional .sm {display: none;}
    .calculator .block-additional select {
      background: #FFFFFF;
      border: 0.8px solid #DCDDDF;
      -webkit-appearance: none;
      background: url(../img/calculator/arrowdown-calc.svg) 93% 50% /13px no-repeat;
      border-radius: 5px;
      line-height: 34px;
      padding-left: 14px;
      font-size: 13px;
      height: 34px;
      width: 100%; }
    .calculator .block-additional .item {
      margin-bottom: 12px; }
      .calculator .block-additional .item__info {
        font-size: 12px;
        line-height: 18px;
        color: #999999;
        padding-left: 30px; }
    .calculator .block-additional .additional-service {
      padding-top: 15px;
      position: relative; }
      .calculator .block-additional .additional-service:before {
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        width: calc(100% + 20px);
        height: 1px;
        background-color: #DCDDDF; }
    .calculator .block-additional label {
      display: block;
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      font-size: 12px;
      line-height: 18px;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .calculator .block-additional label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .calculator .block-additional label span {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        border: 0.882883px solid #EC7734;
        border-radius: 50%;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .calculator .block-additional label input:checked ~ span:before {
        content: '';
        display: block;
        background: #EC7734;
        border-radius: 50%;
        width: 9px;
        height: 9px;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .calculator .package-info {
    max-width: 334px;
    width: 100%;
    padding: 10px 25px; }
    .calculator .package-info .tab-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-top: 10px;
      position: relative; }
      .calculator .package-info .tab-nav:before {
        width: calc(100% + 50px);
        content: '';
        height: 1px;
        background-color: #DCDDDF;
        position: absolute;
        left: -25px;
        bottom: 0px; }
      .calculator .package-info .tab-nav__item {
        width: 135px;
        height: 34px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 21px;
        color: #8E8E8E;
        position: relative;
        cursor: pointer; }
        .calculator .package-info .tab-nav__item.active {
          border: 1px solid #DCDDDF;
          border-radius: 5px 5px 0 0;
          border-bottom: 1px solid #fff;
          background-color: #fff;
          color: #EC7734; }
    .calculator .package-info .tab {
      display: none;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 25px;
      min-height: 385px;
      }
      .calculator .package-info .tab.active {
        display: -ms-flexbox;
        display: flex; }
    .calculator .package-info .specifications__list {
      width: 100%;
      margin-bottom: 20px; }
  .calculator .spec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px; }
    .calculator .spec__name {
      color: #8E8E8E;
      font-size: 12px;
      line-height: 18px; }
    .calculator .spec__value {
      color: #4D4D4F;
      font-size: 12px;
      line-height: 18px; }
  .calculator .isolation {
    width: 120px;
    margin-bottom: 12px; }
    .calculator .isolation__name {
      font-size: 12px;
      line-height: 18px;
      color: #4D4D4F; }
    .calculator .isolation__value {
      color: #EC7734;
      font-weight: 700;
      margin-bottom: 5px; }
    .calculator .isolation__scale {
      width: 100%;
      height: 4px;
      position: relative;
      background: #D2D2D2; }
      .calculator .isolation__scale span {
        height: 100%;
        background: #EC7734;
        border-radius: 5px;
        display: block; }
  .calculator .block-order {
    width: 100%;
    margin-bottom: 0;
    padding: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .calculator .order__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    font-size: 11.4775px;
    line-height: 141.4%;
    color: #333333; }
    .calculator .order__info .title {
      color: rgba(0, 0, 0, 0.541327);
      margin-bottom: 3px; }
  .calculator .order__price {

    text-align: center;
    width: 100%;
    max-width: 170px;
    border-left: 1px solid #DCDDDF;
    border-right: 1px solid #DCDDDF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }
    .calculator .order__price b {
      font-weight: 800;
      font-size: 24px;
      line-height: 35px; }
  .calculator .order__additional {
    display: none;
    padding-top: 8px;
    width: 200px;
    border-right: 1px solid #DCDDDF; }

    .calculator .order__additional p {
      font-size: 11.4775px;
      line-height: 17px;
      color: rgba(0, 0, 0, 0.541327); }


      .calculator .order__additional p b {
        font-weight: bold;
        color: #333333; }
      .calculator p.order__additional_title b {
        color: rgba(0,0,0,.541327);
        font-weight: 400;
        margin-bottom: 3px;
      }
  .calculator .order__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 370px;
    width: 100%; }
    .calculator .order__footer_wrap {
      margin-left: 25px; }
    .calculator .order__footer_icon {
      margin: 0 5px;
      margin-top: 30px; }
    .calculator .order__footer_price {
      display: none;
      color: rgba(0, 0, 0, 0.541327);
      text-align: center;
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 7px; }
      .calculator .order__footer_price b {
        font-weight: 700; }
    .calculator .order__footer_btn {
      width: 250px;
      height: 55px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 800;
      font-size: 14px;
      line-height: 58px;
      text-transform: uppercase;
      background: #EC7734;
      border-radius: 60px;
      color: #FFFFFF; }
  .calculator .slick-next:before,
  .calculator .slick-prev:before {
    color: #EC7734; }

.calculator .rass {
  margin: 0 5px;
  position: relative; }
  .calculator .rass:hover .rass__text {
    padding: 25px;
    opacity: 1;
    max-height: 500px; }
  .calculator .rass__text {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 290px;
    padding: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 160%;
    border: 1px solid #FCE3D6;
    z-index: 2;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.3s ease; }
    .calculator .rass__text:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 25px 30px 25px;
      border-color: transparent transparent #fff transparent;
      content: '';
      position: absolute;
      left: 50%;
      top: -15px;
      z-index: -1;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .calculator .rass__text_title {
      font-size: 14px;
      line-height: 100%;
      color: #F37633;
      margin-bottom: 10px; }
    .calculator .rass__text_desc {
      color: #8E8E8E;
      margin-bottom: 15px; }
    .calculator .rass__text_link {
      display: inline-block;
      color: #F37633;
      font-weight: bold;
      border-bottom: 1px solid #F37633; }

.calculator .info__text{
  font-size: 14px;
  line-height: 20px;
}

/*1G*/

#type_1g .item__width {
  bottom: 55px;
  left: 185px;
}

#type_1g .item__width .item__size_range{width: 90px; }

#type_1g .item__height {
  width: 250px;
  top: 30px;
}

#type_1g .item__height .item__size_range{
  width: 250px;
  transform: translate(-10px, 130px) rotate(-90deg);
}
#type_1g .item__height .item__size_text{transform: translate(10px,135px); }




/*1O*/


#type_1o .item__width {
  bottom: 55px;
  left: 185px;
}

#type_1o .item__width .item__size_range{width: 90px; }

#type_1o .item__height {
  width: 250px;
  top: 30px;
}

#type_1o .item__height .item__size_range{
  width: 250px;
  transform: translate(-10px, 130px) rotate(-90deg);
}
#type_1o .item__height .item__size_text{transform: translate(10px,135px); }


/*2G*/

#type_2g .item__width {
  bottom: 55px;
  left: 110px;
}

#type_2g .item__width .item__size_range{width: 240px; }

#type_2g .item__height {
  width: 250px;
  top: 30px;
}

#type_2g .item__height .item__size_range{
  width: 250px;
  transform: translate(-85px, 130px) rotate(-90deg);
}
#type_2g .item__height .item__size_text{transform: translate(-35px,135px); }



/*1G1O*/

#type_1g1o .item__width {
  bottom: 55px;
  left: 110px;
}

#type_1g1o .item__width .item__size_range{width: 240px; }

#type_1g1o .item__height {
  width: 250px;
  top: 30px;
}

#type_1g1o .item__height .item__size_range{
  width: 250px;
  transform: translate(-85px, 130px) rotate(-90deg);
}
#type_1g1o .item__height .item__size_text{transform: translate(-35px,135px); }




/*3G*/

#type_3g .item__width {
  bottom: 95px;
  left: 95px;
}

#type_3g .item__width .item__size_range{width: 275px; }

#type_3g .item__height {
  width: 250px;
  top: 30px;
}

#type_3g .item__height .item__size_range{
  width: 190px;
  transform: translate(-60px, 130px) rotate(-90deg);
}
#type_3g .item__height .item__size_text{transform: translate(-40px,135px); }

/*2g1o*/

#type_2g1o .item__width {
  bottom: 95px;
  left: 95px;
}

#type_2g1o .item__width .item__size_range{width: 275px; }

#type_2g1o .item__height {
  width: 250px;
  top: 30px;
}

#type_2g1o .item__height .item__size_range{
  width: 190px;
  transform: translate(-60px, 130px) rotate(-90deg);
}
#type_2g1o .item__height .item__size_text{transform: translate(-40px,135px); }

/*1d1g*/

#type_1d1g .item__height {width: 250px;}
#type_1d1g .item__height .item__size_range{
  width: 250px;
  transform: translate(-50px, 120px) rotate(-90deg);
}
#type_1d1g .item__height .item__size_text{transform: translate(-10px,135px); }
#type_1d1g .window__width {transform: translate(20px, -45px); }
#type_1d1g .balkon-range {transform: translate(125px,-110px); }


#type_1d1g .window__width .item__size_text{transform: translate(95px,30px); }
#type_1d1g .window__width .item__size_range{width: 100px; }
#type_1d1g .balkon-range .item__size_range{width: 150px; }
#type_1d1g .balkon-range .item__size_text{transform: translate(110px,30px); }


/*1g1d*/

#type_1g1d .item__height {
  transform: translate(300px, 0);
  width: 250px;}
#type_1g1d .item__height .item__size_range{
  width: 250px;
  transform: translate(-50px, 120px) rotate(-90deg);
}
#type_1g1d .item__height .item__size_text{transform: translate(90px,135px); }

#type_1g1d .window__width {transform: translate(170px, -45px); }
#type_1g1d .balkon-range {transform: translate(15px,-110px); }


#type_1g1d .window__width .item__size_text{transform: translate(95px,30px); }
#type_1g1d .window__width .item__size_range{width: 100px; }
#type_1g1d .balkon-range .item__size_range{width: 150px; }
#type_1g1d .balkon-range .item__size_text{transform: translate(110px,30px); }


/*2g2o*/

#type_2g2o .item__width {
  bottom: 120px;
  left: 95px;
}

#type_2g2o .item__width .item__size_range{width: 275px; }

#type_2g2o .item__height {
  width: 145px;
  top: 30px;
  transform: translate(-80px,0);
}

#type_2g2o .item__height .item__size_range{
  width: 145px;
  transform: translate(-60px, 130px) rotate(-90deg);
}
#type_2g2o .item__height .item__size_text{transform: translate(-60px,145px); }



#modal-form-calculator  .modal-content {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 1640px) {
  .calculator {
    max-width: 1260px;
    zoom: 0.8;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1400px) {
  .calculator {
    zoom: 0.7;
  }
}

@media only screen and (max-width: 1260px) {
  .calculator {
    zoom: 1;
    max-width: 660px;
    margin: 0 auto; }
    .calculator .block-types {
      max-width: 55%;
      padding: 20px; }
    .calculator .block-packages {
      max-width: 44%; }
    .calculator .block-sizes {
      height: 410px;
      margin: 0 auto;
      margin-bottom: 30px;
      /*max-width: 100%; */
    }
    .calculator .order__price {
      -ms-flex-order: 3;
      order: 3;
      margin-top: 20px; }
    .calculator .order__footer {
      margin-top: 20px;
      -ms-flex-order: 4;
      order: 4; }
}

@media only screen and (max-width: 740px) {
  .calculator {
    padding: 10px; }
    .calculator .block {
      max-width: 100%;
      margin-bottom: 10px; }
    .calculator .block-types {
      max-width: 100%;
      padding: 20px; }
    .calculator .block-sizes {
      padding: 10px; }
/*    .calculator .block-sizes {
      padding-right: 0; }*/
    .calculator .block-order {
      padding: 10px; }
    .calculator .order__info {
      margin-bottom: 20px; }
    .calculator .order__price {
      margin-top: 0;
      max-width: 115px;
      border: none; }
      .calculator .order__price b {
        font-size: 20px; }
    .calculator .order__additional {
      width: 140px; }
    .calculator .order__footer {
      margin-top: 5px; }
      .calculator .order__footer_wrap {
        margin: 0 auto; }
      .calculator .order__footer_icon {
        margin-top: 20px; }


    .calculator .block-sizes {
      height: 300px;
    }
    .calculator .item__image {
      width: 80%;
      margin: 0 auto;
      -ms-flex-align: center;
      align-items: center;
      height: 270px; }
      .calculator .item__image img {
        /*width: 100%;*/
        max-width: 200px;
        max-height: 150px;
        height: auto; }

    .calculator .slick-prev {
      left: -15px;
    }
    .calculator .slick-next{
      right: -15px;
    }

   .calculator .order__additional .xl {display: none;}
   .calculator .order__additional .sm {display: inline-block;}


  /*1G*/

   #type_1g .item__width {
     bottom: 55px;
     left: 25px;
   }
   #type_1g .item__width .item__size_range{width: 95px; }
   #type_1g .item__width .item__size_text{transform: translate(90px, 30px); }
   #type_1g .item__height {
     width: 150px;
     top: -10px;
     transform: translate(10px);
   }
   #type_1g .item__height .item__size_range{
     width: 150px;
     transform: translate(-10px, 130px) rotate(-90deg);
   }
   #type_1g .item__height .item__size_text{transform: translate(75px,145px); }


   /*1O*/
   #type_1o .item__width {
     bottom: 55px;
     left: 25px;
   }
   #type_1o .item__width .item__size_range{width: 95px; }
   #type_1o .item__width .item__size_text{transform: translate(90px, 30px); }
   #type_1o .item__height {
     width: 150px;
     top: -10px;
     transform: translate(10px);
   }
   #type_1o .item__height .item__size_range{
     width: 150px;
     transform: translate(-10px, 130px) rotate(-90deg);
   }
   #type_1o .item__height .item__size_text{transform: translate(75px,145px); }


   /*2G*/
   #type_2g .item__width {
     bottom: 55px;
     left: -20px;
   }
   #type_2g .item__width .item__size_range{width: 190px; }
   #type_2g .item__width .item__size_text{transform: translate(135px, 30px); }
   #type_2g .item__height {
     width: 150px;
     top: -10px;
     transform: translate(50px);
   }
   #type_2g .item__height .item__size_range{
     width: 150px;
     transform: translate(0px, 130px) rotate(-90deg);
   }
   #type_2g .item__height .item__size_text{transform: translate(35px,50px); }

   /*1g1o*/
   #type_1g1o .item__width {
     bottom: 55px;
     left: -20px;
   }
   #type_1g1o .item__width .item__size_range{width: 190px; }
   #type_1g1o .item__width .item__size_text{transform: translate(135px, 30px); }
   #type_1g1o .item__height {
     width: 150px;
     top: -10px;
     transform: translate(50px);
   }
   #type_1g1o .item__height .item__size_range{
     width: 150px;
     transform: translate(0px, 130px) rotate(-90deg);
   }
   #type_1g1o .item__height .item__size_text{transform: translate(35px,50px); }


  /*3G*/
  #type_3g .item__width {
    bottom: 70px;
    left: -20px;
  }
  #type_3g .item__width .item__size_range{width: 190px; }
  #type_3g .item__width .item__size_text{transform: translate(135px, 30px); }
  #type_3g .item__height {
    width: 110px;
    top: -10px;
    transform: translate(40px);
  }
  #type_3g .item__height .item__size_range{
    width: 110px;
    transform: translate(-10px, 130px) rotate(-90deg);
  }
  #type_3g .item__height .item__size_text{transform: translate(15px,70px); }


  /*3G*/
  #type_2g1o .item__width {
    bottom: 70px;
    left: -20px;
  }
  #type_2g1o .item__width .item__size_range{width: 190px; }
  #type_2g1o .item__width .item__size_text{transform: translate(135px, 30px); }
  #type_2g1o .item__height {
    width: 110px;
    top: -10px;
    transform: translate(40px);
  }
  #type_2g1o .item__height .item__size_range{
    width: 110px;
    transform: translate(-10px, 130px) rotate(-90deg);
  }
  #type_2g1o .item__height .item__size_text{transform: translate(15px,70px); }



  #type_1d1g .item__image img{
    max-height: 220px;
  }

  #type_1d1g .item__height{transform: translate(-60px, -40px);}

  #type_1d1g .item__height .item__size_range {width: 200px;}
  #type_1d1g .item__height .item__size_text {
    transform: translate(20px,15px);
  }

  #type_1d1g .window__width {
    transform: translate(-85px,-10px);
  }

  #type_1d1g .balkon-range {
    transform: translate(7px,-57px);
  }

  #type_1d1g .balkon-range .item__size_range {
    width: 120px;
  }

  #type_1d1g .window__width .item__size_text {
    transform: translate(95px,20px);
  }






  #type_1g1d .item__image img{
    max-height: 220px;
  }

  #type_1g1d .item__height{transform: translate(170px, -40px);}

  #type_1g1d .item__height .item__size_range {width: 200px;}
  #type_1g1d .item__height .item__size_text {
    transform: translate(20px,15px);
  }

  #type_1g1d .window__width {
    transform: translate(30px,-10px);
  }

  #type_1g1d .balkon-range {
    transform: translate(-80px,-57px);
  }

  #type_1g1d .balkon-range .item__size_range {
    width: 120px;
  }

  #type_1d1g .window__width .item__size_text {
    transform: translate(95px,20px);
  }

  #type_2g2o .item__height .item__size_range {
    width: 82px;
    transform: translate(-100px,90px) rotate(-90deg);
  }

  #type_2g2o .item__height .item__size_text {
    transform: translate(-90px,45px);
  }

  #type_2g2o .item__width {
    bottom: 100px;
    left: 50px;
  }

  #type_2g2o .item__height {
    width: 145px;
    top: 30px;
    transform: translate(-50px,0);
  }

  #type_2g2o .item__width .item__size_range {
    width: 200px;
  }

  #type_2g2o .item__size_text {
    transform: translate(70px, 40px);
  }

  .section-window-calculator{
    padding-top: 0;
  }
  .window-calculator__title{
    margin-bottom: 10px;
  }
}



.page-calculator .calculator .order__price,
.page-calculator .calculator .order__additional,
.page-calculator .calculator .order__footer_price {
  display: block;
}

.calculator .custom_pos {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
