/* WTF */
.CategoriesContent-list {
  margin-bottom: 70px;
  list-style: none;
  font-family: 'Roboto Light', sans-serif;
}

.CategoriesContent-list__item {
  position: relative;
  margin-bottom: 29px;
}

.CategoriesContent-list__item_active span:nth-of-type(2) {
  display: inline-block;
  margin-bottom: 15px;
}

.CategoriesContent-list__item_active ul {
  list-style: none;
  padding-left: 20px;
}

.CategoriesContent-list__item_active ul li {
  font-size: 16px;
  margin-bottom: 12px;
}

.CategoriesContent-list__item_active:before {
  position: absolute;
  height: 107%;
  width: 2.5px;
  content: '';
  background-color: #5793d5;
  top: 14px;
  left: -32.3px;
}

.CategoriesContent-list__circle {
  position: absolute;
  top: 8px;
  left: -35px;
  border-radius: 50%;
  border: 2px solid #5793d5;
  padding: 2px;
}

.CategoriesContent-list__text {
  color: #393939;
  font-size: 20px;
}

.CategoriesContent-freeCard {
  width: 272px;
  height: 684px;
  font-family: 'Roboto Light', sans-serif;
  background-image: url("../img/freecard.jpg");
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 18px;
  color: #fff;
}

.CategoriesContent-freeCard__title {
  font-size: 40px;
  margin-bottom: 25px;
}

.CategoriesContent-freeCard__text {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 25px;
  color: #dadada;
}

.CategoriesContent-freeCard__buy {
  font-family: 'Roboto Regular', sans-serif;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 156px;
  height: 50px;
  border-radius: 25px;
  background-color: #5793d5;
}

.CategoriesContent-card {
  border-radius: 3px;
  border: 1px solid #5793d5;
  padding-top: 10px;
  padding-right: 15px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.CategoriesContent-card__title {
  font-family: 'Roboto Light', sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
  color: #393939;
}

.CategoriesContent-card__text {
  color: #393939;
  font-family: 'Roboto Light', sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 35px;
}

.CategoriesContent-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-family: 'Roboto Regular', sans-serif;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 2px;
  width: 257px;
  height: 36px;
  border-radius: 21px;
  background-color: #5793d5;
}

.CategoriesContent-choice {
  height: 79px;
  border-radius: 3px;
  background-color: #ecf7fb;
  font-family: 'Roboto Light', sans-serif;
  color: #393939;
  padding-left: 17px;
  margin-bottom: 70px;
}

.CategoriesContent-choice__block {
  width: 100%;
}

.CategoriesContent-choice__name {
  font-size: 16px;
  margin-right: 21px;
}

.CategoriesContent-choice__chev {
  position: absolute;
  height: 11px;
  width: 11px;
  content: '';
  background-image: url(../img/chev-bottom.png);
  background-repeat: no-repeat;
  top: 25px;
  left: 87%;
  z-index: -1;
}

.CategoriesContent-choice__wrap {
  margin-right: 45px;
  width: 266px;
  position: relative;
}

.CategoriesContent-choice__wrap:last-child {
  margin-right: 0;
  width: 249px;
}

.CategoriesContent-choice__slct {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  .CategoriesContent-choice__wrap {
    width: 50%;
  }

  .CategoriesContent-choice__wrap:last-child {
    width: 50%;
  }

  .CategoriesContent-left {
    display: none;
  }

  .CategoriesContent__title {
    display: none;
  }
}

@media (max-width: 1000px) {
  .CategoriesContent-choice__slct {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .CategoriesContent-freeCard__buy:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border: 3px solid #5793d5;
    color: #5793d5;
    text-decoration: none;
  }

  .CategoriesContent-card__btn:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border: 3px solid #5793d5;
    color: #5793d5;
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .CategoriesContent-choice {
    padding-top: 15px;
    height: auto;
  }

  .CategoriesContent-choice__name {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .CategoriesContent-choice__wrap {
    margin-bottom: 15px;
    margin-right: 0;
    width: 300px;
  }

  .CategoriesContent-choice__wrap:last-child {
    width: 300px;
  }

  .CategoriesContent-choice__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

@media (max-width: 600px) and (min-width: 320px) {
  .CategoriesContent__title {
    display: block;
  }

  .CategoriesContent-choice {
    position: relative;
  }

  .CategoriesContent-choice:before {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #ecf7fb;
    position: absolute;
    top: 0;
    left: -36px;
    z-index: -1;
  }

  .CategoriesContent-card {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .CategoriesContent-card__title {
    display: none;
  }

  .CategoriesContent-card__btn {
    width: 100%;
  }
}