

/* Start:/raspoznavanie-pervichnyh-dokumentov/style.css?171998907520772*/
.rpd-container {
  width: 100%;
  font-family: 'Ubuntu' !important;
  display: grid;
  grid-template-columns: 67% 33%;
  margin: 0 auto;
}

@media (max-width: 767.99px) {
  .rpd-container {
    grid-template-columns: 1fr;
  }
}

.preview {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  width: 100%;
  background: url('/raspoznavanie-pervichnyh-dokumentov/./images/preview-document.svg') no-repeat calc(100% - 302px)
      calc(0% + 145px) / 90px 90px,
    url('/raspoznavanie-pervichnyh-dokumentov/./images/preview-magnifier.svg') no-repeat calc(100% - 120px)
      calc(0% + 64px) / 96px 98px,
    url('/raspoznavanie-pervichnyh-dokumentov/./images/preview-sa.svg') no-repeat calc(100% - 102px) calc(0% + 245px) /
      160px 62px,
    url('/raspoznavanie-pervichnyh-dokumentov/./images/preview-background.svg') no-repeat 0 0 / cover;
}

@media (max-width: 767.99px) {
  .preview {
    background: url('/raspoznavanie-pervichnyh-dokumentov/./images/preview-background.svg') no-repeat 0 0 / cover;
  }
}

.preview__wrapper {
  width: min(100%, 950px);
  padding: 45px 10px 37px;
}

@media (min-width: 1520px) {
  .preview__wrapper {
    padding: 45px 60px 37px;
  }
}

@media (max-width: 767.99px) {
  .preview__wrapper {
    padding: 40px 34px 31px;
  }
}

.preview__title {
  font-family: 'Ubuntu Bold' !important;
  font-size: 46px !important;
  line-height: 64px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #ffffff;
  margin: 0 0 40px;
}

@media (max-width: 767.99px) {
  .preview__title {
    font-size: 28px !important;
    line-height: 39px;
    text-align: left;
    margin: 0 0 17px;
  }
}

.preview__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 13px;
  padding: 0;
  margin: 0 0 37px;
}

@media (max-width: 767.99px) {
  .preview__list {
    grid-template-columns: 1fr;
    gap: 19px 0;
  }
}

.preview__item {
  display: grid;
  grid-template-columns: 29px 1fr;
  align-items: center;
  gap: 0 5px;
}

.preview__item-icon {
  width: 29px;
  height: 30px;
}

.preview__item-text {
  font-size: 18px !important;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
}

