.home__auth__wrap {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 576px) {
    .home__auth__wrap {
      text-align: center; } }
  .home__auth__wrap .enter__site, .home__auth__wrap .registration {
    line-height: 3;
    text-align: center; }
    @media (max-width: 576px) {
      .home__auth__wrap .enter__site, .home__auth__wrap .registration {
        text-align: center; } }
    .home__auth__wrap .enter__site a, .home__auth__wrap .registration a {
      background: #ff6200;
      padding: 10px 10px;
      border-radius: 10px;
      align-self: center;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.2rem;
      cursor: pointer; }
  @media (min-width: 768px) {
    .home__auth__wrap .enter__site {
      text-align: right; } }
  @media (max-width: 576px) {
    .home__auth__wrap .enter__site {
      margin: 0 0 10px 0; } }
  @media (min-width: 768px) {
    .home__auth__wrap .registration {
      text-align: left; } }
  .home__auth__wrap .version__site {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 576px) {
      .home__auth__wrap .version__site {
        margin-bottom: 10px; } }
    .home__auth__wrap .version__site div {
      display: flex;
      justify-content: center; }
      .home__auth__wrap .version__site div div {
        border: 1px solid #aeadad;
        border-radius: 10px;
        text-align: center;
        padding: 4px 30px;
        font-size: 14px; }
    .home__auth__wrap .version__site p {
      line-height: 1;
      color: #2e2e2e; }

.article__home {
  margin: 17px 0 0 0; }
  .article__home .article__title h2 {
    text-align: center; }
  .article__home .row .article__wrap {
    margin-bottom: 25px; }
    .article__home .row .article__wrap a .article__item {
      border-bottom: 1px solid #ff6200; }
      .article__home .row .article__wrap a .article__item h4 {
        color: #000; }
      .article__home .row .article__wrap a .article__item p {
        color: #000; }
    .article__home .row .article__wrap a:hover {
      text-decoration: none; }

.home .reset__password {
  margin: 8px 108px 0 0; }
  @media (max-width: 576px) {
    .home .reset__password {
      margin: 0; } }
  .home .reset__password a {
    color: #000;
    font-weight: bold;
    font-size: 20px; }
.home .news__wrap {
  margin: 30px 0 0 0; }
  .home .news__wrap .news__title h2 {
    text-align: center; }
  .home .news__wrap div .news__item__wrap a {
    color: #000; }
    .home .news__wrap div .news__item__wrap a .news__item {
      border-bottom: 1px solid #ff6200; }
      .home .news__wrap div .news__item__wrap a .news__item h4 {
        font-size: 1.2rem; }
    .home .news__wrap div .news__item__wrap a:hover {
      text-decoration: none; }
.home .home__info__block {
  margin-bottom: 60px; }
  @media (max-width: 576px) {
    .home .home__info__block {
      margin: 10px; } }

.blog__page {
  text-align: center; }
  .blog__page a {
    background: #ff6200;
    padding: 10px 45px;
    border-radius: 10px;
    align-self: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s; }
    .blog__page a:hover {
      text-decoration: none;
      color: #000;
      transition: 0.3s; }

.info__home__page {
  margin: 10px 0 0 0; }
  .info__home__page .title h1 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff6200;
    text-align: center; }
  .info__home__page .description__wrap {
    margin-bottom: 60px; }
    @media (max-width: 576px) {
      .info__home__page .description__wrap {
        margin-bottom: 5px; } }
    .info__home__page .description__wrap .desc__item {
      display: flex;
      position: relative; }
      @media (max-width: 768px) {
        .info__home__page .description__wrap .desc__item {
          flex-wrap: wrap; } }
      .info__home__page .description__wrap .desc__item__block__name {
        border-bottom: 95px solid #ff6200;
        border-left: 24px solid transparent;
        border-right: 24px solid transparent;
        height: 0;
        width: 240px;
        margin: 8px 0 0 0;
        z-index: 2;
        box-shadow: 0 13px 5px -5px rgba(161, 85, 0, 0.6); }
        @media (max-width: 768px) {
          .info__home__page .description__wrap .desc__item__block__name {
            margin: 0 auto; } }
        .info__home__page .description__wrap .desc__item__block__name a {
          text-align: center; }
          .info__home__page .description__wrap .desc__item__block__name a h2 {
            color: #fff;
            text-transform: uppercase;
            margin: 15px 0 0 0;
            padding: 0;
            font-size: 26px; }
          .info__home__page .description__wrap .desc__item__block__name a:hover {
            text-decoration: none; }
      .info__home__page .description__wrap .desc__item__block__text {
        background: #ff8940;
        width: 478px;
        margin: 0 0 0 -75px;
        padding: 8px 10px 5px 90px;
        z-index: 0;
        right: 0;
        min-height: 115px; }
        @media (max-width: 768px) {
          .info__home__page .description__wrap .desc__item__block__text {
            margin: 10px auto;
            padding: 15px 5px;
            min-height: 15px;
            width: 100%; } }
        .info__home__page .description__wrap .desc__item__block__text a p {
          color: #000;
          text-transform: uppercase;
          margin: 0;
          padding: 0;
          font-weight: 400;
          text-align: justify; }
        .info__home__page .description__wrap .desc__item__block__text a:hover {
          text-decoration: none; }
      .info__home__page .description__wrap .desc__item:nth-child(even) .desc__item__block__text {
        background: #ffa873; }

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