.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-holder .mfp-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mfp-ajax-holder .mfp-container:before {
  display: none;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-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.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.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:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  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-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.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-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.mfp-content .modal {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  width: 100%;
  max-width: 745px;
  overflow-y: auto;
  margin: 0px auto 8px;
  padding: 60px 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fefefeb3;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  z-index: 0;
  display: block;
}
.mfp-content .modal * {
  outline: none;
}
.mfp-ready .mfp-content .modal {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mfp-removing .mfp-content .modal {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.modal__close {
  position: absolute;
  top: 18px;
  right: 24px;
  display: block;
  width: 25px;
  height: 25px;
  z-index: 0;
  color: black;
  text-decoration: none;
}

.modal__close:hover .icon {
  stroke: #ef7f1a;
}

.modal__close .icon {
  stroke: #717681;
  stroke-width: 2px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.modal__title {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #5c5c5c;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.modal__title:not(:last-child) {
  margin: 10px 0 14px;
}

.modal__hint {
  font-size: 16px;
  line-height: 150%;
  color: #545556;
}

.modal__hint a {
  color: #ef7f1a;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.modal__hint a:hover {
  color: #ff993d;
}

.mfp-bg {
  background-color: #ffffff00;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.mfp-bg.mfp-ready {
  visibility: visible;
  opacity: 1;
}

.mfp-bg.mfp-removing {
  visibility: hidden;
  opacity: 0;
}

.mfp-wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.mfp-wrap.mfp-ready {
  visibility: visible;
  opacity: 1;
}

.mfp-wrap.mfp-removing {
  visibility: hidden;
  opacity: 0;
}

.formand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .formand {
  }
}

.form__group-50 {
  width: 100%;
  margin: 8px 32px;
}

@media (max-width: 600px) {
  .form__group-50 {
    width: 100%;
    margin: 6px 12px 20px;
  }
}

/* @media (max-width: 450px) {
  .form__group-50 {
    width: calc(100% - 24px);
  }
} */

.form__group-100 {
  width: calc(100% - 36px);
  margin: 16px 32px 8px;
}

@media (max-width: 600px) {
  .form__group-100 {
    width: calc(100% - 24px);
    margin: 6px 12px;
  }
}

.form__group-desc {
  width: 100%;
  margin: 6px 18px 0;
  font-size: 16px;
  line-height: 150%;
  color: #545556;
}

@media (max-width: 600px) {
  .form__group-desc {
    margin: 6px 12px;
  }
}

.form__group-desc:first-child {
  margin: 0 18px;
}

.form__group-hint {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 133%;
  color: #df2631;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  display: none;
}
.form__group-50.form__required.form__error {
  border: 1px solid rgba(223, 38, 49, 1);
}
.form__label {
  display: block;
  cursor: pointer;
}

.form__label-name {
  display: inline-block;
  margin: 0 0 2px;
  font-weight: 100;
  font-size: 16px;
  line-height: 152%;
  color: #a4a4a4;
}

.form__label-name a {
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  text-decoration: underline;
}

.form__label-name a:hover {
  color: #ef7f1a;
}

.form__label-info {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 0 0 16px;
}

@media (max-width: 450px) {
  .form__label-info {
    display: inline;
    width: 18px;
    height: 18px;
    margin: 0;
  }
}

.form__label-info .icon {
  width: 18px;
  height: 18px;
  fill: #717681;
}

@media (max-width: 450px) {
  .form__label-info .icon {
    display: inline;
  }
}

.form__file {
  margin: -15px 0 6px;
}

@media (max-width: 600px) {
  .form__file {
    margin: 0 0 6px;
  }
}

.form__file-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 26px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('/wp-includes/and/file-area-border.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 450px) {
  .form__file-area {
    padding: 16px;
  }
}

.form__file-area:hover .icon {
  fill: #9da1a4;
}

.form__file-area .icon {
  width: 50px;
  height: 36px;
  fill: #d6dce0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.form__file-area .icon:not(:last-child) {
  margin: 0 24px 0 0;
}

@media (max-width: 450px) {
  .form__file-area .icon:not(:last-child) {
    margin: 0 0 16px;
  }
}

.form__file-area-caption {
  max-width: 250px;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: #9da1a4;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

@media (max-width: 450px) {
  .form__file-area-caption {
    width: 100%;
    max-width: 100%;
  }
}

.form__file-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
}

.form__file-list-item img {
  display: block;
  width: 65px;
}

.form__file-list-item img:not(:last-child) {
  margin: 0 18px 0 0;
}
.form__file-list-item .obrez {
  display: flex;
  align-items: center;
}

.form__file-list-item span {
  max-width: calc(100% - 115px);
  max-height: 31px;
  overflow: hidden;
  line-height: 1;
  padding: 4px 0px;
}

.form__file-list-item span:not(:last-child) {
  margin: 0 10px 0 0;
}

.form__file-remove:hover .icon {
  stroke: #ef7f1a;
}

.form__file-remove .icon {
  width: 24px;
  height: 24px;
  stroke: #717681;
  stroke-width: 2px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.form__file input[type='file'] {
  display: none;
}

.form__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__checkbox:hover .form__checkbox-block {
  border-color: #131b2d;
}

.form__checkbox-block {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 2px 18px 0 0;
  border: 1px solid #9da1a4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  z-index: 0;
}

.form__checkbox-block::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 16px;
  background-image: url('/wp-includes/and/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  z-index: 0;
}

.form__checkbox .form__label-name {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #545556;
  vertical-align: middle;
}

.form__checkbox input[type='checkbox'] {
  display: none;
}

input[type='checkbox']:checked ~ .form__checkbox-block::before {
  visibility: visible;
  opacity: 1;
}

.form-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-subscribe .form__group-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 12px 0 0;
}

@media (max-width: 600px) {
  .form-subscribe .form__group-grow {
    width: 100%;
    margin: 0 0 12px;
  }
  .form__file-list-item span {
    font-size: 11px;
  }
}

.form-subscribe .form__group-submit input[type='submit'] {
  height: 100%;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 140%;
}

.form__error input[type='text'],
.form__error .form__checkbox-block,
.form__error:hover input[type='text'],
.form__error:hover .form__checkbox-block,
.form__error textarea {
  border-color: #ef7f1a;
}

.form__error ~ .form__group-hint,
.form__error > .form__group-hint {
  visibility: visible;
  opacity: 1;
  display: block;
  position: absolute;
  transition: 0.3s all;
}

.link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.link:hover .icon-arrow-right {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

.link span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ef7f1a;
}

.link span:not(:last-child) {
  margin: 0 12px 0 0;
}

.link .icon {
  width: 15px;
  height: 15px;
  fill: #ef7f1a;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.link .icon:not(:last-child) {
  margin: 0 12px 0 0;
}

.link .icon-arrow-right {
  stroke: #ef7f1a;
  stroke-width: 0.4px;
}

.mfp-content .button {
  display: inline-block;
  padding: 19px 39px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ef7f1a;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.mfp-content .button:hover {
  background-color: #ff993d;
}

.button-secondary {
  display: inline-block;
  padding: 9px 23px;
  border: 1px solid #131b2d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #131b2d;
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  color: #fefefe;
  text-align: center;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.button-secondary:hover {
  background-color: transparent;
  color: #131b2d;
}

.button-secondary-linear {
  display: inline-block;
  padding: 9px 23px;
  border: 1px solid #131b2d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  color: #131b2d;
  text-align: center;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.button-secondary-linear:hover {
  background-color: #131b2d;
  color: #fefefe;
}

.button-linear_small {
  display: inline-block;
  padding: 11px 19px;
  border: 1px solid #ef7f1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #ef7f1a;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.button-linear_small:hover {
  background-color: #ff993d;
  border-color: #ff993d;
  color: #fefefe;
}

.button_small {
  display: inline-block;
  padding: 11px 19px;
  border: 1px solid #ef7f1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ef7f1a;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #fefefe;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.button_small:hover {
  background-color: #ff993d;
  border-color: #ff993d;
}

.modal .formandinput[type='submit'] {
  margin: 3px 0 0;
}
/* .modal input[type='submit']:hover {
  background-color: #ff993d;
} */
.modal input[type='submit'] {
  padding: 13px 20px;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;

  color: white;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  text-transform: initial;
  font-size: 17px;
  width: 100%;
  /* font-family: 'Montserrat',sans-serif; */
  background: #4aa438;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .modal {
    padding: 19px 10px;
  }
  .modal__close {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 25px;
    height: 25px;
    z-index: 0;
    color: black;
    text-decoration: none;
  }
}

.form__label {
  position: absolute;
  pointer-events: none;
  left: 14px;
  right: 15px;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 46px;
  transition: 0.3s;
}
.form__group-50 {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.form__group-50 input:focus ~ .form__label,
.form__group-50 input.valid ~ .form__label {
  top: -10px;
  font-size: 10px;
}
.form__group-50 input:focus ~ .form__label span,
.form__group-50 input.valid ~ .form__label span {
  font-size: 12px;
}
.mfp-content .modal {
  max-width: 100%;
  padding: 0px 3px;
}

.submodal {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}

.form__label-name {
  color: rgba(164, 164, 164, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.form__group-50 textarea:focus ~ .form__label,
.form__group-50 textarea.valid ~ .form__label {
  top: -10px;
  font-size: 12px;
}
.form__group-50 textarea:focus ~ .form__label span,
.form__group-50 textarea.valid ~ .form__label span {
  font-size: 12px;
}

.formand input[name='modal-phone']:hover ~ .form__label {
  top: -10px;
  font-size: 12px;
}

.formand input[name='modal-phone']:hover ~ .form__label span {
  font-size: 12px;
}

.lead-form-modal .modal-dialog {
  max-width: 960px;
}

.lead-form-modal.fade .modal-dialog,
.webinar-modal.fade .modal-dialog {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.lead-form-modal.fade.show .modal-dialog,
.webinar-modal.fade.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal-backdrop.fade {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.modal-backdrop.fade.show {
  opacity: 0.5;
}

body.modal-open.form-open-blur #page {
  filter: blur(25px);
  transition: filter 0.35s ease;
}

.lead-form-modal .modal-content.callback-popup {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.lead-form-modal .callback-popup .grey-wrap,
.lead-form-modal .callback-popup .box {
  position: relative;
}

.lead-form-modal .callback-popup .grey-wrap {
  background: transparent;
}

.lead-form-modal .callback-popup .box {
  border-radius: 16px;
  overflow: hidden;
}

.callback-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: block;
  width: 25px;
  height: 25px;
  z-index: 5;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.callback-popup__close img {
  display: block;
  width: 100%;
  height: auto;
}

.callback-popup--webinar {
  padding: 24px;
  background: #fff;
}

.callback-popup__iframe-wrap {
  max-width: 100%;
  overflow: auto;
}

.lead-form-section .send__intro-content .title {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .lead-form-modal .box > .row {
    align-items: stretch;
  }
}

.lead-form-modal.show {
  display: block;
}

.lead-form-modal {
  --bs-modal-zindex: 10002;
  z-index: 10002;
}

body.modal-open.form-open-blur .modal-backdrop {
  --bs-backdrop-zindex: 10001;
  z-index: 10001;
}

.lead-form-modal .modal-dialog {
  margin: 1.75rem auto;
}

@media (max-width: 767px) {
  .lead-form-modal .modal-dialog {
    margin: 8px;
    max-width: calc(100% - 16px);
  }

  .lead-form-modal .modal-content.callback-popup {
    border-radius: 16px;
    overflow: hidden;
  }
}

.lead-form__submit-error {
  text-align: center;
  color: #df2631;
}
