.m1-form ::-webkit-input-placeholder {
  color: #252525;
}

.m1-form ::-moz-placeholder {
  color: #252525;
}

.m1-form :-moz-placeholder {
  color: #252525;
}

.m1-form :-ms-input-placeholder {
  color: #252525;
}

.m1-form :focus::-webkit-input-placeholder {
  color: transparent;
}

.m1-form :focus::-moz-placeholder {
  color: transparent;
}

.m1-form :focus:-moz-placeholder {
  color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
  color: transparent;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.just {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.clrfix:after {
  content: '';
  display: block;
  clear: both;
}

.clear {
  clear: both;
  height: 0;
}

.ulfix {
  font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

body {
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0 auto;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #252525;
  background: #89a4bb;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 45px 0;
}

.wrap {
  position: relative;
  background: #fff;
  width: 480px;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

.wrap:after {
  clear: both;
  content: "";
  display: table;
}

.nopad {
  padding: 0;
}

.m1-form input.field {
  position: relative;
  display: block;
  outline: 0;
  border: 1px solid #dbdbdb;
  background: #ebebeb;
  width: 100%;
  height: 90px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #252525;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.button-m {
  position: relative;
  display: block;
  width: 360px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  border: none;
  text-align: center;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #dd1782;
  background: -moz-linear-gradient(top, #dd1782 0%, #b30965 100%);
  background: -webkit-linear-gradient(top, #dd1782 0%,#b30965 100%);
  background: linear-gradient(to bottom, #dd1782 0%,#b30965 100%);
  box-shadow: 0 0 29px #f0b1cf;
  border-radius: 45px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button-m:active {
  top: 2px;
}

.m1-form {
  width: 365px;
  margin: 0 auto;
}

.m1-form .button-m {
  width: 100%;
}

h2.title {
  font-family: 'Bradobrei', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 41px;
  color: #252525;
  margin: 0 0 35px;
  padding: 0 15px;
  text-align: center;
}

h2.title span {
  color: #b30965;
}

/*   video   */

.video-block {
  margin: 0 20px 30px;
  border: 6px solid #fff;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 16px;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}