body,
footer {
  background-color: #eef5fd;
}
body {
  --header-height: 128px;
  --decorative-bg: url("https://chisto.ua/tpl/img/page-dyson/bg-unique-text.svg");
  --video-bg: url("https://chisto.ua/tpl/img/page-dyson/content/m-bg-video.jpg");
  /* backgrounds */
  --bg-hair-dryer: url("https://chisto.ua/tpl/img/page-dyson/content/banners/hair-dryer.png");
  --bg-hair-straightener: url("https://chisto.ua/tpl/img/page-dyson/content/banners/hair-straightener.png");
  --bg-styler: url("https://chisto.ua/tpl/img/page-dyson/content/banners/styler.png");
  --bg-air-purifier: url("https://chisto.ua/tpl/img/page-dyson/content/banners/air-purifier.png");
  --bg-vacuum-cleaner: url("https://chisto.ua/tpl/img/page-dyson/content/banners/vacuum-cleaner.png");
  --bg-official-dyson: url("https://chisto.ua/tpl/img/official-dyson-bg-mobile.png");
}
@media (min-width: 990px) {
  body {
    --video-bg: url("https://chisto.ua/tpl/img/page-dyson/content/bg-video.jpg");
	--bg-official-dyson: url("https://chisto.ua/tpl/img/official-dyson-bg.png");
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  outline: 0;
  outline-offset: 0;
  border: 0;
  white-space: nowrap;

  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.js-ratingDisabled {
  cursor: default;
  pointer-events: none;
}

/* Modal */
.jquery-modal {
  z-index: 10;
}
.d-modal {
  padding: 20px;
  max-width: 990px;
  width: 100%;
}
.d-modal iframe,
.d-modal video {
  width: 100%;

  aspect-ratio: 16 / 9;
}
/* // Modal */

.d-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1500px;
}

.d-promo {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 442px;
  background-color: #000;
}
@media (min-width: 990px) {
  .d-promo {
    min-height: 420px;
  }
}

.d-on-first-screen {
  margin-top: calc(0px - var(--header-height)) !important;
  padding-top: calc(0px + var(--header-height)) !important;
}

.d-promo__title {
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 990px) {
  .d-promo__title {
    font-size: 40px;
    transform: translateY(4px);
  }
}

.d-promo__logo {
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media (min-width: 990px) {
  .d-promo__logo {
    max-width: 385px;
  }
}

.d-colored-bg {
  padding-top: 25px;
  padding-bottom: 124px;
  background-color: #eef5fd;
}


.d-categories {
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: -30px;
  margin-bottom: 50px;
  margin-left: -30px;

  gap: 5px;
}
@media (min-width: 990px) {
  .d-categories {
    display: grid;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;

    grid-template-columns: repeat(5, minmax(0, auto));
    gap: 30px;
	max-width: 1100px;
  }
}
.d-categories__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 6px;
  border-bottom: 3px solid transparent;
  text-decoration: none;

  gap: 10px;
}
@media (min-width: 990px) {
  .d-categories__item {
    border-width: 4px;
  }
}
.d-categories__item:hover {
  cursor: pointer;
}
.d-categories__item:hover .d-categories__title {
  color: #1695b3;
}
.d-categories__item:hover .d-categories__img {
  opacity: 0.8;
}

.d-categories__item.active {
  border-bottom-color: #1695b2;
}
.d-categories__item.active .d-categories__img {
  border-color: #1695b2;
}

.d-categories__img {
  display: block;
  overflow: hidden;
  width: 90px;
  height: 116px;
  border: 3px solid transparent;
  border-radius: 20px;
  background-color: #e1eaf3;
  transition: 0.2s;
}
@media (min-width: 990px) {
  .d-categories__img {
    width: 100%;
    height: auto;
    border-width: 4px;
  }
}
.d-categories__img img {
  display: block;
  width: 100%;
  height: auto;
}
.d-categories__title {
  color: #173055;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.25;
  transition: 0.3s;
}
@media (min-width: 990px) {
  .d-categories__title {
    font-weight: 700;
    font-size: 22px;
  }
}

.d-categories .slick-arrow {
  position: absolute;
  top: calc(50% - 8px);
  z-index: 1;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23173055' d='M12 17 4 9l1.675-1.675L12 13.649l6.325-6.324L20 9l-8 8Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  transform: translateY(-50%);
}
.d-categories .slick-arrow.slick-disabled {
  display: none !important;
}
.d-categories .slick-arrow.slick-prev {
  left: 5px;
  transform: translateY(-50%) rotate(90deg);
}
.d-categories .slick-arrow.slick-next {
  right: 5px;
  transform: translateY(-50%) rotate(-90deg);
}

.d-categories .slick-slide {
  padding-left: 5px;
}
.d-categories .slick-slide:first-child {
  padding-left: 25px;
}
@media (min-width: 990px) {
  .d-categories .slick-slide {
    padding-left: 0;
  }
  .d-categories .slick-slide:first-child {
    padding-left: 0;
  }
}

.d-delivery {
  display: grid;
  margin-bottom: 50px;

  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 990px) {
  .d-delivery {
    margin-bottom: 70px;

    gap: 30px;
  }
}

.d-delivery__item {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 15px 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 112px 31px 0px #00000000;

  gap: 10px;
}
@media (min-width: 990px) {
  .d-delivery__item {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 40px;

    gap: 30px;
  }
}

.d-delivery__icon {
  display: flex;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.d-delivery__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.d-delivery__text {
  width: 100%;
  color: #173055;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 990px) {
  .d-delivery__text {
    font-size: 22px;
    line-height: 32px;
  }
}
.d-heading {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  padding: 25px 0;
}
.d-heading div, .d-heading strong {
  text-transform: uppercase;
  font-size: 22px;
}
.d-heading div {
      font-weight: 400;
}
.d-heading strong {
      font-weight: 700;
}
.d-decorative-element {
  display: flex;
  align-items: center;
  justify-content: center;

}

.d-decorative-element__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 65px 22px;
  padding-bottom: 70px;
  max-width: 220px;
  background-image: var(--decorative-bg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 990px) {
  .d-decorative-element__item {
    padding: 62px 32px;
    max-width: 405px;
    width:200px;
  }
  .d-heading div, .d-heading strong {
  font-size: 40px;
}
.d-decorative-element {
      position: absolute;
    top: -70px;
    left: 44%;
      margin-bottom: 50px;

}

}

.d-decorative-element__text {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 990px) {
  .d-decorative-element__text {
    font-size: 14px;
    line-height: 18px;
    transform: translateY(-24px);
  }
}

.d-pressing {
  background-color: #e1e9f3;
}
.d-pressing__wrapper {
  display: grid;
  padding-top: 30px;

  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 990px) {
  .d-pressing__wrapper {
    padding-top: 0;

    grid-template-columns: 57% minmax(0, 1fr);
    gap: 30px;
  }
}

.d-pressing__ban {
  display: block;
  order: 2;
}
@media (min-width: 990px) {
  .d-pressing__ban {
    order: -1;
	max-width: 565px;
	align-self: end;
  }
}
.d-pressing__ban img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 990px) {
  .d-pressing__ban img {
    margin-right: auto;
    margin-left: 0;
  }
}

.d-pressing__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 990px) {
  .d-pressing__inner {
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.d-pressing__title {
  margin: 0;
  margin-bottom: 20px;
  color: #173055;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 990px) {
  .d-pressing__title {
    margin-bottom: 30px;
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }
}

.d-pressing__subtitle {
  margin: 0;
  margin-bottom: 20px;
  color: #173055;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 990px) {
  .d-pressing__subtitle {
    margin-bottom: 15px;
    text-align: left;
    font-size: 30px;
    line-height: 44px;
  }
}

.d-pressing__list {
  display: grid;
  margin-bottom: 20px;

  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}
@media (min-width: 990px) {
  .d-pressing__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;

    gap: 16px;
  }
}

.d-pressing__item {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 10px 4px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 990px) {
  .d-pressing__item {
    width: 100px;
    height: 100px;
  }
}

.d-pressing__text {
  color: #173055;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 990px) {
  .d-pressing__text {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
}

.d-video {
  padding-top: 30px;
  padding-bottom: 244px;
  background-color: #101417;
  background-image: var(--video-bg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 990px) {
  .d-video {
    padding-top: 185px;
    padding-bottom: 185px;
    background-size: cover;
  }
}
.d-video__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  gap: 50px;
}
@media (min-width: 990px) {
  .d-video__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.d-video__content {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;

  gap: 20px;
}
@media (min-width: 990px) {
  .d-video__content {
    text-align: left;

    gap: 30px;
  }
}

.d-video__title {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 990px) {
  .d-video__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.d-video__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 990px) {
  .d-video__subtitle {
    font-size: 22px;
    line-height: 32px;
  }
}

.d-video__link {
}
@media (min-width: 990px) {
}

.d-video__play-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 200px;
  height: 200px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
.d-video__play-btn:hover {
  opacity: 0.9;
}
.d-video__play-btn:hover img {
  transform: scale(1.05) translateX(6px);
}
@media (min-width: 990px) {
  .d-video__play-btn {
    width: 200px;
    height: 200px;
  }
}
.d-video__play-btn img {
  display: block;
  max-width: 60px;
  width: 100%;
  height: auto;
  transition: 0.2s;
  transform: translateX(6px);
}

.d-video__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 1px solid #1695b2;
  border-radius: 30px;
  color: #1695b2;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}
@media (min-width: 990px) {
  .d-video__link {
    padding: 8px 30px;
    width: max-content;
    border-color: #fff;
    color: #fff;
    transition: 0.2s;
	height: 60px;
  }
  .d-video__link:hover {
    border-color: #1695b2;
    color: #1695b2;
  }
}

.d-consultation {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
}
@media (min-width: 990px) {
  .d-consultation {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: unset;
    padding: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: transparent;
  }
}

.d-consultation__wrapper {
}
@media (min-width: 990px) {
  .d-consultation__wrapper {
  }
}

.d-consultation__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  outline: none;
  border: none;
  background-color: #000;
  text-decoration: none;
  cursor: pointer;

  gap: 20px;
}
@media (min-width: 990px) {
  .d-consultation__btn {
  	justify-content: center;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    border-radius: 100px;
	width: 100%;
	max-width: 900px;
    gap: 30px;
  }
}
.d-consultation__btn .d-consultation__btn-icon img:nth-child(1) {
  display: block;
}
.d-consultation__btn .d-consultation__btn-icon img:nth-child(2) {
  display: none;
}
.d-consultation__btn.active .d-consultation__btn-icon img:nth-child(1) {
  display: none;
}
.d-consultation__btn.active .d-consultation__btn-icon img:nth-child(2) {
  display: block;
}

.d-consultation__btn-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 990px) {
  .d-consultation__btn-icon {
    width: 50px;
    height: 50px;
  }
}
.d-consultation__btn-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.d-consultation__btn-text {
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 990px) {
  .d-consultation__btn-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
	  
  }
}

