

/* Start:/local/templates/hisense/dist/bx-styles/where-buy.css?17491325049294*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.where-buy {
  padding-top: 80px;
}

.where-buy__text {
  margin-bottom: 10px;
  font-family: "Futura", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #202020;
}

.where-buy__title {
  margin-bottom: 50px;
  font-family: "Futura", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: #202020;
}

.where-buy__title_sm-indent {
  margin-bottom: 10px;
}

.where-buy__desc {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
}

.where-buy__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px 20px;
}

.where-buy__item {
  position: relative;
  display: flex;
  width: 100%;
  height: 186px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}

.where-buy__item:hover .where-buy__active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.where-buy__item_open {
  z-index: 11;
}

.where-buy__item_open .where-buy__active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.where-buy__item_open .where-buy__wrap {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  background-color: inherit;
  border-top: 1px solid #d8d8d8;
}

.where-buy__item_open .where-buy__icon-arrow {
  display: none;
}

.where-buy__item_open .where-buy__icon-cross {
  display: block;
}

.where-buy__regular {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffff;
}

.where-buy__pic {
  max-width: 290px;
  width: 100%;
  height: auto;
}

.where-buy__pic img {
  width: 100%;
  height: auto;
}

.where-buy__active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.35s opacity;
}

.where-buy__icon-cross {
  display: none;
}

.where-buy__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 50%;
}

.where-buy__wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 16px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s opacity;
  background: inherit;
}

.where-buy__link {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: "Futura", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}

.where-buy__link:last-child {
  margin-bottom: 0;
}

.where-buy__link svg {
  margin-top: 4px;
  margin-left: 4px;
}

.where-buy__link_dark {
  color: #202020;
}

.where-buy__shop {
  padding-bottom: 80px;
}

.where-buy__distributor {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.where-buy__distributor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.where-buy__distributor-item {
  position: relative;
  display: flex;
  width: 100%;
  height: 409px;
}

.where-buy__distributor-item_open .where-buy__distributor-active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  transition: 0.35s opacity;
}

.where-buy__distributor-regular {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.where-buy__distributor-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.where-buy__distributor-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.where-buy__distributor-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0 opacity;
}

.where-buy__distributor-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 44px;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #01c8c8;
}

.where-buy__distributor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 4%;
}

.where-buy__distributor-close {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 0;
}

.where-buy__distributor-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f3f3f3;
}

.where-buy__distributor-circle {
  line-height: 0;
}

.where-buy__dealer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.where-buy__dealer-body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.where-buy__dealer-item {
  width: 100%;
  height: 181px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 20px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #fff;
  transition: all 0.3s ease;
}

.where-buy__dealer-item img {
  max-width: 291px;
  width: 100%;
  object-fit: contain;
}

.where-buy__dealer-item:hover {
  box-shadow: 0px 0px 20px 10px rgba(37, 204, 191, 0.1);
  border: 1px solid rgba(37, 204, 191, 0.4);
  transform: scale(1.05);
  position: relative;
  z-index: 2;
}

@media (max-width: 1350px) {
  .where-buy__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .where-buy__dealer-body {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .where-buy {
    padding-top: 50px;
  }

  .where-buy__text {
    font-size: 24px;
  }

  .where-buy__title {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .where-buy__shop {
    padding-bottom: 60px;
  }
}

@media (max-width: 1100px) {
  .where-buy__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .where-buy__item {
    height: 157px;
  }

  .where-buy__circle {
    width: 32px;
    height: 32px;
  }

  .where-buy__circle svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 1023px) {
  .where-buy__desc {
    margin-bottom: 20px;
  }

  .where-buy__distributor {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .where-buy__dealer-body {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .where-buy {
    padding-top: 30px;
  }

  .where-buy__text {
    font-size: 20px;
  }

  .where-buy__title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .where-buy__desc {
    font-size: 20px;
  }

  .where-buy__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .where-buy__wrap {
    padding: 12px 15px 15px 15px;
  }

  .where-buy__link {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .where-buy__link svg {
    margin-top: 3px;
    width: 12px;
    height: 12px;
  }

  .where-buy__distributor-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .where-buy__distributor-item {
    height: 285px;
  }

  .where-buy__distributor-active {
    padding: 15px;
  }

  .where-buy__distributor-btn {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
  }

  .where-buy__distributor-header {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .where-buy__distributor-link {
    padding: 15px 10px;
  }

  .where-buy__distributor-link img {
    max-width: 140px;
    height: auto;
  }

  .where-buy__distributor-circle svg {
    width: 28px;
    height: 28px;
  }

  .where-buy__dealer-body {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .where-buy__dealer-item {
    height: 120px;
  }

  .where-buy__dealer-item img {
    max-width: 245px;
  }

  .where-buy__dealer-item {
    height: 156px;
  }
}

@media (max-width: 550px) {
  .where-buy__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 9px;
  }

  .where-buy__pic {
    max-width: 245px;
  }

  .where-buy__dealer-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* End */
/* /local/templates/hisense/dist/bx-styles/where-buy.css?17491325049294 */
