@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  padding: 0;
}

.mlctr-popup {
  /* master mandatory container, required by Mailocator */
  /* z-index must be higher in DOM structure */
  z-index: 109999999;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
}

.mlctr-popup .mlctr-popup-stripe {
  /* customize stripe */
  text-align: center;
  height: auto;
  min-height: calc(55px + 2.5vw);
  background-color: #2B1905;
  -webkit-transition: height ease-out 0.2s;
  -moz-transition: height ease-out 0.2s;
  transition: height ease-out 0.2s;
  /* stripe defaults */
  position: fixed;
  border-top: 0;
  padding: 0 50px 0 80px;
  bottom: 0px;
  width: 100%;
  z-index: 109999999;
  box-sizing: border-box;
}

.mlctr-popup .mlctr-popup-stripe>a {
  /* stripe roll-up button must be an anchor */
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px 0 10px 0;
  padding-top: calc(10px + 1.3vw);
  padding-bottom: calc(10px + 1.2vw);
  font-size: calc(10px + 2vw);
  line-height: calc(16px + 2vw);
  font-weight: 800;
  color: #b1b1b1;
}

.mlctr-popup .mlctr-popup-stripe .mlctr-popup-content {
  /* popup content is by default in hidden state */
  display: none;
}

.mlctr-popup .mlctr-popup-stripe a.mlctr-close-icon {
  display: block;
  position: absolute;
  right: calc(8px + 1.8vw);
  top: 50%;
  font-size: 22px;
  line-height: 36px;
  margin-top: -16px;
  padding: 0;
}

.mlctr-popup .mlctr-popup-stripe img.mlctr-close-icon {
  max-width: calc(15px + 1.2vw);
}

.mlctr-popup .mlctr-popup-stripe a.mlctr-up {
  display: block;
  position: absolute;
  left: calc(10px + 3vw);
  margin: 0;
}

.mlctr-popup .mlctr-popup-stripe img.mlctr-up {
  max-width: calc(150px + 4vw);
}

/* ON CLICK */
.mlctr-popup .mlctr-popup-stripe:target {
  height: 100%;
  background-color: RGBA(0, 0, 0, 0.8);
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.mlctr-popup .mlctr-popup-stripe:target>a {
  display: none !important;
}

.mlctr-popup .mlctr-popup-stripe:target .mlctr-popup-content {
  display: block;
}

/* Close via CSS;alternative to mailocator.action.do('close') */
.mlctr-popup:target {
  display: none;
  visibility: hidden;
}

/* customizable popup content... */
.mlctr-popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}

.mlctr-content-title {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5% 0 0 0;
  text-align: center;
}

