@charset "UTF-8";
#messenger_modal {
  position: relative;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 0 !important;
  max-width: 724px !important;
  min-width: 724px !important;
  width: calc(100vw - 32px) !important;
  height: fit-content !important;
  background: #fff;
  overflow: visible; }
  #messenger_modal .modal-dialog {
    width: 100%;
    max-width: none;
    margin: 0; }
  #messenger_modal .modal-content {
    width: 100%;
    padding: 32px;
    border: 0;
    border-radius: 12px;
    box-shadow: none; }
  #messenger_modal .modal-header {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 0; }
  #messenger_modal .modal-body {
    margin: 0;
    padding: 0; }
  #messenger_modal .nrobot-checkbox {
    margin: 0; }
  #messenger_modal .nrobot-checkbox .form-main__text {
    display: grid;
    grid-template-columns: 13px 1fr;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    /* identical to box height, or 17px */
    letter-spacing: -0.02em;
    color: #646464; }
    #messenger_modal .nrobot-checkbox .form-main__text input {
      flex: 0 0 auto;
      margin: 0; }
    #messenger_modal .nrobot-checkbox .form-main__text .legal-popup,
    #messenger_modal .nrobot-checkbox .form-main__text .legal-link {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 140%;
      /* identical to box height, or 17px */
      letter-spacing: -0.02em;
      color: #646464; }

/*виджет для мессенджеров(начало)*/
#messenger_modal .messenger__form {
  display: flex;
  flex-direction: column;
  gap: 20px; }

#messenger_modal .messenger-send {
  width: 100px;
  max-width: none;
  height: 50px;
  border: 0;
  border-radius: 4px;
  background: #ff5a19 !important;
  color: #fff;
  font-weight: 400;
  cursor: pointer; }

#messenger_modal .form-group {
  margin-bottom: 0; }

#messenger_modal .messenger-input-phone > div {
  position: relative;
  display: block;
  margin: 0; }

#messenger_modal .messenger-input-phone {
  margin-bottom: 14px; }

#messenger_modal .messenger-input-phone input {
  display: block;
  width: 100%;
  height: 34px;
  border: 0;
  border-radius: 9px;
  background-color: #E3EDF2;
  padding: 6px 14px;
  color: #646464;
  box-shadow: none; }

#messenger_modal .messenger-input-phone .input__label {
  position: absolute;
  left: 14px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  color: #646464;
  pointer-events: none; }

#messenger_modal .messenger-input-phone input:focus + .input__label,
#messenger_modal .messenger-input-phone input:not(:placeholder-shown) + .input__label {
  display: none; }

#messenger_modal .messenger-send:hover {
  background: #ff6b2f !important; }

#messenger_modal .messenger-send:active {
  background: #e94f12 !important; }

#messenger_modal .instructions {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 18px; }

#messenger_modal .modal-header p {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #000000;
  text-transform: uppercase; }

/*виджет для мессенджеров(конец)*/
.cookie {
  left: 50%;
  transform: translateX(-50%); }

.block-mess-contacts {
  position: fixed;
  bottom: 25px;
  right: 25px;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 1000; }

.mobile-mess-contacts {
  background-color: #ffffff;
  display: none; }

.phone-btn-mess {
  background: #fff;
  border: none;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s ease;
  z-index: 2;
  box-shadow: 0 4px 12.3px 0 rgba(0, 0, 0, 0.15); }

.phone-btn-mess span {
  display: flex; }

.phone-btn-mess .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease; }

.phone-btn-mess .close {
  opacity: 0; }

.phone-btn-mess.open .phone {
  opacity: 0; }

.phone-btn-mess.open .close {
  opacity: 1; }

.social-panel {
  position: absolute;
  flex-direction: column;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12.3px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.4s ease, height 0.4s ease;
  transform: translateX(-2px) translateY(100px);
  height: 0;
  z-index: 1;
  display: flex;
  bottom: 70px; }

.phone-btn-mess.open + .social-panel {
  width: fit-content;
  height: fit-content;
  transform: translateX(0);
  padding: 7px;
  gap: 16px; }

.social-panel button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer; }

.recall_block_mb {
  display: none !important; }

.social-panel a {
  display: flex !important;
  margin-top: auto;
  margin-bottom: auto; }

.help-block-error {
  margin: 0; }

@media (max-width: 768px) {
  .fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete {
    padding: 15px !important; }

  .hidden-mobile {
    display: none !important; }

  .cookieWidget--wrapper {
    bottom: 10px; }

  .cookieWidget {
    background: #f1f1f1;
    box-shadow: 0 -4px 13.9px 0 rgba(0, 0, 0, 0.25), -3px 6px 10.5px 0 rgba(0, 0, 0, 0.2); }

  .cookieWidget__text,
  .cookieWidget__text a {
    color: #282828; }

  #messenger_modal {
    width: calc(100vw - 24px) !important;
    min-width: 0 !important; }

  #socialModalContainer {
    width: calc(100vw - 24px) !important;
    min-width: 0 !important; }

  #messenger_modal .modal-content {
    padding: 28px 16px 20px; }

  .cookie {
    transform: unset;
    left: unset;
    margin-bottom: 70px; }

  .block-mess-contacts {
    width: calc(100% - 30px);
    gap: 15px;
    right: 15px;
    bottom: 15px; }

  .mobile-mess-contacts {
    flex-grow: 1;
    box-shadow: 0 4px 12.3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: inherit;
    display: flex;
    justify-content: space-around; }

  .mobile-mess-contacts a {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto; }

  .contact-button {
    height: inherit;
    box-shadow: 0 4px 12.3px rgba(0, 0, 0, 0.15);
    border-radius: 10px; }

  #messenger_modal.in {
    display: flex !important; }

  #messenger_modal.in > div {
    margin-top: auto;
    margin-bottom: auto; }

  #messenger_modal .modal-header p {
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */
    letter-spacing: -0.04em;
    color: #000000; }

  #messenger_modal .modal-header .close span {
    font-size: 36px; }

  #messenger_modal .messenger-send {
    width: 100%; } }
.jquery-modal.blocker.current {
  z-index: 1000; }

#socialModalContainer {
  padding: 0 !important;
  max-width: 724px !important;
  min-width: 724px !important;
  width: calc(100vw - 32px) !important;
  overflow: visible; }

.icon-rotator {
  position: relative;
  width: 50px;
  height: 50px; }

.rotor-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 50px;
  opacity: 0;
  animation: iconFade 4s infinite;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* Три иконки с разным временем начала */
.icon1 {
  animation-delay: 0s; }

.icon2 {
  animation-delay: 2s; }

/* Анимация плавной смены */
@keyframes iconFade {
  0%, 50% {
    opacity: 1; }
  50.5%, 100% {
    opacity: 0; } }
.messenger_modal__close_button {
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent; }

/*# sourceMappingURL=social.css.map */