.d-consultation__btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  outline: none;
  border: none;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.d-consultation__btn-close span {
  color: inherit;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 990px) {
  .d-consultation__btn-close {
    display: none;
  }
}

.d-consultation__content {
  position: fixed;
  right: 0;
  bottom: 76px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (min-width: 990px) {
  .d-consultation__content {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    justify-content: center;
    background-color: transparent;
  }
}

.d-consultation__list {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #eef5fd;

  gap: 10px;
}
@media (min-width: 990px) {
  .d-consultation__list {
    display: grid;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    padding-top: 0;
    max-width: 1130px;
    border-radius: 0;
    background-color: transparent;

    grid-template-columns: repeat(3, minmax(0, auto));
    gap: 30px;
  }
}

.d-consultation__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 30px;
  width: 100%;
  border-radius: 360px;
  background-color: #fff;
  text-decoration: none;
  transition: 0.2s;

  gap: 10px;
}
.d-consultation__item:hover {
  opacity: 0.9;
}
.d-consultation__item:hover .d-consultation__item-text {
  color: #1695b2;
}
@media (min-width: 990px) {
  .d-consultation__item {
    justify-content: center;
    padding: 15px;
  }
}
.d-consultation__item img {
  display: block;
  flex-shrink: 0;
  max-width: 32px;
  width: 100%;
  height: auto;
}

