/* footer */
.footer {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 0 10px 0;
  background: #ff6200; }
  .footer__up-line {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 5px;
    background: #a63f00; }
  .footer__body {
    width: 100%; }
    .footer__body .registration-footer,
    .footer__body .menu-footer {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer__body .registration-footer__title,
      .footer__body .menu-footer__title {
        margin: 0;
        width: 270px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        background: #a63f00;
        font-size: 24px;
        text-transform: uppercase;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px; }
      .footer__body .registration-footer__wrap-link,
      .footer__body .menu-footer__wrap-link {
        width: 250px;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        @media (max-width: 576px) {
          .footer__body .registration-footer__wrap-link,
          .footer__body .menu-footer__wrap-link {
            height: auto; } }
        .footer__body .registration-footer__wrap-link .registration-footer__link,
        .footer__body .registration-footer__wrap-link .menu-footer__link,
        .footer__body .menu-footer__wrap-link .registration-footer__link,
        .footer__body .menu-footer__wrap-link .menu-footer__link {
          line-height: 2;
          font-size: 17px;
          text-align: right;
          color: #ffffff;
          text-decoration: underline; }
      .footer__body .registration-footer .menu-footer__wrap-link,
      .footer__body .menu-footer .menu-footer__wrap-link {
        justify-content: space-between;
        align-items: center; }
      .footer__body .registration-footer ._second-column,
      .footer__body .menu-footer ._second-column {
        margin-top: 45px;
        width: 210px;
        height: 110px; }
    @media (max-width: 576px) {
      .footer__body .registration-footer {
        justify-content: left;
        align-items: flex-start; } }
    @media (max-width: 576px) {
      .footer__body .registration-footer .registration-footer__title {
        background: transparent;
        justify-content: left; } }
    @media (max-width: 576px) {
      .footer__body .menu-footer {
        align-items: flex-start; } }
    .footer__body .menu-footer:nth-child(3) .menu-footer__wrap-link {
      margin-top: 0; }
    @media (max-width: 576px) {
      .footer__body .menu-footer .menu-footer__title {
        background: transparent;
        justify-content: left; } }
    @media (max-width: 576px) {
      .footer__body .menu-footer .menu-footer__wrap-link {
        justify-content: left;
        align-items: flex-start;
        height: auto; } }
  .footer .footer-logo {
    display: flex;
    justify-content: center; }
    .footer .footer-logo .footer-logo__img {
      margin-top: -60px;
      width: 165px;
      height: 155px; }
      @media (max-width: 576px) {
        .footer .footer-logo .footer-logo__img {
          display: none; } }
  .footer__down-line {
    margin: 20px 0 0 0;
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a63f00; }
    .footer__down-line .copyright {
      margin: 0;
      font-size: 20px;
      text-transform: uppercase;
      color: #ffffff; }

.add__menu__wrap {
  position: fixed;
  right: 0;
  top: 35%; }
  .add__menu__wrap .title {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px; }
    .add__menu__wrap .title div {
      align-self: center; }
    .add__menu__wrap .title .icon {
      margin-right: 5px; }
      .add__menu__wrap .title .icon img {
        width: 20px;
        height: auto; }
    .add__menu__wrap .title .text {
      text-transform: uppercase;
      color: #ff6200;
      font-style: italic; }
  .add__menu__wrap .item__wrap .item {
    display: flex;
    position: relative;
    right: -103px;
    transition: .2s all; }
    .add__menu__wrap .item__wrap .item:hover {
      right: 0;
      transition: .2s all; }

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