.footer {
  position: relative;
  z-index: 15;
  overflow: hidden; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #B0B0B0; }

.footer-top {
  background-color: #272a33; }
  @media (max-width: 767px) {
    .footer-top {
      background-color: #fff; } }
  .footer-top__wrap {
    padding-left: 16px;
    padding-right: 16px;
    display: flex; }
    @media (max-width: 1249px) {
      .footer-top__wrap {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .footer-top__wrap {
        padding: 0px; } }

.footer-bottom {
  background-color: #000; }

.footer-menu {
  padding-top: 35px;
  padding-bottom: 39px;
  display: flex;
  width: 100%; }
  @media (max-width: 1249px) {
    .footer-menu {
      order: 2;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .footer-menu {
      flex-direction: column;
      padding-top: 12px;
      padding-bottom: 0px; } }
  .footer-menu__title {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 1.14286; }
    @media (max-width: 767px) {
      .footer-menu__title {
        color: #000;
        font-weight: normal;
        font-size: 12px;
        position: relative; } }
    @media (max-width: 575px) {
      .footer-menu__title {
        font-size: 10px; } }
  .footer-menu__title-icon {
    width: 9px;
    height: 9px;
    position: absolute;
    left: -15px;
    top: 10%;
    transition: .3s; }
    .footer-menu__title-icon:after {
      transition: all 0.3s ease;
      position: absolute;
      content: "";
      width: 1px;
      top: 0;
      bottom: 0;
      left: 4px;
      background-color: #26c193; }
    .footer-menu__title-icon:before {
      position: absolute;
      content: "";
      height: 1px;
      left: 0;
      right: 0;
      top: 4px;
      background-color: #26c193; }
  .footer-menu__nav {
    padding-right: 43px; }
    @media (max-width: 767px) {
      .footer-menu__nav {
        padding: 7px 0px;
        padding-left: 30px;
        border-top: 1px dotted #000; }
        .footer-menu__nav:last-child {
          border-bottom: 1px dotted #000; } }
    @media (max-width: 767px) {
      .footer-menu__nav .nav--footer {
        transition: all 0.3s ease;
        max-height: 0px;
        overflow: hidden; } }
    @media (max-width: 767px) {
      .footer-menu__nav.active .nav--footer {
        max-height: 500px; } }
    .footer-menu__nav.active .footer-menu__title-icon:after {
      position: absolute;
      content: "";
      bottom: 100%; }
  .footer-menu .open .footer-menu__title-icon {
    transform: rotate(90deg); }

.footer-subscribe {
  width: 100%;
  max-width: 316px;
  position: relative; }
  .footer-subscribe.success {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-subscribe.success .footer-subscribe__bg {
      display: none; }
    .footer-subscribe.success form {
      display: none; }
  @media (max-width: 1449px) {
    .footer-subscribe {
      max-width: 260px; } }
  @media (max-width: 1249px) {
    .footer-subscribe {
      order: 1;
      max-width: none; } }
  @media (max-width: 767px) {
    .footer-subscribe {
      display: none; } }
  .footer-subscribe:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 11px;
    left: 19px;
    right: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/html/images/subscribe-bg.png");
    z-index: 10; }
    @media (max-width: 1249px) {
      .footer-subscribe:before {
        background-repeat: repeat-x;
        width: 100vw;
        left: calc((100vw - 100%) / 2 * -1); } }
  .footer-subscribe:after {
    position: absolute;
    content: "";
    bottom: 0px;
    height: 11px;
    left: 19px;
    right: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/html/images/subscribe-bg.png"); }
    @media (max-width: 1249px) {
      .footer-subscribe:after {
        background-repeat: repeat-x;
        width: 100vw;
        left: calc((100vw - 100%) / 2 * -1); } }
  @media (max-width: 1249px) {
    .footer-subscribe__bg {
      top: 0;
      position: absolute;
      height: 100%;
      z-index: 0;
      background: #1e2dfa;
      width: 100vw;
      left: calc((100vw - 100%) / 2 * -1); } }
  .footer-subscribe__title {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.1875;
    text-align: center;
    color: #fff;
    margin-bottom: 13px; }
  .footer-subscribe__input {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
  .footer-subscribe__submit {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 160px; }
    .footer-subscribe__submit .btn.btn--icon {
      width: 100%;
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .footer-subscribe__submit:hover .btn.btn--icon {
        opacity: 0.75;
        border-color: #b0b0b0; } }

@media (max-width: 767px) {
  .footer .footer-subscribe.success {
    display: none; } }

.footer-subscribe.modal-subscribe {
  max-width: none; }

.footer-social {
  width: 100%;
  max-width: 286px;
  display: flex;
  padding: 31px 0px 25px 0px;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 767px) {
    .footer-social {
      padding: 18px 0px 13px 0px; } }
  @media (max-width: 1449px) {
    .footer-social {
      max-width: 260px; } }
  @media (max-width: 1249px) {
    .footer-social {
      order: 3;
      max-width: none; } }
  @media (max-width: 767px) {
    .footer-social__img {
      max-width: 138px; } }
  .footer-social__list {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .footer-social__list {
        margin-top: 7px; } }
  .footer-social__list-item {
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .footer-social__list-item:not(:last-child) {
        margin-right: 7px; } }
    .footer-social__list-item .icon {
      fill: #fff; }
      @media (max-width: 767px) {
        .footer-social__list-item .icon {
          fill: #231f20;
          max-width: 24px;
          max-height: 24px; } }
    @media (min-width: 1024px) {
      .footer-social__list-item:hover {
        cursor: pointer; }
        .footer-social__list-item:hover .icon {
          fill: #b0b0b0; } }
  .footer-social__sub {
    margin-top: auto;
    font-size: 12px;
    color: #fff; }
    @media (max-width: 575px) {
      .footer-social__sub {
        position: absolute;
        bottom: 13px;
        left: 15px; } }
    @media (max-width: 575px) {
      .footer-social__sub {
        font-size: 10px;
        left: 9px; } }

.footer-bottom {
  background-color: #1a1a1a;
  height: 40px;
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .footer-bottom {
      padding: 5px 0; } }
  .footer-bottom__dev {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .footer-bottom__dev {
        font-size: 12px; } }
    @media (max-width: 575px) {
      .footer-bottom__dev {
        display: block;
        font-size: 10px; } }
  .footer-bottom__wrap {
    padding: 0px 16px; }
    @media (max-width: 575px) {
      .footer-bottom__wrap {
        display: flex;
        justify-content: flex-end; } }
    @media (max-width: 575px) {
      .footer-bottom__wrap {
        padding: 0px; } }

.footer-subscribe-mobile {
  display: none; }
  @media (max-width: 767px) {
    .footer-subscribe-mobile {
      display: flex;
      margin: auto;
      margin-top: 20px;
      justify-content: center;
      padding: 7px 15px 9px 15px;
      background-color: #1e2dfa;
      font-size: 14px;
      color: #fff; } }
  @media (max-width: 767px) and (max-width: 575px) {
    .footer-subscribe-mobile {
      font-size: 10px; } }

.modal-subscribe:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0; }

.modal-subscribe:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0; }

.modal-subscribe .footer-subscribe__bg {
  width: 100%;
  left: 0; }

@media (max-width: 767px) {
  .modal-subscribe {
    display: block; } }
