@charset "UTF-8";
/***************************************************  mixins  *********************************************************/
.product {
  position: relative;
  /************************************************  header  ********************************************************/
  /*************************************************  about  ********************************************************/
  /*************************************************  how  **********************************************************/
  /*************************************************  braces  *******************************************************/
  /************************************************  gartner  *******************************************************/
  /*************************************************  monitor  ******************************************************/
  /***********************************************  accordion  *******************************************************/
  /**********************************************  interfaces  ******************************************************/
  /*********************************************  integration  ******************************************************/
  /*************************************************  book  *********************************************************/
  /************************************************  systems  *******************************************************/
  /*************************************************  points  *******************************************************/
  /*************************************************  modules  ******************************************************/
}
.product__header {
  position: relative;
  height: calc(100vh - 178px);
  min-height: 320px;
}
.product__header-content {
  background: grey no-repeat center top/cover;
  background-image: var(--bg-base), var(--bg-def);
  position: relative;
  height: calc(100vh + 2px);
  min-height: fit-content;
  top: -180px;
  padding-top: 180px;
  padding-bottom: 140px;
}
.product__header-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 12, 39, 0) 50%, #100C27 100%), linear-gradient(360deg, rgba(16, 12, 39, 0) 60%, #100C27 100%);
}
.product__header-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100vh - 320px);
  min-height: fit-content;
}
.product__header-text h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 20px;
  z-index: 2;
  position: relative;
}
.product__header-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: left;
  color: #FFFFFF;
  z-index: 2;
  position: relative;
}
.product__header-btn-wrapper {
  margin-top: 60px;
  z-index: 2;
  position: relative;
}
.product__header-btn {
  text-transform: none;
}
.product__header-wrapper {
  display: flex;
  justify-content: space-between;
}
.product__about {
  padding: 100px 0;
}
.product__about-text {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-transform: none;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  display: inline-block;
  margin-bottom: 60px;
}
.product__about-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #8E9199;
  display: inline-block;
  margin-bottom: 40px;
}
.product__about-separator {
  border-bottom: 1px dashed #C2C2C2;
  margin: 28px 0 30px 0;
  height: 0;
  position: relative;
  z-index: 3;
}
.product__about-separator-tab {
  display: none;
}
.product__about-item {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: left;
  color: #222433;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
.product__about-item img {
  width: 42px;
  height: 42px;
  margin: 2px 20px 0 0;
}
.product__how {
  padding: 100px 0;
}
.product__how-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.product__how-title h2 {
  font-size: 100px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.06em;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.product__how .anime-wrapper {
  max-width: 880px;
  margin: 0 auto;
}
.product__how-img-wrapper {
  position: relative;
}
.product__how-img-wrapper:nth-child(2n) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.product__how-img-wrapper:nth-child(2n) .product__how-text {
  margin: 184px 0 0 26px;
}
.product__how-text {
  margin: 32px 0 0;
}
.product__how-text p {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: left;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.product .braces__card-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 116px 28px 74px 88px auto;
  max-width: 700px;
  padding-top: 12px;
  margin: 24px auto 0;
}
.product .braces__card-title {
  grid-area: 1/1/2/3;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.product .braces__card-title span {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: capitalize;
  color: #100026;
}
.product .braces__brace-wrapper {
  grid-area: 2/1/5/3;
  display: flex;
  justify-content: center;
}
.product .braces__brace-wrapper div:first-of-type {
  position: relative;
  right: -1px;
}
.product .braces__brace-wrapper div:last-of-type {
  position: relative;
  left: -1px;
}
.product .braces__card {
  position: relative;
  width: 344px;
  margin: 0;
  padding: 38px 90px;
  border-radius: 104px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
.product .braces__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 104px;
  padding: 1px;
  background: linear-gradient(223deg, #100026 -5.11%, #9E60BB 44.19%, #DEDEE5 86.29%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
}
.product .braces__card:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 104px;
  background: transparent;
  z-index: 1;
}
.product .braces__card span {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-align: center;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  z-index: 2;
}
.product .braces__card.card-1 {
  grid-area: 4/1/6/2;
  justify-self: end;
  position: relative;
  right: -28px;
}
.product .braces__card.card-2 {
  grid-area: 4/2/6/3;
  justify-self: start;
  position: relative;
  left: -28px;
}
.product .braces__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.product .braces__text-block span {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 20px;
}
.product .braces__text-block.text-block-1 {
  grid-area: 6/1/7/2;
  position: relative;
  right: -28px;
}
.product .braces__text-block.text-block-1 span {
  color: #FF6D00;
}
.product .braces__text-block.text-block-2 {
  grid-area: 6/2/7/3;
  position: relative;
  left: -28px;
}
.product .braces__text-block.text-block-2 span {
  color: #00B0FF;
}
.product__gartner {
  position: relative;
  margin: 20px;
  padding: 140px 20px;
  border-radius: 12px;
  overflow: hidden;
}
.product__gartner-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  z-index: 1;
  transform-origin: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: scale(2);
}
.product__gartner-back.js-animate {
  transform: scale(1);
}
.product__gartner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.product__gartner-image {
  width: 155px;
  height: 34px;
  margin-right: 80px;
  flex-shrink: 0;
}
.product__gartner-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
  padding: 24px 0 24px 80px;
}
.product__gartner-text:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
  z-index: 3;
}
.product__monitor {
  position: relative;
  padding: 86px 0 118px;
  overflow: hidden;
}
.product__monitor-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
.product__monitor-title h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: none;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-bottom: 30px;
}
.product__monitor-title span {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #6C7282;
}
.product__monitor-container {
  position: relative;
}
.product__monitor-background {
  position: absolute;
  bottom: -42px;
  left: calc(50% - 222px);
  width: 444px;
  height: 62px;
  border-radius: 0 0 11px 11px;
  background-color: #6652A6;
  opacity: 13%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.product__monitor .no-js .owl-carousel, .product__monitor .owl-carousel.owl-loaded {
  display: flex;
}
.product__monitor .product-monitor-slider {
  max-width: 800px;
  margin: 0 auto;
}
.product__monitor .product-monitor-slider.owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: -60px;
  justify-content: space-between;
  width: 115%;
  margin: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}
