:root {
  --inputHeight: 47px;
  --c-light: #fff;
  --c-dark: #000;
  --c-theme: #007EB1;
  --c-theme-2: #145189;
  --c-neutral: #ccc;
  --c-neutral-2: #77777F;
}

.cells {
  --cellGutter: 10px;
  --cellBasis: 100%;
  --cellMaxWidth: 100%;
  --cellGrow: 0;
  --cellShrink: 0;

  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--cellGutter) * -1);
  margin-right: calc(var(--cellGutter) * -1);
}

@media (min-width: 768px) {
  .cells {
    --cellGutter: 17px;
  }
}

.cell {
  flex: var(--cellGrow, 0) var(--cellShrink) var(--cellBasis, 100%);
  max-width: var(--cellMaxWidth);
  padding-left: var(--cellGutter, 17px);
  padding-right: var(--cellGutter, 17px);
}

.cell-auto {
  flex-basis: auto;
}

.fx-align-center {
  align-items: center;
}

.fx-justify-between {
  justify-content: space-between;
}

.form {
  margin-bottom: -20px;
}

.form__field {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}

.form__field--submit .button {
  --width: 100%;
  --textTransform: none;
}

.form__field .radio,
.form__field .checkbox {
  margin: 0;
}

.form-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.form-input {
  --border: 2px solid currentColor;
  --c-bg: transparent;
  --c-text: inherit;

  display: flex;
  align-items: center;
  width: 100%;
  min-height: var(--inputHeight);
  padding: 8px 44px;
  font: inherit;
  background: var(--c-bg);
  border: var(--border);
  color: var(--c-text);
}

.button {
  --width: auto;
  --minHeight: var(--inputHeight);
  --padding: 13px 44px;
  --textSize: inherit;
  --textWeight: inherit;
  --textLineHeight: 1.33;
  --textTransform: uppercase;
  --border: 2px solid var(--c-border);
  --borderRadius: 0;
  --c-bg: var(--c-theme);
  --c-border: var(--c-theme);
  --c-text: var(--c-light);
  --c-bg-hover: var(--c-theme-2);
  --c-border-hover: var(--c-theme-2);
  --c-text-hover: var(--c-light);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--width);
  min-height: var(--inputHeight);
  padding: var(--padding);
  font-size: var(--textSize);
  font-weight: var(--textWeight);
  line-height: var(--textLineHeight);
  text-transform: var(--textTransform);
  background: var(--c-bg);
  border: var(--border);
  border-radius: var(--borderRadius);
  color: var(--c-text);
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

.button:hover {
  text-decoration: none;
  background-color: var(--c-bg-hover);
  border-color: var(--c-border-hover);
  color: var(--c-text-hover);
}

.section {
  --py: 40px;

  position: relative;
  padding-top: var(--py);
  padding-bottom: var(--py);
}

@media (min-width: 768px) {
  .section {
    --py: 60px;
  }
}

.section--bg-light {
  background-color: var(--c-light);
}

.section--bg-theme {
  background-color: var(--c-theme-2);
  color: var(--c-light);
}

.section--bg-theme .header_section {
  background-image: url("../img/header-2.png");
  color: inherit;
}

.section--bg-theme h2 {
  color: inherit;
}

.section--bg-theme .checkbox small,
.section--bg-theme .checkbox a {
  color: rgba(255, 255, 255, 0.7);
}

.section--bg-theme .button {
  --c-bg: var(--c-light);
  --c-border: var(--c-light);
  --c-text: var(--c-dark);
  --c-bg-hover: var(--c-theme);
  --c-border-hover: var(--c-theme);
  --c-text-hover: var(--c-light);
}

.page-product {
  position: relative;
}
/*
.page-product .page-product__aside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  z-index: 20;
}

.page-product .content__aside {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}
*/

@media (min-width: 992px) {
  .page-product .section .container {
    padding-left: calc(5% + 350px);
  }
}

.page-product .block_textcontent:last-child {
  margin-bottom: 0;
}

.page-product .section__header {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-product .section__header {
    margin-bottom: 55px;
  }
}

.section--cta-form .section__header {
  margin-bottom: 30px;
}

.page-product .header_section {
  margin: 0;
}

.page-product .main_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: inherit;
  min-height: var(--inputHeight);
  padding: 10px 44px;
  line-height: 1.333;
  height: auto;
  margin: 0;
  min-width: 0;
}

