

/* Start:/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/main.css?175518707421610*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.s-workflow p {
  margin-bottom: 12px; }
.s-workflow h2 {
  font-family: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  margin: 5px 0;
  padding: 10px 0 29px; }
  @media (max-width: 767px) {
    .s-workflow h2 {
      padding: 10px 0 15px; } }
.s-workflow h3 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  margin: 5px 0;
  padding: 5px 0 10px; }
.s-workflow b {
  font-weight: 600; }
.s-workflow .btn {
  cursor: pointer; }
.s-workflow .btn-warning {
  border: 2px solid #ff7700; }
.s-workflow .btn-warning-outline {
  background-color: transparent;
  border: 2px solid #ff7700;
  color: #fff; }
  .s-workflow .btn-warning-outline:hover {
    color: #fff;
    background-color: #ff9233;
    border-color: #ff9233; }
.s-workflow .btn-info {
  background-color: #0a75ab;
  border: 2px solid #0a75ab;
  margin-right: 20px;
  font-size: 15px; }
  .s-workflow .btn-info:hover {
    background-color: #0a75ab;
    border: 2px solid #0a75ab;
    opacity: 0.9; }
.s-workflow .btn-info-outline {
  font-size: 15px;
  background-color: transparent;
  border: 2px solid #0a75ab;
  color: #fff; }
  .s-workflow .btn-info-outline:hover {
    color: #fff;
    background-color: #0a75ab;
    border: 2px solid #0a75ab;
    opacity: 0.9; }
.s-workflow .btn-danger {
  background-color: #cc4b0c;
  border: 2px solid #cc4b0c;
  margin-right: 20px; }
  .s-workflow .btn-danger:hover {
    opacity: 0.9; }
.s-workflow .ico {
  display: inline-block;
  background: url(/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/workflow__sprite.png?321456) 0 -100px no-repeat; }
  .s-workflow .ico__1 {
    background-position: 0 -100px; }
  .s-workflow .ico__2 {
    background-position: 0 -200px; }
  .s-workflow .ico__3 {
    background-position: 0 -300px; }
  .s-workflow .ico__4 {
    background-position: 0 -400px; }
  .s-workflow .ico__5 {
    background-position: 0 -488px; }
  .s-workflow .ico__6 {
    background-position: 0 -1300px;
    position: relative;
    top: -7px; }
  .s-workflow .ico__7 {
    background-position: 0 -700px; }
  .s-workflow .ico__8 {
    background-position: 0 -1400px;
    position: relative;
    top: -2px; }
  .s-workflow .ico__9 {
    background-position: 0 -1094px; }
  .s-workflow .ico__10 {
    background-position: 0 -1498px; }
  .s-workflow .ico__11 {
    background-position: 0 -1583px; }
.s-workflow .light-data {
  width: 100%;
  border-collapse: collapse;
  margin: 70px 0 15px; }
  @media (max-width: 991px) {
    .s-workflow .light-data {
      margin: 20px 0 15px; } }
  @media (max-width: 991px) {
    .s-workflow .light-data thead {
      display: none; } }
  .s-workflow .light-data thead tr:first-child:hover {
    background: none; }
    @media (max-width: 991px) {
      .s-workflow .light-data thead tr:first-child:hover {
        background-color: #f7f7f7; } }
  .s-workflow .light-data tr:hover {
    background-color: #f7f7f7; }
  @media (max-width: 991px) {
    .s-workflow .light-data tr {
      border-bottom: 1px solid #ddd; } }
  @media (max-width: 991px) {
    .s-workflow .light-data tr:last-child {
      border-bottom: 0; } }
  .s-workflow .light-data th {
    border-bottom: 2px solid #f37d34;
    padding: 15px 10px 15px 0;
    font-weight: 600; }
  .s-workflow .light-data td {
    padding: 20px 10px 20px 0;
    vertical-align: top;
    border-bottom: 1px solid #ddd; }
    @media (max-width: 991px) {
      .s-workflow .light-data td {
        display: block;
        text-align: left;
        padding: 10px;
        border-bottom: 0; }
        .s-workflow .light-data td:last-child {
          margin-bottom: 0; }
        .s-workflow .light-data td::before {
          content: attr(data-label);
          float: left;
          font-weight: 600;
          width: 100%; } }
  .s-workflow .light-data th:first-child, .s-workflow .light-data td:first-child {
    padding-left: 10px; }
  @media (max-width: 991px) {
    .s-workflow .light-data .head {
      font-size: 20px;
      line-height: 28px; } }
.s-workflow .rk-right-place-1 {
  border: 2px solid #ff7700;
  border-radius: 4px;
  padding: 48px 20px 20px;
  width: 100%;
  max-width: 360px;
  margin-bottom: 48px;
  position: relative; }
  .s-workflow .rk-right-place-1::before {
    content: "";
    position: absolute;
    background: url(/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/workflow__sprite.png?128744) no-repeat 0 -1200px;
    width: 32px;
    height: 32px;
    top: 0;
    left: calc(50% - 16px); }
  @media (max-width: 1199px) {
    .s-workflow .rk-right-place-1 {
      max-width: 293px; } }
  .s-workflow .rk-right-place-1 .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 16px; }
  .s-workflow .rk-right-place-1 .btn {
    display: block; }
  .s-workflow .rk-right-place-1 .btn-danger {
    color: #fff;
    background-color: #ff7700;
    border: 2px solid #ff7700;
    margin-right: 0; }
    .s-workflow .rk-right-place-1 .btn-danger:hover {
      color: #fff;
      background-color: #ff9233;
      border-color: #ff9233; }
  .s-workflow .rk-right-place-1 .contact-list {
    display: inline-block;
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5; }
    .s-workflow .rk-right-place-1 .contact-list li {
      margin-bottom: 9px;
      text-align: left; }
      .s-workflow .rk-right-place-1 .contact-list li::before {
        background: transparent; }
      .s-workflow .rk-right-place-1 .contact-list li a.phone {
        color: #333; }
    .s-workflow .rk-right-place-1 .contact-list .fa {
      display: inline-block;
      width: 17px;
      height: 24px; }
      .s-workflow .rk-right-place-1 .contact-list .fa-envelope {
        background-position: 0 -1688px;
        position: relative;
        left: -3px; }
      .s-workflow .rk-right-place-1 .contact-list .fa-phone {
        background-position: 0 -1790px; }
  .s-workflow .rk-right-place-1.affix {
    position: fixed !important;
    top: 35px; }
.s-workflow .rk-right-place-2 {
  background: #ffd01d;
  padding: 25px;
  text-align: center; }
  .s-workflow .rk-right-place-2 img {
    margin: 0 auto; }
.s-workflow .workflow__promo {
  padding: 0 0 43px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  background: url("/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/bg_1c-doc.jpg") top center no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .s-workflow .workflow__promo {
      background: url("/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/bg_1c-doc_sm.jpg") center;
      margin-bottom: 20px; } }
  .s-workflow .workflow__promo h1 {
    color: #ffffff;
    margin-bottom: 40px; }
@media (min-width: 768px) and (max-width: 991px) {
  .s-workflow .workflow__promo h1 {
    margin-bottom: 20px; } }

    @media (max-width: 767px) {
      .s-workflow .workflow__promo h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px; } }
  .s-workflow .workflow__promo--item {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .s-workflow .workflow__promo--item {
        margin-bottom: 30px; } }
    .s-workflow .workflow__promo--item .desc span {
      font-size: 18px; }
  @media (max-width: 767px) {
    .s-workflow .workflow__promo .btn {
      display: block; } }
  .s-workflow .workflow__promo .btn-warning {
    margin-right: 20px; }
    @media (max-width: 767px) {
      .s-workflow .workflow__promo .btn-warning {
        margin: 0 0 20px; } }
  .s-workflow .workflow__promo--detail {
    padding: 24px 0 54px 0;
    margin: 0 0 32px;
    background-color: #00a2d0;
    color: #fff; }
    .s-workflow .workflow__promo--detail h1 {
      color: #ffffff; }
  .s-workflow .workflow__promo .ico {
    height: 61px;
    width: 61px;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .s-workflow .workflow__promo .ico {
        margin-bottom: 10px; }
        .s-workflow .workflow__promo .ico__1 {
          margin-bottom: 0; } }
.s-workflow .workflow__link {
  margin: 0 0 23px;
  padding: 32px 30px 20px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .s-workflow .workflow__link {
      padding: 20px 20px 6px; } }
  .s-workflow .workflow__link--item {
    display: flex;
    align-items: flex-start; }
  .s-workflow .workflow__link--cell {
    flex: 1 0.5 13%; }
    .s-workflow .workflow__link--cell:first-child {
      max-width: 25px;
      flex: 1 0.5 10%;
      margin-right: 10px; }
  .s-workflow .workflow__link .link__icon {
    width: 25px;
    height: 25px;
    margin-right: 7px;
    background: url(/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/article__icon.png) no-repeat; }
    .s-workflow .workflow__link .link__icon--1 {
      background-position: 0 0; }
    .s-workflow .workflow__link .link__icon--2 {
      background-position: 0 -50px; }
    .s-workflow .workflow__link .link__icon--3 {
      background-position: 0 -75px; }
    .s-workflow .workflow__link .link__icon--4 {
      background-position: 0 -100px; }
    .s-workflow .workflow__link .link__icon--5 {
      background-position: 0 -125px; }
    .s-workflow .workflow__link .link__icon--6 {
      background-position: 0 -150px; }
    .s-workflow .workflow__link .link__icon--7 {
      background-position: 0 -175px; }
    .s-workflow .workflow__link .link__icon--8 {
      background-position: 0 -325px; }
    .s-workflow .workflow__link .link__icon--9 {
      background-position: 0 -25px; }
.s-workflow .workflow__automation {
  margin-bottom: 50px; }
  .s-workflow .workflow__automation img {
    padding: 20px 0 0; }
  .s-workflow .workflow__automation ul li {
    margin-bottom: 9px; }
  @media (max-width: 991px) {
    .s-workflow .workflow__automation .link-info {
      display: inline-block;
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .s-workflow .workflow__automation .btn {
      display: block; } }
.s-workflow .workflow__advantages {
  margin-bottom: 10px; }
  .s-workflow .workflow__advantages--item {
    margin: 10px 0 30px; }
  .s-workflow .workflow__advantages .ico {
    width: 55px;
    height: 55px; }
  .s-workflow .workflow__advantages .descript b {
    margin-bottom: 10px;
    display: block; }
.s-workflow .workflow__help {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 42px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #00a2d0;
  color: #fff;
  padding: 15px; }
@media (min-width: 768px) and (max-width: 991px) {
  .s-workflow .workflow__help {
    padding: 20px 15px; } }

  @media (max-width: 767px) {
    .s-workflow .workflow__help {
      padding: 15px 0; } }
  .s-workflow .workflow__help--title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
    @media (max-width: 1199px) {
      .s-workflow .workflow__help--title {
        margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .s-workflow .workflow__help--button .btn-info {
      margin-bottom: 20px; } }
  .s-workflow .workflow__help--button .btn-info-outline br {
    display: none; }
    @media (max-width: 767px) {
      .s-workflow .workflow__help--button .btn-info-outline br {
        display: block; } }
  @media (max-width: 767px) {
    .s-workflow .workflow__help--button .btn {
      margin-right: 0;
      display: block; } }
.s-workflow .workflow__quality {
  margin-bottom: 40px; }
  .s-workflow .workflow__quality h2 {
    padding: 10px 0 21px; }
  .s-workflow .workflow__quality .quality {
    margin: 0 0 41px;
    padding: 32px 30px 40px;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 4px; }
    @media (max-width: 991px) {
      .s-workflow .workflow__quality .quality {
        padding: 20px 20px 5px; } }
    .s-workflow .workflow__quality .quality__title {
      margin-bottom: 23px;
      line-height: 30px;
      font-size: 24px; }
    .s-workflow .workflow__quality .quality__descript {
      font-size: 18px;
      margin-bottom: 25px; }
    .s-workflow .workflow__quality .quality__list {
      margin-bottom: 27px; }
      .s-workflow .workflow__quality .quality__list li {
        padding-left: 35px;
        margin-bottom: 9px;
        position: relative; }
        .s-workflow .workflow__quality .quality__list li::before {
          position: absolute;
          top: 3px;
          left: 0;
          width: 20px;
          height: 16px;
          content: "";
          background: url(/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/workflow__sprite.png) 0 0 no-repeat; }
    @media (max-width: 1199px) {
      .s-workflow .workflow__quality .quality__item {
        margin-bottom: 20px; } }
    .s-workflow .workflow__quality .quality img {
      padding: 20px 0 37px; }
@media (min-width: 768px) and (max-width: 991px) {
  .s-workflow .workflow__quality .quality img {
    padding: 0 20px 15px 0; } }

.s-workflow .workflow__guarantee {
  margin-bottom: 40px; }
  .s-workflow .workflow__guarantee--item {
    margin-bottom: 30px; }
  .s-workflow .workflow__guarantee .ico {
    width: 55px;
    height: 55px; }
  .s-workflow .workflow__guarantee .descript b {
    margin-bottom: 10px;
    display: block; }
.s-workflow .workflow__plan {
  margin-bottom: 18px; }
  .s-workflow .workflow__plan--item {
    margin: 10px 0 22px; }
  .s-workflow .workflow__plan .num {
    font-size: 36px;
    line-height: 42px;
    color: #a8a8a8;
    margin-bottom: 10px; }
    .s-workflow .workflow__plan .num__note {
      color: #ff7700; }
  .s-workflow .workflow__plan .descript b {
    margin-bottom: 10px;
    display: block; }
.s-workflow .workflow__sentence {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #f37d34;
  color: #fff;
  padding: 15px; }
  .s-workflow .workflow__sentence--title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .s-workflow .workflow__sentence--title {
        margin-bottom: 15px; } }
  .s-workflow .workflow__sentence--descript {
    font-size: 15px; }
    @media (max-width: 1199px) {
      .s-workflow .workflow__sentence--descript {
        margin-bottom: 15px; } }
  .s-workflow .workflow__sentence--button .btn-danger-outline {
    border: 2px solid #cc4b0c;
    background-color: transparent; }
    .s-workflow .workflow__sentence--button .btn-danger-outline:hover {
      background-color: #cc4b0c;
      border: 2px solid #cc4b0c;
      opacity: 0.9; }
  @media (max-width: 767px) {
    .s-workflow .workflow__sentence--button .btn-danger {
      margin: 0 0 20px; } }
  @media (max-width: 767px) {
    .s-workflow .workflow__sentence--button .btn {
      display: block; } }
.s-workflow .workflow__implementation h2 {
  padding: 10px 0 16px; }
.s-workflow .workflow__review {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  position: relative;
  border-radius: 4px;
  min-height: 485px;
  margin-bottom: 30px;
  padding: 35px 20px 20px; }
  @media (max-width: 767px) {
    .s-workflow .workflow__review {
      max-width: inherit;
      min-height: inherit; } }
  .s-workflow .workflow__review::before {
    content: "";
    position: absolute;
    left: calc(50% - 16px);
    top: -2px;
    width: 32px;
    height: 30px;
    background: url("/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/workflow__sprite.png?123456") 0 -50px no-repeat; }
  .s-workflow .workflow__review--type {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .s-workflow .workflow__review--foto {
    text-align: center;
    margin-bottom: 10px; }
  .s-workflow .workflow__review--name {
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px; }
  .s-workflow .workflow__review--position {
    margin-bottom: 20px;
    text-align: center; }
  .s-workflow .workflow__review--description {
    line-height: 22px; }
.s-workflow .workflow__note {
  background: #fffdda;
  border: 1px solid #fae4bb;
  padding: 20px 25px;
  margin: 15px 0;
  font-style: italic; }
.s-workflow .workflow__quote {
  padding: 3px 0 5px 15px;
  border-left: 4px solid #ff7700;
  font-weight: 700;
  margin: 0 0 12px; }
.s-workflow--detail h2 {
  font-family: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  margin: 5px 0;
  padding: 10px 0 15px; }
.s-workflow--detail ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .s-workflow--detail ul {
      margin-bottom: 0; } }
  .s-workflow--detail ul li {
    padding-left: 9px;
    margin-bottom: 6px;
    position: relative; }
    .s-workflow--detail ul li::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 10px;
      left: 0px;
      width: 4px;
      height: 4px;
      border-radius: 4px;
      background: #e77817; }
  .s-workflow--detail ul ul {
    margin-bottom: 0; }
    .s-workflow--detail ul ul li::before {
      background: #069; }
  .s-workflow--detail ul.list__check li {
    padding-left: 35px;
    margin-bottom: 9px;
    position: relative; }
    .s-workflow--detail ul.list__check li::before {
      position: absolute;
      top: 3px;
      left: 0;
      width: 20px;
      height: 16px;
      content: "";
      background: url(/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/workflow__sprite.png) 0 0 no-repeat; }
.s-workflow--detail ol {
  margin-bottom: 15px; }
  .s-workflow--detail ol li {
    margin-bottom: 6px; }
@media (max-width: 767px) {
  .s-workflow--detail .btn-info {
    margin: 0 0 20px; } }
@media (max-width: 767px) {
  .s-workflow--detail .btn {
    display: block; } }
.s-workflow--detail .thumbnail-overlay {
  position: relative;
  display: inline-block; }
  .s-workflow--detail .thumbnail-overlay::after {
    display: block;
    position: absolute;
    content: "";
    background: url("/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/i__loupe.png");
    width: 29px;
    height: 28px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    opacity: 0.35; }
  .s-workflow--detail .thumbnail-overlay::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.45);
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0.35; }
  .s-workflow--detail .thumbnail-overlay:hover::before, .s-workflow--detail .thumbnail-overlay:hover::after {
    opacity: 1; }

#image-modal .modal-img {
  max-width: 95%; }
  @media (max-width: 767px) {
    #image-modal .modal-img {
      max-width: 100%; } }
  #image-modal .modal-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  #image-modal .modal-img .close::before {
    display: block;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(/1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/../images/close.png) no-repeat;
    right: -16px;
    top: -10px;
    z-index: 1;
    cursor: pointer; }

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

/* End */