.product__monitor .product-monitor-slider.owl-theme .owl-nav.disabled + .owl-dots {
  display: flex;
  margin-top: -74px;
  position: relative;
  z-index: 2;
}
.product__monitor .product-monitor-slider.owl-theme .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
  transform-origin: center;
  transform: rotate(90deg);
}
.product__monitor .product-monitor-slider.owl-theme .owl-nav button.owl-prev {
  background: #FFFFFF;
  border: 1px solid #CDBDD5;
  margin: 0;
  transform: rotate(0deg);
  font-size: 20px;
  color: #151526;
}
.product__monitor .product-monitor-slider.owl-theme .owl-nav button.owl-prev:hover {
  background: #FF862C;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.product__monitor .product-monitor-slider.owl-theme .owl-nav button.owl-next {
  background: #FFFFFF;
  border: 1px solid #CDBDD5;
  margin: 0;
  transform: rotate(0deg);
  font-size: 20px;
  color: #151526;
}
.product__monitor .product-monitor-slider.owl-theme .owl-nav button.owl-next:hover {
  background: #FF862C;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.product__monitor .product-monitor-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.product__monitor .product-monitor-slider.owl-carousel .owl-item {
  flex-shrink: 0;
}
.product__monitor-slide {
  height: 100%;
  padding: 44px 48px 50px 60px;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #060539 105.23%);
  border-radius: 12px;
  box-shadow: 0 36px 60px 0 rgba(0, 0, 0, 0);
}
.product__monitor-slide.hide {
  display: none;
}
.product__monitor-slide-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__monitor-text-block {
  margin-right: 20px;
}
.product__monitor-slide-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.product__monitor-slide-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.8;
}
.product__monitor-img {
  flex-shrink: 0;
  margin-left: 4px;
  height: 238px;
  width: auto;
  max-width: 202px;
  position: relative;
  overflow: hidden;
}
.product__monitor-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__accordion {
  padding: 96px 0 106px;
  /* Скрываем контент по умолчанию */
  /* Плавное раскрытие контента при активном чекбоксе */
}
.product__accordion-title {
  margin-bottom: 40px;
}
.product__accordion-title h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: none;
  color: #222433;
}
.product__accordion-block {
  padding: 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  background: linear-gradient(#ffffff, #ffffff 0) padding-box, linear-gradient(65.73deg, rgba(39, 35, 81, 0.3) 0%, rgba(126, 75, 153, 0.3) 40.77%, rgba(201, 201, 201, 0.3) 101.71%) border-box;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.product__accordion-input {
  display: none;
}
.product__accordion-header {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #222433;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
  cursor: pointer;
}
.product__accordion-icon-wrapper {
  width: 40px;
  height: 40px;
  border: 1px solid #CDBDD5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
}
.product__accordion-icon {
  display: block;
  width: 9px;
  height: 6px;
  fill: transparent;
  color: #151526;
  stroke: #151526;
  transform-origin: center;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.product__accordion-wrapper {
  margin-top: 20px;
  padding: 30px 20px 10px 30px;
  border-top: 1px dashed #AF9EBF;
}
.product__accordion-scales {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product__accordion-wrap {
  width: 25%;
}
.product__accordion-item {
  position: relative;
  width: 100%;
  height: 38px;
  background: transparent;
  border: 1px solid #48BEFF;
  border-top: none;
  border-bottom: none;
  margin-bottom: 20px;
}
.product__accordion-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #48BEFF;
}
.product__accordion-scale {
  position: absolute;
  height: 100%;
  background: linear-gradient(-45deg, rgba(78, 212, 251, 0) 49.9%, #5C5E6D 49.9%, #5C5E6D 60%, rgba(78, 212, 251, 0) 60%), linear-gradient(-45deg, #5C5E6D 10%, rgba(78, 212, 251, 0) 10%);
  background-size: 10px 10px;
  background-color: #48BEFF;
}
.product__accordion-scale.scale-20 {
  width: 20%;
}
.product__accordion-scale.scale-30 {
  width: 30%;
}
.product__accordion-scale.scale-25 {
  width: 25%;
}
.product__accordion-percent {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  color: #5C5E6D;
  position: absolute;
  top: calc(50% - 10px);
  right: -64px;
  background: #FFFFFF;
}
.product__accordion-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #5C5E6D;
  margin-bottom: 30px;
}
.product__accordion-text.single-text {
  margin-bottom: 0;
}
.product__accordion-text a {
  color: #00B0FF;
  text-decoration: none;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.product__accordion-text a:hover {
  cursor: pointer;
  border-bottom: 1px solid #00B0FF;
}
.product__accordion-text-bottom p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #5C5E6D;
  margin-bottom: 10px;
}
.product__accordion-list li {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #5C5E6D;
}
.product__accordion-list li:before {
  position: absolute;
  left: 9px;
  top: 7px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5C5E6D;
}
.product__accordion-btn {
  text-transform: none;
}
.product__accordion-input + .product__accordion-header + .product__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.27s ease-out, padding 0.27s ease-out;
}
.product__accordion-input:checked + .product__accordion-header + .product__accordion-content {
  max-height: 470px;
  animation: fadeIn 0.3s ease-in-out forwards;
  /* Добавляем анимацию */
}
.product__accordion-input:checked + .product__accordion-header .product__accordion-icon {
  transform: rotate(-180deg);
}
.product__interfaces {
  position: relative;
  height: 640px;
  margin: 40px 0 60px;
  overflow: hidden;
}
.product__interfaces-col {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  z-index: 3;
}
.product__interfaces-text-block {
  padding: 0 10px 0 0;
  margin-top: 196px;
}
.product__interfaces-header {
  color: #252538;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -0.02em;
  margin: 12px 0 23px;
  line-height: 140%;
}
.product__interfaces-body {
  color: #8E9199;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.product__interfaces-control {
  margin-top: 123px;
  opacity: 1;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.product__interfaces-control.hide-control {
  display: none;
  opacity: 0;
}
.product__interfaces-control .owl-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-top: 0;
}
.product__interfaces-control .owl-nav.disabled + .owl-dots {
  display: flex;
  margin-top: -74px;
  position: relative;
  z-index: 2;
}
.product__interfaces-control .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.product__interfaces-control .owl-nav button.owl-prev {
  background: #FFFFFF;
  border: 1px solid #CDBDD5;
  margin-right: 2px;
  font-size: 20px;
  color: #151526;
}
.product__interfaces-control .owl-nav button.owl-prev:hover {
  background: #FF862C;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.product__interfaces-control .owl-nav button.owl-next {
  background: #FFFFFF;
  border: 1px solid #CDBDD5;
  margin-left: 2px;
  font-size: 20px;
  color: #151526;
}
.product__interfaces-control .owl-nav button.owl-next:hover {
  background: #FF862C;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.product__interfaces-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.product__interfaces-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product__interfaces-img-wrapper {
  flex: 1;
  display: flex;
  justify-content: right;
}
.product__interfaces-img-circle {
  position: absolute;
  width: 640px;
  height: 640px;
  top: calc(50% - 320px);
  left: calc(50% - 320px);
  border-radius: 50%;
  background: #F1F9FC;
  z-index: 0;
}
.product__interfaces-img-circle:before {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  border-radius: 50%;
  background: #CDE1EF;
}
.product__interfaces-img-circle.circle-research {
  background: #f4f5f7;
}
.product__interfaces-img-circle.circle-research:before {
  background: #dfe2e7;
}
.product__interfaces-img-circle.circle-how-to {
  background: #f4f1f6;
}
.product__interfaces-img-circle.circle-how-to:before {
  background: #e4dbe8;
}
.product__interfaces-img-circle.circle-practices-and-use-cases {
  background: #edfffb;
}
.product__interfaces-img-circle.circle-practices-and-use-cases:before {
  background: #c9f2e8;
}
.product__interfaces-img {
  position: relative;
  width: 540px;
  height: 273px;
  margin-top: 184px;
}
.product__interfaces-wrapper {
  position: relative;
  height: 640px;
  width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product__interfaces-wrapper-inner {
  height: fit-content;
  width: 100%;
  box-shadow: 0 44px 64px 0 rgba(0, 0, 0, 0.25);
}
.product__interfaces .interfaces-slider {
  height: 100%;
  width: 100%;
}
.product__interfaces .interfaces-slider img {
  position: relative;
  width: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
.product__interfaces .interfaces-slider .owl-pagination {
  display: flex;
}
.product__interfaces .interfaces-slider.owl-carousel.owl-theme .owl-dots {
  text-align: left;
}
.product__interfaces .interfaces-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #c4c4c4;
  border-radius: 50%;
  margin: 0 16px 0 0;
}
.product__interfaces .interfaces-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #00A5FF;
}
.product__interfaces .interfaces-slider.owl-carousel.owl-theme .owl-nav {
  display: none;
}
.product__interfaces .interfaces-slider.owl-carousel .owl-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.product__interfaces .interfaces-slider .owl-stage-outer {
  max-height: 273px;
}
.product__interfaces .interfaces-slider .hide {
  display: none;
}
.product__interfaces .interfaces-slider__slide {
  box-shadow: 0 44px 64px 0 rgba(0, 0, 0, 0.25);
}
.product__interfaces .interfaces-slider__slide-wrapper {
  flex: 1;
  position: relative;
}
.product__integration {
  position: relative;
  margin: 20px;
  padding: 140px 20px;
  border-radius: 12px;
  overflow: hidden;
}
.product__integration:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.product__integration-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  z-index: 1;
  transform-origin: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: scale(2);
}
.product__integration-back.js-animate {
  transform: scale(1);
}
.product__integration-wrapper {
  position: relative;
  z-index: 3;
}
.product__integration-title {
  margin-bottom: 60px;
}
.product__integration-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FF6D00;
}
.product__integration-text {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.product__integration-text a {
  color: #FF6D00;
  text-decoration: none;
}
.product__integration-text a:hover {
  border-bottom: 1px solid #FF6D00;
  cursor: pointer;
}
.product__integration-text img {
  width: 24px;
  height: 24px;
  margin-top: 60px;
}
.product__book {
  padding: 60px 0 90px;
}
.product__book-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
}
.product__book-circle {
  grid-area: 1/1/4/2;
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #EDEDED;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 85px;
}
.product__book-circle img {
  position: absolute;
  top: 36px;
  left: calc(50% - 60px);
  width: 120px;
  height: 170px;
  box-shadow: 0 114px 104px 0 #8BA5B9;
}
.product__book-circle img.hide-img {
  top: 200px;
}
.product__book-title {
  grid-area: 1/2/1/4;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #151526;
  display: inline-block;
  margin: 12px 0 30px;
}
.product__book-add {
  grid-area: 2/2/2/4;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #8E9199;
  display: inline-block;
  margin-bottom: 30px;
}
.product__book-text-wrapper {
  grid-area: 3/2/3/4;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product__book-text-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product__book-text-container span {
  display: inline-block;
  flex-basis: 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-bottom: 20px;
}
.product__book-text-container span:last-child {
  margin-bottom: 0;
}
.product__book-btn-wrapper {
  grid-area: 3/4/3/5;
  margin-left: 20px;
}
.product__book-btn {
  text-transform: none;
}
.product__systems {
  padding: 100px 0 156px;
}
.product__systems-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #8A8A8A;
  margin-bottom: 78px;
  display: inline-block;
  width: 100%;
}
.product__systems-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__systems-item {
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  padding: 10px 40px;
}
.product__systems-item:nth-child(2) {
  border: 1px solid #FF6D00;
  border-top: none;
  border-bottom: none;
}
.product__systems-text, .product__systems-add {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.product__systems-text {
  color: #FF6D00;
  margin-top: 52px;
}
.product__systems-add {
  text-transform: uppercase;
  color: #191B26;
}
.product__points {
  position: relative;
  margin: 20px;
  padding: 162px 20px 100px;
  border-radius: 12px;
  overflow: hidden;
}
.product__points:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.product__points-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  z-index: 1;
  transform-origin: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: scale(2);
}
.product__points-back.js-animate {
  transform: scale(1);
}
.product__points-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-bottom: 60px;
}
.product__points-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.product__points-item img {
  width: 15px;
  height: 15px;
  margin: 4px 20px 0 0;
}
.product__modules {
  padding: 100px 0 38px;
  /* Скрываем контент по умолчанию */
  /* Плавное раскрытие контента при активном чекбоксе */
}
.product__modules-text {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-transform: none;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  display: inline-block;
  margin-bottom: 60px;
}
.product__modules-container {
  position: relative;
  height: fit-content;
}
.product__modules-wrapper {
  display: flex;
  gap: 30px;
}
.product__modules-col {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.product__modules-item {
  width: 100%;
  position: relative;
  min-height: 128px;
}
.product__modules-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  display: inline-block;
  margin-bottom: 20px;
}
.product__modules-card {
  border-radius: 4px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.product__modules-input {
  display: none;
}
.product__modules-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #222433;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 22px 20px 14px;
  cursor: pointer;
}
.product__modules-icon-wrapper {
  width: 26px;
  height: 26px;
  border: 1px solid #CDBDD5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: 5px;
  margin-left: 10px;
}
.product__modules-icon {
  display: block;
  width: 9px;
  height: 6px;
  fill: transparent;
  color: #151526;
  stroke: #151526;
  transform-origin: center;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
}
.product__modules-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product__modules-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5C5E6D;
  border-top: 1px dashed #C2C2C2;
  padding: 18px 18px 18px 14px;
}
.product__modules-input + .product__modules-header + .product__modules-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.27s ease-out, padding 0.27s ease-out;
}
.product__modules-input:checked + .product__modules-header + .product__modules-content {
  min-height: 172px;
  max-height: 172px;
  animation: fadeIn 0.3s ease-in-out forwards;
  /* Добавляем анимацию */
}
.product__modules-input:checked + .product__modules-header .product__modules-icon {
  transform: rotate(-180deg);
}
.product__modules-banner {
  position: relative;
  padding: 24px 0;
}
.product__modules-banner-img {
  border-radius: 12px;
  width: 40%;
  position: absolute;
  height: calc(100% - 48px);
  top: 24px;
  right: 24px;
  overflow: hidden;
}
.product__modules-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__modules-banner-text {
  font-weight: 400;
  font-size: 36px;
  line-height: 144%;
  letter-spacing: -0.02em;
}
.product__modules-banner-text span {
  display: inline-block;
  margin-bottom: 60px;
}

