* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
        min-height: 100%;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}
/* Generated by vite-plugin-svg-spritemap */
body {
  line-height: 1.2;
  min-width: 20rem;
  color: #0A0A0A;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
}
[data-fls-scrolllock] body {
  overflow: visible !important;
  touch-action: auto !important;
  overscroll-behavior: auto !important;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 90rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}/* Generated by vite-plugin-svg-spritemap */
html {
  scroll-behavior: auto;
}

.content-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.content-wrapper__move {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  will-change: transform;
  animation: linesMove 600s linear infinite;
}
.content-wrapper__track {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
}
.content-wrapper__line {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  opacity: 0.1;
}
.content-wrapper__line {
  position: relative;
  z-index: -1;
}
.content-wrapper__line:not(:first-child) {
  margin-top: -43.75rem;
}

@keyframes linesMove {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
.about {
  position: relative;
}
.about__bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.about {
  /* .about__container */
}
.about__container {
  position: relative;
}
.about {
  /* .about__block */
}
.block-about {
  transform-origin: top center;
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(3.75rem) scale(1, 1);
  opacity: 0;
  transform: translateY(1.25rem);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
}
.block-about.is-show {
  opacity: 1;
  transform: translateY(0);
}
.block-about.--watcher-out {
  opacity: 0;
  transform: scaleX(0.7) scaleY(1.1) translateY(-6.25rem);
}
.block-about {
  /* .block-about__header */
}
.block-about__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
}
.block-about {
  /* .block-about__label */
}
.block-about__label {
  position: absolute;
  left: 0;
  top: 0;
  justify-self: flex-start;
  display: inline-flex;
  padding: 0.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  background: rgb(57, 70, 98);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.block-about {
  /* .block-about__items */
}
.block-about__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.block-about {
  /* .about-block__title */
}
.block-about__title {
  text-align: center;
}
.block-about__title {
  text-transform: uppercase;
}
.block-about {
  /* .about-block__item */
}
.block-about--first .item-about__content {
  min-height: 6.25rem;
}
.block-about--first .item-about {
  min-height: 17.5rem;
}
.block-about--third .block-about__items {
  grid-template-columns: repeat(3, 1fr);
}
.block-about--third .item-about {
  min-height: 18.75rem;
}
.block-about--third .item-about__content {
  min-height: 5.9375rem;
}

.item-about {
  --opened-text-height: 0rem;
  --content-closed-height: 0rem;
  min-height: 16.875rem;
  position: relative;
  background: white;
}
.item-about {
  border: 0.0625rem solid rgb(211, 215, 222);
  border-radius: 1rem;
  overflow: hidden;
}
.item-about__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - var(--content-closed-height));
  z-index: 1;
  transition: height 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.item-about__image picture {
  width: 100%;
  height: 100%;
}
.item-about:hover .item-about__image {
  height: calc(100% - var(--content-closed-height) - var(--opened-text-height));
}
.item-about:hover .item-about__content {
  background: white;
}
.item-about.is-open .item-about__image {
  height: calc(100% - var(--content-closed-height) - var(--opened-text-height));
}
.item-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.1s linear;
}
.item-about__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.375rem 2rem 1.375rem 2rem;
  z-index: 2;
  background: white;
  min-height: 5.1875rem;
  display: flex;
  flex-direction: column;
  transition: background 0.5s ease;
  box-shadow: 0 0 0 1px white;
}
.item-about__title {
  line-height: 1.15;
  margin: 0;
  text-align: left;
}
.item-about__text {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.35s ease;
  line-height: 1.25;
  text-align: left;
}
.item-about__text a {
  color: #0D6EFD;
  font-size: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.item-about__text small {
  display: block;
  margin-top: 0.5rem;
  line-height: 1.3;
}

html.touch .item-about.is-open .item-about__text {
  max-height: var(--opened-text-height);
  opacity: 1;
}

@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .item-about:hover .item-about__text {
    max-height: var(--opened-text-height);
    opacity: 1;
  }
}

