/* FOOTER */
* {
  box-sizing: border-box;
}
footer {
  padding-top: 40px;
  background: var(--brand-colors-pantone-282) !important;
}
footer li {
	list-style: none;
}
.footer__wrapper {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footer__subscribe {
  max-width: 325px;
}
.footer__subscribe p {
  color: #fff;
}
.footer__subscribe-descr {
  font-size: 13px;
  color: var(--gray-light);
}
.footer__subscribe-descr a {
  font-size: 13px;
  color: var(--brand-colors-pantone-278);
  transition: all .2s ease;
}
.footer__subscribe-descr a:hover {
  font-weight: 500;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__menu.products {
  width: 168px;
}
.footer__menu.help {
  width: 174px;
}
.footer__menu a {
  font-size: 16px;
  color: #ffffff99;
  transition: all .2s ease;
}
.footer__menu a:hover {
  color: #FFFFFFCC;
  font-weight: 600;
}
.footer__menu-title {
  color: #fff;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__links * {
  color: var(--white);
}
.footer__links-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__links-block a {
  width: 50px;
  height: 50px;
}
.footer__links-block a img {
  width: 50px;
  height: 50px;
}
.footer__store {
  padding: 24px;
  height: fit-content;
  border: 1px solid var(--brand-colors-pantone-278);
  border-radius: 32px;
}
.footer__store .qr {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__store .mob-download {
  display: none;
}
.footer__store .qr img {
  width: 91px;
  height: 91px;
}
.footer__store .qr p {
  color: var(--white);
  font-size: 13px;
}
.footer__store .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom {
  padding: 24px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom * {
  color: #FFFFFF80;
}
.footer__bottom a {
  text-align: center;
  transition: all .2s ease;
  width: 258px;
}
.footer__bottom a:hover {
  font-weight: 500;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal__wrapper {
  position: relative;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--white);
  border-radius: 16px;
  z-index: 2;
  transform: scale(.5);
  transition: all .2s ease;
}
.modal.active .modal__wrapper {
  transform: scale(1);
}
.modal__wrapper .message {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--dark);
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 5, 33, 0.4);
}

/* SIMPLE BUY */
.simple-buy .image-block {
  margin-top: 77px;
  position: relative;
}
.simple-buy .image-block > img {
  display: block;
  width: 100%;
}
.simple-buy .image-block > img.mob {
  display: none;
}
.simple-buy .button-wrapper {
  position: absolute;
  width: fit-content;
  display: flex;
  justify-content: center;
  bottom: 110px;
  right: 50%;
  transform: translateX(50%);
}
.simple-buy .button {
  padding: 20px 92px;
  width: fit-content;
}
.simple-buy .button > p {
  color: var(--accent);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  user-select: none;
  pointer-events: none;
}
.simple-buy .button > svg {
  pointer-events: none;
}
.simple-buy .choice__markets {
  left: initial;
}
.simple-buy .button.markets .chevron {
  top: 2px;
  left: -12px;
}
.simple-buy .button.markets .chevron span {
  background-color: var(--accent);
}
.simple-buy .button.markets.active .chevron {
  top: -4px;
}
.simple-buy .button.markets.active .chevron span:first-of-type {
  transform: rotate(225deg);
}
.simple-buy .button.markets.active .chevron span:last-of-type {
  transform: rotate(-45deg);
}


/* MEDIA */
@media screen and (max-width: 1600px) {
  .scenarios__slider-item img {
    width: 100%;
  }
  .scenarios__slider-item .content {
    left: 150px;
    bottom: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .xxl-display {
    display: none;
  }
  .fz-t2 {
    font-size: 20px;
  }
  .fz-menu {
    font-size: 16px;
  }
  .container {
    width: 1200px;
  }
  .header__navbar-elem.smart-home .chevron {
    top: 12px;
  }
  #local-center > img {
    right: -10%;
    bottom: -10%;
  }
  #hub > img {
    right: -20px;
    bottom: -20px;
  }
  .smart-home__cards-item {
    height: 300px;
  }
  .smart-home__cards-item .subtitle.short {
    max-width: 280px;
  }
  .smart-home__cards-item .about-link {
    font-size: 20px;
  }
  .smart-home__cards-item .about-link img {
    margin-bottom: -1px;
  }
  .choice__blocks-item {
    justify-content: flex-end;
  }
  footer {
    padding-bottom: 40px;
  }
  .footer__wrapper {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto);
  }
  .footer__subscribe {
    display: flex;
    flex-direction: column;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    max-width: 435px;
  }
  .footer__store {
    max-width: 335px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 72px;
  }
  .fz-t1 {
    font-size: 24px;
  }
  .container {
    width: 100%;
    padding: 0 40px;
  }
  .header__logo, .header__logo svg {
    width: 140px;
    height: 40px;
  }
  .header__navbar {
    gap: 24px;
  }
  .header__buy {
    width: fit-content;
    padding: 12px 24px;
  }
  .banner {
    height: 920px;
  }
  .banner__wrapper {
    flex-direction: column;
    padding-top: 150px;
  }
  .banner__illustration img {
    margin-top: 72px;
  }
  /* .smart-home {
    position: relative;
  } */
  #local-center > img,#hub > img, #rosette > img {
    right: 0;
    bottom: 0;
  }
  .smart-home__cards {
    overflow: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #sensors {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #relay {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #IR-remote {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #hub {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #local-center {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #camera {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #rosette {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #sensors .subtitle {
    max-width: 400px;
  }
  .scenarios__slider-item img.web {
    display: block;
  }
  .download.web {
    z-index: 2;
  }
  .download__img {
    width: 70%;
  }
  .footer__store {
    max-width: 330px;
  }
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
  }
  .fz-t1 {
    font-size: 18px;
  }
  .mob {
    display: block;
  }
  .button {
    font-size: 20px;
  }
  header {
    padding: 0;
    top: 0;
    position: fixed;
  }
  nav {
    display: none;
  }
  .header__logo, .header__logo svg {
    width: 110px;
    height: 32px;
  }
  .header__buy {
    display: none;
  }
  .mobile-burger {
    padding: 9px 6px;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  header.fixed .mobile-burger span, header.fixed .mobile-burger span::before, header.fixed .mobile-burger span::after {
    background: var(--accent);
  }
  .mobile-burger span {
    width: 100%;
    height: 1px;
    background: var(--white);
  }
  .mobile-burger span::before, .mobile-burger span::after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    transition: transform .2s ease;
  }
  .mobile-burger span::before {
    top: 7px;
  }
  .mobile-burger span::after {
    top: 13px;
  }
  .mobile-burger.active span { 
    height: 0;
  }
  .mobile-burger.active span::before {
    transform: rotate(45deg);
  }
  .mobile-burger.active span::after {
    transform: rotate(-45deg);
    top: 6px;
  }
  .mobile-menu {
    padding: 30px 40px;
    position: fixed;
    top: 52px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--brand-colors-pantone-282);
    transform: translateY(-120%);
    transition: transform .2s ease;
    z-index: 509;
  }
  .mobile-menu.active {
    transform: translateY(0);
  }
  .mobile-menu__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
	.mobile-menu__list-item {
		list-style: none;
	}
  .mobile-menu__list-item * {
    color: var(--white);
  }
  .mobile-menu__list-item.accordion {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu__list-item.accordion .menu-accordion {
    display: flex;
  }
  .mobile-menu__list-item.accordion .menu-accordion .chevron {
    top: 11px;
  }
  .mobile-menu__list-item.accordion .menu-accordion .chevron span {
    background: var(--white);
  }
  .mobile-menu__list-item.accordion .menu-accordion.active .chevron {
    top: 6px;
  }
  .mobile-menu__list-item.accordion .menu-accordion.active .chevron span:first-of-type {
    transform: rotate(225deg);
    /* top: -2px; */
  }
  .mobile-menu__list-item.accordion .menu-accordion.active .chevron span:last-of-type {
    transform: rotate(-45deg);
    /* top: -5px; */
  }
  /* .mobile-menu__list-item .menu-accordion img {
    transform: rotate(180deg);
    transition: all .2s ease;
  }
  .mobile-menu__list-item .menu-accordion.active img {
    transform: rotate(0);
  } */
  .mobile-menu__list-item.accordion .menu-accordion-content {
    display: flex;
    padding-left: 24px;
    flex-direction: column;
    gap: 24px;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all .4s ease;
  }
  .mobile-menu__list-item.accordion .menu-accordion-content.active {
    max-height: 75px;
    margin-top: 24px;
  }
  .mobile-menu__buy p {
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    color: var(--white);
  }
  .mobile-menu__buy-list {
    display: flex;
    gap: 12px;
  }
  .mobile-menu__buy-list a, .mobile-menu__buy-list a img{
    width: 50px;
    height: 50px;
  }
  
  .smart-home__cards {
    width: 100%;
  }
  #sensors .illustration.web {
    display: none;
  }
  #sensors .illustration.mob {
    display: block;
  }
  #sensors {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #relay {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #IR-remote {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #hub {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #local-center {
    grid-row-start: 3;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #camera {
    grid-row-start: 5;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #rosette {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  .smart-home__cards-item .subtitle {
    display: none;
  }
  #sensors .subtitle, #local-center .subtitle, #camera .subtitle {
    display: block;
    max-width: 330px;
  }
  .smart-home__cards-item .illustration.mob {
    height: auto;
    width: calc(100% - 72px);
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 55%);
  }
  #relay .illustration.web, #IR-remote .illustration.web, #rosette .illustration.web, #hub .illustration.web {
    display: none;
  }
  #IR-remote .illustration.mob, #rosette .illustration.mob, #hub .illustration.mob {
    width: calc(100% - 160px);
  }
  .smart-home__cards-item .about-link {
    font-size: 16px;
  }
  .smart-home__cards-item .about-link img {
    margin-bottom: -2px;
  }
  .c-hover:hover .c-hover-bg {
    transform: scale(1);
  }

  .scenarios__slider .tab-hide {
    display: none;
  }
  .scenarios__slider .swiper-wrapper {
    flex-direction: column;
  }
  .scenarios__slider .custom-swiper-next, .scenarios__slider .custom-swiper-prev, .scenarios__slider .swiper-pagination {
    display: none;
  }  
  .scenarios__slider-item .content {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
  .scenarios__slider-item img.web {
    display: none;
  }
  .scenarios__slider-item img.tab {
    display: block;
    height: 100%;
    width: 100%;
  }
  .section-descr.web {
    display: none;
  }
  .section-descr.tab {
    display: block;
  }
  .control__grid {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
  }
  .download__img {
    height: auto;
    width: auto;
  }
  .download.web {
    display: none;
  }
  .download.tab {
    display: block;
    z-index: 2;
  }
  .download__icons-grid {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .download__icons-grid a {
    width: fit-content;
  }
  .download__icons-grid a img {
    display: block;
  }
  .download__shadow {
    width: 100%;
    height: 100%;
  }
  .wireless__grid-item img.mob {
    display: none;
  }
  .internet.web {
    display: none;
  }
  .internet-tab {
    display: block;
    padding-top: 150px;
  }
  .internet-tab__cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .internet-tab__cards-item {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
  }
  .internet-tab__cards-item img {
    display: block;
    width: 100%;
  }
  .internet-tab__cards-item .content {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
  }
  .destination {
    padding-left: 40px;
    padding-right: 40px;
    height: 980px;
  }
  .destination__head {
    position: relative;
    margin-top: 0;
  }
  .destination__slider {
    margin-top: 24px;
  }
  .destination__slider-item {
    height: 660px;
    border-radius: 12px;
  }
  .destination-pagination {
    display: none;
  }
  .destination-pagination-mob {
    display: block;
  }
  .destination .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 48px) !important;
  }
  .choice__blocks {
    grid-template-columns: 1fr
  }
  .footer__wrapper {
    grid-template-columns: repeat(3, auto);
  }
  .footer__store {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
  .fz-t1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .banner {
    height: 768px;
  }
  .banner__wrapper {
    flex-direction: column;
    position: relative;
    padding-top: 114px;
  }
  .banner__illustration img {
    width: 100%;
    margin-top: 77px;
  }
  .mobile-menu {
    padding: 30px 20px;
  }
  #IR-remote .illustration.mob, #rosette .illustration.mob, #hub .illustration.mob {
    width: calc(100% - 72px);
  }
  .control__grid-item {
    height: 456px;
  }
  .download__img {
    width: 60%;
  }
  .wireless__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  #wireless-item-1 {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
    min-height: 480px;
  }
  #wireless-item-2 {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
    min-height: 480px;
  }
  #wireless-item-3 {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
    min-height: 480px;
  }
  #wireless-item-4 {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
    min-height: 480px;
  }
  .wireless__grid-item > img {
    width: 100%;
  }
  .wireless__grid-item:nth-child(2) > img, .wireless__grid-item:nth-child(3) > img {
    height: 100%;
  }
  .destination {
    height: 926px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .destination__slider-item {
    height: 535px;
  }
  footer {
    padding-bottom: 0;
  }
  .footer__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    gap: 48px;
  }
  .footer__store .qr {
    display: none;
  }
  .footer__store .mob-download {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: var(--white);
  }
  .footer__menu.products {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: 1;
    width: 100%;
  }
  .footer__menu.help {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: 2;
    grid-row-end: 2;
    width: 100%;
  }
  .footer__menu.products ul, .footer__menu.help ul {
    display: grid;
    grid-template-columns: repeat(2, 200px);
  }
  .footer__subscribe {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: 4;
    grid-row-end: 4;
  }
  .footer__subscribe > p:first-of-type {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
  }
  .footer__store {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: 5;
    grid-row-end: 5;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .footer__store .links {
    margin-top: 16px;
    gap: 12px;
    justify-content: flex-start;
  }
  .footer__links {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: 3;
    grid-row-end: 3;
    display: flex;
    flex-direction: row;
    gap: 100px;
  }
  .footer__bottom {
    padding-bottom: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* animate horizontal */
  .animate-horizontal {
    transition: all .3s ease-in-out;
  }
  .animate-horizontal.animate-horizontal-started {
    animation: horizontalEntries 1s ease;
    animation-delay: .5s;
  }
  @keyframes horizontalEntries {
    0% {
      padding: 0 20px;
    }
    50% {
      padding: 0 10px;
    }
    100% {
      padding: 0 20px;
    }
  }


  .mob-br {
    display: block;
  }
  p.web {
    display: none;
  }
  p.mob {
    display: block;
  }
  h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.04em;
  } 
  h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
  }
  h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
  }
  .fz-t1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
  }
  .fz-t4, .fz-t4-mob {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
  }
  .fz-t3-mob {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.015em;
  }
  .sm-mt-4 {
    margin-top: 4px;
  }
  .sm-mt-6 {
    margin-top: 6px;
  }
  .sm-mt-8 {
    margin-top: 8px;
  }
  .sm-mt-16 {
    margin-top: 16px;
  }
  .sm-mt-24 {
    margin-top: 24px;
  }
  .sm-mt-32 {
    margin-top: 32px;
  }
  .sm-mt-60 {
    margin-top: 60px;
  }
  .button {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    padding: 11px;
    text-align: center;
  }
  .sm-display-none {
    display: none;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 0) !important;
  }

  .banner {
    height: 594px;
    border-radius: 0 0 24px 24px;
  }
  .banner .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 20px) !important;
  }
  .mobile-menu__buy p {
    font-size: 15px;
  }
  .smart-home__cards-item .about-link {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
  }
  .about-link p {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    width: auto;
  }
  .smart-home__cards-item .about-link img {
    margin-top: -4px;
  }
  .smart-home .button {
    width: 100%;
  }

  .smart-home__cards {
    width: 100vw;
    padding: 0 20px;
    overflow: auto;
    grid-template-columns: 228px 156px 156px 156px 228px;
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
	scrollbar-width: none;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .smart-home__cards::-webkit-scrollbar {
	display: none;
    height: 0;
    width: 0;
  }
  .smart-home__cards-item {
    height: auto;
    min-height: 160px;
    padding: 16px;
    border-radius: 12px;
  }
  .smart-home__cards-item .illustration {
    height: auto;
  }
  #sensors {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #relay {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: auto;
    grid-column-end: auto;
  }
  #IR-remote {
    grid-column-start: 4;
    grid-column-end: 4;
  }
  #hub {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 3;
    grid-column-end: 3;
  }
  #local-center {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 5;
  }
  #camera {
    grid-column-start: 5;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  #rosette {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 2;
  }
  #sensors .illustration.web {
    display: none;
  }
  #sensors .illustration.mob {  
    width: 100%;
    transform: translate(0,0);
    right: 0;
    bottom: 0;
  }
  
  #relay .illustration.mob, #IR-remote .illustration.mob, #hub .illustration.mob {
    width: auto;
    right: 50% !important;
    bottom: 50% !important;
    transform: translate(50%, 55%);
  }
  #rosette .illustration.mob {
    width: auto;
    right: 50% !important;
    bottom: 52% !important;
    transform: translate(50%, 55%);
  }

  #local-center .illustration {
    height: 100%;
  }
  #camera .illustration {
    width: 100%;
  }
  .smart-home__cards-item .illustration.mob {
    transform: translate(50%, 52%);
  }

  .scenarios__slider-item .content {
    height: auto;
    left: 20px;
    right: 20px;
    bottom: 16px;
  }
  .control__grid {
    grid-template-rows: auto;
    gap: 8px;
  }
  .control__grid-item {
    padding: 16px;
    height: 253px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
  }
  .download.tab {
    margin-top: 40px;
  }
  .download__icons-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
  }
  .download__img {
    width: 55%;
  }
  .ecosystem__img {
    width: 85%;
    height: 85%;
    bottom: 0;
  }
  .wireless {
    padding-top: 60px;
    border-radius: 24px 24px 0 0;
  }
  .wireless__grid {
    grid-template-columns: 228px 156px 156px;
    grid-template-rows: repeat(2, 1fr);
    width: 100vw;
    padding: 0 20px;
    overflow: auto;
    gap: 8px;
	scrollbar-width: none;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .wireless__grid::-webkit-scrollbar {
	display: none;
    width: 0;
    height: 0;
  }
  #wireless-item-1 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
    min-height: 160px;
  }
  #wireless-item-2 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
    min-height: 160px;
  }
  #wireless-item-3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    min-height: 160px;
  }
  #wireless-item-4 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    min-height: 160px;
    padding-right: 5px;
  }
  .wireless__grid-item  {
    padding: 16px;
    border-radius: 12px;
  }
  .wireless__grid-item h3 span {
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    text-shadow: none;
  }
  .wireless__grid-item .descr.web {
    display: none;
  }
  .wireless__grid-item img.web {
    display: none;
  }
  .wireless__grid-item img.mob {
    display: block;
  }
  .wireless__grid-item > div:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
  }
  .wireless__grid-item > div:nth-child(2) img {
    margin-top: -3px;
  }
  .wireless .button {
    width: 100%;
  }
  .internet-tab {
    padding-top: 60px;
  }
  .internet-tab__cards-item {
    border-radius: 12px;
  }
  .internet-tab__cards-item .content {
    top: 16px;
    left: 16px;
    right: 16px;
  }
  .destination {
    height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    border-radius: 0 0 24px 24px;
  }
  .destination__slider-item {
    height: 434px;
    padding: 16px;
    align-items: start;
  }
  .destination__slider-item:not(:nth-child(2)) {
    background-position-y: bottom;
    background-position-x: 40%;
    background-size: 300%;
  }
  .destination__slider-item p {
    text-align: left;
    height: 54px;
  }
  .destination__slider-item p.web {
    display: none;
  }
  .destination__slider-item p.mob {
    display: block;
  }
  .choice__blocks {
    gap: 8px;
  }
  .choice__blocks-item {
    align-items: flex-start;
    padding: 16px;
    border-radius: 12px;
    overflow: hidden;
  }
  .choice__blocks-item:nth-child(2) .content {
    margin-top: initial;
  }
  .choice__blocks-item > img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    width: auto !important;
  }
  .choice__blocks-item:nth-child(2) > img.mob {
    height: 100%;
  }
  .choice__blocks-item .button.markets .chevron {
    left: auto;
    margin-left: initial;
  }
  .choice__blocks-item > img.web {
    display: none;
  }
  .choice__blocks-item > img.mob {
    display: block;
  }
  .choice__blocks-item .content * {
    text-align: left;
  }
  .choice__blocks-item .content p {
    height: auto;
  }
  .choice__blocks-item .button.markets {
    padding: 11px 32px 11px 30px;
    z-index: 0;
  }
  .choice__blocks-item .button.markets p {
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    color: var(--white);
  }
  .choice__blocks-item .button.markets p.web {
    display: none;
  }
  .choice__blocks-item .button.markets p.mob {
    display: block;
  }
  .choice__markets {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #00052166;
    z-index: 20;
    border-radius: 0;
    transform: scale(1);
  }
  .choice__markets ul {
    padding: 16px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    border-radius: 12px 12px 0 0;
    transform: translateY(150%);
    transition: transform .2s ease;
  }
  .choice__markets.show {
    bottom: 0 !important;
  }
  .choice__markets.show ul {
    transform: translateY(0);
  }
  .choice__markets ul a {
    padding: 0;
    font-size: 16px;
  }
  .choice__markets ul > img {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .choice__markets ul > p {
    font-size: 20px;
  }
  .choice__markets ul > img, .choice__markets ul > p {
    display: block;
  }

  .footer__wrapper {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    gap: 32px;
  }
  .footer__menu.products {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .footer__menu.help {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .footer__menu.products ul, .footer__menu.help ul {
    display: flex;
  }
  .footer__menu.products ul li, .footer__menu.help ul li {
    height: 19px;
  }
  .footer__menu.products ul li a, .footer__menu.help ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: var(--white);
  }
  .footer__links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    gap: 65px;
  }
  .footer__subscribe {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .footer__subscribe-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    color: var(--gray-light) !important;
  }
  .footer__store {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
  }
  .footer .fz-t3, .footer__subscribe > p:first-of-type, .footer__store .mob-download {
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
  }
  .footer__bottom {
    padding-bottom: 50px;
  }
  .footer__bottom a {
    width: auto;
  }

  .modal.active {
    padding: 0 20px;
  }
  .modal__wrapper .message {
    text-align: center;
  }

  .simple-buy .image-block {
    width: 100vw;
    margin-top: 24px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .simple-buy .image-block > img.web {
    display: none;
  }
  .simple-buy .image-block > img.mob {
    display: block;
 	width: 100%;
  }
  .simple-buy .button-wrapper {
    bottom: 48px;
    width: calc(100% - 40px);
    right: initial;
    transform: initial;
  }
  .simple-buy .button {
    padding: 11px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .simple-buy .button p {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
  }
}
