* {
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html,
body {
  height: auto;
  min-height: 100%;
}
a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  display: block;
}

:root,
body.theme-dark {
  --background-color: #4d0000;
  --background-gradient-color: #0f0000;
  --font-color: #fff;
  --font-color-dark: #ccc;
  --font-color-secondary: hsla(0, 0%, 100%, 0.3);
  --button-color: #9f041b;
  --button-gradient-color: #e02944;
  --content-color: #fa2948;
  --accent-color: #ff112f;
}
body.theme-light {
  --background-color: #fff;
  --background-gradient-color: #f2f2f2;
  --font-color: #000;
  --font-color-dark: #000;
  --font-color-secondary: rgba(0, 0, 0, 0.3);
  --button-color: #639900;
  --button-gradient-color: #9ee619;
  --content-color: #85cc00;
  --accent-color: #639a00;
}

body {
  background-color: var(--background-gradient-color);

  background-image: radial-gradient(circle 900px at 50% 0, var(--background-color) 0, var(--background-gradient-color) 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--font-color);
  font-family: Arimo, sans-serif;
  text-size-adjust: 100%;
}

.icon {
  height: 17px;
  width: 17px;
}
.svg-extra {
  fill: var(--content-color);
}

.container--sWFMH {
  margin: 0 auto;
  max-width: 1265px;
  padding: 0 20px;
}

.root--d546T a {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
  height: 60px;
  width: 130px;
}
@media only screen and (min-width: 640px) {
  .root--d546T {
    min-height: 30px;
    padding: 10px 0;
  }
  .root--d546T a {
    width: 150px;
  }
}
@media only screen and (max-width: 896px) and (orientation: landscape) {
  .root--d546T {
    min-height: 0;
    padding: 10px 0;
  }
  .root--d546T a {
    margin-left: 20px;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
  }
}

.content--BsMSX {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  height: 100%;
}
.viewcam-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background-color: #000;
  border-radius: 18px;
  color: var(--content-color);
  height: 200px;
  overflow: hidden;
}
.viewcam--piFWd {
  margin-bottom: 20px;
}
.viewcam--piFWd .img--RG605 {
  width: 100%;
  height: 100%;
}
@media (max-width: 639px) {
  .viewcam-wrapper_vertical {
    height: 50vh;
  }
}
@media only screen and (min-width: 640px) {
  .content--BsMSX {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    flex-direction: row;
    overflow: hidden;
  }
  body.theme-light .content--BsMSX {
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  }
  .viewcam-wrapper {
    border-radius: 18px;
    height: 400px;
    width: 100%;
  }
  .viewcam--piFWd {
    margin: 0;
  }
}

