@charset "UTF-8";
/* ----- Форма на стр подбора ленты ----- */
.tape-subtitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 40px 22px 65px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
}

.tape-subtitle__label, .tape-subtitle__name {
  font-size: 15px;
  font-weight: 700;
}

.tape-subtitle__label {
  margin-right: 8px;
}

.tape-subtitle__name {
  color: #2dc964;
  border-bottom: 1px dotted #2dc964;
}

.tape-subtitle .btn {
  min-width: 238px;
  margin-left: auto;
}

.tape-options {
  padding: 30px 0;
  counter-reset: option;
  background-color: #f7f8fa;
}

.tape-options__footer {
  margin-top: 10px;
  padding-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
  border-top: 1px solid #e7e7e7;
}

.tape-options__footer .btn {
  min-width: 290px;
  height: 54px;
}

.tape-option {
  position: relative;
  padding: 25px 40px 25px 180px;
}

.tape-option::before {
  counter-increment: option;
  content: counter(option);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #ffd739;
  position: absolute;
  left: 69px;
  top: 5px;
  z-index: 2;
  font: 700 28px/1 "Futura New", sans-serif;
}

.tape-option::after {
  content: '';
  width: 1px;
  height: -webkit-calc(100% + 5px);
  height: calc(100% + 5px);
  background: #ffd739;
  position: absolute;
  top: 20%;
  left: 97px;
  z-index: 1;
}

.tape-option:last-child::after, .tape-option.last::after {
  display: none;
}

.tape-option__name {
  min-height: 24px;
  position: relative;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tape-option__name .ui-tooltip {
  margin-left: 6px;
}

.tape-option__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tape-option__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.tape-option__col:last-child {
  max-width: 240px;
  margin-left: 70px;
}

.tape-option .data-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.tape-option .data-input {
  padding-left: 16px;
  padding-right: 16px;
}

.tape-option .data-input:not(:last-child) {
  position: relative;
}

.tape-option .data-input:not(:last-child)::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -4px;
  z-index: 0;
  background: url("/img/ic-close.svg") no-repeat;
  opacity: 0.4;
}

.tape-option .color-pallete {
  max-width: 400px;
}

@media screen and (max-width: 1199px) {
  .tape-subtitle .btn {
    font-size: 0;
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
  .tape-subtitle .btn::before, .tape-subtitle .btn::after {
    content: '';
    display: block;
    width: 4px;
    height: 28px;
    z-index: 0;
    background: #2dc964;
    position: absolute;
  }
  .tape-subtitle .btn::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 991px) {
  .tape-subtitle {
    padding-right: 30px;
  }
  .tape-option {
    padding-right: 30px;
  }
  .tape-option__col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .tape-option__col:last-child {
    margin: 30px 0 0 0;
  }
  .tape-option .ui-tooltip__hidden {
    left: 50%;
    margin-left: -175px;
  }
}

@media screen and (max-width: 767px) {
  .tape-subtitle {
    padding: 30px;
  }
  .tape-option {
    padding: 15px 30px 15px 115px;
  }
  .tape-option::before {
    left: 30px;
  }
  .tape-option::after {
    left: 57px;
  }
  .tape-option__name {
    margin-bottom: 10px;
  }
  .tape-option .input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tape-options__footer {
    padding-left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .tape-subtitle {
    padding: 15px;
  }
  .tape-subtitle__label {
    width: 100%;
    margin-right: 0;
  }
  .tape-subtitle__name {
    display: inline-block;
    margin: 10px auto 0 0;
  }
  .tape-subtitle .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin: 10px 0 0;
  }
  .tape-subtitle .btn::before, .tape-subtitle .btn::after {
    height: 20px;
  }
  .tape-subtitle, .tape-options, .tape-result .cart-subtitle {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .tape-option {
    padding: 15px 15px 15px 66px;
  }
  .tape-option::before {
    width: 36px;
    height: 36px;
    font-size: 22px;
    left: 15px;
  }
  .tape-option::after {
    left: 33px;
    top: 10%;
  }
  .tape-option__name {
    display: block;
    position: relative;
  }
  .tape-option__name .ui-tooltip {
    display: inline-block;
    vertical-align: middle;
    position: static;
  }
  .tape-option__name .ui-tooltip__hidden {
    max-width: 290px;
    margin-left: -145px;
  }
  .tape-option .data-inputs {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .tape-option .data-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tape-option .data-input .input-block {
    margin-bottom: 16px;
  }
  .tape-option .data-input:not(:last-child)::after {
    display: none;
  }
}
.calculator-clear {
  float: right;
}