/* Start:/local/templates/rarus.light/front/build/styles/1c-doc/styles.min.css?17551871991540*/
@charset "UTF-8";.right-place{border:2px solid var(--orange);border-radius:4px;padding:48px 20px 20px;width:100%;max-width:360px;margin-bottom:48px;position:-webkit-sticky;position:sticky;top:35px}.right-place::before{content:"";position:absolute;background:url(/local/templates/rarus.light/front/build/styles/1c-doc/../../img/components/right-place/workflow__sprite.png) 0 -1200px no-repeat;width:32px;height:32px;top:0;left:calc(50% - 16px)}.right-place__title{font-size:20px;line-height:30px;font-weight:300;text-align:center;margin-bottom:16px}.right-place__button{padding:11px 17px;margin-bottom:28px;font-weight:600;line-height:20px;text-align:center;white-space:normal;border-radius:4px}.right-place__button.button.button--orange{display:block;color:var(--white);border-width:2px}.right-place__button.button.button--orange:active,.right-place__button.button.button--orange:hover{color:var(--white)}.right-place__list{display:inline-block;padding-top:16px;padding-left:10px;margin-bottom:15px;border-top:1px solid #e5e5e5;list-style:none}.right-place__item{text-align:left}.right-place__list .right-place__item{position:relative;margin-bottom:9px;padding-left:9px}.right-place__list .right-place__item::before{background:0 0}.right-place__phone{color:var(--grey1)}.right-place__icon{width:17px;height:24px}.right-place__envelope{background-position:0 -1688px;position:relative;left:-3px}.right-place__envelope:before{content:""}.right-place__telephone{background-position:0 -1790px}.right-place__telephone:before{content:""}@media (max-width:1199.98px){.right-place{max-width:293px}}
/* End */
/* /1c-doc/article-upravlenie-dogovorami-v-1c-dokumentooborot/../sass/main.css?175518707421610 */
/* /local/templates/rarus.light/front/build/styles/1c-doc/styles.min.css?17551871991540 */
