/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.pa-bonuses__title {
  margin-bottom: 24px;
}

.pa-bonuses__col:first-of-type, .pa-bonuses__col:nth-of-type(2) {
  width: 25.5%;
}

.pa-bonuses__col:nth-of-type(3) {
  width: 18%;
}

.pa-bonuses__col:last-of-type {
  width: 31%;
}

.pa-reviews__col:first-of-type {
  width: 18%;
}

.pa-reviews__col:nth-of-type(2) {
  width: 25.5%;
  padding-right: 65px;
}

.pa-reviews__col:nth-of-type(3) {
  width: 17%;
}

.pa-reviews__col:last-of-type {
  width: 39.5%;
  padding-right: 110px;
}

.pa-reviews__col_icon {
  display: inline-block;
}

.pa-reviews__col_content {
  margin-bottom: 8px;
}

.pa-orders__col:first-of-type {
  width: 17%;
}

.pa-orders__col:nth-of-type(2) {
  width: 17%;
}

.pa-orders__col:nth-of-type(3) {
  width: 17%;
}

.pa-orders__col:nth-of-type(4) {
  width: 16%;
}

.pa-orders__col:nth-of-type(5) {
  width: 18%;
}

.pa-orders__col:nth-of-type(6) {
  width: 15%;
}

.pa-orders__row_btn {
  padding: 4px 17px;
  margin-right: 16px;
}

.pa-wishlist__list {
  margin-left: -10px;
  margin-right: -10px;
}

.pa-wishlist__list_item {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 10px 40px;
  height: auto;
}

.pa-wishlist__empty {
  max-width: 560px;
}

.pa-wishlist__empty_title {
  margin-bottom: 11px;
}

.pa-wishlist__empty_descr {
  margin-bottom: 30px;
  font-size: 14px;
}

.pa-main__info_title {
  margin-bottom: 30px;
}

.pa-main__item {
  margin-bottom: 25px;
}

.pa-main__submit {
  margin-top: 30px;
}

.pa-main__products {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.pa-main__product {
  width: 270px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

.pa-main__product_radio {
  display: none;
}

.pa-main__product_radio:checked ~ .pa-main__product_custom::after {
  opacity: 1;
}

.pa-main__product_custom {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--bwt-pink);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 93, 143, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 93, 143, 0.25);
  top: 8px;
  right: 14px;
}

.pa-main__product_custom::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--bwt-pink);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.pa-main__product_img {
  position: relative;
  height: 170px;
  margin-bottom: 16px;
  display: block;
}

.pa-main__product_img img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.pa-main__product_title {
  display: block;
  text-align: center;
}

.pa-order {
  padding: 40px 0 70px;
}

.pa-order__row {
  margin-left: -10px;
  margin-right: -10px;
}

.pa-order__left {
  width: -webkit-calc(59% - 20px);
  width: calc(59% - 20px);
  margin: 0 10px;
}

.pa-order__left_title {
  padding-bottom: 16px;
}

.pa-order__right {
  width: -webkit-calc(41% - 20px);
  width: calc(41% - 20px);
  margin: 0 10px;
}

.pa-order__right_title {
  padding-bottom: 24px;
  margin-bottom: 20px;
}

.pa-order__title {
  border-bottom: 1px solid #eee;
}

.pa-order__item {
  padding: 20px 0 16px;
  border-bottom: 1px solid #eee;
  max-width: 540px;
}

.pa-order__item-left {
  width: 77px;
  height: 66px;
  position: relative;
}

.pa-order__item-right {
  width: -webkit-calc(100% - 77px);
  width: calc(100% - 77px);
  padding-left: 35px;
}

.pa-order__item_title {
  margin-bottom: 5px;
  display: block;
}

.pa-order__item_info {
  margin-bottom: 16px;
}

.pa-order__info {
  margin-bottom: 16px;
  font-size: 14px;
}

.pa-order__info_title {
  width: 40%;
}

.pa-order__info_val {
  width: 60%;
}

.pa-order__btns {
  margin-top: 32px;
  font-size: 14px;
}

.pa-order__btns_buy {
  margin-right: 16px;
}

