* {
    padding: 0;
    margin: 0;
}
/*.wrapper {
    background: url(../img/background.jpg) no-repeat center center; 
    min-width: 1170px;
    width: 1600px;
    margin: 0 auto;
    position: relative;
}*/
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}
a img {
    border: none;
}
h1 {
    font-size: 36px;
    font-weight: bold;
    color: black;
}
h2 {
    font-size: 24px;
    font-weight: bold;
    color: black;
    line-height: 24px;
}
.wrapper {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 1600px 1847px;
    background-position: top center;
    background-image: url(../img/background.jpg);
}
.header {
    background-color: #0279b3;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.menu {
    background: url(../img/menu.jpg) no-repeat;
    height: 90px;
    font-size: 17px;
    width: 1170px;
    margin: 0 auto;
}
.menu img {
    position: absolute;
    z-index: 2;
}
.menu a {
    text-decoration: none;
    color: white;
}
.menu ul {
    display: block;
}
.menu li {
    float: left;
    padding: 31px 30px;
    list-style: outside none none;
    background: url("../img/border.png") no-repeat scroll right center;
}
.menu li:nth-child(1) {
    padding-left: 41px;
}
.menu li:nth-child(3) {
    background: none;
}
.menu li:nth-child(4) {
    padding: 0 32px;
    background: none;
}
.menu li:nth-child(5) {
    padding-left: 347px;
}
.menu li:last-child {
    background: none;
}
.slider {
    height: 550px;
    width: 1170px;
    margin: 0 auto;
}
.phone {
    position: absolute;
    background: url(../img/phone.png) no-repeat;
    width: 244px;
    height: 116px;
    margin-left: 926px;
    z-index: 2;
    text-align: center;
}
.phone span {
    display: block;
}
.phone span:nth-child(1) {
    font-size: 21px;
    font-weight: bold;
    padding: 23px 0 4px 8px;
}
.phone span:nth-child(2) {
    font-size: 15px;
    padding-left: 8px;
}
.phone a {
    color: #004566;
    text-decoration: none;
    border-bottom: 1px dashed #004566;
}
.main {
    margin: 0 auto;
    width: 1170px;
}
.content {
    overflow: hidden;
}
aside {
    float: left;
    width: 340px;
    padding: 47px 10px 0 20px;
    background-color: rgba(255,255,255,.5);
}
.news_block {
    margin-top: 22px;
}
.title {
    font-size: 20px;
    font-weight: bold;
}
.title a {
    text-decoration: none;
    color: black;
}
.title a:hover {
    text-decoration: underline;
}
.text {
    margin-top: 20px;
    line-height: 24px;
}
section {
    width: 770px;
    float: right;
    margin-top: 47px;
    margin-left: 30px;
}
.card {
    width: 772px;
    height: 339px;
    background-color: rgba(255,255,255,.5);
    border: solid 1px #e6e6e6;
    margin-top: 22px;
    font-size: 18px;
}
.card_img {
    width: 385px;
    float: left;
}
.card_text {
    width: 387px;
    float: right;
    text-align: center;
}
.card_text div {
    padding: 15px;
}
.card_title {
    margin-top: 25px;
}
.card_title a {
    color: black;
}
.size1 {
    font-size: 24px;
}
.size2 {
    font-size: 30px;
}
.address a {
    background: url("../img/gps.png") no-repeat scroll left bottom;
    padding-left: 25px; 
    color: #004566;
}
.button {
    background: url("../img/button.png") no-repeat scroll center;
    width: 260px;
    height: 52px;
    margin-left: 50px;
    text-transform: uppercase;
}
.button a {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    display: block;
    height: 100%;
    margin-top: 15px;
}
.button:hover {
    background: url("../img/button_hover.png") no-repeat scroll center;
}
.footer {
    background: linear-gradient(to right, #4685a8 0%,#4685a8 50%,#cdc6ac 50%,#cdc6ac 100%);
    margin-top: 70px;
    }
.footer_inside {
    width: 1170px;
    height: 105px;
    margin: 0 auto;
    background: url(../img/footer.jpg) no-repeat;
    text-align: center;
}
.logo {
    padding-top: 32px;
    display: inline-block;
    margin-left: 200px;
}
.copy {
    float: right;
    margin-right: 70px;
    padding-top: 11px;
    color: #7f796a;
    font-size: 12px;
}
.copy_img {
    display: inline-block;
    margin: 20px 0;
    vertical-align: middle;
}
.copy_text {
    margin-left: 10px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.copy span {
    line-height: 12px;
    display: inline-block;
    color: white;
}
.feedback_form{
display:none;

}