.preview__button {
  width: 259px;
  height: 44px;
  font-family: 'Ubuntu Bold' !important;
  font-size: 18px !important;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009f98;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  transform: scale(1);
  margin: 0 auto;
  transition-property: color, transform, filter;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

.preview__button:hover {
  color: #18a1d1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transform: scale(1.02);
  transition-property: color, transform, filter;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

@media (max-width: 767.99px) {
  .preview__button {
    width: min(100%, 315px);
    border-radius: 5px;
  }
}

.about {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding: 45px 10px;
}

@media (min-width: 1520px) {
  .about {
    padding: 45px 0 45px 60px;
  }
}

@media (max-width: 767.99px) {
  .about {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    padding: 0 30px 34px;
  }
}

.about__title {
}

.about__description {
  font-size: 18px !important;
  line-height: 27px;
  margin: 0 0 10px;
}

.about__description + .about__description + .about__description {
  margin: 0;
}

.rpd-for-whom {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  background: #f4f4f4;
  padding: 18px 10px 45px;
}

@media (min-width: 1520px) {
  .rpd-for-whom {
    padding: 18px 0 45px 60px;
  }
}

@media (max-width: 767.99px) {
  .rpd-for-whom {
    grid-row: 4 / 5;
    padding: 24px 30px 34px;
  }
}

.rpd-for-whom__title {
  font-size: 28px !important;
  line-height: 39px;
  text-align: left;
  color: #18a1d1;
  margin: 0 0 15px;
}

@media (max-width: 767.99px) {
  .rpd-for-whom__title {
    font-family: 'Ubuntu Bold' !important;
    font-size: 20px !important;
    line-height: 28px;
    margin: 0 0 12px;
  }
}

.rpd-for-whom__description {
  font-size: 18px !important;
  line-height: 27px;
  margin: 0 0 10px;
}

.rpd-for-whom__description + .rpd-for-whom__description {
  margin: 0;
}

.rpd-for-whom__list {
  list-style: none;
  display: flex;
  gap: 0 50px;
  padding: 0;
  margin: 0;
}

@media (max-width: 767.99px) {
  .rpd-for-whom__list {
    flex-flow: column;
    gap: 62px 0;
  }
}

.rpd-for-whom__item {
  width: min(100%, 210px);
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  position: relative;
}

@media (max-width: 767.99px) {
  .rpd-for-whom__item {
    width: 81%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    position: relative;
    margin: 0 auto;
  }
}

.rpd-for-whom__item::before {
  content: '';
  width: 50px;
  height: 16px;
  position: absolute;
  top: 50px;
  left: 100%;
  transform: translate(0, 0);
  background: url('/raspoznavanie-pervichnyh-dokumentov/./images/rpd-for-whom-arrow-right.svg') no-repeat 0 0 / 50px
    16px;
}

@media (max-width: 767.99px) {
  .rpd-for-whom__item::before {
    content: '';
    width: 50px;
    height: 16px;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    background: url('/raspoznavanie-pervichnyh-dokumentov/./images/rpd-for-whom-arrow-right.svg') no-repeat 0 0 /
      50px 16px;
  }
}

.rpd-for-whom__item:last-child::before {
  content: none;
}

.rpd-for-whom__item-icon {
  width: 85px;
  height: 100px;
}

.rpd-for-whom__item-text {
  width: 100%;
  font-family: 'Ubuntu Light' !important;
  font-size: 16px !important;
  line-height: 24px;
  text-align: center;
  color: #18a1d1;
}

.first-attention {
  width: 100%;
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  display: grid;
  grid-template-columns: 268px 1fr;
  grid-template-rows: max-content max-content;
  gap: 0 45px;
  background: rgba(11, 184, 175, 0.19);
  padding: 26px 10px 33px;
}

@media (min-width: 1520px) {
  .first-attention {
    padding: 34px 0 35px 60px;
  }
}

@media (max-width: 767.99px) {
  .first-attention {
    grid-column: 1 / -1;
    grid-row: 5 / 6;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 34px 30px 35px;
  }
}

.first-attention__picture {
  grid-row: 1 / -1;
}

@media (max-width: 767.99px) {
  .first-attention__picture {
    grid-row: 2 / 3;
  }
}

.first-attention__image {
  width: 268px;
  height: 165px;
  grid-column: 1 / 2;
  grid-row: 1 / -1;
  object-fit: cover;
}

@media (max-width: 767.99px) {
  .first-attention__image {
    display: block;
    grid-row: 2 / 3;
    margin: 0 auto 35px;
  }
}

.first-attention__title {
  font-size: 28px !important;
  line-height: 39px;
  text-align: left;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  color: #18a1d1;
  margin: 11px 0 10px;
}

@media (max-width: 767.99px) {
  .first-attention__title {
    font-family: 'Ubuntu Bold';
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    margin: 0 0 15px;
  }
}

.first-attention__description {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: min(98%, 498px);
  font-size: 18px !important;
  line-height: 27px;
  margin: 0;
}

@media (max-width: 767.99px) {
  .first-attention__description {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
  }
}

.opportunities {
  grid-column: 1 / 2;
  grid-row: 5 / 6;
  padding: 45px 10px;
}

@media (min-width: 1520px) {
  .opportunities {
    padding: 45px 0 45px 60px;
  }
}

@media (max-width: 767.99px) {
  .opportunities {
    grid-row: 6 / 7;
    padding: 34px 30px;
  }
}

.opportunities__title {
  font-size: 28px !important;
  line-height: 39px;
  text-align: left;
  color: #18a1d1;
  margin: 0 0 16px;
}

@media (max-width: 767.99px) {
  .opportunities__title {
    font-family: 'Ubuntu Bold';
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 700;
  }
}

.opportunities__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 22px;
  padding: 0;
  margin: 0 0 25px;
}

@media (max-width: 767.99px) {
  .opportunities__list {
    grid-template-columns: 1fr;
    gap: 16px 0;
    margin: 0 0 20px;
  }
}

.opportunities__item {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 0 12px;
}

.opportunities__item-icon {
  width: 27px;
  height: 27px;
}

.opportunities__item-text {
  font-size: 14px !important;
  line-height: 21px;
  margin: 0;
}

.opportunities__description {
  font-size: 18px !important;
  line-height: 27px;
}

.sa-for-whom {
  grid-column: 1 / 2;
  grid-row: 6 / 7;
  background: #f4f4f4;
  padding: 33px 10px 22px;
}

@media (min-width: 1520px) {
  .sa-for-whom {
    padding: 33px 0 22px 60px;
  }
}

@media (max-width: 767.99px) {
  .sa-for-whom {
    grid-row: 7 / 8;
    background: #f4f4f4;
    padding: 25px 30px;
  }
}

.sa-for-whom__title {
  font-size: 28px !important;
  line-height: 39px;
  text-align: left;
  color: #18a1d1;
  margin: 0 0 11px;
}

@media (max-width: 767.99px) {
  .sa-for-whom__title {
    font-family: 'Ubuntu Bold' !important;
    font-size: 20px !important;
    line-height: 28px;
  }
}

.sa-for-whom__description {
  font-size: 18px !important;
  line-height: 27px;
  margin: 0 0 10px;
}

.sa-for-whom__list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 25px 0;
  padding: 0;
  margin: 15px 0 0 0;
}

.sa-for-whom__item {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 26px;
}

.sa-for-whom__item-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.sa-for-whom__item-text {
  font-size: 18px !important;
  line-height: 27px;
}

