.m1-form ::-webkit-input-placeholder {
 color: #999;
}

.m1-form ::-moz-placeholder {
 color: #999;
}

.m1-form :-moz-placeholder {
 color: #999;
}

.m1-form :-ms-input-placeholder {
 color: #999;
}

.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: 'Proxima Nova', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 30px;
 color: #333;
 background: #282828;
}

section {
 width: 100%;
 margin: 0 auto;
 padding: 35px 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 {
 clear: both;
 padding: 27px 40px 0;
}

.m1-form input.field {
 position: relative;
 display: block;
 outline: 0;
 border: none;
 border-bottom: 2px solid #bdbdbd;
 background: #fff;
 width: 100%;
 height: 65px;
 line-height: 65px;
 margin-bottom: 10px;
 padding: 0 20px 0 72px;
 font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
 font-size: 19px;
 font-weight: 400;
 letter-spacing: 1px;
 color: #333;
 text-align: left;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
}
.form-control {
 position: relative;
 display: block;
 outline: 0;
 border: none;
 border-bottom: 2px solid #bdbdbd;
 background: #fff;
 width: 100%;
 height: 65px;
 line-height: 65px;
 margin-bottom: 10px;
 padding: 0 20px 0 72px;
 font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
 font-size: 19px;
 font-weight: 400;
 letter-spacing: 1px;
 color: #333;
 text-align: left;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
 background-size: 4%;

background-image: url(../images/open.png);
background-position: right;
background-repeat: no-repeat;
}

.m1-form input.field.name {
 background: url("../images/name-icon.png") 22px 50% no-repeat #fff;
}

.m1-form input.field.phone {
 background: url("../images/phone-icon.png") 22px 50% no-repeat #fff;
}

.m1-form .button-m {
 margin-top: 30px;
}

.button-m {
 position: relative;
 display: block;
 width: 360px;
 height: 76px;
 line-height: 76px;
 margin: 0 auto;
 border: none;
 text-align: center;
 font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
 font-size: 26px;
 font-weight: 700;
 letter-spacing: 1px;
 text-transform: uppercase;
 text-decoration: none;
 cursor: pointer;
 color: #fff;
 background: #efae1a;
 -webkit-box-shadow: 0 5px 0 #e48515;
 box-shadow: 0 5px 0 #e48515;
 -webkit-border-radius: 38px;
 -moz-border-radius: 38px;
 border-radius: 38px;
 -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: 1px;
}

h2.title {
 font-size: 36px;
 color: #4071a2;
 line-height: 40px;
 margin: 0 0 30px 0;
 text-align: center;
 text-transform: uppercase;
}

h2.title span {
 display: block;
 font-size: 26px;
 font-weight: 400;
 color: #666;
}

h2.title.white,
h2.title.white span {
 color: #fff;
}

h2.title:after {
 display: block;
 width: 74px;
 height: 9px;
 background: url("../images/title-dot.png") 50% 0 no-repeat;
 margin: 10px auto 0;
 content: '';
}

.bullet-list {
 position: relative;
 padding-bottom: 10px;
}

.bullet-list:before {
 display: block;
 position: absolute;
 left: 44px;
 top: 50px;
 bottom: 0;
 width: 4px;
 background: #ececed;
 content: '';
}

.bullet-list li {
 position: relative;
 padding: 0 0 38px 110px;
 color: #4d4d4d;
 font-size: 18px;
 line-height: 24px;
}

.bullet-list li:nth-child(3) {
 padding-top: 13px;
}

.bullet-list li:before {
 position: absolute;
 top: -10px;
 left: 0;
 display: block;
 width: 90px;
 height: 88px;
 background: url("../images/bullet-icon1.png") 0 0 no-repeat;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 content: '';
}

.bullet-list li:nth-child(1):before {
 background: url("../images/bullet-icon1.png") 0 0 no-repeat;
}

.bullet-list li:nth-child(2):before {
 background: url("../images/bullet-icon2.png") 0 0 no-repeat;
}

.bullet-list li:nth-child(3):before {
 background: url("../images/bullet-icon3.png") 0 0 no-repeat;
}

/*   bullet-list-v2   */

.bullet-list-v2 {
 position: relative;
}

.bullet-list-v2:before {
 display: block;
 position: absolute;
 left: 44px;
 top: 50px;
 bottom: 0;
 width: 4px;
 background: #ececed;
 content: '';
}

.bullet-list-v2 li {
 position: relative;
 padding: 0 0 0 110px;
 margin-bottom: 50px;
 color: #453652;
 font-size: 18px;
 line-height: 24px;
 min-height: 80px;
}

.bullet-list-v2 li:last-child {
 margin-bottom: 35px;
}

.bullet-list-v2 li:nth-child(1),
.bullet-list-v2 li:nth-child(2) {
 padding-top: 10px;
}

.bullet-list-v2 li:before {
 position: absolute;
 top: -10px;
 left: 0;
 display: block;
 width: 90px;
 height: 88px;
 line-height: 88px;
 font-size: 60px;
 font-weight: 700;
 color: #fff;
 text-align: center;
 background: #d42c23;
 background: -moz-linear-gradient(left, #d42c23 0%, #efac1a 100%);
 background: -webkit-linear-gradient(left, #d42c23 0%, #efac1a 100%);
 background: linear-gradient(to right, #d42c23 0%, #efac1a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42c23', endColorstr='#efac1a', GradientType=1);
 -webkit-box-shadow: 0 1px 15px #becbff;
 -moz-box-shadow: 0 1px 15px #becbff;
 box-shadow: 0 1px 15px #becbff;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 content: '';
}

.bullet-list-v2 li:nth-child(1):before {
 content: '1';
}

.bullet-list-v2 li:nth-child(2):before {
 content: '2';
}

.bullet-list-v2 li:nth-child(3):before {
 content: '3';
}

/*   video   */

.video_block {
 width: 440px;
 height: 260px;
 background-color: #e6e6e6;
 position: relative;
 margin: 0 auto 20px;
}

.video_block iframe,
.video_block object,
.video_block embed {
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