.why {
  transform: translateY(1.875rem);
  opacity: 0;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  transform-origin: top center;
}
.why.--watcher-view {
  opacity: 1;
  transform: translateY(0);
}
.why {
  border-radius: 2.5rem;
  background: rgb(57, 70, 98);
  color: #fff;
  /* .why__container */
}
.why {
  /* .why__content */
}
.why {
  /* .why__title */
}
.why__title {
  text-align: center;
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: -0.0625rem;
}
.why__title {
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}
.why__title span {
  margin-bottom: -0.5rem;
}
.why__title img {
  justify-self: flex-start;
  align-self: flex-end;
}
.why {
  /* .why__text */
}
.why__text b {
  font-weight: 700;
}

.tariff {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-tariff {
  max-width: 71.875rem;
  transform: translateY(1.875rem);
  opacity: 0;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  transform-origin: top center;
}
.table-tariff.--watcher-view {
  opacity: 1;
  transform: translateY(0);
}
.table-tariff {
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  border: 0.0625rem solid rgb(229, 231, 235);
}
.table-tariff {
  background-color: #fff;
}
.table-tariff__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
}
.table-tariff__row {
  transition: all 0.2s;
}
.table-tariff__head {
  font-weight: 500;
  background: rgb(245, 247, 250);
  padding: 0.8125rem 0 0.625rem 0;
}
.table-tariff__body .table-tariff__row {
  border-top: 0.0625rem solid rgb(229, 231, 235);
}
.table-tariff__logo {
  margin-bottom: 0.125rem;
}
.table-tariff__cell {
  justify-self: center;
  padding: 0.875rem 1.5rem;
}
.table-tariff__cell {
  line-height: 1.2;
}
.table-tariff__cell--feature {
  text-align: left;
  justify-self: start;
}
.table-tariff__cell--plan {
  text-align: center;
  display: flex;
  align-items: center;
  row-gap: 0.375rem;
}
.table-tariff__cell--plan {
  column-gap: 0.75rem;
}
.table-tariff__cell--smart {
  margin-top: -0.8125rem;
}
.table-tariff__footer {
  padding: 1.75rem 1.25rem;
}
.table-tariff__footer {
  text-align: center;
  line-height: 1.3;
  background: rgb(245, 247, 250);
}

.text-green {
  color: #39B54A;
  font-weight: 500;
}

