@font-face {
  font-family: Museo;
  src: url(https://www.technodom.kz/under/tab_showcase/fonts/MuseoSansCyrl-Light.woff2);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Museo;
  src: url(https://www.technodom.kz/under/tab_showcase/fonts/MuseoSansCyrl-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Museo;
  src: url(https://www.technodom.kz/under/tab_showcase/fonts/MuseoSansCyrl-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Museo;
  src: url(https://www.technodom.kz/under/tab_showcase/fonts/MuseoSansCyrl-ExtraBold.woff2);
  font-weight: 900;
  font-display: swap;
}
#root h1,
#root h2,
#root h3,
#root h4,
#root h5,
#root h6,
#root p {
  margin: 0;
}
#root ul,
#root li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#root ul:before,
#root ul:after,
#root li:before,
#root li:after {
  display: none;
}
#root .hero {
  padding: 40px 0;
}
@media (max-width: 600px) {
  #root .hero {
    padding: 0 0 32px;
  }
}
@media (max-width: 600px) {
  #root .hero__container {
    padding: 0 !important;
  }
}
#root .hero__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 46px;
}
@media (max-width: 600px) {
  #root .hero__content {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
#root .hero__left {
  flex: 0 0 471px;
}
@media (max-width: 600px) {
  #root .hero__left {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: initial;
  }
}
#root .hero__icon {
  width: 264px;
  height: 48px;
}
@media (max-width: 600px) {
  #root .hero__icon {
    width: 184px;
    height: 34px;
  }
}
#root .hero__title {
  color: #231f20;
  font-size: 38px;
  font-weight: 700;
  line-height: 43px;
  margin-top: 62px;
}
@media (max-width: 600px) {
  #root .hero__title {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
  }
}
#root .hero__description {
  color: #231f20;
  font-size: 22px;
  line-height: 26px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  #root .hero__description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
  }
}
#root .how {
  padding: 36px 0 40px;
}
@media (max-width: 600px) {
  #root .how {
    padding: 36px 0;
  }
}
#root .how_blue {
  background-image: linear-gradient(
    90deg,
    #2693fa 0%,
    #0341ee 50%,
    #0341ee 100%
  );
}
#root .how_brown {
  background: linear-gradient(90deg, #be7b55 0%, #501f0d 50%, #501f0d 100%);
}
#root .how__title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
}
@media (max-width: 600px) {
  #root .how__title {
    font-size: 22px;
    line-height: 28px;
  }
}
#root .how__text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.55px;
  margin-top: 14px;
}
@media (max-width: 600px) {
  #root .how__text {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}
#root .cards {
  padding: 40px 0 32px;
}
@media (max-width: 600px) {
  #root .cards {
    padding: 32px 0;
  }
}
#root .cards__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media (max-width: 600px) {
  #root .cards__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
#root .cards__image {
  width: 100%;
}
#root .cards__title {
  color: #231f20;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-top: 22px;
}
@media (max-width: 600px) {
  #root .cards__title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 24px;
  }
}
#root .cards__text {
  color: #231f20;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.55px;
  text-align: center;
  margin-top: 18px;
}
@media (max-width: 600px) {
  #root .cards__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
@media (max-width: 600px) {
  #root .video__container {
    padding: 0 !important;
  }
}
#root .video__file {
  display: block;
  max-width: 100%;
  height: auto;
}
#root .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 950px) {
  #root .products {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
  }
}
@media (max-width: 750px) {
  #root .products {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  #root .products {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
  }
}
#root .products a {
  text-decoration: none;
  color: red;
  margin-left: 0;
}
#root .products a:focus-visible {
  outline: 1px solid var(--primary);
}
#root .product {
  --primary: #f48012;
  --discount: #b4d252;
  --new: #6fbebc;
  position: relative;
  min-height: 350px;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  font-family: Museo, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  transition: box-shadow 0.3s ease;
  border: 1px solid #dedede;
}
#root .product:hover {
  box-shadow: 0 8px 24px #00000026;
}
#root .product .product__stickers-list {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 1;
}
#root .product .product__sticker {
  flex-shrink: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 7px 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  background-color: var(--primary);
}
#root .product .product__sticker:before {
  content: "";
}
#root .product .product__sticker--discount {
  background-color: var(--discount);
}
#root .product .product__sticker--new {
  background-color: var(--new);
}
#root .product .product__sticker--installment {
  background-color: var(--primary);
}
#root .product__image-container {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#root .product .product__gift {
  position: absolute;
  bottom: 0;
  right: 0;
}
#root .product .product__gift-icon {
  max-width: 28px;
  width: auto;
}
#root .product .product__image {
  /* width: 250px; */
  height: 170px;
  object-fit: cover;
}

@media screen and (max-width: 400px) {
  #root .product .product__image {
    width: 100%;
    height: auto;
  }
}
#root .product .product__title {
  top: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  margin-top: 5px;
  min-height: 72px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #202020;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  #root .product .product__title {
    font-size: 14px;
  }
}
#root .product__price-container {
  min-height: 53px;
}
#root .product .product__current-price {
  top: 0;
  color: #202020;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