.sa-for-whom__item-text-highlight {
  font-family: 'Ubuntu Bold' !important;
  font-weight: 700;
  color: #18a1d1;
}

.price {
  grid-column: 1 / 2;
  grid-row: 7 / 8;
  padding: 45px 10px;
}

@media (min-width: 1520px) {
  .price {
    padding: 45px 0 45px 60px;
  }
}

@media (max-width: 767.99px) {
  .price {
    grid-column: 1 / -1;
    grid-row: 8 / 9;
    padding: 34px 30px;
  }
}

.price__title {
  font-size: 28px !important;
  line-height: 39px;
  text-align: left;
  color: #18a1d1;
  margin: 0 0 13px;
}

@media (max-width: 767.99px) {
  .price__title {
    font-family: 'Ubuntu Bold' !important;
    font-size: 20px !important;
    line-height: 28px;
  }
}

.price__table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 767.99px) {
  .price__table tbody {
    display: flex;
    flex-flow: column;
    gap: 16px 0;
  }
}

.price__table-row {
  display: flex;
  justify-content: space-between;
  border: 2px solid rgba(102, 102, 102, 0.4);
  padding: 15px 36px 15px 31px;
}

@media (max-width: 767.99px) {
  .price__table-row {
    display: flex;
    flex-flow: column;
    padding: 9px 30px 22px;
  }
}

.price__table-row:nth-child(2) {
  border-top: none;
}

@media (max-width: 767.99px) {
  .price__table-row:nth-child(2) {
    border-top: 2px solid rgba(102, 102, 102, 0.4);
  }
}

@media (max-width: 767.99px) {
  .price__table-cell {
    font-size: 20px !important;
    line-height: 30px;
    text-align: center;
    margin: 0 0 6px;
  }
}

@media (max-width: 767.99px) {
  .price__table-cell:first-child strong {
    color: #18a1d1;
  }
}

@media (max-width: 767.99px) {
  .price__table-cell:nth-child(2) strong {
    font-size: 24px !important;
    line-height: 40px;
    color: #666666;
    margin: 0 0 12px;
  }
}

