/*
##==================================================================##
## @author    : OCdevWizard                                         ##
## @contact   : ocdevwizard@gmail.com                               ##
## @support   : http://help.ocdevwizard.com                         ##
## @license   : http://license.ocdevwizard.com/Licensing_Policy.pdf ##
## @copyright : (c) OCdevWizard. Smart Form Builder Pro Plus, 2017  ##
##==================================================================##
*/
/*@font-face {
  font-family: 'Roboto-Medium';
  src: url('../smart_form_builder_pro_plus_fonts/Roboto-Medium.eot');
  src: url('../smart_form_builder_pro_plus_fonts/Roboto-Medium.woff') format('woff'),
  url('../smart_form_builder_pro_plus_fonts/Roboto-Medium.ttf') format('truetype'),
  url('../smart_form_builder_pro_plus_fonts/Roboto-Medium.svg') format('svg');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../smart_form_builder_pro_plus_fonts/Roboto-Regular.eot');
  src: url('../smart_form_builder_pro_plus_fonts/Roboto-Regular.woff') format('woff'),
  url('../smart_form_builder_pro_plus_fonts/Roboto-Regular.ttf') format('truetype'),
  url('../smart_form_builder_pro_plus_fonts/Roboto-Regular.svg') format('svg');
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../smart_form_builder_pro_plus_fonts/Roboto-Thin.eot');
  src: url('../smart_form_builder_pro_plus_fonts/Roboto-Thin.woff') format('woff'),
  url('../smart_form_builder_pro_plus_fonts/Roboto-Thin.ttf') format('truetype'),
  url('../smart_form_builder_pro_plus_fonts/Roboto-Thin.svg') format('svg');
}*/
button.smfbpp-call-static-button {
  /* insert there your css style */
   position: relative;
  display: inline-block;
 /* font-family: Arial,Helvetica,FreeSans,&quot;Liberation Sans&quot;,&quot;Nimbus Sans L&quot;,sans-serif;*/
  font-size: 1.5em;
  font-weight: 700;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  user-select: none;
  padding: .3em 1em;
  outline: none;
  border: none;
  border-radius: 3px;
  background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
  box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
input.button4:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
input.button4:active {
  top: 1px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
  box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
button.smfbpp-call-float-button {
  position: fixed;
  right: 25px;
  bottom: 25px;
  padding: 15px;
  background: #2098D1;
  border: none;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  outline: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  /* remove it to disable animation effect: start; */
  -webkit-animation-name: smfbpp-call-float-button;
  animation-name: smfbpp-call-float-button;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /* remove it to disable animation effect: end */
}
button.smfbpp-call-sidebar-button {
  position: fixed;
  right: 25px;
  bottom: 25px;
  padding: 15px;
  background: #2098D1;
  border: none;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  outline: none;
  z-index: 9999;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  /* remove it to disable animation effect: start; */
  -webkit-animation-name: smfbpp-call-sidebar-button;
  animation-name: smfbpp-call-sidebar-button;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /* remove it to disable animation effect: end */
}
@-webkit-keyframes smfbpp-call-float-button {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes smfbpp-call-float-button {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes smfbpp-call-sidebar-button {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes smfbpp-call-sidebar-button {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
button.smfbpp-call-float-button:hover {
  -webkit-animation-name: smfbpp-call-float-button;
  animation-name: smfbpp-call-float-button;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
button.smfbpp-call-sidebar-button:hover {
  -webkit-animation-name: smfbpp-call-sidebar-button;
  animation-name: smfbpp-call-sidebar-button;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#smfbpp-modal-body * {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}
#smfbpp-modal-body {
  background: #fff;
  max-width: 400px;
  width: 90%;
  margin: 0 auto !important;
  min-height: 100px;
  position: relative;
}
.smfbpp-sidebar {
  width: 0;
  position: fixed;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 10001;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#smfbpp-sidebar-body {
  background: #fff;
  height: 100vh;
  width: 100%;
  display: table;
}
.smfbpp-sidebar-left {
  left: 0;
}
.smfbpp-sidebar-right {
  right: 0;
}
#smfbpp-modal-body .modal-heading {
  text-align: left;
  background-color: #EDEDED;
  font-family: Roboto-Regular, Arial, Tahoma;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
  position: relative;
  min-height: 50px;
  line-height: 50px;
  overflow: hidden;
}
#smfbpp-sidebar-body .sidebar-heading {
  text-align: left;
  background-color: #EDEDED;
  font-family: Roboto-Regular, Arial, Tahoma;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  height: 7.5vh;
  line-height: 25px;
  overflow: hidden;
  display: table-row;
}
#smfbpp-sidebar-body .sidebar-heading > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
}
#smfbpp-modal-body .modal-close {
  width: 24px;
  height: 24px;
  background: url(close.png) no-repeat;
  right: 15px;
  top: 13px;
  position: absolute;
  opacity: 0.5;
  cursor: pointer !important;
}
#smfbpp-sidebar-body .sidebar-close {
  width: 24px;
  height: 24px;
  background: url(close.png) no-repeat;
  right: 15px;
  top: 21px;
  position: absolute;
  opacity: 0.5;
  cursor: pointer !important;
}
#smfbpp-modal-body .modal-body {
  background: #fff;
  padding: 20px;
  overflow: auto;
}
#smfbpp-sidebar-body .sidebar-body {
  background: #fff;
  padding: 20px;
  overflow: auto;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
  color: #333;
  font-family: Roboto-Medium, Arial, Tahoma;
}
#smfbpp-sidebar-body #check-data {
  height: 100%;
  display: table-row;
}
#smfbpp-modal-body .modal-footer {
  padding: 17px 20px 17px 20px;
  background-color: #EDEDED;
  position: relative;
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
}
#smfbpp-sidebar-body .sidebar-footer {
  background-color: #EDEDED;
  display: table-row;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 15vh;
}
#smfbpp-sidebar-body .sidebar-footer > div {
  display: table-cell;
  vertical-align: middle;
}
.smfbpp-modal-loadmask,
.smfbpp-sidebar-loadmask {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  left: 0;
  top: 0;
}
.smfbpp-modal-loadmask-loading,
.smfbpp-modal-sidebar-loading {
  background: url(loading.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
}
.sidebar-success-message {
  text-align: center;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields {
  position: relative;
  display: block;
  margin: 5px 0 0 0;
  overflow: auto;
}
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields {
  position: relative;
  display: block;
  margin: 5px 0 0 0;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields > .left {
  float: left;
  width: 49%;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields > .right {
  float: right;
  width: 49%;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields > .center {
  clear: both;
  display: block;
  width: 100%;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields input[type=text],
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields textarea,
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields select {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: block;
  margin: 0 0 5px 0;
  padding: 2px 5px;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  -webkit-transition: border-color .75s;
  -moz-transition: border-color .75s;
  -o-transition: border-color .75s;
  transition: border-color .75s;
  outline: none;
}
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields input[type=text],
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields textarea,
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields select {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: block;
  margin: 0 0 5px 0;
  padding: 7px 5px;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  -webkit-transition: border-color .75s;
  -moz-transition: border-color .75s;
  -o-transition: border-color .75s;
  transition: border-color .75s;
  outline: none;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields textarea,
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields textarea {
  resize: vertical;
  min-height: 30px;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields select,
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields select {
  padding: 4px 5px;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields input[type=text]:focus,
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields textarea:focus,
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields select:focus,
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields input[type=text]:focus,
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields textarea:focus,
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields select:focus {
  border: 1px solid #5A5F63;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields .field-heading,
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields .field-heading {
  font-size: 13px;
  color: #333;
  font-family: Roboto-Medium, Arial, Tahoma;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
#smfbpp-modal-body .modal-body > form .smfbpp-module-fields label,
#smfbpp-sidebar-body .sidebar-body > form .smfbpp-module-fields label {
  cursor: pointer;
}
#smfbpp-modal-body #check-data .error-text,
#smfbpp-sidebar-body #check-data .error-text {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  margin: -4px 0 2px;
}
#smfbpp-modal-body #check-data .error-style,
#smfbpp-sidebar-body #check-data .error-style {
  border: 1px solid #DF2E2E !important;
}
.smfbpp-center-body .error-text {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  margin: 0;
}
.smfbpp-center-body .error-style {
  border: 1px solid #DF2E2E !important;
}
.smfbpp-center-body .form-group:last-child {
  margin-bottom: 0;
}
.smfbpp-fix-alert {
  margin-bottom: 0;
}
.smfbpp-center-body textarea {
  resize: vertical;
  min-height: 34px;
}
#smfbpp-modal-body .upload-file-button,
#smfbpp-sidebar-body .upload-file-button {
  display: inline-block;
  padding: 4px 0 3px;
  margin: 0;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 12px;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #3498db;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}
#smfbpp-modal-body .upload-file-button:hover,
#smfbpp-sidebar-body .upload-file-button:hover {
  background: #2980b9;
}
#smfbpp-modal-body .upload-file-button:active,
#smfbpp-sidebar-body .upload-file-button:active {
  background: #34495e;
}
#smfbpp-modal-body > .modal-footer > input,
#smfbpp-modal-body > .modal-footer > input.close-button-bottom {
  -webkit-appearance: none;
  float: left;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  width: 150px;
  outline: none;
  border: 0;
  font-size: 14px;
  font-family: Roboto-Medium, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #47c843;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}
#smfbpp-sidebar-body > .sidebar-footer input,
#smfbpp-sidebar-body > .sidebar-footer input.close-button-bottom {
  -webkit-appearance: none;
  float: left;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  margin: 0px 20px 0px 20px;
  padding: 0px;
  width: 84%;
  outline: none;
  border: 0;
  font-size: 14px;
  font-family: Roboto-Medium, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #47c843;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}
#smfbpp-modal-body > .modal-footer > input.close-button-bottom,
#smfbpp-sidebar-body > .sidebar-footer input.close-button-bottom {
  background: #E94E4E;
}
#smfbpp-sidebar-body > .sidebar-footer input.close-button-bottom {
  margin-top: 10px;
}
#smfbpp-modal-body > .modal-footer > input.close-button-bottom:hover,
#smfbpp-sidebar-body > .sidebar-footer input.close-button-bottom:hover {
  background: #E81717;
}
#smfbpp-modal-body > .modal-footer > input.close-button-bottom:active,
#smfbpp-sidebar-body > .sidebar-footer input.close-button-bottom:active {
  background: #AA3A3A;
}
#smfbpp-modal-body > .modal-footer > input.save-button-bottom {
  background: #47c843;
  float: right;
}
#smfbpp-sidebar-body > .sidebar-footer input.save-button-bottom {
  background: #47c843;
}
#smfbpp-modal-body > .modal-footer > input.save-button-bottom:hover,
#smfbpp-sidebar-body > .sidebar-footer input.save-button-bottom:hover {
  background: #3cb736;
}
#smfbpp-modal-body > .modal-footer > input.save-button-bottom:active,
#smfbpp-sidebar-body > .sidebar-footer input.save-button-bottom:active {
  background: #33933A;
}
.popup-text-danger,
.static-text-danger,
.sidebar-text-danger,
.form-text-danger,
.page-text-danger {
  font-size: 12px;
  display: block;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  margin-bottom: 7px;
}
#page-require-information {
  text-align: left;
}
#popup-require-information,
#sidebar-require-information,
#page-require-information,
.static-require-information {
  padding: 0px 0 20px;
  font-size: 13px;
  line-height: 13px;
  color: #333;

}
#popup-require-information a,
#sidebar-require-information a,
#page-require-information a,
.static-require-information a {
  color: #23a1d1;
  padding: 0;
  border: 0;
  background: none;
}
#popup-require-information a:hover,
#sidebar-require-information a:hover,
#page-require-information a:hover,
.static-require-information a:hover {
  color: #2a6496;
  padding: 0;
  border: 0;
  background: none;
}
.info-text-block {
  position: relative;
    padding-left: 50px;
    color: #4e545c;
    font-size: 16px;
    line-height: 24px
 /* font-size: 13px;
  line-height: 16px;
  color: #333;
  font-family: Roboto-Medium, Arial, Tahoma;*/
}
.info-text-block.pos-1 {
  margin: 0px 0 10px 0 !important;

  /*border-bottom: 1px solid #d9d9d9 !important;*/
  /*padding-bottom: 10px !important;*/
  padding: 0 10px;
  width: 670px;
  max-width: 100%
}
.info-text-block.pos-2 {
  margin: 10px 0 10px 0 !important;
  border-top: 1px solid #d9d9d9 !important;
  padding-top: 10px !important;
}
.bootstrap-datetimepicker-widget {
  z-index: 100002 !important;
}
@media (min-width: 320px) and (max-width: 359px) {
  #smfbpp-modal-body {
    width: 295px;
  }
  #smfbpp-modal-body > .modal-footer > input,
  #smfbpp-modal-body > .modal-footer > input.close-button-bottom {
    width: 100%;
    float: none;
  }
  #smfbpp-modal-body > .modal-footer > input + input {
    margin-left: 0;
    margin-top: 6px;
  }
  #smfbpp-modal-body > .modal-footer {
    overflow: auto;
    height: auto;
  }
}
@media (min-width: 360px) and (max-width: 414px) {
  #smfbpp-modal-body {
    width: 330px;
  }
}
/* animations */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in .mfp-with-anim.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-left .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-from-left.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-from-left.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-from-left.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-left.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-from-left.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-flip .mfp-content {
  perspective: 2000px;
}
.mfp-3d-flip .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-flip.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-flip.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-flip.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-flip.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-flip.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.form-horizontal
{   /*width: 470px;*/
    max-width: 100%;
    margin-left: auto;
 /* padding: 0 15px;*/
 font-family: HelveticaNeueCyr;
}
.container-activation
{
  min-width: 310px;
    width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.new-wid
{
width: 470px;
}
@media (max-width:767px){
  .container-activation
  {
    width: 100%;
    padding: 0 15px;
  }
}