/******************************** Общие для Fileauditor/Risk Monitor/Timeinformer/Siem ********************************/
.page-searchinform-fileauditor .product, .page-srm .product, .page-timeinformer .product, .page-siem .product {
  /*********************************************** book *********************************************************/
}
.page-searchinform-fileauditor .product__book, .page-srm .product__book, .page-timeinformer .product__book, .page-siem .product__book {
  padding: 78px 0 68px;
}
.page-searchinform-fileauditor .product__book-wrapper, .page-srm .product__book-wrapper, .page-timeinformer .product__book-wrapper, .page-siem .product__book-wrapper {
  grid-template-columns: 200px 85px auto;
  grid-template-rows: repeat(2, auto);
}
.page-searchinform-fileauditor .product__book-circle, .page-srm .product__book-circle, .page-timeinformer .product__book-circle, .page-siem .product__book-circle {
  grid-area: 1/1/3/2;
}
.page-searchinform-fileauditor .product__book-title, .page-srm .product__book-title, .page-timeinformer .product__book-title, .page-siem .product__book-title {
  grid-area: 1/3/2/4;
  align-self: end;
  margin-bottom: 20px;
}
.page-searchinform-fileauditor .product__book-btn-wrapper, .page-srm .product__book-btn-wrapper, .page-timeinformer .product__book-btn-wrapper, .page-siem .product__book-btn-wrapper {
  grid-area: 2/3/3/4;
  margin-left: 0;
  align-self: start;
}

