@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,500&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  width: 100%;
}

body {
  width: 100%;
  font-family: "Roboto Flex", Helvetica, sans-serif;
  background-color: #fff;
  color: #1e222d;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
}

main {
  flex: 1;
}

a {
  text-decoration: none;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
}

h1 {
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: -0.0875rem;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0;
  color: #50545f;
  text-transform: uppercase;
  letter-spacing: -0.56px;
}

.violet {
  color: #8f32c6 !important;
}

.blue {
  color: #4463d2 !important;
}

.subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.045rem;
  text-transform: uppercase;
  color: #787c87;
}

.container {
  width: 100%;
  max-width: 110rem;
  margin-inline: auto;
  display: flex;
}

@media (max-width: ) {
  h1 {
    font-size: 4.375rem;
    line-height: 1;
    letter-spacing: -0.0875rem;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
  }
  h3 {
    font-size: 1.75rem;
    line-height: 1.1;
    margin: 0;
    color: #50545f;
    text-transform: uppercase;
    letter-spacing: -0.56px;
  }
  .subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.045rem;
    text-transform: uppercase;
    color: #787c87;
  }
  .container {
    width: 100%;
    max-width: 110rem;
    margin-inline: auto;
    display: flex;
  }
}
@media (max-width: 1439px) {
  h1 {
    font-size: 4.375rem;
    line-height: 1;
    letter-spacing: -0.0875rem;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
  }
  h3 {
    font-size: 1.75rem;
    line-height: 1.1;
    margin: 0;
    color: #50545f;
    text-transform: uppercase;
    letter-spacing: -0.56px;
  }
  .subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.045rem;
    text-transform: uppercase;
    color: #787c87;
  }
  .container {
    width: 100%;
    max-width: 110rem;
    margin-inline: auto;
    display: flex;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: -0.0875rem;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
  }
  h3 {
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
    color: #50545f;
    text-transform: uppercase;
    letter-spacing: -0.56px;
  }
  .subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.045rem;
    text-transform: uppercase;
    color: #787c87;
  }
  .container {
    max-width: 304px;
  }
}
.header {
  position: sticky;
  top: 0px;
  margin-top: 40px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
}
.header .container {
  padding: 8px 60px;
}
.header.background {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
  backdrop-filter: blur(10px);
}
.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.header-bar .menu-button {
  padding: 8px;
  max-width: 117px;
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.header-bar .menu-button svg {
  width: 24px;
  height: 24px;
}
.header-bar .logo {
  width: 161px;
  height: 42px;
}
.header-bar .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header-bar .logo a img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header-bar .header-menu {
  height: 0px;
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: white;
  transition: height 0.3s linear;
}
.header-bar .header-menu.active {
  height: 100vh;
}
.header-bar .header-menu .container .header-menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 40px;
}
.header-bar .header-menu .container .header-menu_content {
  width: 100%;
  margin-top: 100px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: space-between;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .subtitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #787c87;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 12px;
  column-gap: 60px;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item:nth-child(odd) {
  grid-column: 1;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item:nth-child(even) {
  grid-column: 2;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item {
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item .sub-menu {
  margin-left: 15px;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item a[aria-current=page] {
  background-color: #eeeeef;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item a[aria-current=page] span {
  color: #4463d2;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item a:hover {
  background-color: #eeeeef;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item a {
  padding: 10px;
  background-color: transparent;
  transition: background-color 0.3s linear;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 23px;
  color: #1e222d;
  font-weight: 400;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item a img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin: 0px !important;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item a span {
  font-size: 23px;
  color: #1e222d;
  font-weight: 400;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list .menu-item a[aria-current=page] {
  background-color: #eeeeef;
  color: #4463d2;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list .menu-item a[aria-current=page] span {
  color: #4463d2;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list .menu-item a:hover {
  background-color: #eeeeef;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list .menu-item a {
  padding: 10px;
  background-color: transparent;
  transition: background-color 0.3s linear;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  color: #1e222d;
  font-weight: 400;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list .menu-item a img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0px !important;
}
.header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list .menu-item a span {
  font-size: 23px;
  color: #1e222d;
  font-weight: 400;
}
.header-bar .header-menu .container .header-menu_content .header-menu_row {
  border-right: 1px dashed #bec2cd;
  flex: 0 0 1px;
}

@media (max-width: 1919px) {
  .header {
    margin-top: 40px;
  }
  .header .container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 60px;
  }
  .header .container-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .header .container-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item:nth-child(odd) {
    grid-column: 1;
  }
  .header .container-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item:nth-child(even) {
    grid-column: 1;
  }
}
@media (max-width: 1439px) {
  .header {
    margin-top: 30px;
  }
  .header .container {
    width: 100%;
    max-width: unset;
    padding: 8px 40px;
  }
  .header-bar .header-menu .container .header-menu-bar {
    padding-top: 30px;
  }
  .header-bar .header-menu .container .header-menu_content {
    margin-top: 80px;
    flex-direction: column;
    gap: 50px;
    justify-content: start;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_row {
    border-top: 1px dashed #bec2cd;
    flex: 1;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item:nth-child(odd) {
    grid-column: 1;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item:nth-child(even) {
    grid-column: 1;
  }
}
@media (max-width: 767px) {
  .header {
    margin-top: 20px;
  }
  .header .container {
    max-width: unset;
    width: 100%;
    padding: 9px 24px;
  }
  .header-bar .menu-button {
    max-width: 48px;
    min-width: 48px;
    width: 100%;
    height: 48px;
  }
  .header-bar .menu-button svg {
    width: 20px;
    height: 20px;
  }
  .header-bar .menu-button .menu-span {
    display: none;
  }
  .header-bar .logo {
    width: 110px;
    height: 30px;
  }
  .header-bar .header-menu .container .header-menu-bar {
    padding-top: 20px;
  }
  .header-bar .header-menu .container .header-menu_content {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content {
    gap: 10px;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .subtitle {
    font-size: 14px;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list {
    grid-template-columns: 1fr;
    row-gap: 0px;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item:nth-child(odd) {
    grid-column: 1;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item:nth-child(even) {
    grid-column: 1;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item a {
    padding: 8px;
    border-radius: 20px;
    gap: 12px;
    font-size: 18px;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item a img {
    width: 52px;
    height: 52px;
    min-width: 52px;
    margin: 0px !important;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_products .header-menu-list .menu-item a span {
    font-size: 18px;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list {
    gap: 0px;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list .menu-item a {
    padding: 8px;
    border-radius: 20px;
    gap: 12px;
    font-size: 18px;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list .menu-item a img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0px !important;
  }
  .header-bar .header-menu .container .header-menu_content .header-menu_column .header-menu_column_content .header-menu_useful .header-menu-list .menu-item a span {
    font-size: 18px;
  }
}
.breadcrumbs .container {
  padding: 20px 60px;
}
.breadcrumbs-list {
  width: 100%;
}
.breadcrumbs-list span .home {
  font-size: 16px;
  color: #787C87;
}

@media (max-width: 1439px) {
  .breadcrumbs .container {
    padding: 12px 40px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
  .breadcrumbs .container {
    padding: 12px 40px;
  }
}
.mobile {
  display: none;
}

.desktop {
  display: block;
}

.hero {
  margin-bottom: 120px;
}
.hero-content {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.hero-content_left {
  width: 558px;
  aspect-ratio: 1/1;
  position: relative;
}
.hero-content_left img {
  width: 100%;
  position: absolute;
  height: 100%;
}
.hero-content_right {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.hero-content_right .subtitle {
  color: #787C87;
}
.hero-content_right .title {
  margin-bottom: 40px;
}
.hero-content_right .mobile-image {
  display: none;
}
.hero-content_right .description {
  font-size: 28px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #4463D2;
  line-height: 110%;
  letter-spacing: -0.56px;
}
.hero-content_right .text {
  margin-bottom: 16px;
  color: #50545F;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 110%;
}
.hero-content_right .buttons {
  margin-top: 44px;
  display: flex;
  justify-content: start;
  gap: 20px;
}

@media (max-width: 1919px) {
  .hero-content {
    align-items: center;
  }
}
@media (max-width: 1439px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .hero .container {
    padding: 0 60px;
  }
  .hero-content {
    align-items: center;
    gap: unset;
    width: 100%;
  }
  .hero-content_left {
    display: none;
  }
  .hero-content_left img {
    display: none;
  }
  .hero-content_right {
    max-width: 648px;
    align-items: center;
    width: 100%;
  }
  .hero-content_right .subtitle {
    text-align: left;
    width: 100%;
  }
  .hero-content_right .title {
    width: 100%;
    margin-bottom: 60px;
  }
  .hero-content_right .title h1 {
    text-align: left;
  }
  .hero-content_right .mobile-image {
    display: block;
    max-width: 428px;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
  }
  .hero-content_right .mobile-image img {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .hero-content_right .scroll-hint.mobile {
    padding-left: unset;
    padding-right: unset;
  }
  .hero-content_right .scroll-hint.mobile .container {
    padding-left: unset;
    padding-right: unset;
  }
  .hero-content_right .description {
    padding: 0 60px;
  }
  .hero-content_right .text {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .hero .container {
    padding: 0 24px;
  }
  .hero-content {
    align-items: center;
    gap: unset;
  }
  .hero-content_left img {
    display: none;
  }
  .hero-content_right {
    max-width: 648px;
    align-items: center;
    width: 100%;
  }
  .hero-content_right .subtitle {
    text-align: left;
    width: 100%;
  }
  .hero-content_right .title {
    width: 100%;
    margin-bottom: 60px;
  }
  .hero-content_right .title h1 {
    text-align: left;
  }
  .hero-content_right .mobile-image {
    display: block;
    max-width: 186px;
  }
  .hero-content_right .mobile-image img {
    width: 100%;
  }
  .hero-content_right .scroll-hint.mobile {
    padding: 16px 0;
    margin-bottom: 60px;
  }
  .hero-content_right .scroll-hint.mobile .container {
    padding-left: unset;
    padding-right: unset;
  }
  .hero-content_right .scroll-hint.mobile .hint-content {
    gap: 10px;
  }
  .hero-content_right .description {
    padding: 0;
    width: 100%;
    font-size: 22px;
  }
  .hero-content_right .text {
    padding: 0;
  }
  .hero-content_right .buttons {
    flex-wrap: wrap;
  }
  .hero-content_right .buttons a {
    width: 100%;
  }
}
.scroll-hint {
  padding: 30px;
  margin-bottom: 120px;
}
.scroll-hint .hint-content {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
}
.scroll-hint .hint-content_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.4px;
}
.scroll-hint .hint-content_text .scroll-hint_subtitle {
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.4px;
  color: #787C87;
}
.scroll-hint .hint-content_text .scroll-hint_title {
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  color: #4463D2;
  font-weight: 600;
}
.scroll-hint .hint-content .arrow-down {
  width: 45px;
  height: 45px;
}
.scroll-hint .hint-content .arrow-down img {
  width: 100%;
}

@media (max-width: 767px) {
  .scroll-hint .hint-content_text .scroll-hint_title {
    font-size: 16px;
    text-align: center;
    line-height: 100%;
  }
  .scroll-hint .hint-content_text .scroll-hint_subtitle {
    font-size: 11px;
  }
  .scroll-hint .hint-content .arrow-down {
    width: 30px;
    height: 30px;
    padding: 2px;
  }
}
.system-components {
  margin-bottom: 120px;
}
.system-components.blue {
  background: linear-gradient(133.91deg, #5877d7 1.84%, #1231a0 100%);
  border-radius: 80px;
}
.system-components-content {
  max-width: 1500px;
  padding: 60px;
  border: 2px dashed #bec2cd;
  border-radius: 40px;
}
.system-components-content_top {
  width: 50%;
}
.system-components-content_bottom .components-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}
.system-components-content_bottom .components-list_controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
.system-components-content_bottom .components-list_controls .control {
  border-radius: 16px;
  border: 2px solid #787c87;
  color: #787c87;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.72px;
  padding: 20px;
}
.system-components-content_bottom .components-list_controls .control.components.active {
  border-color: #4463d2;
  color: #4463d2;
}
.system-components-content_bottom .components-list_controls .control.possibilities.active {
  border-color: #8f32c6;
  color: #8f32c6;
}
.system-components-content_bottom .components-list_elements {
  width: 100%;
  display: none;
  column-gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  row-gap: 20px;
}
.system-components-content_bottom .components-list_elements--item {
  padding: 30px;
  border-radius: 30px;
  color: #50545f;
  width: calc(25% - 15px);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.0588235294);
  border: 2px solid var(--FFFFFF, #ffffff);
}
.system-components-content_bottom .components-list_elements--item:hover {
  color: #fff !important;
  background: linear-gradient(133.91deg, #5877d7 1.84%, #1231a0 100%);
}
.system-components-content_bottom .components-list_elements--item:hover .item-title {
  color: #fff;
}
.system-components-content_bottom .components-list_elements--item .item-title {
  margin-bottom: 20px;
  color: #4463d2;
  font-size: 24px;
  font-weight: 600;
}
.system-components-content_bottom .components-list_elements--item .item-description {
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.4px;
}
.system-components-content_bottom .components-list_elements--item.possibilities:hover {
  background: linear-gradient(95.38deg, #9732d2 0%, #572476 100%);
}
.system-components-content_bottom .components-list_elements--item.possibilities:hover .item-title {
  color: #fff;
}
.system-components-content_bottom .components-list_elements--item.possibilities .item-title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 110%;
  letter-spacing: -0.56px;
  color: #8f32c6;
}
.system-components-content_bottom .components-list_elements.active {
  display: flex;
}

@media (max-width: 1919px) {
  .system-components-content {
    max-width: 1150px;
  }
  .system-components-content_bottom .components-list_elements--item {
    width: calc(33% - 10px);
  }
}
@media (max-width: 1439px) {
  .system-components-content {
    max-width: 1150px;
  }
  .system-components-content_bottom .components-list_elements--item {
    width: calc(50% - 10px);
  }
  .system-components-content_bottom .components-list_elements--item .item-title {
    width: 24px;
    height: 24px;
  }
  .system-components-content_bottom .components-list_elements--item .item-title img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .system-components {
    margin-bottom: 60px;
  }
  .system-components-content {
    max-width: 1150px;
    padding: 30px 24px;
  }
  .system-components-content_top {
    width: 80%;
  }
  .system-components-content_top .title h1 {
    text-align: left;
  }
  .system-components-content_bottom .components-list_elements--item {
    width: 100%;
  }
  .system-components-content_bottom .components-list_controls {
    margin-top: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .system-components-content_bottom .components-list_controls .control {
    font-size: 14px;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .system-components.blue {
    border-radius: 30px;
  }
}
.cases-content.blue .cases-content_top .title {
  color: white;
}
.cases-content.blue .cases-content_top .subtitle {
  color: #bac4e8;
}
.cases-content.blue .cases-content_bottom .cases-types_list--title {
  color: white;
}
.cases-content.blue .cases-content_bottom .cases-types_list.blue .cases-types_list--title {
  color: white;
}
.cases-content.blue .cases-content_bottom .cases-types_list.blue .cases-types_list--elements__item .item-number {
  color: white;
}
.cases-content.blue .cases-content_bottom .cases-types_list.blue .cases-types_list--elements__item .item-dot:before {
  background-color: white;
}
.cases-content.blue .cases-content_bottom .cases-types_list.violet .cases-types_list--title {
  color: white;
}
.cases-content.blue .cases-content_bottom .cases-types_list.violet .cases-types_list--elements__item .item-number {
  color: white;
}
.cases-content.blue .cases-content_bottom .cases-types_list.violet .cases-types_list--elements__item .item-dot:before {
  background-color: white;
}
.cases-content.blue .cases-content_bottom .cases-types_list--elements__item .item-number {
  color: white;
}
.cases-content.blue .cases-content_bottom .cases-types_list--elements__item .item-description {
  color: #bac4e8;
}
.cases-content {
  max-width: 1370px;
  padding: 60px;
}
.cases-content_top {
  width: 60%;
  margin-bottom: 60px;
}
.cases-content_bottom .cases-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
.cases-content_bottom .cases-types_list {
  padding: 40px;
  border-radius: 20px;
  border: 2px dashed var(--BEC2CD, #bec2cd);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cases-content_bottom .cases-types_list .card-image-block {
  position: relative;
  max-width: 220px;
  width: 100%;
  aspect-ratio: 1/1;
  align-self: center;
  border-radius: 12px;
  overflow: hidden;
}
.cases-content_bottom .cases-types_list .card-image-block .card-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cases-content_bottom .cases-types_list--title {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 110%;
  letter-spacing: -0.56px;
}
.cases-content_bottom .cases-types_list.blue .cases-types_list--title {
  color: #4463d2;
}
.cases-content_bottom .cases-types_list.blue .cases-types_list--elements__item {
  display: flex;
  align-items: center;
}
.cases-content_bottom .cases-types_list.blue .cases-types_list--elements__item .item-number {
  font-size: 28px;
  font-weight: 500;
  font-family: "Roboto Flex", Helvetica, sans-serif;
  color: #4463d2;
}
.cases-content_bottom .cases-types_list.blue .cases-types_list--elements__item .item-dot {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.cases-content_bottom .cases-types_list.blue .cases-types_list--elements__item .item-dot:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #4463d2;
  border-radius: 50%;
  margin-top: 4px;
}
.cases-content_bottom .cases-types_list.violet .cases-types_list--title {
  color: #8f32c6;
}
.cases-content_bottom .cases-types_list.violet .cases-types_list--elements__item {
  display: flex;
  align-items: center;
}
.cases-content_bottom .cases-types_list.violet .cases-types_list--elements__item .item-number {
  font-size: 28px;
  font-weight: 500;
  font-family: "Roboto Flex", Helvetica, sans-serif;
  color: #8f32c6;
}
.cases-content_bottom .cases-types_list.violet .cases-types_list--elements__item .item-dot {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.cases-content_bottom .cases-types_list.violet .cases-types_list--elements__item .item-dot:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #8f32c6;
  border-radius: 50%;
  margin-top: 4px;
}
.cases-content_bottom .cases-types_list--elements {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: start;
  align-items: start;
}
.cases-content_bottom .cases-types_list--elements__item {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 13px;
}
.cases-content_bottom .cases-types_list--elements__item .item-number {
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  color: #4463d2;
}
.cases-content_bottom .cases-types_list--elements__item .item-description {
  font-size: 20px;
  font-weight: 400;
  color: #50545f;
}

@media (max-width: 1919px) {
  .cases-content {
    max-width: 1000px;
  }
  .cases-content_top {
    width: 100%;
  }
  .cases-content_top .title {
    width: 90%;
  }
}
@media (max-width: 1439px) {
  .cases-types {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cases-content {
    padding: 24px;
  }
  .cases-content_top {
    margin-bottom: 30px;
  }
  .cases-content_top .title {
    width: 65%;
  }
  .cases-content_top .title h1 {
    text-align: left;
  }
  .cases-content_bottom .cases-types {
    grid-template-columns: 1fr;
  }
  .cases-content_bottom .cases-types_list {
    padding: 24px;
  }
  .cases-content_bottom .cases-types_list--elements {
    margin-top: 14px;
  }
  .cases-content_bottom .cases-types_list--elements__item {
    flex-direction: column;
  }
  .cases-content_bottom .cases-types_list--elements__item .item-number {
    font-size: 22px;
  }
  .cases-content_bottom .cases-types_list--elements__item .item-description {
    font-size: 16px;
  }
  .cases-content_bottom .cases-types_list--title {
    font-size: 22px;
  }
  .cases-content_bottom .cases-types_list.violet .cases-types_list--elements__item, .cases-content_bottom .cases-types_list.blue .cases-types_list--elements__item {
    align-items: start;
  }
}
.characteristics {
  padding: 60px;
  border-radius: 80px;
  background: linear-gradient(133.91deg, #5877d7 1.84%, #1231a0 100%);
  margin-bottom: 120px;
}
.characteristics-content {
  width: 100%;
  max-width: 1270px;
}
.characteristics-content_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.characteristics-content_top .subtitle {
  color: #bac4e8;
  width: 100%;
  display: flex;
  justify-content: center;
}
.characteristics-content_top .subtitle span {
  display: block;
  width: 40%;
  text-align: center;
}
.characteristics-content_top .title {
  color: #ffffff;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.characteristics-content_top .title h1 {
  width: 40%;
  text-align: center;
}
.characteristics-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.characteristics-list_element {
  width: 100%;
  max-width: 410px;
  padding: 30px;
  border-radius: 20px;
  border: 2px dashed #5b7ae3;
  color: #bac4e8;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.characteristics-list_element .characteristic-icon {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 14px;
  padding: 14px;
}
.characteristics-list_element .characteristic-icon .characteristic-icon-block {
  position: relative;
  width: 100%;
  height: 100%;
}
.characteristics-list_element .characteristic-icon .characteristic-icon-block .card-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.characteristics-list_element .characteristic-description {
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.4px;
  color: #bac4e8;
}

@media (max-width: 1439px) {
  .characteristics-content_top .subtitle span {
    width: 100%;
    text-align: center;
  }
  .characteristics-content_top .title h1 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .characteristics {
    border-radius: 30px;
    padding: 30px 24px;
  }
  .characteristics-content_top {
    margin-bottom: 30px;
  }
}
.licenses {
  margin-bottom: 120px;
}
.licenses .title {
  margin-bottom: 40px;
}
.licenses .reestr {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  max-width: 310px;
  margin-bottom: 24px;
}
.licenses .reestr .label {
  width: 80px;
  height: 80px;
}
.licenses .reestr-text .text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-size: 16px;
  color: #787c87;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 4px;
}
.licenses .reestr-text .number {
  color: #4463d2;
  font-size: 22px;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
.licenses-conditions {
  padding: 40px;
  border-radius: 34px;
  border: 2px dashed var(--BEC2CD, #bec2cd);
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 24px;
  max-width: 984px;
}
.licenses-conditions_title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  color: #1e222d;
  margin-bottom: 24px;
  text-align: center;
}
.licenses-conditions_list {
  display: flex;
  justify-content: start;
  align-items: end;
  column-gap: 60px;
}
.licenses-conditions_list--element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.licenses-conditions_list--element .text {
  font-size: 19px;
  color: #787c87;
  letter-spacing: -0.4px;
  line-height: 110%;
  margin-bottom: 6px;
}
.licenses-conditions_list--element .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #4463d2;
  letter-spacing: -0.72px;
  font-weight: 600;
  margin-bottom: unset;
  text-align: center;
}
.licenses .hints-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 6px;
  margin-bottom: 40px;
}
.licenses .hints-list_item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: #787c87;
}
.licenses-list {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
.licenses-list_element {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.0588235294);
  border: 2px solid;
  border-image-source: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 35.83%, rgba(194, 189, 189, 0.5) 101.04%);
  max-width: 600px;
}
.licenses-list_element .title-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.licenses-list_element .title-block .title {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 110%;
  letter-spacing: -0.96px;
  color: #1e222d;
}
.licenses-list_element .title-block .icon .label-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 14px;
}
.licenses-list_element .title-block .icon .label-wrapper:before {
  border-radius: 14px;
}
.licenses-list_element .price-block {
  margin-bottom: 40px;
}
.licenses-list_element .price-block .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.44px;
  color: #50545f;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.licenses-list_element .price-block_table {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid var(--BEC2CD, #bec2cd);
  column-gap: 20px;
  margin-bottom: 40px;
}
.licenses-list_element .price-block_table--option {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.licenses-list_element .price-block_table--option .option-name {
  border-bottom: 2px dashed #bec2cd;
  margin-bottom: 20px;
}
.licenses-list_element .price-block_table--option .option-name .title {
  font-size: 22px;
  letter-spacing: -0.4px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.licenses-list_element .price-block_table--option .option-name .description {
  text-align: center;
  color: #787c87;
  font-size: 16px;
  letter-spacing: -0.64px;
  line-height: 110%;
}
.licenses-list_element .price-block_table--option .option-price .title {
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.licenses-list_element .price-block_table--option .option-price .description {
  font-size: 16px;
  color: #787c87;
  text-align: center;
}
.licenses-list_element .price-block .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: #787c87;
  text-align: center;
  margin-bottom: 24px;
}
.licenses-list_element .price-block .tariff-included_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  grid-auto-rows: 1fr;
}
.licenses-list_element .price-block .tariff-included_list--item {
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border: 2px dashed var(--BEC2CD, #bec2cd);
  border-radius: 14px;
  align-items: start;
  justify-content: space-between;
  row-gap: 10px;
}
.licenses-list_element .price-block .tariff-included_list--item .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: #787c87;
  margin-bottom: 0;
  text-align: left;
}
.licenses-list_element .price-block .tariff-included_list--item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  color: #1e222d;
  text-align: left;
  margin-bottom: 0;
}
.licenses-list_element .price-block .tariff-possibilities_list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 0 40px;
}
.licenses-list_element .price-block .tariff-possibilities_list--item {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 20px;
  padding-bottom: 16px;
  font-size: 16px;
  letter-spacing: -0.64px;
  line-height: 110%;
  color: #bec2cd;
  border-bottom: 2px dashed #bec2cd;
  margin-bottom: 12px;
  position: relative;
}
.licenses-list_element .price-block .tariff-possibilities_list--item .icon {
  min-width: 15px;
  width: 15px;
}
.licenses-list_element .price-block .tariff-possibilities_list--item .icon img {
  width: 100%;
}
.licenses-list_element .price-block .tariff-possibilities_list--item.positive, .licenses-list_element .price-block .tariff-possibilities_list--item.positive.blue, .licenses-list_element .price-block .tariff-possibilities_list--item.positive.violet {
  color: #787c87 !important;
}
.licenses-list_element .price-block .tariff-possibilities_list--item.last {
  border: unset;
}
.licenses-list_element .buttons-block button {
  width: 100%;
}
.licenses-list_element .buttons-block .primary-button_wrapper.no-color {
  background: linear-gradient(133.91deg, #787c87 1.84%, #464a55 100%);
}
.licenses-list_element .buttons-block .primary-button_wrapper.violet {
  background: linear-gradient(133.91deg, #bc71e8 1.84%, #8035ac 100%);
}

@media (max-width: 1919px) {
  .licenses .container {
    padding: 40px;
  }
  .licenses-list {
    max-width: 1220px;
    flex-wrap: wrap;
  }
  .licenses-conditions_list {
    align-items: end;
  }
  .licenses-conditions_list--element.middle {
    max-width: 356px;
  }
}
@media (max-width: 1439px) {
  .licenses-conditions {
    max-width: 688px;
  }
  .licenses-conditions_list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
    column-gap: 60px;
  }
  .licenses-conditions_list--element.middle {
    order: 3;
  }
  .licenses-conditions_list--element.middle .title {
    width: 88%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .licenses .container {
    padding: 24px;
  }
  .licenses-conditions {
    max-width: 688px;
    padding: 24px;
  }
  .licenses-conditions_title {
    font-size: 22px;
  }
  .licenses-conditions_list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
    column-gap: 60px;
  }
  .licenses-conditions_list--element .text {
    font-size: 16px;
  }
  .licenses-conditions_list--element .title {
    font-size: 16px;
  }
  .licenses-conditions_list--element.middle {
    order: 3;
  }
  .licenses-conditions_list--element.middle .title {
    width: 100%;
    text-align: center;
  }
  .licenses-conditions_list--element.middle .text {
    text-align: center;
  }
  .licenses .hints-list {
    align-items: start;
  }
  .licenses-list_element {
    padding: 30px 0;
    background: none;
    box-shadow: none;
    border: none;
  }
  .licenses-list_element .title-block {
    align-items: center;
    margin-bottom: 30px;
  }
  .licenses-list_element .title-block .title {
    margin-bottom: 0;
    font-size: 30px;
  }
  .licenses-list_element .title-block .icon .label {
    width: 42px;
    height: 42px;
  }
  .licenses-list_element .title-block .icon .label-wrapper {
    width: 42px;
    height: 42px;
  }
  .licenses-list_element .price-block .title {
    font-size: 18px;
  }
  .licenses-list_element .price-block_table {
    padding: 16px;
  }
  .licenses-list_element .price-block_table--option .option-name {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .licenses-list_element .price-block_table--option .option-name .title {
    font-size: 18px;
  }
  .licenses-list_element .price-block_table--option .option-name .description {
    font-size: 14px;
    margin-bottom: 0;
  }
  .licenses-list_element .price-block_table--option .option-price {
    margin-bottom: 16px;
  }
  .licenses-list_element .price-block_table--option .option-price .title {
    font-size: 18px;
  }
  .licenses-list_element .price-block_table--option .option-price .description {
    font-size: 14px;
    margin-bottom: 0;
  }
  .licenses-list_element .price-block .tariff-included_list {
    grid-template-columns: 1fr;
  }
  .licenses-list_element .price-block .tariff-included_list--item {
    justify-content: space-between;
    row-gap: 10px;
  }
  .licenses-list_element .price-block .tariff-included_list--item .description {
    font-size: 14px;
    margin-bottom: 0;
  }
  .licenses-list_element .price-block .tariff-included_list--item .title {
    font-size: 16px;
    word-break: break-word;
  }
  .licenses-list_element .price-block .tariff-possibilities_list {
    padding: 0 24px;
  }
}
.examples {
  margin-bottom: 120px;
}
.examples-content {
  max-width: 1400px;
}
.examples .subtitle {
  color: #787C87;
}
.examples .title {
  margin-bottom: 60px;
  width: 50%;
}
.examples-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.examples-list_item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--FFFFFF, #FFFFFF);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.0588235294);
  max-width: 453px;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.4s ease, transform 0.4s ease;
}
.examples-list_item.is-hidden {
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.examples-list_item .number {
  width: 100%;
  font-size: 70px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -1.4px;
  color: #787C87;
  margin-bottom: 24px;
  text-align: end;
}
.examples-list_item .example-title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 110%;
  letter-spacing: -0.56px;
  padding-bottom: 24px;
  border-bottom: 2px dashed var(--5B7AE3_line, #5B7AE3);
  margin-bottom: 20px;
  color: #4463D2;
}
.examples-list_item.first {
  background: linear-gradient(133.91deg, #5877D7 1.84%, #1231A0 100%);
}
.examples-list_item.first .number {
  color: #BAC4E8;
}
.examples-list_item.first .example-title {
  color: #fff;
}
.examples-list_item.first .example-description {
  color: #BAC4E8;
}
.examples-list_item.first .readmore {
  color: #fff;
}
.examples-list_item .example-description {
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.4px;
  color: #787C87;
  margin-bottom: 30px;
}
.examples-list_item .readmore {
  font-size: 18px;
  text-align: end;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.72px;
  color: #4463D2;
  margin-right: 10px;
  display: flex;
  justify-content: end;
  gap: 10px;
}
.examples .show-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.examples .show-more_btn {
  padding: 20px;
  border-radius: 16px;
  border: 2px solid var(--787C87, #787C87);
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.72px;
  color: #787C87;
  text-transform: uppercase;
}

@media (max-width: 1439px) {
  .examples .container {
    padding: 0 100px;
  }
  .examples-content {
    width: 100%;
  }
  .examples-list_item {
    max-width: unset;
  }
  .examples-list_item .readmore {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .examples .container {
    padding: 0 24px;
  }
  .examples-content {
    width: 100%;
  }
  .examples .title {
    width: 100%;
    margin-bottom: 30px;
  }
  .examples .title h1 {
    text-align: left;
  }
  .examples-list_item {
    max-width: unset;
    padding: 30px 24px;
  }
  .examples-list_item .readmore {
    justify-content: end;
    font-size: 16px;
  }
  .examples-list_item .number {
    font-size: 40px;
  }
  .examples-list_item .example-title {
    font-size: 22px;
  }
  .examples-list_item .example-description {
    font-size: 16px;
  }
  .examples .show-more {
    margin-top: 0;
  }
  .examples .show-more_btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
.comparison {
  padding: 0 40px;
  margin-bottom: 120px;
}
.comparison .container {
  padding: 60px;
  border-radius: 80px;
  border: 2px solid var(--BEC2CD, #bec2cd);
}
.comparison-content {
  width: 100%;
  max-width: 1123px;
  display: flex;
  justify-content: center;
  column-gap: 60px;
}
.comparison-content_left {
  width: 100%;
}
.comparison-content_left .comparison-topline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0 20px;
  column-gap: 60px;
}
.comparison-content_left .comparison-topline .left,
.comparison-content_left .comparison-topline .right {
  display: flex;
  flex-direction: column;
  max-width: 240px;
}
.comparison-content_left .comparison-topline .left .title,
.comparison-content_left .comparison-topline .right .title {
  font-size: 28px;
  letter-spacing: -0.56px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 500;
}
.comparison-content_left .comparison-topline .left .description,
.comparison-content_left .comparison-topline .right .description {
  font-size: 16px;
  color: #787c87;
  line-height: 110%;
  letter-spacing: -0.64px;
}
.comparison-content_left .comparison-topline .left {
  justify-content: start;
}
.comparison-content_left .comparison-topline .left .description {
  text-align: start;
}
.comparison-content_left .comparison-topline .right {
  align-items: end;
}
.comparison-content_left .comparison-topline .right .description {
  text-align: end;
}
.comparison-content_left .comparison-table {
  padding: 40px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}
.comparison-content_left .comparison-table_line {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 2px dashed var(--BEC2CD, #bec2cd);
}
.comparison-content_left .comparison-table_line.last {
  border: none;
}
.comparison-content_left .comparison-table_line .our {
  width: 22%;
  display: flex;
  align-self: center;
  justify-content: start;
}
.comparison-content_left .comparison-table_line .description {
  width: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.64px;
  font-weight: 400;
  color: #787c87;
}
.comparison-content_left .comparison-table_line .analog {
  width: 28%;
  display: flex;
  align-self: center;
  justify-content: end;
  text-transform: uppercase;
  text-align: end;
  font-size: 16px;
  letter-spacing: -0.32px;
}
.comparison-content_left .comparison-table_line .analog img {
  width: 18px;
}
.comparison-content_right {
  width: 100%;
}
.comparison-content_right .subtitle {
  color: #787c87;
}

@media (max-width: 1919px) {
  .comparison {
    padding: 0 60px;
  }
}
@media (max-width: 1439px) {
  .comparison-content {
    flex-direction: column-reverse;
    row-gap: 60px;
  }
}
@media (max-width: 767px) {
  .comparison {
    padding: 0 0 60px 0;
    margin-bottom: 0;
  }
  .comparison .container {
    border-radius: 30px;
    padding: 30px 24px;
  }
  .comparison-content {
    row-gap: 30px;
  }
  .comparison-content_right .subtitle {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .comparison-content_right .title h1 {
    text-align: left;
  }
  .comparison-content_left .comparison-topline {
    padding: 0;
    column-gap: 13px;
  }
  .comparison-content_left .comparison-topline .left {
    justify-content: space-between;
  }
  .comparison-content_left .comparison-topline .left .title {
    font-size: 22px;
  }
  .comparison-content_left .comparison-topline .left .description {
    font-size: 14px;
  }
  .comparison-content_left .comparison-topline .right {
    justify-content: space-between;
  }
  .comparison-content_left .comparison-topline .right .title {
    font-size: 22px;
  }
  .comparison-content_left .comparison-topline .right .description {
    font-size: 14px;
  }
  .comparison-content_left .comparison-table {
    padding: 24px;
  }
  .comparison-content_left .comparison-table_line {
    flex-wrap: wrap;
    justify-content: center;
  }
  .comparison-content_left .comparison-table_line .our,
  .comparison-content_left .comparison-table_line .analog {
    width: 50%;
  }
  .comparison-content_left .comparison-table_line .description {
    width: 100%;
    order: 3;
  }
}
.callus {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
.callus .container {
  padding: 0 120px;
  align-items: start;
  justify-content: center;
  flex-direction: row;
  column-gap: 80px;
}
.callus .form {
  max-width: 900px;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  border: 2px solid var(--BEC2CD, #bec2cd);
  border-radius: 40px;
}
.callus .form .wpcf7-response-output {
  display: none !important;
}
.callus .form input,
.callus .form textarea {
  padding: 24px 20px;
  border-radius: 16px;
  background-color: #f9f9f9;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
  border: 2px solid var(--FFFFFF, #ffffff);
  width: 100%;
  font-size: 20px;
  font-family: "Roboto Flex", Helvetica, sans-serif;
}
.callus .form-inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.callus .form-inputs .selected-flag {
  border-radius: 16px;
}
.callus .form-inputs span {
  width: calc(50% - 10px);
}
.callus .form-inputs span input {
  font-size: 20px;
  width: 100%;
}
.callus .form-inputs input {
  width: calc(50% - 10px);
}
.callus .form-textarea {
  width: 100%;
}
.callus .form-checkboxes {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  width: 55%;
  gap: 16px;
  margin-bottom: 20px;
}
.callus .form-checkboxes span span span label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.callus .form-checkboxes span span span label input {
  width: 10px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.callus .form-checkboxes span span span label span {
  position: relative;
  cursor: pointer;
}
.callus .form-checkboxes span span span label span::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #4463d2;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.callus .form-checkboxes span span span label span a {
  color: #4463d2;
  text-decoration: none;
}
.callus .form-checkboxes span span span label span a:hover {
  color: #4463d2;
}
.callus .form-checkboxes span span span label input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #4463d2;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.callus .form-attachments {
  display: flex;
  align-items: center;
}
.callus .form input[type=submit] {
  font-size: 18px;
  font-family: "Roboto Flex", Helvetica;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
}
.callus .form input[type=submit]:disabled {
  opacity: 0.7;
}
.callus-content {
  max-width: 330px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.callus-content_subtitle {
  color: #787c87;
}
.callus-content_description .description {
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.4px;
  color: #50545f;
}

@media (max-width: 1919px) {
  .callus {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px;
  }
  .callus .container {
    padding: 0 65px;
    align-items: start;
    gap: 60px;
  }
  .callus .form {
    max-width: 900px;
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    border: 2px solid var(--BEC2CD, #bec2cd);
    border-radius: 40px;
  }
  .callus .form input {
    padding: 24px 20px;
    border-radius: 16px;
    background-color: #f9f9f9;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
    border: 2px solid var(--FFFFFF, #ffffff);
    width: 100%;
  }
  .callus .form-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .callus .form-inputs span {
    width: calc(50% - 10px);
  }
  .callus .form-inputs span input {
    width: 100%;
  }
  .callus .form-inputs input {
    width: calc(50% - 10px);
  }
  .callus .form-textarea {
    width: 100%;
  }
  .callus .form-checkboxes {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 55%;
    gap: 16px;
    margin-bottom: 20px;
  }
  .callus .form-checkboxes span span span label {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }
  .callus .form-checkboxes span span span label input {
    width: 10px;
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .callus .form-checkboxes span span span label span {
    position: relative;
    cursor: pointer;
  }
  .callus .form-checkboxes span span span label span::before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #4463d2;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
  }
  .callus .form-checkboxes span span span label span a {
    color: #4463d2;
    text-decoration: none;
  }
  .callus .form-checkboxes span span span label span a:hover {
    color: #4463d2;
  }
  .callus .form-checkboxes span span span label input:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #4463d2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .callus .form-attachments {
    display: flex;
    align-items: center;
  }
  .callus .form input[type=submit] {
    font-size: 18px;
    font-family: "Roboto Flex", Helvetica;
    font-weight: 600;
    letter-spacing: -0.72px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
  }
  .callus .form input[type=submit]:disabled {
    opacity: 0.7;
  }
  .callus-content {
    max-width: 330px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  .callus-content_description .description {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.4px;
    color: #50545f;
  }
}
@media (max-width: 1439px) {
  .callus .container {
    flex-direction: column-reverse;
    max-width: unset;
    padding: 0 100px;
    align-items: center;
  }
  .callus-content {
    max-width: 500px;
    margin-bottom: 60px;
  }
  .callus .form-inputs {
    flex-direction: column;
    width: 100%;
  }
  .callus .form-inputs span {
    width: 100%;
  }
  .callus .form-inputs span input {
    width: 100%;
  }
  .callus .form-inputs input {
    width: 100%;
  }
  .callus .form-checkboxes {
    width: 90%;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .callus .container {
    flex-direction: column-reverse;
    padding: 0 24px;
    gap: 10px;
  }
  .callus-content {
    max-width: 500px;
    margin-bottom: 30px;
    gap: unset;
  }
  .callus-content_subtitle {
    margin-bottom: 10px;
  }
  .callus-content_title {
    margin-bottom: 20px;
  }
  .callus-content_description .description {
    font-size: 16px;
  }
  .callus .form {
    padding: 20px;
    border-radius: 30px;
  }
  .callus .form-inputs {
    flex-direction: column;
    width: 100%;
  }
  .callus .form-inputs span {
    width: 100%;
  }
  .callus .form-inputs span input {
    width: 100%;
  }
  .callus .form-inputs input {
    width: 100%;
    padding: 16px 10px;
  }
  .callus .form-checkboxes {
    width: 100%;
    align-items: flex-start;
  }
  .callus .form-checkboxes span span span label span {
    font-size: 13px;
  }
}
.demo {
  margin-bottom: 120px;
}
.demo-content {
  max-width: 990px;
  padding: 40px 200px;
  border: 2px dashed var(--BEC2CD, #BEC2CD);
  border-radius: 60px;
}
.demo-content .subtitle {
  margin-bottom: 16px;
  color: #787C87;
}
.demo-content .title {
  margin-bottom: 30px;
}
.demo-content .text {
  margin-bottom: 10px;
  color: #787C87;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.4px;
  font-weight: 400;
}
.demo-content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-content .secondary-button_wrapper {
  margin-top: 60px;
  max-width: 194px;
}

@media (max-width: 1439px) {
  .demo .container {
    padding: 40px;
  }
  .demo-content {
    width: 100%;
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .demo .container {
    padding: 0;
  }
  .demo-content {
    padding: 30px 24px;
    border-radius: 30px;
  }
  .demo-content .title h1 {
    text-align: left;
  }
  .demo-content .subtitle {
    font-size: 14px;
  }
  .demo-content .text {
    font-size: 16px;
  }
  .demo-content .secondary-button_wrapper {
    margin-top: 30px;
    width: 100%;
    max-width: unset;
  }
}
.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(133.91deg, #5877d7 1.84%, #1231a0 100%);
  border: 2px solid;
  border-image-source: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 35.83%, rgba(194, 189, 189, 0.5) 101.04%);
  backdrop-filter: blur(10px);
}
.footer a {
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.32px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
}
.footer .subtitle {
  margin-bottom: 24px;
  font-weight: 300;
  color: #bac4e8;
}
.footer .container {
  padding: 0 122px;
  width: 100%;
}
.footer-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: self-start;
  column-gap: 205px;
}
.footer-right {
  display: flex;
  column-gap: 205px;
}
.footer-contacts {
  min-width: 316px;
}
.footer-contacts .email {
  margin-bottom: 16px;
}
.footer-products {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 323px;
}
.footer-products .products-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 80px;
}
.footer-products .products-list_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.footer-products .products-list_item:hover {
  opacity: 0.7;
}
.footer-products .products-list_item--text__title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.72px;
  color: #fff;
}
.footer-products .products-list_item--text__subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
  line-height: 110%;
  color: #bac4e8;
}
.footer .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: #bac4e8;
}
.footer-about {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.footer-about .about-list {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: start;
  gap: 16px;
  max-width: 263px;
}
.footer-about .about-list .menu-item a:hover {
  opacity: 0.7;
}
.footer-about .about-list .menu-item a {
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.32px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
}
.footer-info {
  display: flex;
  align-items: self-start;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}
.footer-info .info-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer-info .info-list_top {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-bottom: 220px;
  gap: 16px;
  color: #FFF;
}
.footer-info .info-list_top a:hover {
  opacity: 0.7;
}
.footer-info .info-list_bottom {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.footer-info .info-list_bottom a:hover {
  opacity: 0.7;
}
.footer-info .info-list_bottom a {
  text-transform: unset;
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.64px;
  color: #bac4e8;
}

@media (max-width: 1919px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(133.91deg, #5877d7 1.84%, #1231a0 100%);
    border: 2px solid;
    border-image-source: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 35.83%, rgba(194, 189, 189, 0.5) 101.04%);
    backdrop-filter: blur(10px);
  }
  .footer a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.32px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
  }
  .footer .subtitle {
    margin-bottom: 24px;
    font-weight: 300;
  }
  .footer .container {
    padding: 0 5px;
    width: 100%;
  }
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    align-items: self-start;
  }
  .footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .footer-top {
    width: 100%;
    display: flex;
  }
  .footer-top_left {
    width: 40.1%;
  }
  .footer-top_right {
    display: flex;
    width: 59.1%;
    justify-content: space-between;
  }
  .footer-contacts {
    min-width: 316px;
  }
  .footer-products {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 323px;
  }
  .footer-products .subtitle {
    margin-bottom: 24px;
  }
  .footer-products .products-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 80px;
  }
  .footer-products .products-list_item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
  }
  .footer-products .products-list_item--text__title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -0.72px;
    color: #fff;
  }
  .footer-products .products-list_item--text__subtitle {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.64px;
    line-height: 110%;
    color: #bac4e8;
  }
  .footer .copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.64px;
    color: #bac4e8;
  }
  .footer-about {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .footer-about .about-list {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: start;
    gap: 16px;
    max-width: 263px;
  }
  .footer-about .about-list .menu-item a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.32px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
  }
  .footer-info {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: start;
    height: 100%;
  }
  .footer-info .info-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer-info .info-list_top {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 220px;
    gap: 16px;
  }
  .footer-info .info-list_bottom {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .footer-info .info-list_bottom a, .footer-info .info-list_bottom span {
    text-transform: unset;
    font-size: 16px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.64px;
    color: #bac4e8;
  }
}
@media (max-width: 1439px) {
  .footer .container {
    max-width: unset;
    width: 100%;
    padding: 0 40px;
  }
  .footer-wrapper {
    position: relative;
    width: unset;
    display: flex;
    flex-direction: row;
    align-items: self-start;
    justify-content: space-between;
  }
  .footer-wrapper .copyright {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .footer-right {
    gap: 60px;
    flex-direction: column;
    width: 100%;
    justify-content: start;
  }
  .footer-bottom {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 60px;
  }
  .footer-bottom .copyright {
    width: 100%;
  }
  .footer-bottom .footer-info {
    width: 100%;
  }
  .footer-top {
    gap: 60px;
  }
  .footer-top_left {
    width: 100%;
  }
  .footer-contacts {
    min-width: 316px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .container {
    position: relative;
    padding: 0 24px;
  }
  .footer-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .footer-info {
    align-items: start;
    justify-content: start;
    margin-bottom: 70px;
  }
  .footer-info .info-list_top {
    margin-bottom: 40px;
  }
  .footer-info .info-list_bottom a {
    font-size: 14px;
  }
  .footer-wrapper {
    row-gap: 40px;
    flex-direction: column;
    align-items: self-start;
  }
  .footer-top {
    flex-wrap: nowrap;
    gap: 40px;
  }
  .footer-top_right {
    gap: 40px;
  }
  .footer-bottom {
    flex-wrap: nowrap;
    justify-content: end;
  }
  .footer-bottom .footer-info {
    width: 50%;
  }
  .footer-products .subtitle {
    margin-bottom: 16px;
  }
  .footer-products .products-list {
    margin-bottom: 0;
  }
  .footer-products .products-list_item--text__title {
    font-size: 16px;
  }
  .footer-about .subtitle {
    margin-bottom: 16px;
  }
  .footer-about .menu-item a {
    font-size: 14px;
  }
  .footer-contacts {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 40px;
  }
  .footer .footer-contacts .subtitle {
    margin-bottom: 16px;
  }
  .footer .subtitle {
    font-size: 14px;
    margin-bottom: 16px;
    color: #bac4e8;
  }
  .footer a {
    font-size: 14px;
  }
  .footer .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-bottom {
    justify-content: start;
    margin-bottom: 70px;
  }
}
.modal-callus {
  height: 0;
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transition: height 0.3s linear;
  z-index: 1001;
}
.modal-callus .wpcf7 {
  width: 100%;
}
.modal-callus.active {
  height: 100vh;
  padding: 97px 0;
}
.modal-callus .close-button {
  position: absolute;
  top: 40px;
  right: 78px;
  width: 100%;
  max-width: 117px;
}
.modal-callus .container {
  flex-direction: column-reverse;
  max-width: 1140px;
  row-gap: 100px;
}
.modal-callus .callus-content {
  width: 50%;
  max-width: unset;
  gap: 0;
}
@media (max-width: 1439px) {
  .modal-callus .callus-content {
    width: 100%;
  }
}

.contact-form-message-container {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.contact-form-message-container .overlay {
  opacity: 0;
  transition: opacity 0.35s ease;
}
.contact-form-message-container .message {
  opacity: 0;
  transform: translate(-50%, -40%) scale(0.95);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-form-message-container.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact-form-message-container.active .overlay {
  opacity: 1;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(30, 34, 45, 0.3019607843);
}
.contact-form-message-container.active .message {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  position: absolute;
  max-width: 668px;
  width: 100%;
  top: 50%;
  left: 50%;
  background: white;
  width: 100%;
  border-radius: 40px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .contact-form-message-container.active .message {
    padding-bottom: 20px;
    padding-top: 30px;
    gap: 30px;
    border-radius: 30px;
  }
}
.contact-form-message-container.active .message .content {
  max-width: 403px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  .contact-form-message-container.active .message .content {
    gap: 20px;
  }
}
.contact-form-message-container.active .message .content__hero {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 600px) {
  .contact-form-message-container.active .message .content__hero {
    gap: 10px;
  }
}
.contact-form-message-container.active .message .content__hero .tag {
  font-weight: 600;
  font-size: 18px;
  color: #787c87;
  text-transform: uppercase;
  font-family: "Roboto Flex", Helvetica;
}
@media (max-width: 600px) {
  .contact-form-message-container.active .message .content__hero .tag {
    font-size: 14px;
  }
}
.contact-form-message-container.active .message .content__hero .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 70px;
  font-family: "Roboto Flex", Helvetica;
}
.contact-form-message-container.active .message .content__hero .title.blue {
  color: #4463d2;
}
.contact-form-message-container.active .message .content__hero .title.violet {
  color: #8f32c6;
}
@media (max-width: 600px) {
  .contact-form-message-container.active .message .content__hero .title {
    font-size: 30px;
  }
}
.contact-form-message-container.active .message .content__description {
  font-size: 20px;
  font-weight: 400;
  color: #50545f;
  font-family: "Roboto Flex", Helvetica;
}
@media (max-width: 600px) {
  .contact-form-message-container.active .message .content__description {
    font-size: 16px;
  }
}
.contact-form-message-container.active .message .content__description .violet {
  color: #8f32c6;
}
.contact-form-message-container.active .message .close-button {
  cursor: pointer;
  padding: 20px;
  max-width: 140px;
  align-self: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 2px solid rgba(194, 189, 189, 0.5019607843);
}
.contact-form-message-container.active .message .close-button.blue {
  background: linear-gradient(134deg, rgb(128, 159, 255) 0%, rgb(28, 59, 170) 100%);
}
.contact-form-message-container.active .message .close-button.violet {
  background: linear-gradient(133.91deg, #bc71e8 1.84%, #8035ac 100%);
}
@media (max-width: 600px) {
  .contact-form-message-container.active .message .close-button {
    max-width: 100%;
  }
}
.contact-form-message-container.active .message .close-button .close-button-text {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto Flex", Helvetica;
}
@media (max-width: 600px) {
  .contact-form-message-container.active .message .close-button .close-button-text {
    font-size: 14px;
  }
}

.navigate-webinar {
  display: block;
  position: fixed;
  z-index: 999999;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(134deg, rgb(128, 159, 255) 0%, rgb(28, 59, 170) 100%);
  border-radius: 100px;
  min-width: 68px;
  width: 68px;
  height: 68px;
  width: max-content;
  backdrop-filter: blur(5px) brightness(100%);
  border: 1px solid rgb(128, 159, 255);
  transition: all 0.3s linear;
  cursor: pointer;
}
.navigate-webinar:hover {
  min-width: 120px;
  padding-left: 5px;
}
.navigate-webinar:hover .pulse {
  display: none;
}
.navigate-webinar:hover .warning-icon {
  display: none;
}
.navigate-webinar:hover .row-icon {
  display: block;
}
.navigate-webinar:hover .navigate-text {
  display: block;
  color: white;
  padding: 0;
  margin: 0;
  font-family: "Roboto Flex", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.navigate-webinar .warning-icon {
  display: block;
}
.navigate-webinar .row-icon {
  display: none;
}
.navigate-webinar .navigate-text {
  display: none;
}
.navigate-webinar .content {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 2;
}
.navigate-webinar .pulse {
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  color: white;
  text-align: center;
  width: 50%;
  height: 50%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navigate-webinar .pulse::after,
.navigate-webinar .pulse::before {
  content: "";
  position: absolute;
  border: 1px solid rgb(128, 159, 255);
  left: -40px;
  opacity: 0;
  right: -40px;
  top: -40px;
  bottom: -40px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}
.navigate-webinar .pulse::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.cookie-banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 9999999;
  max-height: 100vh;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cookie-banner.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-banner .content {
  border: 1px solid var(--FFFFFF, #ffffff);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 19px;
  line-height: 110%;
  text-align: center;
  color: #50545f;
  letter-spacing: -0.4px;
  text-align: left;
}
.cookie-banner .content a {
  color: #4463d2;
  text-decoration: none;
}
.cookie-banner .content .buttons-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cookie-banner .content .buttons-block .primary-button_wrapper,
.cookie-banner .content .buttons-block .secondary-button_wrapper {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cookie-banner .content .buttons-block .primary-button_wrapper,
  .cookie-banner .content .buttons-block .secondary-button_wrapper {
    gap: 10px;
  }
  .cookie-banner .content .buttons-block .primary-button_wrapper .button,
  .cookie-banner .content .buttons-block .secondary-button_wrapper .button {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .cookie-banner .content .buttons-block {
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .cookie-banner .content {
    padding: 20px 16px;
    gap: 16px;
    font-size: 14px;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.secondary-button_wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 20px;
  position: relative;
  border-radius: 16px;
  border: none;
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
  background: linear-gradient(134deg, rgb(188, 113, 232) 0%, rgb(128, 53, 172) 100%);
}
.secondary-button_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 36%, rgba(194, 189, 189, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.thirdly-button_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  border: none;
}

.thirdly-button_wrapper .button {
  position: relative;
  width: fit-content;
  font-family: "Roboto Flex", Helvetica;
  font-weight: 400;
  color: #8f32c6;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 100%;
  white-space: nowrap;
}

.thirdly-button_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 36%, rgba(194, 189, 189, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.button {
  font-size: 18px;
  font-family: "Roboto Flex", Helvetica;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
}

.primary-button_wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
  background: linear-gradient(134deg, rgb(128, 159, 255) 0%, rgb(28, 59, 170) 100%);
}
.primary-button_wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 36%, rgba(194, 189, 189, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.additional-button_wrapper {
  border: 2px dashed #787c87;
  border-radius: 16px;
  padding: 20px;
  color: #50545f;
  text-align: center;
}
.additional-button_wrapper .button {
  color: #50545f;
}

.label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.label-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 1;
  border-radius: 22px;
  border: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1019607843);
  background: linear-gradient(134deg, rgb(88, 119, 215) 0%, rgb(18, 49, 160) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 36%, rgba(194, 189, 189, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.label.violet .label-wrapper {
  background: linear-gradient(133.91deg, #bc71e8 1.84%, #8035ac 100%);
}

.label.white {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 50px;
  height: 50px;
  position: relative;
}
.label.white .label-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 14px;
  border: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1019607843);
}
.label.white .label-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 36%, rgba(194, 189, 189, 0.5) 100%);
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.link-icon {
  cursor: pointer;
}
.link-icon img {
  width: 28px;
  height: 28px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.content-pages .hero-content {
  padding: 8px 60px;
  width: 100%;
}
.content-pages .hero-content_left, .content-pages .hero-content_right {
  width: 100%;
  max-width: 100%;
  flex: 1;
}
.content-pages .hero-content_left .text, .content-pages .hero-content_right .text {
  text-align: justify;
  white-space: pre-line;
}
@media (max-width: 1439px) {
  .content-pages .hero-content {
    padding: 0px;
  }
  .content-pages .hero-content_left, .content-pages .hero-content_right {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
  .content-pages .hero-content_left .text, .content-pages .hero-content_right .text {
    padding: 0px;
  }
}

.main-page .hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 750px;
  color: #000;
  width: 100%;
  background: url("../images/hero-bg.jpg") no-repeat center center;
  background-size: cover;
  justify-content: end;
  margin-bottom: 80px;
}
.main-page .hero-content {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  border: 2px solid var(--FFFFFF, #ffffff);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 31px 0;
}
.main-page .hero-content .container {
  padding: 0 60px;
  color: #000000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.main-page .hero-content .container .content-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
}
.main-page .hero-content_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.main-page .hero-content_block .title {
  font-family: "Roboto Flex", Helvetica;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.56px;
  text-align: center;
  text-transform: uppercase;
  color: #4463d2;
}
.main-page .hero-content_block--container {
  max-width: 202px;
  min-height: 188px;
  position: relative;
  border: 1px solid #BEC2CD;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 21px;
}
.main-page .hero-content_block--container .border {
  position: absolute;
  top: 0;
  left: 0;
}
.main-page .hero-content_block--container .link-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: end;
}
.main-page .hero-content_block--container .link-icon img {
  width: 28px;
  height: 28px;
}
.main-page .hero-content_block--buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 435px;
}
.main-page .hero-content_block--buttons .button {
  font-size: 18px;
  font-family: "Roboto Flex", Helvetica;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
}
.main-page .hero-content_block--description {
  position: relative;
  align-self: stretch;
  text-align: left;
  margin-top: -1px;
  font-family: "Roboto Flex", Helvetica;
  font-weight: 300;
  color: #50545f;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 110%;
}
.main-page .hero-content .left {
  align-items: flex-start;
}
.main-page .hero-content .center {
  align-items: center;
}
.main-page .hero-content .right {
  max-width: 540px;
  align-items: center;
  gap: 24px;
}
.main-page .products {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page .products .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page .products-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 20px;
  max-width: 1550px;
}
.main-page .products-content_elements .products-block.demo-block {
  background: #fff;
  border: 2px solid #bec2cd;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 383px;
  max-width: 470px;
  order: 4;
}
.main-page .products-content_elements .products-block::before {
  background: unset !important;
}
.main-page .products-content .elements-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  flex-wrap: wrap;
}
.main-page .products-content .products-block.first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 60px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  height: 383px;
  border-radius: 40px;
  border: none;
  color: #fff;
  max-width: 470px;
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
  background: linear-gradient(134deg, rgb(88, 119, 215) 0%, rgb(18, 49, 160) 100%);
}
.main-page .products-content .products-block.first::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 36%, rgba(194, 189, 189, 0.5) 100%);
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.main-page .products-content .products-block.first .subtitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #bac4e8;
}
.main-page .products-content .products-block.first .title {
  text-transform: uppercase;
  font-size: 70px;
}
.main-page .products-content .products-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  max-width: 520px;
  width: calc(33% - 7px);
  border: 2px solid var(--FFFFFF, #ffffff);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 40px;
}
.main-page .products-content .products-block_top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.main-page .products-content .products-block_top .number {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: normal;
  color: #787c87;
}
.main-page .products-content .products-block_middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 30px;
}
.main-page .products-content .products-block_middle .title {
  font-size: 28px;
  text-transform: uppercase;
  color: #4463d2;
  font-weight: 800;
  text-align: center;
}
.main-page .products-content .products-block_middle .subtitle {
  font-size: 24px;
  color: #1e222d;
  letter-spacing: -0.56px;
  font-weight: 400;
  margin-bottom: 19px;
  text-align: center;
}
.main-page .products-content .products-block_middle .separator {
  width: 100%;
}
.main-page .products-content .products-block_middle .separator img {
  width: 100%;
  height: auto;
}
.main-page .products-content .products-block_middle .description {
  font-size: 19px;
  line-height: 110%;
  text-align: center;
  color: #50545f;
  letter-spacing: -0.4px;
  text-align: left;
}
.main-page .products-content .products-block_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.main-page .products-content .products-block_bottom .readmore {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 100%;
  text-transform: uppercase;
  color: #4463d2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.main-page .products-content .products-block_bottom .readmore .arrow-right {
  width: 16px;
  height: 16px;
}
.main-page .advantages {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(133.91deg, #5877d7 1.84%, #1231a0 100%);
  border-radius: 60px;
}
.main-page .advantages .container {
  padding: 0 75px;
}
.main-page .advantages-subtitle {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 485px;
}
.main-page .advantages-subtitle .subtitle {
  color: #bac4e8;
}
.main-page .advantages-title {
  width: 485px;
}
.main-page .advantages-title h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  letter-spacing: -2%;
  line-height: 100%;
  margin: 0;
  color: #fff;
  font-family: "Roboto Flex", Helvetica;
}
.main-page .advantages-content {
  margin-top: 60px;
}
.main-page .advantages-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
}
.main-page .advantages-item {
  width: 100%;
  max-width: 400px;
}
.main-page .advantages-item_name {
  padding-bottom: 24px;
  border-bottom: 2px dashed #5b7ae3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.main-page .advantages-item_name--icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page .advantages-item_name--title h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  line-height: 110%;
  letter-spacing: -0.56px;
  margin: 0;
  color: #fff;
  font-family: "Roboto Flex", Helvetica;
}
.main-page .advantages-item_description {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 110%;
  color: #bac4e8;
  text-align: left;
}
.main-page .crms {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}
.main-page .crms .container {
  padding: 0 80px;
}
.main-page .crms-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex-wrap: nowrap;
  padding: 60px;
  border-radius: 40px;
  border: 2px solid var(--BEC2CD, #bec2cd);
  max-width: 1390px;
}
.main-page .crms-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
.main-page .crms-list_top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.main-page .crms-list_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.main-page .crms-list_element {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 8px;
  padding: 20px 24px;
  font-size: 19px;
  font-weight: 600;
}
.main-page .crms-list_element--title {
  font-size: 48px;
  font-family: "Roboto Flex", Helvetica;
  font-weight: 500;
  letter-spacing: -0.96px;
  line-height: 100%;
  text-transform: uppercase;
  color: #4463d2;
}
.main-page .crms-list_element.primary-button_wrapper {
  align-items: end;
  gap: 0;
  color: #fff;
}
.main-page .crms-list_element.primary-button_wrapper .crms-list_element--title {
  color: #fff;
}
.main-page .crms-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 16px;
  max-width: 580px;
}
.main-page .crms-content_subtitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 100%;
  text-transform: uppercase;
  color: #787c87;
  text-align: left;
}
.main-page .crms-content_title h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  letter-spacing: -1.4px;
  line-height: 100%;
  margin: 0;
  color: #1e222d;
  font-family: "Roboto Flex", Helvetica;
}
.main-page .easy-autotests {
  background: linear-gradient(95.38deg, #9732d2 0%, #572476 100%);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.main-page .easy-autotests .container {
  padding: 0 130px;
}
.main-page .easy-autotests_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
  max-width: 1290px;
}
.main-page .easy-autotests_content {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  max-width: 568px;
}
.main-page .easy-autotests_content--title h1 {
  color: #fff;
}
.main-page .easy-autotests_content--title {
  margin-bottom: 30px;
}
.main-page .easy-autotests_content--subtitle {
  color: #ebd2ef;
  width: 100%;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  line-height: 100%;
  text-align: left;
}
.main-page .easy-autotests_content--subtitle .subtitle {
  color: #ebd2ef;
}
.main-page .easy-autotests_content--description {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 110%;
  color: #fff;
}
.main-page .easy-autotests_accordion {
  width: 100%;
}
.main-page .easy-autotests_accordion .accordion-wrapper {
  display: flex;
  width: 100%;
  margin-inline: auto;
  flex-direction: row;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide {
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 467px;
  border: 2px solid rgba(225, 225, 225, 0.3);
  overflow: hidden;
  transition: width 0.35s ease-in-out;
  background: transparent;
  border-radius: 40px;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide.rb {
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
  border-right: 2px solid rgba(225, 225, 225, 0.3) !important;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide.lb {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: 2px solid rgba(225, 225, 225, 0.3) !important;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide.b-unset {
  border: unset !important;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)) {
  width: calc((100% - 200px) / 3);
  border: unset;
  border-right: 2px solid rgba(225, 225, 225, 0.3);
  border-radius: unset;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)):last-of-type {
  border: unset;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked))::after {
  opacity: 1;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)) .slide__info {
  inset: 50% auto auto 50%;
  background-color: transparent;
  border-color: transparent;
  opacity: 0;
  transform: rotate(90deg) translate(-50%);
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)) .slide__name {
  display: none;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide__number {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 48px;
  color: #fff;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide__info {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  width: 320px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  color: white;
  transform-origin: left;
  transition: all 0.35s ease-in-out;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide__author {
  font-size: 32px;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide__name {
  font-size: 20px;
}
.main-page .easy-autotests_accordion .accordion-wrapper .slide__radio {
  position: absolute;
  z-index: 4;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.main-page .partners {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: linear-gradient(133.91deg, #5877d7 1.84%, #1231a0 100%);
}
.main-page .partners .container {
  flex-direction: column;
  align-items: center;
  max-width: 1020px;
}
.main-page .partners-title {
  text-align: center;
}
.main-page .partners-title h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  letter-spacing: -2%;
  line-height: 100%;
  margin: 0;
  color: #fff;
  font-family: "Roboto Flex", Helvetica;
  text-align: center;
}
.main-page .partners-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.main-page .partners-list_item {
  display: flex;
  width: calc(50% - 10px);
  align-items: center;
  justify-content: space-between;
  padding: 43px 30px 43px 40px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
  border: 2px solid #ffffff;
  border-radius: 28px;
  background: #f9f9f9;
}
.main-page .partners-list_item .subtitle {
  margin: 0px;
  color: #1e222d;
}
@media (max-width: 1919px) {
  .main-page .container {
    width: 100%;
  }
  .main-page .hero {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 750px;
    color: #000;
    width: 100%;
    background: url("../images/hero-bg.jpg") no-repeat center center;
    background-size: cover;
    justify-content: end;
    margin-bottom: 80px;
  }
  .main-page .hero-content {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    border: 2px solid var(--FFFFFF, #ffffff);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 31px 0;
  }
  .main-page .hero-content .container {
    width: 100%;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  .main-page .hero-content .container .content-block {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    flex-direction: row;
  }
  .main-page .hero-content .container .title-block {
    max-width: 514px;
  }
  .main-page .hero-content_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .main-page .hero-content_block .title {
    font-family: "Roboto Flex", Helvetica;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.56px;
    text-align: center;
    text-transform: uppercase;
    color: #4463d2;
  }
  .main-page .hero-content_block--container {
    max-width: 202px;
    min-height: 188px;
    position: relative;
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 21px;
  }
  .main-page .hero-content_block--container .border {
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-page .hero-content_block--container .link-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    display: flex;
    align-items: flex-start;
    justify-content: end;
  }
  .main-page .hero-content_block--container .link-icon img {
    width: 28px;
    height: 28px;
  }
  .main-page .hero-content_block--buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
  }
  .main-page .hero-content_block--buttons .button {
    font-size: 18px;
    font-family: "Roboto Flex", Helvetica;
    font-weight: 600;
    letter-spacing: -0.72px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
  }
  .main-page .hero-content_block--description {
    position: relative;
    align-self: stretch;
    text-align: left;
    margin-top: -1px;
    font-family: "Roboto Flex", Helvetica;
    font-weight: 300;
    color: #50545f;
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 110%;
  }
  .main-page .hero-content .left {
    align-items: flex-start;
  }
  .main-page .hero-content .center {
    align-items: center;
  }
  .main-page .hero-content .right {
    align-items: flex-end;
    gap: 24px;
    max-width: 435px;
  }
  .main-page .products {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-page .products .container {
    padding: 0 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-page .products-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    max-width: 1040px;
    gap: 20px;
  }
  .main-page .products-content_elements .products-block.demo-block {
    background: #fff;
    border: 2px solid #bec2cd;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 383px;
    max-width: 470px;
  }
  .main-page .products-content_elements .products-block::before {
    background: unset !important;
  }
  .main-page .products-content .elements-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .main-page .products-content .products-block {
    width: calc(50% - 10px);
  }
  .main-page .products-content .products-block.first {
    max-width: unset;
  }
  .main-page .products-content .products-block.first .subtitle {
    font-size: 18px;
    text-transform: uppercase;
  }
  .main-page .products-content .products-block.first .title {
    text-transform: uppercase;
    font-size: 70px;
  }
  .main-page .products-content .products-block.demo-block {
    max-width: unset;
    order: 4;
  }
  .main-page .products-content .products-block_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
  }
  .main-page .products-content .products-block_top .number {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: normal;
    color: #787c87;
  }
  .main-page .products-content .products-block_middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 30px;
  }
  .main-page .products-content .products-block_middle .title {
    font-size: 28px;
    text-transform: uppercase;
    color: #4463d2;
    font-weight: 800;
  }
  .main-page .products-content .products-block_middle .subtitle {
    font-size: 24px;
    color: #1e222d;
    letter-spacing: -0.56px;
    font-weight: 400;
    margin-bottom: 19px;
  }
  .main-page .products-content .products-block_middle .separator {
    width: 100%;
  }
  .main-page .products-content .products-block_middle .separator img {
    width: 100%;
    height: auto;
  }
  .main-page .products-content .products-block_middle .description {
    font-size: 19px;
    line-height: 110%;
    text-align: center;
    color: #50545f;
    letter-spacing: -0.4px;
    text-align: left;
  }
  .main-page .products-content .products-block_bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .main-page .products-content .products-block_bottom .readmore {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.72px;
    line-height: 100%;
    text-transform: uppercase;
    color: #4463d2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .main-page .products-content .products-block_bottom .readmore .arrow-right {
    width: 16px;
    height: 16px;
  }
  .main-page .advantages {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(133.91deg, #5877d7 1.84%, #1231a0 100%);
    border-radius: 60px;
  }
  .main-page .advantages .container {
    padding: unset;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    border-radius: 80px;
  }
  .main-page .advantages-subtitle {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 485px;
  }
  .main-page .advantages-title {
    width: 485px;
  }
  .main-page .advantages-title h1 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    letter-spacing: -2%;
    line-height: 100%;
    margin: 0;
    color: #fff;
    font-family: "Roboto Flex", Helvetica;
  }
  .main-page .advantages-content {
    margin-top: 60px;
  }
  .main-page .advantages-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 60px;
  }
  .main-page .advantages-item {
    width: 100%;
    max-width: 400px;
  }
  .main-page .advantages-item_name {
    padding-bottom: 24px;
    border-bottom: 2px dashed #5b7ae3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .main-page .advantages-item_name--icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-page .advantages-item_name--title h3 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    line-height: 110%;
    letter-spacing: -0.56px;
    margin: 0;
    color: #fff;
    font-family: "Roboto Flex", Helvetica;
  }
  .main-page .advantages-item_description {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 110%;
    color: #bac4e8;
    text-align: left;
  }
  .main-page .crms {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
  }
  .main-page .crms .container {
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main-page .crms-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    flex-wrap: nowrap;
    padding: 60px;
    border-radius: 40px;
    border: 2px solid var(--BEC2CD, #bec2cd);
    max-width: 1224px;
  }
  .main-page .crms-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }
  .main-page .crms-list_top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .main-page .crms-list_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .main-page .crms-list_element {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 8px;
    padding: 20px 24px;
  }
  .main-page .crms-list_element--title {
    font-size: 48px;
    font-family: "Roboto Flex", Helvetica;
    font-weight: 500;
    letter-spacing: -0.96px;
    line-height: 100%;
    text-transform: uppercase;
    color: #4463d2;
  }
  .main-page .crms-list_element.primary-button_wrapper {
    align-items: end;
    gap: 0;
    color: #fff;
  }
  .main-page .crms-list_element.primary-button_wrapper .crms-list_element--title {
    color: #fff;
  }
  .main-page .crms-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 16px;
    max-width: 580px;
  }
  .main-page .crms-content_subtitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.72px;
    line-height: 100%;
    text-transform: uppercase;
    color: #787c87;
    text-align: left;
  }
  .main-page .crms-content_title h1 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    letter-spacing: -1.4px;
    line-height: 100%;
    margin: 0;
    color: #1e222d;
    font-family: "Roboto Flex", Helvetica;
  }
  .main-page .easy-autotests {
    background: linear-gradient(95.38deg, #9732d2 0%, #572476 100%);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
  }
  .main-page .easy-autotests .container {
    width: 100%;
    padding: 0 15px;
  }
  .main-page .easy-autotests_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    width: 100%;
  }
  .main-page .easy-autotests_content {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    max-width: 568px;
  }
  .main-page .easy-autotests_content--title h1 {
    color: #fff;
  }
  .main-page .easy-autotests_content--title {
    margin-bottom: 30px;
  }
  .main-page .easy-autotests_content--subtitle {
    color: #fff;
    width: 100%;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    line-height: 100%;
    text-align: left;
  }
  .main-page .easy-autotests_content--description {
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 110%;
    color: #fff;
  }
  .main-page .easy-autotests_accordion {
    width: 100%;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper {
    display: flex;
    width: 100%;
    margin-inline: auto;
    flex-direction: row;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 467px;
    border: 2px solid rgba(225, 225, 225, 0.3);
    overflow: hidden;
    transition: width 0.35s ease-in-out;
    background: transparent;
    border-radius: 40px;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide.rb {
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
    border-right: 2px solid rgba(225, 225, 225, 0.3) !important;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide.lb {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 2px solid rgba(225, 225, 225, 0.3) !important;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide.b-unset {
    border: unset !important;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)) {
    width: calc((100% - 200px) / 3);
    border: unset;
    border-right: 2px solid rgba(225, 225, 225, 0.3);
    border-radius: unset;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)):last-of-type {
    border: unset;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked))::after {
    opacity: 1;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)) .slide__info {
    inset: 50% auto auto 50%;
    background-color: transparent;
    border-color: transparent;
    opacity: 0;
    transform: rotate(90deg) translate(-50%);
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)) .slide__name {
    display: none;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide__number {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 48px;
    color: #fff;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide__info {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 30px;
    width: 320px;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: white;
    transform-origin: left;
    transition: all 0.35s ease-in-out;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide__author {
    font-size: 32px;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide__name {
    font-size: 20px;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide__radio {
    position: absolute;
    z-index: 4;
    inset: 0;
    opacity: 0;
    cursor: pointer;
  }
  .main-page .partners {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-page .partners .container {
    flex-direction: column;
    align-items: center;
  }
  .main-page .partners-title {
    margin-bottom: 60px;
    text-align: center;
  }
  .main-page .partners-list {
    width: 1020px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
  }
  .main-page .partners-list_item {
    display: flex;
    width: calc(50% - 10px);
    align-items: center;
    justify-content: space-between;
    padding: 43px 30px 43px 40px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
    border: 2px solid #ffffff;
    border-radius: 28px;
    background: #f9f9f9;
  }
}
@media (max-width: 1439px) {
  .main-page .card-image {
    max-width: 70px;
    height: 70px;
    width: 100%;
  }
  .main-page .desktop {
    display: none;
  }
  .main-page .mobile {
    display: block;
  }
  .main-page .hero {
    margin-bottom: 280px;
  }
  .main-page .hero-content {
    bottom: -280px;
  }
  .main-page .hero-content .container {
    width: 100%;
    max-width: unset;
    padding: 0 40px;
    gap: unset;
    flex-direction: column;
  }
  .main-page .hero-content .container .content-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 51px;
  }
  .main-page .hero-content .left {
    align-items: center;
    margin-bottom: 63px;
  }
  .main-page .hero-content .center {
    max-width: 202px;
    align-items: start;
    width: 100%;
  }
  .main-page .products .container {
    padding: 0 100px;
  }
  .main-page .products-content_elements {
    max-height: unset;
  }
  .main-page .products-content .elements-wrapper {
    height: unset;
    flex-wrap: wrap;
  }
  .main-page .products-content .elements-wrapper .products-block {
    width: 100%;
    min-height: 383px;
    max-width: unset;
  }
  .main-page .products-content .elements-wrapper .products-block.demo-block {
    order: 4;
    height: unset;
    min-height: unset;
    border: unset;
    box-shadow: unset;
  }
  .main-page .advantages .container {
    padding: 0 60px;
    max-width: unset;
  }
  .main-page .advantages-list {
    gap: 60px;
  }
  .main-page .advantages-item {
    width: calc(50% - 30px);
    max-width: unset;
  }
  .main-page .crms .container {
    max-width: unset;
    padding: 0 40px;
  }
  .main-page .crms-wrapper {
    flex-direction: column-reverse;
  }
  .main-page .crms-list {
    justify-content: flex-end;
  }
  .main-page .easy-autotests {
    position: relative;
  }
  .main-page .easy-autotests .container {
    max-width: unset;
    padding: 0 60px;
    flex-direction: column;
  }
  .main-page .easy-autotests_accordion {
    margin-bottom: 128px;
  }
  .main-page .easy-autotests_wrapper {
    flex-direction: column;
    max-width: 800px;
  }
  .main-page .easy-autotests .thirdly-button_wrapper {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .main-page .easy-autotests_content--description {
    margin-bottom: unset;
  }
  .main-page .partners .container {
    max-width: unset;
    padding: 0 100px;
  }
  .main-page .partners-title {
    width: 100%;
  }
  .main-page .partners-list {
    width: 100%;
    flex-direction: column;
  }
  .main-page .partners-list_item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-page .card-image {
    max-width: 52px;
    height: 52px;
    width: 100%;
  }
  .main-page .hero {
    min-height: 330px;
    margin-bottom: 470px;
  }
  .main-page .hero h1 {
    text-align: center;
  }
  .main-page .hero-content {
    bottom: -470px;
    border: unset;
    border-top: 1px solid var(--FFFFFF, #ffffff);
  }
  .main-page .hero-content .container {
    padding: 0 24px;
    flex-direction: column;
  }
  .main-page .hero-content .container .content-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
  .main-page .hero-content .left {
    align-items: center;
    margin-bottom: 40px;
  }
  .main-page .hero-content .center {
    max-width: 140px;
  }
  .main-page .hero-content_block .title {
    font-size: 11px;
  }
  .main-page .hero-content_block--title {
    margin-bottom: 10px;
  }
  .main-page .hero-content_block--container {
    max-width: 140px;
    min-height: unset;
    padding: 15px;
    gap: 7px;
    border-radius: 26px;
  }
  .main-page .hero-content_block--container .link-icon {
    width: 25px;
    height: 25px;
  }
  .main-page .hero-content_block--container .link-icon img {
    width: 18px;
    height: 18px;
  }
  .main-page .hero-content_block--container .border {
    width: 140px;
  }
  .main-page .hero-content_block--description {
    font-size: 1rem;
  }
  .main-page .hero-content_block--buttons {
    gap: 8px;
    flex-wrap: wrap;
  }
  .main-page .hero-content_block--buttons .button {
    font-size: 14px;
  }
  .main-page .hero-content_block--buttons .primary-button_wrapper {
    width: 100%;
  }
  .main-page .hero-content_block--buttons .secondary-button_wrapper {
    width: 100%;
  }
  .main-page .products {
    padding: 29px 0;
  }
  .main-page .products .container {
    padding: 0 8px;
  }
  .main-page .products-content {
    width: 100%;
  }
  .main-page .products-content_elements {
    max-height: unset;
  }
  .main-page .products-content .elements-wrapper {
    height: unset;
    flex-wrap: wrap;
  }
  .main-page .products-content .elements-wrapper .products-block {
    width: 100%;
    min-height: unset;
    max-width: unset;
  }
  .main-page .products-content .elements-wrapper .products-block.demo-block {
    order: 4;
  }
  .main-page .products-content .elements-wrapper .products-block.first {
    height: 146px;
    padding: 30px 24px;
    min-height: unset;
    border-radius: 30px;
  }
  .main-page .products-content .elements-wrapper .products-block.first .title {
    font-size: 30px;
  }
  .main-page .products-content .products-block {
    padding: 20px;
    justify-content: unset;
    min-height: unset;
  }
  .main-page .products-content .products-block.first .subtitle {
    color: #bac4e8;
    font-size: 14px;
  }
  .main-page .products-content .products-block_top .number {
    font-size: 40px;
  }
  .main-page .products-content .products-block_top .label-wrapper {
    width: 52px;
    height: 52px;
    padding: 14px 11px;
  }
  .main-page .products-content .products-block_middle .title {
    font-size: 22px;
  }
  .main-page .products-content .products-block_middle .subtitle {
    font-size: 18px;
  }
  .main-page .products-content .products-block_middle .description {
    font-size: 16px;
  }
  .main-page .products-content .products-block_bottom .readmore {
    font-size: 16px;
  }
  .main-page .products-content .products-block.demo-block {
    border: unset;
    height: unset;
    min-height: unset;
  }
  .main-page .advantages {
    padding: 30px 0;
    border-radius: 30px;
  }
  .main-page .advantages .container {
    padding: 0 24px;
    gap: 10px;
  }
  .main-page .advantages-content {
    margin-top: 20px;
  }
  .main-page .advantages-list {
    gap: 40px;
  }
  .main-page .advantages-item {
    width: 100%;
  }
  .main-page .advantages-item_name {
    padding-bottom: 20px;
  }
  .main-page .advantages-item_name--title h3 {
    font-size: 16px;
  }
  .main-page .advantages-item_description {
    margin-top: 12px;
  }
  .main-page .advantages-title {
    width: 100%;
  }
  .main-page .advantages-title .title {
    font-size: 30px;
  }
  .main-page .advantages-subtitle {
    width: 100%;
  }
  .main-page .advantages-subtitle .subtitle {
    color: #bac4e8;
    font-size: 14px;
  }
  .main-page .advantages h1 {
    font-size: 30px;
  }
  .main-page .crms {
    padding: 60px 0;
  }
  .main-page .crms .container {
    max-width: unset;
    padding: 0 8px;
  }
  .main-page .crms-wrapper {
    width: 100%;
    flex-direction: column-reverse;
    padding: 30px 24px;
    gap: 30px;
    border-radius: 30px;
  }
  .main-page .crms-list {
    justify-content: flex-end;
  }
  .main-page .crms-list_top {
    gap: 8px;
  }
  .main-page .crms-list_element {
    padding: 16px 18px !important;
  }
  .main-page .crms-list_element.primary-button_wrapper {
    width: unset;
  }
  .main-page .crms-list_element--title {
    font-size: 24px;
  }
  .main-page .crms-content_title h1 {
    font-size: 30px;
  }
  .main-page .easy-autotests {
    position: relative;
    padding: 30px 0;
    border-radius: 30px;
  }
  .main-page .easy-autotests_wrapper {
    gap: 30px;
  }
  .main-page .easy-autotests .container {
    padding: 0 24px;
    flex-direction: column;
  }
  .main-page .easy-autotests_content--subtitle {
    margin-bottom: 10px;
  }
  .main-page .easy-autotests_content--subtitle .subtitle {
    font-size: 14px;
    color: #ebd2ef;
  }
  .main-page .easy-autotests_content--title {
    margin-bottom: 20px;
  }
  .main-page .easy-autotests_content--title h1 {
    text-align: left;
  }
  .main-page .easy-autotests_content--description {
    font-size: 16px;
    color: #ebd2ef;
    margin-bottom: 30px;
  }
  .main-page .easy-autotests_accordion {
    margin-bottom: 80px;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper {
    align-items: center;
    flex-direction: column;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide {
    height: 314px;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide__info {
    width: 212px;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide__number {
    font-size: 42px;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)) {
    height: 110.3333333333px;
    border: unset;
    border-bottom: 2px solid rgba(225, 225, 225, 0.3) !important;
    width: 100%;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)).b-unset {
    border-bottom: unset !important;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)):last-of-type {
    border: unset;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)).lb {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 2px solid rgba(225, 225, 225, 0.3) !important;
  }
  .main-page .easy-autotests_accordion .accordion-wrapper .slide:not(:has(.slide__radio:checked)).rb {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 2px solid rgba(225, 225, 225, 0.3) !important;
  }
  .main-page .easy-autotests .thirdly-button_wrapper {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .main-page .easy-autotests_content--description {
    margin-bottom: unset;
  }
  .main-page .partners {
    padding: 60px 0;
    border-radius: 30px;
  }
  .main-page .partners-buttons {
    width: 100%;
  }
  .main-page .partners .container {
    padding: 0 24px;
  }
  .main-page .partners-title {
    width: 100%;
    margin-bottom: 30px;
  }
  .main-page .partners-title h1 {
    font-size: 30px;
    text-align: center;
  }
  .main-page .partners-list {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .main-page .partners-list_item {
    width: 100%;
    border-radius: 18px;
    padding: 20px 20px 20px 16px;
  }
  .main-page .partners-list_item .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .main-page .hero-content .right {
    gap: 20px;
  }
  .main-page .hero-content_block--container {
    padding: 15px;
  }
}

.content-pages {
  margin-top: 140px;
}

.info-page {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 1439px) {
  .info-page {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .info-page {
    padding-bottom: 40px;
  }
}
.info-page .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 80px 40px 0px 40px;
}
@media (max-width: 1439px) {
  .info-page .container {
    gap: 40px;
    padding: 60px 32px 0px 32px;
  }
}
@media (max-width: 767px) {
  .info-page .container {
    padding: 40px 20px 0px 20px;
    gap: 20px;
  }
}
.info-page .container .info-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1439px) {
  .info-page .container .info-blocks {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .info-page .container .info-blocks {
    gap: 16px;
  }
}
.info-page .container .info-blocks .block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1439px) {
  .info-page .container .info-blocks .block {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .info-page .container .info-blocks .block {
    gap: 12px;
  }
}
.info-page .container .info-blocks .block h3 {
  color: black;
}
.info-page .container .info-blocks .block .text {
  color: #50545f;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 110%;
  white-space: pre-line;
  text-align: justify;
}
@media (max-width: 767px) {
  .info-page .container .info-blocks .block .text {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
