:root {
  --index: calc(1vw + 1vh);
  --purple-color: #9F3AFF;
}
*:not(footer *) {
  color: var(--white);
}
img {
	object-fit: initial;
}
h2 {
  color: var(--white);
}
body {
  background-color: var(--background);
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100vw;
}
header {
  background-color: transparent;
}
footer {
	margin-top: 0 !important;
}
main {
  position: relative;
  padding-bottom: 200px;
}
main.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
br.sm-display {
  display: none;
}

/* main */
.promo-banner {
  position: relative;
  /* height: 100vh; */
  display: flex;
  align-items: center;
}
.promo-banner .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 210px;
  z-index: 2;
}
.promo-banner .content h1.web {
  display: block;
}
.promo-banner .content h1.mob {
  display: none;
}
.promo-banner .content h1 {
  background: var(--purple-color);
  background: radial-gradient(circle farthest-side at top center, var(--purple-color) 0%, var(--purple-color) 20%, #FFFFFF 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo-banner .button {
  padding: 7.5px 48px 7.5px 48px;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.promo-banner .bg-blur {
  position: absolute;
  top: 525px;
  width: calc(var(--index) * 28.3333);
  height: calc(var(--index) * 14);
  border-radius: 50%;
  background-color: #9F3AFFE5;
  filter: blur(70px);
  opacity: .6;
  z-index: 0;
}
.promo-banner .banner-img {
  width: calc(var(--index) * 32.1333);
  max-height: 40%;
  margin-top: calc(var(--index) * -1.2);
  z-index: 1;
}

/* ADVANTAGES */
.advantages {
  margin-top: 90px;
}
.advantages .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--index) * 5);
  text-align: center;
}
.advantages-row {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  opacity: .6;
  transition: opacity .2s ease-in-out, transform .4s ease-in-out;
}
.advantages-row.highliht {
  transform: scale(1.2);
}

