HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/globfdxw/public_html/wp-content/plugins/bearsthemes-addons/assets/css/_testimonial.scss
.elementor-testimonials {
  &--default {
    .elementor-testimonial {
      text-align: center;
      overflow: hidden;
      &__content {
        font-size: 18px;
        font-style: italic;
        line-height: 1.75;
        margin-bottom: 24px;
      }
      &__header {
        display: inline-flex;
        align-items: center;
      }
      &__thumbnail {
        position: relative;
        width: 80px;
        height: 80px;
        background: #e7e6e4;
        overflow: hidden;
        border-radius: 50%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__infor {
        width: calc(100% - 80px);
        text-align: left;
        padding-left: 16px;
      }
      &__name {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.25;
        margin-bottom: 0;
      }
      &__job {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
      }
    }
  }

  &--skin-grid-nevado {
    .elementor-testimonial {
      overflow: hidden;
      &__content {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.75;
        background: #f7f9ff;
        margin-bottom: 40px;
        padding: 40px 50px;
        z-index: 1;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
        svg {
          position: absolute;
          top: 15px;
          left: 30px;
          fill: rgba(#000000, 0.1);
          z-index: -1;
        }
      }
      &__header {
        display: inline-flex;
        align-items: center;
        padding-left: 40px;
      }
      &__thumbnail {
        position: relative;
        width: 80px;
        height: 80px;
        background: #e7e6e4;
        overflow: hidden;
        border-radius: 50%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__infor {
        width: calc(100% - 80px);
        text-align: left;
        padding-left: 20px;
      }
      &__name {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.25;
        color: #002f6c;
        margin-bottom: 4px;
      }
      &__job {
        font-size: 14px;
        line-height: 1.5;
        color: #666666;
      }

      @media( max-width: $break-md - 0.02 ) {
        &__content {
          padding: 30px 20px;
          svg {
            top: 5px;
            left: 8px;
          }
        }
      }

      @media( max-width: $break-xs - 0.02 ) {
        &__content {
          padding: 30px 16px;
        }
        &__header {
          padding-left: 20px;
        }
      }

    }
  }

  &--skin-list-baruntse {
    .elementor-testimonial {
      max-width: 862px;
      text-align: center;
      overflow: hidden;
      margin: 0 auto;
      &__content {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.75;
        color: #555555;
        margin-top: 18px;
      }
      &__header {
        display: inline-flex;
        align-items: center;
      }
      &__thumbnail {
        position: relative;
        width: 104px;
        height: 104px;
        background: #e7e6e4;
        overflow: hidden;
        border-radius: 50%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__infor {
        width: calc(100% - 104px);
        text-align: left;
        padding-left: 22px;
      }
      &__name {
        font-size: 23px;
        font-weight: 700;
        line-height: 1.25;
        color: #002866;
        margin-bottom: 0;
      }
      &__job {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #7889A4;
      }
    }
  }

  &--skin-list-coropuna {
    &.swiper-main {
      position: relative;
      max-width: 885px;
      z-index: 1;
      background: #BFCC80;
      margin: 0 auto;
      padding: 60px 80px 140px;
      border: 5px solid #4E3629;
      border-radius: 30px;
    }
    &.swiper-thumbs {
      position: relative;
      max-width: 570px;
      z-index: 3;
      margin: -80px auto 0;
      padding: 30px 20px;
      background: #4E3629;
      border-radius: 10px;
      .swiper-slide {
        cursor: pointer;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .3s;
        transition: all .3s;
        img {
          opacity: 0.8;
        }
        &.swiper-slide-thumb-active {
          cursor: unset;
          -webkit-transform: scale(1);
          transform: scale(1);
          img {
            opacity: 1;
          }
        }
      }
    }
    .elementor-testimonial {
      position: relative;
      padding-left: 88px;
      &__icon {
        position: absolute;
        top: 0;
        left: 0;
        svg {
          fill: #FFFFFF;
        }
      }
      &__content {
        font-size: 20px;
        font-style: italic;
        line-height: 1.75;
        color: #215732;
        margin-bottom: 16px;
      }
      &__header {
        display: flex;
        flex-direction: column;
      }
      &__name {
        font-size: 26px;
        font-weight: 500;
        line-height: 1.25;
        color: #4E3629;
        margin-bottom: 8px;
      }
      &__job {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.25;
        text-transform: uppercase;
        color: #4E3629;
      }
      &__thumbnail {
        position: relative;
        padding-bottom: 100%;
        background: #000000;
        overflow: hidden;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
    }

    @media( max-width: $break-md - 0.02 ) {
      &.swiper-main {
        padding: 60px 30px 140px;
      }
      &.swiper-thumbs {
        max-width: 80%;
      }
    }

    @media( max-width: $break-xs - 0.02 ) {
      &.swiper-main {
        padding: 40px 16px 100px;
      }
      &.swiper-thumbs {
        margin-top: -60px;
        padding: 20px 10px;
      }
      .elementor-testimonial {
        text-align: center;
        padding-left: 0;
        &__icon {
          position: static;
          margin-bottom: 16px;
        }
      }
    }

  }

  &--skin-list-ampato {
    .elementor-testimonial {
      display: flex;
      align-items: center;
      overflow: hidden;
      max-width: 960px;
      margin: 0 auto;
      &__thumbnail {
        position: relative;
        width: 246px;
        height: 246px;
        background: #e7e6e4;
        overflow: hidden;
        border-radius: 50%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__content-wrap {
        width: calc(100% - 246px);
        position: relative;
        padding-left: 130px;
        svg {
          position: absolute;
          top: -5px;
          left: 40px;
        }
      }
      &__content {
        font-size: 20px;
        line-height: 1.75;
        color: #666666;
        margin-bottom: 24px;
      }
      &__name {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.25;
        color: #1D2440;
        margin-bottom: 8px;
      }
      &__job {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        text-transform: uppercase;
        color: #EFAB23;
      }

      @media( max-width: $break-sm - 0.02 ) {
         flex-direction: column;
         &__thumbnail {
           margin-bottom: 30px;
         }
         &__content-wrap {
           width: 100%;
           text-align: center;
           padding: 0;
           svg {
             display: none;
           }
         }
      }

    }
  }

  &--skin-list-andrus {
    .elementor-testimonial {
      overflow: hidden;
      &__content {
        position: relative;
        font-size: 22px;
        line-height: 1.75;
        color: #333;
        font-style: italic;
        margin: 40px 0 30px;
        z-index: 1;
        svg {
          position: absolute;
          top: -40px;
          left: 0;
          fill: #fed700;
          z-index: -1;
        }
      }
      &__header {
        display: inline-flex;
        align-items: center;
      }
      &__thumbnail {
        position: relative;
        width: 85px;
        height: 85px;
        background: #e7e6e4;
        overflow: hidden;
        border-radius: 50%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__infor {
        width: calc(100% - 85px);
        text-align: left;
        padding-left: 20px;
      }
      &__name {
        font-size: 24px;
        font-weight: 800;
        line-height: 1.25;
        color: #333333;
        margin-bottom: 0;
      }
      &__job {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        color: #fed700;
      }
    }
  }

  &--skin-list-saltoro {
    .elementor-testimonial {
      overflow: hidden;
      text-align: center;
      &__content {
        max-width: 820px;
        font-size: 24px;
        line-height: 1.75;
        font-style: italic;
        color: #716886;
        margin: 15px auto 30px;
        z-index: 1;
      }
      &__header {
        display: inline-flex;
        align-items: center;
      }
      &__thumbnail {
        position: relative;
        width: 85px;
        height: 85px;
        background: #e7e6e4;
        overflow: hidden;
        border-radius: 50%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__infor {
        width: calc(100% - 85px);
        text-align: left;
        padding-left: 20px;
      }
      &__name {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.25;
        color: #4b3381;
        margin-bottom: 0;
      }
      &__job {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        color: #f97a60;
      }
    }
  }

  &--skin-list-changtse {
    .elementor-testimonial {
      overflow: hidden;
      padding-left: 100px;
      padding-right: 150px;
      svg.svg-icon{
        transform: rotate(180deg);
        position: absolute;
        left: 0;
        top:20px;
        fill: #c1c1c1;
      }
      &__content {
        font-size: 22px;
        line-height: 36px;
        font-style: italic;
        color: #666;
        margin: 15px auto 30px;
        z-index: 1;
      }
      &__header {
        display: inline-flex;
        align-items: center;
      }
      &__thumbnail {
        position: relative;
        width: 85px;
        height: 85px;
        background: #e7e6e4;
        overflow: hidden;
        border-radius: 50%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__infor {
        width: calc(100% - 85px);
        text-align: left;
        padding-left: 20px;
      }
      &__name {
        font-size: 24px;
        line-height: 32px;
        font-weight: 800;
        text-transform: none;
        color: #333;
        margin-bottom: 0;
      }
      &__job {
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-transform: uppercase;
        color: #e05d41;
      }
    }
    @media( max-width: $break-md - 0.02 ) {
      .elementor-testimonial {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 80px;
        svg.svg-icon{
          top:0px;
        }
      }
      .elementor-swiper-button{
        top:35px !important;
      }
    }
    .elementor-swiper-button{
      width: 50px;
      height: 70px;
      line-height: 70px;
      background: #667a62 ;
      opacity: 1 ;
      margin: 5px;
      border-radius: 4px;
      top: 55px;
      &.elementor-swiper-button-prev{
        right: 70px;
        left: auto;
      }
      &.elementor-swiper-button-next{
        right: 0px;
        left: auto;
      }
    }
  }

  &--skin-list-changla {
    .elementor-testimonial {
      overflow: hidden;
      &__content {
        font-size: 38px;
        font-weight: 400;
        line-height: 1.75;
        color: #333;
        margin-bottom: 12px;
      }
      &__name {
        font-size: 22px;
        line-height: 1.25;
        font-weight: 400;
        text-transform: none;
        color: #ffe9bc;
        margin-bottom: 0;
      }
    }
  }

  &--skin-list-galloway {
    .elementor-testimonial {
      overflow: hidden;
      &__content {
        position: relative;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.75;
        font-style: italic;
        color: #282828;
        background: #f5f5f5;
        margin-bottom: 30px;
        padding: 30px;
        z-index: 1;
        border-radius: 4px;
      }
      &__header {
        position: relative;
        display: inline-flex;
        align-items: center;
        margin: 0 30px;
        &:after {
          content: "";
          position: absolute;
          top: -30px;
          left: 35px;
          border: solid 10px transparent;
          border-top-color: #f5f5f5;
        }
      }
      &__thumbnail {
        position: relative;
        width: 100px;
        height: 100px;
        background: #e7e6e4;
        overflow: hidden;
        border-radius: 50%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__infor {
        width: calc(100% - 85px);
        text-align: left;
        padding-left: 20px;
      }
      &__name {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.25;
        color: #282828;
        margin-bottom: 0;
      }
      &__job {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #ffba00;
      }

      @media( max-width: $break-xs - 0.02 ) {
        &__content {
          font-size: 18px;
          padding: 24px 16px;
        }
        &__header {
          margin: 0;
          &:after {
            left: 25px;
          }
        }
        &__thumbnail {
          width: 80px;
          height: 80px;
        }
        &__name {
          font-size: 24px;
        }
        &__job {
          font-size: 14px;
        }

      }

    }
  }

  &--skin-list-jorasses {
    .elementor-testimonial {
      text-align: center;
      overflow: hidden;
      &__content {
        font-size: 22px;
        font-weight: 400;
        line-height: 1.75;
        font-style: italic;
        color: #666666;
        margin-bottom: 16px;
      }
      &__infor {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
      }
      &__name {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 0;
      }
      &__job {
        display: inline-block;
        vertical-align: middle;
        font-style: italic;
        color: #333333;
        &:before {
          content: "-";
          display: inline-block;
          vertical-align: middle;
          margin: 0 4px;
        }
      }

    }
  }

  &--skin-list-cholatse {
    .elementor-testimonial {
      overflow: hidden;
      &__item{
          padding-left: 100px;
      }
      &__thumbnail{
        width: 188px;
        height: 188px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        padding-bottom: 188px;
        background: #e7e6e4;
        display: inline-block;
        vertical-align: middle;
        z-index: 9;
        img{
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      &__content {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.75;
        color: #666666;
        margin-bottom: 16px;
        position:relative;
        &:before{
          content: '';
          background:url('../images/cls-quote.png');
          width: 56px;
          height: 56px;
          display: block;
          position: absolute;
          left: -80px;
          top: -5px;
        }
        &:after{
          content: '';
          background:url('../images/cls-quote.png');
          width: 56px;
          height: 56px;
          display: block;
          position: absolute;
          left: 50%;
          bottom: -70px;
          transform: matrix(-1, 0, 0, 1, 0, 0);
        }
      }
      &__infor {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 200px);
        -webkit-mask-image: url(../images/cls-ellipse-testimonial.svg);
        mask-image: url(../images/cls-ellipse-testimonial.svg);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: cover;
        background: #fff;
        padding: 90px 100px 90px 200px;
        margin-left: -100px;
      }
      &__name {
        display:block;
        font-size: 26px;
        font-weight: 700;
        color: #292937;
        margin-bottom: 0;
      }
      &__job {
        display: block;
        color: #AB3493;
        font-size: 15px;
        font-weight: 500;
      }
    }
    .elementor-swiper-button{
      width: 68px;
      height: 68px;
      line-height: 68px;
      background: #fff ;
      opacity: 1 ;
      border-radius: 10px;
      color: #292937;
    }
    @media( max-width: $break-sm ) {
      .elementor-testimonial {
        &__item{
            padding-left: 0px;
            text-align: center;
        }
        &__infor {
          width: 100%;
          -webkit-mask-image: none;
          mask-image: none;
          padding: 15px;
          margin-left: 0px;
          padding-bottom: 30px;
        }
        &__content {
          font-size: 16px;
          &:before{
            content: none;
          }
          &:after{
            content: none;
          }
        }
      }
      .elementor-swiper-button{
        display: none;
      }
    }
  }
  &--skin-list-tronador {
    .elementor-testimonial {
      display: flex;
      align-items: center;
      overflow: hidden;
      max-width: 960px;
      margin: 0 auto;
      &__thumbnail {
        position: relative;
        width: 50%;
        background: #e7e6e4;
        padding-bottom: 300px;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 50px;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__content-wrap {
        width: 50%;
        position: relative;
        padding: 20px 0px;
        svg {
          position: absolute;
          top: 20px;
          right: 40px;
          transform: rotate(180deg);
          fill: #4B915A;
        }
      }
      &__content {
        font-size: 18px;
        line-height: 28px;
        color: #555555;
        margin-bottom: 24px;
        font-style: italic;
      }
      &__name {
        font-weight: bold;
        font-size: 36px;
        line-height: 48px;
        color: #222222;
      }
      &__job {
        font-weight: 500;
        font-size: 18px;
        line-height: 33px;
        color: #4B915A;
      }
      &__donated {
        font-weight: bold;
        font-size: 22px;
        line-height: 33px;
        color: #4B915A;
      }

      @media( max-width: $break-sm - 0.02 ) {
         flex-direction: column;
         &__thumbnail {
           margin-bottom: 30px;
           width: 100%;
           margin-right:0;
         }
         &__content-wrap {
           width: 100%;
           text-align: center;
           padding: 0;
           svg {
             display: none;
           }
         }
      }

    }
  }

  &--skin-list-cruces {
    .elementor-testimonial {
      overflow: hidden;
      background: #FFFFFF;
      padding: 40px;
      border-radius: 10px;
      svg.svg-icon{
        fill: #333356;
      }
      &__content {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.74;
        color: #444444;
        margin-bottom: 20px;
        z-index: 1;
      }
      &__header {
        display: inline-flex;
        align-items: center;
      }
      &__thumbnail {
        position: relative;
        width: 120px;
        height: 120px;
        background: #e7e6e4;
        overflow: hidden;
        border-radius: 50%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__infor {
        width: calc(100% - 120px);
        text-align: left;
        padding-left: 20px;
      }
      &__name {
        font-weight: 700;
        font-size: 33px;
        line-height: 1.3;
        margin-bottom: 8px;
      }
      &__job {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
        color: #BFB170;
      }
    }
    .elementor-swiper-button{
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #BFB170;
      background: #FFFFFF;
      border: 3px solid #BFB170;
      opacity: 1 ;
      margin: 5px;
      border-radius: 10px;
      top: auto;
      bottom: 50px;
      &:hover {
        color: #FFFFFF;
        background: #BFB170;
      }
      &.elementor-swiper-button-prev{
        right: 100px;
        left: auto;
      }
      &.elementor-swiper-button-next{
        right: 40px;
        left: auto;
      }
    }
    @media( max-width: $break-xs - 0.02 ) {
      .elementor-testimonial {
        padding: 25px 15px;
        &__thumbnail {
          width: 100px;
          height: 100px;
        }
        &__infor {
          width: calc(100% - 100px);
        }
        &__name {
          font-size: 26px;
        }
        &__job {
          font-size: 16px;
        }
      }
      .elementor-swiper-button {
        top: 50px;
        &.elementor-swiper-button-prev{
          right: 75px;
        }
        &.elementor-swiper-button-next{
          right: 15px;
        }
      }
    }
  }

}

.elementor-test-special {
  &__tab {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
  }
  &__tab-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 20px 80px 20px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    &.active {
      opacity: 1;
      .elementor-test-special__tab-name {
        opacity: 1;
      }
    }
  }
  &__tab-thumb {
    line-height: 0;
  }
  &__tab-name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #0A0A0A;
    background: #FFFFFF;
    opacity: 0;
    margin: 0;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  &__panel {
    position: relative;
  }
  &__panel-item {
    position: relative;
    display: none;
    &:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 16%;
      width: 20px;
      height: 20px;
      background: #FFFFFF;
      -webkit-transform: translateX(-10px) rotate(45deg);
      transform: translateX(-10px) rotate(45deg);
    }
    &[data-index="1"] {
      &:before {
        left: 50%;
      }
    }
    &[data-index="2"] {
      &:before {
        left: 84%;
      }
    }
    &.active {
      display: block;
    }
  }
  &__panel-inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    background: #FFFFFF;
    padding-left: 120px;
    border-radius: 20px;
    svg {
      position: absolute;
      top: 50px;
      left: 50px;
    }
  }
  &__panel-content {
    padding: 50px 50px 120px;
  }
  &__panel-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #0A0A0A;
    margin: 0 0 15px;
  }
  &__panel-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4A4A4A;
  }
  &__panel-persion {
    position: relative;
    padding: 50px 50px 0;
  }
  &__panel-image {
    position: relative;
    width: 320px;
    line-height: 0;
    z-index: 1;
    padding: 0 25px;
    &:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80%;
      background: #FFD231;
      z-index: -1;
      border-radius: 200px 200px 0px 0px;
    }
    img {
      width: 100%;
      height: auto;
    }
  }
  &__panel-info {
    position: absolute;
    bottom: 30px;
    left: 70px;
    z-index: 1;
    background: #BD3C2B;
    padding: 10px 30px;
    border-radius: 50px 4px 34px 50px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  &__info-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
  }
  &__info-job {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #e2b6ad;
  }
  &__nav {
    position: absolute;
    bottom: 50px;
    left: 170px;
    display: flex;
    gap: 24px;
  }
  &__nav-btn {
    -webkit-transition: all .3s;
    transition: all .3s;
    &:hover {
      opacity: 0.5;
    }
  }
  @media(max-width: $break-md - 0.02) {
   &__panel-persion {
     display: none;
   }
   &__tab-name {
     gap: 4px;
     font-size: 14px;
     padding: 8px 16px;
     svg {
       width: 20px;
       height: auto;
     }
   }
  }
  @media(max-width: $break-sm - 0.02) {
    &__tab-name {
      display: none;
    }
    &__panel-inner {
      padding-left: 80px;
      svg {
        top: 30px;
        left: 30px;
        width: 50px;
        height: auto;
      }
    }
    &__panel-content {
      padding: 30px 30px 80px;
    }
    &__panel-title {
      font-size: 24px;
    }
    &__nav {
      bottom: 30px;
      left: 110px;
    }
  }
  @media(max-width: $break-xs) {
    &__panel-inner {
      padding-left: 55px;
      svg {
        left: 15px;
        width: 40px;
      }
    }
    &__panel-content {
      padding: 30px 15px 80px;
    }
    &__panel-title {
      font-size: 20px;
    }
    &__nav {
      left: 70px;
    }
  }
}