.product-choice {
  margin-bottom: 65px;
  position: relative;
}

.product-choice:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #cae3ec;
  top: 50%;
  left: 0;
}

.product-choice__block {
  border-radius: 29px;
  width: 675px;
  height: 58px;
}

.product-choice__item {
  font-size: 12px;
  color: #6e909d;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  cursor: pointer;
}

.product-choice__item:nth-of-type(1) {
  margin-right: 27px;
  border-radius: 29px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 57px;
  border: 1px solid #cae3ec;
  width: 275px;
  z-index: 8;
}

.product-choice__item:nth-of-type(2) {
  margin-left: -180px;
  width: 267px;
  border-radius: 29px;
  border: 1px solid #cae3ec;
  z-index: 10;
}

.product-choice__item:nth-of-type(3) {
  margin-left: -90px;
  width: 227px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 60px;
  border-radius: 29px;
  border: 1px solid #cae3ec;
  z-index: 9;
}

.product-choice__item:nth-of-type(4) {
  margin-left: -60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
  width: 172px;
  border-radius: 29px;
  border: 1px solid #cae3ec;
  z-index: 8;
}

@media (max-width: 768px) {
  .product-choice:before {
    display: none;
  }
  .product-choice__block {
    width: 100%;
    height: auto;
  }
  .product-choice__item {
    height: 58px;
  }
  .product-choice__item:nth-of-type(1) {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    width: 302px;
  }
  .product-choice__item:nth-of-type(2) {
    margin-left: 0;
    width: 302px;
  }
  .product-choice__item:nth-of-type(3) {
    margin-left: 0;
    width: 302px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .product-choice__item:nth-of-type(4) {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    width: 302px;
  }
}
/*# sourceMappingURL=product-choice.css.map */