.hc-product-gallery {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.hc-arrow {
  --height: 51px;
  position: absolute;
  top: calc(50% - var(--height) / 2);
  height: var(--height);
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: var(--height);
  background: rgba(29, 28, 94, 0.24);
  border-radius: 100%;
  z-index: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.part-number-container{
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.part-number{
  margin-left: 8px;
}

.hc-arrow.hc-arrow-next {
  transform: rotate(180deg);
  right: 0;
}

.hc-arrow:not(:hover) {
  opacity: 0.5;
}

.hc-product-image-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hc-product-image-thumbnails .hc-product-image-slide {
  height: 65px;
  width: 65px !important;
  border: 2px solid rgba(29, 28, 94, 0.24);
  overflow: hidden;
  margin: 0 5px;
  border-radius: 10px;
  opacity: 0.3;
  transition: 0.3s ease;
}

.hc-product-image-thumbnails {
  width: calc(75px * 6);
  margin: 0 auto;
}

.hc-product-gallery {
  align-items: stretch;
}

.hc-product-image-slide.slick-current {
  border-color: #0085ca;
  opacity: 1;
}

.hc-option-swatch {
  flex: 1;
  text-align: center;
  padding: 22px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 16px;
  border-radius: 10px;
  font-weight: 500;
}

.hc-option-swatch:last-child {
  margin-right: 0;
}

.hc-option-selector {
  display: flex;
  border: unset;
  align-items: center;
  justify-content: stretch;
  padding: 0;
  margin-top: 10px;
}

.hc-option-selector input {
  display: none;
}

.hc-option-selector input:checked + .hc-option-swatch {
  border-color: #0085ca;
  border-width: 2px;
}

.hc-color-swatch::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--color);
  display: inline-block;
  margin-right: 17px;
}

.hc-color-swatch {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.single-option-selector {
  display: none;
}

.selector-wrapper label {
  font-weight: 500;
}

.hc-linked-products.hc-option-selector {
  flex-direction: column;
}

.hc-linked-products label.hc-option-swatch {
  margin-right: 0;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  padding: 12px 24px;
}

span.linked-product-title {
  flex: 1 0 50%;
  text-align: left;
  font-size: 18px;
}

.remove-border{
  border: unset !important;
}

.move-drift-frame-chat{
  right: 386px !important;
}

.move-drift-frame-controller{
  right: 400px !important;
}

.remove-clickable{
  pointer-events: none;
  color: #d3d4d3 !important;
}

span.linked-product-subtitle {
  text-align: left;
  flex: 1 0 50%;
  font-size: 14px;
  font-weight: 400;
  color: rgb(0 0 0 / 80%);
}

span.linked-product-price {
  font-size: 21px;
}

span.linked-product-installment {
  font-size: 18px;
  font-weight: normal;
  color: rgb(0 0 0 / 80%);
}

.linked-product-subtitle-installment{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.linked-product-subtitle-tooltip{
  display: flex;
  align-items: center;
}

.hc-atc-container {
  display: flex;
  align-items: center;
}

.product-form__item.product-form__item--quantity {
  flex: 1 1 25%;
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  height: 50px;
}

.quantity-input{
  margin-left: 16px;
}

.accessory-price{
  font-weight: 400;
  font-size: 36px !important;
}

.product-form__item.product-form__item--quantity label {
  margin: unset;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.product-form__item.product-form__item--quantity label::after {
  content: ":";
}

.product-form__item.product-form__item--quantity select {
  border: unset;
  padding-left: 6px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.single-accessories__info-stock {
  margin-top: 35px;
}

.hc-option-selector {
  margin-bottom: unset;
}

.product-form__item {
  margin-bottom: unset;
}

.hc-atc-container #AddToCart-product-template {
  flex: 1 1 75%;
  height: 50px;
  border-radius: 5px;
  background: #0085ca;
}

.hc-linked-products.hc-option-selector {
  width: 100%;
  align-items: stretch;
}

.product-form__item.product-form__item--quantity select {
  min-width: 5em;
}

.single-accessories__info-summary {
  border: unset;
}

.hc-sticky-atc {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  left: 0;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hc-sticky-product-image {
  height: 83px;
}

.hc-sticky-product-image img {
  height: 100%;
  width: auto;
}

.hc-sticky-product-details {
  display: flex;
}

.hc-sticky-product-info {
  display: flex;
  flex-direction: column;
}

.hc-sticky-atc {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  left: 0;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hc-sticky-product-image {
  height: 83px;
}

.hc-sticky-product-image img {
  height: 100%;
  width: auto;
}

.hc-sticky-product-details {
  display: flex;
}

.hc-sticky-product-info {
  display: flex;
  flex-direction: column;
}

.hc-sticky-atc {
  position: fixed;
  z-index: 9;
  bottom: 0;
  background: white;
  width: 100%;
  left: 0;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px -5px 38px rgba(119, 119, 119, 0.25);
}

.hc-sticky-product-image {
  height: 83px;
}

.hc-sticky-product-image img {
  height: 100%;
  width: auto;
}

.hc-sticky-product-details {
  display: flex;
}

.hc-sticky-product-info {
  display: flex;
  flex-direction: column;
}

span.hc-sticky-product-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.hc-sticky-product-info {
  line-height: 1.3;
}

.hc-sticky-atc {
  padding: 8px 40px;
  transition: 0.3s ease;
}

.hc-sticky-product-atc {
  display: flex;
}

.hc-sticky-product-atc #AddToCart-product-template {
  background: #0085ca;
}

.hc-sticky-product-details {
  flex: 1;
}

.hc-product-price-container {
  margin-right: 48px;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  max-width: 200px;
  line-height: 28px;
}

.hc-sticky-product-image img {
  height: 82px;
}

.hc-sticky-product-image {
  max-width: 92px;
}

.hc-sticky-atc:not(.hc-sticky-show) {
  /*   transform: translateY(100%); */
}

span.hc-free-return {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 130%;
  margin-top: 25px;
}

span.hc-free-return svg {
  margin-right: 12px;
}

.single-accessories__info-summary {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: black;
  text-align: right;
  margin-top: 16px;
}
.single-accessories__info-summary {
  padding: unset;
}

.hc-product-image-gallery:not(.slick-initialized) {
  opacity: 0;
}
.hc-sal-info {
  text-align: right;
  margin-top: 16px;
}

.hc-gallery-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 24px;
}

.single-accessories__info-buttons {
  margin-top: 0;
  display: flex;
  align-items: flex-start;
}

.social-sharing {
  margin-right: 10px;
  padding-right: 10px;
}

span.share-title {
  display: none;
}

a.btn.btn--small.btn--secondary.btn--share {
  border: unset;
  margin: 0;
}

.social-sharing::after {
  content: "|";
  font-size: 16px;
  color: gray;
}
.hc-cart-contoiner .btn {
  height: 50px;
  border-radius: 5px;
  background: #0085ca;
  display: inline-flex;
  align-items: CENTER;
  justify-content: CENTER;
}

@media screen and (max-width: 699px) {
  .hc-gallery-footer {
    flex-direction: column;
    align-items: center;
  }

  .social-sharing::after {
    content: "";
  }

  .single-accessories__info-buttons .btn-white {
    margin: 8px 8px;
  }

  .hc-gallery-footer {
    width: 100%;
  }

  .hc-product-gallery {
    padding-right: 0;
  }
}

.home-high{
  padding: 0 6px;
}

.home-low{
  padding: 0 6px;
}

.home-selectable{
  padding: 0 6px;
}
.home-or-better{
  padding-left: 6px;
}

.home-tech-specs__title {
  font-size: 40px;
  padding-left: 200px;
}

/*===== HACK IN VIDEOS*/
.home-hero {
  width: 100%;
  height: 800px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 120px;
  position: relative;

  @media (max-height: 900px) {
    height: 493px;
    background-size: 130% auto;
  }
  @media (min-width: 991px) and (min-height: 900px) {
    background-size: cover;
    height: 600px;
  }
}

.home-hero__text {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.home-hero__text-title {
  margin: 0 0 30px;
  font-size: 35px;
  font-weight: 400;
  line-height: 145%;
  text-shadow: 1px 2px 6px #666;
  font-weight: bold;
}

.home-hero__laptop {
  display: none;
  position: absolute;
  top: 522px;
  left: calc(50% + 5px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 676px;
  height: 195px;
  background-repeat: no-repeat;
  background-size: 28392px 100%;
  //background-image: url("../images/LaptopVideo1.png");
  z-index: 2;
}

.home-hero__laptop--preload {
  //background-image: url("../images/LaptopVideo2.png");
  background-position-x: 0;
  background-size: auto 100%;
  z-index: 1;
}

.home-hero-cta {
  background-color: #439dd1;
  padding: 6px 20px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}

.home-hero-cta a {
  text-decoration: underline;
  color: inherit;
}

.video-tabs {
  padding: 79px 20px 91px;
}

.video-tabs__wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.video-tabs__tabs {
  @include flexbox();
  margin-top: 43px;
}

.video-tabs__tabs-navigation {
  width: 100%;
  max-width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.video-tabs__tabs-navigation li {
  cursor: pointer;
  padding: 13px 0 13px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border-radius: 2px;
}

.video-tabs__tabs-navigation li:not(.active):hover {
  text-decoration: underline;
}

.video-tabs__tabs-navigation li.active {
  color: #4298cb;
  font-weight: 700;
  background-color: #c0d3e1;
}

.video-tabs__tabs-content {
  width: 100%;
  padding: 3px 37px 0 43px;

  & > div {
    display: none;
  }

  h4 {
    margin-bottom: 25px;
  }

  p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }

  a {
    text-decoration: none;
    color: #4398d8;
  }

  video {
    margin-top: 29px;
    width: 100%;
    max-width: 860px;
  }
}

// New Video Tab
.video-tabs-alt {
  padding: 0 0 100px;
}

.video-tabs-alt__wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

// .video-tabs-alt__tabs {
//   // @include flexbox();
//   // margin-top: 43px;
// }

.video-tabs-alt__tabs-navigation {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  &__wrapper {
    background: rgba(230, 230, 230, 0.3);
  }
}

.video-tabs-alt__tabs-navigation li {
  cursor: pointer;
  padding: 24px 10px 29px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  flex-grow: 1;
  text-align: center;
  position: relative;
  color: rgba($color: #2f2f2f, $alpha: 0.7);
}

// .video-tabs-alt__tabs-navigation li:not(.active):hover {
//   text-decoration: underline;
// }

.video-tabs-alt__tabs-navigation li.active {
  color: #0f79c9;
  &::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0f79c9;
    bottom: 0;
    left: 0;
  }
}

.video-tabs-alt__tabs-content {
  width: 100%;

  & > div {
    display: none;
  }

  h4 {
    margin-bottom: 25px;
  }

  p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }

  a {
    text-decoration: none;
    color: #4398d8;
  }

  &__wrapper {
    display: flex;
    align-items: center;
    height: 550px;
    margin-top: 50px;
    &-text {
      width: 35%;
      padding-right: 40px;
      p {
        font-size: 21px;
        color: #4f4f4f;
        font-weight: 400;
        line-height: 31px;
      }
    }
    &-video {
      width: 65%;
      video,
      img {
        width: 100%;
        margin-top: 0;
      }
    }
  }

  // video,
  // img {
  //   width: 100%;
  //   max-width: 860px;
  // }
}

@media (max-width: 991px) {
  .video-tabs-alt__tabs-content__wrapper {
    flex-direction: column;
    height: 500px;
    &-text {
      width: 100%;
      text-align: center;
      padding: 0 80px;
      margin-bottom: 25px;
    }
  }
}

@media (max-width: 767px) {
  .video-tabs-alt__tabs-navigation {
    max-width: none;
    overflow-x: auto;
    li {
      white-space: nowrap;
      padding: 24px 30px 29px;
    }
  }
  .video-tabs-alt__tabs-content__wrapper {
    margin-top: 0;
  }
  .video-tabs-alt__tabs-content__wrapper-text {
    margin-top: 40px;
  }
  .video-tabs-alt__tabs-content__wrapper-video {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .video-tabs-alt__tabs-content__wrapper-text {
    padding: 0 50px;
  }
}

.hardware-info {
  padding: 38px 20px 87px;
}

.hardware-info__wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.hardware-info__items {
  @include flexbox();
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 82px;
  margin-bottom: 31px;
}

.hardware-info__item {
  width: 33.33%;
  padding: 0 5px;
  position: relative;
}

.hardware-info__item a {
  display: block;
  text-align: center;
}

.hardware-info__item img {
  width: 100%;
}

.hardware-info__item:nth-child(2) img {
  max-width: 350px;
}

.hardware-info__item-point {
  position: absolute;
  background: #299ee0;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.hardware-info__item-point.active {
  box-shadow: 0 0 12px 3px #fff;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.hardware-info__item-point:before,
.hardware-info__item-point:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hardware-info__item-point:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.hardware-info__item-point:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.hardware-info__settings {
  border-top: 1px solid #b2b2b2;
  padding-top: 8px;
  @include flexbox();
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.hardware-info__settings-more {
  font-size: 14px;
  font-weight: 300;
}

.hardware-info__tabs {
  margin-top: 36px;
  padding: 0 40px;
}

.hardware-info__tabs-tab {
  display: none;
}

.hardware-info__tabs-tab.active {
  display: block;
}

.hardware-info__tabs h4 {
  margin-bottom: 0.5em;
}

.hardware-info__tabs p {
  font-size: 18px;
  line-height: 160%;
}

.home-testimonials {
  padding: 38px 20px 39px;
}

.home-testimonials__wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.home-testimonials__images {
  margin: 43px auto 0;
  width: 100%;
  max-width: 825px;
  @include flexbox();
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.home-testimonials__images > div {
  margin: 0 20px;
}

.home-testimonials__logos {
  width: 100%;
  max-width: 1141px;
  margin: 41px auto 0;
  @include flexbox();
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.home-testimonials__logos-arrow {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/icon-testimonials-arrow.png");
  background-size: 23px 38px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}

.home-testimonials__logos-arrow:hover {
  opacity: 1;
}

.home-testimonials__logos-arrow--next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-testimonials__logos-slider {
  width: calc(100% - 80px);
}

.home-testimonials__logos-slider-logo-wrapper {
  @include flexbox();
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
  padding: 0 20px;
}

.home-testimonials__logos-slider-logo img {
  display: inline-block;
}

.home-tech-specs {
  padding: 38px 20px 50px;
}

.home-tech-specs__wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.home-tech-specs__table {
  margin-top: 270px;
  width: 100%;
}

.tech-table {
  @include flexbox();
  background-color: unset;
  border: unset;
  border-radius: 5px;
  padding-right: unset;
  padding-bottom: unset;
}

.tech-table__sidebar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  min-width: 270px;
  max-width: 270px;
}

.tech-table__sidebar .tech-table__column-category {
  border-left: none;
  border-right: none;
}

.tech-table__sidebar .tech-table__column-field {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: none;
  border-right: none;
}

.tech-table__content {
  width: 100%;
  @include flexbox();
}

.tech-table__content .tech-table__column {
  width: 33.33%;
}

.tech-table__column {
  width: 100%;
  margin-right: 10px;
  position: relative;
}

.tech-table__column-middle {
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}

.see-full-comparison {
  text-align: center;
  margin-top: 66px;
  color: #0085CA;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.see-less-comparison{
  text-align: center;
  margin-top: 66px;
  color: #0085CA;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.down-arrow {
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0010/0237/3181/t/3/assets/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.hide-item{
  display: none;
}

.tech-table__column-top-row {
  position: absolute;
  bottom: 100%;
  left: 14px;
 }

.tech-table__column-title {
  position: unset;
  width: 100%;

  height: 51px;
  bottom: 100%;
  left: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.01em;
  font-size: 26px;
  line-height: 140.62%;
  background-color: unset;
  border-left: unset;
  border-top: unset;
  border-right: unset;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  text-align: center;
}

.tech-table__column-price{
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-weight: 500;
  font-size: 26px;
}

.tech-table__column-category {
  height: 50px;
  @include flexbox(): ;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-bottom: unset;
  border-left: unset;
  border-right: unset;
  align-items: center;
}

.main-header__products-image{
  text-align: center;
  height: 200px;
}

.tech-table__column-category-title {
  text-align: center;
  background-color: unset;
  padding: 5px 16px 7px 10px;
  font-weight: 700;
  border-top-right-radius: 5px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 25px;
  line-height: 140.62%;
}

.tip {
  background-image: url(https://www.saleae.com/images/icon-tip.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  position: relative;
  display: inline-block;
}

.tip__content {
  position: absolute;
  padding: 14px 8px 14px 11px;
  width: 240px;
  top: -16px;
  left: 30px;
  background-color: #ffffff;
  border: solid 1px #c3c3c3;
  color: #7f7f7f;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  border-radius: 3px;
  z-index: 3;
  display: none;
}

.tech-table__column-category-more {
  padding: 2px 6px;
  margin-left: 8px;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #ffffff;
  background-color: #439dd0;
  cursor: pointer;
  border-radius: 5px;
}

.tech-table__column-category-more span:nth-child(2) {
  display: none;
}

.tech-table__column-category-more.active span:nth-child(1) {
  display: none;
}

.tech-table__column-category-more.active span:nth-child(2) {
  display: inline;
}

.tech-table__column-field {
  height: 41px;
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  background: white;
  border-bottom: unset;
  border-left: unset !important;
  border-right: unset !important;
  @include flexbox(): ;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.tech-table__column-field--big {
  height: 61px;
}

.tabs__navigation {
  @include flexbox();
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.tabs__navigation > div {
  padding: 14px 33px 15px 33px;
  margin-left: -1px;
  color: #7d7d7d;
  font-size: 20px;
  font-weight: 300;
  background: #f6f4f4;
  border: solid 1px #d7d7d7;
  cursor: pointer;
  box-shadow: 0 1px 0 #e3e3e3;
  transition: all 0.2s ease-in-out;
  text-align: center;
  @include flexbox();
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs__navigation > div.small {
  padding: 9px 35px 10px;
}

.tabs__navigation > div:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.tabs__navigation > div:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tabs__navigation > div.active {
  background: #e5e5e5;
  box-shadow: inset 0 0 3px 0 #c3c3c3;
}

.tabs__navigation > div img {
  margin-right: 7px;
}

.tabs__content > div {
  display: none;
}

.tabs__content > div.active {
  display: block;
}

.home-tabs {
  padding: 41px 20px 66px;
}

.home-tabs__wrapper {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

.home-tabs__faq {
  @include flexbox();
  margin-top: 67px;
}

.home-tabs__faq-column {
  width: 53%;
}

.home-tabs__faq-column:nth-child(2) {
  width: 47%;
}

.home-tabs__content {
  width: 100%;
  margin: 59px auto 0;
  max-width: 790px;
}

.home-tabs__content h3 {
  margin-bottom: 60px;
}

.home-tabs__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin: 0 0 1.1em;
}

.home-tabs__content .alignright {
  margin: 0 0 0 90px;
  position: relative;
  top: -18px;
  left: -19px;
}

.home-tabs__service {
  @include flexbox();
  width: 100%;
  max-width: 955px;
  margin: 58px auto 0;
}

.home-tabs__service-team {
  width: 51%;
}

.home-tabs__service-team-wrapper {
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
  @include flexbox();
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-tabs__service-team-person {
  width: 33.33%;
  padding: 0 11px;
  margin-bottom: 13px;
}

.home-tabs__service-team-person > div {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #fff;
  cursor: pointer;
  position: relative;
}

.home-tabs__service-team-person > div > div {
  display: none;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding: 8px 12px;
  background: #439dd1;
  color: #ffffff;
  border: 1px solid #347aa1;
  border-radius: 4px;
}

.home-tabs__service-team-person > div > div:before,
.home-tabs__service-team-person > div > div:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
}

.home-tabs__service-team-person > div > div:before {
  left: -12px;
  top: 11px;
  border-color: transparent #347aa1 transparent transparent;
}

.home-tabs__service-team-person > div > div:after {
  left: -11px;
  top: 11px;
  border-color: transparent #439dd1 transparent transparent;
}

.home-tabs__service-team-person > div:hover {
  border-color: #439dd1;
}

.home-tabs__service-team-person > div:hover > div {
  display: block;
}

.home-tabs__service-content {
  width: 49%;

  h3 {
    text-align: left;
    margin-bottom: 9px;
  }

  p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    margin: 0 0 1.1em;
  }
}

.logic-selector {
  @include flexbox();
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.logic-selector__title {
  font-weight: 300;
  font-size: 16px;
  margin-right: 12px;
}

.logic-selector__switch {
  width: 36px;
  height: 20px;
  position: relative;
  top: 2px;
  background: #f44427;
  transition: all 0.2s ease-in-out;
  border-radius: 9px;
}

.logic-selector__switch:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18px;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.logic-selector.active .logic-selector__switch {
  background: #000;
}

.logic-selector.active .logic-selector__switch:before {
  left: 2px;
}

.accordion {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  padding-right: 49px;
  margin-bottom: 29px;
}

.accordion__title {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  transition: all 0.2s ease-in-out;

  &:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    background: #000;
  }

  &:hover {
    color: #439dd1;

    &:before {
      background: #439dd1;
    }
  }
}

.accordion__content {
  display: none;
  padding-top: 3px;
  padding-left: 32px;
}

@media (max-width: 991px) {
  .home-hero {
    height: 493px;
    padding: 20px;
    @include flexbox();
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover !important;
  }

  .home-hero__text {
    margin: -120px 0 0;
  }

  .tech-table__column-field--big {
    height: 122px;
  }
}

@media (max-width: 767px){
  .home-hero {
    height: 380px !important;
    background-size: cover !important;
  }

  .home-hero__text-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .home-hero-cta {
    font-size: 13px;
    overflow: hidden;
  }

  .video-tabs {
    padding: 40px 20px;
  }

  .video-tabs__tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video-tabs__tabs-navigation {
    max-width: none;
    @include flexbox();
    overflow-x: auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 20px;
  }

  .video-tabs__tabs-navigation li {
    padding: 10px;
    min-width: 100px;
    @include flexbox();
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .video-tabs__tabs-content {
    padding: 0;
  }

  .hardware-info {
    padding: 30px 20px;
  }

  .hardware-info__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  .hardware-info__item {
    width: 100%;
    max-width: 200px;
    padding: 0;
  }

  .hardware-info__tabs {
    padding: 0;
  }

  .home-testimonials {
    padding: 30px 20px;
  }

  .home-tech-specs {
    padding: 30px 20px;
  }

  .tech-table {
    padding: 0;
  }

  .tech-table__sidebar {
    min-width: 235px;
    max-width: 235px;
    margin-top: 182px;
  }

  .tech-table__column-top-row{
    position: relative;
    bottom: unset;
    left: 0px;
  }

  .tech-table__content {
    border-left: unset;
    border-right: unset;
    overflow-x: auto;
    padding-top: 51px;
  }

  .tech-table__content .tech-table__column {
    min-width: 110px;
  }

  .tech-table__content
    .tech-table__column:first-child
    .tech-table__column-category {
    border-left: none;
  }

  .tech-table__content
    .tech-table__column:first-child
    .tech-table__column-field {
    border-left: none;
  }

  .tech-table__content
    .tech-table__column:last-child
    .tech-table__column-category {
    border-right: none;
  }

  .tech-table__content
    .tech-table__column:last-child
    .tech-table__column-field {
    border-right: none;
  }

  .tech-table__column {
    margin-right: 0;
  }

  .tech-table__column-title {
    border-radius: 0;
    border: none;
  }

  .tech-table__column-category {
    border-left: none;
  }

  .tech-table__column-field {
    border-left: none;
  }

  .home-tabs {
    padding: 30px 20px;
  }

  .home-tabs__faq {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-tabs__faq-column {
    width: 100%;
  }

  .home-tabs__faq-column:nth-child(2) {
    width: 100%;
  }

  .home-tabs__content {
    margin-top: 40px;
  }

  .home-tabs__content h3 {
    margin-bottom: 20px;
  }

  .home-tabs__content .alignright {
    width: 100%;
    max-width: 216px;
    position: static;
    margin: 0 auto 20px;
    float: none;
    display: block;
  }

  .home-tabs__service {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .home-tabs__service-team {
    width: 100%;
  }

  .home-tabs__service-team-person > div > div {
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .home-tabs__service-team-person > div > div:before {
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-color: transparent transparent #347aa1 transparent;
  }

  .home-tabs__service-team-person > div > div:after {
    display: none;
  }

  .home-tabs__service-content {
    width: 100%;
    text-align: center;
  }

  .home-tabs__service-content h3 {
    text-align: center;
  }
}

@media (max-width: 766px) {
  .tech-table__sidebar{
    margin-top: 234px;
  }
}

@media (max-width: 700px) {
  .tech-table__sidebar{
    margin-top: 202px;
  }
}

@media (max-width: 480px) {
  .tech-table__sidebar{
    margin-top: 276px;
  }
}

@media (max-width: 479px) {
  .hardware-info__item {
    max-width: 150px;
  }

  .hardware-info__settings {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hardware-info__settings-more {
    margin-top: 10px;
  }

  .home-testimonials__images {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-testimonials__images > div {
    margin: 0 0 20px;
  }

  .tech-table {
    overflow-x: auto;
  }

  .tech-table__content {
    overflow-x: hidden;
    min-width: 600px;
    border-right: 0;
  }

  .tech-table__content .tech-table__column {
    min-width: 150px;
  }

  .tabs__navigation > div.small {
    padding: 7px 15px;
  }

  .tabs__navigation > div {
    padding: 10px 15px;
    font-size: 16px;
  }

  .home-hero__text {
    margin-top: -100px;
  }
}
