@charset "UTF-8";
/* Specify the box sizing */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Removing internal padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Removing external padding */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set the default basic settings for body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* We remove the standard styling for all ul and ol that have a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* Elements a that do not have a class are reset to default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Making it easier to work with images */
img {
  max-width: 100%;
  display: block;
}

/* We indicate a clear periodicity in the data flow of the article */
article > * + * {
  margin-top: 1em;
}

/* Inheriting fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* We remove default styles for links with type="button" in Safari, Chrome, Opera, Firefox and Edge browsers */
a, [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Removing all animations and transitions for people who prefer not to use them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
/* Flex to push the footer to the bottom of the page */
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #010103;
}

/* Flex to push the footer to the bottom of the page */
.page {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

/* Remove scrolling for mobile version */
@media (max-width: 991.98px) {
  body {
    overflow-x: hidden;
  }

  .body-overflow {
    overflow: hidden;
  }
}
/* Style for blocks without padding */
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Typography */
html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  color: #FFFFFF;
}

h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 145%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-transform: none;
}

a {
  color: #1B1F2A;
  text-decoration: none;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
a:hover {
  color: #0ADAE1;
}

p {
  line-height: 150%;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  h2 {
    font-size: 20px;
  }
}
/* General */
.button-transparent {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #57C7FF;
  border: 2px solid #57C7FF;
  border-radius: 17px;
  padding: 4px 40px;
}

.button-transparent:hover {
  color: #0ADAE1;
  border-color: #0ADAE1;
}

/* Убираем горизонтальный скролл */
.systemtechno {
  max-width: 100%;
  overflow-x: clip;
  /* На продуктовых страницах изменяем фон */
  /* На странице "О компании" изменяем фон */
  /* На 404 изменяем фон */
}

.systemtechno.home {
  background-color: #010103;
  background-image: url(/static/img/home-back.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.systemtechno.home:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 304px;
  background: linear-gradient(180deg, rgba(11, 11, 57, 0) 0%, #0A0928 100%);
  z-index: 0;
  pointer-events: none;
}

.systemtechno.home .st-footer {
  position: relative;
}

.systemtechno.home .st-footer.main-footer-bg {
  background: transparent;
}

.systemtechno.products {
  background-image: url("/static/img/main-top-bg-new.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.systemtechno.products:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 604px;
  background: linear-gradient(180deg, rgba(11, 11, 57, 0) 0%, #0A0928 100%);
  z-index: 0;
  pointer-events: none;
}

.systemtechno.products .st-footer {
  position: relative;
}

.systemtechno.products .st-footer.main-footer-bg {
  background: transparent;
}

.systemtechno.search-engine, .systemtechno.ai-cyberassistant {
  background-color: #010103;
  background-image: url(/static/img/product-back.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.systemtechno.search-engine:before, .systemtechno.ai-cyberassistant:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1880px;
  background: linear-gradient(180deg, rgba(3, 47, 107, 0) 0%, rgba(3, 37, 87, 0.84) 57.69%, #040619 87.02%);
  z-index: 0;
  pointer-events: none;
}

.systemtechno.search-engine .st-footer, .systemtechno.ai-cyberassistant .st-footer {
  position: relative;
}

.systemtechno.search-engine .st-footer.main-footer-bg, .systemtechno.ai-cyberassistant .st-footer.main-footer-bg {
  background: transparent;
}

.systemtechno.company {
  background-color: #010103;
  background-image: url(/static/img/about/about-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.systemtechno.company:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1880px;
  background: linear-gradient(180deg, rgba(3, 47, 107, 0) 0%, rgba(3, 37, 87, 0.84) 57.69%, #040619 87.02%);
  z-index: 0;
  pointer-events: none;
}

.systemtechno.company .st-header {
  background: transparent;
}

.systemtechno.company .st-footer {
  position: relative;
}

.systemtechno.company .st-footer.main-footer-bg {
  background: transparent;
}

.systemtechno.error {
  background: transparent;
}

.systemtechno.error .st-footer {
  position: relative;
}

.systemtechno.error .st-footer.main-footer-bg {
  background: transparent;
}

.systemtechno.error .st-footer .container .row:first-child {
  display: none;
}

.systemtechno.documentation {
  background-color: #010103;
  background-image: url(/static/img/documentation-back.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.systemtechno.documentation:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 488px;
  background: linear-gradient(180deg, rgba(11, 11, 57, 0) 0%, #0A0928 100%);
  z-index: 0;
  pointer-events: none;
}

.systemtechno.documentation .st-footer {
  position: relative;
}

.systemtechno.documentation .st-footer.main-footer-bg {
  background: transparent;
}

.systemtechno.privacy {
  background-color: #010103;
  background-image: url(/static/img/documentation-back.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
}

.systemtechno.privacy:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 488px;
  background: linear-gradient(180deg, rgba(11, 11, 57, 0) 0%, #0A0928 100%);
  z-index: 1;
  pointer-events: none;
}

.systemtechno.privacy .st-footer {
  position: relative;
}

.systemtechno.privacy .st-footer.main-footer-bg {
  background-image: url(/static/img/privacy-bottom.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.systemtechno.privacy .st-footer__title, .systemtechno.privacy .st-footer__wrapper, .systemtechno.privacy .st-footer__container {
  position: relative;
  z-index: 1;
}

/* Фолбэк для старых Safari и других браузеров */
@supports not (overflow-x: clip) {
  .systemtechno {
    overflow-x: hidden;
    position: relative;
  }
}
/* Header */
.st-header {
  position: sticky;
  background: transparent;
  padding: 54px 0 20px;
  z-index: 100;
  transform: translateY(0px);
  -webkit-transition: transform 0.27s;
  -moz-transition: transform 0.27s;
  -o-transition: transform 0.27s;
  transition: transform 0.27s;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.st-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.st-header__logo {
  display: inline-block;
  width: fit-content;
  margin-right: 10px;
}

.st-header__logo:hover .st-header__logo-image {
  color: #e7baf7;
}

.st-header__logo-image {
  color: #FFFFFF;
  width: 209px;
  height: 61px;
}

.st-header ul.st-header__nav {
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 57px;
  margin-top: 16px;
}

.st-header ul.st-header__nav li:hover > .st-header__content {
  display: block;
}

.st-header ul.st-header__nav a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #FFFFFF;
  cursor: pointer;
  padding: 16px 0 20px;
}

.st-header ul.st-header__nav a:hover {
  color: #51D6F8;
}

.st-header__content {
  display: none;
  position: absolute;
  top: 40px;
  left: -38px;
}

.st-header__content ul {
  position: relative;
  padding: 24px 36px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.st-header__content ul:before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(21, 93, 159, 0.35);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
}

.st-header__content li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  z-index: 1;
  margin-bottom: 18px;
  list-style: none;
}

.st-header__content li:last-child {
  margin-bottom: 0;
}

.st-header__content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  cursor: pointer;
}

.st-header__content a:hover {
  color: #51D6F8;
}

.st-header #st-header-toggle, .st-header__menu-button-container, .st-header__menu-button, .st-header__empty-block {
  display: none;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 1200px   *****************************************/
@media (max-width: 1199.98px) {
  .st-header ul.st-header__nav {
    gap: 30px;
  }
}
/***************************************   For screens smaller than 992px   *******************************************/
@media (max-width: 991.98px) {
  .st-header__menu {
    position: relative;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    padding: 16px 0;
    margin-left: 20px;
    background: transparent;
    transition: height 0.4s;
  }

  .st-header__menu #st-header-toggle {
    display: block;
    width: 37px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }

  .st-header__menu .st-header__menu-button-container {
    display: block;
    height: 100%;
    width: 37px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .st-header__menu .st-header__menu-button,
.st-header__menu .st-header__menu-button::before,
.st-header__menu .st-header__menu-button::after {
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    height: 4px;
    width: 37px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .st-header__menu .st-header__menu-button {
    top: 28px;
  }

  .st-header__menu .st-header__menu-button::before {
    content: "";
    margin-top: -12px;
  }

  .st-header__menu .st-header__menu-button::after {
    content: "";
    margin-top: 12px;
  }

  .st-header__menu .st-header__container {
    position: absolute;
    top: 0;
    margin-top: 70px;
    padding: 30px;
    right: 0;
    width: 360px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 34px 50px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    z-index: 20;
    transform: translateY(-200%);
    transition: transform 1.5s ease-in-out;
    overflow: hidden;
  }

  .st-header__menu ul.st-header__nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    padding: 0 !important;
  }

  .st-header__menu ul.st-header__nav li {
    width: 100%;
    padding: 14px 0;
  }

  .st-header__menu ul.st-header__nav li:first-child {
    padding-bottom: 0;
  }

  .st-header__menu ul.st-header__nav li a {
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 20px;
    line-height: 140%;
    color: #052F55;
  }

  .st-header__menu ul.st-header__nav li a:hover {
    color: #F0843D;
    border-bottom: none;
  }

  .st-header__menu #st-header-toggle:checked + .st-header__menu-button-container .st-header__menu-button::before {
    margin-top: 0;
    transform: rotate(405deg);
  }

  .st-header__menu #st-header-toggle:checked + .st-header__menu-button-container .st-header__menu-button {
    background: rgba(255, 255, 255, 0);
  }

  .st-header__menu #st-header-toggle:checked + .st-header__menu-button-container .st-header__menu-button::after {
    margin-top: 0;
    transform: rotate(-405deg);
  }

  .st-header__menu #st-header-toggle:checked + .st-header__menu-button-container + .st-header__container {
    transform: translateY(0);
  }

  .st-header__content {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .st-header__content ul {
    position: relative;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .st-header__content ul:before {
    display: none;
  }

  .st-header__content ul li:first-child {
    margin-bottom: 0;
  }

  .st-header ul.st-header__nav {
    gap: 0;
  }

  .st-header ul.st-header__nav li:hover a {
    color: #052F55;
  }

  .st-header ul.st-header__nav a.st-header__link {
    font-size: 16px;
    margin-left: 26px;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .st-header {
    padding: 20px 0 20px;
  }

  .st-header__menu .st-header__container {
    width: 295px;
    padding: 6px 20px;
  }
}
/* Breadcrumbs */
.breadcrumbs {
  background: transparent;
}

.breadcrumbs__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5px;
  width: 100%;
  padding: 38px 0 34px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}

.breadcrumbs__button-wrapper {
  display: inline-block;
  position: relative;
  width: 360px;
  background: linear-gradient(180deg, #41E0F7 0%, #8AB0FC 100%);
  border-radius: 15px;
  cursor: pointer;
}

.breadcrumbs__button-wrapper:hover .breadcrumbs__button {
  color: #010103;
  width: 100%;
}

.breadcrumbs__button-text {
  width: calc(100% - 2px);
  height: 27px;
  display: inline-block;
  background-color: #010103;
  border-radius: 14px;
  margin: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: #FFFFFF;
  padding: 6px 35px 3px;
}

.breadcrumbs__button {
  position: absolute;
  width: 126px;
  height: 27px;
  top: 1px;
  right: 0;
  display: inline-block;
  background: linear-gradient(180deg, #37E7F6 0%, #8CAEFC 100%);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  line-height: 123%;
  text-align: center;
  color: #010103;
  padding: 6px 20px;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}

.breadcrumbs__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.breadcrumbs__text a {
  color: rgba(169, 252, 255, 0.5);
}

.breadcrumbs__text a:hover {
  color: #FFFFFF;
}

.breadcrumbs__text span {
  color: #FFFFFF;
}

.breadcrumbs__line {
  width: 100%;
  height: 1px;
  margin: 0;
  color: #FFFFFF;
  background-color: #FFFFFF;
  border: 0;
  opacity: 1;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                      ***********************************/
/**********************************************************************************************************************/
/**************************************   For screens smaller than 992px   ********************************************/
@media (max-width: 991.98px) {
  .breadcrumbs {
    display: none;
  }
}
/* Footer */
.st-footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background: transparent;
  color: #FFFFFF;
  padding-top: 80px;
}

.st-footer.main-footer-bg {
  background-image: url(/static/img/main-bottom-bg-new.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.st-footer.main-footer-bg .st-footer__container {
  padding: 26px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.st-footer.privacy-footer-bg {
  background-image: url(/static/img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.st-footer__title {
  font-weight: 900;
  font-size: 34px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 36px;
}

.st-footer__wrapper {
  display: flex;
  padding-bottom: 68px;
}

.st-footer__contacts {
  flex-grow: 1;
}

.st-footer__wrapper-inner {
  flex-grow: 1;
}

.st-footer__contact, .st-footer__developers, .st-footer__media {
  margin-bottom: 22px;
}

.st-footer__contact a, .st-footer__developers a, .st-footer__media a {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  color: #FFFFFF;
}

.st-footer__contact a:hover, .st-footer__developers a:hover, .st-footer__media a:hover {
  border-bottom: 1px solid #FFFFFF;
}

.st-footer__contact p, .st-footer__developers p, .st-footer__media p {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
  color: #FFFFFF;
}

.st-footer__contact:last-of-type, .st-footer__developers:last-of-type, .st-footer__media:last-of-type {
  margin-bottom: 0;
}

.st-footer__developers h3, .st-footer__media h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.st-footer__developers .st-footer__contact, .st-footer__media .st-footer__contact {
  margin-bottom: 8px;
}

.st-footer__developers .st-footer__contact:last-child, .st-footer__media .st-footer__contact:last-child {
  margin-bottom: 0;
}

.st-footer__developers {
  margin-bottom: 31px;
}

.st-footer__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.st-footer__copyright {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 16px;
  line-height: 70%;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: left;
  margin-top: 6px;
}

.st-footer__copyright span {
  display: inline-block;
}

.st-footer__copyright span:first-of-type {
  margin-bottom: 14px;
}

.st-footer__copyright b {
  font-weight: 700;
}

.st-footer__privacy {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-width: 408px;
}

.st-footer__privacy-bottom {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  gap: 4px;
  font-size: 14px;
}

.st-footer__privacy a {
  font-weight: 300;
  font-size: 14px;
  line-height: 70%;
  letter-spacing: 0;
  color: #FFFFFF;
}

.st-footer__privacy a:hover {
  border-bottom: 1px solid #FFFFFF;
}

.st-footer__logo {
  display: inline-block;
  width: fit-content;
}

.st-footer__logo:hover .st-header__logo-image {
  color: #e7baf7;
}

.st-footer__logo-image {
  color: #FFFFFF;
  width: 209px;
  height: 61px;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                      ***********************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 1200px   *****************************************/
@media (max-width: 1199.98px) {
  .st-footer__wrapper-inner {
    flex-grow: 0;
  }

  .st-footer__privacy {
    flex-grow: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
/***************************************   For screens smaller than 992px   *******************************************/
@media (max-width: 991.98px) {
  .st-footer {
    padding-top: 70px;
  }

  .st-footer__wrapper {
    flex-direction: column;
    gap: 22px;
  }

  .st-footer__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 18px 0;
  }

  .st-footer__copyright {
    grid-area: 2/1/3/3;
    margin-top: 0;
  }

  .st-footer__privacy {
    grid-area: 1/1/2/3;
    gap: 10px;
  }

  .st-footer__logo-wrapper {
    grid-area: 1/3/3/4;
    justify-self: self-end;
  }

  .st-footer__developers {
    margin-bottom: 22px;
  }
}
/**************************************   For screens smaller than 768px   ********************************************/
@media (max-width: 767.98px) {
  .st-footer__container {
    grid-gap: 16px 0;
  }

  .st-footer__copyright {
    grid-area: 2/1/3/4;
  }

  .st-footer__logo-wrapper {
    grid-area: 1/3/2/4;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .st-footer {
    text-align: center;
    background-position: 84% bottom;
  }

  .st-footer.main-footer-bg {
    background-position: 84% bottom;
  }

  .st-footer__wrapper {
    padding-bottom: 40px;
  }

  .st-footer__container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }

  .st-footer__logo-wrapper {
    grid-area: 1/1/2/2;
    justify-self: center;
  }

  .st-footer__privacy {
    grid-area: 2/1/3/2;
    justify-self: center;
    text-align: center;
  }

  .st-footer__copyright {
    grid-area: 3/1/4/2;
    justify-self: center;
    text-align: center;
  }
}
/****************************************   For screens smaller than 460px   ******************************************/
@media (max-width: 460px) {
  .st-footer__copyright {
    line-height: 120%;
  }
}
#cookie_notification {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 85px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 1050;
}

#cookie_notification .cookie_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cookie_notification .cookie_accept {
  background: transparent;
}

#cookie_notification .cookie_accept:last-child {
  margin-left: 10px;
}

#cookie_notification p {
  margin: 0;
  font-size: 12px;
  text-align: left;
  color: #525251;
}

/*------ Для управления окошком настройки cookie (начало) ------*/
.manage-consent {
  display: none;
}

body.visible-cookie {
  overflow: hidden;
}

body.visible-cookie .manage-consent {
  display: block;
}

/*------ Для управления окошком настройки cookie (конец) ------*/
.manage-consent {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
  line-height: 1.3;
}

.manage-consent p {
  padding: 0 0 24px;
  margin: 0 !important;
  font-size: 16px;
  color: #525251;
}

.manage-consent__bg {
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #323E48;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manage-consent__modal {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  max-height: 100%;
  max-width: 1050px;
  display: flex;
  flex-direction: column;
}

.manage-consent__head {
  position: relative;
  flex-shrink: 0;
}

.manage-consent__close {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  fill: none;
  color: #000000;
}

.manage-consent__close:hover {
  color: #4BC1F0;
}

.manage-consent__title {
  margin: 0 0 10px 0;
  max-width: 80%;
  font-size: 34px;
  font-weight: bold;
  line-height: 43px;
  letter-spacing: -0.05em;
  padding: 0 0 20px;
  color: #213039;
  text-align: left;
}

.manage-consent__text {
  font-size: 14px;
  line-height: 1.3;
}

.manage-consent__text a {
  color: #337ab7;
  text-decoration: none;
}

.manage-consent__text a:hover {
  color: #23527c;
  text-decoration: underline;
}

.manage-consent__body {
  max-width: 1000px;
  height: 100%;
  overflow-y: auto;
}

.manage-consent__list {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.manage-consent__item {
  margin-bottom: 10px;
}

.manage-consent .checkbox-item {
  display: flex;
  align-items: center;
}

.manage-consent input[type=checkbox] {
  display: none;
}

.manage-consent input[type=checkbox] + label {
  display: inline-block;
  vertical-align: top;
  font: 16px/24px "pfbeausanspro-thin", Arial, Helvetica, sans-serif;
  color: #1a1a1a;
  text-transform: none;
  cursor: pointer;
  position: relative;
}

.manage-consent input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  background: #4BC1F0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #4BC1F0 0%, #4BC1F0 50%, #1E6E9F 100%);
  background: -webkit-linear-gradient(-45deg, #4BC1F0 0%, #4BC1F0 50%, #1E6E9F 100%);
  background: linear-gradient(135deg, #4BC1F0 0%, #4BC1F0 50%, #1E6E9F 100%);
}

.manage-consent input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.manage-consent input[type=checkbox] + label > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 2px 0 2px 40px;
  z-index: 2;
}

.manage-consent input[type=checkbox] + label > span:after, .manage-consent input[type=checkbox] + label > span:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: #fff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.manage-consent input[type=checkbox] + label > span:after {
  transform: rotate(-50deg);
  transform-origin: 0 1em;
  left: 21px;
  top: 12px;
}

.manage-consent input[type=checkbox] + label > span:before {
  transform: rotate(45deg);
  transform-origin: 0 0.6em;
  left: -2px;
  top: 8px;
}

.manage-consent input[type=checkbox]:disabled + label {
  color: #bdbdbd;
}

.manage-consent input[type=checkbox]:disabled + label:before {
  background: #ececec;
}

.manage-consent input[type=checkbox]:disabled + label > span:before, .manage-consent input[type=checkbox]:disabled + label > span:after {
  background: #b9b9b9;
}

.manage-consent input[type=checkbox]:checked + label > span:before {
  width: 0.6em;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.manage-consent input[type=checkbox]:checked + label > span:after {
  width: 1em;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.manage-consent input[type=checkbox]:checked + label:after {
  opacity: 0;
}

.manage-consent p.manage-consent__description {
  font-size: 12px;
  color: #525251;
  margin: 0;
}

.manage-consent__item {
  margin-bottom: 10px;
}

.manage-consent__buttons {
  flex-shrink: 0;
}

.manage-consent__button {
  background: transparent;
}

.manage-consent__browsers {
  margin-bottom: 24px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.manage-consent__browser {
  display: inline-block;
  cursor: pointer;
}

.manage-consent__browser:last-child {
  margin-right: 0;
}

.manage-consent__browser:hover img {
  transform: scale(1.15, 1.15);
}

.manage-consent__browser-icon {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  #cookie_notification .cookie_buttons {
    margin-left: 10px;
  }
}
/****************************************   Для экранов меньше 768px   ************************************************/
@media (max-width: 767.98px) {
  #cookie_notification .cookie_buttons {
    flex-direction: column;
    margin-left: 25px;
  }

  #cookie_notification .cookie_accept {
    width: 100%;
  }

  #cookie_notification .cookie_accept:first-child {
    margin-bottom: 10px;
  }

  #cookie_notification .cookie_accept:last-child {
    margin-left: 0;
  }
}
/****************************************   Для экранов больше 576px   ************************************************/
@media (min-width: 576px) {
  #cookie_notification.cookie-show {
    display: flex;
  }
}
/****************************************   Для экранов меньше 575px   ************************************************/
@media (max-width: 575px) {
  #cookie_notification.cookie-show {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  #cookie_notification .cookie_buttons {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }

  .manage-consent h2.manage-consent__title {
    font-size: 20px !important;
    line-height: 130%;
    text-align: left !important;
    margin: 0;
  }

  .manage-consent__button {
    width: 100%;
  }
}
/* Home */
.main-page {
  color: #FFFFFF;
}

.main-page .main {
  background: transparent;
  padding: 166px 0 180px;
  color: #1B1F2A;
  overflow: hidden;
}

.main-page .main__title {
  font-weight: 800;
  font-size: 54px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left;
  background: linear-gradient(90.03deg, #29F1F5 0.04%, #92AAFC 42.25%, #E7BAF7 87.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.main-page .main__sub-title {
  display: inline-block;
  font-weight: 500;
  font-size: 33px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 32px;
  color: #FFFFFF;
}

.main-page .main__sub-title-min {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.main-page .main__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  margin-bottom: 50px;
}

.main-page .main__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.main-page .products {
  background: transparent;
  padding: 68px 0 145px;
  color: #FFFFFF;
}

.main-page .products__title {
  font-weight: 900;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: linear-gradient(90.03deg, #29F1F5 0.04%, #92AAFC 42.25%, #E7BAF7 87.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-page .products__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 42px;
}

.main-page .products__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 30px;
}

.main-page .products__item {
  position: relative;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.main-page .products__item:hover {
  box-shadow: 0 0 17px 0 #8adcf6;
}

.main-page .products__item-inner {
  width: 100%;
  height: 100%;
  padding: 30px 44px 54px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(81, 214, 248, 0.7) 0%, rgba(214, 184, 248, 0.7) 100%);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}

.main-page .products__item-inner.item-1 img {
  width: 43px;
  height: 44px;
}

.main-page .products__item-inner.item-2 img {
  width: 56px;
  height: 45px;
}

.main-page .products__item-inner h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 14px;
}

.main-page .products__item-inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.main-page .products__icon {
  flex-shrink: 0;
}

.main-page .about {
  padding: 22px 0 188px;
}

.main-page .about__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 74px;
}

.main-page .about__title {
  font-weight: 900;
  font-size: 34px;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90deg, #2BF0F5 1.26%, #9FADFC 50.14%, #E4BAF8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.main-page .about__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0;
  position: relative;
}

.main-page .about__text:before {
  position: absolute;
  content: "";
  top: calc(50% - 204px);
  left: calc(50% - 355px);
  width: 710px;
  height: 408px;
  background-color: transparent;
  background-image: url("/static/img/about-back.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.main-page .about__text p {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

.main-page .about__text a {
  color: #2BF0F5;
  border-bottom: 1px solid #2BF0F5;
  cursor: pointer;
}

.main-page .about__text a:hover {
  text-shadow: 0 0 17px #2BF0F5;
}

.main-page .benefits {
  padding-bottom: 120px;
}

.main-page .benefits__title-container {
  position: relative;
}

.main-page .benefits__title-container:after {
  content: "";
  position: absolute;
  top: -518px;
  left: calc(50% - 50px);
  width: 1078px;
  height: 1078px;
  border-radius: 100%;
  background-color: transparent;
  background-image: url(/static/img/benefits-new-image.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  pointer-events: none;
  z-index: 1;
}

.main-page .benefits__title {
  position: relative;
  width: fit-content;
  padding: 26px 34% 26px 60px;
  margin: 0 0 86px;
  border-radius: 0 50px 50px 0;
  border-right: none;
  display: inline-block;
}

.main-page .benefits__title:before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 55px 0 0 55px;
  border-right: none;
  padding: 3px 0 3px 3px;
  background: linear-gradient(90deg, #DDBAFA 0%, #A2AEFC 35.43%, rgba(40, 204, 226, 0.14) 67.8%, rgba(0, 0, 0, 0) 74.58%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.main-page .benefits__title h2 {
  background: linear-gradient(90deg, #2BF0F5 1.26%, #9FADFC 50.14%, #E4BAF8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 3;
  font-size: 30px;
}

.main-page .benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 38px;
  max-width: 900px;
}

.main-page .benefits__item {
  position: relative;
  border: 3px solid transparent;
  border-image-source: url(/static/img/how-border.png);
  -webkit-image-slice: 20%;
  -moz-image-slice: 20%;
  border-image-slice: 20%;
  -webkit-image-width: 50px;
  border-image-width: 50px;
  border-image-repeat: stretch;
  padding: 54px 40px 36px;
  letter-spacing: -0.03em;
}

.main-page .benefits__item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.main-page .benefits__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
}

.main-page .benefits__number {
  position: absolute;
  top: -40px;
  left: 58px;
  font-size: 48px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFFFFF;
}

.main-page .white-back-wrapper {
  position: relative;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding: 94px 0 76px;
  color: #1B1F2A;
}

.main-page .white-back-wrapper:before, .main-page .white-back-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 118px;
  background-color: transparent;
  background-image: url(/static/img/light-line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 48px 0 67px;
  z-index: 1;
}

.main-page .white-back-wrapper:before {
  top: -59px;
}

.main-page .white-back-wrapper:after {
  bottom: -59px;
}

.main-page .white-back-wrapper__image-wrapper {
  position: absolute;
  background-color: transparent;
  inset: 0;
  overflow: hidden;
}

.main-page .white-back-wrapper__image {
  position: absolute;
  background-color: transparent;
  background-image: url(/static/img/about-image-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  inset: -110px;
  animation: move 20s linear alternate infinite;
}

.main-page .news {
  position: relative;
  background: transparent;
}

.main-page .news__wrapper {
  position: relative;
}

.main-page .news__title {
  font-weight: 900;
  font-size: 34px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left;
  background: linear-gradient(90.03deg, #12286D 0.04%, #5A78DE 33.03%, #6CA4D0 54.76%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}

.main-page .news__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.main-page .news__item {
  flex: calc(50% - 15px);
}

.main-page .news__item.hide {
  display: none;
}

.main-page .news__item a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.main-page .news__item-background {
  position: relative;
  width: 100%;
  padding-top: 45%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.main-page .news__item-background:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(8, 22, 60, 0) 0%, rgba(5, 29, 66, 0.802885) 53.85%, #00132B 100%);
  z-index: 1;
}

.main-page .news__item-background img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-page .news__item-data {
  font-weight: 400;
  font-size: 16px;
  line-height: 70%;
  letter-spacing: 0.03em;
  text-align: right;
  color: #FFFFFF;
  padding: 26px;
  position: relative;
  z-index: 2;
}

.main-page .news__item-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
  color: #184D98;
}

.main-page .news .button-transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 219px;
  height: 35px;
  padding: 0;
  border-radius: 29px;
  background: #57C7FF;
  border: 1.5px solid #57C7FF;
  color: #FFFFFF;
  margin-top: 26px;
  cursor: pointer;
}
.main-page .news .button-transparent:hover {
  background: #0ADAE1;
  border-color: #0ADAE1;
  color: #FFFFFF;
}
.main-page .news .button-transparent.hide {
  display: none;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 1200px   *****************************************/
@media (max-width: 1199.98px) {
  .main-page .about__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .main-page .benefits__title {
    padding: 26px 22% 26px 60px;
  }

  .main-page .benefits__item br {
    display: none;
  }

  .main-page .who {
    padding-bottom: 60px;
  }

  .main-page .who__title h2 {
    font-size: 24px;
  }

  .main-page .who__text {
    margin: 0 50px 20px auto;
    max-width: 556px;
  }

  .main-page .white-back-wrapper {
    padding: 60px 0;
  }

  .main-page .content__item br {
    display: none;
  }

  .main-page .content__number {
    left: 50px;
  }
}
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .main-page .main {
    padding: 80px 0 50px;
  }

  .main-page .main__title {
    font-size: 41px;
  }

  .main-page .main__sub-title {
    font-size: 25px;
  }

  .main-page .main__sub-title-min {
    font-size: 16px;
  }

  .main-page .products {
    padding: 70px 0;
  }

  .main-page .products__title {
    font-size: 28px;
  }

  .main-page .products__list {
    grid-template-columns: 1fr;
  }

  .main-page .about {
    padding: 22px 0 70px;
  }

  .main-page .benefits {
    padding-bottom: 70px;
  }

  .main-page .benefits__title {
    padding: 26px 4% 26px 40px;
  }

  .main-page .benefits__title:before {
    inset: -3px -35% -3px 0;
  }

  .main-page .benefits__title h2 {
    font-size: 28px;
  }

  .main-page .white-back-wrapper {
    padding: 50px 0;
  }

  .main-page .news__item {
    flex: 100%;
  }
}
/****************************************   For screens smaller than 768px   ******************************************/
@media (max-width: 767.98px) {
  .main-page h2 {
    font-size: 20px;
  }

  .main-page .main {
    padding: 70px 0 15px;
  }

  .main-page .main__title {
    font-size: 30px;
  }

  .main-page .main__sub-title {
    font-size: 20px;
  }

  .main-page .main__sub-title-min {
    font-size: 16px;
  }

  .main-page .products__title {
    font-size: 24px;
  }

  .main-page .products__text {
    font-size: 16px;
  }

  .main-page .products__list {
    grid-auto-rows: auto;
  }

  .main-page .products__item-inner {
    padding: 20px 30px 32px;
  }

  .main-page .products__item-inner h3 {
    font-size: 22px;
  }

  .main-page .products__item-inner p {
    font-size: 16px;
  }

  .main-page .about {
    padding: 0 0 70px;
  }

  .main-page .about__title {
    font-size: 24px;
  }

  .main-page .about__wrapper {
    gap: 24px;
  }

  .main-page .about__text {
    font-size: 16px;
  }

  .main-page .benefits__title-container:after {
    left: calc(50% - 222px);
  }

  .main-page .benefits__title {
    margin: 0 0 60px;
  }

  .main-page .benefits__title:before {
    border-radius: 64px 0 0 64px;
  }

  .main-page .benefits__title h2 {
    font-size: 24px;
  }

  .main-page .benefits__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .main-page .benefits__item {
    width: 100%;
  }

  .main-page .benefits__number {
    left: 92px;
  }

  .main-page .news__title {
    font-size: 24px;
  }

  .main-page .news__item-text {
    font-size: 16px;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .main-page .main__title, .main-page .main__sub-title, .main-page .main__sub-title-min {
    width: 100%;
    text-align: center;
  }

  .main-page .products__title, .main-page .products__text, .main-page .about__title, .main-page .about__text {
    text-align: center;
  }

  .main-page .products__title br, .main-page .products__text br, .main-page .about__title br, .main-page .about__text br {
    display: none;
  }

  .main-page .news__title {
    text-align: center;
  }

  .main-page .benefits__title-container {
    display: flex;
    justify-content: center;
  }

  .main-page .benefits__title-container:after {
    top: -464px;
    left: calc(50% - 333px);
    transform: scale(1.2);
    opacity: 0.8;
  }

  .main-page .benefits__title {
    padding: 0;
    text-align: center;
    max-width: 400px;
  }

  .main-page .benefits__title:before {
    top: calc(50% - 212px);
    left: calc(50% - 500px);
    width: 1000px;
    height: 400px;
    background-color: transparent;
    background-image: url(/static/img/about-back.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    mask: none;
    -webkit-mask-composite: initial;
    mask-composite: initial;
  }

  .main-page .benefits__list {
    position: relative;
    z-index: 2;
  }
}
/****************************************   For screens smaller than 460px   ******************************************/
@media (max-width: 460px) {
  .button-transparent {
    padding: 4px 20px;
  }

  .main-page .benefits__number {
    left: 56px;
  }
}
@keyframes move {
  0% {
    transform: translate(-70px, -50px);
    opacity: 0.8;
  }
  50% {
    transform: translate(70px, 20px);
    opacity: 0.5;
  }
  100% {
    transform: translate(-60px, 110px);
    opacity: 0.8;
  }
}
/* Privacy */
.privacy-page {
  position: relative;
  display: flex;
  flex-direction: column;
}

.privacy-page:after {
  content: "";
  position: absolute;
  bottom: -59px;
  left: 0;
  width: 100%;
  height: 118px;
  background-image: url(/static/img/light-line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 48px 0 67px;
  z-index: 2;
}

.privacy-page .main-back {
  position: relative;
  flex-grow: 1;
  background-color: #FFFFFF;
  background-image: url(/static/img/privacy-max-bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.privacy-page .main-back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f0f0f0 75%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
  z-index: 0;
}

.privacy-page .main {
  padding: 68px 0 134px;
  color: #1C4A8D;
}

.privacy-page .main__content {
  max-width: 850px;
  position: relative;
  z-index: 1;
}

.privacy-page .main__content p {
  font-weight: 400;
  line-height: 136%;
  color: #1C4A8D;
  margin-bottom: 26px;
}

.privacy-page .main__content p.main__text {
  margin-bottom: 5px;
}

.privacy-page .main__content ul {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
}

.privacy-page .main__content ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  line-height: 150%;
}

.privacy-page .main__content ul li:before {
  position: absolute;
  left: 13px;
  top: 10px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background-color: #1C4A8D;
}

.privacy-page .main__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #314582 13.47%, #5F84DB 35.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.privacy-page .main__sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
  color: #1C4A8D;
  text-transform: none;
  margin-top: 28px;
  margin-bottom: 10px;
}

.privacy-page .main__browsers {
  margin-bottom: 24px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.privacy-page .main__browser {
  display: inline-block;
  cursor: pointer;
}

.privacy-page .main__browser:last-child {
  margin-right: 0;
}

.privacy-page .main__browser:hover img {
  transform: scale(1.15, 1.15);
}

.privacy-page .main__browser-icon {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .privacy-page .main {
    position: relative;
    z-index: 1;
  }

  .privacy-page .main__title {
    font-size: 26px;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .privacy-page .main__title {
    font-size: 18px;
  }
}
/* Error */
.error-page .main {
  position: relative;
}

.error-page .main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background: linear-gradient(180deg, #010103 0%, rgba(1, 1, 3, 0) 100%);
  z-index: 1;
}

.error-page .main__image-wrapper {
  position: relative;
}

.error-page .main__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error-page .main__text-wrapper {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 1%;
}

.error-page .main__text {
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90.01deg, #093579 37.62%, #0E2767 62.98%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-page .main__sub-text-wrapper {
  margin-top: 10px;
}

.error-page .main__sub-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

.error-page .main__sub-text a {
  color: #FFFFFF;
  margin: 0 10px;
}

.error-page .main__sub-text a:hover {
  cursor: pointer;
  border-bottom: 1px solid #FFFFFF;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .error-page .main__text {
    font-size: 30px;
  }
}
/****************************************   For screens smaller than 768px   ******************************************/
@media (max-width: 767.98px) {
  .error-page .main__text {
    font-size: 24px;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .error-page .main__text {
    font-size: 22px;
  }
}
/****************************************   For screens smaller than 500px   ******************************************/
@media (max-width: 500px) {
  .error-page .main__text {
    font-size: 16px;
  }
}
/****************************************   For screens smaller than 400px   ******************************************/
@media (max-width: 400px) {
  .error-page .main__text {
    font-size: 14px;
  }
}
/* Product */
.product-page {
  background-color: transparent;
  color: #FFFFFF;
}

.product-page .top-back-wrapper {
  background: transparent;
}

.product-page .main {
  background: transparent;
  padding: 22px 0 50px;
  color: #1B1F2A;
  overflow: hidden;
}

.product-page .main__title {
  font-weight: 800;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left;
  background: linear-gradient(90.03deg, #29F1F5 0.04%, #92AAFC 42.25%, #E7BAF7 87.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-bottom: 22px;
}

.product-page .main__sub-title {
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 48px;
  color: #FFFFFF;
}

.product-page .main__sub-title-min {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.product-page .main__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
}

.product-page .main__item {
  position: relative;
  padding: 0 24px;
  margin: 0 0 14px;
  border-radius: 20px;
  display: inline-block;
}

.product-page .main__item:before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(90deg, #29F1F5 0%, #E1B9F7 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.product-page .main__item:after {
  content: "";
  position: absolute;
  background: #6FDBF6;
  width: 1000%;
  height: 2px;
  top: calc(50% - 1px);
  right: 100%;
}

.product-page .main__item span {
  font-size: 16px;
  font-weight: 700;
  line-height: 162%;
  text-align: left;
  background: linear-gradient(90deg, #29F1F5 0%, #E4BAF7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.product-page .main .main-item-1, .product-page .main .main-item-2, .product-page .main .main-item-3, .product-page .main .main-item-4 {
  transform: translateX(-1000%);
}

.product-page .main .main-item-1.animate, .product-page .main .main-item-2.animate, .product-page .main .main-item-3.animate, .product-page .main .main-item-4.animate {
  -webkit-transition: transform 0.7s ease-in-out;
  -moz-transition: transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transform: translateX(0);
}

.product-page .main .main-item-2.animate {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.product-page .main .main-item-3.animate {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.product-page .main .main-item-4.animate {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.product-page .challenges {
  background: transparent;
  padding: 62px 0 86px;
  color: #FFFFFF;
}

.product-page .challenges__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 42px;
}

.product-page .challenges__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 30px;
}

.product-page .challenges__list:before {
  position: absolute;
  content: "";
  width: 729px;
  height: 390px;
  bottom: -120px;
  right: 0;
  background: radial-gradient(50% 50% at 50% 50%, #02215A 0%, rgba(1, 33, 94, 0) 100%);
  z-index: 0;
}

.product-page .challenges__item {
  position: relative;
}

.product-page .challenges__item:first-child:before {
  display: none;
}

.product-page .challenges__item:before {
  position: absolute;
  content: "";
  bottom: -120px;
  right: -120px;
  width: 390px;
  height: 390px;
  background: radial-gradient(50% 50% at 50% 50%, #02215A 0%, rgba(1, 33, 94, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.product-page .challenges__item-inner {
  width: 100%;
  height: 100%;
  padding: 40px 36px 52px;
  border-radius: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 908px 508px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.8));
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.product-page .challenges__item-inner.item-1 {
  background-image: url(/static/img/challenges/challenge-1.webp);
}

.product-page .challenges__item-inner.item-2 {
  background-image: url(/static/img/challenges/challenge-2.webp);
}

.product-page .challenges__item-inner.item-3 {
  background-image: url(/static/img/challenges/challenge-3.webp);
}

.product-page .content {
  padding-bottom: 34px;
}

.product-page .content__title {
  position: relative;
  width: 100%;
  padding: 20px 0;
  display: inline-block;
}

.product-page .content__title.with-frame {
  width: fit-content;
  padding: 14px 40px 14px 0;
  margin: 0 0 36px;
  border-radius: 0 50px 50px 0;
  border-right: none;
  display: flex;
  justify-content: flex-start;
}

.product-page .content__title.with-frame:before {
  content: "";
  position: absolute;
  inset: -3px -3px -3px calc(-100vw + 1000px);
  border-radius: 0 55px 55px 0;
  border-right: none;
  padding: 3px 3px 3px 0;
  background: linear-gradient(90deg, #31EDF6 0%, #A2AEFC 35.43%, #D9B8F9 67.8%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.product-page .content__title h2 {
  display: inline-block;
  width: fit-content;
  background: linear-gradient(90deg, #2BF0F5 1.26%, #9FADFC 50.14%, #E4BAF8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 3;
  font-weight: 900;
  font-size: 34px;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-page .content__list {
  max-width: 700px;
}

.product-page .content__item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.product-page .content__item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/static/img/icons/marker-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-page .content__item-title {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #2BF0F5;
  margin-bottom: 10px;
}

.product-page .benefits {
  background: transparent;
  padding: 0 0 260px;
}

.product-page .benefits__title {
  width: fit-content;
  background: linear-gradient(90deg, #2BF0F5 1.26%, #9FADFC 50.14%, #E4BAF8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 58px;
  font-weight: 900;
  font-size: 34px;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-page .benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 30px;
}

.product-page .benefits__item {
  position: relative;
  border: 3px solid transparent;
  border-image-source: url(/static/img/how-border.png);
  -webkit-image-slice: 20%;
  -moz-image-slice: 20%;
  border-image-slice: 20%;
  -webkit-image-width: 50px;
  border-image-width: 50px;
  border-image-repeat: stretch;
  padding: 44px 34px 36px;
  letter-spacing: -0.03em;
}

.product-page .benefits__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
}

.product-page .benefits__item p b {
  font-weight: 700;
}

.product-page .benefits__number {
  position: absolute;
  top: -40px;
  left: 58px;
  font-size: 48px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFFFFF;
}

.product-page .who {
  padding-bottom: 152px;
}

.product-page .who.who-last {
  padding-bottom: 30px;
}

.product-page .who.who-last .who__list {
  max-width: 702px;
}

.product-page .who__title-container {
  position: relative;
}

.product-page .who__title-container:after {
  content: "";
  position: absolute;
  top: -466px;
  left: calc(50% - 1000px);
  width: 1078px;
  height: 1078px;
  border-radius: 100%;
  background-color: transparent;
  background-image: url(/static/img/benefits-product-image.webp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: 2;
  pointer-events: none;
}

.product-page .who__title {
  position: relative;
  width: 100%;
  padding: 4px 74px 4px 35%;
  margin: 0 0 36px;
  border-radius: 0 50px 50px 0;
  border-right: none;
  display: flex;
  justify-content: flex-end;
}

.product-page .who__title:before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 0 55px 55px 0;
  border-right: none;
  padding: 3px 3px 3px 0;
  background: linear-gradient(270deg, #DDBAFA 0%, #A2AEFC 35.43%, rgba(40, 204, 226, 0.14) 67.8%, rgba(0, 0, 0, 0) 74.58%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.product-page .who__title h2 {
  background: linear-gradient(89.98deg, #2BF0F5 0%, #DFB9F9 96.2%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 3;
  font-weight: 900;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: fit-content;
}

.product-page .who__list {
  max-width: 672px;
  margin-left: auto;
}

.product-page .who__item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.product-page .who__item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/static/img/icons/marker-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-page .who__item:last-child {
  margin-bottom: 0;
}

.product-page .who__item-title {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #2BF0F5;
  margin-bottom: 10px;
}

.product-page .price {
  padding-bottom: 152px;
  position: relative;
}

.product-page .price p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
}

.product-page .price p a {
  color: #2BF0F5;
  cursor: pointer;
}

.product-page .price p a:hover {
  border-bottom: 1px solid #2BF0F5;
}

.product-page .price h3 {
  font-size: 20px;
  color: #2BF0F5;
  padding: 50px 0 15px;
  text-align: right;
}

.product-page .requirements {
  padding-bottom: 50px;
}

.product-page .requirements__wrapper {
  position: relative;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  gap: 86px;
  padding: 46px 34px 34px;
}

.product-page .requirements__wrapper:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(81, 214, 248, 0.7) 0%, rgba(214, 184, 248, 0.7) 100%);
  border-radius: 15px;
  z-index: 0;
  pointer-events: 0;
}

.product-page .requirements h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  text-transform: none;
  color: #FFFFFF;
  position: relative;
  flex-shrink: 0;
}

.product-page .requirements ul {
  position: relative;
  color: #FFFFFF;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-page .requirements li {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: -0.02em;
}

.product-page .requirements li b {
  font-weight: 700;
}

.product-page .book {
  padding: 60px 0 54px;
}

.product-page .book__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 3px solid #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 24px 100px 0 64px;
  overflow: hidden;
}

.product-page .book__wrapper h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  text-transform: none;
  color: #FFFFFF;
  display: inline-block;
  margin: 30px 0;
}

.product-page .book__wrapper h2 b {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

.product-page .book__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-page .book__img {
  position: relative;
  width: fit-content;
  height: 228px;
}

.product-page .book__img img {
  position: absolute;
  top: 16px;
  right: 0;
  width: 194px;
  height: auto;
  border-radius: 8px 8px 0 0;
  box-shadow: 20px 0 20px 0 rgba(11, 24, 64, 0.5);
}

.product-page .book__img-back {
  display: inline-block;
  width: 202px;
  height: 228px;
  background: linear-gradient(180deg, rgba(81, 214, 248, 0.7) 0%, rgba(214, 184, 248, 0.7) 100%);
  border-radius: 9px 15px 0 0;
  margin-right: 18px;
}

.search-engine .product-page .price {
  padding: 80px 0 30px;
}

.search-engine .product-page .price b {
  color: #2BF0F5;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 1200px   *****************************************/
@media (max-width: 1199.98px) {
  .product-page .challenges__item-inner br {
    display: none;
  }

  .product-page .content__title.with-frame:before {
    inset: -3px -3px -3px calc(-100vw + 930px);
  }

  .product-page .content__title h2 {
    font-size: 24px;
  }

  .product-page .benefits__title {
    font-size: 24px;
  }

  .product-page .benefits__item br {
    display: none;
  }

  .product-page .benefits__number {
    left: 50px;
  }

  .product-page .who {
    padding-bottom: 60px;
  }

  .product-page .who.who-last .who__list {
    max-width: 580px;
  }

  .product-page .who__title h2 {
    font-size: 24px;
  }

  .product-page .price {
    padding-bottom: 60px;
  }

  .product-page .requirements__wrapper {
    padding: 26px 20px;
    gap: 36px;
  }

  .product-page .book__wrapper {
    padding: 24px 70px 0 64px;
  }
}
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .product-page .main {
    padding: 97px 0 30px;
  }

  .product-page .main__title {
    font-size: 35px;
  }

  .product-page .main__sub-title {
    font-size: 25px;
  }

  .product-page .main__item span {
    font-size: 14px;
  }

  .product-page .challenges {
    padding: 30px 0 60px;
  }

  .product-page .challenges__title br {
    display: none;
  }

  .product-page .challenges__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .product-page .challenges__list:before {
    bottom: -50px;
  }

  .product-page .content__title.with-frame:before {
    inset: -3px -3px -3px calc(-100vw + 730px);
  }

  .product-page .benefits {
    padding: 0 0 90px;
  }

  .product-page .benefits__title {
    margin-bottom: 40px;
  }

  .product-page .benefits__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .product-page .benefits__item {
    width: 100%;
  }

  .product-page .benefits__number {
    left: 130px;
  }

  .product-page .who.who-last .who__list {
    max-width: 100%;
  }

  .product-page .who__title-container:after {
    top: -455px;
    left: calc(50% - 890px);
    opacity: 0.4;
  }

  .product-page .who__title {
    padding: 4px 74px 4px 35px;
    justify-content: flex-start;
  }

  .product-page .who__title:before {
    background: linear-gradient(270deg, #DDBAFA 0%, #A2AEFC 71%, rgba(40, 204, 226, 0.14) 93%, rgba(0, 0, 0, 0) 100%);
  }

  .product-page .who__list {
    max-width: 100%;
    margin-left: 0;
  }

  .product-page .requirements {
    padding-bottom: 30px;
  }

  .product-page .requirements__wrapper {
    flex-direction: column;
    padding: 36px;
    gap: 20px;
  }

  .product-page .book {
    padding: 30px 0 0;
  }

  .product-page .book__wrapper {
    padding: 24px 36px 0;
  }

  .search-engine .product-page .price {
    padding: 50px 0 0;
  }
}
/****************************************   For screens smaller than 768px   ******************************************/
@media (max-width: 767.98px) {
  .product-page .main {
    padding: 97px 0 15px;
  }

  .product-page .main__title {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .product-page .main__sub-title {
    font-size: 20px;
  }

  .product-page .main__item {
    padding: 2px 24px;
  }

  .product-page .main__item span {
    line-height: 140%;
  }

  .product-page .challenges__item-inner {
    padding: 20px 20px 54px;
  }

  .product-page .challenges__item-inner br {
    display: none;
  }

  .product-page .content__title.with-frame {
    padding: 4px 40px 4px 0;
  }

  .product-page .content__title.with-frame:before {
    inset: -3px -3px -3px -20vw;
  }

  .product-page .content__title h2 {
    font-size: 20px;
  }

  .product-page .content__item br {
    display: none;
  }

  .product-page .benefits {
    padding: 0 0 70px;
  }

  .product-page .benefits__title {
    font-size: 20px;
  }

  .product-page .benefits__number {
    left: 92px;
  }

  .product-page .who__title {
    padding: 4px 74px 4px 0;
  }

  .product-page .who__title h2 {
    font-size: 20px;
  }

  .product-page .who__text {
    max-width: 368px;
    margin-left: 0;
  }

  .product-page .price h3 {
    padding: 36px 0 0;
  }

  .product-page .requirements h2 {
    text-align: center;
  }

  .product-page .book__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .product-page .book__wrapper h2 {
    text-align: center;
  }

  .product-page .book__text {
    align-items: center;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .product-page .main__sub-title {
    font-size: 18px;
  }

  .product-page .content__title {
    padding: 0 0 20px 0;
  }

  .product-page .content__title.with-frame:before {
    inset: -3px -3px -3px -4vw;
  }

  .product-page .who__title {
    padding: 4px 30px 4px 0;
  }
}
/****************************************   For screens smaller than 460px   ******************************************/
@media (max-width: 460px) {
  .product-page .main__title {
    font-size: 22px;
  }

  .product-page .content__number {
    left: 56px;
  }

  .product-page .benefits__number {
    left: 54px;
  }
}
/* Documentation */
.documentation-page {
  position: relative;
  display: flex;
  flex-direction: column;
}

.documentation-page .main {
  padding: 68px 0 134px;
  color: #1C4A8D;
}

.documentation-page .main__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #314582 13.47%, #5F84DB 35.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.documentation-page .main-back {
  position: relative;
  flex-grow: 1;
  background-color: #FFFFFF;
  background-image: url(/static/img/privacy-max-bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.documentation-page h1 {
  margin-bottom: 40px;
}

.documentation-page .docs__table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.documentation-page .docs__cell {
  display: grid;
  place-content: center;
  border: 1px solid #8BC6FA;
  padding: 10px 30px;
}

.documentation-page .docs__cell_head {
  background: #8BC6FA80;
  font-weight: bold;
  text-align: center;
}

.documentation-page .docs__cell_rowspan-2 {
  grid-row: span 2;
  /* Растягиваем на 2 строки */
}

.documentation-page .docs__cell_rowspan-3 {
  grid-row: span 3;
  /* Растягиваем на 3 строки */
}

.documentation-page .docs__cell_link-area {
  background-color: rgba(189, 208, 255, 0.5);
}

.documentation-page .docs__cell_link {
  color: #184D98;
  text-decoration: underline;
}

.documentation-page .docs__cell_tac {
  place-content: start;
}

.documentation-page .docs__cell_section-page {
  display: none;
}

/****************************************   For screens smaller than 768px   ******************************************/
@media (max-width: 767.98px) {
  .documentation-page .docs__cell {
    padding: 10px;
    display: block;
  }

  .documentation-page .docs__cell_column2 {
    text-align: center;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .documentation-page h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .documentation-page .docs__table {
    grid-template-columns: 1fr;
  }

  .documentation-page .docs__cell_head, .documentation-page .docs__cell_column2 {
    display: none;
  }

  .documentation-page .docs__cell_column1 {
    margin-top: 20px;
  }

  .documentation-page .docs__cell:nth-child(20) {
    grid-area: 11/1/12/2;
    margin-top: 0;
  }

  .documentation-page .docs__cell:nth-child(22) {
    grid-area: 12/1/13/2;
    margin-top: 0;
  }

  .documentation-page .docs__cell_section-page {
    display: block;
    font-size: 13px;
    font-weight: bold;
  }

  .documentation-page .docs__cell_rowspan-2, .documentation-page .docs__cell_rowspan-3 {
    grid-row: span 1;
  }
}
/* Products */
.systemtechno.products > * {
  background: transparent;
}

.systemtechno.products .product {
  background: transparent;
  color: #FFFFFF;
}

.systemtechno.products .product__title {
  font-weight: 900;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: linear-gradient(90.03deg, #29F1F5 0.04%, #92AAFC 42.25%, #E7BAF7 87.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.systemtechno.products .product__list {
  font-size: 18px;
  padding: 10px 10px 10px 20px;
}

.systemtechno.products .product__wrapper {
  position: relative;
}

.systemtechno.products .product__wrapper p {
  text-indent: 50px;
}

.systemtechno.products .product__wrapper h3 {
  font-size: 20px;
  color: #2BF0F5;
  padding: 50px 0 15px;
}

.systemtechno.products .product__wrapper h3.price {
  text-align: right;
}

.systemtechno.products .product__wrapper h3.list {
  text-transform: uppercase;
}

.systemtechno.products .product__wrapper ul {
  padding: 30px 50px 0;
}

.systemtechno.products .product__wrapper li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.systemtechno.products .product__wrapper li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/../static/img/icons/marker-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.systemtechno.products .product .requirements {
  padding: 30px 0;
}

.systemtechno.products .product .requirements p {
  padding: 0 0 20px;
}

.systemtechno.products .product .requirements__row {
  display: flex;
}

.systemtechno.products .product .requirements__col {
  width: 250px;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 1200px   *****************************************/
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .systemtechno.products .product {
    padding: 50px 0;
  }

  .systemtechno.products .product__title {
    font-size: 28px;
  }

  .systemtechno.products .product__list {
    grid-template-columns: 1fr;
  }
}
/****************************************   For screens smaller than 768px   ******************************************/
@media (max-width: 767.98px) {
  .systemtechno.products .product__title {
    font-size: 24px;
  }

  .systemtechno.products .product__text {
    font-size: 16px;
  }

  .systemtechno.products .product__list {
    grid-auto-rows: auto;
  }

  .systemtechno.products .product__item-inner {
    padding: 20px 30px 32px;
  }

  .systemtechno.products .product__item-inner h3 {
    font-size: 22px;
  }

  .systemtechno.products .product__item-inner p {
    font-size: 16px;
  }

  .systemtechno.products .product .requirements__row {
    flex-direction: column;
  }

  .systemtechno.products .product .requirements__col-2 {
    text-align: right;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .systemtechno.products .product__title, .systemtechno.products .product__text {
    text-align: center;
  }

  .systemtechno.products .product__title br, .systemtechno.products .product__text br {
    display: none;
  }

  .systemtechno.products .product__wrapper h3.list {
    text-align: center;
  }

  .systemtechno.products .product__wrapper ul {
    padding: 30px 10px 0;
  }
}
/****************************************   For screens smaller than 460px   ******************************************/
.about-company-page {
  background: transparent;
  color: #FFFFFF;
}

.about-company-page .about-company-header {
  background: transparent;
  padding: 70px 0 80px;
  color: #1B1F2A;
  overflow: hidden;
  position: relative;
}

.about-company-page .about-company-header__wrapper {
  max-width: 690px;
}

.about-company-page .about-company-header__title {
  font-weight: 800;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(90.03deg, #29F1F5 0.04%, #92AAFC 42.25%, #E7BAF7 87.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}

.about-company-page .about-company-header__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.about-company-page .about-company-header__text a {
  color: #2BF0F5;
  border-bottom: 1px solid #2BF0F5;
  cursor: pointer;
}

.about-company-page .about-company-info {
  margin: 0 35px;
  border-radius: 25px;
  background: url(/static/img/about/about-white-bg.jpg) #ffffff no-repeat center/cover;
  position: relative;
  padding: 100px 0 120px 0;
}

.about-company-page .about-company-info__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #184D98;
}

.about-company-page .about-company-info .numbers {
  display: flex;
  justify-content: space-around;
  padding-top: 60px;
}

.about-company-page .about-company-info .numbers__item {
  position: relative;
}

.about-company-page .about-company-info .numbers__item:nth-child(1) .numbers__text:nth-child(1) {
  position: absolute;
  left: -76px;
  bottom: 18px;
}

.about-company-page .about-company-info .numbers__item:nth-child(1) .numbers__text:nth-child(3) {
  position: absolute;
  bottom: 18px;
  left: 60px;
}

.about-company-page .about-company-info .numbers__item:nth-child(1) .numbers__text-sub {
  position: absolute;
  left: -76px;
  bottom: -10px;
  width: 200px;
}

.about-company-page .about-company-info .numbers__item:nth-child(2) .numbers__text {
  position: absolute;
  left: 40px;
  bottom: 18px;
}

.about-company-page .about-company-info .numbers__item:nth-child(2) .numbers__text-sub {
  position: absolute;
  left: 0;
  bottom: -38px;
  width: 230px;
}

.about-company-page .about-company-info .numbers__item:nth-child(3) .numbers__text {
  position: absolute;
  left: 16px;
  bottom: 18px;
}

.about-company-page .about-company-info .numbers__item:nth-child(3) .numbers__text-sub {
  position: absolute;
  left: 12px;
  bottom: -10px;
  width: 120px;
}

.about-company-page .about-company-info .numbers__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #184D98;
}

.about-company-page .about-company-info .numbers__text-sub {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #184D98;
}

.about-company-page .about-company-info .numbers__number {
  font-weight: 800;
  font-size: 100px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #51D6F8;
}

.about-company-page .about-company-info .it-products {
  padding: 140px 0px 0 0px;
}

.about-company-page .about-company-info .it-products__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #184D98;
}

.about-company-page .about-company-info .it-products__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 30px;
  padding-top: 40px;
}

.about-company-page .about-company-info .it-products__item {
  position: relative;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.about-company-page .about-company-info .it-products__item:hover {
  box-shadow: 0 0 17px 0 #8adcf6;
}

.about-company-page .about-company-info .it-products__item-inner {
  width: 100%;
  height: 100%;
  padding: 25px 35px 35px 43px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(81, 214, 248, 0.7) 0%, rgba(214, 184, 248, 0.7) 100%);
  display: flex;
  cursor: pointer;
  flex-direction: column;
}

.about-company-page .about-company-info .it-products__item-inner.item-1 img {
  width: 43px;
  height: 44px;
}

.about-company-page .about-company-info .it-products__item-inner.item-2 img {
  width: 56px;
  height: 45px;
}

.about-company-page .about-company-info .it-products__item-inner h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0;
  margin: 15px 0 20px;
  text-transform: capitalize;
  color: #184D98;
}

.about-company-page .about-company-info .it-products__inner-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.about-company-page .about-company-info .it-products__icon {
  flex-shrink: 0;
}

.about-company-page .about-company-info .it-products__tag {
  border-radius: 30px;
  border: 1.5px solid #FFFFFF;
  display: inline-block;
  color: #ffffff;
  padding: 1px 10px;
  margin: 0 10px 10px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03em;
}

.about-company-page .about-company-info .experts {
  padding-top: 130px;
}

.about-company-page .about-company-info .experts__title {
  font-weight: 900;
  font-size: 34px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(90.03deg, #12286D 0.04%, #5A78DE 33.03%, #6CA4D0 54.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-company-page .about-company-info .experts__wrapper {
  display: flex;
  gap: 70px;
  width: 100%;
  padding: 70px 0 0 0;
}

.about-company-page .about-company-info .experts__img {
  padding-left: 190px;
  flex: none;
}

.about-company-page .about-company-info .experts__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.about-company-page .about-company-info .experts__position {
  padding-bottom: 10px;
}

.about-company-page .about-company-info .experts__text {
  padding-top: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 220%;
  letter-spacing: 0.03em;
  color: #184D98;
}

/**********************************************************************************************************************/
/************************************                 Adaptive                 ****************************************/
/**********************************************************************************************************************/
/****************************************   For screens smaller than 1200px   *****************************************/
@media (max-width: 1199.98px) {
  .about-company-page .about-company-info .it-products__tag {
    font-size: 18px;
  }

  .about-company-page .about-company-info .experts__img {
    padding-left: 0;
  }
}
/****************************************   For screens smaller than 992px   ******************************************/
@media (max-width: 991.98px) {
  .about-company-page .about-company-header {
    padding: 60px 0 60px;
  }

  .about-company-page .about-company-info {
    padding: 60px 0 80px 0;
  }

  .about-company-page .about-company-info .it-products {
    padding: 100px 0 0 0;
  }

  .about-company-page .about-company-info .it-products__title {
    font-size: 28px;
  }

  .about-company-page .about-company-info .it-products__list {
    grid-template-columns: 1fr;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(1) .numbers__text:nth-child(1) {
    left: -60px;
    bottom: 14px;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(1) .numbers__text:nth-child(3) {
    bottom: 14px;
    left: 50px;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(1) .numbers__text-sub {
    left: -60px;
    bottom: -10px;
    width: 170px;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(2) .numbers__text {
    left: 32px;
    bottom: 14px;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(2) .numbers__text-sub {
    left: 0;
    bottom: -32px;
    width: 180px;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(3) .numbers__text {
    left: 12px;
    bottom: 14px;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(3) .numbers__text-sub {
    left: 10px;
  }

  .about-company-page .about-company-info .numbers__text {
    font-size: 16px;
  }

  .about-company-page .about-company-info .numbers__text-sub {
    font-size: 16px;
  }

  .about-company-page .about-company-info .numbers__number {
    font-size: 80px;
  }

  .about-company-page .about-company-info .experts {
    padding-top: 100px;
  }

  .about-company-page .about-company-info .experts__wrapper {
    gap: 40px;
    padding: 40px 0 0 0;
    flex-direction: column;
  }

  .about-company-page .about-company-info .experts__text {
    padding-top: 0;
  }
}
/****************************************   For screens smaller than 768px   ******************************************/
@media (max-width: 767.98px) {
  .about-company-page .about-company-header__title {
    font-size: 30px;
  }

  .about-company-page .about-company-header__text {
    font-size: 16px;
  }

  .about-company-page .about-company-info__text {
    font-size: 16px;
  }

  .about-company-page .about-company-info .it-products {
    padding: 80px 0 0 0;
  }

  .about-company-page .about-company-info .it-products__text {
    font-size: 16px;
  }

  .about-company-page .about-company-info .it-products__list {
    padding-top: 20px;
    grid-auto-rows: auto;
  }

  .about-company-page .about-company-info .it-products__item-inner {
    padding: 20px 30px 32px;
  }

  .about-company-page .about-company-info .it-products__item-inner h3 {
    font-size: 22px;
  }

  .about-company-page .about-company-info .it-products__item-inner p {
    font-size: 16px;
  }

  .about-company-page .about-company-info .numbers {
    padding-top: 60px;
    flex-direction: column;
    align-items: center;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(2) {
    padding-top: 30px;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(3) {
    padding-top: 50px;
  }

  .about-company-page .about-company-info .experts {
    padding-top: 80px;
  }

  .about-company-page .about-company-info .experts__title {
    font-size: 30px;
  }

  .about-company-page .about-company-info .experts__name {
    font-size: 16px;
  }

  .about-company-page .about-company-info .experts__text {
    font-size: 14px;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .about-company-page .about-company-header__title {
    padding-bottom: 15px;
  }

  .about-company-page .about-company-header__text {
    font-size: 14px;
  }

  .about-company-page .about-company-info {
    margin: 0 12px;
    padding: 40px 0 60px 0;
  }

  .about-company-page .about-company-info__text {
    font-size: 14px;
  }

  .about-company-page .about-company-info .it-products__text {
    font-size: 14px;
  }

  .about-company-page .about-company-info .it-products__inner-top {
    gap: 15px;
  }

  .about-company-page .about-company-info .it-products__inner-top h3 {
    font-size: 18px;
  }

  .about-company-page .about-company-info .it-products__tag {
    font-size: 14px;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(2) .numbers__text-sub {
    bottom: -54px;
  }

  .about-company-page .about-company-info .numbers__item:nth-child(3) {
    padding-top: 74px;
  }
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
