

/* Start:/bitrix/templates/obermeister/css/calculator.css?175984112010830*/
.submit {
  text-align: center;
  background-color: #FF8D06;
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}

.submit[disabled] {
  background-color: rgba(109, 110, 113);
}

.title-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #6D6E71;
  position: relative;
  margin-bottom: 110px;
}

.title-heading::after, .title-heading::before {
  content: '';
  display: block;
  width: 240px;
  background-color: #FF8D06;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -32px;
}

.title-heading::before {
  width: 183px;
  bottom: -49px;
}

.title-heading.--center {
  text-align: center;
}

.title-heading.--center::after, .title-heading.--center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.calc__subheading {
  padding-left: 60px;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 40px;
  padding-top: 50px;
}

.calc-footer .container {
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 1700px) {
  .title-heading {
    font-size: 38px;
  }
  .title-heading::after {
    width: 200px;
  }
  .title-heading::before {
    width: 150px;
  }
}

@media only screen and (max-width: 1299px) {
  .title-heading {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 80px;
  }
  .title-heading::after {
    width: 140px;
    height: 4px;
    bottom: -22px;
  }
  .title-heading::before {
    height: 4px;
    width: 100px;
    bottom: -38px;
  }
  .submit {
    font-size: 18px;
    padding: 10px;
    height: auto;
    min-height: 54px;
  }
}

.calc {
  overflow: hidden;
  padding: 50px 0 0;
  max-width: 1700px;
  margin: 0 auto;
}

.calc__heading {
  margin-bottom: 78px;
  margin-left: 60px;
}

.calc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

.calc .services_select {
  padding-left: 60px;
  display: block;
  width: 55%;
}

.calc .services_select li {
  font-weight: bold;
  font-style: italic;
  color: #6D6E71;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 25px;
}

.calc .services_select li img {
  vertical-align: middle;
  margin-right: 20px;
  max-width: 80px;
}

.calc .services_select li .amount {
  border: 1px solid #6D6E71;
  background-color: transparent;
  text-align: center;
  padding: 0 2px;
  width: 79px;
  font-style: normal;
  vertical-align: middle;
  margin: 0 4px;
  height: 56px;
  font-size: 22px;
}

.calc .services_select li .amount_select {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  float: right;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

.calc .services_select li .amount_select button {
  vertical-align: middle;
  width: 56px;
  height: 56px;
  font-size: 38px;
  line-height: 56px;
  background-color: transparent;
  font-style: normal;
  color: #000000;
  font-weight: 500;
  background: #C4C4C4;
  border: 1px solid #6D6E71;
}

.calc .services_select li .data_processing-wrap {
  margin-top: 10px;
  vertical-align: middle;
  float: right;
  width: 199px;
  height: 56px;
  display: inline-block;
  position: relative;
}

.calc .services_select li .data_processing-wrap .checkbox {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  opacity: 0;
}

.calc .services_select li .data_processing-label {
  width: 56px;
  margin: 0 auto;
  display: block;
  height: 56px;
  position: relative;
}

.calc .services_select li .data_processing-label::before {
  content: '';
  display: inline-block;
  background-color: #c4c4c4;
  width: 56px;
  height: 56px;
  border: 1px solid #000000;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.calc .services_select li #data_processing_3:checked ~ .data_processing-label::before {
  background-image: url("/bitrix/templates/obermeister/css/../img/check.svg");
}

.calc-form {
  margin: 0 60px 0 0;
  padding: 40px 30px;
  max-width: 36%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px rgba(109, 110, 113, 0.7);
          box-shadow: 0px 0px 15px rgba(109, 110, 113, 0.7);
  background-color: #C4C4C4;
}

.calc-form__heading {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 41px;
}

.calc-form__text {
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  max-width: 80%;
  margin: 0 auto 30px;
}

.calc-form form {
  max-width: 84%;
  margin: 0 auto;
}

.calc-form form input:not(.checkbox) {
  display: block;
  width: 100%;
  margin-bottom: 19px;
}

.calc-form form .data_processing-label {
  margin: 40px 0;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}

.calc-form .submit {
  font-size: 23px;
  display: block;
  width: 100%;
  padding: 10px;
}

.calc-footer {
  margin-top: 20px;
  width: 100%;
  padding: 14px 0;
  font-style: italic;
  font-weight: 100;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #6D6E71;
}

.calc-footer strong {
  display: block;
  font-style: normal;
}

.calc-footer .price {
  display: inline-block;
  font-size: 35px;
  min-width: 170px;
}
  
@media only screen and (max-width: 1700px) {
  .calc {
    max-width: 1300px;
  }
  .calc .services_select {
    width: 53%;
  }
  .calc .services_select li {
    font-size: 23px;
    line-height: 33px;
  }
  .calc .services_select li img {
    vertical-align: middle;
    margin-right: 20px;
    max-width: 70px;
  }
  .calc .services_select li .amount {
    font-size: 18px;
    width: 55px;
    height: 35px;
  }
  .calc .services_select li .amount_select button {
    width: 35px;
    font-size: 32px;
    line-height: 35px;
    height: 35px;
  }
  .calc .services_select li .data_processing-wrap {
    width: 133px;
    height: 33px;
  }
  .calc .services_select li .data_processing-label {
    height: 32px;
    width: 32px;
  }
  .calc .services_select li .data_processing-label::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
  }
  .calc-form {
    padding: 40px 20px;
    max-width: 40%;
  }
  .calc-form__heading {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .calc-form__text {
    font-size: 22px;
    line-height: 26px;
  }
  
}

@media only screen and (max-width: 1299px) {
  .calc {
    max-width: 500px;
    padding: 30px 15px 60px;
  }
  .calc__heading {
    margin-left: 0;
  }
  .calc__subheading {
    font-size: 26px;
    line-height: 34px;
    padding-left: 0;
  }
  .calc-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
  }
  .calc-footer {
    padding: 25px 0;
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
    font-size: 18px;
    line-height: 26px;
  }
  .calc-footer .price {
    margin: 0 auto 5px;
    min-height: 30px;
    width: 100%;
    max-width: 250px;
    display: block;
  }
  .calc .services_select {
    max-width: 400px;
    width: 100%;
    padding-left: 0;
    margin: 0 auto 30px;
  }
  .calc .services_select li {
    position: relative;
    padding-left: 56px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .calc .services_select li img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 46px;
  }
  .calc .services_select li .amount {
    width: 40px;
    height: 30px;
  }
  .calc .services_select li .amount_select {
    margin: 0 0 0 5px;
    vertical-align: middle;
    float: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .calc .services_select li .amount_select button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 21px;
  }
  .calc .services_select li .data_processing-wrap {
    margin-top: 0;
    width: 108px;
    min-width: 108px;
    float: none;
  }
  .calc .services_select li .data_processing-label {
    width: 30px;
    height: 30px;
  }
  .calc .services_select li .data_processing-label::before {
    width: 30px !important;
    height: 30px !important;
  }
  .calc-form {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            -webkit-order: 3;
            order: 3;
    padding: 40px 20px;
    max-width: 100%;
    margin: 0;
  }
  .calc-form__heading {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .calc-form__text {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px;
  }
  .calc-form form {
    max-width: 100%;
  }
  .calc-form form .data_processing-wrap {
    padding-left: 38px;
  }
  .calc-form form .data_processing-label {
    margin: 30px 0;
    font-size: 15px;
    line-height: 18px;
  }
  .calc-form .submit {
    font-size: 16px;
    height: auto;
    min-height: 54px;
  }

}
/* End */
/* /bitrix/templates/obermeister/css/calculator.css?175984112010830 */