.page-product__intro {
  --py: 40px;

  min-height: 100vh;
}

@media (min-width: 1024px) {
  .page-product__intro {
    padding-bottom: 70px;
  }
}

.page-product__intro .section__illustration,
.page-product__integrations .section__illustration {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
  background-attachment: fixed;
}

@media (min-width: 1024px) {
  .page-product__intro .section__illustration,
  .page-product__integrations .section__illustration {
    opacity: 0.25;
  }
}

@media (min-width: 1700px) {
  .page-product__intro .section__illustration,
  .page-product__integrations .section__illustration {
    opacity: 1;
  }

  .page-product__intro .section__illustration {
    z-index: 2;
  }
}

.page-product__intro .section__illustration img,
.page-product__integrations .section__illustration img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}

.page-product__intro .section__header {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-product__intro .section__header,
  .page-product__intro .section__body {
    max-width: 45em;
  }

  .page-product__intro .section__header {
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {
  .page-product__intro .section__header {
    margin-top: 80px;
  }
}

@media (min-width: 1700px) {
  .page-product__intro .section__body {
    position: relative;
    z-index: 5;
    max-width: 35em;
  }
}

.page-product__intro h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--c-theme-2);
}

@media (min-width: 1024px) {
  .page-product__intro h1 {
    font-size: 48px;
  }
}

.page-product .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1700px) {
  .page-product__intro .container {
    z-index: unset;
  }
}

.page-product__intro-logo {
  max-width: 370px;
}

@media (min-width: 1024px) {
  .page-product__intro-logo {
    margin-bottom: 70px;
  }
}

.page-product__intro-text h3,
.page-product__intro-text .block_textcontent h3 {
  margin-top: 2.32em;
}

.unicard {
  --flow: column;
  --padding: 20px;
  --minHeight: 100px;
  --imageSize: 50px;
  --imageMargin: 10px;
  --imagePadding: 0;
  --textMargin: 24px;
  --textFamily: inherit;
  --textSize: inherit;
  --textWeight: 400;
  --textLineHeight: 1.33;
  --textLetterSpacing: -0.03em;
  --textAlign: center;
  --titleMargin: 1em;
  --titleFamily: "Oswald", sans-serif;
  --titleSize: 1.9em;
  --titleWeight: 400;
  --titleLineHeight: 1.46;
  --titleLetterSpacing: 0.015em;
  --titleTransform: none;
  --boxShadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  --border: 0 solid currentColor;
  --borderRadius: 0;
  --c-bg: var(--c-light);
  --c-text: rgba(0, 0, 0, 0.7);
  --c-title: var(--c-dark);

  display: flex;
  flex-direction: var(--flow);
  height: 100%;
  min-height: var(--minHeight);
  padding: var(--padding);
  font-family: var(--textFamily);
  font-size: var(--textSize);
  font-weight: var(--textWeight);
  line-height: var(--textLineHeight);
  letter-spacing: var(--textLetterSpacing);
  text-align: var(--textAlign);
  background: var(--c-bg);
  border: var(--border);
  border-radius: var(--borderRadius);
  box-shadow: var(--boxShadow);
  color: var(--c-text);
}

.unicard__image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--imageSize);
  height: var(--imageSize);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--imageMargin);
  padding: var(--imagePadding);
}

.unicard__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.unicard__text {
  margin-bottom: var(--textMargin);
}

.unicard__text:last-child {
  margin-bottom: 0;
}

.unicard__title {
  margin-bottom: var(--titleMargin);
  font-family: var(--titleFamily);
  font-size: var(--titleSize);
  font-weight: var(--titleWeight);
  line-height: var(--titleLineHeight);
  letter-spacing: var(--titleLetterSpacing);
  text-transform: var(--titleTransform);
  color: var(--c-title);
}

.unicard__title:last-child {
  margin-bottom: 0;
}

.unicard__action {
  margin-top: auto;
}

.unicard--cover {
  --padding: 0 0 20px;
  --imageSize: 221px;
}

.unicard--cover .unicard__image {
  width: 100%;
}

.unicard--cover .unicard__text,
.unicard--cover .unicard__action {
  padding-left: 20px;
  padding-right: 20px;
}

