/* links */
.container {
  max-width: 1210px;
  padding: 0 20px;
}

.overflow-auto {
  width: 100%;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pt-20 {
  padding-top: 20px;
}

.bg-gray {
  background: #F3F7F2;
}

.page {
  padding: 0;
}

.h1,
.h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
}

/* PAGE INTRO CSS */

.page-intro .nav {
  overflow: hidden;
  margin: auto;
  width: 1016px;
  height: 185px;
}

.page-intro .nav li {
  float: left;
  text-align: center;
}

.page-intro .nav li a {
  font-style: normal;
  font-weight: normal;
  width: 170px;
  height: 185px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: block;
  color: rgba(0, 0, 0, 0.48);
  text-transform: none;
  padding-left: 0;
  margin: 0 16px;
}

.page-intro .nav li a svg {
  width: 48px;
  height: 48px;
  fill: #7f817e;
  display: block;
  margin: auto;
  margin-bottom: 12px;
}

.page-intro .nav li a.active,
.page-intro .nav li a:hover {
  color: #539100;
  border-bottom: 4px solid #539100;
}

.page-intro .nav li a.active svg,
.page-intro .nav li a:hover svg {
  fill: #539100;
}

.page-intro .autor {
  display: inline-block;
  background: url("/ru/assets/dist/pages/metodologiya-otsenki-brokerov/img/edit.svg") left center no-repeat;
  padding-left: 30px;
  margin-right: 30px;
  line-height: 30px;
  font-size: 16px;
}

.page-intro .date {
  display: inline-block;
  background: url("/ru/assets/dist/pages/metodologiya-otsenki-brokerov/img/calendar.svg") left center no-repeat;
  padding-left: 30px;
  margin-right: 30px;
  line-height: 30px;
  font-size: 16px;
}

/* .page-intro__header.fixed */

.page-intro__header .nav svg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.page-intro .page-intro__header {
  margin-top: 81px;
}

.page-intro.fixed .page-intro__header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 60px;
  margin-top: 0;
  background: #fff !important;
  -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.05);
}

.page-intro.fixed {
  padding-top: 265px;
}

.page-intro.fixed .page-intro__header {
  padding-top: 11px !important;
}

.page-intro.fixed .page-intro__header .row {
  display: none;
}

.page-intro.fixed .page-intro__header .h1 {
  font-size: 20px;
  line-height: 44px;
  margin-left: 4px;
  display: none;
}

.page-intro.fixed .page-intro__header .nav {
  margin-top: 0 !important;
  width: 1170px;
}

.page-intro.fixed .page-intro__header .nav svg {
  width: 0;
  height: 0;
  margin-bottom: 0 !important;
}

.page-intro.fixed .page-intro__header .nav,
.page-intro.fixed .page-intro__header .nav li a {
  height: 48px;
}

.page-intro.fixed .page-intro__header .nav li {
  width: 233px;
}

.page-intro.fixed .page-intro__header .nav li a {
  width: 217px;
  font-size: 12px;
  line-height: 15px;
  margin-left: 0;
}

.page-intro.fixed .fixed-pt-10 {
  padding-top: 10px;
}

/* BRADCRUMBS CSS */

.breadcrumbs {
  list-style: none;
  overflow: hidden;
}

.breadcrumbs li {
  float: left;
  color: #A6A6A6;
}

.breadcrumbs li.delim {
  padding: 0 10px;
}