.connect {
  transition: all 1s 0.3s;
  transform: translateY(1.25rem);
  opacity: 0;
}
.connect.--watcher-view {
  transform: translateY(0);
  opacity: 1;
}
.connect {
  padding: 0 3.75rem;
}
.connect {
  border-radius: 2.5rem;
  background-color: #39B54A;
  color: #fff;
}
.connect {
  /* .connect__container */
}
.connect {
  /* .connect__body */
}
.connect {
  /* .connect__title */
}
.connect__title {
  font-weight: 700;
  text-align: center;
}
.connect__title {
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
.connect {
  /* .connect__form-wrapper */
}
.connect__form-wrapper {
  background: rgba(255, 255, 255, 0.2);
}
.connect__form-wrapper {
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.connect__row {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.connect {
  /* .connect__price */
}
.connect__price {
  flex-shrink: 0;
}
.connect__price img {
  width: 100%;
}
.connect {
  /* .connect__form-wrapper */
  /* .connect__success */
}
.connect__success {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}
.connect {
  /* .connect__success-title */
}
.connect__success-title {
  text-transform: uppercase;
  font-weight: 700;
}

.form-connect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 13.75rem;
}
.form-connect {
  gap: 1.25rem;
}
.form-connect {
  /* .form-connect__input */
}
.form-connect__input {
  border-radius: 0.5rem;
  background: #fff;
  height: 3.25rem;
  padding: 1rem 1.75rem;
}
.form-connect__input {
  outline: none;
  color: #0A0A0A;
}
.form-connect {
  /* .form-connect__button */
}
.form-connect__button {
  background-color: #fff;
  border-radius: 6.25rem;
  padding: 1rem;
  color: #0A0A0A;
  transition: all 0.3s;
}/* Generated by vite-plugin-svg-spritemap */
.smart-page-wrapper .header {
  position: relative;
  min-height: 100vh;
  z-index: 1000;
  background: url("../img/smart/header_bg.webp") center/cover no-repeat;
}
.smart-page-wrapper .header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(141.1deg, rgba(10, 10, 10, 0.8) 12.085%, rgba(10, 10, 10, 0) 60.296%);
}
.smart-page-wrapper .header {
  color: #fff;
}
.smart-page-wrapper .header {
  display: flex;
  /* .header__video */
}
.header__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.smart-page-wrapper .header {
  /* .header__container */
}
.header__container {
  width: 100%;
  align-items: center;
  justify-content: stretch;
  display: flex;
  align-items: center;
}
.smart-page-wrapper .header {
  /* .header__layout */
}
.header__layout {
  position: relative;
  z-index: 10;
}
.smart-page-wrapper .header {
  /* .header__visual */
}
.header__visual {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.header__visual {
  row-gap: 0.625rem;
  margin-bottom: 1rem;
  transition: all 0.8s 0.1s;
  transform: translateY(1.25rem);
  opacity: 0;
}
.header__visual.--watcher-view {
  transform: translateY(0);
  opacity: 1;
}
.smart-page-wrapper .header {
  /* .header__title */
}
.header__title {
  max-width: 62.5rem;
  transition: all 0.8s 0.4s;
  transform: translateY(1.25rem);
  opacity: 0;
}
.header__title.--watcher-view {
  transform: translateY(0);
  opacity: 1;
}
.smart-page-wrapper .header {
  /* .header__logo */
}
.smart-page-wrapper .header {
  /* .header__logo-smart */
}
.smart-page-wrapper .header {
  /* .header__button-wrapper */
}
.header__button-wrapper {
  transition: all 1s 0.7s;
  transform: translateY(1.25rem);
  opacity: 0;
}
.header__button-wrapper.--watcher-view {
  transform: translateY(0);
  opacity: 1;
}
.smart-page-wrapper .header {
  /* .header__button */
}
.header__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header__button {
  background-color: #39B54A;
  border: 0.0625rem solid #39B54A;
  border-radius: 6.25rem;
  padding: 1.375rem 5.5rem;
  transition: all 0.3s ease;
}
.header__button:active {
  transform: translateY(0.3125rem);
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  /* .footer__container */
}
.footer {
  /* .footer__top */
}
.footer__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.footer {
  /* .footer__logo */
}
.footer__logo img {
  width: 100%;
  margin-top: -1.25rem;
}
.footer {
  /* .footer__url */
}
.footer__url {
  transition: all 0.3s;
}
.footer {
  /* .footer__social */
}
.footer__social {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__social a {
  transition: all 0.3s;
}
.footer__social {
  gap: 0.5rem;
}
@media (max-width: 29.99875em) {
  .footer__social {
    justify-content: center;
  }
}
.footer {
  /* .footer__bottom */
}
.bottom-footer {
  background: rgb(229, 231, 235);
  color: rgba(0, 0, 0, 0.5);
}
.bottom-footer {
  padding: 0.625rem 1.25rem;
  /* .bottom-footer__container */
}
.bottom-footer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.bottom-footer {
  /* .bottom-footer__policy */
}
.bottom-footer {
  /* .bottom-footer__copy */
}/* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  caret-color: inherit;
}
.input::placeholder {
  color: rgba(54, 65, 83, 0.8);
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0rem 0rem;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.button {
  display: inline-flex;
  padding: 0rem 0rem;
}
.button--fw {
  width: 100%;
}/* Generated by vite-plugin-svg-spritemap */@media (width <= 93.75em) {
  .connect {
    padding: 0 0.625rem;
  }
  .connect__row {
    gap: 1.875rem;
  }
}@media (max-width: 90em) {
  .item-about {
    min-height: 15rem;
  }
  .item-about__content {
    min-height: 4.375rem;
  }
  .item-about__content {
    padding: 1.5625rem;
  }
}@media (width <= 87.5em) {
  .form-connect {
    grid-template-columns: 1fr 1fr 10rem;
  }
  .form-connect__input {
    padding: 1rem;
  }
}@media (max-width: 81.25em) {
  .content-wrapper__track {
    width: 150%;
  }
}@media (width <= 68.75em) {
  .block-about__header {
    opacity: 0;
    transform: translateY(1.25rem);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  }
  .block-about__header.--watcher-view {
    opacity: 1;
    transform: translateY(0);
  }
  .block-about__items {
    gap: 0.75rem;
  }
  .block-about__item {
    opacity: 0;
    transform: translateY(1.875rem);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;
  }
  .block-about__item.--watcher-view {
    opacity: 1;
    transform: translateY(0);
  }
  .block-about--first .item-about__content {
    min-height: 4.375rem;
  }
  .block-about--first .item-about {
    min-height: 16.875rem;
  }
  .block-about--third .item-about {
    min-height: 16.25rem;
  }
  .block-about--third .item-about__content {
    min-height: 4.375rem;
  }
}@media (max-width: 68.75rem) {
  .block-about {
    transform: none !important;
    opacity: 1 !important;
  }
}@media (max-width: 68.75em) {
  .block-about__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .block-about--third .block-about__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .table-tariff__cell--plan {
    flex-wrap: wrap;
    justify-content: center;
  }
}@media (max-width: 62.5em) {
  .content-wrapper__track {
    width: 180%;
    transform: translateX(-30%);
  }
}@media (max-width: 61.99875em) {
  .item-about__content {
    padding: 1.25rem;
  }
  .table-tariff__cell {
    padding: 0.875rem 1.5rem;
  }
  .connect__row {
    flex-direction: column;
  }
  .form-connect {
    grid-template-columns: 1fr 1fr 11.25rem;
    gap: 0.9375rem;
  }
  .form-connect__input {
    padding: 1rem;
  }
  .header__button {
    padding: 2rem 6rem;
  }
}@media (width <= 53.125em) {
  .content-wrapper__track {
    width: 240%;
  }
}@media (width <= 47.99875em) {
  .connect__price {
    width: 11.25rem;
  }
}@media (max-width: 47.99875em) {
  .content-wrapper__track {
    width: 260%;
  }
  .content-wrapper__line {
    opacity: 0.05;
  }
  .block-about__header {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .block-about__label {
    position: relative;
  }
  .block-about--first .item-about {
    min-height: 13.75rem;
  }
  .block-about--third .item-about {
    min-height: 13.75rem;
  }
  .item-about {
    min-height: 13.75rem;
  }
  .item-about__content {
    padding: 1rem;
    min-height: 3.75rem;
  }
  .table-tariff__row {
    grid-template-columns: 1.7fr 1fr 1fr;
  }
  .table-tariff__cell {
    padding: 0.875rem 1rem;
  }
  .table-tariff__cell--plan {
    padding: 0.875rem 0.75rem;
  }
  .table-tariff__footer {
    padding: 1.25rem;
  }
  .form-connect {
    font-size: 0.875rem;
  }
  .form-connect {
    grid-template-columns: 1fr;
  }
  .form-connect__input {
    padding: 1rem 2rem;
  }
  .form-connect__button {
    padding: 1.125rem;
  }
  .header::after {
    background: linear-gradient(141.1deg, rgba(10, 10, 10, 0.8) 12.085%, rgba(10, 10, 10, 0.45) 60.296%);
  }
  .header__button {
    padding: 1.5rem 4rem;
  }
}@media (width <= 37.5em) {
  .content-wrapper__track {
    width: 360%;
  }
}@media (max-width: 37.5em) {
  .block-about--third .block-about__items {
    grid-template-columns: repeat(1, 1fr);
  }
}@media (width <= 35em) {
  .block-about--first .item-about__content {
    min-height: 3.125rem;
  }
  .block-about--first .item-about {
    min-height: 13.75rem;
  }
  .block-about--third .item-about {
    min-height: 14.375rem;
  }
  .block-about--third .item-about__content {
    min-height: 3.125rem;
  }
  .item-about {
    min-height: 13.125rem;
  }
}@media (max-width: 35em) {
  .block-about__items {
    grid-template-columns: 1fr;
  }
}@media (width <= 33.75em) {
  .item-about__content {
    min-height: 3.125rem;
  }
}@media (max-width: 29.99875em) {
  .content-wrapper__track {
    width: 420%;
  }
  .form-connect__input {
    padding: 1rem;
  }
  .header__button {
    width: 100%;
    padding: 1.25rem 3rem;
  }
  .footer__top {
    justify-content: space-around;
  }
}@media (width <= 25em) {
  .table-tariff__cell {
    padding: 0.75rem 0.625rem;
  }
}@media (width <= 24.375em) {
  .content-wrapper__track {
    width: 500%;
  }
}@media (width <= 23.4375em) {
  .connect__form-wrapper {
    padding: 1rem;
  }
}@media (width <= 20em) {
  .block-about {
    padding-top: 2.5rem;
  }
  .block-about {
    padding-bottom: 2.5rem;
  }
  .block-about__header {
    margin-bottom: 1.5rem;
  }
  .block-about__title {
    font-size: 1.125rem;
  }
  .item-about__title {
    font-size: 1rem;
  }
  .why {
    margin-right: 1rem;
  }
  .why {
    margin-left: 1rem;
  }
  .why {
    margin-bottom: 3.75rem;
  }
  .why {
    padding-top: 3.125rem;
  }
  .why {
    padding-bottom: 3.125rem;
  }
  .why__title {
    font-size: 1.375rem;
  }
  .why__title img {
    width: 5rem;
  }
  .why__text {
    font-size: 1rem;
  }
  .tariff {
    margin-bottom: 3.75rem;
  }
  .table-tariff {
    font-size: 0.875rem;
  }
  .table-tariff__logo {
    width: 3.75rem;
  }
  .table-tariff__cell--smart img {
    width: 5rem;
  }
  .connect {
    margin-right: 1rem;
  }
  .connect {
    margin-left: 1rem;
  }
  .connect {
    padding-top: 2.5rem;
  }
  .connect {
    padding-bottom: 2.5rem;
  }
  .connect__title {
    font-size: 1.375rem;
  }
  .connect__success-title {
    font-size: 1.25rem;
  }
  .header {
    padding-top: 5rem;
  }
  .header {
    padding-bottom: 5rem;
  }
  .header__visual {
    column-gap: 1.25rem;
  }
  .header__title {
    font-size: 2rem;
  }
  .header__logo {
    width: 11.25rem;
  }
  .header__logo-smart {
    width: 10.625rem;
  }
  .header__button {
    margin-top: 1.5rem;
  }
  .header__button {
    font-size: 1.375rem;
  }
  .footer__top {
    padding-top: 2.5rem;
  }
  .footer__top {
    padding-bottom: 2.5rem;
  }
  .footer__logo {
    width: 7.5rem;
  }
  .footer__url {
    font-size: 1.125rem;
  }
  .footer__social a {
    width: 1.5rem;
  }
  .bottom-footer {
    font-size: 0.75rem;
  }
}@media (width > 20em) and (width <= 90em) {
  .table-tariff__logo {
    width: clamp( 3.75rem , 3.0357142857125rem  +  3.5714285714vw , 6.25rem );
  }
  .header {
    padding-top: clamp( 5rem , 4.2857142857125rem  +  3.5714285714vw , 7.5rem );
  }
  .header {
    padding-bottom: clamp( 5rem , 4.2857142857125rem  +  3.5714285714vw , 7.5rem );
  }
  .header__visual {
    column-gap: clamp( 1.25rem , 0.92857142856875rem  +  1.6071428571vw , 2.375rem );
  }
  .header__title {
    font-size: clamp( 2rem , 1.64285714285625rem  +  1.7857142857vw , 3.25rem );
  }
  .header__logo {
    width: clamp( 11.25rem , 9.10714285714375rem  +  10.7142857143vw , 18.75rem );
  }
  .header__logo-smart {
    width: clamp( 10.625rem , 8.30357142856875rem  +  11.6071428571vw , 18.75rem );
  }
  .header__button {
    margin-top: clamp( 1.5rem , 1.2142857142875rem  +  1.4285714286vw , 2.5rem );
  }
  .header__button {
    font-size: clamp( 1.375rem , 1.19642857143125rem  +  0.8928571429vw , 2rem );
  }
  .footer__top {
    padding-top: clamp( 2.5rem , 1.7857142857125rem  +  3.5714285714vw , 5rem );
  }
  .footer__top {
    padding-bottom: clamp( 2.5rem , 1.7857142857125rem  +  3.5714285714vw , 5rem );
  }
  .footer__logo {
    width: clamp( 7.5rem , 6.07142857143125rem  +  7.1428571429vw , 12.5rem );
  }
  .footer__url {
    font-size: clamp( 1.125rem , 1.05357142856875rem  +  0.3571428571vw , 1.375rem );
  }
  .footer__social a {
    width: clamp( 1.5rem , 1.39285714285625rem  +  0.5357142857vw , 1.875rem );
  }
  .bottom-footer {
    font-size: clamp( 0.75rem , 0.7142857142875rem  +  0.1785714286vw , 0.875rem );
  }
}@media (width > 20em) and (width <= 120em) {
  .block-about {
    padding-top: clamp( 2.5rem , 0.125rem  +  11.875vw , 14.375rem );
  }
  .block-about {
    padding-bottom: clamp( 2.5rem , 0.125rem  +  11.875vw , 14.375rem );
  }
  .block-about__header {
    margin-bottom: clamp( 1.5rem , 1.05rem  +  2.25vw , 3.75rem );
  }
  .block-about__title {
    font-size: clamp( 1.125rem , 1.05rem  +  0.375vw , 1.5rem );
  }
  .item-about__title {
    font-size: clamp( 1rem , 0.95rem  +  0.25vw , 1.25rem );
  }
  .why {
    margin-right: clamp( 1rem , 0.575rem  +  2.125vw , 3.125rem );
  }
  .why {
    margin-left: clamp( 1rem , 0.575rem  +  2.125vw , 3.125rem );
  }
  .why {
    margin-bottom: clamp( 3.75rem , 3.125rem  +  3.125vw , 6.875rem );
  }
  .why {
    padding-top: clamp( 3.125rem , 2.625rem  +  2.5vw , 5.625rem );
  }
  .why {
    padding-bottom: clamp( 3.125rem , 2.625rem  +  2.5vw , 5.625rem );
  }
  .why__title {
    font-size: clamp( 1.375rem , 1.25rem  +  0.625vw , 2rem );
  }
  .why__title img {
    width: clamp( 5rem , 4.3125rem  +  3.4375vw , 8.4375rem );
  }
  .why__text {
    font-size: clamp( 1rem , 0.95rem  +  0.25vw , 1.25rem );
  }
  .tariff {
    margin-bottom: clamp( 3.75rem , 3.25rem  +  2.5vw , 6.25rem );
  }
  .table-tariff {
    font-size: clamp( 0.875rem , 0.8rem  +  0.375vw , 1.25rem );
  }
  .table-tariff__cell--smart img {
    width: clamp( 5rem , 4.5625rem  +  2.1875vw , 7.1875rem );
  }
  .connect {
    margin-right: clamp( 1rem , 0.575rem  +  2.125vw , 3.125rem );
  }
  .connect {
    margin-left: clamp( 1rem , 0.575rem  +  2.125vw , 3.125rem );
  }
  .connect {
    padding-top: clamp( 2.5rem , 2.35rem  +  0.75vw , 3.25rem );
  }
  .connect {
    padding-bottom: clamp( 2.5rem , 2.35rem  +  0.75vw , 3.25rem );
  }
  .connect__title {
    font-size: clamp( 1.375rem , 1.275rem  +  0.5vw , 1.875rem );
  }
  .connect__success-title {
    font-size: clamp( 1.25rem , 1.15rem  +  0.5vw , 1.75rem );
  }
}@media (width > 23.4375em) and (width <= 120em) {
  .connect__form-wrapper {
    padding: clamp( 1rem , 0.7572815534rem  +  1.0355987055vw , 2rem );
  }
}@media (min-width: 47.99875em) {
  .block-about__title {
    margin: 0 12.5rem;
  }
  .footer__url {
    margin-right: -10%;
  }
}@media (width > 47.99875em) and (width <= 120em) {
  .connect__price {
    width: clamp( 11.25rem , 1.66708260273125rem  +  19.9649311644vw , 25.625rem );
  }
}@media (min-width: 61.99875em) {
  .why__content {
    padding: 0 6.25rem;
  }
  .table-tariff {
    margin: 0 1.5rem;
  }
  .table-tariff__cell--feature {
    padding: 0.875rem 2rem !important;
  }
  .table-tariff__cell--plan span {
    white-space: nowrap;
  }
}@media (width > 68.75em) and (width <= 120em) {
  .block-about__items {
    gap: clamp( 0.75rem , 0.2469512195125rem  +  0.7317073171vw , 1.125rem );
  }
}@media (width > 90em) {
  .table-tariff__logo {
    width: 6.25rem;
  }
  .header {
    padding-top: 7.5rem;
  }
  .header {
    padding-bottom: 7.5rem;
  }
  .header__visual {
    column-gap: 2.375rem;
  }
  .header__title {
    font-size: 3.25rem;
  }
  .header__logo {
    width: 18.75rem;
  }
  .header__logo-smart {
    width: 18.75rem;
  }
  .header__button {
    margin-top: 2.5rem;
  }
  .header__button {
    font-size: 2rem;
  }
  .footer__top {
    padding-top: 5rem;
  }
  .footer__top {
    padding-bottom: 5rem;
  }
  .footer__logo {
    width: 12.5rem;
  }
  .footer__url {
    font-size: 1.375rem;
  }
  .footer__social a {
    width: 1.875rem;
  }
  .bottom-footer {
    font-size: 0.875rem;
  }
}@media (width > 120em) {
  .block-about {
    padding-top: 14.375rem;
  }
  .block-about {
    padding-bottom: 14.375rem;
  }
  .block-about__header {
    margin-bottom: 3.75rem;
  }
  .block-about__items {
    gap: 1.125rem;
  }
  .block-about__title {
    font-size: 1.5rem;
  }
  .item-about__title {
    font-size: 1.25rem;
  }
  .why {
    margin-right: 3.125rem;
  }
  .why {
    margin-left: 3.125rem;
  }
  .why {
    margin-bottom: 6.875rem;
  }
  .why {
    padding-top: 5.625rem;
  }
  .why {
    padding-bottom: 5.625rem;
  }
  .why__title {
    font-size: 2rem;
  }
  .why__title img {
    width: 8.4375rem;
  }
  .why__text {
    font-size: 1.25rem;
  }
  .tariff {
    margin-bottom: 6.25rem;
  }
  .table-tariff {
    font-size: 1.25rem;
  }
  .table-tariff__cell--smart img {
    width: 7.1875rem;
  }
  .connect {
    margin-right: 3.125rem;
  }
  .connect {
    margin-left: 3.125rem;
  }
  .connect {
    padding-top: 3.25rem;
  }
  .connect {
    padding-bottom: 3.25rem;
  }
  .connect__title {
    font-size: 1.875rem;
  }
  .connect__form-wrapper {
    padding: 2rem;
  }
  .connect__price {
    width: 25.625rem;
  }
  .connect__success-title {
    font-size: 1.75rem;
  }
}@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .item-about:hover .item-about__text {
    max-height: var(--opened-text-height);
    opacity: 1;
  }
  html:not([data-fls-touch]) .table-tariff__row:hover {
    background: rgba(57, 181, 74, 0.15);
  }
  html:not([data-fls-touch]) .table-tariff__head:hover {
    background: rgb(245, 247, 250);
  }
  html:not([data-fls-touch]) .table-tariff__footer:hover {
    background: rgb(245, 247, 250);
  }
  html:not([data-fls-touch]) .form-connect__button:hover {
    background-color: #0A0A0A;
    color: inherit;
  }
  html:not([data-fls-touch]) .header__button:hover {
    border-color: #fff;
    background-color: #101828;
  }
  html:not([data-fls-touch]) .footer__url:hover {
    color: #39B54A;
  }
  html:not([data-fls-touch]) .footer__social a:hover {
    transform: scale(1.12);
  }
  html:not([data-fls-touch]) .bottom-footer__policy:hover {
    text-decoration: underline;
  }
}
