.PageRender-module-content-Uq4-N {
   flex-grow: 1;
   display: flex;
   flex-direction: column;
}

.CustomPage-module-contacts-container-fCkSn {
   position: fixed;
   z-index: 10;
   right: 16px;
   bottom: 16px;
   background: white;
   padding: 4px 12px;
   border-radius: 16px;
   box-shadow: 0px 0px 8px 1px #bababa;
   display: flex;
   align-items: center;
}

/* Если в контейнере больше одного элемента — растягиваем на всю ширину с учетом отступов */
.CustomPage-module-contacts-container-fCkSn:has(.CustomPage-module-contacts-item-iMllt + .CustomPage-module-contacts-item-iMllt) {
   left: 16px;
   right: 16px;
}

/* Центральный разделитель строго по центру контейнера, если более одного элемента */
.CustomPage-module-contacts-container-fCkSn:has(.CustomPage-module-contacts-item-iMllt + .CustomPage-module-contacts-item-iMllt)::after {
   content: '';
   position: absolute;
   left: 50%;
   top: 8px;
   bottom: 8px;
   width: 1px;
   background: rgba(0, 0, 0, 0.12);
   transform: translateX(-0.5px);
}

.CustomPage-module-contacts-item-iMllt {
   display: flex;
   align-items: center;
   cursor: pointer;
   color: black;
   flex-grow: 1;
   width: 50%;
   padding: 0 8px;
   justify-content: center;
}

.CustomPage-module-contacts-icon-JPIfq {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   margin-right: 4px;
   animation: CustomPage-module-pulse-bPY9g 2s ease-in-out infinite;
}

@keyframes CustomPage-module-pulse-bPY9g {
   0%,
   100% {
      transform: scale(1);
   }
   50% {
      transform: scale(1.05);
   }
}

.CustomPage-module-whats-app-CSgei {
   background-image: url(/static/563131b61e33dde31c23.svg);
}

.CustomPage-module-phone-qTTQ1 {
   background-image: url(/static/1ab28f924d5bdb6bcb34.svg);
}

.CustomPage-module-contacts-text-44Y1\+ {
   font-weight: bold;
}

.CustomPage-module-cookie-popup-yy9\+0 {
   position: fixed;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 9;
   bottom: 76px;
   left: 16px;
   right: 16px;
   background: white;
   padding: 12px;
   max-width: 646px;
   margin: 0 auto;
   border-radius: 5px;
   box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.1);
}

.CustomPage-module-cookie-popup-text-ljG4U {
   font-weight: 200;
}

.CustomPage-module-cookie-popup-button-j0E7G {
   border-radius: 5px;
   cursor: pointer;
   padding: 8px 12px;
}

@media screen and (min-width: 641px) {
   .CustomPage-module-contacts-icon-JPIfq {
      width: 48px;
      height: 48px;
   }

   .CustomPage-module-contacts-text-44Y1\+ {
      font-size: 14px;
   }

   .CustomPage-module-contacts-text-small-soANO {
      font-size: 10px;
      font-weight: 300;
   }

   .CustomPage-module-to-top-button-mMBni {
      position: fixed;
      cursor: pointer;
      z-index: 10;
      background: rgb(114 114 114 / 40%);
      border-radius: 6px;
   }

   .CustomPage-module-to-top-button-arrow-seRRh {
      width: 22px;
      height: 22px;
      border-top: 4px solid rgb(255 255 255 / 60%);
      border-right: 4px solid rgb(255 255 255 / 60%);
      margin-right: 16px;
      transform: rotate(-45deg);
      margin-left: 16px;
      margin-top: 23px;
      margin-bottom: 9px;
   }

   .CustomPage-module-to-top-button-mMBni:hover {
      background: rgb(114 114 114 / 80%);
   }

   .CustomPage-module-to-top-button-mMBni:hover .CustomPage-module-to-top-button-arrow-seRRh {
      border-top: 4px solid rgb(255 255 255);
      border-right: 4px solid rgb(255 255 255);
   }

   .CustomPage-module-cookie-popup-text-ljG4U {
      margin-right: 16px;
      font-size: 14px;
   }
}

@media screen and (max-width: 640px) {
   .CustomPage-module-contacts-container-fCkSn {
      padding: 8px 12px;
   }

   .CustomPage-module-whats-app-CSgei {
      width: 32px;
      height: 32px;
   }

   .CustomPage-module-phone-qTTQ1 {
      width: 19px;
      height: 24px;
   }

   .CustomPage-module-contacts-text-44Y1\+ {
      font-size: 13px;
   }

   .CustomPage-module-contacts-text-small-soANO {
      font-size: 9px;
   }

   .CustomPage-module-cookie-popup-yy9\+0 {
      flex-direction: column;
      right: 56%;
   }

   .CustomPage-module-cookie-popup-text-ljG4U {
      margin-bottom: 12px;
      font-size: 10px;
   }

   .CustomPage-module-cookie-popup-button-j0E7G {
      width: 100%;
      padding: 6px;
      font-size: 12px;
   }
}

