* {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

@font-face {
    font-family: Evropa;
    src: url(../fonts/EVROPA%20BOLD.TTF);
}



body {
    font-family: Evropa, Open Sans, Arial;
    font-size: 24px;
    color: #555;
    background: #fff;

}
p {
    font-size: 16px;
    font-family: Arial;
}
.bg {
    background: url(../images/bg.png) center no-repeat;
    background-size: cover;

}

.container {
    max-width: 1568px;
    margin: 0 auto;

}

.container-min {
    max-width: 1135px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #2c91d8;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

/******************************************************************/
/*HEADER*/
/******************************************************************/

header {
    background-color: rgba(255,255,255,.76);
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index: 100;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 220px;
    height: 60px;
    margin: 0 auto;
}

.menu {
    margin-top: 15px;
}

.menu a {
    color: #00396a;
    font-size: 20px;
    text-decoration: none;
    margin: 0 20px;
}

.left-menu {
    float: left;
}

.right-menu {
    float: right;
}
.content {
    width: 1130px;
    margin: 146px auto 30px;
}
.h1 {
    font-size: 42px;
    font-family: Arial;
    color: #f3a433;
    text-align: left;

}
.form {
    width: 720px;
    margin: 0 auto;
}
.form p {
    color: #fff;
}
::-webkit-input-placeholder {color:#294b9e;font-size: 20px; font-family: Arial;}
::-moz-placeholder          {color:#294b9e; font-size: 20px; font-family: Arial;}/* Firefox 19+ */
:-moz-placeholder           {color:#294b9e; font-size: 20px; font-family: Arial;}/* Firefox 18- */
:-ms-input-placeholder      {color:#294b9e; font-size: 20px; font-family: Arial;}
label {
    color: #fff;
    font-size: 18px;
    font-family: Arial;
}
form span {
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    margin-right: 30px;
}
input#chk{
    display:none;
}
input#chk + label span {
    display:inline-block;
    width: 25px;
    height: 25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/squere.png) left top no-repeat;
    cursor:pointer;
}
input#chk:checked + label span {
    background:url(../images/squere.png) -27px top no-repeat;
}
input#chek{
    display:none;
}
input#chek + label span {
    display:inline-block;
    width: 25px;
    height: 25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/squere.png) left top no-repeat;
    cursor:pointer;
}
input#chek:checked + label span {
    background:url(../images/squere.png) -27px top no-repeat;
}
form input {
    border: 2px solid #294b9e;
    background: #fff;
    padding: 13px 10px 13px 10px;
    font-size: 20px;
}
form input[type="text"]:first-child {
    width: 96.5%;
    margin: 30px 0 15px 0;
}
form input[type="text"] {
    width: 45.7%;
    margin: 15px 0 25px 0;
}
.form button {
    color: #fff;
    border: none;
    background: #f3a433 url("../images/button.png")left top no-repeat;
    width: 350px;
    height: 55px;
    margin: 0 auto 10px;
    display: block;
    font-size: 20px;
    font-family: Arial;
    cursor: pointer;
}
span.bottom {
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inherit;
}
.middle {
    width: 950px;
    margin: 45px auto 0;
}

.info {
    float: left;
    margin-right: 90px;
    margin-bottom: 45px;
}
.info .text-info {
    margin-left: 20px;
    display: inline-block;
}
.title {
    font-size: 24px;
    font-family: Arial;
    color: #0e53b2;
    text-align: left;
    margin-bottom: 15px;
}
.info .text-info li {
    list-style-type: none;
    font-size: 16px;
    color: #00396a;
    font-family: Arial;
    line-height: 24px;


}
.href {
    width: 232px;
    margin: 0 auto 40px;
    clear: both;
}
.middle p {
    color: #0e53b2;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    margin-bottom: 7px;
}