.mt-banner-fullscreen {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .mt-banner-fullscreen__button {
    display: inline-block;
    text-decoration: none;
    padding: 15px;
    background-size: 50%;
    right: 0;
    position: absolute;
    z-index: 2;
    background-position: center; }
    .mt-banner-fullscreen__button-close {
      font-size: 12px;
      color: #000;
      border-radius: 2px;
      background: 50% 50% no-repeat #fbb040;
      background-size: contain;
      border: 3px solid #fbb040;
      padding: 10px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzQuOTY2LDQzNy4wMTNjLTk5Ljk3LTk5Ljk3LTk5Ljk3LTI2Mi4wNjYsMC0zNjIuMDM3YzEwMC4wMDItOTkuOTcsMjYyLjA2Ny05OS45NywzNjIuMDY4LDBjOTkuOTcsOTkuOTcxLDk5Ljk3LDI2Mi4wNjcsMCwzNjIuMDM3QzMzNy4wMzMsNTM2Ljk5OCwxNzQuOTY4LDUzNi45OTgsNzQuOTY2LDQzNy4wMTN6IE0zOTEuNzgzLDEyMC4yMjdjLTc1LjAwMS03NC45ODUtMTk2LjU2NS03NC45ODUtMjcxLjUzNSwwYy03NS4wMDEsNzQuOTg1LTc1LjAwMSwxOTYuNTUsMCwyNzEuNTM1Yzc0Ljk3LDc0Ljk4NiwxOTYuNTM0LDc0Ljk4NiwyNzEuNTM1LDBDNDY2Ljc1NCwzMTYuNzc2LDQ2Ni43NTQsMTk1LjIxMiwzOTEuNzgzLDEyMC4yMjd6IE0xODguMTI0LDM2OS4xMzdsLTQ1LjI1MS00NS4yNjZsNjcuODc2LTY3Ljg3N2wtNjcuODc2LTY3Ljg3Nmw0NS4yNTEtNDUuMjY3TDI1NiwyMTAuNzQzbDY3Ljg3Ny02Ny44OTJsNDUuMjUsNDUuMjY3bC02Ny44NzYsNjcuODc2bDY3Ljg3Niw2Ny44NzdsLTQ1LjI1LDQ1LjI2NkwyNTYsMzAxLjI0NUwxODguMTI0LDM2OS4xMzd6Ii8+PC9zdmc+); }
  .mt-banner-fullscreen__container {
    height: 100%;
    width: 100%;
    background-color: #00000099; }
    .mt-banner-fullscreen__container > * {
      box-sizing: border-box; }
    .mt-banner-fullscreen__container-html5 {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: none;
      outline: none; }
    .mt-banner-fullscreen__container-image {
      width: 100%;
      height: 100%;
      padding: 50px 5% 5%; }
      .mt-banner-fullscreen__container-image * {
        -webkit-tap-highlight-color: transparent; }
  .mt-banner-fullscreen__container-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .mt-banner-fullscreen__image {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: none; }
    @media (orientation: landscape) {
      .mt-banner-fullscreen__image-landscape {
        display: block; } }
    @media (orientation: portrait) {
      .mt-banner-fullscreen__image-portrait {
        display: block; } }

.BannerFullscreenRunnableExample {
  width: 320px;
  height: 460px; }

.mt-banner-leads {
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box; }

.mt-banner-leads__center {
  position: relative;
  width: 320px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.mt-banner-leads__center_header {
  justify-content: flex-end; }

.mt-banner-leads__center_footer {
  align-items: center;
  padding-top: 18px; }

.mt-banner-leads__header {
  display: flex;
  align-items: flex-end;
  flex-grow: 0.23; }

.mt-banner-leads__header-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 44px; }

.mt-banner-leads__header-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 9px; }

.mt-banner-leads__header-close {
  position: absolute;
  right: 14px;
  top: -20px;
  width: 11px;
  height: 11px; }

.mt-banner-leads__header-close svg {
  fill: #fff; }

.mt-banner-leads__header-logo {
  width: 130px;
  height: 32px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center; }

.mt-banner-leads__header-text {
  width: 138px;
  flex-wrap: wrap;
  white-space: normal;
  font-size: 12px;
  font-weight: 100;
  line-height: 16px;
  color: #fff; }

.mt-banner-leads__body {
  position: relative;
  overflow: hidden;
  flex-grow: 0.77;
  background-position: center;
  background-size: cover; }

.mt-banner-leads__body-big-text {
  margin: 40px 20px 0;
  font-size: 24px;
  line-height: 26px;
  color: #fff; }

.mt-banner-leads__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 116px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s height; }

.mt-banner-leads__footer_full {
  height: 100%; }

.mt-banner-leads__footer_hide {
  height: 0%; }

.mt-banner-leads__footer-close {
  position: absolute;
  right: 14px;
  top: 10px;
  width: 11px;
  height: 11px; }

.mt-banner-leads__footer-close svg {
  fill: #fff; }

.mt-banner-leads__button {
  width: 256px;
  height: 32px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 31px;
  border-radius: 38px;
  background-color: #fff;
  border: none;
  outline: none; }

.mt-banner-leads__button_send {
  margin-top: auto;
  margin-bottom: 66px; }

.mt-banner-leads__form {
  flex-grow: 1;
  width: 256px;
  display: flex;
  flex-direction: column;
  color: #fff; }

.mt-banner-leads__form-header {
  flex-grow: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4; }

.mt-banner-leads__form-error {
  margin-top: 7px;
  font-size: 11px;
  color: #d54949; }

.mt-banner-leads__form-phone-icon {
  position: absolute;
  top: 14px;
  left: 10px; }

.mt-banner-leads__form-field {
  position: relative;
  margin-top: 12px; }

.mt-banner-leads__form-field input {
  width: 216px;
  height: 44px;
  border: none;
  outline: none;
  padding: 0 10px 0 30px; }

.mt-banner-leads__form-field input:invalid {
  outline: 2px solid #d54949; }
