.s3-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.s3-popup-overlay:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.s3-popup {
  max-width: 90%;
  max-height: 90%;
  min-width: 200px;
  min-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  position: relative;
  margin-top: -80px;
  text-align: left;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin-top 0.3s ease-out, opacity 0.5s ease-out;
          transition: margin-top 0.3s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}
.s3-popup.s3-popup--showed {
  margin-top: 0;
  opacity: 1;
}
.s3-popup__container {
  overflow-y: auto;
  height: 100%;
}
.s3-popup__content {
  position: relative;
  padding: 40px 40px 20px 20px;
}
.s3-popup--no-padding {
  padding: 0 !important;
}
.s3-popup--framed .s3-popup__content {
  font-size: 0;
}
.s3-popup--framed iframe {
  border: 0;
}
.s3-popup__close {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMCAwIDE0IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5SZWN0YW5nbGUgNTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJzcHJpdGVzIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA2LjAwMDAwMCwgLTY2NC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9ImNsb3NlLWIiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5My4wMDAwMDAsIDYwMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMSw3MCBMMjcsNjQgTDI2LDYzIEwyMCw2OSBMMTQsNjMgTDEzLDY0IEwxOSw3MCBMMTMsNzYgTDE0LDc3IEwyMCw3MSBMMjYsNzcgTDI3LDc2IEwyMSw3MCBMMjEsNzAgWiIgaWQ9IlJlY3RhbmdsZS01IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.s3-popup__close:hover {
  background-color: #53a429;
}
.s3-popup__gallery-wrap {
  position: relative;
  overflow: hidden;
}
.s3-popup__gallery {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.s3-popup__gallery img {
  max-width: 100%;
  margin: auto;
}
.s3-popup--inslide {
  z-index: 2;
}
.s3-popup__arrows {
  width: 30px;
  height: 40px;
  background: red;
  position: absolute;
  top: 300px;
  cursor: pointer;
  margin-top: -20px;
  z-index: 10;
  display: none;
}
.s3-popup__arrows.s3-popup--left {
  left: 20px;
}
.s3-popup__arrows.s3-popup--right {
  right: 20px;
}
.s3-popup-overlay--closed {
  display: none !important;
}
.s3-popup-overlay--opened {
  display: block !important;
}
.s3-popup__spinner {
  width: 30px;
  height: 30px;
  background-color: #6FBF44;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  outline: 1px solid transparent;
  z-index: 10;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.s3-form-style1 .s3-popup__content {
  padding: 0 !important;
}
.s3-form-style2 .s3-popup__content {
  padding: 0 !important;
}
.s3-form-style2 .s3-popup {
  overflow: visible;
  border-radius: 3px;
  background-color: transparent !important;
  box-shadow: none !important;
}
.s3-form-style2 .s3-popup__close {
  border-radius: 18px;
  width: 36px;
  height: 36px;
  right: -35px;
  top: -35px;
}
.s3-form-style2 .s3-popup__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}