.d-consultation__item-text {
  color: #173055;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  transition: 0.2s;
}

.d-seo {
  padding-top: 50px;
  padding-right: 0 !important;
  padding-bottom: 40px;
  padding-left: 0 !important;
}
@media (min-width: 990px) {
  .d-seo {
    padding-top: 0;
  }
}

.d-seo .content {
  margin: 0;
  width: 100%;
  font-size: 17px;
  line-height: 30px;
}

.d-seo .content * {
  font-size: inherit;
  line-height: inherit;
}
.d-seo .content p:last-child {
  margin-bottom: 0;
}

.d-seo__title {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  color: #173055;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 990px) {
  .d-seo__title {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 56px;
  }
}

.d-seo__content {
  position: relative;
  overflow: hidden;
}
.d-seo__content[data-readmore]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    0deg,
    #eef5fd 34.29%,
    rgba(238, 245, 253, 0) 100%
  );
  content: "";
}
.d-seo__content.active::after {
  display: none;
}

.d-seo__toggler {
  position: relative;
  display: block;
  margin-top: 0;
  width: max-content;
  color: #173055 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 40px !important;
  transition: 0.2s;
}
.d-seo__toggler:hover {
  opacity: 0.6;
}
.d-seo__toggler::before {
  position: absolute;
  top: 50%;
  right: -36px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23173055' d='M12 17 4 9l1.675-1.675L12 13.649l6.325-6.324L20 9l-8 8Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: 0.2s;
  transform: translateY(-50%);
}
.d-seo__toggler.active {
  margin-top: 24px;
}
.d-seo__toggler.active::before {
  transform: translateY(-50%) rotate(180deg);
}