.unicard--horizontal {
  --flow: row;
  --textAlign: left;

  align-items: center;
}

.unicard--horizontal .unicard__image {
  margin: 0 var(--imageMargin) 0 0;
}

@media (min-width: 768px) {
  .versions-list {
    --cellBasis: 50%;
    --cellMaxWidth: 50%;
  }
}

@media (min-width: 1280px) {
  .versions-list {
    --cellBasis: 33.333%;
    --cellMaxWidth: 33.333%;
  }
}

.versions-list__item {
  margin-bottom: calc(var(--cellGutter, 17px) * 2);
}

.version-card {
  --padding: 20px 20px 40px;
  --imageMargin: 0;
  --titleMargin: 40px;
  --textMargin: 60px;
  --c-title: var(--c-theme);
}

.version-card__subtitle {
  margin-bottom: 12px;
  font-weight: 600;
}

.version-card .unicard__descr {
  min-height: 5.6em;
  margin-bottom: 16px;
}

.version-card__epilog {
  color: var(--c-theme);
}

@media (max-width: 767px) {
  .cta-form {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .cta-form .form__row {
    --cellBasis: 50%;
    --cellMaxWidth: 50%;

    align-items: flex-end;
  }

  .cta-form .form__field--agree,
  .cta-form .form__field--captcha {
    --cellBasis: 100%;
    --cellMaxWidth: 100%;
  }
}

@media (min-width: 1400px) {
  .cta-form .form__row {
    --cellBasis: 33.333%;
    --cellMaxWidth: 33.333%;
  }

  .cta-form .form__field--agree,
  .cta-form .form__field--captcha {
    --cellBasis: 33.333%;
    --cellMaxWidth: 33.333%;

    align-self: center;
  }
}

@media (min-width: 1700px) {
  .cta-form .form__row {
    --cellBasis: 25%;
    --cellMaxWidth: 25%;
  }

  .cta-form .form__field--agree,
  .cta-form .form__field--captcha {
    --cellBasis: 50%;
    --cellMaxWidth: 50%;

    order: 5;
  }
}

@media (min-width: 1024px) {
  .page-product__integrations .section__header,
  .page-product__cases .section__header {
    margin-bottom: 40px;
  }
}

.product-integration,
.product-news {
  --titleLineHeight: 1;
  --titleMargin: 0;
  --c-title: inherit;
}

.product-integration__image,
.product-news__image {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--c-theme);
  color: var(--c-light);
}

.product-integration__image img,
.product-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-integration__image::before,
.product-news__image::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, #134F8B 0%, rgba(19, 79, 139, 0.15) 100%);
}

.product-integration .unicard__title,
.product-news .unicard__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  z-index: 2;
  min-height: 3em;
}

