/* Footer----------------------------------------------------------- * / */
.footer {
  background-color: #1e1f23;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  padding: 58px 0;
  line-height: 1.1; }
  @media (max-width: 1024px) {
    .footer {
      padding: 46px 0; } }
  @media (max-width: 767px) {
    .footer {
      padding: 25px 0; } }
  .footer .footer-accardion .footer-accardion-sub {
    padding-top: 12px;
    padding-bottom: 3px; }
    .footer .footer-accardion .footer-accardion-sub li {
      margin-bottom: 14px; }
      .footer .footer-accardion .footer-accardion-sub li:last-child {
        margin-bottom: 0; }
    .footer .footer-accardion .footer-accardion-sub a {
      font-size: 14px;
      color: var(--white);
      border-bottom: 2px solid transparent; }
      .footer .footer-accardion .footer-accardion-sub a:hover {
        text-decoration: none;
        border-bottom-color: var(--white); }
  .footer .footer-accardion .footer-accardion-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--hight--green); }
    .footer .footer-accardion .footer-accardion-link.-active i {
      transform: rotate(-180deg); }
    .footer .footer-accardion .footer-accardion-link i {
      transition: all 0.4s ease-out;
      color: var(--white);
      margin-left: 15px;
      font-size: 0.7em; }
    .footer .footer-accardion .footer-accardion-link span {
      border-bottom: 2px solid transparent; }
    .footer .footer-accardion .footer-accardion-link:hover {
      text-decoration: none; }
      .footer .footer-accardion .footer-accardion-link:hover span {
        border-bottom-color: var(--hight--green); }
  .footer .footer-accardion > li {
    margin-bottom: 24px; }
    .footer .footer-accardion > li:last-child {
      margin-bottom: 0; }
  .footer .footer-mob-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start; }
  @media (max-width: 767px) {
    .footer .footer-mob-show {
      display: block; } }
  @media (max-width: 767px) {
    .footer .footer-mob-hide {
      display: none; } }
  @media (max-width: 1024px) {
    .footer .footer-col1 {
      display: block; }
      .footer .footer-col1 .flex-row-item {
        width: 100%;
        margin-bottom: 85px; } }
  .footer .footer-col1 .flex-row-item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .footer .footer-col {
    margin-bottom: 98px; }
    @media (max-width: 1024px) {
      .footer .footer-col {
        margin-bottom: 65px; }
        .footer .footer-col .flex-row-item {
          width: 33.33%; } }
    @media (max-width: 1024px) and (max-width: 767px) {
      .footer .footer-col .flex-row-item {
        display: none; } }
    @media (max-width: 1024px) {
          .footer .footer-col .flex-row-item:first-child {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: flex-end;
            width: 100%;
            margin-bottom: 96px; } }
      @media (max-width: 1024px) and (max-width: 767px) {
        .footer .footer-col .flex-row-item:first-child {
          margin-bottom: 0;
          display: flex; } }
    @media (max-width: 767px) {
      .footer .footer-col {
        margin-bottom: 26px; } }
  .footer .footer-subnav.-col {
    flex: 1;
    margin-bottom: 28px;
    margin-top: 28px;
    width: 100%;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 15px;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px; }
    @media (max-width: 1024px) {
      .footer .footer-subnav.-col {
        margin-bottom: 51px; } }
  .footer .footer-subnav a {
    color: var(--white);
    border-bottom: 2px solid transparent; }
    .footer .footer-subnav a:hover {
      border-bottom-color: var(--white);
      text-decoration: none; }
  .footer .footer-subnav li {
    margin-bottom: 29px; }
    @media (max-width: 1024px) {
      .footer .footer-subnav li {
        margin-bottom: 25px; } }
    .footer .footer-subnav li:last-child {
      margin-bottom: 0; }
  .footer .footer-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 29px;
    color: var(--hight--green); }
  @media (max-width: 767px) {
    .footer .footer-social.-mod {
      display: block;
      margin-top: -5px; }
      .footer .footer-social.-mod .footer-social-item {
        display: block;
        margin: 0;
        margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .footer .footer-social {
      display: none; } }
  .footer .footer-social .footer-social-item {
    display: inline-flex;
    margin-right: 25px; }
    @media (max-width: 1024px) {
      .footer .footer-social .footer-social-item {
        margin-right: 0;
        margin-left: 25px; } }
    .footer .footer-social .footer-social-item:hover {
      transform: scale(1.09); }
    .footer .footer-social .footer-social-item svg {
      width: 30px;
      height: 30px; }
  .footer .footer-nav {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 1024px) {
      .footer .footer-nav {
        flex: 1;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -24px; } }
    @media (max-width: 767px) {
      .footer .footer-nav {
        width: 100%;
        margin-bottom: 0; } }
    .footer .footer-nav .footer-nav-item {
      margin-bottom: 29px; }
      @media (max-width: 1024px) {
        .footer .footer-nav .footer-nav-item {
          width: 33.33%;
          margin-bottom: 27px; } }
      @media (max-width: 767px) {
        .footer .footer-nav .footer-nav-item {
          width: 50%; } }
    .footer .footer-nav .footer-nav-link {
      text-transform: uppercase;
      font-weight: bold;
      border-bottom: 2px solid transparent; }
      .footer .footer-nav .footer-nav-link:hover {
        border-bottom-color: var(--hight--green);
        text-decoration: none; }
  .footer .footer-copy {
    text-align: center;
    margin-top: 95px;
    color: var(--hight--green); }
    @media (max-width: 767px) {
      .footer .footer-copy {
        line-height: 1.3;
        margin-top: 50px; } }
  .footer .footer-lang {
    position: relative;
    margin-left: 15px; }
    @media (max-width: 1024px) {
      .footer .footer-lang {
        order: 2; } }
    .footer .footer-lang .footer-lang-btn {
      position: relative;
      z-index: 2;
      cursor: pointer;
      text-transform: uppercase;
      color: var(--hight--green);
      border-bottom: 2px solid transparent; }
      .footer .footer-lang .footer-lang-btn:hover {
        border-bottom-color: var(--hight--green); }
      .footer .footer-lang .footer-lang-btn.-active .icon {
        top: -1px;
        transform: rotate(-180deg); }
      .footer .footer-lang .footer-lang-btn.-active + .langs {
        visibility: visible; }
        @media (max-width: 1024px) {
          .footer .footer-lang .footer-lang-btn.-active + .langs {
            display: block; } }
        .footer .footer-lang .footer-lang-btn.-active + .langs .langs-item {
          transform: none;
          transition: transform 0.4s ease-out; }
    .footer .footer-lang .icon {
      position: relative;
      margin-left: 5px;
      font-size: 0.6em;
      transition: all 0.4s ease-out; }
    .footer .footer-lang .langs {
      transition: none;
      visibility: hidden;
      width: 275px;
      position: absolute;
      right: -21px;
      top: -21px;
      border: solid 2px var(--hight--green);
      background-color: #1e1f23;
      z-index: 1;
      left: auto;
      opacity: 1;
      pointer-events: auto;
      padding: 65px 16px 20px 20px;
      box-shadow: none; }
      .footer .footer-lang .langs .langs-list {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-gap: 10px;
        -moz-column-gap: 10px;
        -webkit-column-gap: 10px; }
      .footer .footer-lang .langs .langs-item {
        opacity: 1;
        margin-right: 0;
        transition: none; }
      .footer .footer-lang .langs .langs-link {
        color: var(--white);
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4; }
  .footer .footer-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px; }
    @media (max-width: 1024px) {
      .footer .footer-top {
        margin-bottom: 47px; } }
    @media (max-width: 767px) {
      .footer .footer-top {
        margin-bottom: 35px; } }
  .footer .footer-made {
    font-style: italic;
    justify-items: flex-start;
    flex: 1;
    position: relative;
    top: -2px; }
    @media (max-width: 767px) {
      .footer .footer-made {
        margin-top: 15px;
        max-width: 100%;
        min-width: 100%;
        order: 3;
        text-align: center; } }
    @media (max-width: 767px) {
      .footer .footer-made {
        margin-top: 18px; } }
  .footer .footer-logo {
    margin-right: 69px; }
    @media (max-width: 1024px) {
      .footer .footer-logo {
        margin-right: 31px; } }
  .footer .footer-center {
    position: relative;
    margin: 0 auto; }

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