/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1043;
  overflow: hidden;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: pointer;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.mfp-close,
button.mfp-arrow {
  display: block;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  overflow: visible;
  background: transparent;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.mfp-close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
.mfp-close use {
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.mfp-close .icon {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mfp-close:hover use,
.mfp-close:focus use {
  fill: #42770D;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.popup-media .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.popup-media.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.popup-media.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
/* Main image in popup */
img.mfp-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  img.mfp-img {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  img.mfp-img {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  img.mfp-img {
    padding: 40px 0;
  }
}
.mfp-image-holder .mfp-content {
  max-width: 800px;
}
@media only screen and (min-width: 1200px) {
  .popup-image .mfp-close {
    top: 30px;
    right: -150px;
  }
}
@media only screen and (max-width: 1199px) {
  .popup-image .mfp-close {
    padding: 3px;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup-image .mfp-close {
    top: 20px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .popup-image .mfp-close {
    top: 10px;
    right: 2px;
  }
}
@media only screen and (max-width: 1199px) {
  .popup-image .mfp-close .icon {
    vertical-align: top;
  }
}
.popup-image.mfp-removing {
  overflow-y: hidden !important;
}
.popup-image-press img.mfp-img {
  max-height: none !important;
  padding: 0 !important;
}
.popup-video .mfp-content {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .popup-video .mfp-close {
    top: 55px;
    right: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-video .mfp-close {
    top: -30px;
    right: 5px;
  }
}
.popup-video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.popup-video-container .mejs-container {
  max-width: 100%;
}
.popup-video-container video {
  background-color: #000;
  width: 100% !important;
}
.mejs-overlay {
  width: 100%;
}
.mejs-overlay .mejs-overlay-loading {
  display: none;
}
.popup-video .mfp-preloader {
  z-index: 1045;
}
.loader-circle {
  -webkit-transition: all 0.27s;
  transition: all 0.27s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.video-ready .loader-circle {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .popup-content .mfp-close {
    top: 14px;
    right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-content .mfp-close {
    top: 5px;
    right: 5px;
  }
}
.popup-content .mfp-close use {
  fill: #41424A;
}
.popup-content .mfp-close:hover use {
  fill: #42770D;
}
.popup-content .mfp-content {
  max-width: 1200px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 768px) {
  .popup-content .mfp-content {
    padding: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-content .mfp-content {
    padding: 25px;
  }
}
.popup-content .mfp-content > div {
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}
.popup-content.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.popup-content.mfp-ready .mfp-content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.popup-content.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.popup-content.mfp-removing .mfp-content > div {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.popup-alert-text {
  font-size: 20px;
  color: #000;
}
.popup-alert .mfp-content {
  width: 580px;
  max-width: 100%;
  border-top: 6px solid transparent;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 500px) {
  .popup-alert .mfp-content {
    background: none;
    opacity: 0;
    -webkit-transition: border-color 0.3s 0.6s;
    transition: border-color 0.3s 0.6s;
  }
}
@media only screen and (max-width: 499px) {
  .popup-alert .mfp-content {
    border-color: #E51627;
  }
}
@media only screen and (min-width: 500px) {
  .popup-alert .mfp-content:before {
    content: "";
    width: 460px;
    height: 460px;
    max-width: 80vw;
    max-height: 80vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -55%) scaleY(0.01);
            transform: translate(-50%, -55%) scaleY(0.01);
    -webkit-transition: width 0.3s 0.3s, height 0.3s 0.3s, border-radius 0.2s 0.4s, -webkit-transform 0.3s;
    transition: width 0.3s 0.3s, height 0.3s 0.3s, border-radius 0.2s 0.4s, -webkit-transform 0.3s;
    transition: transform 0.3s, width 0.3s 0.3s, height 0.3s 0.3s, border-radius 0.2s 0.4s;
    transition: transform 0.3s, width 0.3s 0.3s, height 0.3s 0.3s, border-radius 0.2s 0.4s, -webkit-transform 0.3s;
    z-index: -1;
  }
}
@media only screen and (min-width: 500px) {
  .popup-alert .mfp-content .popup-alert-content {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.6s;
    transition: opacity 0.3s 0.6s;
  }
}
@media only screen and (min-width: 500px) {
  .popup-alert .mfp-content.mfp-content-loaded {
    border-color: #E51627;
  }
}
@media only screen and (min-width: 500px) {
  .popup-alert .mfp-content.mfp-content-loaded:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-transform: translate(-50%, -50.1%) scaleY(1);
            transform: translate(-50%, -50.1%) scaleY(1);
  }
}
@media only screen and (min-width: 500px) {
  .popup-alert .mfp-content.mfp-content-loaded .popup-alert-content {
    opacity: 1;
  }
}
.popup-alert .popup-buttons {
  margin-top: 26px;
}
@media only screen and (max-width: 499px) {
  .popup-alert .popup-buttons .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 500px) {
  .popup-alert .popup-buttons .btn:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .popup-alert .popup-buttons .btn:not(:first-child) {
    margin-top: 20px;
  }
}
.popup-alert .btn {
  min-height: 50px;
  line-height: 1;
}
.popup-alert .btn-dark {
  min-width: 127px;
}
.popup-alert .btn-dark:not(:hover) {
  background-color: #000;
}
.popup-alert .btn-str-common {
  line-height: 16px;
}
.popup-alert .btn-str-common:hover {
  background-color: #000;
  border-color: #000;
}
@media only screen and (max-width: 499px) {
  .popup-alert-success .mfp-content {
    border-color: #378500;
  }
}
@media only screen and (min-width: 500px) {
  .popup-alert-success .mfp-content.mfp-content-loaded {
    border-top-color: #378500;
  }
}
@media only screen and (min-width: 500px) {
  .popup-alert.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-name: anim-open;
            animation-name: anim-open;
  }
}
.popup-alert.mfp-removing .mfp-content {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-animation-name: anim-close;
          animation-name: anim-close;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.popup-alert.mfp-removing .mfp-content > div {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@-webkit-keyframes anim-open {
  0% {
    -webkit-transform: translate3d(0, -50vh, 0);
    transform: translate3d(0, -50vh, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -50vh, 0);
    transform: translate3d(0, -50vh, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open {
  0% {
    -webkit-transform: translate3d(0, -50vh, 0);
    transform: translate3d(0, -50vh, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -50vh, 0);
    transform: translate3d(0, -50vh, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-close {
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50vh, 0);
    transform: translate3d(0, 50vh, 0);
  }
}
@keyframes anim-close {
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50vh, 0);
    transform: translate3d(0, 50vh, 0);
  }
}

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