.breadcrumbs li a {
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li a.level0,
.breadcrumbs li span.level0 {
  color: #A6A6A6;
}

.breadcrumbs li a.level1,
.breadcrumbs li span.level1 {
  color: #71B219;
}

.breadcrumbs li a.level2,
.breadcrumbs li span.level2 {
  color: #000000;
  font-weight: 600;
}

.breadcrumbs li a.level3,
.breadcrumbs li span.level3 {
  color: #000000;
}

.page-intro.fixed .breadcrumbs {
  display: none;
}

.banner2 {
  min-height: 492px;
  padding-top: 22px;
  padding-bottom: 175px;
  background: #F3F7F2;
  background-image: url(/ru/assets/dist/pages/metodologiya-otsenki-brokerov/img/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.banner2__container {
  max-width: 1170px;
  margin: 0 auto;
}

.banner2-header__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #000000;
}

.banner2-header__date {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner2-header__date-svg {
  width: 20px;
  height: 20px;
}

.banner2-header__date-text {
  margin-left: 8px;
  font-size: 16px;
}

.banner2-body {
  margin-top: 40px;
}

.banner2-body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner2-body__list-item {
  margin-left: 30px;
  width: 170px;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.48);
}

.banner2-body__list-item:first-child {
  margin-left: 0;
}

.banner2-body__list-item_active {
  color: #539100;
  border-bottom: 4px solid #539100;
}

.banner2-body__list-svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
}

.banner2-body__list-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.description {
  position: relative;
  background: #FFFFFF;
  margin-bottom: 100px;
}

.description__container {
  position: relative;
  top: 0;
  max-width: 1170px;
  padding: 70px 60px 70px 100px;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.description__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.description__text {
  font-size: 18px;
  line-height: 30px;
  white-space: pre-line;
}

.description__text_first {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: calc(100% - 420px);
}

.description__text_last {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.description__img {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 397px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 397px;
  flex: 0 0 397px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.description__img img {
  width: 100%;
  max-width: 100%;
}

.verifications {
  position: relative;
  background: #fff;
  margin-top: 20px;
}

.verifications__container {
  padding: 65px 100px 100px;
  max-width: 1170px;
  margin: 0 auto;
}

.verifications__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #000000;
}

.verifications__subtitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.verifications__list {
  margin-top: 40px;
}

.verifications__list-item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(34, 36, 41, 0.12);
}

.verifications__list-item:first-child {
  margin-top: 0;
}

.verifications__list-number {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 1;
  border: 4px solid #539100;
  border-radius: 50%;
}

.verifications__list-text {
  margin-left: 50px;
  width: calc(100% - 82px);
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.mainchecks {
  max-width: 970px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

.mainchecks__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #000000;
}

.mainchecks__subtitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.mainchecks-table {
  margin-top: 30px;
  -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
}

/* TABLE */

.table {
  -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  border-spacing: 0;
  width: 100%;
}

.table th {
  background: #71B219;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid rgba(34, 36, 41, 0.12);
}

.table tr th:first-child {
  border-left: 0;
}

.table td {
  min-height: 89px;
  height: 89px;
  text-align: center;
  border-top: 1px solid rgba(34, 36, 41, 0.12);
  border-left: 1px solid rgba(34, 36, 41, 0.12);
  font-size: 18px;
  line-height: 28px;
  background: #fff;
  padding: 15px 25px;
}

.table tr td:first-child {
  border-left: 0;
}

.table td.marked,
.table.first-marked tr td:first-child {
  background: #F9F9F9;
  font-weight: 600;
}

.table td.marked2 {
  background: #F9F9F9;
}

.table tr th:first-child {
  border-radius: 6px 0 0 0;
}

.table tr th:last-child {
  border-radius: 0 6px 0 0;
}

.table tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}

.table tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}

.table tr th.one-th {
  border-radius: 6px 6px 0 0;
}

.table td.bbr-left {
  border-radius: 0 0 0 6px !important;
}

.table td.bbr-right {
  border-radius: 0 0 6px 0 !important;
}

.table td a {
  color: #539100;
  text-decoration: underline;
}

.table td a:hover {
  color: #539100;
  text-decoration: none;
}

.addchecks {
  background: #fff;
}

.addchecks__container {
  padding: 90px 100px;
  max-width: 970px;
  margin: 0 auto;
}

.addchecks__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #000000;
}

.addchecks__subtitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.addchecks-list {
  margin-top: 30px;
}

.addchecks-list__item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgba(34, 36, 41, 0.2);
}

.addchecks-list__item:first-child {
  margin-top: 0;
}

.addchecks-list__item-svg {
  width: 64px;
  height: 64px;
}

.addchecks-list__item-right {
  margin-left: 30px;
  width: calc(100% - 95px);
}

.addchecks-list__item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

.addchecks-list__item-info {
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
}

.addchecks-list__item-bottom {
  margin-top: 35px;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
}

.analysis {
  padding-top: 85px;
  padding-bottom: 100px;
  background: #FAFAFA;
}

.analysis__container {
  max-width: 970px;
  margin: 0 auto;
}

.analysis__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #000000;
}

