.delivery-title {
  padding-bottom:30px;
}
.profile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile__main {
  width: calc(100% - 362px);
  min-width: calc(100% - 362px);
  padding-right: 48px;
}
.profile__aside {
  width: 362px;
  min-width: 362px;
  padding-left: 30px;
}
.profile__note {
  font-size: 15px;
  color: #000000;
  opacity: 0.6;
  margin-top: 8px;
  max-width: 585px;
}
.b-profile-tag__list {
  margin: 0 -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-profile-tag__item {
  padding: 0 4px 8px;
}
.b-profile-tag {
  background: rgba(0, 167, 184, 0.12);
  border-radius: 48px;
  color: #00A7B8;
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.b-profile-tag:hover,
.b-profile-tag.is-active {
  background: #00A7B8;
  color: #ffffff;
}
.b-profile-set__item {
  padding-bottom: 24px;
  height: 100%;
}
.b-profile-tag__button {
  margin-bottom: 32px;
}
.b-profile-set {
  margin-bottom: 8px;
}
.b-profile-set_promo {
  margin-bottom: 32px;
}
.b-profile-set-card {
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(28, 28, 28, 0.08);
          box-shadow: 0px 6px 20px rgba(28, 28, 28, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-profile-set-card__image {
  width: 60px;
  min-width: 60px;
  text-align: center;
  margin-right: 16px;
}
.b-profile-set-card__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.b-profile-set-card__title {
  font-weight: 500;
  font-size: 16px;
  color: #00A7B8;
  margin-bottom: 4px;
}
.b-profile-set-card__icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 24px;
  min-width: 24px;
  margin-left: 16px;
  height: 24px;
  color: #00A7B8;
}
.b-profile-set-card__note {
  font-size: 13px;
  color: #A7A9AC;
}
.b-profile-set-card__question {
  font-weight: 500;
  font-size: 20px;
  color: #00A7B8;
}
.b-profile-set-buttons {
  margin: 0 -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-profile-set-buttons__item {
  padding: 0 6px;
}
.b-profile-set-card__label {
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  background: rgba(0, 167, 184, 0.2);
  border-radius: 4px;
  margin-bottom: 20px;
  display: inline-block;
}
.b-profile-bonus__slider .slick-track {
  margin: 0;
}
.b-profile__slider {
  margin: 0 -15px;
}
.b-profile__slider .slick-track {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-profile__slide, 
.b-profile__slide.slick-slide {
  padding: 0 15px 24px;
  height: auto;
}
.b-profile__slider .b-slider__arrow_prev {
  left: -5px;
}
.b-profile__slider .b-slider__arrow_next {
  right: -5px;
}
.b-profile-reviews__slider .slick-track {
  margin: 0;
}
.profile__reviews {
  border-top: 1px solid #E5E5E5;
  padding-top: 56px;
}
.profile__reviews .b-card__layer {
  opacity: 1;
  visibility: visible;
}
.b-profile-reviews__slider .b-product-slider__item.slick-slide {
  padding: 6px 15px 10px;
}
.b-profile-reviews__slider {
  margin: 0 -15px;
}
.b-profile-reviews__slider .b-slider__arrow_prev {
  left: -5px;
}
.b-profile-reviews__slider .b-slider__arrow_next {
  right: -5px;
}

.g-page-text {padding-bottom:30px}
@media screen and (max-width: 1230px) {
.b-profile__slider .b-slider__arrow_prev {
  left: 0px;
}
.b-profile__slider .b-slider__arrow_next {
  right: 0px;
}
.b-profile-reviews__slider .b-slider__arrow_prev {
  left: 0;
}
.b-profile-reviews__slider .b-slider__arrow_next {
  right: 0;
}
}
@media screen and (max-width: 1200px) {
.profile__main {
  padding-right: 0;
}
}
@media screen and (max-width: 900px) {
.profile__aside {
  width: 300px;
  min-width: 300px;
}
.profile__main {
  width: calc(100% - 300px);
  min-width: calc(100% - 300px);
}
}

.b-select_main .jq-selectbox__select {
  width: 300px;
}