/* 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: #e8e7e2;
  padding-bottom: 55px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4); }
  @media (max-width: 768px) {
    /* line 155, footer.scss */
    .footer {
      padding-bottom: 20px; } }
  /* line 166, footer.scss */
  .footer .prefooter {
    background-color: #bb442a;
    height: 50px;
    width: 100%;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      /* line 166, footer.scss */
      .footer .prefooter {
        margin-bottom: 20px; } }
  /* line 177, footer.scss */
  .footer__inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      /* line 177, footer.scss */
      .footer__inner {
        flex-direction: column; } }
    /* line 185, footer.scss */
    .footer__inner .shop-links {
      width: 250px; }
      @media (max-width: 768px) {
        /* line 185, footer.scss */
        .footer__inner .shop-links {
          order: 2;
          margin-top: 15px; } }
      /* line 193, footer.scss */
      .footer__inner .shop-links__footer-logo {
        max-width: 100%; }
        @media (max-width: 768px) {
          /* line 193, footer.scss */
          .footer__inner .shop-links__footer-logo {
            display: none; } }
      /* line 201, footer.scss */
      .footer__inner .shop-links__item {
        margin-bottom: 20px; }
        /* line 204, footer.scss */
        .footer__inner .shop-links__item:last-child {
          margin-bottom: 0; }
        /* line 208, footer.scss */
        .footer__inner .shop-links__item .text {
          font-size: 13px;
          font-weight: 400;
          font-style: normal;
          color: #14243a;
          margin-bottom: 15px;
          margin-top: 22px; }
        /* line 217, footer.scss */
        .footer__inner .shop-links__item .items {
          display: flex;
          align-items: center;
          font-size: 15px;
          font-weight: 400;
          font-style: normal;
          color: #bb442a;
          text-decoration: none; }
          @media (max-width: 991px) {
            /* line 217, footer.scss */
            .footer__inner .shop-links__item .items {
              flex-wrap: wrap; } }
          /* line 230, footer.scss */
          .footer__inner .shop-links__item .items .shop-link {
            width: 20px;
            height: 20px;
            margin-right: 8px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transition: transform 0.3s ease; }
            /* line 239, footer.scss */
            .footer__inner .shop-links__item .items .shop-link:hover {
              transform: scale(1.2); }
            /* line 243, footer.scss */
            .footer__inner .shop-links__item .items .shop-link.rutube {
              margin-bottom: 4px;
              margin-left: 2px; }
            /* line 248, footer.scss */
            .footer__inner .shop-links__item .items .shop-link:last-child {
              margin-right: 0; }
          /* line 253, footer.scss */
          .footer__inner .shop-links__item .items .payment-icon {
            width: 40px;
            margin-right: 10px;
            margin-top: 4px; }
            /* line 258, footer.scss */
            .footer__inner .shop-links__item .items .payment-icon:last-child {
              margin-right: 0; }
    /* line 266, footer.scss */
    .footer__inner .footer-list {
      display: flex;
      flex-direction: column;
      width: calc((100% - 250px) / 3 - 20px);
      margin-right: 20px; }
      @media (max-width: 991px) {
        /* line 266, footer.scss */
        .footer__inner .footer-list {
          min-width: 125px;
          margin-left: 9px;
          width: auto; } }
      @media (max-width: 768px) {
        /* line 266, footer.scss */
        .footer__inner .footer-list {
          margin-left: 0;
          width: 100%; } }
      /* line 283, footer.scss */
      .footer__inner .footer-list .title {
        line-height: 21px;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        font-style: normal;
        color: #bb442a;
        margin-bottom: 22px; }
        @media (max-width: 768px) {
          /* line 283, footer.scss */
          .footer__inner .footer-list .title {
            border-bottom: 1px solid #979797;
            padding: 10px 0px;
            cursor: pointer; } }
        /* line 298, 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 298, footer.scss */
            .footer__inner .footer-list .title .arrow {
              display: block; } }
      /* line 314, footer.scss */
      .footer__inner .footer-list .items {
        display: flex;
        flex-direction: column; }
        @media (max-width: 768px) {
          /* line 314, footer.scss */
          .footer__inner .footer-list .items {
            display: none; } }
        /* line 322, footer.scss */
        .footer__inner .footer-list .items .item {
          display: block;
          text-decoration: none;
          padding-bottom: 16px;
          font-size: 12px;
          font-weight: 400;
          font-style: normal;
          color: #14243a;
          width: 100%;
          transition: color 0.3s ease; }
          /* line 333, footer.scss */
          .footer__inner .footer-list .items .item:hover {
            color: #bb442a; }

/* line 342, footer.scss */
.shops {
  background: #e8e7e2;
  padding-bottom: 50px; }
  /* line 346, footer.scss */
  .shops__inner {
    display: flex;
    padding: 35px 0;
    flex-wrap: wrap; }
  /* line 352, footer.scss */
  .shops__item {
    text-decoration: none; }
    @media (max-width: 768px) {
      /* line 352, footer.scss */
      .shops__item {
        margin-bottom: 20px; } }
    /* line 359, footer.scss */
    .shops__item .name {
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      color: #b8422f; }
    /* line 366, footer.scss */
    .shops__item .desc {
      max-width: 239px;
      margin-top: 10px;
      font-weight: 400;
      font-size: 12px;
      line-height: 130%;
      color: #1d2e3f; }
  /* line 376, footer.scss */
  .shops .ps {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #78828C;
    margin-top: 35px; }
    @media (max-width: 768px) {
      /* line 376, footer.scss */
      .shops .ps {
        margin-top: 20px; } }

/* line 389, 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: #fff;
  padding: 10px; }
  @media (max-width: 768px) {
    /* line 389, footer.scss */
    .mobile-submenu {
      display: flex; } }
  /* line 407, footer.scss */
  .mobile-submenu__item {
    width: 22px;
    position: relative; }
    /* line 411, footer.scss */
    .mobile-submenu__item img,
    .mobile-submenu__item svg {
      width: 100%; }
    /* line 416, footer.scss */
    .mobile-submenu__item .count {
      font-weight: 500;
      font-size: 9px;
      line-height: 1;
      background: #F20000;
      border: 1px solid #F20000;
      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 434, footer.scss */
      .mobile-submenu__item .count.show {
        display: flex; }

/* line 441, 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 450, 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 459, footer.scss */
#callibri-module-area .callibri_wrap_pict_l {
  right: 20px !important;
  bottom: 20px !important; }
  @media (max-width: 768px) {
    /* line 459, footer.scss */
    #callibri-module-area .callibri_wrap_pict_l {
      bottom: 65px !important; } }

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

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

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