.footer {
  background-color: #0b1b26;
  color: white; }
  .footer > .__wrap {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 0; }
    .footer > .__wrap * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .footer__base {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .footer__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .footer__sub {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .footer__line {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .footer__agreement {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .footer.f__simple {
    background-color: white;
    color: black;
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .footer.f__simple:before {
      content: '';
      display: block;
      margin-bottom: 30px;
      height: 1px;
      background-color: #e0e0e0;
      max-width: 570px; }
      @media (max-width: 629px) {
        .footer.f__simple:before {
          width: calc(100% - 60px);
          min-width: 290px; } }
      @media (max-width: 349px) {
        .footer.f__simple:before {
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 350px) and (max-width: 629px) {
        .footer.f__simple:before {
          margin-left: 30px;
          margin-right: 30px; } }
      @media (min-width: 630px) {
        .footer.f__simple:before {
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
  @media (max-width: 1199px) {
    .footer__main .footer__apps {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .footer__main .footer__buttons {
      width: 100%;
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; } }
  @media (max-width: 767px) {
    .footer {
      padding: 30px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer {
      padding: 60px 0 30px 0; }
      .footer__main .footer__apps {
        padding-bottom: 0; } }
  @media (min-width: 992px) {
    .footer {
      padding: 60px 0; }
      .footer__main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
        .footer__main .main__item {
          width: calc((100% - 3 * 30px) / 4); }
          .footer__main .main__item.columns-2 {
            width: calc((100% - 3 * 30px) / 2); } }
  @media (min-width: 1200px) {
    .footer__main .footer__apps {
      width: calc(3 * (100% - 3 * 30px) / 4 + 60px);
      padding-right: 30px; }
    .footer__main .footer__buttons {
      width: calc((100% - 3 * 30px) / 4); } }

.footer__apps {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #bdbdbd;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  vertical-align: top; }
  .footer__apps .app {
    display: -webkit-inline-box;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    vertical-align: top; }
    .footer__apps .app__title {
      color: white;
      margin-bottom: 10px;
      width: 100%;
      text-decoration: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .footer__apps .app__title:hover {
        color: #bdbdbd; }
    .footer__apps .app__desc {
      color: #bdbdbd;
      font-size: 10px;
      line-height: 12px;
      margin-top: 5px;
      width: 100%; }
    .footer__apps .app__icon {
      width: 100%;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .footer__apps .app__icon-google, .footer__apps .app__icon-apple {
        max-width: calc(50% - 15px);
        display: inline-block;
        vertical-align: top;
        color: #bdbdbd;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none; }
        .footer__apps .app__icon-google:before, .footer__apps .app__icon-apple:before {
          display: inline-block;
          vertical-align: top;
          font-family: 'font-btns';
          line-height: 1; }
        .footer__apps .app__icon-google:hover, .footer__apps .app__icon-apple:hover {
          color: white; }
      .footer__apps .app__icon-google {
        margin-right: 30px; }
        .footer__apps .app__icon-google:before {
          content: '\e945'; }
      .footer__apps .app__icon-apple:before {
        content: '\e944'; }
    @media (max-width: 767px) {
      .footer__apps .app {
        width: 100%;
        margin-bottom: 30px; }
        .footer__apps .app:last-child {
          margin-bottom: 0; }
        .footer__apps .app__title {
          font-size: 11px;
          line-height: 13px; } }
  @media (max-width: 767px) and (max-width: 374px) {
    .footer__apps .app__icon-google:before, .footer__apps .app__icon-apple:before {
      font-size: 40px; } }
  @media (max-width: 767px) and (min-width: 375px) {
    .footer__apps .app__icon-google:before, .footer__apps .app__icon-apple:before {
      font-size: calc((10vw - 9px) * 22 / 15);
      line-height: 1; } }
    @media (min-width: 768px) {
      .footer__apps .app__title {
        font-size: 12px;
        line-height: 14px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer__apps .app {
    width: calc(50% - 15px);
    margin-bottom: 30px; }
    .footer__apps .app:nth-child(odd) {
      margin-right: 30px; }
    .footer__apps .app__icon-google:before, .footer__apps .app__icon-apple:before {
      font-size: 48px;
      line-height: 48px; } }
    @media (min-width: 992px) {
      .footer__apps .app {
        width: calc((100% - 60px) / 3);
        margin-right: 30px; }
        .footer__apps .app:nth-child(3n) {
          margin-right: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__apps .app__icon-google:before, .footer__apps .app__icon-apple:before {
      font-size: 34px; } }
    @media (min-width: 1200px) {
      .footer__apps .app__icon-google:before, .footer__apps .app__icon-apple:before {
        font-size: 33px; } }

.footer__base {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .footer__base a {
    text-decoration: none;
    color: #bdbdbd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .footer__base a:hover {
      color: white; }
  .footer__base span {
    color: #bdbdbd; }
  .footer__base-delimiter {
    color: #bdbdbd; }
  @media (max-width: 767px) {
    .footer__base {
      width: calc(100% - 26px);
      padding-right: 30px; }
      .footer__base a, .footer__base span {
        display: block;
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 15px; }
        .footer__base a:last-child, .footer__base span:last-child {
          margin-bottom: 0; } }
  @media (min-width: 768px) {
    .footer__base {
      display: -webkit-box;
      display: flex;
      display: -ms-flexbox; }
      .footer__base a, .footer__base span {
        font-size: 12px;
        line-height: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__base {
      margin-bottom: 30px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer__base > * {
        margin: 0 0 0 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .footer__base {
      width: 100%; }
      .footer__base > *:last-child {
        margin-right: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .footer__base {
    padding: 0 60px;
    margin-bottom: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer__base > * {
      margin: 8px 15px 8px 0; } }
  @media (min-width: 1200px) {
    .footer__base {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 30px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer__base > * {
        margin: 8px 0; } }

.footer__buttons {
  padding-bottom: 30px;
  display: inline-block;
  vertical-align: top; }
  .footer__buttons .button {
    font-size: 11px;
    line-height: 12px;
    padding: 8px 40px 8px 15px;
    letter-spacing: normal;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .footer__buttons .button.white-bord {
      border: 1px solid #bdbdbd; }
      .footer__buttons .button.white-bord:hover {
        border: 1px solid white; }
    .footer__buttons .button.clicked:before, .footer__buttons .button.clicked:after {
      top: 3px; }
  @media (max-width: 991px) {
    .footer__buttons {
      text-align: center; }
      .footer__buttons .button, .footer__buttons a.button {
        width: calc(50% - 15px); }
        .footer__buttons .button:nth-child(odd), .footer__buttons a.button:nth-child(odd) {
          margin-right: 30px; } }
  @media (max-width: 399px) {
    .footer__buttons .button {
      padding: 8px 15px; }
      .footer__buttons .button:after {
        content: unset;
        content: none; } }
  @media (min-width: 992px) {
    .footer__buttons .button {
      width: 100%;
      margin-bottom: 15px; }
      .footer__buttons .button:last-child {
        margin-bottom: 0; } }

@media (min-width: 992px) and (max-widtH: 1199px) {
  .footer__buttons .button {
    width: calc((100% - 60px) / 3);
    margin-right: 30px; }
    .footer__buttons .button:nth-child(3n) {
      margin-right: 0; }
    .footer__buttons .button:nth-last-child(2), .footer__buttons .button:nth-last-child(3), .footer__buttons .button:last-child {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .footer__buttons {
      padding-top: 30px;
      border-top: 1px solid #bdbdbd;
      display: -webkit-inline-box;
      display: inline-flex;
      display: -ms-inline-flexbox;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end; } }

.footer__line {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #bdbdbd;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.main__item {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  margin-right: 30px; }
  .main__item-text, .main__item-link {
    display: block;
    color: inherit;
    padding-bottom: 31px;
    position: relative;
    margin-bottom: 30px; }
    .main__item-text:after, .main__item-link:after {
      content: '';
      width: 72px;
      height: 1px;
      background-color: #bdbdbd;
      position: absolute;
      left: 0;
      bottom: 0; }
  .main__item-link {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .main__item-link:hover {
      color: #bdbdbd; }
  .main__item-child {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px; }
    .main__item-child-link {
      color: #bdbdbd;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      text-decoration: none;
      margin-top: 15px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .main__item-child-link:first-child {
        margin-top: 0; }
      .main__item-child-link + .main__item-child {
        margin-top: 15px; }
      .main__item-child-link:hover {
        color: white; }
      .main__item-child-link.__pick {
        color: white; }
        .main__item-child-link.__pick:hover {
          color: #bdbdbd; }
    .main__item-child-desc {
      margin-top: 5px;
      color: #bdbdbd; }
    .main__item-child .main__item-child {
      width: 100%;
      margin-right: 0; }
      .main__item-child .main__item-child:last-child {
        margin-bottom: 0; }
  .main__item.grid .main__item-child-list {
    display: grid;
    display: -ms-grid; }
    .main__item.grid .main__item-child-list .col-1 {
      grid-column: 1;
      -ms-grid-column: 1; }
    .main__item.grid .main__item-child-list .col-2 {
      grid-column: 2;
      -ms-grid-column: 2;
      margin-left: 30px;
      width: calc(100% - 30px); }
    .main__item.grid .main__item-child-list .row-1 {
      grid-row: 1;
      -ms-grid-row: 1; }
      .main__item.grid .main__item-child-list .row-1_2 {
        grid-row-start: 1;
        grid-row-end: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2; }
    .main__item.grid .main__item-child-list .row-2 {
      grid-row: 2;
      -ms-grid-row: 2; }
  @media (max-width: 991px) {
    .main__item {
      width: calc(50% - 15px);
      margin-bottom: 30px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      .main__item.columns-2, .main__item.mob__right {
        margin-right: 0; }
      .main__item.columns-2 {
        width: 100%; }
      .main__item:first-child {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  @media (max-width: 767px) {
    .main__item-text, .main__item-link {
      font-size: 14px;
      line-height: 17px; }
    .main__item-child-link {
      font-size: 11px;
      line-height: 13px; }
      .main__item-child-link.__phone {
        font-size: 14px;
        line-height: 17px; }
    .main__item-child-desc {
      font-size: 9px;
      line-height: 11px; } }
  @media (min-width: 768px) {
    .main__item.last {
      margin-right: 0; }
    .main__item-text, .main__item-link {
      font-size: 16px;
      line-height: 19px; }
    .main__item-child-link {
      font-size: 12px;
      line-height: 14px; }
      .main__item-child-link.__phone {
        font-size: 24px;
        line-height: 29px; }
    .main__item-child-desc {
      font-size: 10px;
      line-height: 14px; } }
  @media (min-width: 992px) {
    .main__item {
      margin-bottom: 30px; } }

.footer__share {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .footer__share a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: #bdbdbd; }
    .footer__share a span {
      display: none; }
    .footer__share a:not(.text-border) {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .footer__share a:before {
      font-family: 'font-btns'; }
    .footer__share a:hover {
      color: white; }
    .footer__share a.text-border span {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      border: 1px solid #bdbdbd;
      text-align: center;
      color: #bdbdbd;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .footer__share a.text-border:hover span {
      color: white;
      border: 1px solid white; }
  @media (max-width: 767px) {
    .footer__share {
      width: 26px; }
      .footer__share a {
        font-size: 26px;
        line-height: 26px;
        width: 26px;
        margin-bottom: 15px; }
        .footer__share a:last-child {
          margin-bottom: 0; }
        .footer__share a.text-border span {
          font-size: 10px;
          line-height: 24px; } }
  @media (min-width: 768px) {
    .footer__share a {
      font-size: 16px;
      line-height: 16px;
      width: 16px; }
      .footer__share a.text-border {
        width: 30px;
        padding: 0; }
        .footer__share a.text-border span {
          font-size: 11px;
          line-height: 28px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer__share a {
    padding: 7px 0; }
    .footer__share a.text-border {
      top: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .footer__share {
    width: 100%;
    position: relative;
    text-align: center;
    padding-left: 30px; }
    .footer__share a {
      margin-right: 30px; }
      .footer__share a:last-child {
        margin-right: 0; }
      .footer__share a.text-border {
        position: absolute;
        right: 0;
        z-index: 2; } }
  @media (min-width: 992px) {
    .footer__share {
      white-space: nowrap; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__share a.text-border {
      top: -52px; } }
  @media (min-width: 1200px) {
    .footer__share {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .footer__share a {
        margin-right: 15px;
        padding: 7px 0; }
        .footer__share a:last-child {
          margin-right: 0; } }

.footer__sub {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #bdbdbd; }
  .footer__sub .sub__item, .footer__sub .sub__item * {
    display: inline-block;
    vertical-align: top; }
  .footer__sub .sub__item a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .footer__sub .sub__item-link {
    color: white; }
    .footer__sub .sub__item-link:hover {
      color: #bdbdbd; }
  .footer__sub .sub__item-child a {
    color: #bdbdbd; }
    .footer__sub .sub__item-child a:hover:hover {
      color: white; }
  @media (max-width: 1199px) {
    .footer__sub .sub__item {
      margin-left: 30px;
      width: auto; }
      .footer__sub .sub__item-child {
        display: grid;
        display: -ms-grid;
        grid-template-columns: calc(50% - 15px) 30px calc(50% - 15px);
        -ms-grid-columns: calc(50% - 15px) 30px calc(50% - 15px); }
      .footer__sub .sub__item:first-child {
        margin-left: 0; }
      .footer__sub .sub__item.columns-2 {
        width: calc(2 * (100% - 60px) / 3 - 30px);
        padding-right: 30px; }
        .footer__sub .sub__item.columns-2 ~ .sub__item {
          width: calc((100% - 60px) / 3);
          margin-left: 0; } }
  @media (max-width: 767px) {
    .footer__sub .sub__item {
      width: calc(50% - 15px);
      margin-left: 0; }
      .footer__sub .sub__item-link {
        margin-bottom: 15px; }
      .footer__sub .sub__item:last-child .sub__item-link {
        margin-bottom: 0; } }
  @media (max-width: 767px) and (min-width: 451px) {
    .footer__sub .sub__item:nth-child(odd) {
      margin-right: 30px; }
    .footer__sub .sub__item:nth-last-child(2) .sub__item-link {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
      .footer__sub .sub__item a {
        font-size: 11px;
        line-height: 13px; } }
  @media (max-width: 450px) {
    .footer__sub .sub__item {
      width: 100%; } }
  @media (min-width: 768px) {
    .footer__sub .sub__item a {
      font-size: 12px;
      line-height: 14px; } }
  @media (min-width: 992px) {
    .footer__sub .sub__item:not(:last-child) {
      margin-right: 17px;
      padding-right: 17px;
      border-right: 1px solid #bdbdbd; }
    .footer__sub .sub__item a:not(:last-child) {
      margin-right: 17px; } }

.footer__agreement {
  padding-top: 30px;
  border-top: 1px solid #bdbdbd;
  color: #bdbdbd;
  width: 100%;
  overflow: hidden; }
  .footer__agreement h1, .footer__agreement h2, .footer__agreement h3 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative; }
    .footer__agreement h1:before, .footer__agreement h2:before, .footer__agreement h3:before {
      content: '';
      position: absolute;
      height: 1px;
      width: 72px;
      left: 0;
      bottom: 0;
      background-color: #bdbdbd; }
  .footer__agreement ul {
    margin: 5px 0 5px 15px; }
  .footer__agreement p {
    margin: 0 0 15px 0; }
  .footer__agreement sup {
    margin: 0 4px 0 2px;
    bottom: .4em; }
  .footer__agreement > hr {
    border: 1px solid transparent;
    border-top: 1px solid #bdbdbd;
    margin: 15px 0; }
  .footer__agreement ul:last-child, .footer__agreement p:last-child {
    margin-bottom: 0; }
  .footer__agreement a {
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #bdbdbd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .footer__agreement a:hover {
      color: #7f7f7f;
      border-bottom: 1px solid transparent; }
  .footer__agreement p.footer__agreement-item {
    margin-bottom: 15px; }
    .footer__agreement p.footer__agreement-item:last-child {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .footer__agreement {
      font-size: 9px;
      line-height: 11px; }
      .footer__agreement h1, .footer__agreement h2, .footer__agreement h3 {
        font-size: 11px;
        line-height: 13px; }
      .footer__agreement:first-child {
        padding-top: 0;
        border-top: 0; } }
  @media (min-width: 768px) {
    .footer__agreement {
      font-size: 10px;
      line-height: 12px; }
      .footer__agreement h1, .footer__agreement h2, .footer__agreement h3 {
        font-size: 12px;
        line-height: 14px; } }

.footer.red .main__item-link:hover {
  color: #d8003f; }

.footer.red .main__item-child-link.__pick:hover {
  color: #d8003f; }

.footer.red a.app__title:hover {
  color: #d8003f; }

.footer.red .sub__item-link:hover {
  color: #d8003f; }

.footer.yellow .main__item-link:hover {
  color: #e2cd88; }

.footer.yellow .main__item-child-link.__pick:hover {
  color: #e2cd88; }

.footer.yellow a.app__title:hover {
  color: #e2cd88; }

.footer.yellow .sub__item-link:hover {
  color: #e2cd88; }

.footer.green .main__item-link:hover {
  color: #2ebdab; }

.footer.green .main__item-child-link.__pick:hover {
  color: #2ebdab; }

.footer.green a.app__title:hover {
  color: #2ebdab; }

.footer.green .sub__item-link:hover {
  color: #2ebdab; }

.footer.blue .main__item-link:hover {
  color: #4fb4e7; }

.footer.blue .main__item-child-link.__pick:hover {
  color: #4fb4e7; }

.footer.blue a.app__title:hover {
  color: #4fb4e7; }

.footer.blue .sub__item-link:hover {
  color: #4fb4e7; }

.footer.yellow_dark .main__item-link:hover {
  color: #e2cd88; }

.footer.yellow_dark .main__item-child-link.__pick:hover {
  color: #e2cd88; }

.footer.yellow_dark a.app__title:hover {
  color: #e2cd88; }

.footer.yellow_dark .sub__item-link:hover {
  color: #e2cd88; }

.footer.blue_red .main__item-link:hover {
  color: #d8003f; }

.footer.blue_red .main__item-child-link.__pick:hover {
  color: #d8003f; }

.footer.blue_red a.app__title:hover {
  color: #d8003f; }

.footer.blue_red .sub__item-link:hover {
  color: #d8003f; }

.footer.purple .main__item-link:hover {
  color: #7000ff; }

.footer.purple .main__item-child-link.__pick:hover {
  color: #7000ff; }

.footer.purple a.app__title:hover {
  color: #7000ff; }

.footer.purple .sub__item-link:hover {
  color: #7000ff; }
