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

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

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

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

.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: 'Montserrat', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 15px;
 line-height: 22px;
 color: #222;
 background: #eee;
}

section {
 width: 100%;
 margin: 0 auto;
 padding: 30px 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 .field {
 position: relative;
 display: block;
 outline: 0;
 border: 1px solid #e0e0e0;
 width: 100%;
 height: 64px;
 line-height: 62px;
 margin: 0 auto 15px;
 padding: 0 20px 0 80px;
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: 400;
 color: #222;
 background-color: #f5f5f5;
 text-align: left;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
}

.m1-form .field-name {
	margin-top: 25px;
	background-image: url(../img/offer__name_icon.png);
	background-position: 23px center;
	background-repeat: no-repeat;
}

.m1-form .field-phone {
	background-image: url(../img/offer__phone_icon.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}

.button-m {
 	display: block;
	margin: 0 auto;
	width: 370px;
	height: 80px;
	border: none;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
    border-radius: 42px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #ffa900;
	background-color: #64bd0d;
    background-image: -webkit-linear-gradient(0deg, #57a906 0%, #74d01b 100%);
    background-image: -moz-linear-gradient(0deg, #57a906 0%, #74d01b 100%);
    background-image: -o-linear-gradient(0deg, #57a906 0%, #74d01b 100%);
    background-image: linear-gradient(0deg, #57a906 0%, #74d01b 100%);
	font-family: 'Open Sans', sans-serif;
    border-bottom: 3px solid #498c07;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 80px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.button-m:active {
 top: 1px;
}

.m1-form {
 margin: 0 auto;
}

.m1-form .button-m {
 width: 100%;
}

h2.title {
 background: url("../img/title-hr.png") 50% 100% no-repeat;
 font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
 font-size: 30px;
 line-height: 34px;
 font-weight: 700;
 color: #222;
 padding-bottom: 30px;
 margin: 0 0 30px;
 text-align: center;
}

h2.title span {
 display: block;
}

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

h2.title-present {
 background: url("http://fastland24.ru/2020/sep/25/baellerry/bst/img/title-white-hr.png") 50% 100% no-repeat;
 font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
 font-size: 30px;
 line-height: 34px;
 font-weight: 700;
 color: #222;
 padding-bottom: 30px;
 margin: 0 0 30px;
 text-align: center;
}

h2.title-present span {
 display: block;
}

h2.title-present.white {
 color: #fff;
}

/*   timer   */

.timer_block p {
 margin: 0 0 15px;
 font-size: 18px;
 line-height: 18px;
 text-align: center;
}

.timer_block .timer {
 margin: 0 auto;
 width: 325px;
}

.timer_block .timer_item {
 float: left;
 margin: 0 44px 0 0;
 width: 79px;
}

.timer_block .timer_item:last-child {
 margin: 0;
}

.timer_block .count {
 margin: 0 0 10px;
 height: 60px;
}

.timer_block .count span {
 display: block;
 float: left;
 margin: 0 9px 0 0;
 width: 35px;
 height: 59px;
 background: url("../img/timer-bg.png");
 font-weight: 700;
 font-size: 30px;
 line-height: 59px;
 color: #fff;
 text-align: center;
}

.timer_block .count span:last-child {
 margin: 0;
}

.timer_block .text {
 font-size: 16px;
 line-height: 16px;
 text-align: center;
}

/*   price   */

.price {
 padding: 25px 0 20px;
}

.price:after {
 display: block;
 clear: both;
 content: '';
}

.price .old {
 float: left;
 width: 50%;
 text-align: center;
}

.price .old p {
 font-size: 14px;
 padding-bottom: 5px;
}

.price .old .val {
 font-size: 28px;
}

.price .old .val span {
 text-decoration: line-through;
}

.price .old .val i {
 font-style: normal;
 font-size: 22px;
}

.price .new {
 float: left;
 width: 50%;
 font-weight: 700;
 font-size: 36px;
 line-height: 30px;
 color: #68c211;
 text-align: center;
}

.price .new i {
 font-size: 30px;
 font-style: normal;
}















