body {
    font-family: open-sans-regular, sans-serif;
    color: #515151;
}

section, body, html {
    width: 100%;
    min-width: 1024px;
    _width: 1024px;
}

.wrapper {
    width: 1024px;
    margin: 0 auto;
}


.form-group.required .control-label:after {
    content:"*";
    color:red;
    padding-left: 3px;
}

h2 {
    color: #424242;
    font-size: 28px;
    font-family: open-sans-regular, sans-serif;
    font-weight: 400;
}

.logo .wrapper {
    background: #ffffff;
    height: 58px;
    padding-top: 10px;
}

.header .wrapper {
    background: url("../img/header.jpg") no-repeat center 0;
    height: 570px;
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.header h2 {
    color: #ffffff;
    line-height: 60px;
    font-size: 40px;
    margin-bottom: 50px;
}

.header h2 span {
    font-size: 30px;
    font-weight: 300;
}

.button {
    background: #99c50a;
    border-radius: 5px;
    color: #ffffff;
    padding: 20px 80px 14px;
    font-size: 16px;
}

.button:hover {
    color: #ffffff;
}

.mission .wrapper {
    text-align: center;
    padding: 60px 0;
}

.mission h2 {
    padding: 30px 0 50px;
}

.mission p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 30px;
}

.expert {
    background: url("../img/glass.png") no-repeat 108px 27px;
    padding-left: 270px;
    text-align: left;
    margin-top: 40px;
}

.expert .first {
    font-size: 24px;
    color: #add136;
}

.expert .second {
    color: #606060;
    font-size: 16px;
    line-height: 25px;
}

.double {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    text-align: center;
}

.double .left {
    background: #e2f8ff;
    height: 590px;
    text-align: left;
}

.double .right {
    background: #f5f9eb;
    height: 590px;
    text-align: left;
}

.double .pull-right {
    width: 500px;
}

.double .pull-left {
    width: 600px;
}

.double .pull-left {
    padding-left: 80px;
}

.double .pull-left img {
    padding: 20px 0;
}

.double h2 {
    text-align: center;
    padding-top: 30px;
}

.double .title {
    padding: 20px 0 15px;
}

.double .button {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -220px;
}

.police {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
}

.police h2 {
    font-size: 14px;
}

.police p {
    margin-bottom: 20px;
}

.form-header {
    padding-top: 70px;
    font-size: 20px;
    text-align: center;
}

.form-header p {
    margin-bottom: 30px;
}

.form-container {
    padding: 0 120px;
    margin-bottom: 50px;
}

.form-informer {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.form .btn {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}


.btn-green {
    color: #fff;
    background-color: #99c50a;
    border-color: #88af0a;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #88af0a;
    border-color: #74950a;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
    background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #99c50a;
    border-color: #88af0a;
}
.btn-green .badge {
    color: #99c50a;
    background-color: #fff;
}