#root .product .product__current-price--orange {
  color: var(--primary);
}
@media screen and (max-width: 575px) {
  #root .product .product__current-price {
    font-size: 15px;
  }
}
#root .product .product__previous-price {
  top: 0;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  text-decoration: line-through;
  color: #737171;
}
#root .product .product__loan {
  margin: 8px 0;
  padding: 4px 6px;
  background-color: #fdf8e2;
  border-radius: 4px;
}
#root .product .product__loan-caption {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  color: #202020;
}
#root .product__orange-caption {
  color: var(--primary);
}
#root .products__item.product {
  display: flex;
  flex-direction: column;
  /* max-width: 252px;
  min-height: 415px; */
  max-width: 253px;
  min-height: 405px;
}
#root .product__buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-top: auto;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #00a153;
  border-radius: 12px;
}
#root .goods {
  padding: 40px 0;
}
@media (max-width: 600px) {
  #root .goods {
    padding: 32px 0;
  }
}
#root .goods__title {
  color: #231f20;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 34px;
}
@media (max-width: 600px) {
  #root .goods__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
#root .carousel {
  padding: 40px 0 0;
}
@media (max-width: 600px) {
  #root .carousel {
    padding: 0;
  }
}
@media (max-width: 600px) {
  #root .carousel__container {
    padding: 0 !important;
  }
}
#root .carousel__content {
  background-color: #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 600px) {
  #root .carousel__content {
    padding-top: 32px;
    border-radius: initial;
  }
}
#root .carousel__card {
  position: relative;
}
@media (max-width: 600px) {
  #root .carousel__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
#root .carousel__text {
  position: absolute;
  top: 50%;
  left: 60px;
  translate: 0 -50%;
  max-width: 354px;
  color: #010101;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.36px;
}
@media (max-width: 600px) {
  #root .carousel__text {
    position: initial;
    translate: initial;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 600px) {
  #root .carousel__image {
    padding: 0 16px;
  }
}
#root .carousel__bottom {
  padding: 31px 46px 25px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  #root .carousel__bottom {
    padding: 20px 20px 16px;
  }
}
#root .carousel__prev,
#root .carousel__next {
  width: 17px;
  height: 36px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: scale 0.05s ease-in-out;
}
#root .carousel__prev:active,
#root .carousel__next:active {
  scale: 0.9;
}
@media (max-width: 600px) {
  #root .carousel__prev,
  #root .carousel__next {
    width: 7px;
    height: 14px;
  }
}
#root .carousel__prev {
  background-image: url(https://www.technodom.kz/under/copilot-windows-11/slider-arrow-next.svg);
  transform: rotate(180deg);
}
#root .carousel__next {
  background-image: url(https://www.technodom.kz/under/copilot-windows-11/slider-arrow-next.svg);
}
#root .carousel__splide {
  display: flex;
  justify-content: center;
}
#root .carousel__splide .splide__pagination {
  bottom: -56px;
  gap: 16px;
}
@media (max-width: 600px) {
  #root .carousel__splide .splide__pagination {
    bottom: -32px;
    gap: 8px;
  }
}
#root .carousel__splide .splide__pagination__page {
  margin: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #010101;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  #root .carousel__splide .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
#root .carousel__splide .splide__pagination__page.is-active {
  background-color: #010101;
  opacity: 1;
  transform: scale(1);
}
#root .microsoft {
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  #root .microsoft {
    height: 610px;
  }
}
@media (max-width: 600px) {
  #root .microsoft__container {
    padding: 0 !important;
  }
}
#root .microsoft__content {
  height: 594px;
  background-image: url(https://www.technodom.kz/under/copilot-windows-11/microsoft-365-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
  display: flex;
}
@media (max-width: 600px) {
  #root .microsoft__content {
    background-image: url(https://www.technodom.kz/under/copilot-windows-11/microsoft-365-bg-m.png);
    background-position: center top;
    background-size: cover;
    padding: 0;
  }
}
#root .microsoft__text-wrapper {
  padding-top: 150px;
}
@media (max-width: 600px) {
  #root .microsoft__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 32px 32px;
  }
}
#root .microsoft__title {
  max-width: 394px;
  color: #2f2f2f;
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
}
@media (max-width: 600px) {
  #root .microsoft__title {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }
}
#root .microsoft__text {
  max-width: 344px;
  color: #2f2f2f;
  font-size: 22px;
  line-height: 27px;
  margin-top: 17px;
}
@media (max-width: 600px) {
  #root .microsoft__text {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}
#root .microsoft__description {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 21px;
  color: #2f2f2f;
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
  margin-top: 65px;
}
@media (max-width: 600px) {
  #root .microsoft__description {
    margin-top: 24px;
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    gap: 16px;
    align-items: flex-start;
    flex-direction: row-reverse;
    max-width: 237px;
  }
}
#root .microsoft__description:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(https://www.technodom.kz/under/copilot-windows-11/microsoft-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  #root .microsoft__description:after {
    width: 24px;
    height: 24px;
  }
}
#root .bottom {
  padding: 34px 0 190px;
  background-color: #f2f2f2;
}
@media (max-width: 600px) {
  #root .bottom {
    padding: 32px 0;
  }
}
#root .bottom__item {
  color: #010101;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 600px) {
  #root .bottom__item {
    font-size: 12px;
    line-height: 16px;
  }
}
body {
  margin: 0;
}
[data-ignore-ios-date="true"] {
  -webkit-user-select: none;
  user-select: none;
}
._id__page__TcAyg img {
  width: auto;
  max-width: none;
}
.page__main .container {
  max-width: 100%;
  padding: 0;
}
.page__main .Breadcrumbs_block__PCUSG {
  display: none;
}
.custom-scroll-lock {
  overflow-y: hidden !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#root {
  font-family: Museo, sans-serif;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}
#root button {
  border: none;
}
#root img {
  max-width: 100%;
  height: auto;
  display: block;
}
#root input,
#root button {
  -webkit-tap-highlight-color: transparent;
}
#root ._id__page__jnuWN li:before {
  position: static;
  padding: 0;
}
#root .container-custom {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
  height: 100%;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