.rightBlock--C-bbG {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  justify-content: center;
}
@media only screen and (min-width: 640px) {
  .rightBlock--C-bbG {
    padding: 55px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .rightBlock--C-bbG {
    width: 390px;
  }
  .viewcam-wrapper {
    width: calc(100% - 390px);
  }
}

.title--GPPZw {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.76px;
  line-height: 0.9;
}
.titlePart--SJ69O {
  opacity: 0;
}
.titlePartAccent--d4rsE {
  color: var(--accent-color);
}
.titlePartSmall--evdvL {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 10px;
}
.button--Z2dkX {
  margin-top: 10px;
  opacity: 0;
}
.button--7-0Wt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, var(--button-gradient-color), var(--button-color));
  border-radius: 8px;
  color: var(--font-color);
  font-size: 18px;
  font-weight: 700;
  height: 56px;
  padding: 0 50px;
}
.wide--d7SO1 {
  display: flex;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .button--7-0Wt {
    font-size: 21px;
    height: 64px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 896px) and (hover: none) and (orientation: landscape) and (min-aspect-ratio: 8/5) {
  .content--BsMSX {
    height: calc(100vh - 40px);
  }
  .title--GPPZw {
    font-size: 42px;
    line-height: 40px;
  }
  .titlePartSmall--evdvL {
    display: -webkit-box;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
  .rightBlock--C-bbG {
    padding: 35px 30px;
  }
}

.rightBlockLoaded--FG-ja .titlePart--SJ69O:first-child {
  animation: title-fade-up--mKCI3 0.25s ease-in 0s forwards;
}
.rightBlockLoaded--FG-ja .titlePart--SJ69O:nth-child(2) {
  animation: title-fade-up--mKCI3 0.35s ease-in 0s forwards;
}
.rightBlockLoaded--FG-ja .titlePart--SJ69O:nth-child(3) {
  animation: title-fade-up--mKCI3 0.45s ease-in 0s forwards;
}
.rightBlockLoaded--FG-ja .button--Z2dkX,
.rightBlockLoaded--FG-ja .titlePart--SJ69O:nth-child(4) {
  animation: title-fade-in--YvTNZ 0.2s ease-in 0.6s forwards;
}
@keyframes title-fade-up--mKCI3 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes title-fade-in--YvTNZ {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.root--mv7EK {
  color: inherit;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}
.img--RG605 {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 0;
}
.header--xH9ad {
  container-type: inline-size;
  left: 0;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 2;
}
.footer--1xBXz {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}
.footer--1xBXz > * {
  bottom: 0;
}

.root--ZFx5d {
  left: 5px;
  position: absolute;
  right: 5px;
  z-index: 1;
}
.big--Jal\+X {
  left: 25px;
  right: 25px;
  top: 25px;
}
.root--fzQlh {
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  padding: 1px 5px;
  position: relative;
  z-index: 2;
}
.root--fzQlh + .root--fzQlh {
  margin-left: 3px;
}
.big--5FWvx {
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 12px;
}
@media (max-height: 160px) {
  .root--fzQlh,
  .root--fzQlh.big--5FWvx {
    font-size: 8px;
    line-height: normal;
    padding: 1px 3px;
  }
}
.root--IBKRx {
  align-items: center;
  display: flex;
}
.root--IBKRx small {
  font-size: smaller;
}
.online--ulixj {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin-right: 5px;
  width: 5px;
}
.big--L\+jK\+ {
  height: 13px;
  width: 13px;
}

.root--HlBFL {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.left--qd\+im {
  align-items: center;
  display: flex;
  flex: 1;
  min-width: 0;
}
.left--qd\+im:only-child {
  flex-grow: 1;
}
.root--h7qJa {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  padding: 0 8px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.big--\+KEFI {
  padding: 0 25px 10px;
}
.model-name--ojoqj {
  margin-right: 5px;
  max-width: calc(100% - 17px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.root--2\+U05 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style-type: none;
  margin: 50px 0 10px;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .root--2\+U05 {
    margin-top: 65px;
  }
}
.item--pz21\+ {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  max-width: 530px;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .item--pz21\+ {
    width: 33.3333333333%;
  }
}
.icon--rTSOO {
  display: flex;
  margin-right: 25px;
  min-width: 70px;
  width: 70px;
}
.content--bTqr4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 230px;
  padding-right: 30px;
}
.title--1Y9jH {
  color: var(--content-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.description--NpkXZ {
  color: var(--font-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.8;
}

.root--bhLWp {
  margin: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .root--bhLWp {
    margin-bottom: 45px;
  }
}
.title--jyBLZ {
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.13px;
  margin-bottom: 30px;
  opacity: 0.5;
}
.titleToLowercase--JkSIC {
  text-transform: lowercase;
}
.title--jyBLZ:first-letter {
  text-transform: uppercase;
}
@media only screen and (min-width: 900px) {
  .title--jyBLZ {
    font-size: 20px;
  }
}
.root--PvlHE {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thumb--zon4q {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  color: var(--content-color);
  display: block;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .thumb--zon4q {
    width: calc(50% - 10px);
  }
  [data-count="3"] .thumb--zon4q {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .thumb--zon4q {
    width: calc(50% - 10px);
  }
  [data-count="3"] .thumb--zon4q {
    width: calc(33.33333% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  [data-count="4"] .thumb--zon4q {
    width: calc(25% - 10px);
  }
}

.footer-wrapper {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 50px;
  text-align: center;
}
.footer-wrapper,
.footer-wrapper a {
  color: var(--font-color-secondary);
}
.footer-wrapper a:hover,
.fw-labels {
  color: var(--font-color);
}
.fw-labels {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 35px;
}
.fwl-item {
  width: 50%;
}
@media (min-width: 480px) {
  .fwl-item {
    width: auto;
  }
}
.fw-2257 {
  margin-top: 20px;
}
.fw-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.fw-copyright > * {
  margin: 0 10px;
}
@media only screen and (max-width: 480px) {
  .fw-labels {
    justify-content: space-between;
  }
}

.container--1oG40 {
  margin: 0 auto;
  max-width: 1265px;
  padding: 0 20px;
}
.header--1Dbwn {
  padding: 10px 0;
}
.logo--O6B4T a {
  display: inline-block;
}
.logo--O6B4T img {
  height: 54px;
  width: auto;
}
.layout--2oRzg {
  padding: 20px 0 70px;
}
.content--2V1Ra {
  margin: 0 auto;
  max-width: 900px;
}

.root--318v9 {
  margin-bottom: 14px;
}
.title--1iRrp {
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
.subnav {
  font-size: 14px;
  margin-bottom: 28px;
}
.subnav a {
  color: var(--accent-color);
  font-weight: 600;
}
.subnav a::before {
  content: "← ";
}
.subnav a:hover {
  color: var(--font-color);
}

.list--3j48B {
  margin-bottom: 40px;
}
.root--3f9AA {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 18px;
  padding: 32px 28px;
}
@media (min-width: 768px) {
  .root--3f9AA {
    padding: 44px 48px;
  }
}
.body--1bdk_ {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 15px;
  line-height: 1.7;
  max-width: 78ch;
}
.body--1bdk_ h3 {
  border-left: 3px solid var(--accent-color);
  color: var(--font-color);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 40px 0 14px;
  padding-left: 14px;
}
.body--1bdk_ h3:first-child {
  margin-top: 0;
}
.body--1bdk_ b,
.body--1bdk_ strong {
  color: var(--font-color);
  font-weight: 700;
}
.body--1bdk_ p {
  margin-bottom: 4px;
}

.body--1bdk_ ul {
  list-style: disc;
  margin: 16px 0 16px 22px;
}
.body--1bdk_ li {
  margin-bottom: 10px;
  padding-left: 4px;
}
.body--1bdk_ li::marker {
  color: var(--accent-color);
}
.body--1bdk_ a {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.body--1bdk_ a:hover {
  color: var(--font-color);
}
#current-date {
  color: var(--font-color-secondary);
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer--2-bAX {
  border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  color: var(--font-color-secondary);
  font-size: 13px;
  line-height: 21px;
  padding: 30px 0 50px;
  text-align: center;
}
.disclamer--3s4vk {
  margin: 0 auto;
  max-width: 900px;
}
.links--2qwf6 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin-top: 22px;
}
.links--2qwf6 a {
  color: var(--font-color-secondary);
}
.links--2qwf6 a:hover {
  color: var(--font-color);
}
.copyright--3jv3c {
  margin-top: 18px;
}

:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 3px;
}
