.page__block-two-steps-treatment__wrapper {
    display: flex;
    justify-content: space-between;
}

.page__block-two-steps-treatment__left {
    padding-right: 25px;
    width: 49%;
}

.page__block-two-steps-treatment__right {
    padding-left: 25px;
    width: 49%;
}

.page__block-two-steps-treatment__title {
    pointer-events: none;
    padding: 15px 25px;
    margin-bottom: 30px;
    background: #0060AA;
    color: #fff;
}

.show-more__treatment__wrapper-xs {
    display: none;
}

.page__block__spoiler__wrapper {
    height: initial;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.page__block-two-steps-treatment__text {
    margin-bottom: 20px;
}

.page__block-two-steps-treatment__text p {
    padding-top: 0;
    line-height: 25px;
}

.page__block-two-steps-treatment__list__title {
    font-size: 20px;
    color: #0061aa;
    font-weight: bold;
    margin-bottom: 16px;
}


.page__block-two-steps-treatment__list .whatwedo__header {
      padding: 0 0 16px;
      display: none;
}

.page__block-two-steps-treatment__list ul li a {
    color: #0061aa;
    border-bottom: 1px dotted #74a5ca;
}

.page__block-two-steps-treatment__list .whatwedo__list {
  padding-top: 10px;
  position: relative;
}

.show-more__action {
    border-bottom: 1px dotted #0160AB;
    display: inline-block;
    margin: 0 auto;
    color: #0061A8;
}

.show-more__action__wrapper {
    text-align: center;
    padding-top: 35px;
}

.show-more__container {
    max-height: 100px;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    transition: max-height 0.25s ease-in-out;
    position: relative;
}

.show-more__container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    top: 10px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.show-more__container.active::before {
  display: none;
}

.page__block-two-steps-treatment__text__wrapper {
  height: initial;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.show-more__container.active {
  max-height: 1000px;
}


@media (max-width: 930px) {
  .page__block-two-steps-treatment__wrapper {
      flex-direction: column;
  }

  .page__block-two-steps-treatment__left {
      width: 100%;
      padding: 0;
  }

  .page__block-two-steps-treatment__right {
      width: 100%;
      padding: 20px 0 0;
  }

  .page__block-two-steps-treatment__text {
    height: auto !important;
  }
}

@media (max-width: 750px) {
  .show-more__treatment__wrapper-xs {
    display: block;
    padding: 0 20px;
  }

  .page__block__spoiler__wrapper {
    height: 0px;
  }

  .page__block-two-steps-treatment  .container{
    padding: 0;
  }
}
