.box--footer {
  position: relative;
  background-color: #050014;
/*border-top: 1px solid alpha(#E9ECF6, 0.35);*/
  padding-bottom: 112px;
}
.page-template-ty-page .box--footer {
  background-color: #050014;
  border-top: none;
}
.box--footer a {
  color: #fff;
  transition: 0.3s linear;
  text-decoration: none;
  text-transform: none;
}
.box--footer a:hover {
  color: #f73f38;
}
.box--footer .btn {
  margin-bottom: 40px;
}
.box--footer .box-content {
  row-gap: 128px;
}
.box--footer .footer-blocks--badges {
  margin-left: auto;
  overflow: hidden;
}
.box--footer .footer-blocks--copy {
  text-align: left;
}
.box--footer .footer-logo {
  margin-bottom: 40px;
  display: block;
}
.box--footer .footer-logo svg rect,
.box--footer .footer-logo svg path {
  transition: all 0.3s ease;
}
.box--footer .footer-logo:hover svg rect,
.box--footer .footer-logo:hover svg path {
  fill: #f73f38;
}
.box--footer .social .socials--list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
.box--footer .social .socials--list li {
  margin: 0 30px 0 0;
}
.box--footer .social .socials--list svg circle {
  transition: all 0.3s ease;
}
.box--footer .social .socials--list a:hover svg circle {
  fill: #f73f38;
  stroke: #f73f38;
}
.box--footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 30px;
  font-size: 14px;
  line-height: 22px;
}
.box--footer .footer-nav ul li {
  margin-bottom: 12px;
  margin-top: 0;
}
.box--footer .badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
  margin-right: -30px;
}
.box--footer .badges li {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box--footer .badges img {
  max-width: auto;
  height: 82px;
  width: auto;
}
.box--footer .footer-addresses {
  display: flex;
}
.box--footer .footer-addresses p {
  margin: 0;
}
.box--footer .footer-address--item {
  margin-right: 32px;
}
.box--footer .footer-address--item:last-child {
  margin-bottom: 0;
}
.box--footer .footer-address--title {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
  margin-bottom: 13px;
}
.box--footer .footer-address--address {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.box--footer .copyright {
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 14px;
  line-height: 22px;
}
.box--footer .copyright a {
  text-decoration: none;
  margin-bottom: 8px;
}
.box--footer .copyright p {
  margin: 0;
}
.box--footer .copyright .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}
@media screen and (max-width: 1850px) {
  .box--footer {
    padding-bottom: 72px;
  }
  .box--footer .badges {
    margin-left: -16px;
    margin-right: -16px;
  }
  .box--footer .badges li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .box--footer .box-content {
    row-gap: 112px;
  }
  .box--footer .footer-address--item {
    margin-right: 48px;
  }
  .box--footer .footer-address--item br {
    display: none;
  }
  .box--footer .footer-address--item:last-child {
    margin-right: 0;
  }
  .box--footer .footer-blocks--logo {
    order: 1;
    flex: 1 1 0%;
    max-width: 100%;
  }
  .box--footer .footer-blocks--nav {
    order: 2;
  }
  .box--footer .footer-blocks--addresses {
    order: 3;
  }
  .box--footer .footer-blocks--badges {
    margin-left: auto;
    overflow: hidden;
    order: 5;
  }
  .box--footer .footer-blocks--copy {
    text-align: left;
    order: 4;
  }
}
@media screen and (max-width: 576px) {
  .box--footer {
    padding-bottom: 48px;
  }
  .box--footer .box-content {
    row-gap: 48px;
  }
  .box--footer .footer-addresses {
    row-gap: 48px;
    flex-flow: row wrap;
  }
  .box--footer .footer-address--item {
    margin-right: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .box--footer .footer-address--item br {
    display: block;
  }
  .box--footer .footer-blocks--logo {
    order: 1;
    flex-basis: 100%;
    max-width: 100%;
  }
  .box--footer .footer-blocks--nav {
    order: 2;
  }
  .box--footer .footer-blocks--addresses {
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
  }
  .box--footer .footer-blocks--badges {
    order: 4;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .box--footer .footer-blocks--badges .badges {
    justify-content: flex-start;
  }
  .box--footer .footer-blocks--copy {
    flex-basis: 100%;
    max-width: 100%;
    order: 5;
  }
  .box--footer .footer-nav ul {
    column-gap: 50px;
  }
  .box--footer .footer-nav ul li {
    margin-bottom: 12px;
  }
}
/*
 * policy
 */
/*.box-cookie-policy {
  min-height: 90px;
  background: rgba(#000, 0.7);
  color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;

  display: none;

  .box-content {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    align-items: baseline;

    .text {
      font-size: 17px;
      fn_vw({ padding-right: 90px });
      width: calc(97% - 12vw);
    }

    .btn-style-simple-white {
      fn_vw({ width: 216px, padding-top: 15px });
      text-align: center;
      cursor: pointer;
    }
  }

  .js-close {
  }

  @media screen and (max-width: $vars.grid.lg) {
    .box-content {
      .text {
        line-height: 1;
        font-size: 17px;

      }

      .btn-style-simple-white {
        line-height: 1;
        padding: 7px 0;
        margin-top: 20px;
        width: 154px;
        font-size: 16px;
      }
    }
  }

  @media screen and (max-width: $vars.grid.sm) {
    .box-content {
      .text {
        width: 100%;
      }
    }
  }

  @media screen and (max-width: $vars.grid.xs) {
    .box-content {
      .btn-wrap {
        margin: 0 auto;
        padding: 0;
        padding-top: 20px;
        width: 100%;
        text-align: center;
      }
    }

  }
}*/
/*
 * policy
 */
/*# sourceMappingURL=index.css.map */