/* Catalog page */

/* Banners */
.d-promo-banner {
  position: relative;
  height: 700px;
  background-color: #000;
}
@media (min-width: 990px) {
.d-promo-banner {
    height: 500px;
  }
}
.d-promo-banner .d-container {
  height: 100%;
}
@media (max-width: 989px) {
  .d-promo-banner.d-promo-banner--hair-dryer .d-promo-banner__wrapper {
    background-position-x: -4px;
    background-size: 140%;
  }

  /* .d-promo-banner.d-promo-banner--styler .d-promo-banner__wrapper {
    background-position-x: 110px;
    background-size: 100%;
  }
  
  .d-promo-banner.d-promo-banner--hair-straightener .d-promo-banner__wrapper {
       background-position-x: 110px;
    background-size: 100%;
  }
  
  .d-promo-banner.d-promo-banner--vacuum-cleaner .d-promo-banner__wrapper {
    background-position-x: 110px;
    background-size: 100%;
  }
  
  .d-promo-banner.d-promo-banner--air-purifier .d-promo-banner__wrapper {
    background-position-x: 110px;
    background-size: 100%;
  } */
}

.d-promo-banner.d-promo-banner--official {
	background-image: var(--bg-official-dyson);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}


.d-promo-banner__wrapper {
  display: flex;
  flex-direction: column;
  margin-right: -30px;
  margin-left: -30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  height: 100%;
  background-position: bottom center;
  background-size: 120%;
  background-repeat: no-repeat;

  gap: 20px;
}
@media (min-width: 400px) {
  .d-promo-banner__wrapper {
    background-size: 100%;
  }
}
@media (min-width: 990px) {
  .d-promo-banner__wrapper {
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
    padding-top: 110px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    background-position: right bottom;
    background-size: contain;
  }
  .d-promo-banner.d-promo-banner--official .d-promo-banner__wrapper {
	padding-top: 20px;
  }
}

.d-promo-banner__title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	text-align: center;
	max-width: 300px;
}
@media (min-width: 990px) {
	.d-promo-banner__title-wrap {
		align-items: start;
		justify-content: flex-start;
		text-align: left;
		max-width: 440px;
	}
}

.d-promo-banner__title-wrap img {
	display: block;
	width: 130px;
	height: 50px;
}

@media (min-width: 990px) {
	.d-promo-banner__title-wrap img {
		width: 252px;
		height: 96px;
	}
}

.d-promo-banner__title {
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2;
}
.d-promo-banner__title br {
  display: none;
}
.d-promo-banner.d-promo-banner--official .d-promo-banner__title {
	font-size: 26px;
}
@media (min-width: 990px) {
  .d-promo-banner__title {
    font-size: 40px;
	line-height: 48px;
  }
  .d-promo-banner.d-promo-banner--official .d-promo-banner__title {
	font-size: 40px;
  }
  .d-promo-banner__title br {
    display: block;
  }
}

.d-promo-banner .d-delivery {
  margin: 0;

  grid-template-columns: minmax(0, auto);
}
@media (min-width: 990px) {
  .d-promo-banner .d-delivery {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
}
.d-promo-banner .d-delivery__item {
  flex-direction: row;
  padding: 0px;
/*  border: 1px solid #404040;*/
  background-color: transparent;
}
@media (min-width: 990px) {
  .d-promo-banner .d-delivery__item {
    padding: 15px 40px;
    border: 1px solid #404040;
  }
}
.d-promo-banner .d-delivery__icon {
  filter: grayscale(1) brightness(5);
}
.d-promo-banner .d-delivery__text {
  color: #fff;
  text-align: left;
}
@media (min-width: 990px) {
  .d-promo-banner .d-delivery__text {
    text-align: center;
  }
}
/* Banners */

/* Filters */
.d-filter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  border-top: 1px solid #e1e9f3;

  gap: 12px;
}
@media (min-width: 990px) {
  .d-filter {
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e1e9f3;

    gap: 100px;
  }
}

.d-filter__item {
  padding: 10px 0;
  padding-bottom: 0;
  outline: none;
  border: none;
  border-top: 3px solid transparent;
  background-color: transparent;
  text-transform: none;
  cursor: pointer;
  transition: 0.2s;
	text-decoration:none;
}

