/* line 1, footer.scss */
.footer-top {
  background-color: #000000;
  padding: 60px 0 55px;
  color: #fff; }
  @media (max-width: 768px) {
    /* line 1, footer.scss */
    .footer-top {
      padding: 20px 0 20px; } }
  /* line 10, footer.scss */
  .footer-top__inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      /* line 10, footer.scss */
      .footer-top__inner {
        flex-direction: column; } }
  /* line 21, footer.scss */
  .footer-top__logo {
    display: flex;
    flex-direction: column; }
    /* line 25, footer.scss */
    .footer-top__logo .logo {
      width: 204px; }
      /* line 28, footer.scss */
      .footer-top__logo .logo img {
        width: 100%; }
    /* line 33, footer.scss */
    .footer-top__logo .logo-text {
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      color: #FFFFFF; }
  /* line 41, footer.scss */
  .footer-top__geo {
    display: flex; }
    @media (max-width: 991px) {
      /* line 41, footer.scss */
      .footer-top__geo {
        margin-left: 10px; } }
    @media (max-width: 768px) {
      /* line 41, footer.scss */
      .footer-top__geo {
        margin-left: 0;
        margin-top: 15px; } }
    /* line 53, footer.scss */
    .footer-top__geo .icon {
      width: 16px;
      height: 18px;
      margin-right: 15px;
      margin-top: 3px; }
      @media (max-width: 991px) {
        /* line 53, footer.scss */
        .footer-top__geo .icon {
          margin-right: 5px; } }
      @media (max-width: 768px) {
        /* line 53, footer.scss */
        .footer-top__geo .icon {
          margin-right: 15px; } }
    /* line 69, footer.scss */
    .footer-top__geo .text {
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      color: #FFFFFF; }
      @media (max-width: 388px) {
        /* line 76, footer.scss */
        .footer-top__geo .text br {
          display: none; } }
  /* line 84, footer.scss */
  .footer-top__phone .phone {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    white-space: nowrap; }
    @media (max-width: 991px) {
      /* line 84, footer.scss */
      .footer-top__phone .phone {
        margin-right: 15px; } }
    @media (max-width: 768px) {
      /* line 84, footer.scss */
      .footer-top__phone .phone {
        justify-content: flex-end;
        margin-right: 0;
        margin-top: 15px; } }
    /* line 101, footer.scss */
    .footer-top__phone .phone svg {
      width: 19px;
      height: 19px;
      margin-right: 10px; }
    /* line 107, footer.scss */
    .footer-top__phone .phone span {
      font-size: 12px;
      line-height: 18px;
      color: #FFFFFF;
      font-weight: 900;
      transition: opacity 0.3s ease; }
      /* line 114, footer.scss */
      .footer-top__phone .phone span:hover {
        opacity: 0.7; }
  /* line 122, footer.scss */
  .footer-top__mail .mail {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff; }
    @media (max-width: 768px) {
      /* line 122, footer.scss */
      .footer-top__mail .mail {
        justify-content: flex-end;
        margin-top: 10px; } }
    /* line 133, footer.scss */
    .footer-top__mail .mail svg {
      width: 19px;
      height: 19px;
      margin-right: 10px;
      transform: translateY(3px); }
    /* line 140, footer.scss */
    .footer-top__mail .mail span {
      font-size: 12px;
      line-height: 18px;
      color: #FFFFFF;
      font-weight: 400;
      transition: opacity 0.3s ease; }
      /* line 147, footer.scss */
      .footer-top__mail .mail span:hover {
        opacity: 0.7; }

/* line 155, footer.scss */
.footer {
  margin-top: 0;
  background-color: #000000;
  padding: 60px 0 55px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4); }
  @media (max-width: 768px) {
    /* line 155, footer.scss */
    .footer {
      padding: 20px 0 20px; } }
  /* line 166, footer.scss */
  .footer__inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      /* line 166, footer.scss */
      .footer__inner {
        flex-direction: column; } }
    @media (max-width: 768px) {
      /* line 174, footer.scss */
      .footer__inner .shop-links {
        order: 2;
        margin-top: 15px; } }
    /* line 180, footer.scss */
    .footer__inner .shop-links__item {
      margin-bottom: 20px; }
      /* line 183, footer.scss */
      .footer__inner .shop-links__item:last-child {
        margin-bottom: 0; }
      /* line 187, footer.scss */
      .footer__inner .shop-links__item .text {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 7px; }
      /* line 196, footer.scss */
      .footer__inner .shop-links__item .items {
        display: flex;
        align-items: center; }
        @media (max-width: 991px) {
          /* line 196, footer.scss */
          .footer__inner .shop-links__item .items {
            flex-wrap: wrap; } }
        /* line 204, footer.scss */
        .footer__inner .shop-links__item .items .shop-link {
          width: 24px;
          height: 24px;
          margin-right: 8px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          transition: transform 0.3s ease; }
          /* line 213, footer.scss */
          .footer__inner .shop-links__item .items .shop-link:hover {
            transform: scale(1.2); }
          /* line 217, footer.scss */
          .footer__inner .shop-links__item .items .shop-link.rutube {
            margin-bottom: 4px;
            margin-left: 2px; }
          /* line 222, footer.scss */
          .footer__inner .shop-links__item .items .shop-link:last-child {
            margin-right: 0; }
        /* line 227, footer.scss */
        .footer__inner .shop-links__item .items .payment-icon {
          width: 40px;
          margin-right: 10px;
          margin-top: 4px; }
          /* line 232, footer.scss */
          .footer__inner .shop-links__item .items .payment-icon:last-child {
            margin-right: 0; }
    /* line 240, footer.scss */
    .footer__inner .footer-list {
      display: flex;
      flex-direction: column; }
      @media (max-width: 991px) {
        /* line 240, footer.scss */
        .footer__inner .footer-list {
          min-width: 125px;
          margin-left: 9px; } }
      @media (max-width: 768px) {
        /* line 240, footer.scss */
        .footer__inner .footer-list {
          margin-left: 0;
          width: 100%; } }
      /* line 254, footer.scss */
      .footer__inner .footer-list .title {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 7px;
        position: relative; }
        @media (max-width: 768px) {
          /* line 254, footer.scss */
          .footer__inner .footer-list .title {
            border-bottom: 1px solid #fff;
            padding: 10px 0px;
            cursor: pointer; } }
        /* line 269, footer.scss */
        .footer__inner .footer-list .title .arrow {
          display: none;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 15px;
          transition: transform 0.3s ease; }
          @media (max-width: 768px) {
            /* line 269, footer.scss */
            .footer__inner .footer-list .title .arrow {
              display: block; } }
      /* line 285, footer.scss */
      .footer__inner .footer-list .items {
        display: flex;
        flex-direction: column; }
        @media (max-width: 768px) {
          /* line 285, footer.scss */
          .footer__inner .footer-list .items {
            display: none; } }
        /* line 293, footer.scss */
        .footer__inner .footer-list .items .item {
          display: block;
          font-weight: 500;
          font-size: 12px;
          line-height: 203%;
          color: #FFFFFF;
          text-decoration: none; }

