
.choise {
  margin-bottom: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.choise__top {
  display: flex;
  justify-content: space-between;
}
.choise__top__a {
  width: 32%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #D3D3D3;
  margin-bottom: 10px;
  border-radius: 40px;
  color: var(--text-color);
  position: relative;
}
.choise__top__a:hover ,.choise__top.active {
  border-radius: 40px 40px 0 0;
  border: 0;
  margin-bottom: -35px;
  padding-bottom: 35px;
}
.choise__mark:hover ,.choise__mark.active {
  background: #BED2F5;
}

.choise__mark:hover:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 26px;
    bottom: 29px;
    right: -26px;
    border-radius: 0 0 0 40px;
    box-shadow: -13px 0 0 0 #BED2F5;
}

.choise__parametr:hover ,.choise__parametr.active {
  background: linear-gradient(89.2deg, #BED2F5 37.86%, #B9D8F4 247.66%);
}
.choise__parametr:hover:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 26px;
    bottom: 29px;
    right: -26px;
    border-radius: 0 0 0 40px;
    box-shadow: -13px 0 0 0 #B9D8F4 ;
}
.choise__parametr:hover::before{
  content: "";
  position: absolute;
  height: 20px;
  width: 26px;
  bottom: 29px;
  left: -26px;
	border-radius: 0 0 40px 0;
	box-shadow: 13px 0 0 0 #BED2F5 ;
}

.choise__bu:hover ,.choise__bu.active {
  background: linear-gradient(89.2deg, #B9D8F4 37.86%, #B3DEF3 147.66%);
}
.choise__bu:hover::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 26px;
  bottom: 29px;
  left: -26px;
  border-radius: 0 0 40px 0;
  box-shadow: 13px 0 0 0 #B9D8F4 ;
}

.choise__bottom {
  padding: 35px 30px 30px 30px;
  background: url("../img/choise-back.png") no-repeat , linear-gradient(89.2deg, #BED2F5 37.86%, #B1DFF2 107.66%);
  border-radius: 40px;
}
.choise img {
  width: 85%;
}
.choise p {
  margin: 0 auto 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}
.show__more {
  margin: -60px auto 130px auto;
  display: block;
  width: fit-content
}
.auto__checkbox {
  column-count: 8;
  column-gap: 10px;
}
.auto__checkbox div {
  display: flex;
  margin-bottom: 8px;
}
.auto__checkbox p {
  margin: 0 auto 0 15px;
}
.auto__checkbox input {
  width: 18px;
}
.half__select__div {
  display: flex;
}
.half__select {
  width: 50%;
}
.left__half {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.right__half {
  border-left: 1px solid #BED2F5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bu__product {
  padding: 0 0 18px 0;
}
.bu__product__img {
  width: 100%;
  margin: 0 0 15px 0;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}
.bu__product__labels {
  margin: 0;
  position: relative;
}
.label__run {
  position: absolute;
  top: 18px;
  left: 18px;
}
.label__year {
  background: #9F95DD;
  position: absolute;
  right: 18px;
  top: 18px;
}
.bu__product__margin {
  margin-left: 18px;
  margin-right: 18px;
}
.bu__product__margin span {
  font-weight: 700;
}
.bu__product__char {
  column-count: 2;
  margin-bottom: 26px;
  height: 68px;
}
.bu__product__char p {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.bu__product__char span {
  font-weight: 600;
}
@media screen and (max-width:1550px) {
  .auto__checkbox {
    column-count: 7;
  }
}
@media screen and (max-width:1285px) {
  .auto__checkbox {
    column-count: 5;
  }
}
@media screen and (max-width:989px) {
  .choise__top__a {
    font-size: 15px;
    line-height: 20px;
  }
}
  @media screen and (max-width:550px) {
    .choise__top__a {
      font-size: 12px;
      line-height: 18px;
    }
}