.d-filter__item:hover .d-filter__text {
  color: #1695b2;
}
@media (min-width: 990px) {
  .d-filter__item {
    margin-top: -1px;
    margin-bottom: -1px;
    padding: 25px 0;
    border-top: unset;
    border-bottom: 3px solid transparent;
  }
}
.d-filter__item.active,
.d-filter__inner.active {
  border-top: 3px solid #1695b2;
}
@media (min-width: 990px) {
  .d-filter__item.active,
  .d-filter__inner.active {
    border-top: unset;
    border-bottom: 3px solid #1695b2;
  }
}

.d-filter__text {
  color: #173055;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  transition: 0.2s;
}
@media (min-width: 990px) {
  .d-filter__text {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
  }
}

.d-filter__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 10px 0;
  padding-bottom: 0;
  border-top: 3px solid transparent;
}
@media (min-width: 990px) {
  .d-filter__inner {
    flex-direction: row;
    padding: 25px 0;
    min-height: 50px;
    border-top: unset;
    border-bottom: 3px solid transparent;

    gap: 20px;
  }
}

.d-filter__variants {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}
@media (min-width: 990px) {
  .d-filter__variants {
  }
}

.d-filter__var {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 24px;
  height: 24px;
  outline: none;
  border: 4px solid transparent;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
.d-filter__var:hover {
  opacity: 0.8;
}
@media (min-width: 990px) {
  .d-filter__var {
    width: 50px;
    height: 50px;
  }
}
.d-filter__var-inner {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
}
@media (min-width: 990px) {
  .d-filter__var-inner {
    border: 4px solid #fff;
    background-color: inherit;
  }
}

.d-filter__var.active {
  border-color: #1695b2;
}
.d-filter__var.active:hover {
  opacity: 1;
}
@media (min-width: 990px) {
  .d-filter__var.active {
    border-color: #1695b2;
  }
  .d-filter__var.active .d-filter__var-inner {
    display: block;
  }
}
/* // Filters */

.d-products {
  position: relative;
  z-index: 0;
  display: grid;
  margin-right: -20px;
  margin-bottom: 50px;
  margin-left: -20px;

  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .d-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 990px) {
  .d-products {
    margin-right: 0;
    margin-bottom: 70px;
    margin-left: 0;

    grid-template-columns: repeat(3, 1fr);
  }
}

/* Product card */
.d-card {
  padding-top: 10px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 990px) {
	.d-card {
		padding-top: 12px;
	}
}

.d-card__img {
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0.2s;
  height: 160px;
}
@media (max-width: 989px) {
	.d-card__img {
		height: 200px;
	}
}
.d-card__img:hover {
  opacity: 0.8;
}
.d-card__img:hover .d-card__badges {
  opacity: 1;
}
.d-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.d-card__badges {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  pointer-events: none;

  gap: 5px;
}

.d-card__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}

.d-card__badge--new {
  background-color: rgba(121, 185, 39, 0.75);
}

.d-card__badge--popular {
  background-color: rgba(22, 149, 178, 0.75);
}

.d-card__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 10px;
}
@media (min-width: 990px) {
	.d-card__content {
		padding: 20px;
	}
}

.d-card__title {
  margin-bottom: 10px;
  color: #173055;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  transition: 0.2s;
}
@media (min-width: 990px) {
	.d-card__title {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 24px;
		min-height: 2lh;
	}
}
.d-card__title:hover {
  color: #1695b2;
  text-decoration: none;
}

.d-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-top: 1px solid #a7a7a7;
  padding-top: 10px;
  gap: 8px;
}

.d-card__price {
  color: #020b0a;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}

.d-card__banks {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: flex-end;

  gap: 8px;
}
.d-card__banks img {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 990px) {
	.d-card__banks {
		width: 32px;
		height: 32px;
	}
}

.d-card__services {
  display: flex;
  flex-direction: column;

  gap: 4px;
}

.d-card__service {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 15px;
  border-radius: 30px;
  background-color: #eef5fd;

  gap: 10px;
}
@media (min-width: 990px) {
	.d-card__service {
		padding: 7px 15px;
	}
}
.d-card__service p {
  color: #173055;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.25;
}
@media (min-width: 990px) {
	.d-card__service p {
		font-size: 16px;
	}
}
.d-card__service img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 16px;
}


.d-card__actions {
  display: flex;
  flex-direction: column;
  margin-top: 10px;

  gap: 5px;
}
@media (min-width: 990px) {
	.d-card__actions {
		gap: 10px;
	}
}

.d-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  height: 44px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 60px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;

  gap: 10px;
}
@media (min-width: 990px) {
	.d-card__btn {
		height: 40px;
	}
}
.d-card__btn-text {
  color: inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 990px) {
	.d-card__btn-text {
		font-size: 17px;
	}
}

.d-card__btn--black {
  background-color: #000;
}