/* line 306, footer.scss */
.shops {
  background: #000000;
  padding-bottom: 50px; }
  /* line 310, footer.scss */
  .shops__inner {
    display: flex;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    flex-wrap: wrap; }
  /* line 317, footer.scss */
  .shops__item {
    text-decoration: none; }
    @media (max-width: 768px) {
      /* line 317, footer.scss */
      .shops__item {
        margin-bottom: 20px; } }
    /* line 324, footer.scss */
    .shops__item .name {
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      color: #fff; }
    /* line 331, footer.scss */
    .shops__item .desc {
      max-width: 239px;
      margin-top: 10px;
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      color: rgba(255, 255, 255, 0.4); }
  /* line 341, footer.scss */
  .shops .ps {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 35px; }
    @media (max-width: 768px) {
      /* line 341, footer.scss */
      .shops .ps {
        margin-top: 20px; } }

/* line 354, footer.scss */
.mobile-submenu {
  display: none;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 1001;
  background-color: #000;
  padding: 10px; }
  @media (max-width: 768px) {
    /* line 354, footer.scss */
    .mobile-submenu {
      display: flex; } }
  /* line 372, footer.scss */
  .mobile-submenu__item {
    width: 22px;
    position: relative; }
    /* line 376, footer.scss */
    .mobile-submenu__item img {
      width: 100%; }
    /* line 380, footer.scss */
    .mobile-submenu__item .count {
      font-weight: 500;
      font-size: 9px;
      line-height: 1;
      background: #C99B69;
      border: 1px solid #000000;
      position: absolute;
      right: -10px;
      top: -4px;
      color: #fff;
      width: 15px;
      height: 15px;
      display: none;
      align-items: center;
      justify-content: center;
      border-radius: 20px;
      text-align: center; }
      /* line 398, footer.scss */
      .mobile-submenu__item .count.show {
        display: flex; }

/* line 405, footer.scss */
.callibri_soc .callibri_wrap_pict_index,
.callibri_widget .callibri_close_ring {
  width: 56px !important;
  height: 56px !important;
  right: 20px !important;
  bottom: 20px !important;
  transform: translate(-3px, -3px) !important; }

/* line 414, footer.scss */
#callibri_wrap_pict_operator,
.callibri_soc .callibri_wrap_pict_index {
  width: 56px !important;
  height: 56px !important;
  transform: translate(0) !important;
  right: 20px !important;
  bottom: 20px !important; }

/* line 423, footer.scss */
#callibri-module-area .callibri_wrap_pict_l {
  right: 20px !important;
  bottom: 20px !important; }
  @media (max-width: 768px) {
    /* line 423, footer.scss */
    #callibri-module-area .callibri_wrap_pict_l {
      bottom: 65px !important; } }

/* line 432, footer.scss */
.callibri_wrap_pict_colorring {
  display: none; }

/* line 436, footer.scss */
.shop-icons {
  position: fixed;
  right: 20px;
  z-index: 1000;
  bottom: 85px; }
  @media (max-width: 768px) {
    /* line 436, footer.scss */
    .shop-icons {
      bottom: 130px; } }
  /* line 446, footer.scss */
  .shop-icons .shop-icon {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 60px;
    overflow: hidden;
    text-decoration: none !important; }
    /* line 454, footer.scss */
    .shop-icons .shop-icon img {
      width: 56px;
      height: 56px;
      border-radius: 60px; }

/* line 462, footer.scss */
.scroll-top {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  width: 46px;
  height: 46px;
  display: none;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  position: fixed;
  bottom: 25px;
  right: 96px;
  cursor: pointer;
  z-index: 800; }
  @media (max-width: 768px) {
    /* line 462, footer.scss */
    .scroll-top {
      bottom: 200px;
      right: 25px; } }
  /* line 482, footer.scss */
  .scroll-top.show {
    display: flex; }
  /* line 486, footer.scss */
  .scroll-top img {
    width: 20px;
    height: 20px; }