.mlctr-content {
  width: 100%;
  background: #f3a720;
  background: -moz-linear-gradient(0deg, rgba(245, 183, 54, 1) 0%, rgba(239, 144, 21, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(245, 183, 54, 1) 0%, rgba(239, 144, 21, 1) 100%);
  background: linear-gradient(0deg, rgba(245, 183, 54, 1) 0%, rgba(239, 144, 21, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5b736", endColorstr="#ef9015", GradientType=1);
  text-align: center;
  margin: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 0 0 8px 8px;
  padding: 14% 0 0 0;
}

.mlctr-form-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 440px;
  min-width: 220px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) scale(1.0, 1.0);
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  margin: 0px auto;
  padding: 0;
  box-shadow: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-align: center;
}

.mlctr-popup-content * {
  box-sizing: border-box;
}

.mlctr-popup-content a {
  font-weight: 700;
  color: #000;
}

.mlctr-popup-content form {
  width: 100%;
  border: none;
}

.mlctr-popup-content h1 {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  padding: 0 10%;
  margin: 0;
  box-sizing: border-box;
}

.mlctr-popup-content h1 span {
  color: #1565c0;
  font-size: 2.2em;
  line-height: 1.05em;
  font-weight: 800;
}

.mlctr-popup-content h2 {
  position: absolute;
  top: 43%;
  left: 2.5%;
  width: 25%;
  font-size: 36px;
  line-height: 24px;
  font-weight: 800;
  color: #fff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mlctr-popup-content h2.mlctr-thx {
  top: 42%;
}

.mlctr-popup-content h2 b {
  font-size: 1.6em;
  line-height: 0.7em;
  font-weight: 900;
}

.mlctr-popup-content h2 span {
  font-size: 0.6em;
  line-height: 0.5em;
}

.mlctr-image {
  width: 466px;
  margin: 0 -12px -15.5% -14px;
  padding: 1% 0 77% 0;
  position: relative;
  display: block;
  background: url(https://www.mlcdn.eu/data/detsky-raj/Bkg-m.png) bottom center no-repeat;
  background-size: 466px 355px;
  box-sizing: border-box;
}

.mlctr-popup-content p {
  width: 100%;
  color: #444444;
  padding: 3% 20% 0;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  margin: 0;
  box-sizing: border-box;
}

.mlctr-message-error {
  display: block;
  min-height: 10px;
  font-size: 15px;
  line-height: 18px;
  margin: 1% 0;
  padding: 0 10%;
  font-weight: 700;
  text-align: center;
  color: #ff0000;
}

.mlctr-popup-content input[type="text"] {
  height: 50px;
  width: 100%;
  max-width: 320px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 2px 10px 2px 10px;
  margin: 4px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 300;
  background-color: RGBA(255, 255, 255, 0.9);
  border: 1px solid #897344;
  -webkit-transition: border ease-in-out .15s;
  -moz-transition: border ease-in-out .15s;
  transition: border ease-in-out .15s;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
}

.mlctr-popup-content input[type="text"]:focus {
  background-color: RGBA(255, 255, 255, 1);
  border: 1px solid #1565c0;
  outline: 0;
}

.mlctr-popup-content input[type="submit"],
.mlctr-popup-content input[type="button"] {
  position: relative;
  height: 50px;
  width: 100%;
  max-width: 320px;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  margin: 1vw 0 0 0;
  background-color: #1565c0;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: inline-block;
  outline: 0;
}

.mlctr-popup-content input[type="button"] {
  margin: 13% 0 0 0;
}

.mlctr-popup-content input[type="submit"]:active,
.mlctr-popup-content input[type="button"]:active {
  font-size: 19px;
  outline: 0;
}

.mlctr-privacy {
  display: block;
  background: none;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  padding: 2.2% 12%;
  height: auto;
}

a.mlctr-close {
  display: block;
  position: fixed;
  right: 15px;
  top: 15px;
  width: calc(10px + 2vw);
  opacity: 0.7;
  background: none;
  cursor: pointer;
}

img.mlctr-close {
  width: 100%;
  max-width: 50px;
}

.mlctr-close:active {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .mlctr-form-box {
    width: 85%;
  }

  .mlctr-popup-content h1 {
    font-size: 4.0vw;
    line-height: 5.1vw;
  }

  .mlctr-popup-content h2 {
    font-size: 7vw;
    line-height: 4.6vw;
  }

  .mlctr-popup-content p {
    font-size: 3.0vw;
    line-height: 3.5vw;
  }

  .mlctr-popup-content .mlctr-content p {
    font-size: 3.1vw;
    line-height: 3.9vw;
  }

  .mlctr-message-error {
    font-size: 3.3vw;
    line-height: 4vw;
    margin: 1% 0 1% 0;
    padding: 0 8%;
  }

  .mlctr-image {
    width: 90vw;
    min-width: 236px;
    margin: 0 -3vw -15.5% -3vw;
    padding: 1% 0 79% 0;
    background-size: 90vw 70vw;
  }

  .mlctr-popup-content input[type="text"] {
    max-width: 82%;
    background-size: 4vw auto;
    background-position: 4% center;
    font-size: calc(0.5em + 1.2vw);
    height: calc(10px + 6.5vw);
    margin: 1vw 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }

  .mlctr-popup-content input[type="submit"],
  .mlctr-popup-content input[type="button"] {
    max-width: 82%;
    height: calc(10px + 6.5vw);
    font-size: calc(0.5em + 2.2vw);
    line-height: calc(0.5em + 3.2vw);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }

  .mlctr-popup-content input[type="submit"]:active,
  .mlctr-popup-content input[type="button"]:active {
    font-size: calc(0.48em + 2.2vw);
    line-height: calc(0.52em + 3.2vw);
  }

  .mlctr-privacy {
    font-size: calc(0.1em + 2.2vw);
    line-height: calc(0.7em + 1.8vw);
  }

  a.mlctr-close {
    width: calc(4px + 3.8vw);
  }
}


@media screen and (max-width: 262px) {
  .mlctr-image {
    min-height: 260px;
    background-size: 236px 180px;
  }

  .mlctr-popup-content h1 {
    font-size: 10.5px;
    line-height: 13.5px;
  }

  .mlctr-popup-content h2 {
    font-size: 18.5px;
    line-height: 12px;
  }

  .mlctr-popup-content p {
    font-size: 7.9px;
    line-height: 9.2px;
  }

  .mlctr-popup-content .mlctr-content p {
    font-size: 8.2px;
    line-height: 10.7px;
  }

  .mlctr-message-error {
    font-size: 9px;
    line-height: 10px;
  }

  .mlctr-popup-content input[type="text"],
  .mlctr-popup-content input[type="submit"],
  .mlctr-popup-content input[type="button"] {
    height: 28px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .mlctr-privacy {
    font-size: 7.4px;
    line-height: 9.7px;
  }
}

@media screen and (min-aspect-ratio: 9/10) and (max-aspect-ratio: 5/4) {
  .mlctr-form-box {
    top: calc(15% - 50px);
  }
}

@media (min-aspect-ratio: 5/4) {
  .mlctr-ls-hide {
    display: none !important;
  }

  .mlctr-form-box {
    width: 70%;
    max-width: 780px;
    max-height: 90%;
    padding: 0;
  }

  .mlctr-popup-content h1 {
    margin: 0.5% 0 0 0;
    text-align: center;
    padding: 0 44% 0 35%;
  }

  .mlctr-popup-content h1.mlctr-ls {
    padding: 0 37% 0 28%;
    margin: 2% 0 0 0;
  }

  .mlctr-popup-content h1.mlctr-ls.mlctr-thx {
    margin: 8% 0 0 0;
  }

  .mlctr-popup-content h1 span {
    font-size: 2em;
    line-height: 1em;
  }

  .mlctr-popup-content h2,
  .mlctr-popup-content h2.mlctr-thx {
    text-align: center;
    top: 14.5%;
    left: 8%;
    font-size: 49px;
    line-height: 34px;
  }

  .mlctr-message-error {
    margin: 1% 0;
  }

  .mlctr-content-title {
    position: relative;
    z-index: 990;
    left: 0;
    top: 0;
    vertical-align: middle;
    padding: 0;
  }

  .mlctr-content {
    position: relative;
    z-index: 950;
    vertical-align: middle;
    padding: 11.5% 0 0 30%;
  }

  .mlctr-content.mlctr-thx {
    padding: 10% 0 0 50%;
  }

  .mlctr-popup-content p {
    position: absolute;
    top: 105%;
    left: 3%;
    width: 27%;
    color: #000;
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
  }

  .mlctr-popup-content p.mlctr-thx {
    width: 45%;
  }

  .mlctr-image {
    position: relative;
    width: 100%;
    background-size: 84% auto;
    max-height: 515px;
    margin: -10% 0 -12.5% 0;
    padding: 13% 0 36% 0;
    text-align: right;
  }

  .mlctr-popup-content input[type="text"] {
    width: 55%;
    max-width: 500px;
    max-height: 46px;
    background-size: 22px auto;
    background-position: 4% center;
    margin: 0;
    padding: 0 5% 0 5%;
    height: calc(12px + 5.0vh);
  }

  .mlctr-popup-content input[type="submit"],
  .mlctr-popup-content input[type="button"] {
    width: 35%;
    max-height: 46px;
    font-size: 18px;
    height: calc(12px + 5.0vh);
    margin: 0 0 0 8px;
    padding: 0 0 2px 0;
  }

  .mlctr-popup-content input[type="button"] {
    width: 80%;
    margin: 10% 0 0;
  }

  .mlctr-popup-content input[type="submit"]:active,
  .mlctr-popup-content input[type="button"]:active {
    font-size: 17px;
  }

  a.mlctr-close {
    width: calc(10px + 1vw);
    max-width: 50px;
    z-index: 995;
  }

  .mlctr-privacy {
    font-size: 11px;
    line-height: 15px;
    padding: 1.5% 0;
  }
}

@media screen and (max-width: 1110px) and (min-aspect-ratio: 5/4) {
  .mlctr-popup-content h1 {
    font-size: 1.8vw;
    line-height: 2.1vw;
  }

  .mlctr-popup-content h2,
  .mlctr-popup-content h2.mlctr-thx {
    font-size: 4.4vw;
    line-height: 3vw;
  }

  .mlctr-popup-content p {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .mlctr-popup-content .mlctr-content p,
  .mlctr-popup-content .mlctr-content.mlctr-thx p {
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  .mlctr-message-error {
    font-size: 1.3vw;
    line-height: 1.7vw;
    padding: 0 8%;
  }

  .mlctr-image {
    height: 46vw;
    backgr ound-size: 60vw 60vw;
    mar gin: -19vw 0 0 0;
    padd ing: 13.5vw 0 0 0;
  }

  .mlctr-popup-content input[type="text"] {
    font-size: calc(0.2em + 0.9vw);
    background-size: 2vw auto;
    background-position: 3.5% center;
  }

  .mlctr-popup-content input[type="submit"],
  .mlctr-popup-content input[type="button"] {
    font-size: calc(0.3em + 1.8vh);
    line-height: calc(0.5em + 3.2vh);
  }

  .mlctr-popup-content input[type="submit"]:active,
  .mlctr-popup-content input[type="button"]:active {
    font-size: calc(0.26em + 1.8vh);
    line-height: calc(0.52em + 3.2vh);
  }

  .mlctr-privacy {
    font-size: 1.0vw;
    line-height: 1.2vw;
  }
}