.d-card__btn--blue {
  background-color: #1695b2;
}
.d-card__btn--black:hover,
.d-card__btn--blue:hover {
  opacity: 0.8;
}

.d-card__btn--bordered {
  border-color: #173055;
  background-color: #fff;
  color: #173055;
}
.d-card__btn--bordered:hover {
  background-color: #173055;
  color: #fff;
}

/* // Product card */

/* // Catalog page */

/* Product page */

.d-product {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
@media (min-width: 990px) {
  .d-product {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.d-product__wrapper {
  display: grid;
  align-content: flex-start;
  margin-right: -30px;
  margin-left: -30px;
  padding: 15px 30px;
  background-color: #fff;

  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}
@media (min-width: 990px) {
  .d-product__wrapper {
    margin: 0;
    padding: 0;
    background-color: transparent;

    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
  }
}
.d-product__left-col,
.d-product__right-col {
  display: flex;
  align-self: start;
  flex-direction: column;
	position: relative;
}

@media (min-width: 990px) {
  .d-product__right-col {
    overflow: hidden;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
  }
}
.d-product__column {
  display: flex;
  flex-direction: column;
}

.d-product__mobile {
  display: flex;
}
@media (min-width: 990px) {
  .d-product__mobile {
    display: none;
  }
}

.d-product__desktop {
  display: none;
}
@media (min-width: 990px) {
  .d-product__desktop {
    display: flex;
  }
}

.d-product__title {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  color: #173055;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 990px) {
  .d-product__title {
    font-size: 32px;
    line-height: 40px;
	  
  }
}

.d-product__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;

  gap: 12px;
}

.d-product__code {
  margin: 0;
  color: #173055;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
}
@media (min-width: 990px) {
  .d-product__code {
    font-size: 17px;
    line-height: 30px;
  }
}

.d-product__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 990px) {
  .d-product__info {
    flex-direction: row;
    justify-content: flex-start;

    gap: 10px;
  }
}

.d-product__info-text {
  margin: 0;
  color: #173055;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
}
@media (min-width: 990px) {
  .d-product__info-text {
    font-size: 17px;
    line-height: 30px;
  }
}

.d-product__delivery-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 15px;
  background-color: #eef5fd;

  gap: 15px;
}
@media (min-width: 990px) {
  .d-product__delivery-info {
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 50px;

    gap: 24px;
  }
}

.d-product__delivery-info-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 990px) {
  .d-product__delivery-info-item {
    flex-direction: row;
    justify-content: flex-start;

    gap: 10px;
  }
}

.d-product__delivery-info-item img {
  display: block;
  flex-shrink: 0;
}

.d-product__delivery-info-item span {
  margin: 0;
  color: #173055;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 990px) {
  .d-product__delivery-info-item span {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
  }
}

.d-product__description {
  order: 999;
  margin-top: 10px !important;
}
@media (min-width: 990px) {
  .d-product__description {
    order: unset;
    margin-top: 0;
  }
}

.d-product__description .d-seo__content[data-readmore]::after {
	height: 65px;
	background: linear-gradient( 
		0deg, 
		#fff 40%, 
		rgba(238, 245, 253, 0) 100% 
	  );
}

.d-product__description,
.d-product__description * {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.d-product__description p {
  margin-bottom: 12px;
}
.d-product__description p:last-child {
  margin-bottom: 0;
}

.d-product__description ul,
.d-product__description ol {
  margin-bottom: 12px;
  padding-left: 24px;
}

.d-product__description li {
  margin-bottom: 4px;
}

.d-product__description a {
  color: #1695b2;
  text-decoration: underline;
}
.d-product__description a:hover {
  text-decoration: none;
}

.d-product__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;

  gap: 12px;
}

.d-product__price {
  color: #020b0a;
  text-decoration: none;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 990px) {
  .d-product__price {
    font-size: 32px;
    line-height: 40px;
  }
}

.d-product__banks {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: 12px;
}
.d-product__banks img {
  flex-shrink: 0;
}
.d-personalization-toggler {
	margin-bottom: 10px;
}
@media (min-width: 990px) {
	.d-personalization-toggler {
		margin-bottom: 20px;
	}
}

.d-personalization-toggler__content {
	margin-top: 10px;
}

.d-checkbox {
  cursor: pointer;
}
.d-checkbox:hover .d-checkbox__inner {
  border-color: #68cfdd;
}
.d-checkbox input:checked + .d-checkbox__inner .d-checkbox__fake {
  border-color: #79b927;
  background-color: #79b927;
}
.d-checkbox input:checked + .d-checkbox__inner .d-checkbox__fake::after {
  opacity: 1;
}
.d-checkbox input:checked + .d-checkbox__inner {
  border-color: #68cfdd;
}