.owl-carousel-container {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 1600px) {
  .owl-carousel-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.owl-carousel--custom {
  padding: 0;
  margin: 0;
}

.owl-carousel--custom .owl-item {
  padding: 20px 15px;
}

.owl-carousel--custom .owl-stage-outer {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.owl-carousel--custom .owl-stage {
  display: flex;
}

.owl-carousel--custom .owl-prev,
.owl-carousel--custom .owl-next {
  font-size: 0;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

.owl-carousel--custom .owl-prev {
  background-image: url("../images/icons/icon-prev.svg");
}

.owl-carousel--custom .owl-next {
  background-image: url("../images/icons/icon-next.svg");
}

.owl-carousel--custom .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel--custom .owl-controls .owl-nav .owl-next {
  right: 0;
}

@media (min-width: 1024px) {
  .owl-carousel--custom .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }

  .owl-carousel--custom .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
}

@media (min-width: 1280px) {
  .owl-carousel--custom .owl-controls .owl-nav .owl-prev {
    left: -50px;
  }

  .owl-carousel--custom .owl-controls .owl-nav .owl-next {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .owl-carousel--custom .owl-prev,
  .owl-carousel--custom .owl-next {
    background-color: var(--c-light);
    background-size: auto 50%;
    border: 4px solid var(--c-neutral-2);
    border-radius: 50%;
  }
}

@media (min-width: 768px) {
  .section--bg-theme .owl-carousel--custom .owl-prev,
  .section--bg-theme .owl-carousel--custom .owl-next {
    filter: brightness(5);
  }
}

.owl-carousel--custom .owl-dots {
  --size: 16px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.owl-carousel--custom .owl-dot {
  margin-right: var(--size);
}

.owl-carousel--custom .owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel--custom .owl-dot span {
  display: block;
  width: var(--size);
  height: var(--size);
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.4s;
}

.owl-carousel--custom .owl-dot.active span {
  opacity: 1;
}

@media (min-width: 1024px) {
  .page-product__stages .section__header {
    margin-bottom: 80px;
  }
}

.product-stages {
  counter-reset: stagesCounter;
  list-style: none;
}

@media (min-width: 576px) {
  .product-stages {
    --cellBasis: 50%;
    --cellMaxWidth: 50%;
  }
}

@media (min-width: 1280px) {
  .product-stages {
    --cellBasis: 33.333%;
    --cellMaxWidth: 33.333%;
  }
}

.product-stages__item {
  margin-bottom: calc(var(--cellGutter) * 2);
}

.product-stage {
  --imageMargin: 0;
  --textSize: 17px;

  counter-increment: stagesCounter;
}

@media (min-width: 768px) {
  .product-stage {
    --padding: 40px 35px 44px;
    --titleMargin: 45px;
  }
}

.product-stage__counter {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.47;
  text-align: center;
  border: 4px solid currentColor;
  border-radius: 50%;
  color: var(--c-neutral);
}

.product-stage__counter::after {
  content: counter(stagesCounter);
}

.page-product__cases {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .page-product__cases {
    padding-bottom: 90px;
  }
}

.product-case {
  --padding: 0 20px 20px;
  --imageSize: 122px;
  --imageMargin: 0;
  --imagePadding: 10px;
  --titleMargin: 0.5em;
}

.product-case .unicard__image {
  width: 212px;
}

.product-case__epilog + .unicard__action {
  margin-top: 0;
}

.product-case__epilog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 30px;
}

.product-case__icon {
  --size: 80px;

  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  margin-right: 12px;
  opacity: 0.6;
}

.product-case__caption {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.375;
  letter-spacing: -0.03em;
  color: var(--c-theme-2);
  opacity: 0.7;
}

.page-product__cases .unicard .button {
  --c-bg: var(--c-theme);
  --c-border: var(--c-theme);
  --c-text: var(--c-light);
  --c-bg-hover: var(--c-theme-2);
  --c-border-hover: var(--c-theme-2);
  --c-text-hover: var(--c-light);
}

.page-product__cases .section__illustration,
.product-video__cover,
.product-video__cover::before,
.product-video__video video,
.page-product__packs .section__illustration,
.page-product__cases .section__illustration::after,
.page-product__packs .section__illustration::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-product__cases .section__illustration img,
.product-video__cover img,
.product-video__video video,
.page-product__packs .section__illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-product__cases .section__illustration,
.page-product__packs .section__illustration {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.page-product__cases .section__illustration::after,
.page-product__packs .section__illustration::after {
  content: '';
  background: linear-gradient(270deg, rgba(19, 79, 139, 0.15) 0%, rgba(19, 79, 139, 0) 100%);
}

.page-product__packs .section__illustration {
  background-attachment: initial;
}

.product-bens__list:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .product-bens__list {
    --cellBasis: 50%;
    --cellMaxWidth: 50%;
  }
}

@media (min-width: 1400px) {
  .product-bens__list {
    --cellBasis: 33.333%;
    --cellMaxWidth: 33.333%;
  }
}

.product-bens__item {
  margin-bottom: 44px;
}

.product-bens__item .unicard {
  --padding: 0 0 44px;
  --imageSize: 44px;
  --imageMargin: 24px;
  --c-text: #000;
  --border: 0;
  --boxShadow: none;
  --c-bg: transparent;

  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.page-product__bens .section__header {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .page-product__bens .section__header {
    margin-bottom: 70px;
  }
}

.page-product__video-video {
  margin-bottom: 32px;
}

.product-video {
  position: relative;
}

.product-video__cover {
  z-index: 2;
}

.product-video__cover::before {
  content: '';
  z-index: 1;
  background: rgba(2, 10, 26, 0.5);
}

.product-video__cover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: url("../images/icons/icon-play.svg") no-repeat center / auto 10px;
  border: 4px solid var(--c-light);
  border-radius: 50%;
}

.product-video__video {
  position: relative;
  padding-bottom: 30%;
  background: var(--c-neutral);
}

.product-video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-video.is-revealed .product-video__cover {
  animation: hide 0.4s forwards;
  pointer-events: none;
}

.page-product__video .button {
  --textTransform: none;
}

@media (min-width: 1400px) {
  .page-product__reqs .section__header {
    margin-bottom: 0;
  }
}

.product-requirement {
  --padding: 44px 24px;
  --minHeight: 300px;
  --titleSize: 22px;
  --titleLineHeight: 1.47;
  --titleMargin: 12px;
  --imageSize: 66px;
  --imageMargin: 0;

  position: relative;
}

.product-requirement::before,
.product-requirement .unicard__image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--c-bg, #fff);
}

.product-requirement::before {
  content: '';
  z-index: -1;
  width: var(--imageSize);
  height: var(--imageSize);
  border-radius: 50%;
  box-shadow: var(--boxShadow);
}

.product-requirement .unicard__image {
  overflow: hidden;
  padding: 8px 8px 12px;
  border-bottom: 1px solid #010109;
  border-radius: 50% 50% 0 0;
}

.page-product__reqs .owl-item {
  padding-top: 52px;
}

.product-packs {
  list-style: none;
}

@media (min-width: 576px) {
  .product-packs {
    --cellBasis: 50%;
    --cellMaxWidth: 50%;
  }
}

@media (min-width: 1400px) {
  .product-packs {
    --cellBasis: 33.333%;
    --cellMaxWidth: 33.333%;
  }
}

.product-packs:last-child {
  margin-bottom: calc(var(--cellGutter) * -2);
}

.product-packs__item {
  margin-bottom: calc(var(--cellGutter) * 2);
}

.product-pack {
  --padding: 30px 20px 20px;
  --imageSize: 50px;
  --imageMargin: 0;
  --c-title: var(--c-theme);
  --titleMargin: 54px;
}

@media (min-width: 1400px) {
  .product-pack {
    --padding: 30px 40px 20px;
    --textMargin: 35px;
  }
}

.product-pack__price {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.36;
  letter-spacing: -0.035em;
  color: var(--c-dark);
}

.product-pack__more {
  margin-top: auto;
  margin-bottom: 24px;
}

.product-pack__more + .unicard__action {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .page-product__clients {
    padding-bottom: 20px;
  }

  .page-product__clients .section__header {
    margin-bottom: 20px;
  }
}

.partner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: var(--c-light);
}

.partner img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.4s, opacity 0.4s;
}

