/*@import "default";*/
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.clearfix:after {
  content: '';
  clear: both;
  display: table; }

body,
input,
textarea,
a,
label {
  font-size: 16px;
  font-family: 'Roboto', sans-serif; }

.wrapper {
  margin: 0 auto;
  max-width: 1200px; }

.analyst__flex > div {
  width: 50%; }

.flex__block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between; }

.border-left {
  border-left: 2px solid #373737; }

.border-right {
  border-right: 2px solid #373737; }

.border-last-none:before {
  width: calc(100% - 10px) !important; }

.border-bottom-none {
  position: relative; }
  .border-bottom-none:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -3px;
    background: #ffffff;
    height: calc(50% + 4px);
    width: 4px;
    z-index: 1; }

.border-top-none {
  position: relative; }
  .border-top-none:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -3px;
    background: #ffffff;
    height: calc(50% + 4px);
    width: 4px;
    z-index: 1; }

.analyst {
  padding: 40px 0; }
  .analyst__top {
    text-align: center; }
    .analyst__top span {
      background: #27405a;
      padding: 10px 20px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      color: #ffffff;
      display: inline-block; }
  .analyst__block {
    /*	padding: 15px 0;*/ }
    .analyst__block--one {
      			/*.border-left{
      				border-color: #00aa9e;
      			}
      
      			.border-right{
      				border-color: #00aa9e;
      			}*/ }
      .analyst__block--one .analyst__item--title {
        /*&:before {
        	background: #00aa9e;
        }*/ }
        .analyst__block--one .analyst__item--title a,
        .analyst__block--one .analyst__item--title span {
          background: #00aa9e;
          color: #ffffff; }
    .analyst__block--two {
      padding: 0 !important; }
      .analyst__block--two .analyst__item--title a,
      .analyst__block--two .analyst__item--title span {
        color: #000000;
        background: #ebebeb; }
    .analyst__block--tree {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .analyst__block--tree .analyst__item--title a,
      .analyst__block--tree .analyst__item--title span {
        color: #000000;
        background: #ebebeb; }
  .analyst a {
    text-decoration: none; }
  .analyst__item {
    padding: 5px 0; }
    .analyst__item--title {
      padding: 0 10px;
      height: 30px;
      position: relative;
      display: block; }
      .analyst__item--title:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        background: #27405a;
        width: 100%;
        height: 2px;
        z-index: 1; }
      .analyst__item--title span {
        position: relative;
        top: 25%;
        z-index: 1;
        padding: 5px 10px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; }
  .analyst__text {
    text-align: center; }

.analyst__right {
  border-left: 1px solid #373737; }
  .analyst__right .border-last-none:before {
    left: 0;
    right: auto; }

.analyst__left {
  border-right: 1px solid #373737; }
  .analyst__left .flex__block {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start; }
  .analyst__left .border-last-none:before {
    right: 0;
    left: auto; }

.analyst__right .flex__block {
  align-items: center;
  justify-content: flex-start; }
.analyst__right .border-bottom-none:after {
  left: -3px; }
.analyst__right .border-top-none:after {
  left: -3px; }
.analyst__right .analyst__block--tree {
  align-items: flex-start; }

/* новое от меня */
.header-text {
    text-align: justify;
    background-color: #fdf4e3;
    border-radius: 10px;
    padding: 20px;
}
/*# sourceMappingURL=style.css.map */