.d-checkbox__fake {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #1695b2;
  border-radius: 5px;
  background-color: #fff;
  transition: 0.2s;
}
.d-checkbox__fake::after {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 11'%3E%3Cpath stroke='%23fff' stroke-width='3' d='m2 4 4 4 6-7'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  transition: 0.2s;
  transform: translate(-50%, -50%);
}

.d-checkbox__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 20px;
  border: 2px solid transparent;
  border-radius: 60px;
  background: linear-gradient(90deg, #ffffff 0%, #eef5fd 100%);
  transition: 0.2s;

  gap: 10px;
}
@media (min-width: 990px) {
  .d-checkbox__inner {
    padding: 10px 20px;
  }
}

.d-checkbox__content {
  color: #173055;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 990px) {
  .d-checkbox__content {
    font-size: 12px;
    line-height: 1.25;
  }
}

.d-product__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.d-product__actions .d-card__btn {
	height: 44px;
}
@media (min-width: 990px) {
  .d-product__actions .d-card__btn {
  	height: 40px;
  }	
}

.d-product-main-slider {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 990px) {
  .d-product-main-slider {
    margin-bottom: 30px;
  }
}
.d-product-main-slider .slick-track {
	display: flex;
	align-items: center;
}

.d-product-main-slider__item {
	padding: 12px;
}
@media (min-width: 990px) {
	.d-product-main-slider__item {
		padding: 24px;
	}
}
.d-product-main-slider img {
  display: block;
  width: 100%;
  /* height: auto; */
	height: 100%;
	object-fit: contain;
	object-position: center;
	max-width: 430px;
	max-height: 430px;
	margin-left: auto;
	margin-right: auto;
}

}

.d-product-nav-slider {
  margin-left: -5px;
}
.d-product-nav-slider .slick-track {
  padding-left: 3px;
}

.d-product-nav-slider__item {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  margin-left: 5px;
  max-width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 990px) {
  .d-product-nav-slider__item {
    max-width: 130px;
	height: 130px;
    border-radius: 20px;
	padding: 4px;
  }
}
.d-product-nav-slider__item img {
  display: block;
  width: 100%;
  height: auto;
}
.d-product-nav-slider__item.slick-current {
  border-color: #1695b2;
}

.d-product-nav-slider__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s;
  transform: translate(-50%, -50%);
}
.d-product-nav-slider__video-btn:hover {
  opacity: 0.8;
}
.d-product-nav-slider__video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.d-product-nav-slider__video-btn img {
  width: 16px;
  height: 16px;
  transform: translateX(2px);
}

@media (min-width: 990px) {
  .d-product-nav-slider__video-wrap {
    width: 70px;
    height: 70px;
  }
  .d-product-nav-slider__video-btn img {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }
}
/* // Product page */

/* Personalization page */

.d-video--promo {
  padding-bottom: 12px;
  height: 750px;
}
@media (min-width: 990px) {
  .d-video--promo {
    height: 700px;
  }
  .d-video--promo .d-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}

.d-video__wrapper {
  padding-top: 50px;
}
@media (min-width: 990px) {
  .d-video__wrapper {
    padding-top: 0;
  }
}

.d-personalization {
  display: flex;
  flex-direction: column;
  margin-right: -30px;
  margin-bottom: 30px;
  margin-left: -30px;
  padding: 30px;
  background-color: #fff;
}
@media (min-width: 990px) {
  .d-personalization {
    margin: 0;
    margin-bottom: 70px;
	margin-top: 45px;
    border-radius: 20px;
    box-shadow: 0px 7px 15px 0px #a0a4b01a;
    box-shadow: 0px 27px 27px 0px #a0a4b017;
    box-shadow: 0px 62px 37px 0px #a0a4b00d;
    box-shadow: 0px 110px 44px 0px #a0a4b003;
    box-shadow: 0px 171px 48px 0px #a0a4b000;
  }
}

.d-personalization__title {
  margin: 0;
  margin-bottom: 10px;
  color: #173055;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 990px) {
  .d-personalization__title {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }
}

