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

.CustomPage-module-contacts-container--PH0g {
   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--PH0g:has(.CustomPage-module-contacts-item-O\+LgR + .CustomPage-module-contacts-item-O\+LgR) {
   left: 16px;
   right: 16px;
}

/* Центральный разделитель строго по центру контейнера, если более одного элемента */
.CustomPage-module-contacts-container--PH0g:has(.CustomPage-module-contacts-item-O\+LgR + .CustomPage-module-contacts-item-O\+LgR)::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-O\+LgR {
   display: flex;
   align-items: center;
   cursor: pointer;
   color: black;
   flex-grow: 1;
   width: 50%;
   padding: 0 8px;
   justify-content: center;
}

.CustomPage-module-contacts-icon-o9UaZ {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   animation: CustomPage-module-pulse-eRRPM 2s ease-in-out infinite;
   display: block;
}

.CustomPage-module-whats-app-container-jNybB {
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   color: black;
}

.CustomPage-module-phone-z7mEk,
.CustomPage-module-whats-app-e\+1sZ {
   margin-right: 4px;
}

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

.CustomPage-module-whats-app-e\+1sZ {
   background-image: url(/static/563131b61e33dde31c23.svg);
}

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

.CustomPage-module-tg-0vgox {
   background-image: url(/static/b0589b5e724dd92cc132.svg);
}

.CustomPage-module-contacts-text-I1SGp {
   font-weight: bold;
}

.CustomPage-module-cookie-popup-wqHvK {
   position: fixed;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 9;
   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-desktop-uhL13 {
   bottom: 16px;
}

.CustomPage-module-cookie-popup-mobile-sDEbH {
   bottom: 76px;
}

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

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

@media screen and (min-width: 641px) {
   .CustomPage-module-phone-z7mEk {
      width: 26px;
      height: 34px;
   }

   .CustomPage-module-tg-0vgox,
   .CustomPage-module-whats-app-e\+1sZ {
      width: 36px;
      height: 36px;
      padding: 4px;
   }

   .CustomPage-module-contacts-text-I1SGp {
      font-size: 14px;
   }

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

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

   .CustomPage-module-to-top-button-arrow-oqNq5 {
      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-MPhXq:hover {
      background: rgb(114 114 114 / 80%);
   }

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

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

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

   .CustomPage-module-tg-0vgox,
   .CustomPage-module-whats-app-e\+1sZ {
      width: 24px;
      height: 24px;
      padding: 3px;
   }

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

   .CustomPage-module-contacts-text-I1SGp {
      font-size: 12px;
   }

   .CustomPage-module-contacts-text-small-mOWWH {
      font-size: 8px;
   }

   .CustomPage-module-cookie-popup-wqHvK {
      flex-direction: column;
      right: 56%;
   }

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

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

