@font-face {
    font-family: 'normal';
    src: url('../fonts/VWHEADLINEOT-BOOK.TTF') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'bold';
    src: url('../fonts/VWHEADLINEOT-SEMIBOLD.TTF') format('truetype');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'black';
    src: url('../fonts/VWHEADLINEOT-BLACK.TTF') format('truetype');
    font-style: normal;
    font-weight: bolder;
}
body {
    font-family: 'normal', sans-serif;
    color: #39393b;
    background: url('../img/pattern.jpg');
}
h1 {
    width: 640px;
    font-size: 28px;
    font-family: 'bold', sans-serif;
    font-weight: normal;
}
h2 {
    font-family: 'black', sans-serif;
    font-size: 30px;
    line-height: 1.15;
    font-weight: normal;
}
h3 {
    font-family: 'black', sans-serif;
    font-size: 27px;
    line-height: 1.2;
    font-weight: normal;
}
h4 {
    font-size: 30px;
    padding: 30px 0;
    font-weight: normal;
}
h5 {
    font-size: 24px;
    font-weight: normal;
    padding: 15px 0;
}
h6 {
    font-size: 18px;
    font-family: 'bold', sans-serif;
    font-weight: normal;
}
.g-wrapper {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}
.g-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.g-flex_justify_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.g-flex_justify_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.g-flex_justify_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.g-flex_align_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
p {
    font-size: 14px;
    line-height: 1.15;
}
p small {
    font-size: 12px;
}
p big {
    font-size: 28px;
}
input[type="text"], input[type="email"], .select {
    background-color: #dbe3ef;
    font-family: 'normal';
    display: block;
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 40px;
    color: #3c3a3a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 4% 50%;
}
.select select {
    font-family: 'normal';
    width: 110%;
    height: 25px;
}
input.name {
    background-image: url('../img/icon-login.png');
}
input.phone {
    background-image: url('../img/icon-phone.png');
}
input.email {
    background-image: url('../img/icon-email.png');
}
.select {
    padding-left: 36px;
    overflow: hidden;
    background-image: url('../img/icon-city.png');
}
input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    background-color: transparent;
}
.g-button {
    width: 100%;
    font-size: 16px;
    height: 40px;
    text-transform: uppercase;
    color: #000;
    font-family: 'bold';
    cursor: pointer;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #d8dadc;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
}
.g-button:hover {
    background-color: #fff;
}
input::-webkit-input-placeholder {
    color: #3c3a3a;
}
input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #3c3a3a;
}
input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #3c3a3a;
}
input:-ms-input-placeholder {
    color: #3c3a3a;
}