.d-personalization__inner {
  display: grid;

  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 990px) {
  .d-personalization__inner {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.d-personalization__column {
  display: flex;
  flex-direction: column;

  gap: 15px;
}
@media (min-width: 990px) {
  .d-personalization__column {
    gap: 30px;
  }
}

.d-personalization__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;

  gap: 16px;
}
@media (min-width: 990px) {
  .d-personalization__item {
    gap: 30px;
  }
}

.d-personalization__item img {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
@media (min-width: 990px) {
  .d-personalization__item img {
    width: 50px;
    height: 50px;
  }
}

.d-personalization__text {
  color: #173055;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}
@media (min-width: 990px) {
  .d-personalization__text {
    font-size: 18px;
  }
}

.d-personalization__download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  max-width: 930px;
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  border-radius: 100px;
  background-color: #1695b2;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;

  gap: 15px;
}
@media (min-width: 990px) {
  .d-personalization__download {
    margin-bottom: 70px;
    height: 100px;

    gap: 30px;
  }
}
.d-personalization__download:hover {
  opacity: 0.8;
}
.d-personalization__download img {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 990px) {
  .d-personalization__download img {
    width: 50px;
    height: 50px;
  }
}

.d-personalization__download-text {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.25;
}
@media (min-width: 990px) {
  .d-personalization__download-text {
    font-size: 32px;
  }
}

.d-faq {
  padding-top: 50px;
}
@media (min-width: 990px) {
  .d-faq {
    padding-top: 70px;
  }
}

.d-faq__wrapper {
  display: flex;
  flex-direction: column;
}

.d-faq__title {
  margin: 0;
  margin-bottom: 30px;
  color: #173055;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 990px) {
  .d-faq__title {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 48px;
  }
}

.d-faq__inner {
  display: flex;
  flex-direction: column;

  gap: 10px;
}

.d-faq__question {
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
}
@media (min-width: 990px) {
  .d-faq__question {
    border-radius: 30px;
  }
}
.d-faq__question.active .d-faq__icon {
  transform: rotate(180deg);
}

.d-faq__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;

  gap: 15px;
}
.d-faq__btn:hover {
  opacity: 0.6;
}
@media (min-width: 990px) {
  .d-faq__btn {
    padding: 10px 30px;
  }
}

.d-faq__subtitle {
  margin: 0;
  color: #173055;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}

.d-faq__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: 0.2s;
}
.d-faq__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.d-faq__content-inner {
  display: flex;
  flex-direction: column;
  padding: 5px 15px 20px 15px;
}
@media (min-width: 990px) {
  .d-faq__content-inner {
    padding: 5px 30px 20px 30px;
  }
}

.d-faq__content-inner,
.d-faq__content-inner * {
  color: #173055;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}
.d-faq__content-inner p {
  margin-bottom: 16px;
  color: #173055;
}
.d-faq__content-inner p:last-child {
  margin-bottom: 0;
}

.d-faq__content-inner ul,
.d-faq__content-inner ol {
  margin-bottom: 12px;
  padding-left: 24px;
}

.d-faq__content-inner li {
  margin-bottom: 4px;
  color: #173055;
}

.d-faq__content-inner a {
  color: #1695b2;
  text-decoration: underline;
}
/* Personalization page */

.d-official-dyson {
	margin-top: calc(0px - var(--header-height)) !important;
	padding-top: calc(0px + var(--header-height)) !important;
}
.d-official-dyson__content {
	background: radial-gradient(60.79% 345.08% at 50% 0%, #1695B2 0%, #09404C 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 12px 16px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.d-official-dyson__content {
		font-size: 32px;
	}
}

.d-official-dyson.full-size {
	background: radial-gradient(60.79% 345.08% at 50% 0%, #1695B2 0%, #09404C 100%);
}
.d-official-dyson.full-size .d-official-dyson__content {
	background: transparent;
}

.d-official-dyson + .d-on-first-screen {
	z-index: -1;
}



.equipment .d-pressing__title {
  text-align: center;
}  
.equipment__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 45px -10px;


}
.equipment__item {
  cursor: pointer;
  width: calc(100% / 6 - 20px);
  background-color: #fff;
  margin: 0 10px 20px;
  -webkit-box-shadow: 0 0 10px rgba(20, 22, 29, 0.05);
  box-shadow: 0 0 10px rgba(20, 22, 29, 0.05);
  border-radius: 20px;  
}
.equipment__item .desc {
  padding: 10px 10px 20px;
  text-align: center;
  color: #1c1c1c; 
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}
.equipment__item img{
  max-width: 100%;
  display: block;
  margin:  0 auto;
}

@media (max-width: 1100px){
.equipment__item {
    width: calc(100% / 4 - 20px);
  }
}

@media (max-width: 900px){
  .equipment__item {
    width: calc(100% / 3 - 20px);
  }
}

@media (max-width: 750px){
  .equipment__item {
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 330px){
  .equipment__item {
    width: calc(100%  - 20px);
  }
}

.equipment__item .desc-hide {
    padding: 10px 10px 20px;
    text-align: center;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    z-index: 1;
    background-color: #fff;
    border-top: 1px solid #dbdbdb;
    display: none;
}