@media screen and (max-width: 1440px) {
  .pa-reviews__col:nth-of-type(2) {
    padding-right: 20px;
  }
  .pa-reviews__col:last-of-type {
    padding-right: 30px;
  }
  .pa-order__row {
    margin-left: 0;
    margin-right: 0;
  }
  .pa-order__left {
    width: 59%;
    margin: 0;
  }
  .pa-order__right {
    width: 41%;
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {
  .pa {
    min-height: -webkit-calc(100vh - 500px);
    min-height: calc(100vh - 500px);
    padding: 40px 0 30px;
  }
  .pa-bonuses__title {
    margin-bottom: 16px;
  }
  .pa-orders__col:first-of-type {
    width: 15%;
  }
  .pa-orders__col:nth-of-type(2) {
    width: 21%;
  }
  .pa-orders__col:nth-of-type(3) {
    width: 24%;
  }
  .pa-orders__col:nth-of-type(4) {
    width: 15%;
  }
  .pa-orders__col:nth-of-type(5) {
    width: 25%;
  }
  .pa-orders__col:nth-of-type(6) {
    width: 100%;
    margin-top: 20px;
  }
  .pa-orders__row_btn {
    margin-right: 24px;
  }
  .pa-wishlist__list_item {
    width: -webkit-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }
  .pa-order {
    padding: 32px 0 40px;
  }
  .pa-order__row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .pa-order__left {
    width: -webkit-calc(57% - 36px);
    width: calc(57% - 36px);
    margin: 0 18px;
  }
  .pa-order__right {
    width: -webkit-calc(43% - 36px);
    width: calc(43% - 36px);
    margin: 0 18px;
  }
  .pa-order__item-left {
    width: 65px;
    height: 55px;
  }
  .pa-order__item-right {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pa-order__item_title {
    margin-bottom: 12px;
    width: 100%;
  }
  .pa-order__item_info {
    margin-bottom: 0;
  }
  .pa-order__info_title, .pa-order__info_val {
    width: 100%;
  }
  .pa-order__info_title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .pa-bonuses__table {
    max-width: 630px;
    margin: 0 auto;
  }
  .pa-bonuses__title {
    max-width: 630px;
    margin: 0 auto 16px;
  }
  .pa-bonuses__col:first-of-type {
    width: 22%;
  }
  .pa-bonuses__col:nth-of-type(2) {
    width: 29%;
  }
  .pa-bonuses__col:nth-of-type(3) {
    width: 13%;
  }
  .pa-bonuses__col:last-of-type {
    width: 36%;
  }
  .pa-reviews__table {
    max-width: 656px;
    margin: 0 auto;
  }
  .pa-reviews__col:nth-of-type(1) {
    width: 30%;
  }
  .pa-reviews__col:nth-of-type(2), .pa-reviews__col:nth-of-type(4) {
    width: 35%;
  }
  .pa-reviews__col:nth-of-type(3) {
    width: 100%;
    position: absolute;
    top: 42px;
  }
  .pa-wishlist__list_item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .pa-wishlist__empty {
    max-width: 375px;
  }
  .pa-wishlist__empty_title {
    margin-bottom: 16px;
  }
  .pa-wishlist__empty_descr {
    margin-bottom: 32px;
  }
  .pa-main__product_img {
    height: 124px;
  }
}

@media screen and (max-width: 767px) {
  .pa-bonuses__title, .pa-reviews__title {
    margin: 0 auto 33px;
  }
  .pa-bonuses__col:first-of-type, .pa-reviews__col:first-of-type {
    width: 60%;
  }
  .pa-bonuses__col:nth-of-type(2), .pa-reviews__col:nth-of-type(2) {
    font-family: "CeraPro-Bold", sans-serif;
  }
  .pa-bonuses__col:nth-of-type(2), .pa-bonuses__col:nth-of-type(4), .pa-reviews__col:nth-of-type(2), .pa-reviews__col:nth-of-type(4) {
    width: 100%;
  }
  .pa-bonuses__col:nth-of-type(3), .pa-reviews__col:nth-of-type(3) {
    width: 40%;
    text-align: right;
  }
  .pa-bonuses__col:nth-of-type(2) {
    margin-bottom: 8px;
  }
  .pa-bonuses__col:nth-of-type(4) {
    margin-top: 12px;
  }
  .pa-reviews__table .table-custom__row, .pa-orders__table .table-custom__row {
    border-bottom: 1px solid #BDBDBD;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }
  .pa-reviews__table .table-custom__row:nth-of-type(2), .pa-orders__table .table-custom__row:nth-of-type(2) {
    padding-top: 0;
  }
  .pa-reviews__table .table-custom__row:nth-child(even), .pa-orders__table .table-custom__row:nth-child(even) {
    background-color: transparent;
  }
  .pa-reviews__col:nth-of-type(3) {
    position: static;
  }
  .pa-reviews__col:nth-of-type(2) {
    margin-top: 8px;
    padding-right: 0;
  }
  .pa-reviews__col:nth-of-type(4) {
    margin-top: 12px;
    padding-right: 0;
  }
  .pa-reviews__col_content {
    margin-bottom: 16px;
  }
  .pa-orders__col:first-of-type, .pa-orders__col:nth-of-type(4) {
    width: 50%;
    margin-bottom: 16px;
  }
  .pa-orders__col:nth-of-type(3), .pa-orders__col:nth-of-type(4) {
    text-align: right;
  }
  .pa-orders__col:nth-of-type(2), .pa-orders__col:nth-of-type(3) {
    width: 25%;
  }
  .pa-orders__col:nth-of-type(5) {
    width: 50%;
  }
  .pa-orders__row_btn {
    margin-right: 16px;
  }
  .pa-wishlist__list_item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .pa-main__info_title {
    margin-bottom: 24px;
  }
  .pa-main__item {
    margin-bottom: 20px;
  }
  .pa-main__submit {
    margin-top: 15px;
  }
  .pa-main__products {
    margin-bottom: 32px;
  }
  .pa-order {
    padding: 24px 0 40px;
  }
  .pa-order__row {
    margin: 0;
  }
  .pa-order__left, .pa-order__right {
    width: 100%;
    margin: 0;
  }
  .pa-order__left {
    margin-bottom: 80px;
  }
  .pa-order__right_title {
    font-size: 24px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .pa-order__item {
    position: relative;
    padding-bottom: 55px;
  }
  .pa-order__item_title {
    margin-bottom: 0;
  }
  .pa-order__item_info, .pa-order__item_link {
    position: absolute;
    bottom: 16px;
  }
  .pa-order__item_info {
    left: 0;
  }
  .pa-order__item_link {
    right: 0;
  }
}