/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 1200px   ***********************************************/
@media (max-width: 1199.98px) {
  .product {
    /****************************************** accordion *********************************************************/
    /****************************************** integration *******************************************************/
    /*********************************************** book *********************************************************/
    /******************************************* interfaces *******************************************************/
    /********************************************* systems ********************************************************/
  }
  .product__accordion-input:checked + .product__accordion-header + .product__accordion-content {
    max-height: 420px;
  }
  .product__integration-text p br {
    display: none;
  }
  .product__book-text-container {
    flex-direction: column;
  }
  .product__book-text-container span {
    flex-basis: 100%;
  }
  .product__book-text-container span br {
    display: none;
  }
  .product__book-circle {
    margin-right: 40px;
  }
  .product__interfaces-img-wrapper {
    justify-content: left;
  }
  .product__interfaces .interfaces-slider {
    right: auto;
    left: 0;
  }
  .product__systems-title {
    margin-bottom: 40px;
  }
  .product__systems-wrapper {
    flex-direction: column;
  }
  .product__systems-item {
    padding: 20px 0;
    width: 450px;
    text-align: center;
  }
  .product__systems-item:nth-child(2) {
    border-top: 1px solid #FF6D00;
    border-bottom: 1px solid #FF6D00;
    border-left: none;
    border-right: none;
  }
  .product__systems-text {
    margin-top: 40px;
  }
}
/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  .product {
    /******************************************* about ************************************************************/
    /********************************************* how ************************************************************/
    /********************************************* gartner ********************************************************/
    /********************************************* monitor ********************************************************/
    /********************************************* accordion ******************************************************/
    /********************************************* interfaces *****************************************************/
    /************************************************ book ********************************************************/
    /************************************************ systems *****************************************************/
    /*************************************************  modules  **************************************************/
  }
  .product__about {
    padding: 100px 0 80px;
  }
  .product__about-text {
    letter-spacing: -0.03em;
  }
  .product__about-text br {
    display: none;
  }
  .product__how {
    padding: 80px 0;
  }
  .product__how-title h2 {
    font-size: 80px;
  }
  .product__how-img-wrapper:nth-child(2n) {
    flex-direction: column;
    align-items: center;
  }
  .product__how-img-wrapper:nth-child(2n) .product__how-text {
    margin: 20px 0;
  }
  .product__how-img {
    justify-content: center;
  }
  .product__how-text {
    margin: 20px 0;
  }
  .product__how-text p {
    width: 100%;
    text-align: center;
  }
  .product__how-text p br {
    display: none;
  }
  .product__gartner-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .product__gartner-image {
    margin-right: 0;
  }
  .product__gartner-text {
    padding: 30px 0 0;
    text-align: center;
  }
  .product__gartner-text:before {
    display: none;
  }
  .product__gartner-text p br {
    display: none;
  }
  .product__monitor {
    padding: 120px 0 80px;
    overflow: hidden;
  }
  .product__monitor-background {
    display: none;
  }
  .product__monitor-title {
    margin-bottom: 60px;
  }
  .product__monitor-title h2 br {
    display: none;
  }
  .product__monitor .product-monitor-slider {
    max-width: 100vw;
    display: inline-flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
  }
  .product__monitor .product-monitor-slider::-webkit-scrollbar {
    display: none;
  }
  .product__monitor .product-monitor-slider.owl-theme .owl-nav {
    display: none;
  }
  .product__monitor .product-monitor-slider.owl-loaded .product__monitor-slide {
    margin-right: 0;
    height: 100%;
  }
  .product__monitor .product-monitor-slider.owl-carousel {
    display: inline-flex;
    scrollbar-width: none;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .product__monitor .product-monitor-slider.owl-carousel .owl-item {
    min-height: 100%;
  }
  .product__monitor .product-monitor-slider.owl-carousel::-webkit-scrollbar {
    display: none;
  }
  .product__monitor-slide {
    flex: 0 0 auto;
    width: auto;
    max-width: 700px;
    min-width: 700px;
    height: auto;
    margin-right: 10px;
    padding: 50px 60px;
  }
  .product__monitor-slide.hide {
    display: block;
  }
  .product__monitor-slide:first-of-type {
    margin-left: 0;
  }
  .product__monitor-slide:last-of-type {
    margin-right: 0;
  }
  .product__monitor-slide-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .product__monitor-slide-title br, .product__monitor-slide-text br {
    display: none;
  }
  .product__monitor-img {
    height: 150px;
    margin-left: 0;
    margin-bottom: 70px;
  }
  .product__accordion-input:checked + .product__accordion-header + .product__accordion-content {
    max-height: 500px;
  }
  .product__interfaces {
    height: 783px;
    margin: 80px 0 20px;
  }
  .product__interfaces-col {
    position: relative;
    top: -106px;
  }
  .product__interfaces-text-block {
    padding-right: 0;
    margin-top: 0;
    height: fit-content;
    position: relative;
    z-index: 4;
  }
  .product__interfaces-header {
    text-align: center;
  }
  .product__interfaces-body {
    text-align: center;
  }
  .product__interfaces-control {
    display: none;
  }
  .product__interfaces-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .product__interfaces-background {
    width: fit-content;
    left: calc(50% - 270px);
  }
  .product__interfaces-wrapper-inner {
    box-shadow: none;
  }
  .product__interfaces .interfaces-slider {
    max-width: 100vw;
    display: inline-flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    padding: 110px 68px;
    left: -68px;
  }
  .product__interfaces .interfaces-slider::-webkit-scrollbar {
    display: none;
  }
  .product__interfaces .interfaces-slider .owl-stage-outer {
    height: auto;
    overflow: visible;
  }
  .product__interfaces .interfaces-slider.owl-carousel {
    display: inline-flex;
    scrollbar-width: none;
  }
  .product__interfaces .interfaces-slider.owl-carousel::-webkit-scrollbar {
    display: none;
  }
  .product__interfaces .interfaces-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .product__interfaces .interfaces-slider.owl-carousel .owl-item {
    min-height: 100%;
  }
  .product__interfaces .interfaces-slider.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
  }
  .product__interfaces .interfaces-slider__slide {
    flex: 0 0 auto;
    width: auto;
    max-width: 540px;
    min-width: 540px;
    height: 100%;
    margin-right: 30px;
  }
  .product__interfaces .interfaces-slider__slide.hide {
    display: block;
  }
  .product__interfaces .interfaces-slider__slide:last-of-type {
    margin-right: 0;
  }
  .product__interfaces .interfaces-slider__slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .product__interfaces .interfaces-slider img {
    height: 100%;
  }
  .product__interfaces .interfaces-slider__slide-wrapper {
    height: 100%;
  }
  .product__book-wrapper {
    grid-template-columns: 200px 40px repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
  .product__book-container {
    grid-area: 1/3/1/5;
  }
  .product__book-text-wrapper {
    grid-area: 3/3/3/5;
  }
  .product__book-title {
    grid-area: 1/3/1/5;
  }
  .product__book-text-container span {
    margin-bottom: 10px;
  }
  .product__book-add {
    grid-area: 2/3/2/5;
    margin-bottom: 20px;
  }
  .product__book-btn-wrapper {
    grid-area: 4/3/4/5;
    margin-top: 40px;
    margin-left: 0;
  }
  .product__book-btn {
    width: 286px;
    text-align: center;
  }
  .product__systems {
    padding: 80px 0;
  }
  .product__points {
    padding: 80px 20px 104px;
  }
  .product__modules {
    /* Плавное раскрытие контента при активном чекбоксе */
  }
  .product__modules-wrapper {
    flex-direction: column;
  }
  .product__modules-col {
    flex-basis: 100%;
  }
  .product__modules-item {
    min-height: auto;
  }
  .product__modules-header {
    height: fit-content;
    align-items: center;
  }
  .product__modules-input:checked + .product__modules-header + .product__modules-content {
    min-height: fit-content;
  }
  .product__modules-banner {
    display: flex;
    flex-direction: column;
    padding: 0 0 24px 0;
  }
  .product__modules-banner-img {
    position: relative;
    height: 500px;
    margin: 0 0 24px 0;
    width: calc(100% - 48px);
    inset: 0 24px;
  }
  .product__modules-banner-text {
    text-align: center;
  }
  .product__modules-banner-text span {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .product__modules-banner-btn {
    width: 50%;
  }

  /******************************** Общие для Fileauditor/Risk Monitor/Timeinformer/Siem ****************************/
  .page-searchinform-fileauditor .product, .page-srm .product, .page-timeinformer .product, .page-siem .product {
    /********************************************* book *******************************************************/
  }
  .page-searchinform-fileauditor .product__book-wrapper, .page-srm .product__book-wrapper, .page-timeinformer .product__book-wrapper, .page-siem .product__book-wrapper {
    grid-template-columns: 200px 40px auto;
  }
  .page-searchinform-fileauditor .product__book-title br, .page-srm .product__book-title br, .page-timeinformer .product__book-title br, .page-siem .product__book-title br {
    display: none;
  }
  .page-searchinform-fileauditor .product__book-btn-wrapper, .page-srm .product__book-btn-wrapper, .page-timeinformer .product__book-btn-wrapper, .page-siem .product__book-btn-wrapper {
    margin-top: 0;
  }
}
/****************************************   Для экранов меньше 768px   ***********************************************/
@media (max-width: 767.98px) {
  .product {
    /******************************************** header **********************************************************/
    /********************************************** how ***********************************************************/
    /********************************************* braces *********************************************************/
    /******************************************** monitor *********************************************************/
    /******************************************** accordion *******************************************************/
    /*********************************************** book *********************************************************/
    /*************************************************  modules  **************************************************/
  }
  .product__header-text {
    justify-content: space-between;
  }
  .product__header-text-inner {
    margin: auto 0;
  }
  .product__header-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
  }
  .product__header-btn {
    width: 100%;
    text-align: center;
  }
  .product__how-title h2 {
    font-size: 65px;
  }
  .product .braces__card-container {
    max-width: 362px;
    padding-top: 0;
    margin: 20px auto 0;
  }
  .product .braces__card {
    width: 148px;
  }
  .product .braces__card.card-1 {
    padding: 14px 26px 22px 22px;
    right: -11px;
  }
  .product .braces__card.card-2 {
    padding: 14px 22px 22px 26px;
    left: -11px;
  }
  .product .braces__card-title {
    margin-bottom: 4px;
  }
  .product .braces__card-title span {
    font-size: 20px;
  }
  .product .braces__card-container {
    grid-template-rows: auto 60px 12px 42px 46px auto;
  }
  .product .braces__card span {
    font-size: 13px;
  }
  .product .braces__brace {
    width: auto;
  }
  .product .braces__text-block span {
    font-size: 13px;
  }
  .product__monitor {
    padding: 100px 0 80px;
  }
  .product__monitor-slide {
    max-width: 520px;
    min-width: 520px;
  }
  .product__accordion {
    padding: 80px 0;
  }
  .product__accordion-scales {
    flex-direction: column;
  }
  .product__accordion-wrap {
    width: 100%;
  }
  .product__accordion-input:checked + .product__accordion-header + .product__accordion-content {
    max-height: 640px;
  }
  .product__book {
    padding: 60px 0 80px;
  }
  .product__book-circle {
    margin-right: 24px;
  }
  .product__modules-text {
    text-align: center;
  }
  .product__modules-banner-img {
    height: 400px;
  }
  .product__modules-banner-text {
    font-size: 24px;
  }

  /******************************** Общие для Fileauditor/Risk Monitor/Timeinformer/Siem ****************************/
  .page-searchinform-fileauditor .product, .page-srm .product, .page-timeinformer .product, .page-siem .product {
    /*********************************************** book *****************************************************/
  }
  .page-searchinform-fileauditor .product__book, .page-srm .product__book, .page-timeinformer .product__book, .page-siem .product__book {
    padding: 60px 0;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .product {
    /*********************************************** header *******************************************************/
    /*********************************************** about ********************************************************/
    /************************************************* how ********************************************************/
    /********************************************* gartner ********************************************************/
    /********************************************* monitor ********************************************************/
    /********************************************* accordion ******************************************************/
    /********************************************* interfaces *****************************************************/
    /********************************************* integration ****************************************************/
    /************************************************* book *******************************************************/
    /************************************************ systems *****************************************************/
    /************************************************ points ******************************************************/
    /*************************************************  modules  **************************************************/
  }
  .product__header-text h1 {
    font-size: 32px;
    padding-bottom: 16px;
  }
  .product__header-text p {
    font-size: 16px;
  }
  .product__header-text p span {
    color: #00B0FF;
  }
  .product__about {
    padding: 60px 0;
  }
  .product__about-text {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .product__about-title {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .product__about-item {
    font-size: 14px;
  }
  .product__about-item img {
    width: 12px;
    height: 12px;
    margin: 4px 12px 0 0;
  }
  .product__about-separator {
    margin: 17px 0 15px;
  }
  .product__how {
    padding: 60px 0;
  }
  .product__how-title {
    margin-bottom: 20px;
  }
  .product__how-title h2 {
    font-size: 40px;
  }
  .product__how-text p {
    font-size: 20px;
  }
  .product__gartner {
    margin: 10px;
    padding: 145px 0 152px;
  }
  .product__gartner-image {
    width: 111px;
    height: 24px;
  }
  .product__gartner-text {
    padding-top: 36px;
    font-size: 14px;
  }
  .product__monitor {
    padding: 60px 0 64px;
  }
  .product__monitor-title {
    margin-bottom: 30px;
  }
  .product__monitor-title h2 {
    font-size: 20px;
  }
  .product__monitor-title span {
    font-size: 15px;
  }
  .product__monitor .product-monitor-slider.owl-carousel {
    padding: 0 10px;
  }
  .product__monitor-slide {
    padding: 40px 30px 30px 30px;
    background: linear-gradient(168.66deg, #7860BB -10.73%, #060539 95.89%);
    max-width: 360px;
    min-width: 360px;
  }
  .product__monitor-slide:first-of-type {
    margin-left: 0;
  }
  .product__monitor-slide:last-of-type {
    margin-right: 0;
  }
  .product__monitor-img {
    width: 100%;
    height: 150px;
    margin-bottom: 49px;
    display: flex;
    justify-content: center;
  }
  .product__monitor-slide-title {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .product__monitor-slide-text {
    font-size: 13px;
  }
  .product__monitor-slide-list img {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    margin-top: 4px;
  }
  .product__accordion {
    padding: 60px 0;
  }
  .product__accordion-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .product__accordion-title h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 132%;
    text-align: center;
    text-transform: none;
    background: linear-gradient(68.26deg, #7860BB 14.71%, #372C71 105.23%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin-bottom: 30px;
  }
  .product__accordion-title span {
    font-size: 15px;
    font-weight: 400;
    line-height: 148%;
    text-align: center;
    color: #8E9199;
  }
  .product__accordion-block {
    padding: 12px 0;
    margin-bottom: 5px;
  }
  .product__accordion-header {
    font-size: 14px;
  }
  .product__accordion-text {
    font-size: 14px;
  }
  .product__accordion-text-bottom p {
    font-size: 14px;
  }
  .product__accordion-list li {
    font-size: 14px;
  }
  .product__accordion-percent {
    font-size: 20px;
  }
  .product__accordion-input:checked + .product__accordion-header + .product__accordion-content {
    max-height: 800px;
  }
  .product__accordion-icon-wrapper {
    width: 26px;
    height: 26px;
  }
  .product__accordion-icon {
    width: 6px;
    height: 4px;
  }
  .product__interfaces {
    height: 434px;
    margin: 20px 0 60px;
  }
  .product__interfaces-col-relative {
    position: relative;
  }
  .product__interfaces-col {
    top: 0;
    height: 338px;
  }
  .product__interfaces-container {
    margin: 0;
    left: calc(50% - 169px);
  }
  .product__interfaces-text-block {
    position: absolute;
    top: 296px;
  }
  .product__interfaces-header {
    font-size: 20px;
    margin: 12px 0 20px;
    text-align: left;
  }
  .product__interfaces-body {
    font-size: 13px;
    text-align: left;
  }
  .product__interfaces-wrapper {
    width: 338px;
    height: 338px;
  }
  .product__interfaces-background {
    left: auto;
  }
  .product__interfaces-img {
    margin-top: 34px;
    width: 338px;
  }
  .product__interfaces-img-circle {
    width: 338px;
    height: 338px;
    top: calc(50% - 169px);
    left: calc(50% - 169px);
  }
  .product__interfaces-img-circle:before {
    width: 210px;
    height: 210px;
    top: calc(50% - 105px);
    left: calc(50% - 105px);
  }
  .product__interfaces .interfaces-slider {
    padding: 100px 66px;
    left: -33px;
  }
  .product__interfaces .interfaces-slider__slide {
    max-width: 254px;
    min-width: 254px;
    margin-right: 20px;
  }
  .product__integration {
    margin: 10px;
    padding: 98px 0;
  }
  .product__integration-title {
    margin-bottom: 32px;
  }
  .product__integration-title h2 {
    font-size: 14px;
  }
  .product__integration-text p {
    font-size: 20px;
    line-height: 132%;
  }
  .product__integration-text img {
    margin-top: 32px;
  }
  .product__book {
    padding: 48px 0 60px;
  }
  .product__book-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
  }
  .product__book-circle {
    grid-area: 2/1/3/1;
    margin-bottom: 40px;
    margin-right: 0;
    justify-self: center;
  }
  .product__book-title {
    grid-area: 1/1/2/1;
    margin: 0 0 40px;
    text-align: center;
  }
  .product__book-add {
    grid-area: 3/1/4/1;
    text-align: center;
  }
  .product__book-text-wrapper {
    grid-area: 4/1/5/1;
    justify-self: center;
  }
  .product__book-text-container {
    align-items: center;
  }
  .product__book-text-container span {
    text-align: center;
    margin-bottom: 18px;
  }
  .product__book-btn-wrapper {
    grid-area: 5/1/6/1;
    justify-self: center;
    margin-top: 30px;
  }
  .product__book-btn {
    width: auto;
  }
  .product__systems {
    padding: 60px 0;
  }
  .product__systems-title {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .product__systems-item {
    font-size: 32px;
    padding: 12px 0;
    width: 210px;
  }
  .product__systems-text, .product__systems-add {
    font-size: 14px;
  }
  .product__systems-text {
    margin-top: 28px;
  }
  .product__points {
    padding: 40px 20px 45px;
  }
  .product__points-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .product__points-item {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: normal;
  }
  .product__modules {
    padding-top: 60px;
  }
  .product__modules-text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .product__modules-item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .product__modules-header {
    font-size: 14px;
  }
  .product__modules-content span {
    font-size: 14px;
  }
  .product__modules-banner-text {
    font-size: 20px;
  }
  .product__modules-banner-text span {
    margin-top: 20px;
  }
  .product__modules-banner-btn {
    width: 100%;
  }
  .product__modules-banner-img {
    height: 300px;
  }

  /******************************** Общие для Fileauditor/Risk Monitor/Timeinformer/Siem ****************************/
  .page-searchinform-fileauditor .product, .page-srm .product, .page-timeinformer .product, .page-siem .product {
    /************************************************** book **************************************************/
  }
  .page-searchinform-fileauditor .product__book, .page-srm .product__book, .page-timeinformer .product__book, .page-siem .product__book {
    padding: 48px 0 60px;
  }
  .page-searchinform-fileauditor .product__book-wrapper, .page-srm .product__book-wrapper, .page-timeinformer .product__book-wrapper, .page-siem .product__book-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .page-searchinform-fileauditor .product__book-circle, .page-srm .product__book-circle, .page-timeinformer .product__book-circle, .page-siem .product__book-circle {
    grid-area: 2/1/3/1;
  }
  .page-searchinform-fileauditor .product__book-title, .page-srm .product__book-title, .page-timeinformer .product__book-title, .page-siem .product__book-title {
    grid-area: 1/1/2/1;
    font-size: 14px;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-searchinform-fileauditor .product__book-btn-wrapper, .page-srm .product__book-btn-wrapper, .page-timeinformer .product__book-btn-wrapper, .page-siem .product__book-btn-wrapper {
    grid-area: 3/1/4/1;
  }
}
/****************************************   For screens smaller than 400px   ******************************************/
@media (max-width: 400px) {
  .product {
    /************************************************* monitor ****************************************************/
    /************************************************* braces *****************************************************/
  }
  .product__monitor-slide {
    max-width: 280px;
    min-width: 280px;
  }
  .product .braces {
    padding: 0;
  }
  .product .braces__card {
    width: 142px;
  }
  .product .braces__card span {
    font-size: 12px;
  }
}

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