img[data-obj-fit] {
  width: 100%;
  height: 100%;
}

img[data-obj-fit="contain"] {
  -o-object-fit: contain;
     object-fit: contain;
}

img[data-obj-fit="cover"] {
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fit-img img {
  opacity: 0;
}

.arcticmodal-container_i {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.arcticmodal-container_i2 {
  height: 100%;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .arcticmodal-container_i2 {
    padding: 1.25rem;
  }
}
.arcticmodal-container_i2 > *:not(.loading) {
  white-space: normal;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
}

.pswp__bg {
  background: rgba(255, 255, 255, 0.87);
}
.pswp__ui--fit .pswp__top-bar {
  background: none;
}
@media (min-width: 768px) {
  .pswp__caption {
    padding: 60px 30px 0 30px;
  }
}
.pswp__ui--fit .pswp__caption {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
}
.pswp__caption__center {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
}
@media (min-width: 768px) {
  .pswp__caption__center {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 0;
    max-width: none;
  }
}
.pswp__counter, .pswp__button--fs, .pswp__button--share, .pswp__button--close, .pswp__button--zoom {
  background-color: #737374;
}
.pswp__img--placeholder {
  -o-object-fit: contain;
     object-fit: contain;
}

.popup-close-btn {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  display: inline-block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  outline: 0;
  background: rgba(30, 30, 30, 0.6);
}
.popup-close-btn:after, .popup-close-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #fff;
}
.popup-close-btn:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-close-btn:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}



/*# sourceMappingURL=popups.css.map */


.popup {
    width: 100%;
    max-width: 40rem;
    padding: 1.875rem 1.25rem;
}

.popup__header {
    text-align: center;
    margin-bottom: 2.1875rem;
}
.popup__header:after {
    content: '';
    display: block;
    width: 8.9375rem;
    height: 0.1875rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(33.333%, #dfdfdf), color-stop(33.333%, #107fc9), color-stop(66.666%, #107fc9), color-stop(66.666%, #dfdfdf));
    background: linear-gradient(to right, #dfdfdf 33.333%, #107fc9 33.333%, #107fc9 66.666%, #dfdfdf 66.666%);
    margin: 1.2em auto 0;
}
.popup__title {
    font-size: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}
.popup_service .popup__img,
.popup_new .popup__img {
    display: block;
    max-width: 100%;
    margin: 0 auto 1.5em;
}
.popup_personnel .personnel-item {
    max-width: 18.4375rem;
    margin: 0 auto 1.5em;
}
.popup_new .share-box {
    margin: 2rem 0 3.125rem;
}
@media (min-width: 48em) {
    .popup {
        max-width: 45.625rem;
        padding: 3.125rem 3.75rem;
    }
    .popup__title {
        font-size: 2.125rem;
    }
    .popup_album {
        max-width: 80em;
    }
}


div[id^="wait_comp_"] {
    display: none !important;
}

.popup .error-text {
    color: #FF3914;
    margin: 0 0 25px 15px;
}

.popup .error-input {
    border-color: #ff0000;
}

.confirm-text {
    font-size: 10px;
    line-height: 18px;
    margin-bottom:15px;
}