.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: #1d4033;
}

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, .form-control {
    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: linear-gradient(to right, #20704d 0%, #1f756b 50%, #1a8449 100%);
    box-shadow: 0 0 15px #20704d;
    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: #1a834c;
    font-size: 36px;
}

.subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin: -15px auto 30px;
}

/*   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%;
}