.price__table-cell-button {
  width: 186px;
  height: 40px;
  font-family: 'Ubuntu Bold';
  font-size: 18px !important;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #18a1d1;
  border: none;
  border-radius: 5px;
  transition-property: background;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

@media (max-width: 767.99px) {
  .price__table-cell-button {
    margin: 0 auto;
  }
}

.price__table-cell-button:hover {
  background: #009f98;
  transition-property: background;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

.second-attention {
  grid-column: 1 / 2;
  grid-row: 8 / 9;
  height: auto;
  display: grid;
  grid-template-columns: 251px 1fr;
  grid-template-rows: max-content max-content;
  gap: 0 64px;
  background: rgba(11, 184, 175, 0.19);
  padding: 35px 10px 37px;
}

@media (min-width: 1520px) {
  .second-attention {
    padding: 35px 0 37px 60px;
  }
}

@media (max-width: 767.99px) {
  .second-attention {
    grid-row: 9 / 10;
    grid-template-columns: 1fr;
    padding: 26px 30px;
  }
}

.second-attention__picture {
  grid-row: 1 / -1;
}

@media (max-width: 767.99px) {
  .second-attention__picture {
    grid-row: 2 / 3;
  }
}

.second-attention__image {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
  width: 251px;
  height: 137px;
  object-fit: contain;
  margin: 42px 0 0 0;
}

@media (max-width: 767.99px) {
  .second-attention__image {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    display: block;
    margin: 0 auto 14px;
  }
}

.second-attention__title {
  font-size: 28px !important;
  line-height: 39px;
  text-align: left;
  color: #18a1d1;
  margin: 0 0 11px;
}

@media (max-width: 767.99px) {
  .second-attention__title {
    font-size: 28px !important;
    line-height: 39px;
    text-align: left;
    color: #18a1d1;
    margin: 0 0 10px;
  }
}

.second-attention__description {
  width: min(100%, 501px);
  font-size: 18px !important;
  line-height: 27px;
  margin: 0;
}

.change {
  grid-column: 1 / 2;
  grid-row: 9 / 10;
  padding: 49px 10px 39px;
}

@media (min-width: 1520px) {
  .change {
    padding: 49px 0 39px 60px;
  }
}

@media (max-width: 767.99px) {
  .change {
    grid-column: 1 / -1;
    grid-row: 10 / 11;
    padding: 34px 30px 46px;
  }
}

.change__title {
  font-size: 28px !important;
  line-height: 39px;
  text-align: left;
  color: #18a1d1;
  margin: 0 0 11px;
}

@media (max-width: 767.99px) {
  .change__title {
    font-family: 'Ubuntu Bold' !important;
    font-size: 20px !important;
    line-height: 28px;
    color: #18a1d1;
    margin: 0 0 12px;
  }
}

.change__description {
  font-size: 18px !important;
  line-height: 27px;
  color: #666666;
  margin: 0;
}

@media (max-width: 767.99px) {
  .change__description {
    font-family: 'Ubuntu Bold' !important;
  }
}

.change__faq-container {
  display: grid;
  grid-template-columns: 182px 1fr 1fr;
  grid-template-rows: max-content max-content max-content;
  gap: 0 45px;
  margin: 0 0 25px;
}

@media (max-width: 767.99px) {
  .change__faq-container {
    grid-template-columns: 42px 132px 124px;
    grid-template-rows: 56px 74px max-content;
    gap: 0 0;
    margin: 0 0 25px;
  }
}

.change__faq-picture {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}

@media (max-width: 767.99px) {
  .change__faq-picture {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }
}

.change__faq-image {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 100%;
  height: 217px;
  object-fit: contain;
  margin: 0;
}

@media (max-width: 767.99px) {
  .change__faq-image {
    width: 130px;
    height: 130px;
    grid-column: 3 / 4;
  }
}

.change__faq-question {
  grid-column: 2 / -1;
  grid-row: 1 / 2;
  font-family: 'Ubuntu Bold' !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #18a1d1;
  margin: 0 0 15px;
}

@media (max-width: 767.99px) {
  .change__faq-question {
    grid-column: 1 / 3;
    font-size: 18px !important;
    line-height: 25px;
    margin: 9px 0 0;
  }
}

.change__faq-answer-list {
  grid-column: 2 / -1;
  grid-row: 2 / 3;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  margin: 0 0 45px;
}

@media (max-width: 767.99px) {
  .change__faq-answer-list {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    grid-template-columns: 1fr;
    gap: 16px 0;
    margin: 20px 0 0 0;
  }
}

.change__answer-item {
  width: min(100%, 260px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 42px 1fr;
  align-items: flex-start;
  gap: 13px 0;
}

@media (max-width: 767.99px) {
  .change__answer-item {
    width: 100%;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto;
    gap: 0 24px;
  }
}

.change__answer-item-yes {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 0 11px;
}

@media (max-width: 767.99px) {
  .change__answer-item-yes {
    grid-template-columns: 15px 1fr;
    align-items: center;
    gap: 0 5px;
  }
}

.change__answer-item-yes-icon {
  width: 42px;
  height: 42px;
}

@media (max-width: 767.99px) {
  .change__answer-item-yes-icon {
    width: 15px;
    height: 15px;
  }
}

.change__answer-item-yes-text {
  font-size: 18px !important;
  line-height: 27px;
  margin: 0;
}

@media (max-width: 767.99px) {
  .change__answer-item-yes-text {
    font-size: 16px !important;
    line-height: 22px;
    color: #009f98;
  }
}

.change__answer-item-no {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 0 11px;
}

@media (max-width: 767.99px) {
  .change__answer-item-no {
    grid-template-columns: 16px 1fr;
    align-items: center;
    gap: 0 5px;
  }
}

.change__answer-item-no-icon {
  width: 42px;
  height: 42px;
}

@media (max-width: 767.99px) {
  .change__answer-item-no-icon {
    width: 16px;
    height: 16px;
  }
}

.change__answer-item-no-text {
  font-size: 18px !important;
  line-height: 27px;
  margin: 0;
}

@media (max-width: 767.99px) {
  .change__answer-item-no-text {
    font-size: 16px !important;
    line-height: 22px;
    color: #ff725e;
  }
}

.change__answer-item-text {
  font-size: 18px !important;
  line-height: 27px;
  color: #666666;
  margin: 0;
}

@media (max-width: 767.99px) {
  .change__answer-item-text {
    font-size: 16px !important;
    line-height: 24px;
    margin: 0;
  }
}

.right-form {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  padding: 45px 0;
}

@media (max-width: 767.99px) {
  .right-form {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    padding: 14px 10px 34px;
  }
}

.right-form--fixed {
  position: sticky;
  top: 75px;
  right: 0;
  bottom: 0;
}

@media (max-width: 767.99px) {
  .right-form--fixed {
    position: static;
  }
}

@media (max-width: 767.99px) {
  .right-form form {
    display: block;
  }

  .right-form .news-form-right {
    width: min(100%, 347px) !important;
    height: 332px;
    display: block;
    padding: 0;
  }

  .news-form-right thead {
    display: grid !important;
    grid-template-columns: 122px 1fr;
    gap: 0 6px;
  }

  .news-form-right__row-image-container {
    width: 122px !important;
    height: 122px;
    margin: 22px 0 10px 0;
  }

  .news-form-right__image-container {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
  }

  .news-form-right__image-container::before {
    width: 122px !important;
    height: 122px !important;
    left: 0;
    background: #18a1d1 !important;
  }

  .news-form-right__image--notebook {
    width: 113px !important;
    height: 69px !important;
    top: 5px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
  }

  .news-form-right__image--scan-archive {
    width: 73px !important;
    height: 29px !important;
    top: 23px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
  }

  .news-form-right__image--woman {
    display: none;
  }

  .news-form-right:hover .news-form-right__image--notebook-background,
  .news-form-right:hover .news-form-right__image--like-background {
    display: none;
  }

  .news-form-right__image--calendar {
    width: 61px !important;
    height: 56px !important;
    top: 67px !important;
    left: 50px !important;
    transform: rotate(-45deg) !important;
  }

  .news-form-right__image--calendar-background {
    top: 80px !important;
    opacity: 1 !important;
    z-index: 1 !important;
  }

  .news-form-right__image--like {
    display: none;
  }

  .news-form-right__row-title {
    margin: 22px 0 0 0 !important;
  }

  .news-form-right__title {
    font-size: 20px !important;
    line-height: 23px;
    text-align: left !important;
  }

  .news-form-right__title br:nth-child(1) {
    display: none;
  }

  .news-form-right tbody {
    display: grid !important;
    grid-template-columns: 164px 137px;
    grid-template-rows: 40px 1fr;
    justify-content: center;
    gap: 8px 9px !important;
    margin: 0 0 12px !important;
  }

  .news-form-right__row-answer input[type='text'] {
    height: 40px !important;
    font-size: 14px !important;
    padding: 11px 8px !important;
  }

  .news-form-right__row:last-child {
    grid-column: 1 / -1;
  }

  .news-form-right__row-answer label {
    font-family: 'Ubuntu Light' !important;
    font-size: 13px !important;
    line-height: 15px;
    font-weight: 300;
    color: #666666 !important;
    margin: 0 !important;
  }

  .news-form-right__row-answer label a {
    text-decoration: underline !important;
    color: inherit !important;
  }
}

/* End */


/* Start:/raspoznavanie-pervichnyh-dokumentov/styles.css?1719990758378*/
.callback-form-rpd__content {
  z-index: 999999;
}
.d-flex {
  display: flex;
}
.d-none {
  display: none;
}

.preview__item {
  display: flex;
}

.opportunities__item {
  display: flex;
}

.sa-for-whom__item {
  display: flex;
}

.rpd-for-whom__description + .rpd-for-whom__description {
  margin: 0 0 50px 0;
}

.no-scroll {
  overflow: hidden;
}

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/news_form_right/style.css?16892524718152*/
.news-form-right {
	width: min(100%, 320px) !important;
	height: max-content;
	background: #FFFFFF;
	box-shadow: 1px 3px 4px 4px rgba(102, 102, 102, 0.45);
	border-radius: 7px;
	padding: 20px 12px;
	margin: 0 auto;
	transition: box-shadow 0.3s ease-in-out;
}

.news-form-right:hover {
	box-shadow: 0px 2px 4px 4px rgba(102, 102, 102, 0.3);
	transition: box-shadow 0.3s ease-in-out;
}

.news-form-right--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	right: 0;
	padding-top: 20px;
}

.news-form-right thead {
	width: 100%;
	display: block;
}

.news-form-right__row-image-container {
	width: 100%;
	display: block;
}

.news-form-right__price-before,
.news-form-right__price-after {
	width: 73px;
	height: 37px;
	font-family: 'Ubuntu';
	font-size: 32px;
	line-height: 37px;
	text-align: center;
	text-decoration: line-through;
	position: absolute;
	top: 53px;
	left: 51px;
	color: #FF725E;
	opacity: 1;
	z-index: 2;
	transition-property: color, opacity, -webkit-text-decoration;
	transition-property: text-decoration, color, opacity;
	transition-property: text-decoration, color, opacity, -webkit-text-decoration;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.news-form-right:hover .news-form-right__price-before {
	opacity: 0;
	transition-property: color, opacity, -webkit-text-decoration;
	transition-property: text-decoration, color, opacity;
	transition-property: text-decoration, color, opacity, -webkit-text-decoration;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.news-form-right__price-after {
	opacity: 0;
	transition-property: color, opacity, -webkit-text-decoration;
	transition-property: text-decoration, color, opacity;
	transition-property: text-decoration, color, opacity, -webkit-text-decoration;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.news-form-right:hover .news-form-right__price-after {
	text-decoration: none;
	color: var(--main-color-text-3);
	opacity: 1;
	transition-property: color, opacity, -webkit-text-decoration;
	transition-property: text-decoration, color, opacity;
	transition-property: text-decoration, color, opacity, -webkit-text-decoration;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.news-form-right__image-container {
	width: 219px;
	height: 230px;
	display: block;
	position: relative;
	margin: 0 auto 8px;
	transform: scale(0.85);
}

.news-form-right__image-container::before {
	content: '';
	width: 189px;
	height: 189px;
	position: absolute;
	top: 0;
	left: 5px;
	background: var(--main-background-color);
	border-radius: 50%;
	transition: background 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__image-container::before {
	background: var(--main-background-color);
	transition: background 0.3s ease-in-out;
}

.news-form-right__image {
	position: absolute;
}

.news-form-right__image--calendar {
	width: 104px;
	height: 96px;
	top: 83px;
	left: 12px;
	z-index: 2;
	transform: scale(1) rotate(0deg);
	transition: transform 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__image--calendar {
	transform: scale(0.85) rotate(-60deg);
	transition: transform 0.3s ease-in-out;
}

.news-form-right__image--calendar-background {
	width: 52px;
	height: 52px;
	top: 138px;
	left: 16px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__image--calendar-background {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.news-form-right__image--notebook {
	width: 175px;
	height: 105px;
	top: 5px;
	left: 0;
	z-index: 1;
}

.news-form-right__image--notebook-background {
	width: 100px;
	height: 100px;
	top: 50px;
	left: 89px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__image--notebook-background {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.news-form-right__image--scan-archive {
	/*width: 75px;
	height: 29px;
	top: 24px;
	left: 51px;*/
	width: 101px;
	height: 44px;
	top: 33px;
	left: 37px;
	z-index: 1;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__image--scan-archive {
	transform: scale(1.16);
	transition: transform 0.3s ease-in-out;
}

.news-form-right__image--scan-archive path {
	fill: #5D9FCD;
	transition: fill 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__image--scan-archive path {
	fill: #046B97;
	transition: fill 0.3s ease-in-out;
}

.news-form-right__image--like {
	width: 65px;
	height: 55px;
	bottom: 21px;
	right: 52px;
	z-index: 1;
	transform: rotate(0deg) scale(1);
	transition: transform 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__image--like {
	transform: rotate(18.5deg) scale(1.2);
}

.news-form-right__image--like .this {
	fill: #5D9FCD;
	transition: fill 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__image--like .this {
	fill: #046B97;
	transition: fill 0.3s ease-in-out;
}

.news-form-right__image--like-background {
	width: 97px;
	height: 97px;
	bottom: 10px;
	left: 73px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__image--like-background {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.news-form-right__image--woman {
	width: 58px;
	height: 230px;
	top: 0;
	right: 0;
	z-index: 3;
}

.news-form-right__row-title {
	display: block;
	margin: 0 0 10px;
}

.news-form-right__title {
	font-family: 'Ubuntu';
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	display: block;
	color: #046B97;
}

.news-form-right__title-highlight-before {
	font-family: 'Ubuntu Bold';
	font-size: 30px;
	line-height: 35px;
	text-decoration: line-through;
	color: #FF725E;
}

.news-form-right__title-highlight-after {
	font-family: 'Ubuntu Bold';
	font-size: 30px;
	line-height: 35px;
}

.news-form-right tbody {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 0;
	margin: 0 0 10px;
}

.news-form-right__row {
	width: 100%;
	display: flex;
}

.news-form-right__row-question {
	display: none;
}

.news-form-right__row-answer {
	width: 100%;
	height: 33px;
}

.news-form-right__row-answer label {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 0 10px;
	margin: 0;
}

.news-form-right__row-answer label p {
	font-size: 12px;
	line-height: 155%;
	margin: 0;
}

.news-form-right__row-answer label input[type="checkbox"] {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin: 0;
}

.news-form-right__row-answer input[type="text"] {
	width: 100%;
	height: 33px;
	background: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 7px;
	padding: 7px 0 7px 7px;
}

.news-form-right__row-answer input[type="text"]:placeholder-shown {
	font-size: 16px;
	line-height: 18.38px;
	font-weight: 400;
	color: #66666680;
}

.news-form-right__row:last-child .news-form-right__row-answer {
	height: auto;
	font-size: 12px;
	line-height: 100%;
	font-weight: 300;
	display: flex;
	gap: 0 10px;
}

.news-form-right__row:last-child .news-form-right__row-answer input {
	align-self: flex-start;
}

.news-form-right tfoot {
	width: 138px;
	height: 40px;
	display: block;
	margin: 0 auto;
}

.news-form-right__row-submit {
	width: 100%;
	height: 100%;
	display: block;
}

.news-form-right__submit {
	width: 100%;
	height: 100%;
	display: block;
}

.news-form-right__submit input {
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 20.68px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background: var(--main-background-color);
	border: none;
	border-radius: 7px;
	transition: background 0.3s ease-in-out;
}

.news-form-right:hover .news-form-right__submit input {
	background: #007CA7;
	transition: background 0.3s ease-in-out;
}

.news-form-right__submit:hover input {
	background: #046B97  !important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/callback_form_rpd/style.css?16747201765855*/

.callback-form-rpd {

}

.callback-form-rpd::backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(69, 90, 100, 0.5) !important;
}

.callback-form-rpd__content {
	width: min(calc(100% - 48px), 491px);
	min-height: 506px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	border: none;
	box-shadow: 0px 2px 4px 4px rgba(102, 102, 102, 0.45);
	border-radius: 7px;
	padding: 51px 85px;
	margin: 0;
}

@media (max-width: 767.99px) {
	.callback-form-rpd__content {
		min-height: 397px;
		padding: 47px 25px 28px;
	}
}

.callback-form-rpd__content form {
	width: 100%;
	height: 100%;
	display: block;
}

.callback-form-rpd__button-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 32px;
	right: 31px;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 767.99px) {
	.callback-form-rpd__button-close {
		width: 20px;
		height: 20px;
		top: 16px;
		right: 15px;

	}
}

.callback-form-rpd__button-close svg {
	width: 20px;
	height: 20px;
}

.callback-form-rpd__form {
	width: 100%;
	height: 100%;
}

.callback-form-rpd__table {
	width: 100%;
	height: 100%;
	display: block;
}

.callback-form-rpd__table thead {
	display: block;
	margin: 0 0 23px;
}

@media (max-width: 767.99px) {
	.callback-form-rpd__table thead {
		display: block;
		margin: 0 0 12px;
	}
}

.callback-form-rpd__table-row-title {
	display: block;
}

.callback-form-rpd__table-cell-title {
	font-size: 25px !important;
	line-height: 39px;
	text-align: center;
	display: block;
	color: #18A1D1;
}

@media (max-width: 767.99px) {
	.callback-form-rpd__table-cell-title {
		font-size: 22px !important;
		line-height: 32px;
	}
}

.callback-form-rpd__table tbody {
	display: flex;
	flex-flow: column;
	gap: 10px 0;
	margin: 0 0 23px;
}

.callback-form-rpd__table-row-question {
	display: none;
}

.callback-form-rpd__table-row-question-checkbox {
	display: none;
}

.callback-form-rpd__table-row-question-text {
	width: 100%;
	font-family: 'Ubuntu Light';
	font-size: 14px !important;
	line-height: 16px;
	font-weight: 300;
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	user-select: none;
}

@media (max-width: 767.99px) {
	.callback-form-rpd__table-row-question-text {
		font-size: 13px !important;
		line-height: 15px;
		padding: 0 0 0 29px;
	}
}

.callback-form-rpd__table-row-question-text::before {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 2px;
}

@media (max-width: 767.99px) {
	.callback-form-rpd__table-row-question-text::before {
		width: 19px;
		height: 19px;
	}
}



.callback-form-rpd__table-row-question-text a {
	font-family: 'Ubuntu Bold';
	font-size: 14px !important;
	line-height: 16px;
	font-weight: 700;
	text-decoration: underline;
	color: #666666;
}

@media (max-width: 767.99px) {
	.callback-form-rpd__table-row-question-text a {
		font-size: 13px !important;
		line-height: 15px;
	}
}

.callback-form-rpd__table-row-question-checkbox:checked + .callback-form-rpd__table-row-question-text::before {
	background: #009F98;
}

.callback-form-rpd__table-row-question-checkbox:checked + .callback-form-rpd__table-row-question-text::after {
	content: '';
	width: 10px;
	height: 8px;
	position: absolute;
	top: 3px;
	left: 2px;
	background: url('/local/templates/main/components/bitrix/form.result.new/callback_form_rpd/./images/checked.svg') no-repeat center / 10px 8px;
}

.callback-form-rpd__table-row-answer {
	width: 100%;
	display: block;
	position: relative;
}

@media (max-width: 767.99px) {
	.callback-form-rpd__table-row-answer {
		height: 40px;
	}

	.callback-form-rpd__table-row:nth-child(4) .callback-form-rpd__table-row-answer {
		height: auto;
	}
}

@media (max-width: 767.99px) {
	.callback-form-rpd__table-row-answer input {
		height: 100% !important;
	}
}

.callback-form-rpd__table-row-answer-image-container {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.callback-form-rpd__table-row-answer-image-container .success,
.callback-form-rpd__table-row-answer-image-container .wrong {
	width: 27px;
	height: 27px;
}

.callback-form-rpd__table-row-answer-image-container .success.hide,
.callback-form-rpd__table-row-answer-image-container .wrong.hide {
	display: none;
}

.callback-form-rpd__table-row-answer label {
	margin: 0;
}

.callback-form-rpd__table tfoot {
	display: block;
}

.callback-form-rpd__table-row-submit {
	display: block;
}

.callback-form-rpd__table-cell-submit {
	width: 138px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #18A1D1;
	border: none;
	border-radius: 7px;
	margin: 0 auto;
	transition-property: background;
	transition-duration: 300ms;
	transition-timing-function: ease-in-out;
}

.callback-form-rpd__table-cell-submit:hover {
	background: #009F98;
	transition-property: background;
	transition-duration: 300ms;
	transition-timing-function: ease-in-out;
}

.callback-form-rpd__table-cell-submit input {
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	color: #ffffff;
	padding: 0;
	margin: 0;
	opacity: 1;
	cursor: pointer;
}

.callback-form-rpd__table-cell-submit input.callback-form-rpd__table-cell-submit--disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.callback-form-rpd__table-cell-submit:hover input.callback-form-rpd__table-cell-submit--disabled {
	background: #18A1D1;
	border-radius: 7px;
	transition-property: background;
	transition-duration: 300ms;
	transition-timing-function: ease-in-out;
}


/* End */


/* Start:/local/components/gendalf/main.page.block/templates/gendalf_banner/style.css?15725277544529*/
.banner-slider {
    position: relative;
    height: 400px;
    overflow-y: hidden;
    overflow-x: auto;
}

.banner-slider__item {
    height: 520px;
}

.banner-slider__content {
    height: 400px;
    position: relative;
    padding: 0;
	overflow: hidden;
}

.banner-slider__description {
	position: initial;
    min-height: 100%;
    vertical-align: middle;
	padding: 30px 40px 40px 0;
}

.banner-slider__description .link-btn {
	position: absolute;
	bottom: 60px;
}

.banner-slider__description-title {
    font-size: 45px;
    line-height: 1.1;
    color: #fff;
    font-family: 'Segoe UI Semibold';
	text-align: left;
	margin-bottom: 30px;
}

.banner-slider__description-text {
    font-size: 24px;
    color: #fff;
    /*font-family: 'Open Sans Bold';*/
}

.banner-slider__img {
    min-height: 100%;
    vertical-align: middle;
	padding: 0;
}

.banner-slider__img img {
	width: 100%;
    height: 400px;
    display: block;
    margin: auto;
    transition: 1s;
}
.banner-slider__img img:hover {
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.1);
}
.pos-r {
	position: relative;
}

/* Стрелки на баннере */
.banner-slider__control {
	display: block;
	position: absolute;
	width: 105px;
	bottom: 35px;
	right: 55px;
}

.banner-slider__control--left,
.banner-slider__control--right {
	padding: 0 10px;
	cursor: pointer;
	background-color: #fff;
	color: #efefef;
	height: 50px;
	width: 50px;
	display: inline-block;
}

.banner-slider__control--left:hover,
.banner-slider__control--right:hover {
	background-color: #eceff3;
}

.banner-slider__control--left:after,
.banner-slider__control--left:before {
	position: absolute;
	content: "";
	display: block;
	border-left: 2px solid #999;
	width: 60px;
	height: 15px;
}

.banner-slider__control--left:after {
	transform: rotate(-45deg);
	top: 2px;
	left: 15px;
}
.banner-slider__control--left:before {
	transform: rotate(45deg);
	top: 33px;
	left: 15px;
}

.banner-slider__control--right:after,
.banner-slider__control--right:before {
	position: absolute;
	content: "";
	display: block;
	border-left: 2px solid #999;
	width: 60px;
	height: 15px;
}

.banner-slider__control--right:after {
	transform: rotate(-225deg);
	top: 33px;
	left: 30px;
}
.banner-slider__control--right:before {
	transform: rotate(225deg);
	top: 2px;
	left: 30px;
}

/* Точки для слайдере */
.banner-slider .slick-dots {
	bottom: 30px;
}

.banner-slider .slick-dots li button:before {
	content: "";
	width: 10px;
	height: 10px;
	margin: 4px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #262626;
	opacity: 1;
}

.banner-slider .slick-dots li.slick-active button:before {
	background-color: #262626;
}

.banner-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* Так как именно для ul нужно обнулить padding */
ul.slick-track {
	padding: 0;
}

/* хак для IE10-11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.banner-slider__description .link-btn {
		bottom: -15px;
	}
}

/* Медиа запросы */
@media (max-width: 767px) {
	.banner-slider {
		height: 475px;
		margin: auto;
	}

	.banner-slider__item {
		height: 475px !important;
	}
	.banner-slider__content {
	    height: 100%;
	}

	.banner-slider__description-text {
		display: none;
	}

	.banner-slider__description {
		width: 100%;
		padding: 30px;
		position: absolute;
		z-index: 2;
	}

	.banner-slider__description .link-btn {
		width: 85%;
		position: absolute;
		bottom: 20px;
		text-align: center;
	}

	.banner-slider__control {
		display: none;
	}

	.banner-slider__description-title {
		font-size: 34px;
	}

	.banner-slider__img {
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		min-height: auto;
	}

	.banner-slider__img img {
		height: 230px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-slider__description {
		padding: 40px 20px;
		width: 45%;
	}

	.banner-slider__description-title {
		font-size: 34px;
	}

	.banner-slider__description-tag {
		margin-bottom: 15px;
	}

	.banner-slider__description-text {
		font-size: 14px !important;
	}

	.banner-slider__control {
		right: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1299px) {
	.banner-slider__description {
		padding-left: 7%;
	}

	.banner-slider__control--desktop {
		right: 3% !important;
	}
	.banner-slider__description-title {
		font-size: 34px;
	}
}

@media (min-width: 1300px) and (max-width: 1599px) {
	.banner-slider__description-title {
		font-size: 34px;
	}
}
/* End */
/* /raspoznavanie-pervichnyh-dokumentov/style.css?171998907520772 */
/* /raspoznavanie-pervichnyh-dokumentov/styles.css?1719990758378 */
/* /local/templates/main/components/bitrix/form.result.new/news_form_right/style.css?16892524718152 */
/* /local/templates/main/components/bitrix/form.result.new/callback_form_rpd/style.css?16747201765855 */
/* /local/components/gendalf/main.page.block/templates/gendalf_banner/style.css?15725277544529 */
