#s_top {
  display: none;
  width: 500px;
  left: 50%;
  opacity: 0.95;
  margin-left: -250px;
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.compare-block-buh {
  width: 100%;
  background-color: #339cd3;
  color: white;
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  padding: 15px;
  box-shadow: 0 -2px 10px 0 #ffffff, 0 1px 1px 0 #dbdfe4;
}
.cb-col {
  margin-left: 9px;
  border: 1px dashed whitesmoke;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
}
.cb-go {
  border: 1px solid whitesmoke;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.cb-reset {
  border: 1px solid whitesmoke;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 10px;
}
.anchor-menu {
  display: flex;
  justify-content: space-around;
  background-color: #e9ecef;
  width: 100%;
  padding: 8px 15px 9px;
  margin-top: 30px;
  border-radius: 4px;
}
.anchor-menu a {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #868e96;
  text-decoration: underline;
}
.anchor-menu a:hover {
  color: #1780B8;
  text-decoration: underline;
}
.ul-doc-list {
  padding: 0;
  margin: 0 0 20px;
}
.ul-doc-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
}
.ul-doc-list li:before {
  display: none;
}
/*секция с текстами*/
.page-buhonline-text-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 20px;
}
.page-buhonline-text-block#block4 {
  position: relative;
  align-items: flex-start;
}
.page-buhonline-text-block .text-block-flex {
  flex: 1;
}
.page-buhonline-text-block .text-block-flex.main {
  background: #c1e1f1;
  padding: 0 30px 30px 30px;
}
.page-buhonline-text-block .text-block-flex.main ol,
.page-buhonline-text-block .text-block-flex.main .ol {
  padding-left: 25px;
}
.page-buhonline-text-block .text-block-flex.main ol li:before,
.page-buhonline-text-block .text-block-flex.main .ol li:before {
  left: -25px;
}
.page-buhonline-text-block .text-block-flex.docs {
  padding: 0 30px 30px 30px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin-top: 30px;
  background: #ffffff;
}
.page-buhonline-text-block .text-block-flex.flex-7 {
  margin-right: 90px;
}
.page-buhonline-text-block .text-block-flex.flex-8 {
  margin-right: 30px;
}
.page-buhonline-text-block .text-block-flex.flex-5 {
  flex: 0 0 366px;
}
.page-buhonline-text-block .text-block-flex.flex-4 {
  flex: 0 0 280px;
}
.page-buhonline-text-block .text-block-flex .wrap-text-block-info .text-block-info {
  height: 100%;
  padding: 30px;
  background: #c1e1f1;
}
.page-buhonline-text-block .text-block-flex ol.ol-otkaz {
  flex: 0 0 50%;
  max-width: 50%;
  counter-reset: heading;
  padding-left: 25px;
}
.page-buhonline-text-block .text-block-flex ol.ol-otkaz li {
  padding-right: 25px;
}
.page-buhonline-text-block .text-block-flex ol.ol-otkaz li:before {
  left: -25px;
  counter-increment: mycounter;
  content: counter(mycounter) ". ";
}
.page-buhonline-text-block .text-block-flex ol.ol-otkaz:first-of-type {
  counter-reset: mycounter;
}
.page-buhonline-text-block .text-block-flex ol.ol-otkaz:last-child {
  margin-left: 15px;
}
/*секция логотипами в одну строку*/
.page-buhonline-block-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.page-buhonline-block-company .page-buhonline-block-company-heading {
  flex: 1 100%;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.2px;
  text-align: left;
}
.page-buhonline-block-company .page-buhonline-block-company-link img {
  max-height: 40px;
}
/*секция с карточками сервисов*/
.page-buhonline-block-program .pb-blocks-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-buhonline-block-program .block-program {
  margin: 0 0 20px;
  width: calc(50% - 10px);
}
.page-buhonline-block-program .block-program-inner {
  transition: all 0.3s;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.page-buhonline-block-program .block-program-inner .main-wrap {
  padding: 20px 20px 30px;
}
.page-buhonline-block-program .block-program-inner .block-program-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 22px;
}
.page-buhonline-block-program .block-program-inner .block-program-header .name-program {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
}
.page-buhonline-block-program .block-program-inner .block-program-header .name-program .nm-price {
  margin-top: 10px;
}
.page-buhonline-block-program .block-program-inner .block-program-header .name-program .subname-program {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #868E96;
  margin-top: 8px;
}
.page-buhonline-block-program .block-program-inner .block-program-header .logo-program {
  width: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-buhonline-block-program .block-program-inner .block-program-header .logo-program img {
  max-width: 100%;
  max-height: 70px;
}
.page-buhonline-block-program .block-program-inner .actions-line {
  display: flex;
  align-items: center;
}
.page-buhonline-block-program .block-program-inner .actions-line .btn {
  line-height: 20px;
  height: 40px;
}
.page-buhonline-block-program .block-program-inner .actions-line .btn.addToComp {
  line-height: 18px;
}
.page-buhonline-block-program .block-program-inner .addToComp {
  cursor: pointer;
  margin-left: 18px;
}
.page-buhonline-block-program .block-program-inner .addToComp svg {
  display: none;
  margin-left: 10px;
}
.page-buhonline-block-program .block-program-inner .addToComp svg path {
  transition: fill 0.3s;
}
.page-buhonline-block-program .block-program-inner .addToComp.active svg {
  display: inline;
}
.page-buhonline-block-program .block-program-inner .addToComp:hover svg path {
  fill: #FFFFFF;
}
.page-buhonline-block-program .block-program-inner .block-program-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 22px;
}
.page-buhonline-block-program .block-program-inner .block-program-links a {
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.page-buhonline-block-program .block-program-inner .block-program-links a .bp-icon {
  display: flex;
  justify-content: center;
  width: 32px;
  flex-shrink: 0;
  margin-right: 10px;
}
.page-buhonline-block-program .block-program-inner .block-program-links a span {
  display: inline-block;
  vertical-align: middle;
}
.page-buhonline-block-program .block-program-inner .block-program-links a.blocked {
  cursor: default;
  filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
}
.page-buhonline-block-program .block-program-inner .bottom-wrap {
  padding: 14px 20px;
  border-top: 1px solid #E9ECEF;
  overflow: hidden;
}
.page-buhonline-block-program .block-program-inner .advantages-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
}
.page-buhonline-block-program .block-program-inner .advantages-link svg {
  margin-left: 10px;
}
.page-buhonline-block-program .block-program-inner .advantages-link svg path {
  fill: #343A40;
}
.page-buhonline-block-program .block-program-inner .advantages-link.show svg {
  transform: rotate(180deg);
}
.page-buhonline-block-program .block-program-inner .advantages-link:hover {
  color: #339CD3;
}
.page-buhonline-block-program .block-program-inner .advantages-link:hover svg path {
  fill: #339CD3;
}
.page-buhonline-block-program .block-program-inner .block-program-hidden-block {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page-buhonline-block-program .block-program-inner .block-program-hidden-block.show {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.page-buhonline-block-program .block-program-inner .block-program-hidden-block ul {
  padding: 30px 0 0;
  margin: 0;
  columns: 2;
}
.page-buhonline-block-program .block-program-inner .block-program-hidden-block ul li {
  margin-bottom: 16px;
  list-style: none;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #868E96;
  padding-left: 20px;
}
.page-buhonline-block-program .block-program-inner .block-program-hidden-block ul li + li {
  margin-top: 0;
}
.page-buhonline-block-program .block-program-inner .block-program-hidden-block ul li::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  background: url('/images/NashGlavbuh21/svg/plus.svg') top center no-repeat;
}
.page-buhonline .table-compare {
  width: 100%;
  min-width: 500px;
  margin-top: 56px;
  border-collapse: collapse;
  border: 0 none;
}
.page-buhonline .table-compare tr th,
.page-buhonline .table-compare tr td {
  box-sizing: content-box;
}
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading) {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #343A40;
  padding: 16px 14px;
}
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):first-child {
  width: 186px;
}
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(2),
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(3),
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(4),
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(5),
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(6),
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(7),
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(8),
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(9) {
  width: 90px;
  max-width: 90px;
  vertical-align: middle;
  text-align: center;
}
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(2) img,
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(3) img,
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(4) img,
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(5) img,
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(6) img,
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(7) img,
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(8) img,
.page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(9) img {
  max-height: 42px;
}
.page-buhonline .table-compare tr td {
  border: 1px solid #e9ecef;
}
.page-buhonline .table-compare tr td.table-heading {
  padding: 13px 19px;
  background: #FBEDB0;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
  border-color: #FBEDB0;
}
.page-buhonline .table-compare tr td.table-subheading {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
}
.page-buhonline .table-compare tr td a {
  text-decoration: none;
  color: #339cd3;
}
.page-buhonline .table-compare.plus-minus tr:last-child td:not(.table-heading,.table-subheading) {
  padding-bottom: 52px;
}
.page-buhonline .table-compare.plus-minus tr td:not(.table-heading,.table-subheading) {
  width: 50%;
  padding: 0 9px 36px;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
}
.page-buhonline .table-compare.plus-minus tr td:not(.table-heading,.table-subheading) .success,
.page-buhonline .table-compare.plus-minus tr td:not(.table-heading,.table-subheading) .danger {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
}
.page-buhonline .table-compare.plus-minus tr td:not(.table-heading,.table-subheading) .success {
  color: #6FCF97;
}
.page-buhonline .table-compare.plus-minus tr td:not(.table-heading,.table-subheading) .danger {
  color: #EB5757;
}
.page-buhonline .table-compare.plus-minus tr td:not(.table-heading,.table-subheading):nth-of-type(2) {
  text-align: left;
}
.page-buhonline .table-compare.plus-minus tr td {
  border: 0 none;
}
.page-buhonline .table-compare.plus-minus tr td:first-child {
  padding-left: 18px !important;
}
.page-buhonline .table-compare.plus-minus tr td:last-child {
  padding-right: 18px !important;
}
.page-buhonline .table-compare.plus-minus tr td.table-heading {
  width: 100%;
  background: #E3F5FF;
  border-color: #E3F5FF;
}
.page-buhonline .table-compare.plus-minus tr td.table-subheading {
  padding: 26px 9px 47px;
}
.page-buhonline .table-compare.plus-minus tr td.success svg {
  vertical-align: middle;
  margin: -3px 13px 0 -3px;
}
.page-buhonline .table-compare.plus-minus tr td.danger svg {
  vertical-align: middle;
  margin: -3px 13px 0 -3px;
}
.page-buhonline-container-news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
.page-buhonline-container-news .page-buhonline-block-news {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #e9ecef;
}
.page-buhonline-container-news .page-buhonline-block-news .page-buhonline-block-news-logo {
  margin-bottom: 22px;
}
.page-buhonline-container-news .page-buhonline-block-news .page-buhonline-block-news-logo img {
  max-height: 30px;
}
.page-buhonline-container-news .page-buhonline-block-news .page-buhonline-block-news-heading {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
}
.page-buhonline-container-news .page-buhonline-block-news .page-buhonline-block-news-date {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
  color: #868e96;
}
@media (max-width: 1023px) {
  #s_top {
    width: auto;
    left: 0;
    margin-left: 0;
    right: 0;
  }
  .compare-block-buh {
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
  }
  .cb-buttons {
    margin-top: 15px;
  }
  .anchor-menu {
    padding: 14px 15px;
    flex-direction: column;
  }
  .anchor-menu a + a {
    margin-top: 15px;
  }
  .page-buhonline-text-block {
    flex-direction: column;
  }
  .page-buhonline-text-block .text-block-flex.flex-7 {
    flex: 100%;
    margin-right: 0;
  }
  .page-buhonline-text-block .text-block-flex.flex-8 {
    flex: 100%;
    width: 100%;
    margin-right: 0;
  }
  .page-buhonline-text-block .text-block-flex.flex-5 {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .page-buhonline-text-block .text-block-flex.flex-4 {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .page-buhonline-text-block .text-block-flex ol.ol-otkaz {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-buhonline-text-block .text-block-flex ol.ol-otkaz:last-child {
    margin-left: 0;
  }
  .page-buhonline-text-block .text-block-flex ol.ol-otkaz li {
    padding-right: 0;
  }
  .page-buhonline-block-company {
    flex-direction: column;
    margin: 30px 0;
  }
  .page-buhonline-block-company .page-buhonline-block-company-link + .page-buhonline-block-company-link {
    margin-top: 15px;
  }
  .page-buhonline-block-program .pb-blocks-wrap {
    flex-direction: column;
  }
  .page-buhonline-block-program .block-program {
    width: 100%;
  }
  .page-buhonline-block-program .block-program-inner .main-wrap {
    padding: 15px 15px 20px;
  }
  .page-buhonline-block-program .block-program-inner .actions-line {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-buhonline-block-program .block-program-inner .addToComp {
    margin-left: 0;
    margin-top: 20px;
  }
  .page-buhonline-block-program .block-program-inner .block-program-links {
    flex-direction: column;
  }
  .page-buhonline-block-program .block-program-inner .block-program-links a + a {
    margin-top: 15px;
  }
  .page-buhonline-block-program .block-program-inner .block-program-header {
    flex-direction: column;
  }
  .page-buhonline-block-program .block-program-inner .block-program-header .name-program {
    order: 2;
  }
  .page-buhonline-block-program .block-program-inner .block-program-header .logo-program {
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .page-buhonline-block-program .block-program-inner .bottom-wrap {
    padding: 14px 15px;
  }
  .page-buhonline-block-program .block-program-inner .block-program-hidden-block ul {
    columns: 1;
    padding: 20px 0 0;
  }
  .page-buhonline-block-program .block-program-inner .block-program-hidden-block ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .page-buhonline-block-program .block-program-inner .block-program-hidden-block ul li::before {
    top: 0;
  }
  .page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):first-child {
    max-width: unset;
  }
  .page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(2),
  .page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(3),
  .page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(4),
  .page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(5),
  .page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(6),
  .page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(7),
  .page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(8),
  .page-buhonline .table-compare tr td:not(.table-heading,.table-subheading):nth-of-type(9) {
    max-width: unset;
  }
  .page-buhonline .table-compare tr td.table-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .page-buhonline .table-compare tr td.table-subheading {
    font-size: 18px;
    line-height: 24px;
  }
  .page-buhonline .table-compare.plus-minus tr:last-child td:not(.table-heading,.table-subheading) {
    padding-bottom: 30px;
  }
  .page-buhonline .table-compare.plus-minus tr td:not(.table-heading,.table-subheading) {
    padding: 0 9px 20px;
  }
  .page-buhonline .table-compare.plus-minus tr td.table-subheading {
    padding: 15px 9px 20px;
  }
  .page-buhonline .table-compare.plus-minus tr td.success svg {
    transform: scale(0.7);
    margin-right: 5px;
    margin-left: -7px;
  }
  .page-buhonline .table-compare.plus-minus tr td.danger svg {
    transform: scale(0.7);
    margin-right: 5px;
    margin-left: -7px;
  }
}
