.mfp-bg {
  background: var(--color-black);
}

.mfp-zoom-in .mfp-content {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in .mfp-arrow {
  opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-arrow {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.mfp-zoom-in > .mfp-close {
  opacity: 0 !important;
  transition: opacity 0.25s ease-in-out;
}

.mfp-zoom-in.mfp-ready > .mfp-close {
  opacity: 1 !important;
}

.mfp-zoom-in.mfp-removing > .mfp-close {
  opacity: 0 !important;
}

/* .mfp-inline-holder .mfp-close {
  width: 42px;
  height: 42px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  top: 0;
  right: 0;
}
@media (max-width: 575px) {
  .mfp-inline-holder .mfp-close {
    height: 46px;
  }
} */

.mfp-full .mfp-container {
  padding: 0px;
}
.mfp-full .mfp-content {
  height: 100%;
}
.mfp-full .mfp-close {
  opacity: 1;
  line-height: 1;
  width: fit-content;
  font-size: 24px;
  font-family: inherit;
  color: inherit !important;
  display: flex;
  align-items: center;
  top: 25px;
  right: 90px;
}
.mfp-full .mfp-close:active {
  top: 25px;
}
.mfp-full .mfp-close svg {
  stroke: currentColor;
  margin-right: 12px;
}

.popup-callback {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.popup-callback > .row {
  height: 100%;
}
.popup-callback__images {
  height: 100%;
  background-color: var(--color-black);
  position: relative;
}
.popup-callback__images img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 5s, visibility 5s;
}
.popup-callback__images img.-active {
  opacity: 1;
  visibility: visible;
}
.popup-callback__images:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.6;
}
.popup-callback__content {
  height: 100%;
  padding: 90px 90px 50px 90px;
  background-color: var(--color-blue);
}
.popup-callback__title {
  margin: 0px 0px 20px 0px;
}
.popup-callback__subtitle {
  margin: 0px 0px 35px 0px;
  color: #afb7fa;
  max-width: 800px;
}
.popup-callback__footer {
  color: #afb7fa;
  padding-top: 60px;
}
.popup-callback__footer a {
  color: inherit;
  text-decoration: none;
}
body.-notouch .popup-callback__footer a:hover {
  color: var(--color-white);
}
.popup-callback__footer-copy {
  margin-bottom: 25px;
}

.popup-callback__footer-address p {
  margin-bottom: 25px;
}
.popup-callback__footer-address p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .popup-callback__footer-contacts {
    text-align: right;
  }
}
@media (max-width: 1279px) {
  .popup-callback__footer-address {
    margin-bottom: 25px;
  }
  .popup-callback__subtitle {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  .popup-callback__subtitle {
    font-size: 28px;
    line-height: 1.2;
    max-width: 600px;
  }
  .popup-callback__content {
    padding: 60px;
  }
  .mfp-full .mfp-close {
    right: 60px;
  }
}
@media (max-width: 575px) {
  .popup-callback__subtitle {
    font-size: 24px;
  }
  .popup-callback__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mfp-full .mfp-close {
    right: 20px;
    top: 20px;
    width: 44px;
    justify-content: center;
  }
  .mfp-full .mfp-close span {
    display: none;
  }
  .mfp-full .mfp-close svg {
    margin-right: 0;
  }
}

/*
.popup * {
  color: #fff;
}
.popup__title {
  background-color: rgba(24, 170, 179, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 50px 10px 30px;
}
.popup__text {
  background-color: rgba(13, 81, 133, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 25px 30px;
}
.popup__text p {
  margin-bottom: 15px;
}
.popup__text p:last-child {
  margin-bottom: 0;
}
.popup__text ul:last-child li:last-child {
  margin-bottom: 0;
}
.popup li::marker {
  color: currentColor;
  font-size: 12px;
}
@media (max-width: 575px) {
  .popup__title {
    padding-left: 15px;
  }
  .popup__text {
    padding-left: 15px;
    padding-right: 15px;
  }
} */