/* CAMERAS */
.cameras {
  margin-top: 291px;
}
.cameras__list {
  margin-top: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(var(--index) * 10.9);
}
.cameras-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cameras-list__item::before {
  content: '';
  position: absolute;
  display: block;
  width: 520px;
  height: 520px;
  background-color: var(--purple-color);
  filter: blur(80px);
  border-radius: 50%;
  opacity: .5;
  z-index: -1;
}
.cameras-list__item:nth-of-type(1):before {
  right: -12%;
  top: -180%;
}
.cameras-list__item:nth-of-type(2):before {
  left: -8%;
  bottom: -60%;
}
.cameras-list__item:nth-of-type(3):before {
  right: -12%;
  bottom: -100%;
}
.cameras-list__item.right .content {
  margin-right: -200px;
}
.cameras-list__item .content {
  max-width: 540px;
}
.cameras-list__item h3 {
  line-height: 100%;
}
.cameras-list__item .camera-name {
  color: var(--purple-color);
}
.cameras-list__item .bold {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.cameras .camera-img {
  position: absolute;
  max-width: calc(var(--index) * 24.667);
}
.cameras .camera-img.left {
  left: 0;
  transform: translate(-20%, -15%) rotate(45deg);
}
.cameras .camera-img.left:last-of-type {
  transform: translate(-20%, -25%) rotate(45deg);
}
.cameras .camera-img.right {
  right: 0;
  transform: translate(23%, -39%) rotate(-45deg);
  max-width: calc(var(--index) * 24.667);
}

/* TABLE */
.table {
  margin-top: 507px;
}
.custom-table {
  width: 100%;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 400px 1fr 1fr 1fr;
  text-align: center;
}
.custom-table__col {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-table__col:nth-of-type(2) {
  z-index: 2;
}
.custom-table__col-title {
  position: relative;
  margin-bottom: 20px;
  min-height: 84px;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  margin-right: -10%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-table__col:nth-of-type(3) .custom-table__col-title {
  margin-right: -20px;
}
.custom-table__col-title img {
  position: absolute;
  max-width: 67px;
  left: -33%;
}
.custom-table__col-content {
  width: 100%;
}
.custom-table__col-content > div {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-table__col-content > div:nth-of-type(odd) {
  background-color: #080F33;
}
.custom-table__col.param .custom-table__col-content > div {
  justify-content: flex-start;
  text-align: left;
  padding-left: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
.table-pagination {
  display: none;
}

/* BENEFIT */
.benefit {
  margin-top: 200px;
}
.benefit__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.benefit__cards-item {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  border-radius: 24px;
}
.benefit__cards-item .content {
  position: relative;
  z-index: 2;
}
.benefit__cards-item .about-link {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
.benefit__cards-item .about-link img {
  transform: translateX(5px);
  transition: all .2s ease;
}
.benefit__cards-item .about-link:hover img {
  transform: translateX(8px);
}
.benefit__cards-item .c-hover-bg {
  width: 101%;
  display: block;
  right: -1px;
}

/* REASON */
.reason.container {
  margin-top: 200px;
  height: 400vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.reason__item {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.reason__item h2 {
  text-align: left;
}
.reason__wrapper {
  padding-left: calc(var(--index) * 4);
}
.image-sticky {
  height: 400vh;
  position: relative;
}
.image-sticky > div {
  position: sticky;
  top: 0;
  height: 100vh;
}
.image-sticky > div > div {
  position: absolute;
  transform: translateX(50%) translateY(calc(82px + 7%));
  right: 50%;
}
.image-sticky > div > div:first-of-type:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(44%, -55%);
  width: 460px;
  height: 500px;
  background-color: var(--purple-color);
  z-index: -2;
  filter: blur(90px);
  opacity: .5;
}
.image-sticky img {
  max-height: calc(100vh - 164px - 60px);
  left: -50%;
  transition: opacity .4s ease;
}
.image-sticky > div > div:not(:first-of-type) img {
  opacity: 0;
}
.image-sticky img.visible {
  opacity: 1 !important;
}

/* OFFLINE */
.offline {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
}
.offline img {
  max-width: calc(var(--index) * 39);
}
.offline .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offline .button {
  padding: 7.5px 40px;
  font-size: 18px;
  line-height: 140%;
}
.offline > div:first-of-type {
  position: relative;
}
.offline .blur {
  width: 100%;
  height: 60%;
  border-radius: 50%;
  background-color: var(--purple-color);
  position: absolute;
  top: 30%;
  filter: blur(80px);
  opacity: .5;
  z-index: -1;
}

/* APPLICATION */
.application {
  margin-top: 200px;
  /* height: calc(100vh - 90px); */
}
.application.web {
  display: flex;
}
.application.mob {
  display: none;
}
.application > img {
  max-width: 30%;
}
.application.container {
  flex-direction: row;
  gap: 70px;
}
.application > img {
  height: 90%;
}
.application h2, .application .section-descr {
  text-align: start;
}
.application-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 137px;
}
.application-right .additional-text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 130%;
  color: var(--gray);
}

/* CALM */
.calm {
  position: relative;
  margin-top: 200px;
  padding-top: 150px;
}
.calm .solo-image {
  display: none;
}
.calm__cameras > img {
  max-width: 100%;
}
.buy-btn__grid.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.buy-btn__grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-wrapper {
  width: fit-content;
}
.button-wrapper__root {
  position: absolute;
  width: 100%;
  height: calc(100% + 25px);
	bottom: 50%;
	transform: translateY(50%);
  -moz-transform: translateY(50%);
  z-index: 0;
}
.choice__markets {
  width: 200px;
}
.choice__markets.show.top {
  bottom: 48px;
}
.choice__markets.show.bottom {
  bottom: -62px;
}
.choice__markets * {
  color: var(--dark) !important;
}
.button-wrapper .button.accent {
  padding: 7px 56px 7px 56px;
    width: 200px;
    height: 40px;
}
.button.icon {
	justify-content: center;
}
.choice__markets a img {
  width: 30px;
  height: 30px;
}
.button-wrapper .chevron {
  left: -15px;
  top: 2px;
}
.button-wrapper .chevron span {
  background-color: #fff;
}
.button-wrapper.active .chevron {
  top: -4px;
}
.button-wrapper.active .chevron span:first-of-type {
  transform: rotate(225deg);
}
.button-wrapper.active .chevron span:last-of-type {
  transform: rotate(-45deg);
}
.calm .blur {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: var(--purple-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(80px);
  opacity: .5;
  z-index: -1;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: calc(var(--index) * 2.8333);
  }

	.advantages-row {
		font-size:65px;
	}

  .cameras .camera-img {
    max-width: calc(var(--index)* 20.667);
  }
  .cameras .camera-img.right{
    max-width: calc(var(--index)* 20.667);
  }
  .cameras__list br {
    display: none;
  }

  .custom-table {
    grid-template-columns: 280px 1fr 1fr 1fr;
  }
  .custom-table__col-title img {
    max-width: 48px;
  }
  .custom-table__col-title {
    font-size: 28px;
  }

  .benefit__cards-item {
    min-height: 160%;
  }
}

@media screen and (max-width: 1200px) {
  .cameras-list__item .content {
    width: 440px;
  }
  .cameras .camera-img.left:last-of-type {
    transform: translate(-40%, -25%) rotate(25deg);
  }
  .cameras .camera-img.left {
    transform: translate(-40%, -15%) rotate(25deg);
  }
  .cameras .camera-img.right {
    transform: translate(40%, -39%) rotate(-25deg);
  }

  .custom-table__col-title {
    font-size: 24px;
  }
  .custom-table__col-title img {
    max-width: 40px;
  }

  .benefit h3 {
    font-size: 25px;
  }
  .benefit .fz-t2 {
    font-size: 16px;
  }

  .reason.container {
    gap: 40px;
  }
  .reason__wrapper {
    padding-left: 0;
  }
  .image-sticky > div > div {
    max-width: 100%;
    transform: translateX(50%) translateY(calc(82px + 5%));
  }
  .image-sticky img {
    max-height: calc(100vh - 82px - 120px);
  }

  .application h2 {
    font-size: 52px;
  }
  .application-right {
    gap: 64px;
  }
  .application-right .additional-text {
    margin-top: 20px;
  }

  .calm__cameras {
    display: flex;
    justify-content: center;
  }
  .calm__cameras > img {
    max-width: 110%;
  }
}

@media screen and (max-width: 992px) {
  .advantages-row {
	font-size:40px;
  }
  .advantages-row.highliht {
    transform: scale(1);
  }
  .custom-table {
    width: 100vw;
    grid-template-columns: 0 100vw;
  }
  .table-swiper {
    position: relative;
  }
  .custom-table__col-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 51px;
    padding-bottom: 16px;
    padding-left: 60px;
    font-size: 26px;
    font-weight: 400;
    line-height: 110%;
  }
  .custom-table__col-title img {
    left: 0;
  }
  .custom-table__col .custom-table__col-content > div {
    align-items: flex-end;
    justify-content: start;
    text-align: left;
    padding-left: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 130%;
    width: 100%;
  }
  .custom-table__col-content > div {
    min-height: 80px;
  }
  .custom-table__col.param {
    pointer-events: none;
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .custom-table__col.param .custom-table__col-content > div:nth-of-type(odd) {
    background-color: transparent;
  }
  .custom-table__col.param .custom-table__col-content > div {
    align-items: flex-start;
    padding-top: 4px;
    font-size: 16px;
    line-height: 130%;
    text-wrap: nowrap;
  }
  .custom-table__col:nth-of-type(2)::before {
    content: none;
  }
  .custom-table__col {
    max-width: 40vw;
  }
  .table-pagination {
    display: block;
    position: absolute;
    width: fit-content !important;
    bottom: -40px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .benefit__cards-item {
    min-height: 100%;
  }
}

@media screen and (max-width: 768px) {
  br {
    display: none;
  }
  .promo-banner .content h1.web {
    display: none;
  }
  .promo-banner .content h1.mob {
    display: flex;
    flex-direction: column;
  }
  .promo-banner .button {
    margin-top: 20px;
  }
  .promo-banner .banner-img {
    margin-top: calc(var(--index)* -0.2);
  }
  .promo-banner .bg-blur {
    top: 450px;
    height: calc(var(--index)* 11);
  }
  
  .cameras .camera-img.left:last-of-type {
    transform: translate(-40%, -25%) rotate(15deg);
  }
  .cameras .camera-img.right {
    transform: translate(40%, -39%) rotate(-15deg);
  }
  .cameras-list__item .content {
    margin-left: calc(var(--index) * -2);
  }
  .cameras-list__item.right .content {
    margin-right: calc(var(--index) * -12);
  }

  .table {
    margin-top: 300px;
  }

  .benefit__cards-item {
    min-height: initial;
    aspect-ratio: 1 / 1;
  }
  .benefit__cards-item .c-hover-bg {
    height: 100%;
  }
  .benefit__cards-item .about-link {
    font-size: 16px;
  }

  .application.web {
    display: none;
  }
  .application.mob {
    display: block;
  }
  .application.container {
    position: relative;
    flex-direction: column-reverse;
  }
  .application h2, .application .section-descr {
    text-align: center;
  }
  .application > img {
    position: absolute;
    height: 630px;
    max-width: none;
  }
  .application-content {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
  }
  .application-content .left-side {
    position: relative;
  }

  .application-content .left-side .blur {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    background-color: #A855F7;
    border-radius: 50%;
    filter: blur(40px);
    opacity: .5;
    z-index: -1;
  }
  .application-content .left-side p {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    position: relative;
    z-index: 1;
  }
  .application-content .left-side .icons {
    margin-top: 12px;
    position: relative;
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .application-content > img {
    height: 700px;
  }
}

@media screen and (max-width: 480px) {
  .fz-t1 {
    font-size: 16px;
  }
  .fz-t3-mob {
    font-size: 14px;
    letter-spacing: normal;
  }
  .fz-t4-mob {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
  }
  .sm-mt-2 {
    margin-top: 2px;
  }
  .sm-mt-9 {
    margin-top: 9px;
  }
  .sm-mt-12 {
    margin-top: 12px;
  }
  br {
    display: none;
  }
  br.sm-display {
    display: block;
  }
  .sm-display-none {
    display: none;
  }
  main {
    padding-bottom: 57px;
  }
  body:has(.mobile-menu.active) header  {
    background: var(--brand-colors-pantone-282);
  }

  .promo-banner {
    height: 100vh;
    justify-content: space-between;
  }
  .promo-banner .content {
    padding-top: 120px;
    position: initial;
  }
  .promo-banner br {
    display: none;
  }
  .promo-banner .content h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.04em;
    background: radial-gradient(circle farthest-side at top center, var(--purple-color) 0%, var(--purple-color) 20%, #FFFFFF 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .promo-banner .content h1 span {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
  }
  .promo-banner .banner-img {
    width: calc(var(--index)* 44.1333);
	max-height: initial;
    height: auto;
    margin-top: 90px;
    margin-bottom: 20px;
    position: relative;
    left: -3%;
  }
  .promo-banner .bg-blur {
    top: initial;
    bottom: 18%;
    width: 200%;
    height: 120px;
    opacity: .7;
  }
  .promo-banner .button {
    position: absolute;
    bottom: 16px;
    width: calc(100% - 32px);
    justify-content: center;
    padding: 11px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
  }
  .promo-banner .button img {
    display: none;
  }

  .advantages {
    margin-top: 60px;
  }
  .advantages .content {
    gap: 50px;
  }
  .advantages-row {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.04em;
  }

  .cameras {
    margin-top: 60px;
  }
  .cameras__list {
    margin-top: 46px;
  }
  .cameras .camera-img {
    max-width: calc(var(--index) * 16);
  }
  .cameras .camera-img.right {
    transform: translate(40%, -20%) rotate(-15deg);
  }
  .cameras .camera-img.left:last-of-type {
    transform: translate(-40%, -15%) rotate(15deg);
  }
  .cameras-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cameras-list__item:nth-of-type(2) {
    align-items: start;
  }
  .cameras-list__item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -45%;
    left: -15%;
    width: 120px;
    height: 120px;
    background-color: var(--purple-color);
    filter: blur(60px);
    z-index: -1;
    opacity: 1;
  }
  .cameras-list__item:nth-of-type(1):before {
    top: auto;
    right: auto;
    bottom: -45%;
    left: -15%;
  }
  .cameras-list__item:nth-of-type(2)::before {
    left: auto;
    bottom: auto;
    right: -15%;
    top: -45%;
  }
  .cameras-list__item .content {
    width: calc(var(--index) * 20);
    margin-left: 0;
  }
  .cameras-list__item.right .content {
    margin-right: calc(var(--index)* -8.5);
  }
  .cameras-list__item .camera-name {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    width: fit-content;
	background: radial-gradient(circle farthest-side at top center, #9747FF 0%, #9747FF 20%, #FFFFFF 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .table {
    margin-top: 120px;
  }
  .custom-table {
    margin-top: 24px;
  }
  .custom-table__col-title {
    padding-left: 10px;
  }
  .custom-table__col-title img {
    display: none;
  }
  .table-pagination {
    bottom: -32px !important;
  }
	.custom-table__col {
		max-width: 60vw;
	}

  .benefit {
    margin-top: 86px;
  }
  .benefit__cards {
    width: 100vw;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .benefit__cards-item {
    border-radius: 0;
    padding: 16px 20px;
    aspect-ratio: 9 / 8;
  }
  .benefit h3 {
    font-size: 15px;
  }
  .benefit .fz-t2 {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
  }
  .benefit__cards-item .about-link {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
  }
  .benefit__cards-item .about-link img {
    margin-top: -2px;
    margin-left: -4px;
  }
  .benefit__cards-item .c-hover-bg {
    object-fit: cover;
    object-position: bottom;
    width: 105%;
    left: 0;
  }
  
  .reason.container {
    height: 200vh;
    margin-top: 60px;
    grid-template-columns: 1.45fr 1fr;
    gap: 0;
  }
  .reason__wrapper {
    width: auto;
  }
  .reason__item {
    height: 50vh;
  }
  .reason__item h2 {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
  .image-sticky {
    height: 200vh;
    z-index: -1;
  }
  .image-sticky img {
    max-height: calc(var(--index) * 30);
  }
  .image-sticky > div {
    height: 48vh;
    top: calc(25vh + 52px);
  }
  .image-sticky > div > div {
    transform: initial;
    transform: translateX(60%) translateY(0);
  }
  .image-sticky > div > div:first-of-type:before {
    left: 0;
    transform: translate(-29%, -50%);
    width: 200px;
    height: 230px;
    z-index: -1;
  }

  .offline.container {
    margin-top: 60px;
    flex-direction: column-reverse;
  }
  .offline > div:first-of-type {
    margin-top: 15px;
  }
  .offline img {
    width: 103%;
  }
  .offline .blur {
    opacity: .9;
    top: 40%;
    filter: blur(60px);
  }
  .offline .button {
    order: -1;
    width: 100%;
    padding: 11px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    margin-top: 37px;
  }

  .application.container {
    margin-top: 60px;
  }
  .application h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;    
  }
  .application-content {
    gap: 48px;
    justify-content: flex-start;
  }
  .application-content > img {
    height: 473px;
  }
  .application-content .additional-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    color: var(--gray);
  }
  .application-content .left-side .blur {
    top: 34%;
  }

  .calm {
    margin-top: 60px;
    padding-top: 0;
  }
  .calm .solo-image {
    display: block;
    width: 100vw;
  }
  .calm h3 {
    margin-top: 9px;
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
  }
  .buy-btn__grid-item {
    position: relative;
    width: calc(100vw - 40px);
  }
  .buy-btn__grid-item::before {
    content: '';
    position: absolute;
    bottom: -15%;
    right: -15%;
    display: block;
    width: 300px;
    height: 300px;
    background-color: var(--purple-color);
    z-index: -1;
    filter: blur(80px);
    opacity: .5;
  }
  .buy-btn__grid.container {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 24px;
  }
  .calm .button-wrapper {
    width: 100%;
  }
  .calm .button-wrapper .button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
	.calm .button-wrapper .button p {
		font-size: 14px;
		line-height: 130%;
	}
  .choice__markets {
    width: 100%;
  }
  .calm .blur {
    display: none;
  }
}

@media screen and (min-width: 1921px) {
  .advantages .content {
    gap: 150px;
  }
  .advantages-row {
    font-size: 96px;
  }
  .cameras-list__item::before {
    width: 20%;
    height: 200%;
    filter: blur(180px);
  }

  .reason.container {
    height: 200vh;
  }
  .reason__item {
    height: 50vh;
  }
  .image-sticky {
    height: 200vh;
  }
  .image-sticky img {
    max-height: 50vh;
  }
  .image-sticky > div {
    top: 25%;
    height: 50vh;
  }
  .image-sticky > div > div {
    top: 50%;
    transform: translateX(50%) translateY(-50%);
  }
  .image-sticky > div > div:first-of-type:before {
    width: 800px;
    height: 700px;
    filter: blur(160px);
    border-radius: 50%;
  }

  .offline img {
    max-width: 100%;
  }

  .buy-btn__grid.container {
    width: 80vw;
  }
  
}