:root {
  --size: 500;
}

@media screen and (min-height: 480px) {
  :root {
    --size: 900;
  }
}
@media screen and (min-height: 768px) {
  :root {
    --size: 900;
  }
}
.container {
  max-width: 91vw;
  margin: 0 auto;
}
@media (max-width: 1439px), (min-width: 1440px) and (orientation: portrait) {
  .container {
    max-width: 91vw;
  }
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .container {
    max-width: calc(100vw - 72 / var(--size) * 100 * var(--vh, 1vh));
  }
}
@media (max-width: 480px) {
  .container {
    max-width: calc(100vw - 36 / var(--size) * 100 * var(--vh, 1vh));
  }
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(20 / var(--size) * 100 * var(--vh, 1vh)) 0;
  position: relative;
}
.footer__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .footer__container {
    margin-bottom: calc(16 / var(--size) * 100 * var(--vh, 1vh));
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: calc(40 / var(--size) * 100 * var(--vh, 1vh));
  gap: calc(20 / var(--size) * 100 * var(--vh, 1vh));
}
.footer__underline {
  text-decoration: underline;
}
.footer__notes {
  width: 40%;
  color: #8e8e8e;
  font-size: calc(12 / var(--size) * 100 * var(--vh, 1vh));
  line-height: calc(14 / var(--size) * 100 * var(--vh, 1vh));
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .footer__notes {
    width: 100%;
  }
}
.footer__notes:has(+ .footer__notes) {
  margin-bottom: calc(8 / var(--size) * 100 * var(--vh, 1vh));
}
.footer__texts {
  display: flex;
  align-items: center;
  gap: calc(70 / var(--size) * 100 * var(--vh, 1vh));
}
.footer__copy {
  font-weight: 400;
  font-size: calc(14 / var(--size) * 100 * var(--vh, 1vh));
  color: #e7e7e7;
  font-family: "Roboto";
}
.footer__copy-arda-mobile img {
  width: calc(57 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(19 / var(--size) * 100 * var(--vh, 1vh));
}
.footer__copy-arda-mobile {
  display: none;
}
.footer__copy-arda-desktop img {
  width: calc(69 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(23 / var(--size) * 100 * var(--vh, 1vh));
}
.footer__policy {
  font-weight: 400;
  font-size: calc(14 / var(--size) * 100 * var(--vh, 1vh));
  color: #b7b7b7;
}
.footer__policy a {
  text-decoration: underline;
}
.footer__policy {
  font-family: "Roboto";
}
@media (max-width: 480px) {
  .footer__policy {
    order: 2;
  }
}
.footer__requisites {
  font-weight: 400;
  font-size: calc(14 / var(--size) * 100 * var(--vh, 1vh));
  color: #b7b7b7;
  text-decoration-line: underline;
  cursor: pointer;
  font-family: "Roboto";
}
@media (max-width: 480px) {
  .footer__requisites {
    order: 1;
  }
}
.footer__list {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: calc(68 / var(--size) * 100 * var(--vh, 1vh));
  justify-content: flex-end;
}
@media (max-width: 1439px), (min-width: 1440px) and (orientation: portrait) {
  .footer__texts {
    gap: calc(30 / var(--size) * 100 * var(--vh, 1vh));
  }
}
@media (max-width: 1025px), (min-width: 1026px) and (orientation: portrait) {
  .footer__container {
    flex-direction: column-reverse;
    gap: calc(24 / var(--size) * 100 * var(--vh, 1vh));
  }
  .footer__list {
    width: 100%;
    justify-content: center;
  }
  .footer__texts {
    width: 100%;
    flex-basis: auto;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: calc(50 / var(--size) * 100 * var(--vh, 1vh)) 0 calc(20 / var(--size) * 100 * var(--vh, 1vh));
  }
  .footer__copy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1;
  }
  .footer__copy-arda-mobile {
    display: block;
  }
  .footer__copy-arda-desktop {
    display: none;
  }
  .footer__texts {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: calc(10 / var(--size) * 100 * var(--vh, 1vh));
  }
  .footer .socials {
    min-width: 0;
    max-width: none;
    margin: 0 auto;
    justify-content: center;
    gap: calc(24 / var(--size) * 100 * var(--vh, 1vh));
  }
}
.footer__navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: calc(40 / var(--size) * 100 * var(--vh, 1vh));
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .footer__navigation {
    display: none;
  }
}
.footer__navigation .navigation__col {
  display: flex;
  flex-direction: column;
  row-gap: calc(10 / var(--size) * 100 * var(--vh, 1vh));
}
.footer__navigation .col__item {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: calc(18 / var(--size) * 100 * var(--vh, 1vh));
  line-height: calc(30 / var(--size) * 100 * var(--vh, 1vh));
  color: rgb(183, 183, 183);
}
.footer__navigation .col__item-main {
  color: white;
}
.footer__logo {
  display: block;
  cursor: pointer;
}
.footer__logo img {
  display: block;
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .footer__logo {
    display: none;
  }
}

.socials {
  max-width: calc(350 / var(--size) * 100 * var(--vh, 1vh));
  min-width: min(100%, 350 / var(--size) * 100 * var(--vh, 1vh));
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.socials li {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
.socials li img {
  width: calc(36 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(36 / var(--size) * 100 * var(--vh, 1vh));
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .socials li:hover img {
    filter: invert(33%) sepia(84%) saturate(470%) hue-rotate(33deg) brightness(88%) contrast(105%);
  }
}