.uc-hero {
  position: relative;
  & .t-title {
    margin: 0;
    font-size: 40px !important;
    line-height: 1;
    @media screen and (max-width: 640px) {
      font-size: 26px !important;
    }
    @media screen and (max-width: 480px) {
      font-size: 20px !important;
    }
  }
  & .t-cover__wrapper span.space {
    display: none !important;
  }
  & .t-cover,
  & .t-cover__wrapper,
  & .t-cover__filter,
  & .t-cover__carrier {
    @media screen and (max-width: 640px) {
      height: 208px !important;
    }
  }
}
.uc-hero-buttons {
  @media screen and (max-width: 480px) {
    & .t-btn {
      height: 44px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 640px) {
    & .t142A__wraptwo {
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 30px;
    }
  }
}
.uc-dark-list {
  & ul {
    display: grid;
    grid-auto-rows: 1fr;
    gap: 30px;
    & .t-list__item {
      margin-top: 0 !important;
    }
    &::after,
    &::before {
      display: none;
    }
  }
  & .t508__textwrapper {
    position: relative;
    display: grid;
    align-items: center;
    background-color: #000000;
    border-radius: 16px;
    &:empty {
      display: none !important;
    }
    & .t-name {
      padding: 8px 8px 8px 36px;
      line-height: 1;
      @media screen and (max-width: 480px) {
        font-size: 16px;
      }
    }
    &::before {
      content: "";
      display: block;
      position: absolute;
      width: 16px;
      height: calc(100% - 22px);
      border: 3px solid #f070d3;
      border-radius: 16px;
      left: 8px;
      top: 8px;
    }
  }
}
.uc-three-cards {
  background: linear-gradient(to bottom, #f06fd3, #f06fd300);
  border-radius: 16px;
  & .t-card__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }
  & .t-section__title {
    margin-bottom: 30px !important;
  }
  & .t-card__col {
    position: relative;
    margin-bottom: 0;
    border-radius: 16px;
    min-height: 218px;
    width: 100%;
    overflow: hidden;
  }
  & .t-name_md {
    @media screen and (max-width: 480px) {
      font-size: 13px;
    }
  }
  & .t772__textwrapper {
    position: relative;
    padding-top: 60px;
    z-index: 100;
  }
  & .t772__imgwrapper {
    position: absolute;
    padding: 0 !important;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: linear-gradient(to bottom, #111111, #00000000);
      z-index: 50;
    }
  }
  & .t-bgimg {
    opacity: 1;
  }
  & .t772__bgimg_first_hover {
    height: 40px;
    margin: 10px;
    background-size: contain;
    z-index: 100;
    .t772__imgwrapper:hover & {
      opacity: 1;
    }
  }
  & .t772__bgimg_second {
    z-index: 1;
  }
}
.uc-reviews {
  position: relative;
  margin-top: 60px;
  margin-bottom: 50px;
  & .t-section__title {
    width: fit-content;
    margin-bottom: 0 !important;
  }
  & .t-section__container {
    position: absolute;
    height: 60px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    & .t-col {
      display: flex;
      align-items: center;
      width: fit-content;
      height: 100%;
      padding-left: 70px;
      padding-right: 70px;
      background-color: #000000;
      border-radius: 16px;
      transform: translateX(-70px);
      @media screen and (max-width: 960px) {
        margin-left: 20px;
      }
    }
  }
  & .t-slds__wrapper .t798__cell_padding-left {
    display: grid;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
    & .t-name {
      order: -1;
      margin-bottom: 0;
    }
    & .t-text,
    & .t-descr {
      margin-bottom: 5px;
    }
  }
  #allrecords & ul.t-slds__bullet_wrapper {
    background-color: #ffffff;
    width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
  }
  & polyline {
    stroke-width: 2;
  }
}
.uc-buttons-banner {
  & .t-title {
    padding: 0 0 16px 0;
  }
  & .t183__buttons {
    margin-top: 0;
    & .t-btn {
      @media screen and (max-width: 640px) {
        height: 36px;
        padding-left: 36px;
        padding-right: 36px;
      }
    }
  }
}
#t-footer .t977__menu .t977__col-inner:first-child {
  display: none;
  background-color: red;
}