.analysis__info {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.analysis__img {
  margin: 25px auto 0;
  width: 100%;
  max-width: 822px;
}

.analysis__img img {
  max-width: 100%;
}

.analysis__attention {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 41, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.analysis__attention-svg {
  width: 32px;
  height: 32px;
}

.analysis__attention-text {
  margin-left: 20px;
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.faq {
  background: #fff;
}

.faq__container {
  padding: 90px 100px 100px;
  max-width: 1170px;
  margin: 0 auto;
}

.faq__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #000000;
}

.faq-list {
  margin-top: 50px;
}

.faq-list__item {
  margin-top: 40px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid rgba(34, 36, 41, 0.12);
}

.faq-list__item:first-child {
  margin-top: 0;
}

.faq-list__item-icon {
  margin-left: 6px;
  width: 44px;
  padding-top: 16px;
  font-size: 44px;
}

.faq-list__item-info {
  margin-left: 55px;
}

.faq-list__item-title {
  font-weight: 600;
}

.faq-list__item-description {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1251px) {
  .page-intro .page-intro__header {
    margin-top: 40px;
  }
}

@media (max-width: 1240px) {
  .banner2 {
    min-height: auto;
    padding-bottom: 0;
  }

  .banner2__container {
    padding: 0 20px;
  }

  .description {
    margin-bottom: 0;
  }

  .description__container {
    top: 0;
    padding: 30px 20px;
  }

  .mainchecks {
    padding: 30px 20px;
  }

  .addchecks__container {
    padding: 80px 20px 40px;
  }

  .analysis {
    padding: 30px 20px 40px;
  }

  .faq__container {
    padding: 40px 20px;
  }
}

@media (max-width: 1024px) {
  .banner2-body {
    width: 100vw;
    overflow-x: auto;
  }

  .banner2-body__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mainchecks {
    width: 100vw;
    overflow-x: auto;
  }

  .mainchecks-table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mainchecks-table__header {
    width: 970px;
  }

  .mainchecks-table__body {
    width: 970px;
  }
}

@media (max-width: 960px) {
  .description__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .description__text_first {
    width: 100%;
  }

  .description__text_last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .description__text {
    font-size: 15px;
    line-height: 24px;
  }

  .description__img {
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .verifications__container {
    padding: 30px 20px;
  }

  .analysis__img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .banner2-header__title {
    font-size: 26px;
    line-height: 34px;
  }

  .verifications__title {
    font-size: 26px;
    line-height: 34px;
  }

  .verifications__subtitle {
    font-size: 15px;
    line-height: 24px;
  }

  .verifications__list {
    margin-top: 30px;
  }

  .verifications__list-item {
    margin-top: 30px;
  }

  .verifications__list-number {
    margin-left: 10px;
  }

  .verifications__list-text {
    margin-left: 40px;
    font-size: 15px;
    line-height: 24px;
  }

  .mainchecks__title {
    font-size: 26px;
    line-height: 34px;
  }

  .mainchecks__subtitle {
    font-size: 15px;
    line-height: 24px;
  }

  .addchecks__title {
    font-size: 26px;
    line-height: 34px;
  }

  .addchecks__subtitle {
    font-size: 15px;
    line-height: 24px;
  }

  .addchecks-list__item {
    margin-top: 30px;
  }

  .addchecks-list__item-title {
    font-size: 15px;
    line-height: 24px;
  }

  .addchecks-list__item-info {
    font-size: 15px;
    line-height: 24px;
  }

  .addchecks-list__item-bottom {
    font-size: 15px;
    line-height: 24px;
  }

  .analysis__title {
    font-size: 26px;
    line-height: 34px;
  }

  .analysis__info {
    font-size: 15px;
    line-height: 24px;
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .analysis__attention-text {
    font-size: 15px;
    line-height: 24px;
  }

  .faq__title {
    font-size: 26px;
    line-height: 34px;
  }

  .faq-list {
    margin-top: 10px;
  }

  .faq-list__item {
    margin-top: 30px;
    font-size: 15px;
    line-height: 24px;
  }

  .faq-list__item-icon {
    margin-left: 0;
  }

  .faq-list__item-info {
    margin-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .overflow-auto {
    width: 100%;
    overflow: auto;
  }

  .page-intro.fixed {
    padding-top: 320px;
  }

  .page-intro {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 400px) {
  .description__img {
    width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
}

@media (max-width: 767.98px){
  .description__img img,
  .analysis__img img
  {
    width: 60%;
    height: auto;
    margin: auto;
    display: block;
  }
}

@media (max-width: 420px) {
  .description__img img,
  .analysis__img img
  {
    width: 100%;
    height: 100%;
  }
}

/* .block-nav fix */

.block-nav {
  width: 1000px;
  margin: auto;
  margin-top: 10px;
}
.block-nav-container.is-fixed .block-nav {
  width: 1125px;
}
.block-nav-container.is-fixed .block-nav__item {
  border-bottom: 4px solid transparent;
}

.block-nav-container.is-fixed {
  min-height: auto;
}

.block-nav-container.is-fixed .block-nav__item:hover,
.block-nav-container.is-fixed .block-nav__item.active {
  border-bottom: 4px solid #539100;
}

/* FIX margins & paddings (start) */

.description__container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.description {
  margin-bottom: 60px;
}

.verifications__container {
  padding-top: 40px;
  padding-bottom: 60px;
}
.mainchecks {
  padding-top: 40px;
  padding-bottom: 60px;
}
.addchecks__container {
  padding-top: 40px;
  padding-bottom: 60px;
}
.analysis {
  padding-top: 40px;
  padding-bottom: 60px;
}
.faq__container {
  padding-top: 40px;
  padding-bottom: 60px;
}
.faq-list {
  margin-top: 40px;
}
.table td {
  line-height: 1.2em;
}

.page-intro__header .row.mt-10 {
  margin-top: 0px!important;
}
.block-nav {
  margin-top: 0;
}

.video-container.center {
  margin-top: 10px;
}
.video-container .above {
  margin-bottom: -17px;
}
.description__container {
  padding-bottom: 0px;
}

@media (max-width: 900px) {
  .video-container.center {
    margin-top: -20px;
  }
}

@media (max-width: 576px) {

  .video-container.center {
    margin-top: -1px!important;
    margin-bottom: 0px!important;
  }
  .video-container .above {
    margin-bottom: 6px;
  }

  .description__container {
    padding: 10px 20px 0;
  }
  .description__text.description__text_first {
    white-space: initial;
  }
  .description__text.description__text_first strong {
    display: block;
    margin-bottom: 10px;
  }
  .description__img {
    margin-top: 10px;
  }
  .verifications__container  {
    padding-top: 0;
    padding-bottom: 0;
  }
  .verifications__subtitle {
    padding-top: 0px;
    margin-top: 5px;
  }
  .verifications__list, .verifications__list-item {
    margin-top: 10px;
  }
  .verifications__list-item {
    padding-bottom: 10px;
  }
  .mainchecks {
    padding: 10px 20px;
  }
  .mainchecks__subtitle {
    margin-top: 10px;
  }
  .mainchecks-table {
    margin-top: 15px;
  }
  .addchecks__container {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .addchecks__subtitle {
    margin-top: 5px;
  }
  .addchecks-list {
    margin-top: 5px;
  }
  .addchecks-list__item-bottom {
    margin-top: 5px;
  }
  .addchecks-list__item {
    padding-bottom: 10px;
    margin-top: 10px;
  }
  .addchecks-list__item-info {
    margin-top: 5px;
  }
  .analysis {
    padding-top: 5px;
    padding-bottom: 18px;
  }
  .analysis__info {
    margin-top: 10px;
    text-align: left;
  }
  .analysis__img {
    margin-top: 5px;
  }
  .analysis__attention {
    margin-top: 10px;
    padding: 10px 20px 17px;
  }
  .faq__container {
    padding: 0px 20px 20px;
  }
  .faq-list__item-description {
    margin-top: 5px;
  }
  .faq-list__item {
    padding-bottom: 10px;
    margin-top: 5px;
  }
  .description__text_last {
    white-space: initial;
    margin-top: 10px;
  }
  .table {
    width: 662px;
  }
  .table th {
    height: 55px;
    font-size: 16px;
  }
  .table td {
    font-size: 16px;
    min-height: 70px;
    height: 70px;
    padding: 8px 25px;
  }
  .page-intro .h1 {
    font-size: 27px;
    line-height: 1.2em;
    margin-top: 10px;
  }

  .page-intro .page-intro__header {
    margin-top: 25px;
  }
  .page-intro .h1 {
    margin-top: 2px;
    margin-bottom: 15px;
    line-height: 1em;
  }
  .block-nav {
    margin-top: 0;
  }
  .block-nav li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2em;
  }
  .block-nav li svg {
    margin-bottom: 0;
    max-width: 35px;
    max-height: 35px;
  }
  .ya-share2-icons {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .page-intro .autor, .page-intro .date {
    line-height: 22px;
  }

  .overflow-auto {
    margin-left: -20px;
    padding-left: 20px;
    width: calc(100% + 40px);
    padding-bottom: 15px;
  }
  .addchecks__container {
    padding-top: 0;
  }
  .mainchecks {
    padding-bottom: 0;
  }

}

/* FIX margins & paddings (end) */


@media (max-width: 576px){
  #related-articles .icon__globe {
    display: none;
  }
  #related-articles .heading-two {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .related-articles {
    padding: 5px 0 5px;
  }
  #faq {
    padding-top: 10px
  }
}

.page-intro .h1 {
  margin-bottom: 15px;
}
.block-nav-container.is-fixed {
    z-index: 39;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    min-height: none;
    background-color: #f3f7f2;
    border-bottom: 1px solid rgba(34, 36, 41, .12);
    margin-top: 0;
}
