@font-face {
    font-family: 'Blender';
    src: url('../fonts/Blender-Light.woff2') format('woff2'),
        url('../fonts/Blender-Light.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Blender';
    src: url('../fonts/Blender-Black.woff2') format('woff2'),
        url('../fonts/Blender-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Blender';
    src: url('../fonts/Blender-Bold.woff2') format('woff2'),
        url('../fonts/Blender-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Blender';
    src: url('../fonts/Blender.woff2') format('woff2'),
        url('../fonts/Blender.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  /* Vars */
  :root {
      --brand-blue: #2a75b5;
      --dark-blue: #283a67;
      --blue-transparent: rgba(40, 58, 103, 0.7);
      --border: solid 1.2px #7783a2;
      --light-blue: #F3F8FD;
      --body-bg: #F4FAFE;
      --text-gray: #3C3C3C;
  }
  
  /* Start CSS Reset */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  
  /* Document
     ========================================================================== */
  
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bold;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
     display: none;
   }
  /* END CSS Normalize */
  
  /* Start Lobby */
  body {
    direction: rtl;
    padding: 0;
    line-height: 1;
    font-family: "Blender", sans-serif;
    font-size: 18px;
    line-height: 24px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  .header,
  .main,
  .footer {
    width: 100%;
    min-height: 30px;
  }
  
  .container {
    display: flex;
    box-sizing: border-box;
    max-width: 1640px;
    padding: 0 17px;
    width: 100%;
    justify-content: space-between;
  }
  .container--relative {
    position: relative;
    margin: 0 auto;
  }
  @media (max-width: 1634px) {
    .container {
      max-width: 1400px;
    }
  }
  @media (max-width: 1199px) {
    .container {
      max-width: 992px;
    }
  }
  /* Header */
  .header {
    display: flex;
    height: 87px;
    background: #fff;
    justify-content: center;
    position: relative;
    line-height: 13px;
    color: var(--brand-blue);
    padding-bottom: 19px;
  }
  .header::before {
    content: "";
    background-color: var(--brand-blue);
    height: 14px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
  }
  .header__col {
    display: flex;
    width: 33%;
    flex: 0 0 33%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .header p {
    margin: 0;
  }
  
  .main-navbar {
    justify-content: flex-start;
  }
  .profile-navbar {
    justify-content: flex-end;
    list-style-type: none;
    padding-right: 0;
  }
  
  .logo {
    display: inline-block;
    position: relative;
  }
  .logo__item {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 105;
    top: 10px;
  }
  .logo::after {
    content: "";
    background: white;
    display: block;
    width: 106px;
    height: 97px;
    border-radius: 200px;
    position: absolute;
    top: 0;
    left: 42px;
    z-index: 100;
    box-shadow: 0 26px 9px -19px #aee8f1;
  }
  
  /* Toggle */
  .toggle {
    text-decoration: none;
  }
  .toggle span,
  .toggle p {
    pointer-events: none;
  }
  .main-toggle {
    height: 19px;
    width: 27px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin-left: 14px;
    overflow: hidden;
  }
  .main-toggle__line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: var(--brand-blue);
  }
  .main-toggle__line--1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  .main-toggle__line--2 {
    transition: transform 0.2s ease-in-out;
  }
  .main-toggle__line--3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .main-toggle.toggle--active {
    height: 20px;
    padding-left: 1px;
  }
  .toggle--active .main-toggle__line--1 {
    transform: rotate(45deg);
  }
  .toggle--active .main-toggle__line--2 {
    transform: scaleY(0);
  }
  .toggle--active .main-toggle__line--3 {
    transform: rotate(-45deg);
  }
  
  .icon {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
  }
  .icon--arrow {
    background-image: url(../images/icon-arrow@2x.png);
    width: 11px;
    height: 7px;
    transition: transform 0.3s ease-out;
  }
  .icon--account {
    background-image: url(../images/icon-account@2x.png);
    width: 23px;
    height: 22px;
  }
  .icon--bell {
    background-image: url(../images/icon-bell@2x.png);
    width: 21px;
    height: 25px;
  }
  .icon--tickets {
    background-image: url(../images/icon-tickets@2x.png);
    width: 18px;
    height: 18px;
  }
  .icon--account-copy {
    background-image: url(../images/icon-account-copy@2x.png);
    width: 18px;
    height: 18px;
  }
  .icon--email {
    background-image: url(../images/icon-email@2x.png);
    width: 16px;
    height: 20px;
  }
  .icon--like {
    background-image: url(../images/icon-like@2x.png);
    width: 18px;
    height: 18px;
  }
  .icon--padlock {
    background-image: url(../images/icon-padlock@2x.png);
    width: 14px;
    height: 18px;
  }
  .icon--accesibility {
    background-image: url(../images/icon-accesibility@2x.png);
    width: 20px;
    height: 20px;
  }
  .icon--headphone {
    background-image: url(../images/icon-headphone@2x.png);
    width: 19px;
    height: 19px;
  }
  
  .cancel {
    background: url(../images/cancel.png) center no-repeat transparent;
    border: 0;
    width: 19px;
    height: 19px;
    cursor: pointer;
  }
  .account-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: var(--brand-blue);
    display: flex;
    align-items: center;
    line-height: 100%;
  }
  .account-toggle .icon--arrow {
    margin-right: 14px;
    transform: rotate(0);
  }
  .account-toggle .icon--account {
    margin-left: 4px;
  }
  .toggle--active .icon--arrow {
    transform: rotate(180deg);
  }
  .toggle--active .icon--account {
    background-image: url(../images/icon-account-active@2x.png);
  }
  
  .notifications-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: var(--brand-blue);
    display: flex;
    align-items: center;
    margin-left: 36px;
    position: relative;
  }
  .notifications-toggle__num {
    background-color: #D91745;
    font-size: 16px;
    color: #fff;
    border-radius: 9px;
    border: 1px solid #fff;
    width: 19px;
    height: 17px;
    position: absolute;
    right: -13px;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
  }
  .toggle--active .icon--bell {
    background-image: url(../images/icon-bell-active@2x.png);
  }
  
  .nav {
    list-style-type: none;
  }
  .nav__list {
    position: relative;
  }
  
  .dropdown {
    background-color: #fff;
    border-radius: 0 0 25px 25px;
    position: absolute;
    width: auto;
    min-height: 50px;
    box-shadow: 0 9px 17px 1px #dce7eb;
    left: 0;
    top: 73px;
    height: 0;
    opacity: 0;
    padding: 0 35px;
    transition: all 0.2s ease-out;
    z-index: 100;
    list-style-type: none;
    box-sizing: border-box;
  }
  .dropdown--full-width {
    width: 100%;
    border-radius: 0;
    top: 105px;
    padding: 20px 0;
  }
  .dropdown--full-width::before {
    content: "";
    box-shadow: -18px 9px 17px 1px #dce7eb;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: -99%;
    top: 0;
    z-index: 65;
    display: none;
  }
  .dropdown--full-width::after {
    box-shadow: 14px 9px 17px 1px #dce7eb;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    right: -99%;
    top: 0;
    z-index: 199;
    display: none;
  }
  .dropdown--open {
    height: auto;
    opacity: 1;
  }
  .dropdown ul {
    list-style-type: none;
    padding: 0;
  }
  .dropdown ul.dropdown__group-columns {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
  }
  .dropdown__list {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.14;
    flex: 0 0 25%;
  }
  .dropdown__list:not(:last-child) {
    border-bottom: 1px solid #f1f7fb;;
  }
  .dropdown__list__item {
    color: #3c3c3c;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: right;
  }
  .dropdown__list__label {
      width: calc(100% - 29px);
  }
  .dropdown__list__icon {
    background-size: contain;
    margin-left: 9px;
    width: 20px;
  }
  .dropdown__list__image {
    margin-left: 20px;
    margin-right: 7px;
    image-rendering: -webkit-optimize-contrast;
  }
  .dropdown__list__date {
    color: #3c3c3c;
    font-size: 13.5px;
    line-height: 20.5px;
    margin-bottom: 6px;
  }
  .dropdown__list__more {
    font-size: 18px;
    font-weight: 300;
    line-height: 20.5px;
    color: var(--brand-blue);
    text-decoration: none;
    margin-top: 7px;
    display: inline-block;
  }
  .dropdown__list__more:after {
      content: ' >';
  }
  .dropdown__heading {
    font-size: 18px;
    font-weight: bold;
    color: var(--brand-blue);
    padding-top: 25px;
    margin: 0;
  }
  .account-menu {
    min-width: 200px;
    left: -67px;
    padding-left: 13px;
    padding-right: 13px;
    z-index:10001;
  }
  .notifications-menu {
    min-width: 325px;
    left: -220px;
    right: auto;
    top: 73px;
    padding-left: 33px;
    padding-right: 15px;
    color: #3c3c3c;
    text-align: right;
  }
  .notifications-menu p {
    line-height: 20.5px;
  }
  
  .main-menu {
  
  }
  .main-menu__list {
    text-align: right;
  }
  .dropdown__container {
    justify-content: flex-start;
    pointer-events: none;
    flex-direction: column;
  }
  .dropdown {
    pointer-events: none;
  }
  .dropdown--open {
    pointer-events: all;
  }
  .dropdown--open .dropdown__container {
    pointer-events: all;
  }
  .dropdown__group {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 236px;
  }
  .dropdown__group:not(:last-of-type) {
    margin-left: 9%;
  }
  .dropdown__group--mobile-only {
    width: 100%;
  }
  .dropdown__group--mobile-only:not(:last-of-type) {
    margin-left: 0;
  }
  
  @media (max-width: 1860px) {
    .notifications-menu {
      left: -102px;
    }
    .nav__list--static {
      position: static;
    }
  }
  @media (max-width: 1739px) {
    .account-menu {
      min-width: 200px;
      left: 0;
    }
  }
  @media (max-width: 1399px) {
    .dropdown__group {
      width: 25%;
    }
    .dropdown__group:not(:last-of-type) {
      margin-left: 2%;
    }
    .dropdown__group--mobile-only {
      width: 100%;
    }
    .dropdown__group--mobile-only:not(:last-of-type) {
      margin-left: 0;
    }
  }
  @media (max-width: 1199px) {
    .main-menu .dropdown__list {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .main-navbar {
      flex: 0 0 120px;
    }
    .logo-col {
      flex: 0 0 97px;
    }
    .profile-navbar {
      flex: 0 0 75px;
    }
    .header {
      height: 48px;
      padding-bottom: 8px;
    }
    .header::before {
      height: 8px;
      bottom: 0;
    }
    .header .account-toggle .icon--arrow {
      display: none;
    }
    .header .notifications-toggle {
      margin-left: 20px;
    }
    .header .account-toggle,
    .header .notifications-toggle {
      padding: 0;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
    }
    .header .main-toggle {
      height: 17px;
      width: 16px;
      margin-left: 10px;
    }
    .logo__item {
      max-width: 77px;
      height: auto;
      position: relative;
      z-index: 105;
      top: 5px;
    }
    .logo::after {
      width: 73px;
      height: 60px;
      border-radius: 100%;
      top: -4px;
      left: 19px;
      box-shadow: 0 18px 11px -12px #aee8f1;
    }
    .main-navbar p {
      font-size: 12px;
      line-height: 12px;
      font-weight: 900;
      position: relative;
      top: 2px;
    }
    .toggle__label {
      font-size: 12px;
      line-height: 12px;
      font-weight: 900;
      position: relative;
      top: 3px;
    }
    .account-toggle .icon--account {
      width: 19px;
    }
    .notifications-toggle .icon--bell {
      width: 18px;
      height: 22px;
    }
    .notifications-toggle__num {
      font-size: 12px;
      border-radius: 20px;
      width: 17px;
      height: 15px;
      right: 0px;
      top: 6px;
    }
    .dropdown {
      border-radius: 0;
      top: 0;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
      z-index: 150;
      position: fixed;
      height: 100vh;
      width: 100%;
      left: 0;
      overflow: auto;
    }
    .dropdown--open .dropdown__container {
      padding: 20px 40px 0;
      max-height: 632px;
      max-height: 82vh;
      overflow: auto;
    }
    .dropdown__group {
      width: 100%;
    }
    .dropdown ul.dropdown__group-columns {
      flex-direction: column;
    }
    .dropdown__group:not(:last-of-type) {
      margin-left: 0;
    }
    .dropdown__list,
    .dropdown__list__more,
    .dropdown__heading {
      font-size: 16px;
      line-height: 18px;
    }
    .dropdown__list__image {
      margin-left: 20px;
      margin-right: 7px;
      max-width: 28px;
      height: auto;
    }
    .dropdown__mobile-header {
      display: flex;
      background-color: #f1f9fe;
      padding: 0 44px 0 18px;
      justify-content: space-between;
      align-items: center;
      height: 65px;
      font-size: 16px;
      line-height: 12px;
    }
    .dropdown__mobile-header p {
      color: var(--brand-blue);
      font-weight: 400;
      font-size: 16px;
      line-height: 12px;
    }
    .dropdown__mobile-footer {
      position: absolute;
      width: 100%;
      margin: 20px 0;
      text-align: center;
      font-weight: 600;
      bottom: 0;
    }
    .dropdown__mobile-footer p {
      color: #000;
      font-size: 12px;
      letter-spacing: 0.12px;
    }
    .dropdown__mobile-footer p span {
      font-family: sans-serif;
    }
    .profile-navbar .nav__list:not(:last-child)::after {
      content: "";
      background: #f0f2f3;
      height: 48px;
      width: 1px;
      position: absolute;
      bottom: -7px;
      left: 15%;
    }
    .account-menu .dropdown__list__icon {
      position: relative;
      top: -2px;
    }
  }
  
  /* Footer */
  .footer {
    display: flex;
    justify-content: center;
    background: #fff;
    min-height: 70px;
    color: #3c3c3c;
  }
  .footer p {
    margin: 0;
  }
  .footer__container {
    align-items: center;
  }
  .footer-disclaimer {
    font-size: 14px;
    line-height: 1.07;
    flex: 0 0 628px;
  }
  .footer-text {
    font-size: 13px;
    flex: 0 0 auto;
  }
  .footer-text span {
    font-family: sans-serif;
    font-weight: 600;
  }
  @media (max-width: 991px) {
    .footer {
      height: auto;
      padding: 20px 0;
    }
    .footer__container {
      flex-wrap: wrap;
    }
    .footer__column {
      flex: 0 0 100%;
      width: 100%;
    }
    .footer-text {
      padding: 10px 0 0;
    }
  }
  @media (max-width: 767px) {
    .footer {
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .hide-mobile {
      display: none !important;
    }
  }
  @media (min-width: 768px) {
    .hide-desktop {
      display: none !important;
    }
  }
  
  .footerContiner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 21px 0 0 0;
  }
  .social-links {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8.5px;
  }
  .social-links a {
    display: block;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .social-links a.tik-tok {
    background-image: url(../images/tiktok.svg);
  }
  .social-links a.twitter {
    background-image: url(../images/twitter.svg);
  }
  .social-links a.instagram {
    background-image: url(../images/instagram.svg);
  }
  .social-links a.telegram {
    background-image: url(../images/telegram.svg);
  }
  .social-links a.facebook {
    background-image: url(../images/facebook.svg);
  }
  .social-links a.contact {
    background-image: url(../images/contact.svg);
  }
  @media (max-width: 767px) {
    .footer__container {
      justify-content: center;
    }
    .footer p {
      text-align: right;
    }
    .social-links {
      justify-content: center;
      margin-top: 25px;
    }
  }
  
  /* Footer Secondary */
  .footer--secondary {
    margin-bottom: 57px;
    padding-bottom: 20px;
  }
  .popup-active .footer--secondary {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }
  .footer--secondary .footer-disclaimer {
    flex: 0 0 700px;
  }
  .footer--secondary .social-links a {
    background-size: 56px 56px;
    background-position: -12px -9px;
  }
  .footer--secondary .social-links a.facebook {
    background-image: url(../images/facebook-b.svg);
  } 
  .footer--secondary .social-links a.instagram {
    background-image: url(../images/instagram-b.svg);
  }
  .footer--secondary .social-links a.twitter {
    background-image: url(../images/twitter_new.svg);
  }
  .footer--secondary .social-links a.telegram {
    background-image: url(../images/telegram-b.svg);
  }
  .footer--secondary .social-links a.tik-tok {
    background-image: url(../images/tiktok-b.svg);
  }
  .footer--secondary .social-links a.contact {
    background-image: url(../images/contact-b.svg);
  }
  @media (max-width: 991px) {
    .footer--secondary {
      margin-bottom: 0;
      padding-bottom: 40px;
      padding-top: 25px;
      padding-left: 0;
      padding-right: 0;
    }
    .footer--secondary .footer-disclaimer {
      flex: 0 0 100%;
    }
    .footer--secondary .footer__container {
      padding-left: 24px;
      padding-right: 24px;
    }
  }