.partner:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.page-product__news-all-link {
  align-self: center;
  margin-top: 2em;
}

@media (min-width: 1024px) {
  .page-product__news {
    padding-bottom: 20px;
  }

  .page-product__news .section__header {
    margin-bottom: 30px;
  }
}

.product-news {
  --titleLineHeight: 1.46;
}

@media (min-width: 1024px) {
  .product-news {
    --textMargin: 40px;
  }
}

.product-news__date {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 2;
  font-weight: 600;
  letter-spacing: 0.015em;
}

@media (min-width: 1024px) {
  .page-product__cta {
    --py: 0;
  }
}

.page-product__cta .section__header h2 {
    margin-bottom: 25px;
}

.page-product__cta .section__header {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .page-product__contacts {
    --py: 0
  }
}

@media (max-width: 767px) {
  .page-product__contacts .section_map {
    height: auto;
  }

  .page-product__contacts .section_map__text {
    position: static;
    width: 100%;
    height: auto;
    padding: 20px;
  }
   
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.page-product .breadcrumb li {
  margin-top: 0;
}

.page-product .breadcrumb li:first-child {
  padding-left: 0;
}

.page-product .breadcrumb>li:before {
  content: '›';
}

.page-product .breadcrumb>li:first-child:before {
  content: none;
}

.page-product .breadcrumb > li a {
  text-decoration: none;
}

.page-product .breadcrumb > li a,
.page-product .breadcrumb>li+li:before {
  color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1700px) {
  .page-product .breadcrumb {
    z-index: 0;
  }
}

.page-product img {
  width: auto;
  margin: 0;
  float: none;
}


.version-card .unicard__descr{
    max-height: 170px;
  }

.unicard__action .main_btn{
  margin-top: 10px;
}